Posted by: fudanchii | November 26, 2009

opensolaris, dd usb image.

It was well known, that Open Solaris Development Team doesn’t support osol USB image. genunix.org generate this automatically. And it’s recommended to use usbcopy shell script from within Open Solaris to dump that image into bootable flash drive. Yes, the folks had fuss about it. It is useless indeed, in my situation, to use Open Solaris to create another bootable source, since I don’t have Open Solaris on my system, and I don’t have “sane” optical drive. And hey, if I had one, I don’t need to create bootable USB right?

Thanks to Hiroshi Chonan, who creates this useful tools to dump the USB image from windows. Yay~ the problem solved…!
NO!

It won’t boot, actually. My machine just give me ‘GRUB _’ on the left top of the screen (with the blinking cursor, yes).
I’ve tried to investigate the problem, and currently exploring the source code right now, since I’ve got no expertise in C#, it might take a while.

The USB image itself is only disk dump from the root partition, the boot sector is not included. so you can’t just dd that image. or you can?
Fortunately, Hiroshi Chonan himself say this on his blog, that you can concat the boot image (he called this head image), with the usb image and dd them to your flash drive. And it’s work…. yay.

Since I have enough space for now. I guess I will stick on it for now.
fyi, I’m still using my Windows 7, and that fancy distro, err… what’s the name again… oh.. nebook remix, ubuntu. :p

Posted by: fudanchii | October 12, 2009

So how it goes

I’m writing this on firefox at karmic beta…. so far I’m not too impressed by karmic. Since I’m using win7 for a while by now. Yes there’s a lot of win7 feature that amused me. end user wise…
Windows live feature is great, I know microsoft tried to explore something like apple’s iLife. but it’s not rly problem here. windows7 succeed make this feature usable. another great feature is the whole windows explorer system, and its control panel. yes another mac like interfacing, but microsoft succeed to show it up. I’m not using vista. and I’m not regret about it. but sure 7 is one stop OS for daily use.. its hardware recognition is perfect. at least for my machine. there’s no need to install 3rd party driver anymore… It can even recognized and use Epson CX4400 (rrr I forgot the series :p)
scanner+printer, without external driver.

as for karmic… there’s not much different in interfacing design, canonical create another repo manager called ubuntu software center… but I still have to open ‘Add/Remove applications’ to enable community supported software, and non-free software repos.
Oh and I just tried gnome-shell before… it still not usable… using clutter js bind is not bad if the JIT compiler is optimized. but it looks like there’s a long way to go… in short. its performance sucks.
thei intel graphic module is updated… current kernel module fully use UXA method instead the old EXA for h/w accelerator. yeah
the response time is getting faster than before.
i guess gnome have to wait gnome-shell to rly show up its new faces.. even though their gdm is already updated… but nothing feels brand new.

well, just explore ‘em by yourself…

Posted by: fudanchii | June 27, 2009

I miss my 1st ever beach party T_T

it sucks, I really want to go…
I think I’m not in good situation to going vacation somewhere, as current I have some project to do.
there’s not so much time since I have to finish the report by now. But then I think. it supposed to be alright if I just go join the folks. it’s not so big deal to pending the project and spend some time to do some fun. the report will remain finished by today if I can tight my schedule over the beach. but it might make me to miss some fun activity over there…
I don’t know…
T_T
I really want to go…
T^T
T____T

this is the result from
one of the worst decision I ever made.
to miss the FUN for some other fun.
TAT

Posted by: fudanchii | June 16, 2009

so, w3c standard is not that strict!

This
so there’s no problem actually, if the java script placed inline the html body.
yay~

Posted by: fudanchii | June 7, 2009

my phail html fraemwerk

To inquiry the old design on my latest project, as I decide to re-design it to use MVC model, I need some html rendering class to create some gridview and form-like view. I know that it would be easier to write inline html in the code. But it would be harder to maintain as the file number increase. So I think if I use this framework to do the job it would be looked more neat, or no? ._.
My design is to create this baseview class as parent class. Baseview contain some base properties which is used in all view (grid or form). Then there would be gridview and formview class which inherit baseview. The classes act as container for the view, I mean if you create gridview class then you have
<table> container and if you create form class you’ll have <form> container.
The problem is how to standardize the formview classes. As the form component has some non standard variation. Input tag is distinguished by its type parameter. And there’s select tag with option tag for selection elements, etc…
Each inherited classes has render method. I wonder if I should unifiy the method, but it have to be good if I has unified array-like object which then I can iterate over it to render the html tags. Currently working on the design of that object.
But then I think there’s something missing on the whole design…
Like how can I add the javascript in the header, since the content called right after the header, but the javascript is forked inside the content…
:-\
need suggestion…
I don’t think I would use existing PHP framework

Older Posts »

Categories