Slashdot Mirror


User: hatrisc

hatrisc's activity in the archive.

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

Comments · 334

  1. Re:python? on Modern Mac Development? · · Score: 1, Informative
  2. Heavy Metal Umlat on History Flow Shows How Wiki Articles Evolve · · Score: 5, Informative

    Heavy Metal Umlat is a very interesting look at the history of a Wiki page. Worth checking out.

  3. bah... on The Science Guy Returns · · Score: 1

    Bring back Beekman's World and then we'll be talking... but Bill Nye is awesome, I'm just a complainer.

  4. Re:DVD only? on Mac OS X 10.4 Tiger to Arrive in April · · Score: 1

    yes, they do, but you misread the parents post. he said "without" a combo drive. you are correct in what the combo refers too. the superdrive refers to dvd+/-rw/cdrw

  5. Re:Well then... on The Return Of The Pop-Up Ad · · Score: 2, Funny

    "I had to, my mouth was a broken JPEG!"

  6. Re:Vulnerability in Fujitsu Wireless Shopping Cart on Wireless Shopping Carts Run Windows CE · · Score: 1

    Although, I look forward to the speedy checkout RFID would provide, I'd hate to see grocery clerks and baggers out of jobs. These jobs keep lots of people off the streets and with some money in their pockets, to feed their family or buy beer on weekends. The job market in the U.S. is down to begin with and will only get worse. We need a national system where drivers aren't allowed to pump their own gas, and perhaps aren't allowed to bag their own groceries. Let some starving man do that!

  7. Perhaps I'm missing something... on GNOME 2.10 Beta 1 Screenshot Demo · · Score: 3, Insightful

    But screenshots of the next version of a piece of software do absolutely nothing if it looks exactly the same!

  8. Re:RMS? on Debian Project Nominations Opened · · Score: 1

    No, Debian GNU/Linux. It's perfectly fine for the name of the entire distribution to be called 'Debian.' It's not perfectly fine to call Linux just Linux when refering to the Linux kernel being bundled with a distribution of software. If you are refering to the 'Linux kernel' by itself it is ok, to refer to it as Linux.

  9. What about... on Pacman on the Street · · Score: 3, Interesting
  10. Re:nope on Solar Shingles · · Score: 1

    "apparently it's more important to fight for oil"

    Of course it is, people don't think about the other things (like you said).

  11. Re:Notebook Keyboards !=duarble on Affordable, Compact Keyboards? · · Score: 1

    good idea. patched.

  12. Re:Notebook Keyboards !=duarble on Affordable, Compact Keyboards? · · Score: 1

    incredible! If I wasn't extremely happy with my existing Happy Hacking I'd definatly go for one of those!

  13. Re:Notebook Keyboards !=duarble on Affordable, Compact Keyboards? · · Score: 1

    IBM model M keyboards are like tanks though. Sure, they'll last but they don't provide a small enough footprint.

  14. Re:Stability on The Browser Wars Are Back? · · Score: 1

    Firefox on linux is bigger really only because it staticly links gtk2 and font support so that it can look the same on all of the distributions. If you compile it yourself (i.e. you like to do that) then it's still small and relies on the shared library versions of gtk2 and font stuff and therefore you get the same size stuff. If that made any sense let me know.

  15. Re:For those not using Macs... on iMac G5 Porn Roundup · · Score: 1

    and for those not using windows and winzip?

  16. Re:You Got It All Wrong on Xbox 2 Concept Designs Leaked? · · Score: 1

    Oh and by the way, doesn't look like two G5s could fit in that either.

    Have you seen the new iMacs? It really doesn't look like a G5 would fit in there and apparently it does.

  17. Re:Silly article, really on Xbox 2 Concept Designs Leaked? · · Score: 1

    Don't blame Bush. Blame how you voted in the last election (or didn't vote).

    I didn't have to vote, my state didn't vote for Bush. It was Florida's fault.

  18. Re:i r korea kekekeke on Mushroom Cloud Reported Over North Korea · · Score: 1

    i would if i had mod points, I used to love C&C.

  19. the funny thing is... on Kernel Maintainer Kills Philips USB Camera Support · · Score: 1

    turning on my computer this morning, i was looking at my webcam (which is phillips based) thinking of the interesting stuff i might do with it.

  20. Re:Quite interesting on Apple Patents 'Chameleon' Computer Case · · Score: 1, Funny

    programmable, simple...

    void changecolor(int rgb) {
    int err;
    int fd = open("/dev/case", O+RDWR);
    if (fd >= 0) {
    err = ioctl(fd, CASE_RGB_VALUE, &rgb);
    }
    }

  21. Re:Economics of software on XP Starter Edition Examined · · Score: 1

    good point... i never even thought of that....

  22. Re:Economics of software on XP Starter Edition Examined · · Score: 1

    well, yeah... they can spend less money making the cds. if it takes 10 minutes to make 50 cds normally, it might take 5 minutes to make 50 cds now. however, none of these will sell, so they're really just loosing money all over.

  23. Re:Die IT theme on PostgreSQL 8.0 Enters Beta · · Score: 1
  24. Re:IDE interface ? on Taiwanese Firms To Launch a 2 Terabyte Memory Card · · Score: 1

    well, the majority of people use laptops for surfing the web at coffee shops, and typing up word documents that i know of. it all depends of course on what you need. i was being sarcastic but semi serious.

  25. Re:So wait, how do i hack my metrocard? on Unlocking The Power Of the Magstripe · · Score: 1

    Obviously there are multiple ways to create a system like this. However, with the crazy amount of buses that MTA provides and the remote subway locations, it would be nearly impossible to make sure all of these places have access to the network to check balances. The fact is, they would be stupid to do it that way since it could mean crazy revenue losses if a) main database server goes down b) network service goes down, or maybe even ATM service or whatever

    That's also not to say, that there isn't some sort of communication going on at the end of the day. Consider a turnstile issuing randomly generated 'tokens' SecurID style, which get written back. And at the end of the day, all the tokens given out are sent back to some main system for validation. Invalid tokens get sent back, and therefore "flagged" for the next day. Who knows.