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?
Where are you based? I think this is not available in the EU since Zuck wants to punish us for being privacy focused and threatening his exploitative business model.
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.
It’s also great for solving issues when you’re stuck. Not because of its superior reasoning skills but it can solve beginner issues and write you a list of things to try when it doesn’t know the answer right away. It’s like a rubber duck that will talk back.
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
There are system specific encryption methods like keychain services on iOS to store exactly this kind of sensitive information.
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.