this post was submitted on 21 Mar 2025
223 points (97.4% liked)
Programmer Humor
34858 readers
485 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Ok, I see what you're saying ,but from what I can see, if you were to scale a sciter app to the level of VSCode, it is not going to use any less resources.
Yes sciter is smaller for a simple calc app, but once you have multiple ui panes running in different threads, plus a backend server, it looks like it would scale it exactly the same resource usage as Electron.
It would would use less resources because it's a more optimized runtime. In fact, the more UI panels and other elements you have in the app, the more savings you'd be making proportionally. Even when faced with a concrete example of being wrong, you're still digging. ๐คฆ
๐คก
No, you just can't recognize when you're wrong and someone is kindly trying to meet you half way anyways.
The fact that you're faced with an example of a much more optimized runtime and still can't understand that you're wrong is frankly hilarious. Maybe once you get a bit of programming experience under your belt you'll be able to hold a meaningful discussion on the subject.