Showing posts with label awesome. Show all posts
Showing posts with label awesome. Show all posts

Wednesday, June 2, 2010

Cells.py a terrible temptation

Terrible, terrible temptation.

Today on HN phreeza posted an awesome python game called Cells.

I forked the project and began looking through it. Made some comments (seriously, fork it yourself and add comments. It needs it). Tried to think of ways to implement the TODOS. Popped open a buffer and began brainfarting a testsuite/profiler for it.

And then caught myself. This month is Ruby. Why am I plunging into Cells, even though it is undoubtably dripping with awesome sauce?

I can tell myself that there's plenty of time to do both. But that'll mean that the next cool code I want to jump into will be ever so much more distracting.

Solution: set up a cronjob to fetch the upstream repo once a week until I can dedicate myself to playing with it. When I jump back in, it'll be even more awesome (since the post on HN, it's already had a ton of contribs).

Tuesday, June 1, 2010

Dropbox

I just pacman'd Dropbox.

I love it. Within seconds I git cloned my dotfiles to it, and aliased a command to push both to github and Dropbox. This is amazing, because it means I can instantly set up a box the way I want without needing root access to install git. I then exported my chrome bookmarks into it.

There's a great thread on HN about using Dropbox to increase the awesomeness in your life.

It's only been a few minutes, so I've not played around much with it. I'm going to try out encFS and TrueCrypt, as well as experiment with executable code. Can I put Arc or Rubinius in it, and have a testing environment? CANNOT FUCKING WAIT.

Monday, May 31, 2010

Syntax Highlighting Test

Thanks to Alex Gorbatchev for a very cool and easy syntax highlighter for Blogger.

Check out the list of available brushes. Now use it.

def works?
  puts "omg hax!"
end