Slashdot Mirror


User: Anakron

Anakron's activity in the archive.

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

Comments · 111

  1. Re:Say what again? on In Istanbul, Cameras To Recognize 15,000 Faces/sec. · · Score: 1

    IR cameras?

  2. Re:Bah on Beware the Perils of Caffeine Withdrawal · · Score: 1

    And you mean South Carolina. Yes, that's a South.

  3. Re:Blue Gene has government funding? on Building the World's 4th Fastest Supercomputer · · Score: 3, Informative

    Blue Gene has government funding? Err, yes? Blue Gene/L is situated *inside* the Lawrence Livermore national labs. I'm pretty sure the department of energy funds the entire project. IBM is the largest, but not the only technology partner in it.
  4. Re:Sounds fine to me on Bill Allows Teachers to Contradict Evolution · · Score: 1

    I'll be generous and allow you to start with a single celled organism, you don't have to go find some primordial soup to start. You're not being generous, only fair. Evolution doesn't claim to explain the origin of life. How many more times does this need to be repeated?
  5. Re:Proposed (radical) Patent Reform on Lawmakers Debate Patent Immunity For Banks · · Score: 1

    My idea is that a patent should not prevent anyone else from developing the same thing Why should anyone apply for a patent in your system then? Just keep your details secret and you've got the same result. Patents were originally developed specifically to discourage this behavior.
  6. Re:Measuring a gas in litres? on New Material Can Selectively Capture CO2 · · Score: 3, Informative

    That's 83 liters at STP.
    Carbon dioxide weighs in at 1.98 grams/L at STP.
    1.98*83 = 164.34 grams

    They're absorbing 164.34 grams in 1 liter of the crystals. Definitely underwhelming.

  7. Re: limited terms on White Paper Decries RIAA Attempts To Raise Infringement Payouts · · Score: 2

    how does that beyond-death structure encourage the dead guy to create additional works? It doesn't. However, it also reduces any incentive for the artist to suffer an "accidental" death.
  8. Re:Meh on iPhone Application Key Leaked · · Score: 4, Funny

    host of supermodels ... 2 hour conversation eh? You're doing it wrong!
  9. Re:Vista XP is here! on Software Tool Strips Windows Vista To Bare Bones · · Score: 5, Funny

    The GUI is definitely part of the GUI Truer words have never been spoken!
  10. Re:Be Smart About This on MIT Student Plans to Take on RIAA · · Score: 1

    Instead, use the name of the jock down the hall that you hate anyway. Maybe he did. This would be the "jock" saying it wasn't him.
  11. Re:Counterproductive? on Robots Teach Autistic Kids Social Skills · · Score: 1

    It took a much more patient teacher to teach us that the derivative of x2 was x/2
    The derivative of x^2 is 2x (assuming that's what you meant by x2).
    That must have been one mind bending class if you could prove that the derivative of x^2 was x/2 by the end of it!
  12. What're they doing, again? on Software Speeds Response To Road Accidents · · Score: 1

    ease traffic back-ups at lower cost, particularly in rural areas

    traffic jams cost the average city almost a billion dollars a year So how much do they cost a rural area?
  13. Re:yeah yeah on Are Contactless Payments Really Secure? · · Score: 2, Informative

    http://www.ingrimayne.com/econ/Banking/Commodity.h tml
    for those who don't get what the parent is talking about. Although banks don't quite "magic" money into existence.

  14. Re:Great but... on Review of Ergonomic Evoluent VerticalMouse 3 · · Score: 1
  15. Re:Great Story: on Pre-Installed Linux Tops Dell Customer Requests · · Score: 0, Troll

    According to the Filipina I know, any use of her local language in her school incurs a fine.
    Without that sentence, you would've completely had me!
    Damn, I'm getting too reliant on those <sarcasm> tags.
  16. Re:Obvious on MySpace Not Guilty in Child Assault Case · · Score: 1

    You fell off the playground?
    Into what?

  17. Re:Can any explain how wear-leveling really works? on Which Filesystem is Best for CompactFlash? · · Score: 1
    Static RAM doesn't require refresh power
    Right so far..

    so it's non-volatile
    Nope - volatility refers to whether the medium stores data when all power is turned off. SRAM is volatile.
  18. Re:LaTeX on Google "Office" Released · · Score: 1
    The little time spent in learning the language far outweighs the advantages it provides.
    I think you meant something different...
  19. Re:Shoulda seen this coming... on One Last Spamhaus Warning Before The End · · Score: 1
    So if I kill someone (an action), plead guilty to it (a statement in court), then flee and stay out of the court's jurisdiction, it is okay? What sort of a bizarre view of the world is that?
    In case you're unaware, this happens fairly routinely among those that actually do the killing. It's the whole point of extradition agreements. If a killer leaves the country, there's nothing the local courts can do about it unless he's brought back via some extradition arrangements.
  20. youtube video of the episode in question on Jon Stewart to Save the Gamers? · · Score: 4, Informative
  21. Not quite on Public Patents? · · Score: 1

    I don't think we need "public patents". All that we need is a way to make sure that these ideas make it into whatever database the patent office use to search for prior art. Surely that's much easier to do than creating a whole new category of patents?

    Of course, if the patent office actually did it's job diligently, even that wouldn't be necessary. All you need to do is publish the result.

  22. Re:Does this mean... on Torvalds Creates Patch for Cross-Platform Virus · · Score: 5, Informative

    Yes. The kernel patch works around a bug in gcc. The patched systems are now *vulnerable*

  23. Re:Lots on What Do You Look For In Screenshots? · · Score: 1
    See the MythTV site to see a good idea of how screenshots can help someone evaluate a product
    Yeesh. All that talk and nary a link. Here ya go.
  24. context on Slashdot Design Changes for Wider Appeal · · Score: 1
  25. How does this relate to scribe? on Faster Feeds Using FeedTree Peer-To-Peer · · Score: 1

    Scribe[Technical paper pdf warning!] is a framework to do very similar things. Is this an application developed on top of that? Scribe works by building a multicast tree of the participants too.
    One interesting thing to note is that as a participant in scribe, you'll have to pass on notifications of feeds even if you're not interested in them, because you're a part of the tree and pretty much the only path to the guys below you. How does FeedTree deal with cheating/lying nodes that refuse to pass on messages? Also, to be a part of the overlay, you need to keep sending keep-alive messages. Not a big deal, I know, but I always thought Scribe was impractical for general use, but would work great for a restricted audience (like a large geographically distributed company) that can be "trusted".