19327936
submission
digitalderbs writes:
Python 3.2 was released on Feb 20th 2011 with many new improvements. New features include many useful updates to the unittest module, a stable ABI for extensions, pyc repository directories, improvements to the email and ssl modules and many others. This also marks the first release in the 3000-series that is no longer backported to the 2.0-series.
15163980
submission
digitalderbs writes:
As a researcher in the physical sciences, I have generated thousands of experimental datasets that need to be sorted and organized--a problem which many of you have had to deal with as well, no doubt. I've sorted my data with an elaborate system of directories and symbolic links to directories that sort my data by sample, pH, experimental type, and other qualifiers, but I've found that through the years, I've needed to move, rename, and reorganize these directories and links, which have left me with thousands of dangling links and a heterogeneous naming scheme. What have you done to organize, tag and add metadata to your data, and how have you dealt with redirecting thousands of symbolic links at a time?
4957237
submission
digitalderbs writes:
A problem plaguing most people with multiple computers is the arduous task of synchronizing files between them : documents, pictures, code, or data. Every one seems to have their own strategies, whether they involve usb drives, emailed attachments, rsync or a distributed management system, all of which have varying degrees of success in implementing fast synchronization, interoperability, redundancy and versioning, and encryption. Myself, I've used unison for file synchronization and rsnapshot for backups between two linux servers and a Mac OS X laptop. I've recently considered adding some sophistication by implementing a version control system like subversion, git or bazaar, but have found some shortcomings in automating commits and pushing updates to all systems. What system do you use to manage your home directories, and how have they worked for you for managing small files (dot config files) and large (gigabyte binaries of data) together?