Check out Lauren’s link to the possible future of advertising: people getting paid by the hour to advertise on their bodies, artists and writers being paid to incorporate products into sitcoms and movies.
Check out Lauren’s link to the possible future of advertising: people getting paid by the hour to advertise on their bodies, artists and writers being paid to incorporate products into sitcoms and movies.
If you want antialiased fonts under emacs in linux, you have to compile the CVS tree with these patches from Chris Gray (thanks, Chris), which you will probably (definitely) have to do by hand, at least partially. If you want png support, too, then you will probably notice this patch breaks png support currently. The solution here is to edit your /etc/include/libpng/pngconf.h file, look for the lines:
__png.h__ already includes setjmp.h;
__dont__ include it again;
and comment those suckers out. Emacs seems to compile, then. It’s probably going to crash, but the fonts are pretty!
-edit- You have to uncomment a couple of lines in this patch, BTW — in xfaces.c, uncomment “// BLOCK_INPUT” and “// UNBLOCK_INPUT”. Otherwise X freaks out.
I would also like to mention that I’ve seen like 5 wikis in the past 24 hours, on all kinds of projects (like Parrot development and FOAF, below). I even saw twiki (the one I’ve set up at work) being used.
TWiki is particularly good because it’s backed by RCS, allows file attachments, has a lot of optional stuff, and uses flatfiles (so it would theoretically be easy to move the data elsewhere). The bad side is that it does use flatfiles, so stuff gets slow and it has to dynamically create every page, often via CGI (i.e. starting a program for every page hit.
update: just found another link, to the Wikipedia’s current events
Check out Snowdeal’s FOAF icon, middle on the right. I’d like to get into FOAF (Friend Of A Friend, an XML schema) sometime.