Category Archives: Uncategorized

How I compile Vim

First, check out the code from the Mercurial repository: Next, go into the folder and run configure: Finally, build it and install:

Posted in Uncategorized | Leave a comment

Programming is Terrible

Video | Posted on by | Leave a comment

Video on GObject bindings and Vala

Tal Liron explaining how to generate bindings (GObjectInstrospection bindings) for Vala

Video | Posted on by | Leave a comment

NAS at Home version 2

Today I was hanging out on G+ and I noticed that Linus Torvalds is copying me and also wants a home file server. I noticed he wants to go the other route though and wants to just buy a pre-built … Continue reading

Posted in Uncategorized | 1 Comment

NAS4Free and Me

I want to create my own home file server. So far I’ve laid out the following. Comments, suggestions for improvement, and of criticism are welcome. First, I went to Newegg (naturally) and pieced together a micro-server with hard drives and a RAM upgrade. Here is the … Continue reading

Posted in Uncategorized | 6 Comments

2012 in review

The WordPress.com stats helper monkeys prepared a 2012 annual report for this blog. Here’s an excerpt: 4,329 films were submitted to the 2012 Cannes Film Festival. This blog had 34,000 views in 2012. If each view were a film, this … Continue reading

Posted in Uncategorized | Leave a comment

MySQL vs PostgreSQL

I was looking on Wikipedia at the differences between Oracle (what I use at work), MySQL (what the open source world primarily uses ), and finally PostgreSQL (what I use at home). After looking at the first link above and comparing all the features and … Continue reading

Posted in Uncategorized | 6 Comments

Seeing your own name

Capture Continue reading

Image | Posted on by | 2 Comments

Including headers during compilation on Fedora

I’m currently running Fedora 17 and last night while trying to debug some code I ran into a goofy issue. The package required that libev be installed. OK, I thought, not a problem. yum install libev-devel and I’m good to … Continue reading

Posted in Uncategorized | Leave a comment

Language documentation

What’s the point of documenting a language if this is the best you can do: http://valadoc.org/#!api=glib-2.0/string.next_char

Posted in Uncategorized | Leave a comment