delphij's Chaos
选择chaos这个词是因为~~实在很难找到一个更合适的词来形容这儿了……
It seems that a recent ThinkAdvantage update will cause FreeBSD boot manager to have some problem (A “Drive 0” will appear as fifth option, and all other options would not work except a beep). It is possible to recover from this situation by using FreeBSD LiveFS disc (for amd64 platform):
Start from CD-ROM;
Choose “Fixit” and “CD-ROM”;
Now you get the command line prompt;
Mount your hdd to /mnt/;
mv /boot /boot.old && ln -s /mnt2/boot /boot
mv /usr /usr.old && ln -s /mnt2/usr /usr
“boot0cfg -B /dev/ad4” (Note: your SATA controller should be in AHCI mode, otherwise it should be ad0)
Then you will be able to use boot0cfg to configure the boot partition. Reboot system then everything will go well.
在 Google campus 举行的 KDE 4 Release Event 上,Trolltech宣布将提供 GPLv3 授权选项。许多国内媒体将这一变动称为"以GPLv3授权发布",很明显这与事实是存在差距的。
Qt的授权
Qt是一组C++的GUI库。早期版本的 Qt 是商业软件,使用 Qt 代码发布可执行文件需要购买授权;后来,由于市场推广的需要,Qt增加了GPLv2的授权选项。从 Qt 4 开始,Trolltech 将提供 GPLv3 授权选项,以方便开源软件使用 Qt。
GPL不同版本之间的兼容性
与许多人的想象不同,GPL不同版本之间是不兼容的。这种不兼容会给发布预编译包的发行商(即使他们遵循GPL要求发布源代码)带来法律上的困难,即,如果某个软件是以 GPL 的某个特定版本,而不是"GPL某个版本,以及其后(如果你愿意的话)由自由软件基金会发布的新版本 GPL"授权,那么,混合不同 GPL 版本授权的代码编译出来的二进制文件便不能发布。
对于开发人员来说,这并不是一个很大的问题。多数使用开放源代码软件的开发人员,都会更喜欢自行编译,而不是使用预编译的包来安装软件,以便根据需要加入调试符号或需要的调试特性。然而,对于使用开放源代码软件的最终用户来说,从头编译所有的东西无疑是一个费时费力的工作。由于 GPL 不同版本之间的不兼容,发行商便不能发布预编译包,从而只能将这一工作交给最终用户来进行。
如何规避GPLv3升级带来的授权风险
对于发行商而言,规避 GPLv3 升级的方法有以下几种:
a. 剔除发行包中全部以"仅GPLv2"而不是"GPLv2或更新版本"授权的软件。
请注意,混合"GPLv2或更新版本"授权的代码和GPLv3授权的代码是安全的。
b. 将"仅GPLv2"授权的软件更换为其他授权,如BSD授权的软件。
混合BSD授权的代码与GPLv3授权的代码编译出来的二进制包是可以发布的。
c. 剔除所有GPLv3代码,停止跟进其更新版本。
这种方法也是安全的。
今天早上MSN上收到的消息,Sun公司宣布收购了MySQL AB,中午又听说,Oracle收购了 BEA。今天是什么日子啊……
Read more...他说:
“When I want research, I ask people to do it. That is efficient, and we have not seen any errors in it.”
啥也不说了。
Read more...Today I have ported (a rather hacky patch) Micropolis (a GPL’ed version of SimCity) to FreeBSD.
(20080114) Note: the patch is based on the git version of micropolis-activity, as available from git://dev.laptop.org/projects/micropolis-activity .
酱配方来自 这里
酱油膏 1大勺
番茄酱 1又1/2大勺
糖 1大勺
乌醋 1大勺
香油 1/2大勺
姜末、葱末、蒜末、香菜末、辣椒末 各少许
烤8分钟
Read more...Kai Wang has announced today the BSD ar(1) is available for wider testing. This is amazing work, the creation and list speed are 5-20 times faster than GNU ar(1), and extraction speed is also slightly better than GNU ar(1).
It is also important to note that this version is completely BSD-licensed (yes, that means that you are free from the lair’s license), and is a piece of the vital parts of the FreeBSD DTrace work.
Read more...这年头,只会用 MySQL 的人就敢说自己懂数据库;
这年头,只写了几百行代码(还有各种恶心的bug)的人,就敢到处丢人现眼;
这年头……当然,跟以前没什么两样,如果这个世界上没有不靠谱的人,那也就没有靠谱的人了。
George H. W. Bush 总统图书馆