About comments

Comments are an interesting concept. They’re useless for meaningful discussion in contrast to proper discussion boards like Reddit or Hacker News. They’re also decent for feedback, but I personally believe that if you can’t be bothered to send a proper e-mail you probably don’t have much to say anyway. Comments are however useful for spam, and I hate spam so I removed them completely from this blog (they were also a pain to implement in the theme properly).

James Hague has some interesting thoughts on comments as well.

APK

For those that may not know, students in Sweden measure how cheap alcohol is by how much ethanol the liquor contains. This is called Alcohol Per Crown (or Alkohol Per Krona in Swedish). Someone even set up a website to index all beverages by APK.

Last night a friend of mine wanted to set up a website to calculate this on the spot, mostly as a learning experience as he isn’t too familiar with programming. I liked the idea and wanted to create something with jQuery Mobile so I shamelessly stole it and set up apk.destruktiv.se.

Also, the source code is available under WTFPL.

DuckDuckGo

I have recently switched from using Google for searching the web, mostly because they monitor and log searches but also because their competitors have become a bit more innovative.

My new default search engine is DuckDuckGo (not the best name, I might add) which is a bit more useful than Google. It may not have as many “fun” easter eggs as Google does but it’s way more customizable. It also supports what they call “bang syntax”, if I for example need to look up a function in the php documentation I can just search for “!php strpos” and get taken directly to the appropriate page. This is especially useful when setting DuckDuckGo (they are in a serious need of a name change) as the default search provider, allowing me to search Google, IMDb, Yahoo, Wikipedia and a lot more by just adding a bang and a few letters at the end of my query directly in the location bar.

Setting it up as default is super-easy as they have very informative articles on how to configure Chrome and Firefox as well as many more.

Did I also mention that monitoring their users is against their policy?

P.S. I’m very much aware that this post sounds like a cheap ad but I sincerely think that more people should be aware of alternative search engines as many have grown to believe that Google is the only option.

Hello world!

So I moved my blog to WordPress (it was on tumblr before). While WordPress may not be as fast as a static blog nor as easy to use as tumblr it’s ridiculously powerful. The only drawback I can think of is how difficult it is finding a good theme, I probably spent twice as long looking for something decent than I spent designing my own.

I thought it would be a good idea to keep the links from my old site, so I put them in the sidebar although the link to my blog is gone for obvious reasons. I found some icons for the links on glyphicons and embedded them in the theme with base64 (I’ll post an update later on how to do that).