this post was submitted on 10 Sep 2023
470 points (97.8% liked)

Asklemmy

43159 readers
1530 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
 

I've definitely turned into the paranoid nutcase within my friend group in recent years, I hate that everything is "smart" nowadays requiring an app/internet connection & account, just to do basic things that didn't require any of that before.

What's some things currently making you ramble like an old man?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 225 points 11 months ago (7 children)

Needless complexity in software is something that gets on my nerves, especially on the web. We went from simple HTML to such a bloated mess that only like 2 web browsers can manage to keep up with it. I mean, does a web browser really need to do everything? Why use an office suite written in JavaScript in a web browser when there are native programs you could use?

[โ€“] [email protected] 56 points 11 months ago (1 children)

As someone who makes websites for work, I agree

[โ€“] [email protected] 5 points 11 months ago

As someone who used to, I also agree

[โ€“] [email protected] 40 points 11 months ago (1 children)

if the 'big three' have their way, it won't be a browser to do 'everything', it'll be individual apps instead. where they control everything, including ads and trackers and data collection, instead of in a browser where users at least have some control. but yea, where it's possible or expected, an 'app' should have a standalone application to install or run available. and knock it off already with 'apps' that are basically just wrappers around a 'mobile-first' web page. apps should do something other than just browse your damn web site.

[โ€“] [email protected] 12 points 11 months ago

The big three killed my baby

[โ€“] [email protected] 23 points 11 months ago

It goes deeper than you think. Frameworks like Angular are used everywhere. So you not only have an abstraction of the underlying language (Typescript compiles down to Javascript), but you have additional abstractions like the virtual DOM. Basically, Angular acts like a go between from the code you write and the end result webpage. It makes both writing complex interactions and debugging a major pain.

And this is more being done for even simple websites now. It's the equivalent of building a small garden shed with a kitchen, fridge, furnace, bedroom, bathroom, insulation, etc.

It's so overkill nowadays.

[โ€“] [email protected] 19 points 11 months ago (2 children)

Standards based thin clients, basically. It's not exactly a bad thing, but I do get your frustration. I still like working with tiny little static sites.

Mostly though, JavaScript is also just trash. The only language we transpile because working in the vanilla version is so miserable.

[โ€“] [email protected] 2 points 11 months ago (1 children)

Surely you mean Typescript? Plain Javascript is as vanilla as you can get on the web (aside from plain plain HTML).

[โ€“] [email protected] 9 points 11 months ago (1 children)

TS is basically a JS extension, but no, I meant JavaScript. Webpack, esbuild, babel, and probably a dozen others were not originally built for TS.

[โ€“] [email protected] 1 points 11 months ago (1 children)

I'm trying to understand what you meant by "The only language we transpile because working in the vanilla version is so miserable."

[โ€“] [email protected] -2 points 11 months ago (1 children)
[โ€“] [email protected] 1 points 11 months ago (1 children)

Just "ok"?

The statement "the only language we transpile" is just wrong. Java is a language that we (usually) transpile.

Then there's LLVM, and how the frontend transpiles a language into an IR before being sent to a backend that targets a hardware architecture.

[โ€“] [email protected] 3 points 11 months ago

I think they meant the only language we transpile to for the express reason that working with it directly is so unpleasant.

Java is not transpiled to another language intended for human use, it's compiled to JVM bytecode.

People don't usually develop software directly in the IR of LLVM. They do develop software using vanilla JavaScript.

[โ€“] [email protected] 1 points 11 months ago

The fact the Turbo PR caused so much drama earlier this week says it all about JavaScript really. And it's my daily driver ATM. I'd rather be using PHP. Yes, you read right. At least they're fixing the duck typing.

[โ€“] [email protected] 10 points 11 months ago

I agree with you. But with how fractured the software and hardware space has become. Building native is expensive and time consuming.

For example a web browser is compatible with x86 amd64 armv7 aarch64 on any OS from Windows, Linux, Mac OS, iPad/iOS, and Android.

Which means that if I make 1 web page, I can support all these platforms at once.

The customer doesn't care, they just want funny cat pics.

Building native requires both the hardware (especially if you need to build for the walled garden known as iOS), and frameworks. Where its just easier to recompile chrome, and bake in a Web Page, I.e. react native

[โ€“] [email protected] 4 points 11 months ago

I help maintain Etherpad and this cuts so deep.

The main counter-argument I have is restrictive installation policies especially in Edu/bluechip IE you can do whatever the fuck you want in the sandbox that is your web browser but if you want to install some software you have to wait 4 weeks for approval then another 4 weeks to get approval for each update.

Also security updates/patches for native applications can be really shitty especially on Microsoft inflicted devices.. For example, if you want to update Inkscape on Windows you have to do a whole download/install process. This can lead to security related issues..