Slashdot Mirror


User: AI0867

AI0867's activity in the archive.

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

Comments · 113

  1. Re:Step 3 in The Tao of Backup on Coppola Loses All His Data · · Score: 1
    veracity doesn't seem to be anything more than a little script that walks your filesystem and either appends digests to a file or checks them.

    it can be easily be reimplemented with nothing but a shell and the gnu coreutils.

    rm -f .digests
    touch .digests
    foreach FILE in `ls -a`
    do
      #if it is a dir, recurse into it instead
      md5sum $FILE >> .digests
      sha1sum $FILE >> .digests
    done
    and

    #recursing code here
    do
      md5sum -c .digests
      sha1sum -c .digests
    done
    of course, you can make it far more complicated, but this is the useful part.
  2. Re:Anime copy machine on Copier Auto-Translates Japanese to English · · Score: 1

    8000, but the english translation will say 9000.

  3. Re:Heh on The Pirate Bay Files Suit Against Big Media · · Score: 1

    That's what the death penalty should be for: attempted suicide.

  4. Adjective inflation on Zero-day Exploit in PDF With Adobe Reader · · Score: 1

    It was a zero-day exploit until the moment he published it. The moment it becomes publicly known, it ceases to be a zero-day and turns into a simple unpatched vulnerability.

    Of course, that wouldn't be sensational enough for current media...

  5. Re:Poor Sony on HD VMD Shows Up Late For the Format War · · Score: 1

    You forgot rule 34?

  6. Australian Federation Against Copyright Theft on Australian ISPs Reject Calls To Police Their Users · · Score: 2, Informative

    Copyright Theft eh? is that when you take someone else's copyrights and use them for your own purposes?

    maybe like what verizon did?

    remember people, copyright infringement != theft

  7. Re:I hate Citrix on Citrix Announces Agreement to Acquire XenSource · · Score: 1

    We used to have terminals with the option of either citrix or X. citrix was slower and locked down to the point where it was completely unusable. X was on (an old server running) RH9 with all homedirs on AFS.

    Last year, citrix was replaced with powerfuse, which was somewhat better, but everything is on the way of being replaced with dual boot windows w/ roaming profiles and suse10.2 (with the same AFS).

  8. Re:What's wrong with paper? on Researchers Crack Every Certified CA Voting Machine · · Score: 1

    There's a really simple solution to that: use different ballots for different elections, that's how we do it in the Netherlands.

  9. Re:I'm so proud on Truck-Mounted Laser Guns · · Score: 1

    thing is, these lasers generally aren't in the infra-red spectrum and don't kill their target by melting it. In fact, a reflective surface is the one most easily destroyed by a laser because it first has to stop the light and then push it back, doubling the force. There is a reason this is referred to as an 'impact kill': you simply push enough energy into your laser that there's a tangible impact from all the photons hitting your target.

    Or I could be all wrong and it's the old "shoot down ICBMs and satellites" starwars system I'm talking about. I have to admit to not following the development of military lasers too closely lately.

  10. Re:How motherboards are made on How Motherboards Are Made · · Score: 1

    you must be new here

    joking aside, funny doesn't give karma, insightful does and many jokes also are insightful in a way.

  11. mod parent up on MIT Wirelessly Powers a Lightbulb · · Score: 1

    first useful comment to this story I've read.

    and yes, I don't like to RTFA either.

  12. Re:Benzene == causes cancer && illegal in on Some Soft Drinks May Damage Your DNA · · Score: 2, Informative

    Netherlands, no E21* here.

  13. Re:OT: The size of the internet on CERN Collider To Trigger a Data Deluge · · Score: 1

    That's going to be the next failure right there, it'll be off by a factor of 1.024

  14. Re:Start on Sun to Make Solaris More Linux Like · · Score: 1

    I did receive it, it took more than a month though (I'm not sure how many, I'd stopped expecting it and it showed up in the mail one day)

  15. Re:On linux... on How Long Does it Take You to Tweak a New Box? · · Score: 1

    wow, you completely replicated what cfg-update does on gentoo. (it's not the default configuration updater though)

  16. Re:In a sense... on A Chinese Virtual Currency Challenges the Yuan · · Score: 1

    okay, who's been trolling that wikipedia article...

  17. Re:I have to laugh on EU Official Labels Microsoft's Behavior Unacceptable · · Score: 1

    if it uses the WMP control, then how come it can play AVIs that WMP10 and VLC both fail to play?

    not accusing you of anything, just interested.

  18. Re:I have to laugh on EU Official Labels Microsoft's Behavior Unacceptable · · Score: 1

    I prefer to have a standard media player in Windows, and I don't want to download it additionally.

    Use media player classic instead, it's open source and generally works better.
  19. Re:Or do both on Magnetic Trunk Could Collect Moon Dust · · Score: 1

    However, the moon does not have a 24 hour rotation cycle. It takes one (lunar) month for it to circle the earth, and as I'm sure you've noticed, the same side stays towards us all the time as well, meaning it also takes a lunar month for it to rotate around it's axis.

    In other words, on the moon, a day equals a month, so you have only two occasions of "comfortable" temperature per month. Also, due to the lack of atmosphere, these transitions aren't going to take days. There is no atmosphere to warm up, just a layer of dust and a very suddenly increasing amount of infra-red radiation.

  20. Re:gghz on Researchers Building Computers That Run on Light · · Score: 1

    (billion - billion)th?
    like a 0th?

    Describing timings in multiples of 0? I hope nullity has nothing to do with this.

  21. Re:I'm tired of hearing on SSL Optimization Over WAN Needs Scrutiny · · Score: 1

    what makes you believe those proxy servers actually listen to those headers? I've had proxies completely cache an interactive website, after seeing exactly the same data three times I noticed the timestamp was that of half an hour ago.

  22. Re:Quick and Dirty on All Microsoft Updates Phone Home · · Score: 1

    you won't recognize the slowdown of a good rootkit either, does that mean you don't care about those either?

  23. Re:I hope Ubuntu is an option..... on Pre-Installed Linux On Dells Coming · · Score: 1

    it doesn't, I have a spare CRT lying around and a PS/2 keyboard that I can temporarily steal from another computer if for some reason I can't ssh into it.

  24. Re:I hope Ubuntu is an option..... on Pre-Installed Linux On Dells Coming · · Score: 1

    that's what screen is for, it works quite well.

  25. Re:Next Step on Sony BMG Settles Over CD DRM · · Score: 1

    so, if I write a rootkit that stores copyrighted stuff (it's own code maybe) somewhere on the harddisk and then makes sure that no-one can read it while it's active, does that mean that: -removing it -deactivating it -booting into an OS in which the rootkit doesn't work -doing anything else that makes the code readable would be a violation of the DMCA?