Updated: 2012-06-30 16:37:38
How Twitter Stores 250M Tweets a Day Using MySQL (High Scalability) -- notes from a talk at the MySQL conference on how Twitter built a high-volume MySQL store. How The Atlantic Got Profitable With Digital First (Mashable) -- Lauf says his team has focused on putting together premium advertising experiences that span print, digital, events and (increasingly) mobile. Data...
Updated: 2012-06-30 15:58:01

Software pluggable to monitor servers
Updated: 2012-06-30 15:50:02

Allows to create a user and assign roles directly from the sharing tab
Updated: 2012-06-30 15:32:01

The ironic Internet package
Updated: 2012-06-30 14:54:01

Fully event-driven Robotics Service Bus
Updated: 2012-06-30 14:46:01

Python based shell
Updated: 2012-06-30 14:37:01

Class based command-line wrapper
Updated: 2012-06-30 12:56:01

Python Flow Cytometry (FCM) Tools
Updated: 2012-06-30 12:45:01

RapidSMS Tropo Threadless Backend
Updated: 2012-06-30 12:38:01

Smart JavaScript loading for Django
Updated: 2012-06-30 11:54:01

Multimaster replication for MongoDB
Updated: 2012-06-30 11:35:01

User notification library with pluggable backends
Updated: 2012-06-30 11:27:01

Recurly Python Client
Updated: 2012-06-30 11:11:01

A lightweight static weblog generator
Updated: 2012-06-30 10:56:01

Simple two-phase template rendering application useful for caching of authenticated requests
Updated: 2012-06-30 01:59:01

A process utilities module for Python
Updated: 2012-06-30 01:36:01

Quick and dirty Python embedded and non-relationnal database
Updated: 2012-06-30 01:12:02

A Python REST Client for NetDNA REST Web Services
Updated: 2012-06-10 20:19:03
Linux Blog tee time Filed under : Shell Script Sundays TheLinuxBlog.com at 3:19 pm on Sunday , June 10, 2012 This weekend was South East Linux Fest although I’m bummed I couldn’t make it I did learn something new from taking an LPIC level 1 self assessment . What I learned about was the application . tee The question was something : like What command outputs to stdout and also writes to a file” My answer was echo” but that was the wrong answer . The correct answer was . tee I’d seen it before in either Slackware or Debian’s packages list but forgot totally about it . It’s a pretty handy utility to have in your arsenal if you ask me . Usage would be something like : this date tee date.txt this will echo the current date out , and also write it to date.txt . Of course , there are plenty of