HN user

hugey010

252 karma
Posts0
Comments97
View on HN
No posts found.

Premature abstraction is one of the worst pitfalls when writing software. It's paid for up front, it costs developer time to understand and work with, it adds complexity (tech debt), increases likeliness of bugs, and increases refactor time. All for someone to say "if we ever want to do X". If we wanted to do it, we'd do it now.

I truly believe this comes from devs who want to feel smart by "architecting" solutions to future problems before those problems have become well defined.

Your second example of a choice is a consequence of a choice. Those companies chose not to comply with new reporting rules which resulted in having their Pentagon access revoked. This is an important distinction when given "choices" that aren't really choices but mandates.

As far as how this YouTube scenario is different, people can host their content elsewhere, but there's only one Pentagon in the US.

This may be the "cell phones in public" stage, but society has completely failed to adapt well to ubiquitous cell phone usage. There are many new psychological and behavioral issues associated with cell phone usage.

I believe that it not only increases engagement, but also increases likelihood to click ads and buy things. People seem to like to shop as a distraction / coping mechanism.

I have no evidence of this but I have thought quite a bit about why social networks angering push content the way they do.

Apps Getting Worse 5 years ago

Huge agreement to keeping up with the iOS and arbitrary app update requirements. My personal projects are in a place that releasing even minor updates is an endeavor I just don't have time for anymore.

Unknowingly, I've trained my friends and family to assume they aren't going to get an answer immediately. They now text to call when I have time. Or they immediately get to the point: "wanna go riding tomorrow" instead of "hey whats up". Some people are put off by this and others find it endearing, I couldn't care less what they think. My time is my time and I do with it what I please. That means being there for others when they need it, which means being the hell off my phone when I am there.

#3 is very true, but where is the line? If your website crashes on every request, then it's clearly not ready. If it crashes only on Thursdays when Carl uploads that one spreadsheet, it depends how important Carl's spreadsheet is.

The answer is always, it depends. When SLA requirements are nonexistent, or self-defined, what is good enough?