HackerTrans
TopNewTrendsCommentsPastAskShowJobs

domga

28 karmajoined قبل 9 سنوات

comments

domga
·قبل 3 أيام·discuss
This is an individual solution to a systemic problem. On a personal level, it is possible to solve such problems, but generally no, the ship has sailed quite some time ago (I personally think cars are to blame).

Even if you do it, you are still swimming against the current.
domga
·الشهر الماضي·discuss
I can’t decide whether this is sarcasm or not. “You are holding it wrong” kinda sidesteps the issue that the results are fundamentally different.
domga
·قبل شهرين·discuss
The problem with Electron is not that people choose it over native tech like WPF or SwiftUI, they choose it over nothing. Without Electron tons of cross platform apps simply wouldn’t exist.

I think macOS suffers the most since it is not that hard to port an iOS app to Mac, and Linux benefits the most.
domga
·قبل شهرين·discuss
The issue with JS is that each page gets its own execution context so they don’t share any memory. I am actually curious what does the WebView do to save on RAM here?
domga
·قبل شهرين·discuss
JavaScript frameworks/libraries are very rarely the problem, Electron just has to bundle Node, V8 and Chromium (granted, V8 is deduplicated).

Electron apps are hungry for RAM, but in practice it is close to having a heavy tab active. The thing about browsers is that they are pretty aggressive at offloading inactive tabs but Electron apps never do that.
domga
·قبل 4 أشهر·discuss
A decent chunk of OOP patterns was due to lack of language features, notably passing and returning functions
domga
·قبل 4 أشهر·discuss
I don’t really think AI would help much with the gaps related to the actual game design. It should allow for faster feature development, adding QoL, etc, but you need the actual game part coming from you.
domga
·قبل 8 أشهر·discuss
Links with lots of data in them are really annoying to share. I see the value in storing some state there, but I don’t think there is room for much of it.
domga
·قبل 9 أشهر·discuss
Not really, web pages (which do not depend on specific APIs) still work just fine, they just look antiquated.

Desktop apps in theory can run too, but it depends on what they link and if OS still provides it.