Slashdot Mirror


User: Shikaku

Shikaku's activity in the archive.

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

Comments · 1,444

  1. Re:Click on me! https://www.dropbox.com/referrals/ on Synchronize Data Between Linux, OS X, and Windows? · · Score: 1

    I want free space too! Click my link in my sig :(

  2. Re:dropbox? on Synchronize Data Between Linux, OS X, and Windows? · · Score: 1

    ... On second thought, maybe that was the block size, because the format dialog is vague. Carry on, it will work just fine.

  3. Re:dropbox? on Synchronize Data Between Linux, OS X, and Windows? · · Score: 1

    1 MB truecrypt filesystem file created, formatted FAT with AES-Twofish-Serpent encryption and SHA512 hash.

    Copied it for empty versus adding a file.

    Added a 453 byte file to one.

    command: diff test.tc test\ \(copy\).tc -a > truecrypt.diff

    du -h truecrypt.diff
    8.0K truecrypt.diff

    It changes far too much.

  4. Re:Rsync? on Synchronize Data Between Linux, OS X, and Windows? · · Score: 3, Informative

    luckybackup is a gui for rsync and allows you to sync folders.

    I use it to quickly backup everything. It doesn't allow versioning, but I use squashfs-tools to remove all redundant files and compress them with lzma. So I have a folder system of dates for versioning in a highly compressed squashfs file system container, that's mountable.

    sudo apt-get install luckybackup squashfs-tools

  5. Re:Check out the Collatz Conjecture... on Tracking the World's Great Unsolved Math Mysteries · · Score: 2, Interesting

    http://pastebin.com/m67281bd6 :D I have nothing better to do. Optimized to save known values and not recalculate them.

  6. Re:Check out the Collatz Conjecture... on Tracking the World's Great Unsolved Math Mysteries · · Score: 1

    Oh, I should mention that I mash very large random numbers into this ruby script and it doesn't overflow. Instead it gets a stack error...

    So small update, nonrecursive edition:

    http://pastebin.com/m29c38ed3

    It worked fine for a 40+ digit whole number pasted about 20 times...

  7. Re:Check out the Collatz Conjecture... on Tracking the World's Great Unsolved Math Mysteries · · Score: 1

    This is something Ruby is DESIGNED for.

    http://pastebin.com/m25fc9de4

    I popped this out in a few minutes, but if it can be modified to save every valid Collatz number it finds and not recalculate anything at all it can go pretty fast for very little code and eat all your RAM in the process :)

  8. Re:I want a mechanism for pluck-outs... on Firefox 3.6 Locks Out Rogue Add-ons · · Score: 1

    At my company I would like a stripped-down Firefox without features like awesome bar and other bloat.

    What is the other bloat? On the default install please list everything you'd like to have removed.

  9. Puppets! on Genentech Puts Words In the Mouths of Congress Members · · Score: 1

    All of them!

  10. Re:YouTube on Time To Ditch Cable For Internet TV? · · Score: 4, Informative
  11. Re:No coop or multiplayer? on Review: Dragon Age: Origins · · Score: 1

    once you're done, there's nothing left to do except roam in some endless dungeon and collect uniques that are worse than your enchanted basic gear... That, and the classes are supposedly all mages in disguise.

    Sounds a lot like Nethack.

  12. Re:Detects terrorists... on Fear Detector To Sniff Out Terrorists · · Score: 5, Funny

    Lesbians.

  13. Re:Bishop bashing bonobos on Bug In Most Linuxes Can Give Untrusted Users Root · · Score: 2, Funny

    "masturbating monkeys"

    Is that the next Ubuntu release after Lucid Lynx? I can't wait!

  14. Re:So Where Exactly is this 'Leaked' Document? on Secret Copyright Treaty Leaks. It's Bad. Very Bad. · · Score: 1

    Each copy has slight changes in that if he just publishes the paper it will be traced back to him. A typo here or there maybe, change of wording, etc.

  15. Let's make gun shops liable for killing people. on Secret Copyright Treaty Leaks. It's Bad. Very Bad. · · Score: 1, Interesting

    Because if they didn't sell the guns to murderers, they wouldn't be able to murder!

  16. Re:Isn't this a dupe? on Bug In Most Linuxes Can Give Untrusted Users Root · · Score: 2, Informative

    I have VirtualBox and Wine, and VirtualBox uses a kernel module. So it's possible that one of those could have set it to 0. I set it to 65000 just in case and it didn't break Wine or VirtualBox...

  17. Re:Another story that isnt a story on Bug In Most Linuxes Can Give Untrusted Users Root · · Score: 1

    # sysctl -n vm.mmap_min_addr
    0

    On 9.10. Right. Did you try running the command yourself?

  18. Re:Isn't this a dupe? on Bug In Most Linuxes Can Give Untrusted Users Root · · Score: 2, Insightful

    Ran off my Ubuntu 9.10 fresh installed desktop:

    #cat /proc/sys/vm/mmap_min_addr
    0 ... Oh shit.

  19. Re:Acupuncture to be reanalysed on Placebo Effect Caught In the Act In Spinal Nerves · · Score: 1

    Probably something only semi-related, but there is a way to harness such a thing for your own use. It isn't the placebo effect per se, but the causes are the same: you can make yourself believe you can make your pain go away, and it does. I use pain-killers like once every few months because of this.

  20. Re:StatCounter etc on Firefox Passes IE6 In Browser Share · · Score: 3, Insightful

    I go a few steps further. IE skin, Adblock with all malware sites, silent upgrades. They won't notice the difference.

  21. Re:Wake me when they build it into the hard disk on ZFS Gets Built-In Deduplication · · Score: 1

    Oh, I guess I should mention the blocks in my case are stupidly large, and the point is data insertion/shifting can cause sudden increases in size with block level deduplication.

  22. Re:Wake me when they build it into the hard disk on ZFS Gets Built-In Deduplication · · Score: 1

    That's actually very easy to explain, and ZFS could have a very similar situation:

    Say you have on your hard drive these two files that have this, which in reality is 1GB worth of data for each file (the space is a seperate file):

    ABCDABCD ABCDABCD

    Every letter has equal weight, so those two files are stored .5GB without compression. Let's change it a little bit:

    AeBCDABfCD ABCgDABChD

    efgh are 1 byte.

    You now have 2GB worth of space taken :) that's a gotcha if I ever saw one.

  23. Re:Does that mean... on ZFS Gets Built-In Deduplication · · Score: 1

    Er, isn't block deduplication really really bad at a hard drive block failure point of view? You'd have to compress or otherwise change the data to have a copy now, or it'd just be marked redundant; if that block where all those redundant nodes are pointing to go bad, all of those files are now bad.

  24. Re:Hash Collisions on ZFS Gets Built-In Deduplication · · Score: 1

    If blocks that are supposedly from different files have the same block data, does it really matter if it's marked redundant?

    Not only that, do you really think a SHA256 hash collision can occur? And even if it does, for the sake of CPU time, a hash table is made for a quick check rather than checking every piece of data from the to be written and already available data to see if there is a copy in situations as this. If somehow they have the same hash, it SHOULD be checked to see if it is the same data byte by byte, THEN marked redundant.

  25. Re:The Cloud on IT Snake Oil — Six Tech Cure-Alls That Went Bunk · · Score: 2, Funny

    Clouds are actually water vapors. So it literally is vaporware.