Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

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

Comment Re:Games (Score 1) 1348

Ok, so it was about half a year ago I last tried WINE.
At that time (I think it was wine 1.2rc1) was able to run MW2, which is pretty amazing, if you think of all the work that takes.
The bad news is that it was like 10 fps in 800x600, low quality vs. fluent in 1600x1200 high quality.
I might have improved, I am sure it has, but now it is too late.

November 9., Black Ops will be available and I am sure that THAT won't work for another 1/2-1 year.

I am not saying that wine is bad or that they are doing a bad job.
They are doing an amazing job.

It's just mission impossible, since they are trying to hit a moving target.

Comment Games (Score 3, Interesting) 1348

All I need is games.

I need nothing, absolutly nothing exception playable games.
WINE doesn't cut it, and I don't think that it ever will, I try it out regulary and it just sucks for the games I play.

Since 2004 I have been dual-booting between Ubuntu, where I do all serious and not so serious stuff, and Windows where I keep my FPS addiction alive (currently MW2)

Slashdot Top Deals

"The only way I can lose this election is if I'm caught in bed with a dead girl or a live boy." -- Louisiana governor Edwin Edwards

Working...