Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:/bin, /sbin had their functions (Score 1) 803

Not sure simplicity is an issue. Once the filesystems are set up, it's no harder to manage two than one, and set-up is a one-off operation. No reserved blocks also means you aren't paying for storage that rarely gets used (on the assumption that users use more blocks in normal use than root needs IFF all other blocks are used).

Comment Re:/bin, /sbin had their functions (Score 1) 803

One reason for separating out /var and /tmp at least was so that if some jackass^Wuser trampled all over /tmp (dd if=/dev/random of=/tmp/what_fun bs=10240 count=1000000), that didn't stop the system from logging to /var. Similarly if /var gets hosed in some fashion it doesn't stop the rest of the system from being used while fsck is run.

Comment Re:If kids have your iTunes account password ... (Score 1) 161

I am not allowed to have my 11 yr old son get a job to earn money, so he has no concept of how much work is involved with the earning of money.

Here's a fun and simple way to teach your kids the value of money. "Hey, Coren22 Jr, do the dishes and I'll give you $1." At some point, Coren22 Jr figures out that $1 is not an appropriate reward for the thrill of loading the dishwasher, and says "Ok dad, but this time it'll cost you $5.". Achievement unlocked: Parenting 101.

Comment Re:Iris (Score 1) 800

The experience of an apple product? You mean the spinning beachball? Or the fact that when using Spaces, the OS will switch to whatever Space it feels like, somewhat arbitrarily, if there is an app running in that space that thinks it has something to tell me? Or the oft-experienced refusal to unlock the screen after accepting the password, beeping at me because I dare try to wake the thing up? That experience? You can keep it - I'll take cold and functional over warm and broken any day when it comes to computers.

Comment Re:Perl Is way better (Score 1) 538

I'm just gonna throw a big fat NO out here to anyone that thinks documenting WHAT code is doing is a good idea (as opposed to WHY it is doing it)*. If you have a comment to explain WHAT the code is doing, and the code gets changed, how many engineers bother to even read the comment, much less change it? Documenting the WHY allows the implementation to change while still passing on the required information - what is the business reason driving this code?

* - Exceptions are for particularly gnarly code (that can oftentimes serve as a placeholder to get something done - and should generally be of the order of a dozen lines at most) and for code that defies the official word (such as a call to an API whose own documentation states 'X returns an array' but that in reality returns a single datum).

Comment Re:Is it just me... (Score 1) 193

The was a time when battles were fought starting at dawn and ending as the sun went down - to fight during the night (even/ especially with guerilla tactics) was unheard of - it simply wasn't civilized. This led to a number of spectacular defeats at the hand of an enemy who did not share the same philosophy.

I believe the same process applies to terrorists not changing their names to something less conspicuous - it simply doesn't fit with their way of thinking. It's not a matter of being dumb (or not), it just isn't the right thing to do. Perhaps when you live or die on the belief that 72 virgins await you only after you perform the ultimate sacrifice, holding on to your real name is important. Otherwise, the wrong John Smith might get your virgins!

Slashdot Top Deals

In computing, the mean time to failure keeps getting shorter.

Working...