Slashdot Mirror


User: arigi

arigi's activity in the archive.

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

Comments · 6

  1. Re:Thoughts of Star Wars Dancing Through My Head on Zelda on the Wii To Include Sword Swinging · · Score: 1

    Looks like the Star Wars Kid was really a prophet in his time.

  2. It's been beaten to death, but... on Zelda on the Wii To Include Sword Swinging · · Score: 1

    In Soviet Russia, Wiimote swings YOU!

  3. GWT vs. Echo2 on Is the Google Web Toolkit Right For You? · · Score: 3, Interesting

    This seems like a useful article. At work we were just discussing the possibilities of using the GWT. Currently we use NextApp's Echo1 and are also pondering upgrading to Echo2. The demo app for Echo2 is actually mighty impressive; I'd say moreso than GWT's. Though I wonder how much of it is just more time spent on fancy graphics as opposed to a better quality framework.

  4. TFA on Belgian Gov't requires ODF From 09/2008 · · Score: 0, Flamebait

    what's this? slashdot actually giving people a reason not to RTFA now?

  5. 20 things? Hardly. on 20 Things You Won't Like About Vista · · Score: 1

    Little does anyone realize that the 20 is really in Base 36.

  6. Re:"high-performance" Java? on Oracle Unveils New Open Source BerkeleyDB Release · · Score: 1

    i don't think that java is slow; i actually think that BDB JE is slow (at least the previous version). i had to use it to build a p2p search engine for a class and in most cases, it turned out to be our bottleneck. after large numbers of records i found that its whole commit-log thing was taking quite a long time; and it's nigh impossible to find others with the same problem and a solution (i found a guy with 8 million records that never got a response to his problem). personally, this was enough to make me dislike BDB in all cases.