Slashdot Mirror


User: gfody

gfody's activity in the archive.

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

Comments · 723

  1. Re:Some of us do have access to 1TB or more of RAM on How To Use a Terabyte of RAM · · Score: 2, Insightful

    If the table fits in the cpu's data cache don't the lookups get executed as fast as possible (multiple lookups per cycle fully utilizing the ILP window)? Granted, i*c+j would be a single lea instruction anyways.. but even so there could be benefits to using a lookup to eliminate a branch that would otherwise be in the inner loop or to handle some odd case (that would otherwise be a branch in your loop) etc.

  2. Re:Appeal on How Do You Find Programming Superstars? · · Score: 1

    You read GEB in an afternoon?! You must have skipped the boring part

  3. Re:Appeal on How Do You Find Programming Superstars? · · Score: 4, Insightful

    Indeed. However, replace "superstar programmer" with "competent programmer" and the question is still sadly relevant.

  4. Re:One is solved! on The Century's Top Engineering Challenges · · Score: 1

    why isn't "Survive 2012" on this list? Modernized health informatics won't do us any good when we're all wiped out in the pole shift of 2012!

  5. other incentives on Drop-Catching Domains Is Big Business · · Score: 1

    What about them drop-catching your domain and then selling it back to you for a price. I was late renewing my domain, gfody.com years ago and it was immediately picked up by these bottom feeders. Their scam is completely automated so I could never get a hold of anybody but I could make an offer to buy it back. I want my domain back but I won't pay them out of principle.

  6. Re:Programming? As Art??? on Programming As Art — 13 Amazing Code Demos · · Score: 1

    if you're into graphics algorithms you'll enjoy hugo's site

  7. Re:My concern with teleporting a living person on Teleportation — Fact and Fiction · · Score: 1
  8. Re:Parent is MyMiniCity spam. on YouTube Video Stats, Sharing, and 2007 Re-Mixed · · Score: 1

    looks like one of the minicity spammers got some mod points

  9. Re:Loudness War on The Death of High Fidelity · · Score: 1

    This may be their official rationalization for the loudness war

  10. Re:But not on Windows 2000 on Microsoft Offers IE7 to All, Pirates Included · · Score: 2, Informative
  11. Re:Except we can change the launch costs. on The Next Fifty Years In Space · · Score: 1

    Do you realize that amount of typos makes your post the written equivalent of a stumbling drunk blathering fuck all about nothing?

  12. Re:Well... on Breathalyzer Source Code Revealed · · Score: 1

    If this happens to you, for the love of god do not plead guilty!
    Cops will charge you with all sorts of wild and crazy shit. This crazy shit doesn't stick in court but if you plead guilty it's game over.

  13. Re:Vote SSE for more glorious vendor lock-in! on Quick and Dirty Penryn Benchmarks · · Score: 1

    Who makes an SSE version of a function w/o a regular x86 version to fall back on when SSE isn't available?

  14. Re:Ha! on Stretching Crystals Promise Bendy, Full-Color Displays · · Score: 1

    It may be possible for one pixel to cover the gamut via pulse width modulation if they can change color quickly enough.

  15. Re:People hate my gotos on Beautiful Code Interview · · Score: 2, Insightful

    0x05 dollars says that "break (loop-label)" and "goto (post-loop-label)" compile to almost identical opcodes.


    Indeed. As does "for", "while", "repeat" or whatever else your HLL gives you.
  16. Re:random.org ? on True Random Number Generator Goes Online · · Score: 1

    simple! just try to predict what numbers it will give you. the effective randomness of their numbers is inversely proportional to the success rate of your predictions.

  17. Re:c ? really? on Top 10 Dead (or Dying) Computer Skills · · Score: 4, Funny

    hi Peter

  18. Re:ATTN: SWITCHEURS! on LG.Philips Develops World's First Color E-Paper · · Score: 0, Offtopic

    Give me your tired, your poor,
    Your huddled masses yearning to breathe free,
    The wretched refuse of your teeming shore.
    Send these, the homeless, tempest-tost to me,
    I lift my lamp beside the golden door!

  19. Re:We'll see about that. on A Foolproof Way To End Bank Account Phishing? · · Score: 1

    if you could personalize this message with the first and last name rather than "dear customer" - very frightening indeed.

    if OurBank.exe listens locally on port 80, add a line to the hosts file pointing ourbank.com and ourbank.bank to 127.0.0.1 and you've got them owned with a man in the middle.

  20. Nothing to see here on Ubuntu Feisty Fawn - Desktop Linux Matured · · Score: 1

    Debian has a pretty installer now.. there's no need for this whole Ubuntu thing anymore.

  21. Re:Nice to see them plugging ahead on ReactOS 0.3.1 Released · · Score: 1

    Is there a possibility of running this XP clone on non x86 hardware?

  22. Re:PNG with bzip2 compression? on Microsoft Move to be the End of JPEG? · · Score: 1

    Must we combine data compression with the image format?

    I think ideally the PNG format would stop at filtering and just leave you with a file that compresses well.

    We could also cover lossy compression in PNG with lossy filters. Lossy filters would result in a file that is even more compressible. If we separate filtering from compression than you would always have lots of choices. Maybe I want to spend 3 hours and PAQ it - who knows how important the file size may be.

  23. Re:Users *are* usually idiots. on Godwin's Law Invoked in Linus/Gnome Spat · · Score: 1

    Changing the theme to plastik was the very first thing I did after booting up kubuntu. Also, I just tried Crystal (I'm running debian etch) and it doesn't feel any slower.

    I really think it's something else.. the sluggishness in kubuntu was pretty dramatic and my machine is very modern.

  24. Re:Users *are* usually idiots. on Godwin's Law Invoked in Linus/Gnome Spat · · Score: 3, Interesting

    I've noticed that KDE is super slow on (k)ubuntu. It's very snappy on debian, though. What gives?

  25. Re:Correlation... causation on Does Income Inequality Matter? · · Score: 1

    It's not quite that bad since the money in the bank is not really just sitting there idle. You have a good point though - how much do the millionaires and billionaires of the world actually spend? It's an interesting thought experiment to imagine a society based on a use-it-or-lose-it currency.. how is the incentive to save/hoard mitigated? What social ramifications come about from having to spend all your money all the time.. if you can't spend it do your friends and family get a chance to spend it for you? It seems like a ridiculous idea at first, but if you try and entertain there are some interesting benefits.