Let’s talk widgets. More specifically WordPress sidebar widgets. So why should you care about this particular type of widget. Let’s start from the beginning…
Widget-up my blog
May 28, 2010 by ZoranCopy/paste to and from the system clipboard in Vim
May 17, 2010 by MerlinUsers accustomed to CTRL+C/V keyboard shortcuts may find themselves reaching for the mouse when using gVim or Vim in a terminal because aforementioned commands do not work by default. So, how to do it?
Short answer would be to select a text in a Visual or Select mode, type "+y
and you have the selected text in a system clipboard. If you need to paste, position your cursor where you want it and type "+p
. "+
is just a register, so you can use different yank/put commands with it like "+6yy
or "+gP
.
Long answer would be … well, long. Vim uses registers "+
and "*
to communicate with other applications. How it does that depends on the operating system Vim runs on.
The essence of being a programmer
May 14, 2010 by ZoranA few days ago I came upon an interesting little bit of writing in a book called Assembly Language Step-by-Step: Programming with Linux by Jeff Duntemann. What interested me is that the author, in a few short sentences, nails the idea of what being a programmer really means. So here’s the quote for your (and mine) pleasure:
Being a programmer is one thing above all else: it is understanding how things work. Learning to be a programmer, furthermore, is almost entirely a process of learning how things work.
I guess now we know why curiosity maybe killed the cat, but it certainly made it a better programmer in the process.
Short usability overview of a Nokia N900
May 7, 2010 by MerlinOn March 15th Tardigrade had won on the Maemo Challenge that was being held on first Mobile Monday in Croatia. The winning application was Ginkg-o-minder (concept name) and the reward was N900 device to build and test the application on. There are many reviews of N900 spanning from a few to a dozen pages long containing all the technical details you can imagine. I will not talk about that, but will give you some usability information. Here is my opinion after playing with it for a while.