Joined June 2013
·
Posted to
Remapping Caps Lock key to something more natural on Mac OS X
over 1 year
ago
I completely disagree with you on remapping something to something else that is so near the first one. I've found this https://pqrs.org/macosx/keyremap4macbook/pckeyboardhack.html.en and it allows changing caps lock to any key you wish, not only modifier keys.
Posted to
Write more code in Symfony2 with that nine simple questions
over 1 year
ago
@emgiezet yeah, it's just a pre-installed plugin, a great one, but it's not in the core
Posted to
Write more code in Symfony2 with that nine simple questions
over 1 year
ago
Sublime is not a fork of Vim
Posted to
How to build a MySQL-powered search engine
over 1 year
ago
Rule of thumb when writing custom search for MySQL: never write custom search for MySQL. Use the engines provided in the beginning
Posted to
No input file specified – FUELPHP
over 1 year
ago
This usually happens when migrating .htaccess from windows to linux, especially the ? sign saved me a couple of times. Not only FuelPHP, but also CodeIgniter and other frameworks working the same way
Achievements
45 Karma
0 Total ProTip Views
Python 3
Have at least three original repos where Python is the dominant language
Forked
Have a project valued enough to be forked by someone else
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
Charity
Fork and commit to someone's open source project in need
Raven
Have at least one original repo where some form of shell script is the dominant language
alias ..='cd ..' saves my time exceptionally