More media reading

I linked to articles from last week’s issue of the Economist before, but now that I made it to the other end of the magazine, there’s another one of interest that doesn’t mention open source but still relates to it: An article on intellectual property that covers how to handle antitrust legislation and companies where the property is mostly virtual.  Useful to anyone who has dealt with the GPL and/or Microsoft.  (i.e. everyone)

Also, not really open source related, but computer games can be good for you.  I really like this magazine – not because I agree with them, but because they at least examine things in depth, and avoid the usual computing blunders you see in print.

If you don’t want to read the whole magazine yourself, there’s a nice summary available.  (that link covers the previous week; recap of this issue possibly this weekend.

2 separate bugs: threading, Xorg

Hasso Tepper has a “BIG FAT WARNING” about two new issues: threaded programs are broken on bleeding-edge DragonFly because of a possible GCC bug that was only recently exposed, and Xorg in pkgsrc has issues with the Intel driver.

Simon ‘corecode’ Schubert already has one change in that may fix the issue with threaded programs, and is working on the Intel driver issue.

Update: more threading changes.