Slashdot Mirror


User: Ornedan

Ornedan's activity in the archive.

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

Comments · 134

  1. Re:Good News For Once on French Three-Strikes Law Ruled Unconstitutional · · Score: 3, Insightful

    The problem with that attitude is that by the time you can start the process of removing a bad law, it's already done damage. I'd prefer the approach where the stupidity isn't allowed to happen in the first place - no-one gets hurt and less resources are spent.

    Also, if a law has no effect, then IMO it should be gotten rid of. It will still cause unnecessary overhead by having to be checked for effect in potentially related cases.

  2. Re:Rules of the Game on Microsoft Files For 3 Parallel Processing Patents · · Score: 1

    In quite the same sense, "You could find a pot of gold at the end of the rainbow" is also true. Sure, in reality there might be conditions like requiring different laws of physics than reality has, but that doesn't change the basic truth, now does it?

  3. Re:and the pirates win again on Empirical Study Shows DRM Encourages Infringement · · Score: 1

    I'm currently borrowing a copy of company of heroes off my brother just by breaking the terms of the service, which I will get his account banned for

    Fixed that for you. Still not seeing any problems?

  4. Re:TeX is neither obsolete, or Un-usable on MS Word 2010 Takes On TeX · · Score: 4, Insightful

    So I've got a $BIGNUM of screws to screw in and I could use either a screwdriver or a power tool, which I don't know how to use yet.
    Clearly the screwdriver is the superior option, because I have better things to do than wasting my time learning tools.

  5. Re:L2? on Successful Launch of ESA's Herschel and Planck · · Score: 4, Informative

    Lagrange point. Location where the gravitic pulls of some objects cancel each other out. In this case, it's Earth and Moon.

  6. Re:EU is EU Centric on Sources Say EU Will Find Intel Anti-Competitive · · Score: 1

    Microsoft's fine had penalties added in for not paying on time, so it's not exactly a fair comparison point. They could have gotten off rather lighter if they'd skipped dicking about.
    And the size of the fine is based on yearly revenue, so if Intel's fine is bigger, it just means Intel is bigger.

  7. Re:English Language Article. on Judge In Pirate Bay Trial Biased · · Score: 5, Insightful

    Additionally, the judge sits on the board of the Swedish Association for the Protection of Industrial Property (Svenska fÃreningen fÃr industriellt rÃttsskydd), which is lobbying for tougher copyright laws.

    However, NorstrÃm insisted to the radio station that his membership of the various copyright protection groups did not constitute a conflict of interestâ.

    It is indeed quite obvious that being a leading member of a copyright lobby organization can not in any way be seen as a conflict of interest.

    And in other news, Slashdot still fails at UTF8.

  8. Re:patents and insanity on Biotech Company To Patent Pigs · · Score: 1

    Hint: Virus tailored for gene insertion.

  9. Re:"educate yourself! educate yourself!" on Ponzi Schemes Multiply On YouTube · · Score: 2, Insightful

    There is a general tendency not to admit one has been wrong after having invested in something. A result is that people who have been scammed are generally unwilling to believe they've been scammed, even when confronted with evidence. They'll rather make up flimsy explanations for why the evidence can't be right.

    So, no, the sucker won't learn fast, if at all. And it won't be cheap, because those that do learn will end up paranoid, unable to trust other people ever again.

  10. Re:Huh. on South Park Creators Given Signed Photo of Saddam Hussein · · Score: 1

    Iraq _had_ WMDs. They did not have any by the time US invaded.
    The GP's point, I think, was that if Saddam was subjected to a real trial, he'd have a chance to tell the truth about how he got the weapons and what happened to them. Both points being rather uncomfortable for the US. In the first case for supplying them and in the latter for using them as an excuse to invade even when all evidence pointed at the weapons no longer existing.

  11. Re:Ubuntu screwed it up on First Look At Fedora 11 Beta Release · · Score: 1

    Playing go in CGoban (Java program) and listening to music at the same time. Way back when Java did audio via OSS and there was no mixing you either got just the clicks from the game - which are not an enterily unimportant part of the playing experience - or the music.

    Or more generally, music and anything you'd expect to get audio cues from.

  12. Re:rename completes before the write on Ext4 Data Losses Explained, Worked Around · · Score: 1

    Writes may be re-ordered as the system sees fit, as long as end result is identical - but all guarantees are void in undefined situations like crashes. If your write order is critical, you have to enforce it by fsyncing.

    The "transactional" write & rename behaviour is quite sensible, though. So there should probably be some easier mechanic to invoke it than calling fsync a bunch of times.

  13. Re:rename completes before the write on Ext4 Data Losses Explained, Worked Around · · Score: 1

    write. fsync. rename. fsync.

    Oh, hey, look at all that data guaranteed not lost.

  14. Re:that's why...for the thousandth time, we need on Congress Mulls API For Congressional Data · · Score: 1

    It's more like their opponents get to go "Look how $name voted against this very necessary and solid bill!". Which wouldn't be much of a problem if your people weren't drooling morons that can't comprehend anything longer than a 5 second soundbite. Which is incidentally too short a time to defend yourself in by explaining why the evil addition was necessary to stop.

  15. Re:Before people say that Illinois is stupid on Illinois Declares Pluto a Planet · · Score: 2, Insightful

    The old definition was pretty much arbitrary. The problem was that a non-arbitrary definition that does leave Pluto as a planet needs to add several other bodies as planets that are rather unlike the other bodies currently called planets. Choices were to expand the meaning of the term or contract it. They chose contracting it and adding new definitions for those objects that didn't fit the new definition of planet, but are still significant enough not to be lumped with the generic small rocks.

  16. Re:A good first step, but . . . on Lawmakers Take Another Shot At Patent Reform · · Score: 1

    But why is that a bad thing that patents are "devalued" thus? I see no problem in only being able to obtain damages relative to the actual value of the patent.

  17. Re:How nifty! on Google Buys Finnish Paper Mill · · Score: 1

    A quibble on Lex Nokia: It's not just employers. It's any "service provider", for pretty nebulous definitions of "service" and "provider". Up to and including the landlord and grounds keeper in case of your home connection.

  18. Re:How to Falsify Evolution on Darwinism Must Die So Evolution Can Live · · Score: 1

    Because there never is anything one would call "halfthis halfthat". All things are in transition and all things are also things themselves.

  19. Re:agreed: persistence, not files on Phantom OS, the 21st Century OS? · · Score: 3, Insightful

    So you've got this really spiffy object-oriented OS automatically persisting your objects. What's the serialized representation of those objects? Any answer other than just having the system puke the memory representation of the object onto permanent storage media means that the programmer has to have a say in determining that representation. And this system was all about not having the programmer worry about those messy details. Except having the serialized form be a memory blob means the only thing you can ever deserialize it to is the exact same version of that particular object type.
    This is why we have files. Letting the programmer do the de/serialization just means you're calling your files something else and added some mandatory cruft on top. Also, without files (or equivalent), you can't have standard file formats. This kind of system would then be vendor lock-in heaven.

  20. Re:Original Sources on MS Confirms Six Different Versions of Windows 7 · · Score: 1

    The difference would be that different distros don't exist merely for the sake of causing confusion in the market.

  21. Re:Let me get this straight... on Finnish Court Accepts E-Voting Result With 2% Lost · · Score: 1

    It's voting. That means spoilage has weighting ratio relative to all other considerations of +infinity.

  22. Re:Failed to Finnish on Finnish Court Accepts E-Voting Result With 2% Lost · · Score: 2, Insightful

    2% is bloody well not an acceptable error rate when manual counting error rate is 0.5% on average. As such, the court saying 2% is acceptable is utter bullshit.

  23. Re:Frist Post! ...expires on DRM Shuts Down PC Version of Gears of War · · Score: 1

    Again, like others all you're doing is wasting your time complaining when you should be offering an alternative to DRM which stops piracy.

    Why? DRM and no DRM are equivalent as far as stopping piracy goes.

  24. Re:Unskilled laborers act as a warning to the youn on Dell Closes Ireland Plant; 2nd Largest Employer · · Score: 1

    On the offchance that you're really this stupid and not just a troll:
    That won't work, because it won't be fair from the "unskilled laborer's" point of view. Or, rather, too unfair to tolerate. Living in a real, imperfect society means that people have to tolerate occasional unfairness. But there is a limit to that and pushing people over the limit usually generates a violent reaction.

  25. Re:Who cares? on Russia's Mars Mission Raising Concerns · · Score: 1

    It merely needs to be preserved pristine long enough to be studied.
    But it is pretty damn important to preserve Mars until presence / lack of life there has been confirmed and if life is present, it has been examined.

    The big questions being "How common is life?" and if life does exist on Mars "How does it differ from Earth life?".