Forgot your password?

typodupeerror

Comment: Re:Java: Was write once run everywhere ever the ca (Score 1) 157

by ggeens (#38723646) Attached to: Oracle and the Java Ecosystem

Do you do that because as a developer you find Windows more productive for you?

In my experience, IDEs run roughly the same on Windows as on Linux. Not a lot of difference here.

The reasons for developing on Windows are mainly:

  • Giving each developer a PC/laptop is much cheaper than giving them a Sparc workstation.
  • Company email/documents are based on MS office software. If you develop on Windows, you only need a single machine.
  • For a web application, you still need to test on IE from time to time.

Comment: Re:Nothing wrong with PHPMyAdmin (Score 2) 152

by ggeens (#38303910) Attached to: Another Dutch CA Hacked

Why blame the tool? It's like blaming the web browser that the people used to access PHPMyAdmin to access the unsecured database.

AFAIK, PHPMyAdmin doesn't have its own security. The user/password is passed to the MySQL server. If they were able to create databases without a password, it would seem that MySQL was installed without a password for the mysql admin user. During installation, MySQL asks to set a root password. A long time ago, this was not the case.

This would seem that they had a very old MySQL setup and they never changed the password.

Comment: Re:Google! (Score 1) 214

by ggeens (#37659978) Attached to: I'd like to see Yahoo ...

Seriously though, Google absolutely needs the competition. I hope MS acquires Y! and does something good with it.

It's pretty obvious what would happen when MS buys Yahoo!:

  • Search is already handled by Bing, no change there.
  • Mail is migrated to hotmail/live.
  • Flickr, groups: MS doesn't have an alternative for those. They'll add in a lot of developers to port it to Windows servers.
  • Zimbra either gets spun off, or is killed.
  • Most Yahoo! technical staff leaves while the BSD infrastructure is replaced by Windows.

In 5 years time, nothing is left of Yahoo!

Comment: Re:lol DNS blocking (Score 1) 140

Indeed... I am currently living in Belgium and did not know that there was an ISP DNS block to the pirate bay (I just checked again and it worked)... coincidentally I am using the google DNS:es. It seems like a rather toothless way of blocking access to a specific site.

Also from Belgium, using the regular ISP DNS.

No problem accessing thepiratebay.com. www.thepiratebay.com forwards to depiraatbaai.be, which points to the same site.

Comment: Re:Devs can now be more lazy (Score 1) 338

by ggeens (#37203656) Attached to: Java 7: What's In It For Developers

So exact what problem do GC solve?

Manual memory management is tedious and error-prone. You need to add your destructor calls in all the right places, taking into account all possible program flows. Any mistake results in a memory leak or a crash.

It is not hard to deallocate what you have allocated.

Not if you have shared objects.

And yes, I am a Java developer since 10 years.

And you still don't understand the environment you're working on? That's sad.

Comment: Re:Really bad idea. (Score 1) 1173

by ggeens (#36660060) Attached to: Roundabout Revolution Sweeping US

We have had round-abouts here in Australia for well over 20 years and people still don't know how to use them properly. It is especially dangerous for pedestrians who cannot tell if a car is going to keep going around the round-about or if they are going to turn off.

I learned how in the Netherlands. Keep your inside blinker on until you're ready to exit the intersection, then switch to other one when you're ready to exit. That way everyone can clearly see what your intentions are.

In Belgium, you only have to use the blinker when exiting the roundabout, not when entering (makes sense: it's the only way to go).

If only drivers would learn to do that...

Comment: Re:What this should tell both HP and Oracle (Score 3, Informative) 153

by ggeens (#36461790) Attached to: HP Sues Oracle For Dropping Itanium Support

Actually, the Pentium Pro was a GREAT chip, assuming you were running 32 bit software, and there was no reason to not run 32 bit software if you were going to run the Pentium Pro.

Also, the PPro is the basis for the Pentium II, III processors. It's one of Intel's most successful CPU designs. It was so good that Intel went back when they ran into problems with the Pentium 4. (Creating the Pentium M and Core 1 processors.)

The next person to mention spaghetti stacks to me is going to have his head knocked off. -- Bill Conrad

Working...