linkroll

Syndicate content
bookmarks posted by spesterwecial
Updated: 2 hours 34 min ago

Anemone - Ruby Web-Spider Framework

7 hours 1 min ago
Anemone is a Ruby library that makes it quick and painless to write programs that spider a website. It provides a simple DSL for performing actions on every page of a site, skipping certain URLs, and calculating the shortest path to a given page on a site.

Thai Language Study Aids - Home

Sun, 08/15/2010 - 1:30pm
Companion web site to perhaps the most popular textbook for learning Thai, with exercises and study aids.

Learning Thai the Easy Way

Sun, 08/15/2010 - 1:27pm
Not the greatest information design here, but the site is rich with useful study materials.

Learn Thai the Bon's way

Sun, 08/15/2010 - 1:19pm
Practical and entertaining Thai lessons from a cute, goofy Thai lady. What more do you want?

thai-language.com

Sun, 08/15/2010 - 1:15pm
Probably the best free web resource for Thai language students. Lessons, dictionary, linguistic and grammar references, extensive audio throughout the site.

Alembic

Tue, 07/27/2010 - 6:31pm
Open source VFX goodness from ILM and Sony Pictures Imageworks

Alembic is an open computer graphics interchange framework. Alembic distills complex, animated scenes into a non-procedural, application-independent set of baked geometric results. This ‘distillation’ of scenes into baked geometry is exactly analogous to the distillation of lighting and rendering scenes into rendered image data.

Exploring Leopard with DTrace

Sun, 07/25/2010 - 8:39pm
A crash course in system/app instrumentation.

Using BBCP

Mon, 07/19/2010 - 7:53am
High-speed file transfers over WAN.

About - Icinga

Thu, 07/08/2010 - 3:03pm
Icinga is a fork of Nagios and is backward compatible. So, Nagios configurations, plugins and addons can all be used with Icinga. Though Icinga retains all the existing features of its predecessor, it builds on them to add many long awaited patches and features requested by the user community.

Icinga is an enterprise grade open source monitoring system which keeps watch over a network and any conceivable network resource, notifies the user of errors and recoveries, and generates performance data for reporting. Scalable and extensible, Icinga can monitor complex, large environments across dispersed locations.

DBA Dojo: MySQL Master-Master replication table sync

Wed, 07/07/2010 - 5:35pm
Nice summary of fixing MySQL master-master data integrity with mk-table-checksum and mk-table-sync

Arecibo | Website error logging

Sun, 07/04/2010 - 12:19pm
Like Hoptoad, but open, self-hosted and not Ruby-specific.

Flowdock - Teamwork Revolution

Thu, 07/01/2010 - 12:52pm
Kinda like Campfire with some Twitter flair -- hashtags, brand monitoring-like features.

The Kumofs Project

Tue, 06/29/2010 - 10:31am
Kumofs is a simple and fast distributed key-value store. You can use a memcached client library to set, get, CAS or delete values from/into kumofs. Backend storage is Tokyo Cabinet.

Bytepawn - Readings in Distributed Systems

Mon, 06/28/2010 - 3:07pm
A collection of papers on distributed storage and filesystems, theory, algorithms and implementation concerns of distributed systems.

Running Processes

Thu, 06/24/2010 - 1:03pm
Modern init systems can keep processes running for you. daemontools, etc.

DBSlayer - Trac

Wed, 06/23/2010 - 1:48am
The DBacesslayer aka DBSlayer aka Släyer (as we like to call it when we're feeling ironically heavy metal) is a lightweight database abstraction layer suitable for high-load websites where you need the scalable advantages of connection pooling. Written in C for speed, DBSlayer talks to clients via JSON over HTTP, meaning it's simple to monitor and can swiftly interoperate with any web framework you choose.

The DBSlayer originated as an internal tool at the New York Times.

Plus this, hmm... http://github.com/pauldix/typhoeus

Foreman

Tue, 06/22/2010 - 9:26pm
A web frontend for Puppet that extends management and provisioning capabilities.

Sailing down the Hudson with RVM - GIANT ROBOTS SMASHING INTO OTHER GIANT ROBOTS

Mon, 06/21/2010 - 5:32pm
Ben Mabey has Chef cookbooks most of this linked in the comments.

WebSocket Games in Python with Tornado

Fri, 06/18/2010 - 11:30am
Playing with WebSockets in current-generation browsers through the web-socket-js Flash-based bridge.