dtrace is a sun developed (apple ported) technology for telling you what your computer is doing. I would try to explain it further but I would be doing it a great injustice. I first started learning a… more →
meantheorymeantheory wrote 2 months ago: dtrace is a sun developed (apple ported) technology for telling you what your computer is doing. I w … more →
meantheory wrote 2 months ago: Sphinx is an excellent way of maintaining documentation, especially as it relates to programming, in … more →
meantheory wrote 2 months ago: I develop on a mac but have to connect to mssql at some point or another. I had heard of freetds but … more →
meantheory wrote 2 months ago: Unicode is evil, that is all. … more →
meantheory wrote 7 months ago: Attended David Beazley’s python concurrency class over the weekend in Chicago. We were schoole … more →
meantheory wrote 7 months ago: Mr. Eden has a great post on accessing mssql from linux. I had to add one package (unixodbc-dev) to … more →
meantheory wrote 9 months ago: Took me a few minutes to find all this so I thought I should take note. Installing memcache sudo apt … more →
meantheory wrote 10 months ago: Attended a Python class this week. Mr. Beazley put’s on a great introduction to python class … more →
meantheory wrote 1 year ago: I had no real opinion on ruby. Heard it was like python, just different. I like python. I wanted … more →
meantheory wrote 1 year ago: PostgreSQL – Open source database (their website here). Jeos – Stripped down Ubuntu for … more →
meantheory wrote 1 year ago: Directed Acyclic Graph. Big Words, dag for short? Interesting data model for the tool box. Git use … more →
meantheory wrote 1 year ago: What version of kerberos is leopard running? This took a bit of googling to answer so I thought I … more →
meantheory wrote 1 year ago: Python 2.5 has a cool any(iterable) function. I needed to know if a file existed somewhere in a t … more →
meantheory wrote 1 year ago: odbc and mssql are the least documented/supported databases in nearly all open source projects. I u … more →
meantheory wrote 1 year ago: SQL Alchemy is a terrific little library. At least I think so on days ending in p. To be quite hone … more →
meantheory wrote 1 year ago: I am using python. Hooray for new fangled scripting glory. My business is an mssql shop. meh. I se … more →