Slashdot Mirror


User: qapla

qapla's activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. Re:Why bother? on Photo Reveals UK Plan: "Assange To Be Arrested Under All Circumstances" · · Score: 1

    The guy is not a saint, and he is a bit of an ass, but without paper guarantee that he will NOT be extradited out of sweden at any time in the future and will be allowed to leave sweden by whatever means and in whatever direction he chooses once he has faced his charges in swedish court and served any jail time or done whatever service is due because of his crime. Without that he is perfectly legitimate in being fucking terrified of going back there.

    There's a number of legitimate reasons preventing the Swedish government from issuing a guarantee like that. For example, Swedish government officials are constitutionally prohibited from commenting on or interfering with individual cases. It's called Ministerstyre http://en.wikipedia.org/wiki/Ministerstyre

    The Swedish Prosecution office has some relevant info here: http://www.aklagare.se/In-English/Media/The-Assange-Matter

  2. Re:No one's making you buy one. on AMD's 64-Bit Chip · · Score: 1

    Even with their "fresh" architectures, these other architectures don't seem to run that much faster than any x86 chip... x86 still scales surprisingly effortlessly, at least from a MHz point of view.

    Their superior instruction sets apparently doesn't give then any significant advantage over x86... and if there is no significant advantage, why switch?

    The 'train wreck' x86 ISA is apparently working well.. besides, why worry about any real or imagined x86 messiness? You don't worry about any potential kludges inside your pocket calculator I hope...

    It probably has a lot of messy code too, but as long as it calculates the numbers correctly, it doesn't matter.

  3. Re:Together on Java IDEs? · · Score: 2, Interesting

    Together is an amazing program.

    The best version in my opinion is 3.0 (I don't know if you can still buy it, but it is reasonably fast and does everything that it needs to do... later versions are somewhat buggy it seems).

    Also... it is made with Swing which is a huge drawback... it runs just as slow on my dual 1.5 GHz Athlon box as it does on my 550Mhz PIII... so something must be wrong with the code...

    But overall, what Together does is so amazingly useful that I can ignore the sluggishness. The way it keeps the model in sync with the code is worth a fortune in enhanced productivity. It's the best development environment I've ever used... If only they could re-implement it in C :)