2009-10-16
· 1 min
·
Django
Migrating a WordPress blog to Django and PostgreSQL on a bare VPS.
1 comment
2009-10-15
· 1 min
·
PostgreSQL
PostgreSQL's `listen_addresses` parameter has a secret empty-string setting that disables TCP/IP entirely, leaving only Unix sockets active.
0 comments
2009-10-15
· 2 min
·
PostgreSQL
NATURAL JOIN shortcuts can silently break when you add columns with matching names. Learn why explicit ON and USING clauses are safer and often more readable.
8 comments
2009-10-13
· 1 min
·
PostgreSQL
Watch the September 8, 2009 SFPUG meeting video on PostgreSQL statistics and optimization techniques.
0 comments
2009-08-27
· 1 min
·
Uncategorized
When an application's lock strategy feels more broken than cautious, it's time to rethink your approach to concurrency.
0 comments
2009-08-14
· 1 min
·
Uncategorized
Hovercrafts sound fun until you realize they have no brakes, slide sideways in the wind, and the authorities banned them from roads for good reason.
0 comments
2009-08-13
· 1 min
·
PostgreSQL
Watch the August 2009 San Francisco PostgreSQL User Group meeting. Video available for streaming or download.
0 comments
2009-08-10
· 1 min
·
Uncategorized
Dijkstra's famous quip reminds us that asking "can machines think" is as misguided as asking "can submarines swim"—the real questions are about capability and…
0 comments
2009-08-09
· 1 min
·
Uncategorized
A Tron sequel teases the ultimate programmer showdown, but the original film makes one villain suspiciously hireable.
1 comment
2009-08-08
· 3 min
·
Language Issues
Joe Conway argues against Objective-C's dot notation for method calls, claiming it blurs the line between field access and code invocation.
0 comments