Why apt-get is not my favorite application (part 2)
In another nutshell :
# apt-get install fvwm...Suggested packages: fvwm-themes m4 menu wm-icons imlib-progsRecommended packages: fvwm-icons imlib11...
So I abort the apt-get when offered the chance, because I wantthe useful bits too.
# apt-get install fvwm fvwm-icons imlib11 fvwm-themes m4 menu wm-iconsimlib-progs
[...]
Package fvwm-themes is not available, but is referred
死亡筆記
When I'm Sixty-Four
Many years from now
Will you still be sending me a valentine
Birthday greetings, bottle of wine?
If I'd been out till quarter to three
Would you lock the door?
Will you still need me, will you still feed me
When I'm sixty-four?
You'll be older too
And if you say the word
I could stay with you
I could be handy, mending a fuse
When your lights have gone
You can knit a sweater by the fireside
Sunday
十六年
買飛未先?
Idealist versus Realist
The idealist sees events as the result of grand strategies and grandmovements, while the realist sees events as the result of local,lower-level tactical decisions.
Most conspiracy theories are necessarily idealist. Theaphorism 'never attribute to malice that which is adequatelyexplained by stupidity' (sometimes called Hanlon's Razor ) is a realist position.
This says nothing about who is right; sometimes there are conspiracies,but sometimes there are not. (And sometimes there are both local tacticalreasons for things and grand plans;
The quick secret to bootable USB keys
We got asked this in email recently, so I am going to throwmy answer up here: the quick secret of making bootable USB keys is to know that USB keys are hard drives.
The person who asked the question described what they'd done as:
In short, I've copied the files from the isolinux directory on theinstallation CD to the USB drive, renamed isolinux.cfg to syslinux.cfg,erased isolinux.bin, unmounted the USB drive, and runsyslinux /dev/sda1
記憶隨身
和人大吵的時候,對方說「道歉對你而言是沒有意義的」,我心想你小子怎麼知道,我和你可沒那麼熟。後來我找到了這段書鈔:
然而,「抱歉」是多麼詭異而歧異的一個語彙,所有的抱歉之語(對不起、我錯了、失禮、請見諒
The fun of 32-bit bugs
As computers (and disk space, and memory, and etc etc) get larger, thequantities that we deal with routinely get bigger too. And when they getbigger, fun things start happening.
Today's fun thing was that I doing some measurements of disk IO speed ona machine with 2 gigabytes of memory. My usual rule of thumb is to workon at least twice the amount of main memory to crush cache effects, whichmeant I was telling my benchmarking program to read and write 4 GB.