Slashdot Mirror


User: oldhack

oldhack's activity in the archive.

Stories
0
Comments
2,813
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,813

  1. Pathetic on KDE Multi-Monitor Control Getting An Overhaul · · Score: 3, Insightful

    They waste all these time mucking with icons, reorganizing menu accesses, and other such superfluous "human interaction" nonsense, but never got around to supporting something as basic as multiple displays.

    It's why you're better off to wait for jesus to return than the mythical "year of linux desktop".

  2. Re:Decline of a civilization on Creeping Government Surveillance Now Without Warrants · · Score: 2

    Right, "we are still not as bad as those other guys" argument. Gives you a nice warm feeling inside, doesn't it, "we still suck less than them other guys".

    It's not where you are, it's which direction you're going.

  3. Decline of a civilization on Creeping Government Surveillance Now Without Warrants · · Score: 3, Insightful

    This is how the West is receding from the forefront of the human history and affairs of the world, through internal rot.

    Well, I suppose we had a good run.

  4. Case for Samzenpus on The Case For Targeted Ads · · Score: 0

    Anyone?

  5. Re:What trolls? on Australia Attorney General Proposes New Laws To Stop Twitter Trolls · · Score: 1

    The greatest trick the troll pulled was ... goatse?

  6. Re:I used to care about science journalism on Confusion and Criticism Over ENCODE's Claims · · Score: 2

    Don't leave out the researchers. They seem intent to "play the game" right along with the reporters and PR flunkies.

  7. Re:Slashdot is bullshit on Exposing the Machinery of the Resistome · · Score: -1, Troll

    A waste of bandwidth, electricity and rack space.

  8. Slashdot is bullshit on Exposing the Machinery of the Resistome · · Score: -1, Troll

    Bullshit website.

  9. SLOW NEWS DAY on Is a Computer Science Degree Worth Getting Anymore? · · Score: 1

    See subject.

  10. Science in court on The Fight To Reform Forensic Science · · Score: 1

    is like numbers in restaurants.

  11. Re:We care about ad networks? on Apache Patch To Override IE 10's Do Not Track Setting · · Score: 1

    Ok, I'll go real slow and beat the horse one more time, the horse that others already had pummeled to death well and good. You paying attention? Ok, here goes.

    Because DNT is a moronic "evil bit". Bothering with it at all is like mice wondering about wearing a "don't eat me" sign so that cats won't eat them. It's a quack "medicine" that promises you bogus immunity.

    The best thing to do, the only thing, is to ignore it.

  12. Pesticide is pesticide on Scientists Say Organic Food May Not Be Healthier For You · · Score: 2

    If you don't use chemical pesticide, you have to do something else to prevent the pest eating up/ruining all your crop. What do they use and how does it compare to "chemical" (seriously, what isn't "chemical"?) pesticide?

  13. Re:We care about ad networks? on Apache Patch To Override IE 10's Do Not Track Setting · · Score: 1

    We care that they care. If they choose to ignore DNT due to Microsoft's actions (or rather, probably deliberate attempt to make the feature ignored) we do care. We prefer that the ad networks honor DNT, and they might, if it's not turned on by default. It's that simple.

    Is it that you're a moron? Or that you're a shill? Which is it?

  14. Google search dying on Review: Google Compute Engine · · Score: 1

    If you actually try to find some info by googling, chances are you're shown only pages of spam sites like fixya, livestrong, about, and other bullshit-seo sites.

    Time is ripe for somebody else to step up in search business.

  15. Not for long on Apple Is Now the Most Valuable Company In History · · Score: 5, Interesting

    Apple is replaying their history during 90s.

    It's eerie, really. Soon after Macs began its success, MS sold their graphical OS through just about all hardware makers, Apple sued and lost, and Jobs's got ousted, and Apple shriveled up. Just replace "ousted" with "died" and MS/Windows with Google/Android.

  16. Dremel, eh?! on Dremel-Based Project Accepted As Apache Incubator · · Score: 0, Offtopic

    They're gonna get their ass sued.

    BTW, Google search deteriorated so bad now I'm using Bing, way too many spam sites like "fixya", "answer", and other slimebags.

    Google, get your core business straight.

  17. Re:Trend setter! on Debian Changes Default Desktop From GNOME To XFCE · · Score: 1

    I use a P3 box for file server and linux desktop. P3 is rated for ~25W and I run it with a heatsink but no fan. With XFCE it's plenty snappy.

  18. Thumbs up, Soulskill & Slashdot on Curiosity Lands On Mars · · Score: 2

    Great writeup with the links.

    Let's go, Curiosity! You the Rover! :-)

  19. Re:Meh on Researchers Beat Google's Bouncer · · Score: 1

    That's why it would be a news, dumb-dumb.

  20. Meh on Researchers Beat Google's Bouncer · · Score: 2

    I thought bunch of nerds gave a drubbing to a bouncer at Google-sponsored party. Must be the bad coffee.

  21. Embedded systems engineer on Ask Slashdot - Careers In Computer Science That Keep You Physically Active? · · Score: 3, Interesting

    You end up climbing/crawling into some weird-ass places with backpacks.

    Oh, my bad. Comp-sci, the wimpy nerds. Sorry, you have to be a real engineer to do this sorta things.

  22. A problem with electric cars on A Build-It-Yourself Electric Vehicle · · Score: 1

    Ever try to fix electrical problems on a car? Nasty, way tougher to track down than mechanical problems.

    I just hope they're equipped with adequate diagnostic systems to mitigate the challenge, but that will push up the cost.

    But I suspect electric cars will preclude "home mechanics" more/less entirely.

  23. Also on Is Our Infrastructure Ready For Rising Temperatures? · · Score: -1, Troll

    The other day, I stepped on dog shit. You know what means - global warming. It's clear as day how that comes about, unless you're a "denier".

  24. Re:The nice thing about Python on Book Review: Head First Python · · Score: 1

    The essence of nesting with whitespace is to make the code do what it looks, and the issue you noted is that of editor, not the language.

    A minor challenge it presents is for writing parsers due to collapsing multiple consecutive whitespace characters, which can be either TAB or space, into a single token, but that only concerns tool writers.

    Your "function over form" complaint is a nonsense. How the code "looks", determining code block nesting, is a FUNCTION.

  25. The Best Python Book on Book Review: Head First Python · · Score: 1

    The best Python book for experienced programmers is Martelli's Python in a Nutshell. It gets you up and going quickly, but still packs plenty detailed reference material.

    Martelli should update the book with Python 3 material - I'll buy me a copy.