Slashdot Mirror


User: ezzzD55J

ezzzD55J's activity in the archive.

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

Comments · 552

  1. Re:-3.14 Reference Snobs on Carbon-14 Dating Reveals 5% of Vintage Wines May Be Frauds · · Score: 1

    I'm not going to be the one that says a little girl was hot. :) I meant Christina Ricci now, not then :-)

  2. Re:Let me take a pro-expensive wine position on Carbon-14 Dating Reveals 5% of Vintage Wines May Be Frauds · · Score: 1

    Alpaca!? I thought he was setting up for a peruvian women joke!

  3. Re:-3.14 Reference Snobs on Carbon-14 Dating Reveals 5% of Vintage Wines May Be Frauds · · Score: 1

    if you're going with the addams family, why in god's name didn't you go with Christina Ricci ;)

  4. Re:Huh? on India First To Build a Supersonic Cruise Missile · · Score: 1

    The main defense for any aircraft carrier is the billions of dollars of support ships

    I'm not saying you'e wrong,but: cost != value :)

  5. Re:More like a flaw in statistics on Flaw In Emergency Response System May Have Killed Hundreds · · Score: 1

    No, because the posting un-does the moderation. That was the point of it. As he said in his posting. "Now I'm posting to undo it"

  6. Re:Whine all you want, it's still an awesome game on BioShock 2 Released · · Score: 2, Funny

    that wasn't THAT obvious :)

  7. Re:So he uses the phone for GPS While Driving? on Nexus One First Phone Linus Torvalds "Doesn't Hate" · · Score: 3, Informative

    big iron != bare metal, which is what GP presumably meant.

  8. Re: –??? on OpenGL Programming Guide 7th Edition · · Score: 1

    queue.

  9. Re:Some kind of... on 2016 Bug Hits Text Messages, Payment Processing · · Score: 1

    unary would use only zeroes :)

  10. Re:Q. Do complex, nonuniform ___ have imperfection on Are Complex Games Doomed To Have Buggy Releases? · · Score: 1

    Cue.

  11. Re:Hackers Diet FTW. on Why Doesn't Exercise Lead To Weight Loss? · · Score: 1

    asshole of the day award: awarded.

  12. Re:Hackers Diet FTW. on Why Doesn't Exercise Lead To Weight Loss? · · Score: 3, Insightful

    Also it lowers the metabolic rate, permanently probably. I went on a near-carbless diet for a while (not to lose weight specifically, different problem) and regret it greatly.

  13. Re:Curse of binary floating point on Why Computers Suck At Math · · Score: 1

    Unfortunately, 0.1 seconds cannot be expressed accurately as a binary number

    Is what they're bloody well talking about. As a floating point number. I am well aware how 0.1 could be represented perfectly, but that is not what the post is talking about.

  14. Re:Does that mean... on ZFS Gets Built-In Deduplication · · Score: 1

    True, to a lesser extent this is already true with files that have large holes in them, or are hardlinks, though. ZFS makes it a little weirder I admit.

  15. Re:Issues with such networks generalize to Mars on The Tech Aboard the International Space Station · · Score: 1

    Except most continents are connected via fiber which isn't that high latency.

    It's not the medium, it's the distance.

  16. Re:Does that mean... on ZFS Gets Built-In Deduplication · · Score: 3, Insightful

    The single block is still stored redundantly, of course. Just not redundantly more than once.

  17. Re:Curse of binary floating point on Why Computers Suck At Math · · Score: 1

    The wording was a little inaccurate. They meant to say that the number 0.1 can't be represented exactly, of course. Which is true, of course.

  18. Re:hmmm, that's not so good. on Reliability of PC Flash SSDs? · · Score: 1

    Drive.

  19. Re:hmmm, that's not so good. on Reliability of PC Flash SSDs? · · Score: 1

    i was going to build myself a HTPC with a 30GB OCZ drive, but i think i'll leave it a bit longer if this is the case..

    And I ordered parts for a HTPC with a 30GB OCZ driver. Last night.. Nevertheless I'm not changing my mind :)

  20. Re:You say "Star Wars"... on A New Robotic Hand That Can "Feel" · · Score: 1

    From "I dated a robot"? "The Devil's hands are idle playthings" is a better match imho :) ("They're very good hands!")

  21. Re:Trial by jury... on Apple, Others Hit With Lawsuit On Ethernet Patents · · Score: 1

    The problem is that all these companies have set themselves up as fall guys

    Nitpick: that's not what a fall guy is.

  22. Re:All mine were cheap! on Student Loan Interest Rankles College Grads · · Score: 1

    Good point, I wish everyone realised it's a flawed research strategy :)

  23. Re:Blind Sound Test. on Fungivarius Beats $2 Million Stradivarius Violin · · Score: 1
  24. Re:Its been done for years already on Apple Kicks HDD Marketing Debate Into High Gear · · Score: 1

    In other news, whenever you format an ext3 partition, remember that 5% is set aside for root use.

    True, but you can tune that at mkfs time. The heuristic for how much space to reserve for other metadata (inodes) is probably off too for such large filesystems. (Or are they allocated dynamically nowdays?)

  25. Re:Its been done for years already on Apple Kicks HDD Marketing Debate Into High Gear · · Score: 2, Insightful

    1024 is 2^10 - to be self-consistent, they should have chosen 2^8 or 2^16 for grouping, since 8 = 2^3 and 16 = 2^4, but they chose 2^10 because it happened to be "close to 1000"

    Why is it significant what size the bit grouping is w.r.t. the base?

    Why would it not be OK to have a grouping of 10 bits, but would it be OK to take a grouping size 2^3? 3 isn't a power of 2. The decimal system (base 10) is grouped in 3 digits, and 3 is nothing significant base 10. To make it self-consisteny by your logic, it should be grouped in 10 or 100 digits. 3 is just to make it easy to read by humans; it's a good number of significant digits most of the time, when writing down numbers in decimal, and has little to do with the underlying system.