Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:What an over sensationalist title (Score 1) 899

I dual boot Windows 7 and Ubuntu and I can't install Windows 7 SP1 because it can't handle that I use grub as my bootloader.
So, yes, they are doing it already.

Though this one must go down to the Napoleon quote: Never ascribe to malice that which is adequately explained by incompetence
http://en.wikipedia.org/wiki/Hanlon's_razor

Comment Geek Insult (Score 1) 142

I always found the coolest geek insult was: "I can replace you with this (hold out thumb and index finger) much code".

I've done it a couple of times too in my career.
But I must admit that I never had the guts to say it to the face of the people I made obsolete...

Comment Re:JAVA + SWING (Score 1) 331

I never get any modpoints any more, but if I had I'd mod you up.

For a personal app, the time and effort it takes to get it done also counts and here Swing and Java2D are well thought out.

Another hint.
Last I tried any drawing in java was 5 years ago.
I found it easy to set up a look that kept redrawing my canvas every 500ms.
I then ran the program through the debugger in eclipse, and I could see the image change as I changed the code, due to javas hot code replace.

Now a days I wouldn't write java code in my spare time.
Scala is more entertaining, and Scala also takes the pain out of Swing applications.
Take a look at this spreadsheet demo application:
http://www.cs.helsinki.fi/u/wikla/OTS/Sisalto/examples/html/ch33.html

Example is from Programming Scala. Best programming book I have read in years.
http://www.artima.com/shop/programming_in_scala

Comment Re:Alright! (Score 1) 330

I am just pointing out that they have a comparison page which includes Scala, and makes it look like Scala has less useful features than Gosu.

If they put up a page like that it looks to me like they ARE trying to sell something, despite GP assurances otherwise.

Comment Re:Alright! (Score 1) 330

Fine then. Convince me (and the rest of the world) that Gosu is better than Scala.

I read your comparison, but it begs the question. Which features from Scala did you leave out?
Pattern matching, mixins and co/contravariance generics comes to mind.

Comment .. and customize the layout if you need it (Score 1) 310

I am from Denmark and thus need three keys to type our three extra vowels.
The national danish keyboard layouts has gone around that by moving the [ ] ; keys to wierd Alt Gr positions.
That works well for most people, but if you are a java programmer you need your curly braces and your semicolons.

I fixed that by getting the US version of the keyboard. I then downloaded this program:
http://msdn.microsoft.com/en-us/goglobal/bb964665.aspx

And modified my layout so I was able to make the danish vowels Æ, Ø, Å in way that uses caps lock as an modifier.

Comment Fujitsu Siemens KBPC E (Score 1) 310

I also liked the MS keyboards. But I got a sore arm from reaching out to far to the right to reach my mouse.

I opted to get rid of the numeric keypad and after a long search I found the Fujitsu Siemens KBPC E.
It looks kinda wierd, but it has good keys and you can keep the mouse closer at hand.

http://uk.shopping.com/Fujitsu-Siemens-KBPC-E-S26381-K261-L165/info

Comment Re:Games (Score 1) 1348

Good luck with selling that point to all the games that wants to buy the latest blockbusters along with their friends.

But IF you get the world to accept your argument, I just happen to have the blueprints for the 1985 Yugo.
I am sure that you would be an excellent salesman. "We have an excellent collection of cars. You just have to be able to look past the newer models. Yes, you just have to adjust your expectations a bit." ;-)

Comment Re:Games (Score 1) 1348

I am now guilty of the same crime as the other helpful guys in this thread.
I whined that MW2 doesn't really work on Wine, and got prompt replies that Team Fortress 2, Starcraft 2 and Quake 3 runs just fine.

And you get this in all "Linux sucks" threads. Really infuriating imho.

Hope you can accept my apology.

Comment Re:Games (Score 1) 1348

I changed the font, but I can't change the fact that my first language isn't english.

But rest assured that I'll ready to correct you, should you ever attempt to write a sentence in danish :-P

Slashdot Top Deals

Dynamically binding, you realize the magic. Statically binding, you see only the hierarchy.

Working...