Forgot your password?

typodupeerror

Comment: Re:There was a bigger mistake: (Score 1) 612

by aspoon (#27051651) Attached to: Null References, the Billion Dollar Mistake
I'm all for null-terminated strings, but just for the sake of giving a counter-example, look at Microsoft's implementation of BSTR. It basically starts the string with a string length, then the rest of the string. So technically speaking, you don't need the null since you already know where the string would end. (Correct me if I'm wrong... it's been quite a while since I last played with BSTR)

Comment: What to put in there? (Score 5, Interesting) 86

by aspoon (#14848695) Attached to: Linux Support for Hybrid Hard Drives?
The question is not whether Linux will support the drive -- someone will eventually write one. The question is what files to put in there to make it boot faster. Perhaps should be done is to put the entire swap partition in there, and put those "hibernation" files in the swap. So it would resume fast, and would also make normal operations faster with the faster swap.

I didn't do it! Nobody saw me do it! Can't prove anything! -- Bart Simpson

Working...