Some of your optimizations for 64 bit don't carry over to the big chunk of the population still running 32 bit.
Screw those doofuses. There are few things more retarded than running a 32 bit OS on 64 bit hardware. (Such things include running 64 bit Windows XP on any hardware.)
Yet the value of a gold coin as a currency far exceeds the utility of the constituent gold. Just as the value of a dollar bill as a currency far exceeds the value of the paper it's printed on.
Fortunately for us freeloaders, orgasms are fucking awesome. Many people try different things to make their orgasms more frequent, or more awesome. One of these things people do is post video of themselves on the Internet. These people are called 'exhibitionists'.
The material produced by these 'exhibitionists' is erotically superior to commercially produced pornography, and with the continuous improvement of consumer video equipment, the graphical quality is catching up quickly. Really, the only area where the commercial stuff is still winning is glamor photography. Medium format CCDs are expensive, and in the absence of sound and motion it is difficult to ruin the mood with ridiculous slutty vocalizations or an excess of blowjobs./p.
Or, perhaps, they wanted to leave their work up overnight so that it would be ready in the morning. A PC in a personal office is effectively an single-user machine. It is a reasonable expectation that the UI state doesn't change when one isn't looking. OSs have become stable enough that a single session can reliably continue functioning for weeks. Why would you go and disrupt that?
It's okay to make uneducated rural people (probably not) suffer, because there aren't very many of them in the danger zone. Population density they call it.
Password reuse. Consider an admin who uses the same password for local root on all Windows XP, Windows 7, and OSX machines in a facility. XP's shitty hashes doom them all. What if that same admin uses the same password for all the managed switches in the building?
# This script generates strong random alphanumeric passwords of specified # length. It takes a single argument: the length of the password to generate. # # usage: # # ./genpass [length] # *wiggle mouse spastically until password is done* # # # This shell script is made availiable under the terms of the GPL, version 3. # The full text of this license may be found at gnu.org/licenses/gpl-3.0.txt #
NUM=5; #generate a 5 character string by default if [ -n "$1" ] then NUM=$1 #first command line argument is the number of characters to generate fi
for (( i=0; i<$NUM; i++ )) do CHARA='' while [ "$CHARA" = '' ] #keep getting characters until one is kept do #Get a random byte and keep if it's an alphanumeric ASCII code #If you want to include other characters, change 'a-z0-9' as desired. CHARA=`head -c1/dev/random | tr -dc a-z0-9` done #print characters echo -n $CHARA done
At the cost of useful features like wake on lan, and the extra effort of flipping several switches to bring your machine up, you will save a few hundred dollars over the course of your life. Good show.
I somewhat doubt that blueray players are decoding h.264 in software. They are likely using ASICs, in which case they could be dog slow for content in other codecs or if the standard is extended.
Was "Osborne" the early codename for the iMac sitting in front of me right now?
Ah, yes. The dubious achievement of integrating a $1000 2560x1440 IPS panel with an usable lifespan of at least 10 years and a $600 PC with a useful lifespan of 4. What innovation.
Some of your optimizations for 64 bit don't carry over to the big chunk of the population still running 32 bit.
Screw those doofuses. There are few things more retarded than running a 32 bit OS on 64 bit hardware. (Such things include running 64 bit Windows XP on any hardware.)
Yet the value of a gold coin as a currency far exceeds the utility of the constituent gold. Just as the value of a dollar bill as a currency far exceeds the value of the paper it's printed on.
No. It wouldn't make sense. The economies of scale just aren't there for distributed generation. It is a libertarian pipe dream.
...(annoying, unmoddable) intervace;
Not quite:
DarkUI'd DarN
Toggleable Quantity Prompt
No. Technical solutions are always superior to legal solutions. The solution is weighted web-of-trust DNS, with a great deal of caching.
My Password dictionary thanks you.
awk -F '|' '{print $2}' pronz.txt | sort -u >> passwords.txt
Fortunately for us freeloaders, orgasms are fucking awesome. Many people try different things to make their orgasms more frequent, or more awesome. One of these things people do is post video of themselves on the Internet. These people are called 'exhibitionists'.
The material produced by these 'exhibitionists' is erotically superior to commercially produced pornography, and with the continuous improvement of consumer video equipment, the graphical quality is catching up quickly. Really, the only area where the commercial stuff is still winning is glamor photography. Medium format CCDs are expensive, and in the absence of sound and motion it is difficult to ruin the mood with ridiculous slutty vocalizations or an excess of blowjobs./p.
Text messages are nearly real-time. More importantly, they are asynchronous, and will eventually get through with even the poorest signal.
Or, perhaps, they wanted to leave their work up overnight so that it would be ready in the morning. A PC in a personal office is effectively an single-user machine. It is a reasonable expectation that the UI state doesn't change when one isn't looking. OSs have become stable enough that a single session can reliably continue functioning for weeks. Why would you go and disrupt that?
Yes they are. Where, pray tell, does the carbon in the Jews come from?
Or even an underdressed minor in a sexually suggestive pose.
the most dangerous substance known to man....
You should perhaps re-examine the data.
Botulinum Toxin
It's okay to make uneducated rural people (probably not) suffer, because there aren't very many of them in the danger zone. Population density they call it.
Shorter half-life -> more decay events per unit time -> less safe.
The word is comeuppance you dumbass.
Paying to pirate.
Jdownloader is free. In many cases the captchas have been broken.
example.com -> cloudfire's CDN ssl.example.com -> example.com's authentication server.
Duh.
Password reuse. Consider an admin who uses the same password for local root on all Windows XP, Windows 7, and OSX machines in a facility. XP's shitty hashes doom them all. What if that same admin uses the same password for all the managed switches in the building?
#! /bin/bash
/dev/random | tr -dc a-z0-9`
# This script generates strong random alphanumeric passwords of specified
# length. It takes a single argument: the length of the password to generate.
#
# usage:
#
# ./genpass [length]
# *wiggle mouse spastically until password is done*
#
#
# This shell script is made availiable under the terms of the GPL, version 3.
# The full text of this license may be found at gnu.org/licenses/gpl-3.0.txt
#
NUM=5; #generate a 5 character string by default
if [ -n "$1" ]
then
NUM=$1 #first command line argument is the number of characters to generate
fi
for (( i=0; i<$NUM; i++ ))
do
CHARA=''
while [ "$CHARA" = '' ] #keep getting characters until one is kept
do
#Get a random byte and keep if it's an alphanumeric ASCII code
#If you want to include other characters, change 'a-z0-9' as desired.
CHARA=`head -c1
done
#print characters
echo -n $CHARA
done
#print a newline
echo ''
At the cost of useful features like wake on lan, and the extra effort of flipping several switches to bring your machine up, you will save a few hundred dollars over the course of your life. Good show.
You keep using that word. I do not think it means what you think it means.
Your PCs don't come out of S3 suspend in 4 seconds? Mine do.
If I hadn't already posted elsewhere in this story to similar effect I'd mod you up.
I somewhat doubt that blueray players are decoding h.264 in software. They are likely using ASICs, in which case they could be dog slow for content in other codecs or if the standard is extended.
Was "Osborne" the early codename for the iMac sitting in front of me right now?
Ah, yes. The dubious achievement of integrating a $1000 2560x1440 IPS panel with an usable lifespan of at least 10 years and a $600 PC with a useful lifespan of 4. What innovation.