Why opensource?

Start from a specific situation: you are on a tight schedule, with pressure from management to approve or prove an issue on the software release being tested, and the counterpart R&D team blames you that the metrics are wrong. Actually, you check the application and they are right… looking into the source code u see [...]

inspiring speech

yes, it is a religion ext link: neurope.eu

subqueries do not get cached

WTF??? …the cache is not used for queries of the following types: * Prepared statements * Queries that are a subquery of an outer query * Queries executed within the body of a stored function or trigger http://dev.mysql.com/doc/refman/5.0/en/query-cache-operation.html + For certain cases, a correlated subquery is optimized. For example: val IN (SELECT key_val FROM tbl_name [...]

concept phone by Mozilla Labs

diaspora

in one word… BUGGY …try it here http://github.com/diaspora/diaspora/issues/#issue/16

hardware support

we need a used/cheap rack for FSFE Headquarter in Düsseldorf !!! URGENT

stored procedures

in MySQL… there is something wrong… I feel like in a DejaVu… I was writing PL/SQL for Oracle in 2005, and now back to this? 12.7 MySQL Compound-Statement Syntax :: 12.7.5 Cursors