“Seriously? Why is This Not Taught in Computer Science at University?”

November 25, 2018

The benefit of tertiary education — and its undeniable continuous devaluation over the years — is a broad and heavily debated topic. Whether getting a university degree is a worthwhile endeavor from an educational point of view or whether it’s just effort that directly translates into a piece of paper employers expect you to have is for every individual to decide. During my time on the computer science bench, I have often asked myself “why on earth do I have to study this when they could be teaching that instead?” The university’s priorities did not seem to align with mine, or with workplace requirements for that matter. In this post, I’m going to explore a number of topics that haven’t been taught at university when they really should have been.

“Hiatus Be Gone!”

September 29, 2018

Wait, what’s this? A wild POST appeared — seemingly out of nowhere — after a three year dry period without a single update. I’ve received a few pings and pokes every once in a while from people asking whether they can expect new content any time soon. Sorry for the wait but thanks for asking!

“Why Does FTP Suck?”

September 02, 2015

If you’re doing anything even remotely related to web development — or if you’re just running your own website or blog — you’re probably familiar with the File Transfer Protocol. Regardless of whether this familiarity is voluntary or forced upon you by customers, legacy computer systems or incompetent hosting providers, I sincerely hope that you are aware of the costs of using FTP in this day and age. FTP is by far the most backwards and insecure protocol for transferring files, yet still it enjoys wide popularity due to it’s simplicity and availability. Speaking bluntly, FTP sucks and I wish for it to go away for the sake of everybody, and here’s why.

“Guys, It's True: Coding Sucks!”

February 27, 2015

Did you ever question your decision to become a software engineer? Have you ever wondered how on earth you could possibly think that fixing other people’s screw-ups for a living was worthwhile? Don’t you constantly remind yourself that spending one evening in the purgatories of hell would be much more pleasurable than that upcoming all-nighter you have to pull off because your team is behind schedule again? Or are you just that masochistic to do it voluntarily in your free time because that’s what nerds do? Actually, most of us probably do that. Coding sucks, but we’re loving it!

“Why The Singleton Pattern Sucks and You Should Avoid It”

November 25, 2014

When it comes to software architecture classes or programming courses in general, the term “pattern” seems to be the ultimate buzzword at universities. “Use this pattern here, that one over there, oh and here do it like the GoF but hell don’t you dare doing it like that guy did back in 1995”. The Gang of Four (GoF) has done quite a job promoting more or less standardized ways of dealing with certain coding problems. Most of these patterns are straightforward and frankly plain logical, but it’s good to read about them anyway. However, there is one specific pattern that gets hate from (seemingly) every coding-related website on the Internet. I’m talking about the infamous Singleton Pattern, probably the most overused and frequently misplaced programming anti-pattern of all time that’s creeping in even the best code bases — and of course it sucks!

“Why Does The Imperial System Suck?”

October 17, 2014

As an engineer and genuinely tech interested guy, I’m generally all up for global standardization and enforcing consistency wherever possible. However, there is this nuisance that keeps stinging me at least once a week: the Imperial System with all its outdated ways of measurement and nonsensical units. I mean, seriously, the entire world got rid of it except “La Résistance” — a small number of indomitable countries fighting with overwhelming reluctance against the thorough introduction of the metric system.

“The C++ Programming Language Sucks for a Very Good Reason”

September 13, 2014

Welcome to this round gents and gals, it’s time for one of the big boys. C++ is probably best described as the grand-daddy of many modern, object oriented programming languages. Basically, it has been wielding influence all over the place and it is undeniably one of the most popular languages in existence that clearly deserves its place — or does it? Especially among newbies, C++ is commonly being hyped up to heaven — that is, until they fall flat on their faces and fracture their noses for being too cheeky. In the shadow of its popularity lie numerous flaws and caveats that will get even the most experience programmers hurt sooner or later. Frankly, it sucks — though the reasons why might not be entirely obvious.

“Top Five Most Annoying Programming Languages I Can't Just Ditch”

August 19, 2014

I enjoy programming. I love being creative. Solving problems is a challenge for me. If you’re a fellow nerd you might relate to that. You might also agree that sometimes our tools suck big time. “But hey, they are just tools. Use the most appropriate one for your tasks, you have a choice!” — Well, nope. More often than not I don’t have a choice. I can’t just switch to another language when I have to do maintenance work or bug fixing on a project. I can’t choose a tool that’s not compatible with our back-end system. Sorrowful I had to realize on numerous occasions that there are simply no alternatives. :frown:

“Why Does Copyright Suck?”

August 11, 2014

If there is one thing that is clearly getting out of hands these days it’s copyright law and the numerous cases involving alleged copyright infringements. Twitch recently made headlines when they announced on their official blog that they “will be implementing technology intended to help broadcasters avoid the storage of videos containing unauthorized third-party audio”, effectively muting Video on Demand (VoD) content that plays unlicensed audio. If only it were that simple…

“Why Does JavaScript Suck?”

August 07, 2014

I am not planning to continue writing exclusively about programming languages, but since I seemed to get away fairly well with my last rant about why PHP sucks, let’s continue down the same road and bash just a little on JavaScript. Repeatedly. With a sledgehammer. :smile: While JavaScript’s quirks aren’t nearly as bad as PHP’s, they are still annoyances and will make your life miserable. It’s another example of a language that’s here to stay, simply because it is the only one that has been widely accepted and adopted for client-side browser scripting. At least with PHP you have a choice, with JS you don’t. You’re stuck with it. And guess what, it sucks.

“Why Does PHP Suck?”

July 31, 2014

There are so many awful things involved in this abomination of a high-level programming language, it outright exceeds full-blown ridicularity. PHP sucks on so many levels that it isn’t even funny anymore mocking it. To be honest, it just makes me sad. :frown: Its popularity is completely undeserved and I repeatedly find myself facepalming, thinking about how it is possible that this piece of junk gained even the slightest hint of acceptance. Believe it or not, I basically created this website just so that I could rant about PHP at an appropriate place.

“Why Does This Blog Suck?”

April 30, 2014

What could possibly be the best way to start this blog other than describing why it sucks? On the about page I briefly pointed out why I created this website. Well, here it is (at least in some early version). What’s missing is the actual content – or rather – a number of things that are so incredibly bad that you should try to avoid them. I’m hoping to fill this site with some more information in the near future and create a blog serving as an educational collection of, let’s say, pretty awful stuff.