-
Recent Posts
Categories
Subscribe via RSS
-
Join 31 other subscribers
Category Archives: Tips
Vim hot stuff: marks
In the (new) “vim hot stuff” section, i would like to post about those Vim’s features that, when you meet them the first time, you think: “UAO! That is cool! How did i survive without it so far?”. The best … Continue reading
Posted in Tips, vim hot stuff
Tagged buffers, lines, mark, multiple, range, select, selection, vim, visual mode
Leave a comment
Git: how to rewrite the branch history
Quick tip for those git users that, like me, make a lots of commits in their working branch and want to keep only the last one, before send the branch to production. Yes, the idea is to use this method … Continue reading
Posted in Programming, Tips
Tagged git, github, github rewrite history, history, rewrite, rewrite history
Leave a comment
Coding tips: accessing the data structure
I think it is really important keep the code more general and flexible as possible; one rule, that i would like to introduce here, is to use the right level of abstraction when accessing the data structure elements, trying to … Continue reading
Posted in Javascript, jQuery, Programming, Tips
Tagged abstraction, centralize, coding, common approach, data structure, delegate, good practice, javascript
Leave a comment
Fix the eee 1001px microphone issue for Ubuntu
Some months ago i have installed Ubuntu 12.04 on my eee 1001px; all was right but the microphone didn’t work. Checking on the web, it seemed to be an annoying problem for many people.