Disclaimer: I typed this is a hurry and haven’t proof-read it, or tried running any of the code (except the script at the end).
So a while ago I decided to use git to track all my dot-files and other assorted configuration stuff that each of my linux systems need. I’m going to try to outline how I did this:
A friend posted a link to a NY Times article the other day, and I stumbled upon a way to get behind their pay-wall. I thought I’d share:
-
Install NoScript.
-
Go to NY Times and leave everything blocked.
-
Click Today’s Paper
-
Open a arbitrary article.
Now it seems you can click through any NY Times link, as I was able to click through the posted link.
I’ve been doing a lot of Haskell programming lately. At first, I really liked it.
Modern society is baffling.
(define hello-world
(lambda ()
(display "Hello, World!")))