March 2008
11 posts
Inkscape 0.46
Inkscape is one of best and most fun apps i know.
a = !b = true # Ok this is nuts.
!(b = true) # So is this, but why does is not work, either?
#warning: found = in conditional, should be ==
What conditional? Why the warning message?
LyX - The Document Processor →
I utterly hate writing Latex by hand. LyX is the way to go. Don’t know why it’s not used at University. … Hm… the PDF output looks kinda strange… wonder why..
Mobile in Africa: Doing HCI Differently in the Developing World
The people in the audience are kinda annoying at the beginning. But interesting talk.
Capistrano and SQLite
ok. I got started with Capistrano today. And just like Scott, i am copying the database.yml into the “current/config” folder after upating the code. My problem was: how could i use SQLite with this? Where to put production.sqlite?
The answer: Just let it sit in “myapp/shared/db/” and setup a relative path in your database.yml: database: ../../shared/db/database.sqlite3
http://www.youtube.com/watch?v=XgrGjJUBF_I&
git rebase -i is totally awsome
http://blog.madism.org/index.php/2007/09/09/138-git-awsome-ness-git-rebase-interactive