Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Partial Reinforcement (Score 1) 268

Any psych-turned-CS person will tell you that the hardest behaviors to break are partial reinforcement.

Behaviors that don't pay off all the time, but sometimes do.

Anyone who has saved hours of time by pulling out an obscure manual from the bottom of a pile, or recovered data with the help of a rare connector type from the junk closet, is getting partially reinforced.

And therefore, will continue to collect.

...and maybe that is because it is a valid behaviour?

Comment Re:Four Horsemen burger of San Antonio, TX (Score 3, Informative) 267

Considering that Pepper spray is considered a chemical weapon and is banned under the Chemical Weapons Convention (which India signed & ratified). I'd assume that this would fall under the same ban.

http://en.wikipedia.org/wiki/Pepper_spray
http://en.wikipedia.org/wiki/Chemical_Weapons_Convention

Comment Re:Epic Fail? (Score 4, Insightful) 90

If that is the case then we have already failed. Any number of bacteria could have survived on the rovers could now be contaminating the surface. With no known competition they could be flourishing. I see little that can be done to figure out what is now native bacteria (if any) and what was brought via the rovers.

Wow! Too bad the NASA/ESA scientists weren't as smart as you, because if they were they would have put policies in place to mitigate the risks of contamination.

Comment Re:Unison; and maybe git in the future. (Score 1) 421

If there is a conflict on two files with the same name but different case, it will refuse to sync that file; but it will sync all other files that don't have an error.

Error: Two or more files on a case-sensitive system have names identical except for case. They cannot be synchronized to a case-insensitive file system.

Thus leaving it up to the user to manually handle the situation. I have never encountered a situation on a case-sensistive FS where I would want two files named with the same sequence of letters, but differing case. To me it would just be confusing.

Comment unison/sshfs/rsync (Score 2, Informative) 421

My current setup is a combo of unison/sshfs/rsync.. I've been using it for quite a while at this point, and it works so well that I don't even give it any thought anymore.

I have a Media Center/Fileserver box at my house that is always on, and acts as the 'master' copy of the home directory, on all my workstations my .xinitrc/.xsession calls unison to sync my home dir with the server root as the preferred copy, then calls my WM, after my WM exits, unison is called again with the local homedir as the authoritative copy. A well-crafted ignore list is crucial, ignoring things like temporary file patterns, mozilla cache, machine-specific data, obscenely large files, etc.

I use sshfs-fuse for any of the above mentioned ignored files, sshfs allws you to mount remote filesystems locally, tunneling through ssh (or something like that).

Finally, rsync can be used to give time machine like backups. In my case, I backup to USB drive connected to the fileserver, which I only turn on when running backups.

This is for the most part Linux-only, but unison has a windows binary available, and could probably be used to sync to windows automagically.

Slashdot Top Deals

"Sometimes insanity is the only alternative" -- button at a Science Fiction convention.

Working...