Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment codingbat, google's python class (Score 1) 704

Great coding resources on the web...

http://codingbat.com/ -- free little online coding puzzles, just click and go (python and java)

http://code.google.com/edu/languages/google-python-class/ -- a complete basic python class, complete with pretty neat coding problems ready to go

http://nifty.stanford.edu/ -- tons of fun, medium sized coding projects

Disclaimer -- I had a part in creating all of these.

Comment Why so bitchy? (Score 1) 260

Hey OpenOffiice.org -- good job! What's weird is .. why is there so much bile and complaining about this complex piece of software that largely solves a whole class of important problems and is free. Point out deficiencies sure, but the comments here dwell a lot more on these oddball more-than-256-columns cases for a tool which works fine for a million common little cases. Here's my theory -- the teenager wants to be bitchy to their parents to appear independent. But the parents provide the food and roof over the head .. so how to live there and still feel independent? Be even more bitchy! Open office is just the same -- the linux kernel and many other initiatives to promote an open and competitive software environment would be far behind where they are without the unglamorous work of OO.o helping solve common document problems in an open way. OpenOffice.org has flaws, but it is extremely valuable.

Comment Re:I wouldn't publish on Kindle if it was Open (Score 2, Insightful) 315

Wow, Slashdot has a bit of a focus problem when DRM comes up .. EPub -- you know, the standard discussed in the article -- has DRM! Wikipedia: http://en.wikipedia.org/wiki/EPUB The amount that DRM sucks is dwarfed by the tremendous, earth-killing suck that is proprietary/closed formats. That's what the article says and that's why you should should avoid all things Kindle.
Operating Systems

Submission + - EXT4, Btrfs, NILFS2 Performance Benchmarks (phoronix.com)

An anonymous reader writes: Phoronix has published Linux filesystem benchmarks comparing XFS, EXT3, EXT4, Btrfs and NILFS2 filesystems. This is the first time that the new EXT4 and Btrfs and NILFS2 filesystems have been directly compared when it comes to their disk performance though the results may surprise. For the most part, EXT4 came out on top.
Government

Submission + - What's up with the Munich Linux migration? (worldlabel.com)

christian.einfeldt writes: "The Munich decision to move its 14,000 desktops to Free Open Source Software created a big splash back in 2003 as news circulated of the third-largest German city's defection from Microsoft. When it was announced in 2003, the story garnered coverage even in the US, such as an extensive article in USAtoday on-line. Currently, about 60% of desktops are using OpenOffice, with the remaining 40% to be completed by the end of 2009. Firefox and Thunderbird are being used in all of the city's desktop machines. Ten percent of desktops are running the LiMux Debian-based distro, and 80% will be running LiMux by 2012 at the latest. Autonomy was generally considered more important than costs savings, although the LiMux initiative is increasing competition in the IT industry in Munich already. The program has succeeded because the city administration has been careful to reach out to all stakeholders, from managers down to simple end users."

Comment Re:Pears and apples (Score 1) 325

Hmm, I tried the above suggestion, but actually got worse results. Theoraenc produces much larger files (essentially not hitting the bitrate), so you have to keep that in mind. I suspect I have to do something additional to get theoraenc to use the most recent libtheora on my machine. Anyway, it seems unlikely that theoraenc is going to get much better results than ffmpeg2theora if they are calling the same underlying library. On the other hand, I can certainly imagine some flag or other that would optimize the encoding better. My preference is to use ffmpeg2theora for the web examples, since it is the most commonly referenced tool on the web for normal people to do Theora encoding. If there is some way of getting higher quality encodings ... well it seems like ffmpeg2theora is going to support it.

Comment Re:The specific encoder matters too (Score 1) 325

Hey Monty -- when Thusnelda has made its next step up -- Adaptive Quant and what have you -- I'd be happy to do a followup article + I'm interested to get tips to make sure I'm using the right flags. My instinct is that high output quality and minimizing bandwidth are the most important things, and encoding CPU use is less so, but I should at least be clear that the low-cpu niche is one some care about.
Graphics

Submission + - Concrete Comparisons of Theora vs. Mpeg-4 (stanford.edu)

icknay writes: "With the upcoming Firefox 3.5 and HTML5 video, there's natural interest in Theora vs. Mpeg-4, but without much evidence either way. Here's clips encoded at various rates to provide concrete comparison between Theora and Mpeg-4. Theora performs decently, but requires more bandwidth than Mpeg-4 (although this is an 1.1alpha release of Theora and Theora has a much better license than Mpeg-4). The quality comparisons are very subjective, but you can try the clips yourself and see how it breaks down. There was an earlier discussion about this but which lacked much concrete evidence. (disclosure: it's my page)"
Databases

MySQL Co-Founder Monty Widenius Quits Sun 140

BobB-nw writes "Michael 'Monty' Widenius, the original developer of the open-source MySQL database, has left Sun Microsystems and is starting his own company, Monty Program Ab, he said in a blog post Thursday. Widenius and Sun had a slightly rocky relationship since the vendor bought MySQL last year for $1 billion. In a much-discussed November blog post, he trashed Sun's decision to give MySQL 5.1 a 'generally available' designation, saying it was riddled with serious bugs. Meanwhile, Monty Program Ab will be 'a true open-source company,' with only a small number of employees who 'strive to have fun together and share the profit we create.' The company will work on the Maria project, a storage engine Widenius and others developed, he wrote.'"

Slashdot Top Deals

On the eighth day, God created FORTRAN.

Working...