From Fedora Project Wiki

< FWN‎ | Beats

No edit summary
No edit summary
Line 10: Line 10:
=== General ===
=== General ===


[[JonMccann|William Jon McCann]] has been working<ref>http://blogs.gnome.org/mccann/2010/01/31/taking-notice/</ref> to unify the various "micro-forks" of <tt>libnotify</tt> and <tt>notification-daemon</tt> by developing a single specification that everyone can work against: "Everyone on the planet that was shipping libnotify and notification-daemon shipped them with a different set of patches.  This meant we had lots of different micro-forks of both the implementation and specification.  We even had a hard time agreeing on the version numbers for the specification.  Version 0.10 happened after version 1.0 was published."
[[DaveMalcolm|Dave Malcolm]] extended<ref>http://dmalcolm.livejournal.com/4545.html</ref> GDB to handle debugging of Python internals by using the embedded Python interpreter to pretty-print python innards.


[[User:Rjones|Richard W.M. Jones]] mentioned<ref>http://rwmj.wordpress.com/2010/01/31/whats-new-for-libguestfs/</ref> that <tt>libguestfs</tt> can now write to Windows Registry files and rename LVs and VGs, and there now exist C# bindings as well as new Indian translations.


[[MairinDuffy|Máirín Duffy]]'s Inkscape course at a Boston-area middle school continued with Days 5<ref>http://mairin.wordpress.com/2010/01/31/inkscape-class-day-5/</ref> and 6<ref>http://mairin.wordpress.com/2010/02/02/inkscape-class-day-6/</ref>.
[[User:Jdieter|Jonathan Dieter]] described<ref>http://cedarandthistle.wordpress.com/2010/02/01/setting-up-a-netboot-server-in-fedoracentos/</ref> how to set up a netboot server using Fedora and CentOS to automatically image and administer a computer lab.
[[User:Nicubunu|Nicu Buceli]] signed<ref>http://nicubunu.blogspot.com/2010/02/public-domain-manifesto.html</ref> the Public Domain Manifesto<ref>http://www.publicdomainmanifesto.org/</ref>. "As skeptical as I am about such a document being ever officially accepted (there are so many interests and such powerful lobbyists...) I couldn't stop promoting it further. The Open Clip Art Library is an excellent use case for PD, the manifesto is all about we are doing there."
[[JanWildeboer|Jan Wildeboer]] responded<ref>http://jan.wildeboer.net/2010/02/is-google-forking-the-linux-kernel/</ref> to some recent news about Android's Linux Kernel patches being removed. "Now adding new features to the kernel is quite OK. If the changes are sound, stable and help Linux in general, the kernel community will gladly accept such changes upstream. I was sure Google was well aware of this process and according to their promises, I was also sure that they clearly understood that Upstream Is King. This seems to be wrong. It is up to Google to fix this problem. Google hackers should make sure this situation is solved for the best of upstream ASAP."
[[JoshBressers|Josh Bressers]] reminded<ref>http://www.bress.net/blog/archives/177-Password-Security.html</ref> everyone that password security should be on everyone's mind, especially in the wake of a number of Twitter account compromises. "If you're like most people, and use a couple of passwords everywhere, please stop doing that. Find a good password generating tool, and either use a piece of paper or something like password safe to store them. The other big advantage to using not your brain to store passwords, is that it's much easier to change them. How many of you have been using the same password for five years, because it's too annoying to think up a new good password? Lots of us do that, it's hard to change."
[[User:Kwade|Karsten Wade]] introduced<ref>http://iquaid.org/2010/02/02/community-handbook-the-open-source-way/</ref> a book about community, written by a community. "This is a handbook for creating and nurturing communities of contributors.  It was originally thought of as a cookbook to provide recipes for enacting community the open source way." The book is called The Open Source Way<ref>http://www.theopensourceway.org/wiki</ref>.


<references/>
<references/>

Revision as of 14:53, 15 February 2010

Planet Fedora

In this section, we cover the highlights of Planet Fedora[1] - an aggregation of blogs from Fedora contributors worldwide. This edition covers highlights from the past three weeks.

Contributing Writer: Adam Batkin

General

Dave Malcolm extended[1] GDB to handle debugging of Python internals by using the embedded Python interpreter to pretty-print python innards.