A Django site.
February 5, 2007

Gabriel Puliatti
predius
comentarios peruanos
» How not to be a bad ISP.

Everyone knows that ISP customer service is really bad, or non existent. Here are some quick tips in how not to suck majourly and lose customers.

1. Don’t fuck up so often. That’s easy. If you provide me with a connection which works, then I won’t call you to fix it. See? Easy profit!
2. Keep a record when you fuck up. If it’s the third time you receive a call from the same person on the same problem, which was “fixed” two times already, don’t just say “we don’t have a record of that”. That means that you suck.
3. Fix it quickly. If it’s the third time you receive a call from me on the same problem, you should know how to fix it.
4. If you’re going to put a captive portal for people who don’t pay. make sure that the only ones who are sent there are those who don’t pay (and make sure that if you accidentally send the wrong people there, that your crappy ASP script doesn’t fail because it wasn’t prepared to get people who don’t owe money).
5. If you are going to call back, at least do it in a 12 hour bracket. If you call back any time after that, you’ll have a pissed off customer.

These five easy steps will help you retain your customers and not force them upon your better, cheaper and faster competitor, which doesn’t suck as much. Thanks a lot!

October 5, 2006

Gabriel Puliatti
predius
comentarios peruanos
» Fucks per programing language and license.

It’s known that programmers swear a lot. There’s always fucks, shits, cunts, bitches, crap. There’s the kernel fuck count, for example, which shows the number of findings of “fuck” and “love” in the Linux kernel, over different versions of the kernel.
Google recently released the Google Code search (beta, of course), which searches through open source tarballs and zips, and tries to find the number of occurences of a specific query, and then showing them. So, nothing more than a Google which searches through code. Of course, what other use could there be than searching the number of occurences of fuck. In different languages.

So, what language is the most sweared one? I used Python, Perl, PHP, C++, C and C#, to get a wide range of programmers. I recorded the number of found and also the number of entries found without anything, to have a rough view of how many packages in a specific language there are, as Google might not have indexed all, and there may be more packages of C than of C# and others. Of course, there will be more fucks in 4′520,000 results I got for C than the 62,800 that the search returned when searching for C#.

Now, the results.

Fucks per programming language.

Chart of fucks.

Here, we can see that, while the number of fucks never even gets to 1% of the results, in the highest one, PHP, 0.5% of all the packages found by Google code contain the word fuck, or any of its derivatives, such as fucker, etc. Furthermore, after PHP, which is the language with most occurences of fuck, almost doubling the other two which compete for the second place, those being C and Perl, something not unexpected. The lowest ones, which is no surprise, are C# and Python, Python probably being the cleanest programming language of the ones sorted here.

Update: Surprisingly, Java is down there with C# and Python in the cleanest languages.

Now, the results for fucks by license.

Fucks by license.

Chart.

It can be clearly seen that LGPL makes people swear, while GPL and BSD still do, but in a reduced manner.