Slashdot Mirror


User: NoNonAlphaCharsHere

NoNonAlphaCharsHere's activity in the archive.

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

Comments · 2,070

  1. Re:If not the government, then who? on Bloggers Not Journalists, Federal Judge Rules · · Score: 4, Insightful

    That's a really interesting point. In the minds of the Framers, the press was literally that - the printing press, an object. Certainly Thomas Paine (who published Common Sense anonymously) didn't have a journalism degree, nor ascribe to the other journalistic criteria the judge in this case is enumerating.

  2. Re:It's Not ALL Bloggers on Bloggers Not Journalists, Federal Judge Rules · · Score: 1

    OF COURSE it's all bloggers. Our legal system operates on precedents; well, here's a precedent. Expect every lawyer with an axe to grind against a blogger to cite this case. Expect some lawyer out there to at least float this against a freelance journalist published in a 'real' publication.

  3. Adam was quoted as on MythBusters Bust House · · Score: 4, Funny

    Jumping up and down, clapping his hands and giggling with glee.

  4. Re:And I was worried on Upcoming Changes To 'Ask Slashdot' · · Score: 4, Funny

    Jesus; I got Bingo just reading the question.

  5. Re:Again? on Facebook Flaw Exposed Private Photos · · Score: 5, Funny

    Who says Slashdot doesn't change with the times? See how the (sometimes twice) daily "New remote execution flaw in Windows" articles have been replaced by "New egregious privacy violation found in Facebook" stories?

  6. Re:Hasn't anyone seen on Russian Scientists Say They'll Clone a Mammoth Within 5 Years · · Score: 1

    Maybe the Russian scientists didn't see that documentary.

  7. Re:Take that... on Kepler Confirms Exoplanet Inside Star's Habitable Zone · · Score: 5, Insightful

    Sure, because the science deniers are swayed by evidence.

  8. Re:UNIX family tree on The Strange Birth and Long Life of Unix · · Score: 2

    You forgot ULTRIX, although why anyone would want a computer in their home is beyond me.

  9. Re:Future on The Strange Birth and Long Life of Unix · · Score: 1, Informative

    Fail. That's:

    1 + Forth-sightful.

  10. Re:There is probably truth to that. on Does Telecommuting Make You Invisible? · · Score: 5, Insightful

    Who do you suppose gets picked come layoff time, the 'C' player who gets seen every day, or the 'B' player who nobody ever sees?

  11. Re:Please let the Americans know this ... on EU Court Adviser Says Software Ideas Can't Be Copyrighted · · Score: 5, Insightful

    Dear EU,

    Can you point out to Slashdot moderators the difference between copyright and patents?

    Thanks

  12. Re:APK's monolithic hosts file on Potential 0-Day Vulnerability For BIND 9 · · Score: 1

    You can almost hear his hysterical laughter, can't you?

  13. Re:Open sores == fail on Potential 0-Day Vulnerability For BIND 9 · · Score: 3, Insightful
    I guess it's really a question of design philosophy. Microsoft has always been from the "never test for an error condition you don't know how to handle" school, leading to lots and lots of buffer overrun type problems or just plain application crashes. The other side is to have tests you "really don't need". Say for example you have a switch statement where you "just know" (have verified elsewhere/input comes from a trusted source, etc.) that you have a lower-case letter that you want to process, so the code ends up looking something like:

    switch (c)
    {
    case 'a': whatever('a'); break;
    case 'b': whatever('b'); break;
    ...
    case 'z': whatever('z'); break;

    default: // AND THIS IS THE IMPORTANT BIT
    assert("c is not a letter!!");
    }

    Microsoft code would typically leave out the assert, and happily stumble along. At least with the assert, you know what AND WHERE the Bad Thing (TM) happened, and have a clue as to where to look to fix it.

  14. Re:A confusing summary on /., let me try to do bet on Potential 0-Day Vulnerability For BIND 9 · · Score: 3, Funny

    BIND8, for those who used it, was a pile of poo.

    Your understated discretion just takes my breath away.

  15. Re:Open sores == fail on Potential 0-Day Vulnerability For BIND 9 · · Score: 5, Insightful

    I can see this is going to be a long thread full of trolls about open source, but the fact of the matter is that an application "crashing" (really ABENDing) due to an assertion failure is actually a sign of software doing what it was designed to do. Assert statements are used to check for "impossible" conditions, and have the program scream and die if one is found. So what we have here is a careful programmer's backstop doing its job.

  16. Re:Impossible! on Potential 0-Day Vulnerability For BIND 9 · · Score: 2

    Oh for fuck's sake, it's an assertion error. Get over yourself.

  17. Re:First you have to get the ordinance on NYPD Dismantling Occupy Wall Street Encampment · · Score: 1

    Yours is quite possibly the best Slashdot sig EVAR. Cheers!

  18. Re:Statistics Please! on Did Fracking Cause Recent Oklahoma Earthquakes? · · Score: 1, Redundant

    Riiiiiight... I'm sure the oil and drilling companies will jump all over cooperating with that study.

  19. Re:Completely different contract/machine/goals on Cray Replaces IBM To Build $188M Supercomputer · · Score: 1

    I know, right? Don't you wish these fucking Brits spoke English like normal people?

  20. Re:Bah! on B&N Nook Tablet vs. Amazon Kindle Fire · · Score: 2

    Does it make a whooshing sound?

  21. Bah! on B&N Nook Tablet vs. Amazon Kindle Fire · · Score: 5, Funny

    I'm not interested in owning a Nook unless it uses proprietary file formats and locks me into getting ALL my content from Barnes & Noble.

  22. Re:Tablets aren't actually useful, though. on Apple's Secret Weapon To Influence Industry Pricing · · Score: 2

    Well, I guess now that Ken Olsen has weighed in, the rest of us can go home.

  23. Customer support??? on AT&T Pushes 'Connected' Clothing For Healthcare · · Score: 1

    So if I get my undies in a bunch I have to call Banglore?

  24. Re:Bill Gates did it. on Pancake Flipping Is Hard — NP Hard · · Score: 1

    That was WAY funnier than it got credit for.

  25. Re:Mod Parent +1 Insightful on Fine Structure Constant May Not Be So Constant · · Score: 1

    Actually, I got modded "troll", which gave me a pretty good LOL.