Archive
I knew it was coming. The popularity of functional programming languages are on the rise now that processors are expanding horizontally(SMP) rather than vertically(clock speed). It’s also rather difficult to scale anything written with training wheels. My initial bet was on Erlang, but with its unnatural syntax and different thought process, it’s not catching on [...]
It sometimes amazes me how stupid I am. I forgot to maintain my DNS records and my servers were down for couple of hours. On another note, please make sure you check out Security Now! podcast over at twit.tv on DNS. It’s really interesting and should give you some insight as to why it is [...]
For last two days, I’ve been having a bitch of time trying to get Apache reverse proxy to work correctly with my backend server. It happens that the when I hit the URL for my wiki, it exposes the backend server’s address and port. In fact, it was just redirecting it rather than serving up [...]