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?
- 0 Posts
- 15 Comments
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.
Pechente@feddit.orgto Technology@beehaw.org•I love my smart TV (From Mastodon) - RepostEnglish16·6 months agoI 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.
Pechente@feddit.orgto Technology@beehaw.org•I love my smart TV (From Mastodon) - RepostEnglish23·6 months agoCan 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).
Pechente@feddit.orgto Technology@beehaw.org•Pornhub Is Now Blocked In Almost All of the U.S. SouthEnglish6·6 months agoHow long until somebody automates the scraping with throw-away email addresses?
Pechente@feddit.orgto Mildly Infuriating@lemmy.world•Not enough people buying Premium, eh?English11·6 months agoYeah that I think is the most upsetting part to me. Replace a perfectly fine product with a half baked one.
Pechente@feddit.orgto Mildly Infuriating@lemmy.world•Not enough people buying Premium, eh?English243·6 months agoIt is because it includes YouTube Music. A really crappy Spotify clone that nobody asked for.
Pechente@feddit.orgto Technology@beehaw.org•European Federation of Journalists to stop posting content on XEnglish51·7 months agoYeah 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.
Pechente@feddit.orgto Programming@programming.dev•I need help getting back into developmentEnglish112·10 months agoIt’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.
Pechente@feddit.orgto Programmer Humor@programming.dev•Companies updating their websitesEnglish18·1 year agoWell, 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.
Pechente@feddit.orgtodatahoarder@lemmy.ml•SSDs with 1000-layer memory chips expected in 2027: ultra-fast 20TB NVMe drives for $250English8·1 year agoI build my NAS years ago and the drives are still doing fine. I can’t wait though to upgrade that thing to SSDs. This thing is loud and sucks a lot of power right now.
Pechente@feddit.orgto Technology@beehaw.org•Google Chrome ships a default, hidden extension that allows code on *.google.com access to private APIs, including your current CPU usageEnglish57·1 year agoProbably already installed. That would at least explain the high resource usage of chrome
Pechente@feddit.orgto Free and Open Source Software@beehaw.org•Signal under fire for storing encryption keys in plaintextEnglish8·1 year agoThere 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.