-
How to interpolate a string in Perl?
Perl (and some other languages which came after it :-)) have a feature called interpolation, whereby the names of the variables in strings are replaced by their actual values. This is both useful and dangerous (it can easily result in problems like command injection / SQL injection / HTML injection (aka XSS) – as with…
-
How to make sure that your webserver isn’t blocket by the ISP?
First of all, if it says in your contract that you can’t run servers, doing so may result in your connection being cut, so do this on your own risk! Second of all, I don’t advocate running websites on a home machine. Get a VPS! All this said, if you do run a webserver on…
-
A word about splogs
I was listening to the WordPress podcast and they mentioned a service called WordPressDirect (don’t worry, that links is a nofollow one). From their marketing material: Create SEO-Optimized, Content-Stuffed Websites Instantly With WordPressDirect Basically they are an other method to “reuse” other people’s writing. Some thoughts: People feel instantly defensive and start pondering solutions like…
-
A great analogy for programmers
I found the the following great blogpost which extends the “rockstar programmer” analogy: Musical Analogy. Very insightful. I too like “jazz” programmers more than “rockstarts”, because they probably won’t have any problems with SDLC :-).
-
pointers-uk – fail
Via the network security blog I found the article How to Rebuild your Computer and Reinstall Windows Without Headache, and the timing couldn’t have been better, since in the near future I will need to do so (although an XP machine, not Vista). The advices are given are good. Three tools which I like that…
-
Mixed links
On the Extra Pepperoni blog I’ve read about Googleβs 404 Service. Apparently they have a service whereby they can suggest links to people who arrived to a non-existing page on your site. Interesting… From ICANN comes an updated version of the Whois Inaccuracy Reporting System (or WDPRS – Whois Data Problem Reporting System). You can…
-
Negative zero – what is it?
Computers have two ways of representing numbers: One is called sign and magnitude – usually you have one bit specifying the sign (again, most of time you have 0 for positive and 1 for negative) and the rest of the bits specify the absolute value (“magnitude”) of the number. The other is ordering the numbers…
-
How to be the coolest DBA out there…
By managing your PostgreSQL install with your iPhone! π
-
Mixed links
From taint.org: AWS running Mathematica. Mathematica was one of those programs which I dabbled with in university and found it incredibly cool, especially given my limited mathematical knowledge… Several sites have referenced the post on SecTheory about the influence of web pages on power consumption (for example the Frequency X Blog). However I’m still not…
-
I consider myself spanked π
I was walking along, minding my own business and ranting about Microsoft (or more precisely an MVP – I know, I know, technically they are not part of MS), and them bammmm! The logic police got me! I was shown the error of my ways π However, being the lighthearted chap that I am, I’m…