You are viewing
go_team_ari's journal
AriRecent Entries | ||
|
|
You are viewing the most recent 10 entries December 19th, 2006October 19th, 2006: mm C++ Today, thanks to tbm, I learned that this used to be valid code in g++: #include <iostream> using namespace std; int main(void) { int foo = 1; } http://bugs.debian.org/cgi-bin/bugrepor August 9th, 2006August 5th, 2006June 27th, 2006: One Pasta Per Child (OPPC) <dilinger> elbev: the OLPC computer could double as food for the hungry! <elbev> dilinger: the crank could be converted into a pasta machine, and the keys could be made of solidified semolina ![]() Update: <dilinger> i'm down with OPPC (yea you know me!) May 27th, 2006: C++ return values Quick thoughts on designing C++ class methods: Foo& do_something() { ... } if the caller shouldn't be freeing the returned object afterwards Foo* do_something() { ...} if the caller should handle freeing the returned object (transferring ownership to the caller) Foo do_something() { Foo newthing; ... } if the caller is returning an automatic local February 22nd, 2006January 17th, 2006: How do I wrote software license? Nothing new to report, really. The drscheme Debian packages are in dire need of some help, so if you have any skills with Scheme (especially PLT) and Debian and would like to help, please contact me. Here are some pictures from the FSF's pre-GPLv3 conference cocktail party and subsequent party at the Acetarium. pictures December 16th, 2005: How do I wrote irssi script? Alexander Wirt had wondered if there was a page that tracked the topic of #debian-devel. There wasn't any, so I decided to whip up a tiny irssi script that used WWW::Mechanize to update this Debian wiki page automatically when the topic changes. Personally, I think installing apt-listbugs/apt-listchanges and being aware of debian-devel-announce is more useful than reading the tiny topic, but to each his/her own. There's already a StatusOfUnstable page, but that has to be updated manually and right now just seems to reflect the /topic anyway. December 1st, 2005 |
|