Older blog entries for jluke (starting at number 1)

21 Mar 2004 (updated 21 Mar 2004 at 02:58 UTC) »

Since the integrated debugger in MonoDevelop is rather dependancy heavy we decided to make it conditionally compile (we will probably do the same for the integrated monodoc). Todd did most of the work and I just finished the Makefiles. So if you are living with a 2.4 kernel w/o NPTL you can compile MonoDevelop again. But the rest of you still get debugging goodness.

Also, today I had to write a small hack for RSS.NET to parse the PubDates for this feed so you can read Paolo's excellent posts on Monologue. Seems like neither mono or .NET support dates in this format:

Fri, 19 Mar 2004 15:13:02 -0700

but it does support:

Fri, 19 Mar 2004 15:13:02 GMT

which is especially strange because I think they are both part of RFC822.

19 Mar 2004 (updated 19 Mar 2004 at 23:18 UTC) »

Oh so it works. Work continues at a feverish pace on MonoDevelop. Some better cooperation with SharpDevelop may begin to happen. I guess we are taken more seriously now. Please file more bugs if you are using MonoDevelop.

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!