Archive | November, 2008

vim mind share soaring: roundup of 10 vim articles, recent and older gems

Am I the only one to notice that there is a lot of vim love in the airwaves recently? I saw the trend very clearly, spanning from reddit to news.yc and let me say that the material that came up recently is very good; those neat posts prompted me to improve my vimrc dramatically and [...]

Read the full story

Posted in editors, featured, programming, tip and vim16 Comments

idea for a useful tool for a web entrepreneur/developer

This is the scenario I was thinking about: I want to interact with a graphic designer remotely, who is very very good with Photoshop and HTML/CSS but who might have trouble setting up the Linux environment needed to run my web app. What I would like to build (or find if it already exists) is [...]

Read the full story

Posted in linux and programmingComments Off

testing out tuttivisti widgets

One of the first things I implemented for tuttivisti – to add just a hint of viral marketing to the project – was a widget that you can import on your own blog, maybe on the sidebar, to show the latest movies you either want to see or just watched. Let me test it here [...]

Read the full story

Posted in programming and startupComments Off

a webapp in 1 week (part 2): the source of data

In the first installment of this series I’ve spoken about a set of technologies that can speed up the time to market quite a bit. Read about it here if you missed it. This time I want to talk about where to get the content for your niche web app – if you need a [...]

Read the full story

Posted in programming, python and tip1 Comment

linux one liner to extract email addresses from a django log file

Say something bad happened and your application sent emails that it shouldn’t have (ahem who? not me…) and you want to collect the emails to apologise. So you just copied the output of a log file in a text file (wrong.txt) like the following: sending message ‘Confirm email address for example.com’ to email1@test1.com sending message [...]

Read the full story

Posted in linux and tip1 Comment

One-liner to list Ubuntu packages you installed recently

Quick one liner to list the ubuntu packages you recently installed on a machine. I needed this to copy the configuration of one of my production boxes onto a dev environment: sudo cat /var/log/dpkg.log | grep \ installed | awk {‘print $5′} | xargs mysql-client-5.0 mysql-server-5.0 … apache2

Read the full story

Posted in programming and tipComments Off

Tools for rapid prototyping: a webapp in 1 week

First things first.  My new webapp tuttivisti is live! This post is about how it came to be. In just one week. One person team. Crazy working hours. So I was there immediately after receiving the news that YC did not select my team for this round. I thought I would feel depressed. I thought [...]

Read the full story

Posted in programming, python, startup and ycombinator28 Comments


Twitter