Category: Tech Stuff

My First Ever Freelance Success

Do you remember the possimpible project I mentioned on my last post? Well it’s done! So far it is stable and users keep on coming in. 🙂 I know, it was at first impossible, but with hard work, patience, sleepless nights and some headaches, it fina…

Aliasing git commands

Yep, you can do it in git. So if you want to have customized names for some git commands, you can change it through the git config file. Let’s say instead of running this command to unstage a file: git reset HEAD config/environment.rb you can alia…

Website in 1 week, wtf!

And this is not some ordinary site, a sort-of social networking site! Until now I still can’t believe my friend and I took the project. You can’t create a site in one week?! Maybe a personal site (weebly FTW), but not a social networking site. I m…

Fixing ugly boot screen in Ubuntu Lucid Lynx

Months ago when I first updated my Ubuntu OS, I was wondering why Lucid Lynx’s boot screen is soo ugly. It’s big, pixelated and really ugly. (Karmic was waaay cooler..) Then I just realized now that it’s not by default that ugly after I’ve seen th…

How to browse your git repository locally

found this at from a post in Forrst by Jackhq and I was so amazed that you can actually browse your git repo using your browser. Here’s how you do it: cd [git repo] git instaweb –httpd webrick and this will automatically use your browser to open …

First freelance project

So I was on a meeting yesterday with a prospective client for my very first freelance project. I was really nervous at first. Not because I might not be able to close the deal, but because I don’t have any idea what to do. I don’t even have the sl…