Linux Will Only Replace Linux

“Sorry, Linus, but to me, the Linux goal, aka being an incentive to vendors, and an incubator, is over, now is the need for something the user finds usable, and supported.” link
Interesting article I spotted over at OSNews, debating whether OpenSolaris makes a better operating system than Linux. In short, which of the two are […]

Added on April 15th, 2007 at PDT 23:28:25!

Kernels Simply Explained

Neat little article on OSNews on different kernel designs, written by Thom Holwerda. In the end, he concludes that “[a hybrid kernel] carries characteristics of both an ass as well as a horse, and hence it is classified as a ‘hybrid’.” So, I suppose he’s not a fan of hybrid kernels!
PDF.

Added on March 22nd, 2007 at PDT 2:41:58!

Notable Design of the Day

In an interview I saw with a Microsoft employee, he mentioned that they spent more money on the release of Windows 2000, than it took to send man to the moon.
But… Damn, this is one ugly excuse of a presentation: http://www.seewindowsvista.com/
I don’t know where to begin. Horrible use of Flash 7. If it’s Flash 8, […]

Added on June 2nd, 2006 at PDT 3:19:03!

Verboseness & My Fingers

It struck me once how the more commonly used languages are so messy.
Basically, this is silly:
CustomType e = new CustomType(new AnotherType(), someval);
This isn’t (too bad):
e = new MyCustomType(param1, param2);
Unfortunatly, ActionScript became more verbose with version 3. A simple piece of code…
e = new MovieClip();
Now turns into…
import flash.display.MovieClip
class MyClass
{
   private var e:MovieClip;
   public function MyClass()
   {
      this.e = new MovieClip();
   }
}

That’s […]

Added on June 1st, 2006 at PDT 9:55:31!

Why These Quizzes?

Do you have a MySpace account? No? Well, you’re a better person for it. I however do, and that’s why I’m less awesome then I could be. It’s depressing.
On MySpace people will send you quizzes. They will want you to fill them out.
But I’m better than that. I am so much better.
Section A: Food
————
1) If […]

Added on May 10th, 2006 at PDT 17:17:27!

Nintendo Knows What’s Fun!

WTF were they thinking? Now that they trademarked it — it’s official. Dunno about you, but I don’t want a small Wii.

Look at that. Microsoft’s got goods too big for most people to carry, Sony’s got a slender package of love, and Nintendo has Wii. Just imagine some kid telling their dad: “I’m gonna go […]

Added on May 8th, 2006 at PDT 15:41:24!