Name: John Levon
Member since: 2000-04-14 14:10:55
Last Login: 2009-06-16 21:33:33
Homepage: http://www.movementarian.org/
Notes:
See the project descriptions below, and my homepage,
for a description of what open source stuff I'm involved
in.
movement @ irc.freenode.net, irc.oftc.net
leader@movementarian.org.
Kernel solipsism
Thomas Gleixner:
Exactly that's the point. Adding dom0 makes life easier for a group of users who decided to use Xen some time ago, but what Ingo wants is technical improvement of the kernel... The kernel policy always was and still is to accept only those features which have a technical benefit to the code base.
Syndicated 2009-06-04 12:11:00 (Updated 2009-06-04 12:18:44) from John Levon
BNP
Charlie Brooker on the BNP party political broadcast:Syndicated 2009-05-18 12:24:00 (Updated 2009-05-18 12:25:35) from John Levon
26 Mar 2009 (updated 26 Mar 2009 at 04:08 UTC) »
Outputting XML in standard Python
Is it really this ugly? I expected something like this:
doc = xmldoc()
doc.start('foo', { 'id': 'blah' })
doc.start('sub')
doc.text('subtext')
doc.close('sub')
doc.close('foo')
print doc
from xml.dom.minidom import Document
foo = doc.createElement('foo')
foo.setAttribute('id', 'blah')
doc.appendChild(foo)
sub = doc.createElement('sub')
sub.appendChild(doc.createTextNode('subtext'))
foo.appendChild(sub)
Syndicated 2009-03-26 02:43:00 (Updated 2009-03-26 03:20:31) from John Levon
Scoble sets a new record
I really hate the word “friend.” It has no meaning anymore. No one can define what a friend is. Believe me, I’ve asked dozens of people to define it for me. My wife is my most “true” friend, for instance but if you trust her with picking a great wine (she doesn’t drink much) or picking a great sushi restaurant (she hates the stuff) you’ll be very disappointed. You’d be better off asking @garyvee about the wine even though you’ve never met him and he probably wouldn’t be listed among your “true” friends.
- Scoble
Might I gently suggest friendship isn't about wine recommendations?
Syndicated 2009-03-22 22:55:00 (Updated 2009-03-22 22:58:17) from John Levon
16 Mar 2009 (updated 16 Mar 2009 at 22:10 UTC) »
Sheesh
Apparently applications should be prepared to lose 60 minutes of data to work around the file system now.Syndicated 2009-03-16 20:31:00 (Updated 2009-03-16 21:26:42) from John Levon
movement certified others as follows:
Others have certified movement as follows:
[ Certification disabled because you're not logged in. ]
FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
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!