(no title)
thrownaway561 | 16 days ago
Now with AI, I would think that porting a native program to the browser wouldn't be the chore it once was.
thrownaway561 | 16 days ago
Now with AI, I would think that porting a native program to the browser wouldn't be the chore it once was.
MomsAVoxell|16 days ago
well_ackshually|16 days ago
As long as you don't give a shit about the fact that your baseline memory consumption is now 500MB instead of 25MB, and that 80% of your CPU time is wasted on running javascript through a JIT and rendering HTML instead of doing logic, no.
If you don't give a shit about your users or their time, there's indeed no longer a need to write native programs.
botusaurus|16 days ago
funny how Electron apps tend to have many more users than their native "performant" counterparts, isn't it?
pjmlp|16 days ago
PlatoIsADisease|16 days ago
I did try using python and js but the variable explorer is garbage due to 'late binding'.
I thought this was just my ignorance, but I've asked experts, AI, and google searched and they unfortunately agree. That said, some people have created their own log/prints so they don't need to deal with it.