207
you are viewing a single comment's thread
view the rest of the comments
[-] ICastFist@programming.dev 5 points 3 days ago

They’re writing TypeScript that compiles to JavaScript that runs in a V8 engine written in C++ that’s making system calls to an OS kernel that’s scheduling threads across cores they’ve never thought about, hitting RAM through a memory controller with caching layers they couldn’t diagram, all while npm pulls in 400 packages they’ve never read a line of.

Yeah, I noticed something was off around the time every new app was essentially "the fucking website on a self contained chrome browser", aka electron. Sure, it was sold off as being a "write once, run everywhere", but a significant number of said programs and games were still either windows or android exclusive because ha ha fuck you (anyone that's dealt with RPM MV/MZ knows it).

Some layers of abstraction are incredibly welcome - not having to worry about cycles and RAM addressing, having immediate access to graphics without having to reinvent pixel pushing function; but (imo) everything on top of a browser is just an endless series of "why?"

this post was submitted on 10 Feb 2026
207 points (94.4% liked)

Programming

25539 readers
543 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 2 years ago
MODERATORS