Pandora's box
On improved but less functional versions of things
Every so often I wind up reading something that makes me see red.Today's is this piece (seen via Hacker News). So I want to write an open message:
Dear open source people, it is really simple. If someone has a workingsystem at time X, upgrades to your new software, and their system stopsworking, they do not care if their system might work at some undefinedpoint in the future. You broke their system now , and this is whatthey care about. You
閱甚麼報?
得到
Why there is a gulf between shells and scripting languages
Recently I saw a stackoverflow question on why scriptinglanguages aren't suitable as Unix shell scripting languages . My answer is that shellsare strongly optimized for a different use case than programminglanguages, and this has significant effects on the design of thelanguages that they use and their semantics.Above all, shells are optimized for invoking external programs; asuccessful shell has ruthlessly pruned away everything that makesthis awkward. Scripting languages, like other languages, are insteadgenerally optimized for writing expressions, statements, and otherinternal language
新一年要減油啊!
讓 Windows Bootloader 載入 GRUB
但使用 Windows 預設的 Bootloader 又不能列出非 Windows 的作業系統,所以需要改寫 C:\boot.ini
注意:胡亂改寫 C:\boot.ini 的會導致所有作業系統不能起動
If you use GRUB as MBR, after format Ubuntu partition GRUB will erase also
However
