Forgot your password?

typodupeerror

Comment: Re:Switch to Deadline (Score 1) 472

by ColoBikerDude (#34008262) Attached to: The State of Linux IO Scheduling For the Desktop?
The deadline elevator is a good idea anyway when your system uses LVM or has a RAID. The default elevator tries to optimize I/O request scheduling based on the location of the disk heads. When the system is not reading/writing directly to a physical device (i.e. when there's a software (LVM) or hardware (RAID) layer in between the kernel and the disk), it really doesn't have any idea where the disk heads are and usually guesses poorly. Deadline will make sure as many processes as possible are responsive.

Comment: Community isn't everything... (Score 1) 244

by ColoBikerDude (#30929348) Attached to: How To Spread Word About My FOSS Project?
As an architect who frequently evaluates open source software libraries, I'm actually less interested in the size of the community than the activity level of the software baseline itself. If the CM repository is active and the library has enough documentation for me to figure out how to use it in an hour or two, I'll consider it for use.

Of course, a web application has slightly different considerations than a software library, but an active software baseline and sufficient documentation still go a long way...

Comment: Re:STEM... (Score 1) 801

by ColoBikerDude (#30206486) Attached to: Obama Kicks Off Massive Science Education Effort

h4rr4r is correct. You used the phrase "second world," which is a term that originated during the Cold War to refer to the communist countries of the Warsaw Pact. There is no need for you to get defensive and derogatory when someone points out an error in your posting. Furthermore, the current status of the Cold War has no bearing on the meaning of well-known phrases that originated from that era, making your "Move on" comment equally inappropriate.

Maybe we need to start another effort to re-energize the teaching of history and the English language. :)

Comment: Re:Unison (Score 3, Informative) 305

by ColoBikerDude (#30167384) Attached to: Synchronize Data Between Linux, OS X, and Windows?
I use Unison to synchronize data between 5 user accounts across 3 computers, all running Mac OS X, and I'm very happy with it. I set up a LaunchAgent from each of the user accounts to automatically run a Unison profile periodically, and that profile can also be run from the GUI tool if so desired.
The Cocoa interface can be disabled if you're writing a script to run in the background. There is a "-ui text" flag to the command line tool (/usr/local/bin/unison) that will prevent the Cocoa GUI from being shown, and also a "-batch" flag that keeps it from expecting user input. Finally, an "-auto" flag will accept the default action for any files without conflicts.
And no, I'm not affiliated with the author. ;)

VICARIOUSLY experience some reason to LIVE!!

Working...