You Don't Have To Do That
Definitely a good read for all those people (and there's lots of them) who obsessively manually quit their iOS apps.
Misconceptions about iOS multitasking
Hint: You don't have to do that.
0 commentsDefinitely a good read for all those people (and there's lots of them) who obsessively manually quit their iOS apps.
Misconceptions about iOS multitasking
Hint: You don't have to do that.
0 commentsThe caps lock key is probably the most useless key in our keyboards. So why not use it for something else?
This is one of those things I've resisted for years but I finally bothered and made the change - Hey, let's assume it is the first of a very late New Year resolutions set.
I've recently changed it to function as another Control key and it's been great so far. Suddenly I can afford to use my pinkie finger without all those contortionist gymnastics.
GNU screen magically gets more comfortable, reverse-searching and movement in Bash is awkwardly nice, switching Spaces is natural.
Configuring it is dead simple. In a nutshell:
System Preferences -> Keyboard -> Modifier Keys
and remap de Caps Lock key.
At work, I'm required to use a Windows desktop machine and have been using a remapped Caps Lock key for years now.
But not as a Control key. Enso Launcher is my tool of choice and the natural behaviour for the Caps Lock key under Windows.
Enso's quasimodal behaviour is something I've yet (and wish) to see on Alfred and the moribund QuickSilver.
Caps Lock is the cleanest key in our keyboards. It's only obvious we must make regular use of it (and spread the bacteria).
1 commentSo after a month of waiting and constantly refreshing the Apple Store order tracking website, I finally received my iPhone 4.
What a piece of hardware.
The design is amazing, the Retina display is even better than I thought it would be, the battery life is way longer than my previous 3G and the performance just rocks.
Honestly, the reception issues are visible in the (buggy?) signal meter but I could not actually feel any performance degradation on both calls and data usage.
One thing though. The idea of cutting my SIM card to fit into the iPhone 4's micro sim card tray was not pleasant at all.
In an interconnected world, the idea of damaging my SIM and having to ask and wait for another one freaks me out.
As I could not find any example of a T-Mobile UK cut SIM card, here's my notes on how to cut your own sim mod(have a look at the pics in the bottom):
This worked flawlessly for me.
The 'No SIM card installed' message immediately disappeared once I popped it into the iPhone.
There's always nice and not so nice surprises when you upgrade your OSes.
If you just upgraded your shiny eeepc 1005HA to Canonical's latest and greatest Lucid Lynx, you probably have noticed that, annoyingly, the sound volume Fn keys are now dead.
At first I thought that they just weren't mapped any more, but after running xev and hitting the flawed keys for a while, I concluded that they were actually not active at all.
My next step was to try and load the eeepc-laptop module, which modinfo's description is "Eee PC Hotkey Driver" and that did nothing but complain:
$ sudo modprobe eeepc_laptop
FATAL: Error inserting eeepc_laptop (/lib/modules/2.6.32-9-generic/kernel/drivers/platform/x86/eeepc-laptop.ko): No such device
Apparently the kernel is ignoring some fn key acpi events on this version. The fix for this is to append some acpi boot options on grub as described here.
In a nutshell, the quick and dirty fix is pretty much:
$ sudo vim /etc/default/grub
Append the acpi options to the GRUB_CMDLINE_LINUX_DEFAULT var, mine looks like this:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=Linux acpi_backlight=vendor"
Finalise it by forcing ubuntu to accept the grub configuration change:
$ sudo update-grub
Everything should be rocking (depending how loud or not you rock) after a reboot.
0 comments