My name is Andrew Stine. I'm a software developer and freelance philosopher currently based out of Northern Virginia and this is my website. It's partly a blog, and partly a showcase for different projects on which I may be working.
You can get in touch with me through stine.drew@gmail.com
My public key: Public Key
In the 1960’s NASA needed a writing instrument that could be used in the vacume of space. In order to combat this problem, they spent over a million dollars on R&D in developing the Astronaut Pen. When faced with the same problem, the Russians used a pencil.
Or so the legend goes. Actually the truth is a bit different. In the beginning of the space race, both NASA and the Soviet Union used pencils. But pencils break, and they are also inflammable. In space, both of these things are very bad... Read More
Godwin’s Law:
As an online discussion grows longer, the probability of a comparison involving Nazis or Hitler approaches 1.
In 1990, Mike Godwin made the above observation. To date, it has held up, as people today seem to like comparisons to Hitler just as much as they did in 1990. In addition, there’s a corollary to Godwin’s law which states that if you are the one to make that comparison, or to pull a Godwin, then you are the one who is wrong... Read More
Sometimes I think that Unix is pretty awesome. You can strip it down to nothing but a kernel and a shell and maybe a few drivers/modules and end up with a perfectly useful, if minimal, system. At the same time you can build Unix out into anything from a desktop system to a high trafficked webserver to even a phone OS depending on your definition of Unix. Unix is pretty flexible is what I’m saying.
A lot has been written about the flexibility and power of Unix. Suffice to say, Unix’s power is due in a large way to its modularity and the composability of its component programs. One key ingredient of this composability is the venerable pipeline idiom, Unix’s ability to feed the output stream of one program to the input stream of another. Pipes actually are quite amazing, at the shell, they turn a set of small utilities into a complete system administration toolkit... Read More
A visualization of the travelling salesman problem.
A simplistic game in C I wrote during a boring Thanksgiving weekend.
sourceA simple command line client for swank. This client is written in Clojure and targets Clojure Swank specifically.
sourceA Common Lisp command line parser.
source downloadSome extensions to eh cl-fad pathname library.
sourceA trivial Facebook bot which wishes a users friends happy birthday on their birthdays.
source