Slashdot Mirror


User: aglider

aglider's activity in the archive.

Stories
0
Comments
1,126
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,126

  1. Re:M0R0N5! on Symantec Tells Customers To Stop Using pcAnywhere · · Score: 1

    ... and please, yes, troll me down!

  2. M0R0N5! on Symantec Tells Customers To Stop Using pcAnywhere · · Score: 1

    So I understand that Symantec is either using very poor cryptography or even exchanging authentication credentials in plain text!
    Have they had any chance to read a few basic documents about, say, ssh?
    M0R0N5!

  3. What'd "//" be ? on Exploits Emerge For Linux Privilege Escalation Flaw · · Score: 4, Informative

    /proc//mem

    is the very wrong quotation!
    The original source quotes instead:

    /proc/<pid>/mem

    which is the memory as seen by a certain process whose PID is <pid>.
    Moreover, there's no "/proc/mem" file and the "//" whould be interpreted as "/".
    But maybe that'd be just the Slashdot editor.

  4. Re:Looking for the actual pictures? on Russian Scientist Claims Signs of Life Spotted On Venus · · Score: 1

    And here too.

  5. Looking for the actual pictures? on Russian Scientist Claims Signs of Life Spotted On Venus · · Score: 4, Informative

    Look here

  6. Is it legal on Apple Sues Samsung In Germany Again · · Score: 1

    To prosecute someone more than once for the same reason?

  7. Catch-and-release? on Ask Slashdot: Setting Up a Wireless Catch-and-Release · · Score: -1, Offtopic
  8. Not just that on Pouring Water Into a Volcano To Generate Power · · Score: 4, Interesting

    Why not throwing the waste there instead of the landfill?

  9. that's incredible! on Can NASA Warm Cold Fusion? · · Score: 3, Funny

    There's still someone talking about the eCat.

  10. Re:The actual solution will be different on The Coming Tech Battle Over 'Smart TVs' · · Score: 1

    Or like this one for LGs.

  11. Re:The actual solution will be different on The Coming Tech Battle Over 'Smart TVs' · · Score: 1

    Correct.

  12. It's always on Russian Official Implies Foul Play In Mars Probe Failure · · Score: 1

    someone else's responsibility!
    That's childish!

  13. The actual solution will be different on The Coming Tech Battle Over 'Smart TVs' · · Score: 5, Insightful

    As soon as people will start playing with TV firmwares, just like they did with smartphones and routers, we'll get better TVs.
    Which in turn is not what manufacturers and broadcasters want.

  14. I won't care on Leap Second Coming In June, 2012 · · Score: 4, Informative

    I use NTP on my systems!
    They fix the timers, I got mine fixed. Automagically!

  15. 0 to 255 on New Car Anti-Theft Device Profiles Your Rear End · · Score: 0

    I's more likely.

  16. Re:Real insanity! on Tech Forensics Take Center Stage in Manning Pre-Trial · · Score: 1

    Forensics is done by people.
    The same people that looks for evidences can create them, alter them.
    And I'm not talking just about "digital forensics". Anything can be altered, created or deleted. Forever.
    By mistake, bug or on purpose. It doesn't really matter.
    With digital forensics it's just way easier.
    I can seize your hard disk, I put some porn in it, I create the browsing history, the temporary files, the antivirus scanner logs, the system logs for an USB medium insertion and removal, the thumbnails etc. etc.
    How can you prove you were not watching porn on your PC?
    It's all about "trust". The forensics people have more than you have. And it doesn't mean they deserve it.
    But the judge will likely believe them more than you.

  17. Re:time drift and delay on NASA Considers Sending Telescope To the Outer Solar System · · Score: 1

    Because you think that the only data being transmitted is just observation ones.
    Ah!
    What about the management and alarming data on a remooote probe?

  18. Re:time drift and delay on NASA Considers Sending Telescope To the Outer Solar System · · Score: 1

    Is that you, Mariastella?

  19. Real insanity! on Tech Forensics Take Center Stage in Manning Pre-Trial · · Score: 1

    Anything into a computer is a file. Which can be created, deleted and changed at your will.
    Do you really think you can put someone in jail because of a bunch of files in his computer?
    Ah!

  20. time drift and delay on NASA Considers Sending Telescope To the Outer Solar System · · Score: 1

    I'm looking forward for the solution to time drift and delay for transmission!

  21. But finally I don't think on Researchers Create "Mighty Mouse" With Gene Tweak · · Score: 1
  22. How ingenuous! on In Australia, Even Private Facebook Photos Are Public · · Score: 4, Insightful

    Do you really think that once you put something private online it will be private forever?
    Privacy is a process, not a product or, worse, a tag on a file.
    Do you want to keep your "digital life" private?
    Forget about putting it online.

  23. Re:That's doubly insane! on Firefox Too Big To Link On 32-bit Windows · · Score: 1

    A number of other OSes can do it with a reasonably sized system. Which is not 3+GB RAM.

  24. Re:That's doubly insane! on Firefox Too Big To Link On 32-bit Windows · · Score: 1

    That's because today's linkers want to do it all in RAM.

    How much insanity nowadays!

    Doing everything in RAM is not just insane. It's EVILLY WRONG.
    Back storage (aka HDs/SSDs) is currently 100+ times larger than RAM and 100+ times "faster" than it used to be 10 years ago.
    And, anyway, GNU compiling and linking tools can do it with reasonably sized storage.

    But you chose that Windows OS, so you deserve such a mistake!

  25. That's doubly insane! on Firefox Too Big To Link On 32-bit Windows · · Score: 2

    It's insane that a compiler, any compiler, needs 3+GB to "just" link a whatever big number of object files into an executable.
    It's insane that a single piece of software cannot be linked in a 32bit environment. That is, a Windows32 environment, as it can be linked into a 32bit Linux environment.
    How much insanity nowadays!