Slashdot Mirror


User: Spykk

Spykk's activity in the archive.

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

Comments · 417

  1. Re:yes, but... on Library of Congress To Receive Entire Twitter Archive · · Score: 1

    #!/bin/bash

    SIZE=$(stat -c%s $1)

    while [ $SIZE -gt 1 ]
    do
    gzip -c $1 > $1
    SIZE=$(stat -c%s $1)
    done

  2. Re:What if it turned out the other way? on Greenpeace Breaks Into French Nuclear Plant · · Score: 5, Insightful

    I think the point was to generate press coverage. Greenpeace's greatest cause is self-promotion.

  3. Re:Yet another MOND on New Theory Challenges Need For Dark Matter · · Score: 3, Insightful

    Theories trying to handwave dark matter seem to pop up about once a month these days

    Can you blame them? We found a bunch of stuff that doesn't fit our model for how the universe works so instead of invalidating our model we just assume that there is something invisible influencing our numbers. I won't pretend like I know what is really going on but blaming some undetectable third-party when your model fails feels like grasping at straws to me.

  4. Re:Free market for the win on Will Firefox Lose Google Funding? · · Score: 1

    If you want to swap anecdotes firefox runs great on my atom based EEE 1000 netbook.

  5. Re:Price War? on 3-Way Price War On Black Friday: iPad, Nook, and Kindle · · Score: 1

    But seeing people on Slashdot mindlessly say "Apple is teh suxor" is about as intelligent as saying it about Microsoft or Linux without having used them

    If the latest Prius came pre-installed with an irremovable mousetrap at crotch level in the drivers seat I probably wouldn't bother giving it a test drive. You could go on all day about how smooth the ride is or how the mousetrap helps hold you in so you don't fall out, but none of that matters because I don't want a car that caches my balls in a mousetrap every time I drive it.

  6. Re:You have to do /something/ with all these dooda on How Technology Is Shaping Language · · Score: 1

    I hear noun verbs them adverbly.

  7. Re:Tegra 5 on ARM Claims PS3-Like Graphics On Upcoming Mobile GPU · · Score: 0

    You should be careful with extrapolation...

  8. Re:Right. on IT's Next Hot Job: Hadoop Guru · · Score: 1

    though I wouldn't chose it for ... reconciling a fiscal year's worth of journal entries

    You might be surprised how often java is used to do just that.

  9. Re:Welcome to the world of police intimidation on Two New Fed GPS Trackers Found On SUV · · Score: 3, Interesting

    I think you are mistaken. The only thing that police could accomplish by intentionally trying to intimidate a reporter without being explicit enough to threaten him is to make the story that much jucier. Do you really believe that the officer brought a gas can and someone in civilian clothes along to go intimidate a reporter? He was likely giving someone who had run out of gas a ride and the reporter chose to interperet the encounter as some sort of nebulous conspiracy to get some publicity for the story.

  10. Re:Welcome to the world of police intimidation on Two New Fed GPS Trackers Found On SUV · · Score: 3, Insightful

    What sort of thing? Cops driving around? What part of those two paragraphs is supposed to be so sinister?

  11. Re:Ha ha Han Solo on Carbonite Privacy Breach Leads To Spam · · Score: 1

    Ha ha Han Solo

    A good speech therapist could probably help you with that stammer.

  12. Re:Power source on Man Has Nokia Phone Embedded In False Limb · · Score: 1

    Three men were killed this morning when a high-five over extended battery life resulted in a devastating explosion. More at 11:00.

  13. Re:a mob is just as guilty as a single criminal... on Anonymous Hackers Take Down Child Porn Websites · · Score: 1

    A DDOS is several different computers trying to access a website at the same time. It is not illegal for a single computer to try and access a public website so your analogy fails. If your point of view was correct then people who were eating at a restaurant that fills to capacity could be arrested for "bringing down" said restaurant.

  14. Karma? on Jobs Wanted To Destroy Android · · Score: 2, Funny

    I've never really bought into the whole Karma concept, but things like this make you wonder.

  15. Physical fractals? on Dan Shechtman Wins Chemistry Nobel For Quasicrystals · · Score: 1

    Self-similar, potentially infinite and never repeating? Sounds like the physical equivalent of a fractal to me.

  16. Re:Propaganda or Bad reporting? on UK Man Jailed For Being a Jerk On the Internet · · Score: 1

    I shot him a furtive glance?

  17. Re:The kernel on Ask Slashdot: Best Programs To Learn From? · · Score: 1

    I've never understood this argument. Poor programmers can write unmaintainable code in any language, including C. If we judged the maintainability of each language on the worst examples we could find they would all be terrible.

  18. Re:The kernel on Ask Slashdot: Best Programs To Learn From? · · Score: 1

    Return codes are great until your function needs to return something useful instead. Now you have to allocate a pointer and pass it into your function and everything gets much less intuitive and elegant.

  19. Re:You don't git it on Kernel.org Compromised · · Score: 1

    Unless of course your using a kernel.org mirror to download your distribution's packages ala http://mirrors.kernel.org/archlinux/core/os/x86_64/

  20. Re:Whoops! on Kernel.org Compromised · · Score: 1

    I download binary packages for my rolling release distro, Arch, from kernel.org. Even if the kernel source has not been compromised a binary package certainly could be.

  21. Re:V.i. Labs? on Turning Chinese Piracy Into Revenue · · Score: 1

    Easy, just press ctrl-alt-insert-backspace in emacs and type vi into the dialog.

  22. Re:And in other news, the iPhone 5... on Steve Jobs Resigns As Apple CEO · · Score: 1

    A two button mouse will be included as well.

  23. Re:Wow... on More Schools Go To 4-Day Week To Cut Costs · · Score: 1

    They can just have their oldest babysit someone else's kids to pay for the babysitter they need for their younger kids. It's economic stimulus!

  24. Here comes another gimmicky brew on Origins of Lager Found In Argentina · · Score: 1

    It's only a matter of time now before Dogfish Head releases something fermented with this yeast. I vote for Legacy Lager as a name.

  25. Defensive move? on Samsung Hires Steve 'Cyanogen' Kondik · · Score: 1

    Could this be Samsung's way of hedging its bets against Google closing Android now that it is buying Motorola? Cyanogen Mod doesn't rely on any of the Google code that isn't open source so it could be forked to cut Google out all together if need be.