Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:A little late? (Score 4, Insightful) 136

Looking back at my invoices, I can see that I usually work more hours those two months than any other months of the year.
I also get depressed from lack of sunlight in the dark Scandinavian autumn days.

On the other hand a total of one (and that was some trivial layout) bug was reported on the code I coded and shipped in that period this year.

Maybe the bugs are only found later?
That also suggests that the bugs found in October and November was introduced by the interns during the summer vacation?

Comment Re:As much as I like this cool stuff (Score 2) 49

I am not a trekkie, but you must be referring to this:
http://en.wikipedia.org/wiki/Star_Trek:_First_Contact

The Enterprise arrives in the past, on April 4, 2063, the day before humanity's first encounter with alien life after Zefram Cochrane's historic warp drive flight.

So I assume that Zefram will invent it. I'll be sure to suggest that as a name candidate for my future grandchildren.

Comment Don't build your own (Score 1) 135

Make your black box join a wifi network or blutooth.

Then make apps for Android and iPhone that can control your device.
That way the customers can choose which device they want to control your device with.

As a default device you can tape som generic Android tablet to your device.

Same idea as http://ardrone.parrot.com/parrot-ar-drone/en/

Of course I realize that your application is probably much more serious than a flying toy, but the basic idea is good for many applications.

Comment Re:Needs platform adoption first. (Score 3, Interesting) 338

This is why I think Scala will succeed.

Scala has all the advantages that the article mentions AND you can integrate and reuse your old Java or .NET code and libraries.

It's there. The tooling doesn't suck half bad anymore. The world just needs to find out.

I personally think that Scala will win over the 10% best Java programmers as soon as the tooling is comparable to Javas.
And that might happen within the next 1-2 years.

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

Slashdot Top Deals

If you think the system is working, ask someone who's waiting for a prompt.

Working...