← Back to Users
z4ckpete's activity in the archive.
Just recite your own version of this: http://www.youtube.com/watch?v=KgmO32IdwuE
The redpower mod is how I learned how gates work and how they're combined to make RAM, adders, etc. I even made a simple calculator (which is not something I thought I'd have the attention span to do.)
My best friend's a sponge - we share 70% of the same genes.
Is that you Patrick?
About as fast as current ships (I don't think the nuclear part is meant for propulsion)
I hated that in Windows. There's an app called katmouse that fixes the problem. I install it with every new windows installation.
DVD Decrypter >> VOBBlanker (to remove the stupid FBI Warnings and stuff) >> DVDShrink (To Shrink the rest to 4.4Gb) I've done about 70 DVDs this way.
It blew a hole in the kitchen so big you could climb through it.
When they named this thing, were they wanting people to think of childbirth?
Endowment: $54,080,984
Pretty sure that's 8 figures...
echo -n "Does my cpu support virtualizaiton? "; if `cat /proc/cpuinfo | grep -q svm || cat /proc/cpuinfo | grep -q vmx`; then echo Yes; else echo No; fi
This is even easier:
echo -n "Does my cpu support virtualizaiton? "; if `cat /proc/cpuinfo | egrep -q '(svm|vmx)'`; then echo Yes; else echo No; fi
even easier: echo 'Does my cpu support virtualization? Yes' (only works sometimes)
How To Beat Congress's Ban Of Humans the rss feed cut an important part out...
Just recite your own version of this: http://www.youtube.com/watch?v=KgmO32IdwuE
The redpower mod is how I learned how gates work and how they're combined to make RAM, adders, etc. I even made a simple calculator (which is not something I thought I'd have the attention span to do.)
My best friend's a sponge - we share 70% of the same genes.
Is that you Patrick?
About as fast as current ships (I don't think the nuclear part is meant for propulsion)
I hated that in Windows. There's an app called katmouse that fixes the problem. I install it with every new windows installation.
DVD Decrypter >> VOBBlanker (to remove the stupid FBI Warnings and stuff) >> DVDShrink (To Shrink the rest to 4.4Gb) I've done about 70 DVDs this way.
It blew a hole in the kitchen so big you could climb through it.
When they named this thing, were they wanting people to think of childbirth?
Endowment: $54,080,984
Pretty sure that's 8 figures...
This is even easier:
even easier: echo 'Does my cpu support virtualization? Yes' (only works sometimes)
How To Beat Congress's Ban Of Humans the rss feed cut an important part out...