I didn’t try out a Tauri app on linux yet, I just know that it’s generally supported. What doesn’t work (well) as of now?
I didn’t try out a Tauri app on linux yet, I just know that it’s generally supported. What doesn’t work (well) as of now?
For anyone considering Electron: take a look at Tauri. It’s another way to build cross-platform apps with web tech. It will use the OS‘s web rendering engine instead of shipping Chromium which results in much smaller binaries and faster startup times and less RAM usage. You can also write native code in Rust. It’s like Electron but good.
I recently got the Bravia XR-55A95L probably going through the same thought process as you. You can indeed just skip all the TOS and set it up as a Basic TV.
However: The software is crap. Complete garbage. Random reboots - I already had to reset it once completely because it no longer showed a picture (and then set it up again). Every day it will show you a notification that it’s not connected to the internet DESPITE having networking disabled completely.
I tried to update the TV from USB and it failed every time. I eventually gave in and connected it to the internet to update it only to see that I‘m already on the newest version (which I assume is also why updating from USB failed with a generic error).
I never had this much trouble with a device that costs as much as a MacBook or a high end gaming PC and I would’ve already returned if the competition wasn’t even worse.
Can you give a recommendation? I too looked for big displays and found commercial ones to be used as digital billboards but the specs weren’t all that good (no oled, no hdr).
How long until somebody automates the scraping with throw-away email addresses?
Exactly, for the topic of cybersecurity you could take the metaphor of a fort that is under constant attack and has to be defended for example and you could explain it reasonably well to people who lived thousands of years ago.
Yeah it’s a shame that everyone is only pulling out after the US election. They should have done it a year or even two ago.
I don’t know, as a millennial I always heard people that I don’t know cassette tapes or vinyls or slide projectors when I was a kid. I was in fact familiar with all of those since this old stuff doesn’t just disappear and was still used around me in some capacity.
Well, everyone who’s coding their websites is, yeah. Seeing how almost 10% of all websites use Elementor now and are built by people without an understanding of coding concepts, there are probably plenty of websites that don’t output their copyright year dynamically.
Probably already installed. That would at least explain the high resource usage of chrome
The reason people use Electron in the first place is that they wanna share a codebase between web, desktop and possibly mobile.
While Flutter can technically do that, the web apps it outputs are atrocious with poor usability and accessibility. It’s drawing the whole UI on a canvas element which causes all kinds of issues.