this post was submitted on 25 Sep 2023
75 points (96.3% liked)

Programming

17020 readers
428 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
 

Recently re-discovered this gem of a blog post, written in 2018 by Nikita Propokov, about his disenchantment with the state of modern software. Do you think it's still relevant today (perhaps more/less so than it was when it was written)?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 25 points 11 months ago (2 children)

IMO, it's more relevant today than it was when written. None of the problems called out in the post have been addressed, and many have gotten worse.

[–] [email protected] 10 points 11 months ago (3 children)

Why would it get better? Higher level programming is faster and saves companies money… they’re not going back to super efficient assembly or something to make xyz from scratch.

Article has a bit of an “old man yelling at clouds” sort of vibe.

[–] [email protected] 12 points 11 months ago (1 children)

It does have that vibe, but it's unarguably true that a lot of software and websites are ridiculously bloated and slow.

[–] [email protected] 15 points 11 months ago (1 children)

7 years ago when I started my career, My first project we sat down and designed the program and interfaces.

Today, we implement features using best practices, never sitting down to design and end up accumulating technical debt that we don't have funds or time to go back and fix.

Time to market is proportional to time to obsoletence. We don't design for longevity anymore :(

[–] [email protected] 9 points 11 months ago (1 children)

My current project is building a (almost) 1gb Java rich client which takes around 2minites to load... while it's merely a gui with some small client to client capabilities. The technical debt is insane, and it's only getting worse because neither can they afford to rebuild it from scratch.

[–] [email protected] 3 points 11 months ago* (last edited 11 months ago)

In similar boat(s) too. Like watching a train wreck.

[–] [email protected] 7 points 11 months ago (1 children)

Basically anything above assembly is a high level language. The article is not about making everything from scratch. It's about thinking about what you're doing and not just being lazy.

[–] [email protected] 4 points 11 months ago

I don't think it's about laziness, but rather about having deadlines set by management that you can only possible meet by reusing stuff as much as possible - even if you only actually need 5 % of this stuff but got to package everything of it in your application for it to work.

[–] PixxlMan 4 points 11 months ago (1 children)

He's talking about ridiculous programming stacks and bloated tooling and things. Not once does he level any criticisms at higher level languages in general

[–] [email protected] 2 points 11 months ago

The frameworks and tooling stacks are just even higher level abstractions.

[–] [email protected] 3 points 11 months ago