AboutWelcome to Free Software Daily (FSD). FSD is a hub for news and articles by and for the free and open source community. FSD is a community driven site where members of the community submit and vote for the stories that they think are important and interesting to them. Click the "About" link to read more...
Everything I publish here is covered under the Creative Commons Attribution-Noncommercial license. Basically this means anyone is free to use it, share it, or adapt it as they like, as long as they credit me for the original work and don’t use it commercially. I bring this up because I had a plagiarism issue arise recently.
Severed Fifth, a metal solo project born in the heart of FLOSS community was launched today under a Creative Commons Attribution ShareAlike license. "[...]This will allow anyone to download, listen to, share and re-mix the songs freely, with the only condition that suitable attribution and credit is placed."
"Recently, the Wikimedia Foundation proposed that the copyright licensing terms on its wikis be changed to include a Creative Commons Attribution-ShareAlike license in addition to its longstanding GNU Free Documentation License (GFDL). The proposal was approved by a 75 percent majority of community voters as announced this week..."
"The call came down from on high just before the Ruby 1.9 release: replace the standard csv.rb library with faster_csv.rb. With only hours to make the change it was a little harder than I expected. The FasterCSV code base was pretty vanilla Ruby, but it required more work than I would have guessed to get running on Ruby 1.9. Let me share a few of the tips I learned while doctoring the code in the hope that it will help others get their code ready for Ruby 1.9..."
"Ruby 1.9: What To Expect is an online slideshow by Sam Ruby that covers a lot of the differences between the Ruby 1.8 that we all know and love and the currently experimental Ruby 1.9. Sam's examples are to the point, easily digestible, and span 47 slides..."
If you're on a Unix/Linux system and you don't have Ruby installed (or you want to upgrade), your distribution's package system may make a Ruby package available. On debian GNU/LINUX, it's available as the package ruby-[version]: for instance, ruby-1.8 or ruby-1.9. Red Hat Linux calls it ruby; so does the DarwinParts system on Mac OS X.