this post was submitted on 24 Jul 2023
5 points (100.0% liked)

Programming

17036 readers
450 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 !webdev@programming.dev



founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] JoeKrogan@lemmy.world -1 points 1 year ago* (last edited 1 year ago) (2 children)

Not FOSS but commercial software is. The apps just get more bloated and want to suck even more data with each update. Then there is the sites that have hundreds of trackers and third party cookies from everywhere and need 1gb to display 🙄. OK maybe not 1gb but you get the gist.

[–] Dasnap@lemmy.world 1 points 1 year ago (1 children)

Electron apps created with React can definitely push the boundaries of what 'acceptable' memory usage is.

[–] lysdexic@programming.dev 3 points 1 year ago

Electron apps created with React can definitely push the boundaries of what ‘acceptable’ memory usage is.

I have a pet theory that webview-based apps are popular only because currently there is absolutely no usable multiplatform desktop GUI framework. Therefore, developers have to resort to the one thing that works: load a webpage in a web browser.

Even React Native feels like a kludge in a way it converts React components to UI components.

[–] Draghetta@sh.itjust.works 0 points 1 year ago (1 children)

Yep totally unheard of for foss software to get worse. Gnome 3 and kde 4 for example were universally acclaimed.

I think that the post author just neglects that software has become mindblowingly complex compared to the days of yore, if you put together all the features of netscape + win 3.11 + wordperfect + whatever other thing they were using in the 90s at any given point you don’t get 10% of the complexity of a contemporary productivity app (say outlook) let alone a full operating system.

It’s clear that the more complex something is the more things can break. It’s like complaining that F16s are worse than consumer 40€ drones because the former require maintenance every few hours of flight while the latter don’t.

[–] MagicShel@programming.dev 1 points 1 year ago* (last edited 1 year ago)

But if all you need is a drone and all anyone makes is an F-16, that is a shitty mismatch. I don't need an outlook that does all that shit, I just need to check my email, or at least set up a filter to send everything to the trash.

I don't need teams to do document management, I just need to chat with my team. I'll resend a document if it is needed for any reason. Companies are adding useless bloat to all of these things and then breaking the core functionality because they've made things hard. This is not progress.

Edit: fixed some iOS auto-incorrect. Apologies for any incoherence before.