Hypnotoad 10 hours - YouTube
Hypnotoad 10 hours - YouTube: ""'via Blog this'
Miss Persona and the Marvelous Melodies "Recycling" - YouTube
Miss Persona and the Marvelous Melodies "Recycling" - YouTube: ""Limbic Media | real-time interactive media control technologies
Limbic Media | real-time interactive media control technologies: "We have been doing some audio-reactive lighting research at Limbic for some upcoming projects this year. Check out this video to see an audio-reactive LED sculpture by new Limbic Media team member Gabrielle Odowichuk followed by an audio-reactive beat-boxing performance by Manj Benning."
Code Review with Gerrit, a mostly visual guide
Code Review with Gerrit, a mostly visual guide: "A while ago, when Paul, Jason and I worked together, I became a big fan of code reviews before merging code. It was no surprise really, we were the first to adopt Git at the company and our workflow was quite ad-hoc, the need to federate knowledge within the group meant code reviews were a pretty big deal. At the time, we mostly did code reviews in person by way of "hey, what's this you're doing here?" or by literally sending patch emails with git-format-patch(1) to the team mailing list so all could participate in the discussion about what merits "good code" exhibited versus "less good code." Now that I've left that company and joined another one, I've found myself in another small-team situation, where my teammates place high value on code review. Fortunately this time around better tools exist, namely: Gerrit."Tutorial — Disco v0.4.3 documentation
Tutorial — Disco v0.4.3 documentation: "from disco.core import Job, result_iteratorSetting up Disco — Disco v0.4.3 documentation
Setting up Disco — Disco v0.4.3 documentation: "Short VersionRadix sort - Wikipedia, the free encyclopedia
Radix sort - Wikipedia, the free encyclopedia: "Radix sort's efficiency is O(k·n) for n keys which have k or fewer digits. Sometimes k is presented as a constant, which would make radix sort better (for sufficiently large n) than the best comparison-based sorting algorithms, which are all O(n·log(n)). However, in general k cannot be considered a constant. In particular, under the common (but sometimes implicit) assumption that all keys are distinct, then k must be at least of the order of log(n), however other sorting methods become O(log (n) * log (n) * n) under similar constraints as they also need to step through an ever increasing number of symbols to do the comparisons."What does Google Closure Library offer over jQuery? - Stack Overflow
What does Google Closure Library offer over jQuery? - Stack Overflow: "“Closure is an ecosystem. It is not like jQuery where you just use it here and there to make accessing or manipulating the DOM easier. If you want to truly use Closure, you have to make a commitment to truly use it.”"Ask HN: JQuery vs Google Closure | Hacker News
Ask HN: JQuery vs Google Closure | Hacker News: "The flip side is that coding to Closure conventions is very verbose. It feels like Java, a lot of the time. If your app is going to have hundreds of thousands of lines and dozens of developers, this is the right move. If it's just you trying to bang out an interactive website in a couple weeks, JQuery will let you get the basics done in much less code."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!