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

Programming

17036 readers
443 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
top 21 comments
sorted by: hot top controversial new old
[–] mrkite@programming.dev 3 points 1 year ago (2 children)

I remember the 90s when both mac and windows crashed on a daily basis. When was the last time you saw a legitimate BSOD that didn't involve hardware failure? When was the last time you had to reset the PRAM on your mac just to get it to boot?

[–] pkulak@beehaw.org 1 points 1 year ago (1 children)

Kernels have gotten better. Professional tools have gotten better. Everything on Linux has gotten better. Compilers and drivers too.

Everything else is built by the lowest bidder and is absolute garbage. And unfortunately, it’s what most people interact with all day long.

[–] Noughmad@programming.dev 1 points 1 year ago (1 children)

Eh.

This "everything else" are stuff that previously didn't even exist. There used to be only professional tools and a few games, now you have an app (or multiple apps) for everything.

And I'll take a garbage program over one that doesn't exist.

[–] pkulak@beehaw.org 0 points 1 year ago

Fair point. Maybe there’s only ever been so many good software folks, and they are all working on the same stuff they used to.

[–] Deely@programming.dev 1 points 1 year ago

Thats actyally very good point. Our phones x100 or x10K more powerful and complex than computers from 90s, but always works and very-very rarely need reboot.

[–] demesisx@programming.dev 1 points 1 year ago (3 children)

Yes. Case in point: there are at least 10 Lemmy iOS apps. I'll give you ten guesses on which ones are actually native Swift...

There are a quite a few Android apps in progress too. How many are written in Kotlin?

Are any of them out of Test Flight yet?

[–] aport@programming.dev 0 points 1 year ago (1 children)

Jerboa is a native android app, so that's nice.

[–] philm@programming.dev 1 points 1 year ago

Yet it still feels sloppy (and I couldn't find why to the defense of Jerboa, I skimmed through the relevant code but couldn't find immediate issues and there's an open issue: https://github.com/dessalines/jerboa/issues/445)

I don't get why, with so much hardware power we still have these issues...

[–] alxhghs@programming.dev -1 points 1 year ago

Voyager isn’t native and it’s good. I’m not totally sure what the hate is for React Native for apps like this. It’s an abstraction over Swift, it’s still Swift under the hood isn’t it?

[–] nebiros@programming.dev 0 points 1 year ago (1 children)

everything went down when we allow web technologies be part of the desktop, everything electron or any other incarnation is an abomination

[–] shitwaredeveloper@programming.dev 0 points 1 year ago (1 children)

Amen. I miss actual desktop applications

[–] philm@programming.dev 0 points 1 year ago

I have the feeling, that this age will come back in one way or the other (and I have the feeling Rust and Webassembly will be involved ;))

[–] interolivary@beehaw.org 0 points 1 year ago* (last edited 1 year ago) (1 children)

Everything is getting worse as companies are exclusively trying to squeeze more money out of everyone rather than build good products or services. Everything is done by fewer more overworked workers, with shittier components and features that are designed to extract money out of you rather than be useful or "good" (my favorite example is BMW's subscription based seat warmers.)

[–] Max_P@lemmy.max-p.me 0 points 1 year ago (1 children)

That's really what's going on.

Back in the days, people took the time it was necessary to write the software. And managers trusted the engineers to say when it's ready or not.

Nowadays, the software world is managers going "yes we know the database's gonna blow up over the weekend without the query optimizations, but we want to build this new feature before the end of the week. We can deal with the database when it blows up over the weekend, that's why you guys are on-call."

I did not make this up, I've actually heard this. This is why modern software is so fucked up, not because we can't handle the complexity, because reliability and quality just isn't prioritized at all anymore. Gotta dish out new features every day and you're not allowed to work on fixing known critical bugs.

[–] iegod@lemm.ee 1 points 1 year ago

This hits close to home.

[–] 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.