Live coding - Rust, Tauri & Tailwind: Will I Defeat the Grid System?

Live coding - Rust, Tauri & Tailwind: Will I Defeat the Grid System?
As a solo dev, I'm very proud of my little project I've been working on, and I'd like to introduce to everyone: GekkoVPN! My cheap VPN solution :D
Fully European built, maintained and hosted. So no American Overlords!
Go check it out for yourself
https://gekkovpn.eu
#PortfolioDay #VPN #europe #startups #solodev #rust #tauri #nextjs
Oh, and shoot me a message if you do want to check it out for a lovely 50% discount :D
Experimental Tauri Verso Integration, https://v2.tauri.app/blog/tauri-verso-integration/.
A blog post showing the experimental Servo backend through Verso, inside Tauri. Pretty nice.
Today I'll be livestreaming from Hong Kong!
Daniel Thompson-Yvetot, co-founder of @TauriApps, will be joining me!
Live at 13:00 UTC / 15:00 CEST / 21:00 HKT
Watch here: https://www.youtube.com/watch?v=tltzqX7N0qI
working on webxdc support in #deltatauri
Just finished implementing all the webxdc.js apis, the next steps are about hardening the sandboxing in preparation for the security audit together with @WofWca
#rust has tought me to rethink whatever idea I've got.
One of the lessons I learned is that #rust should be used wherever/whenever _needed_.
I'm starting to see where I really need #rust in my further work
- WebSocket farms (to be elaborated further)
- #tauri native apps
In the meantime, I'm continuing my research using a more lightweight language.
Instead of the (pretty) well known #javascipt, I'm choosing #typescript. The time is right.
@quasigod I assume you are trying to run the #tauri application on a #Linux system with a #NVIDIA video card and the NVIDIA driver.
Just add the environment variable WEBKIT_DISABLE_DMABUF_RENDERER=1.
This is a known issue, you can keep track of it here: https://github.com/tauri-apps/tauri/issues/9394
@bouncepaw indeed interesting. There are more hopeful developments, like the paradigm shift towards local-first computing, that may (#Tauri + possibly #Servo) or may not have a browser-based UI.
There's a supercool UI framework being built, with a11y support, called #Makepad. And they also use #wasm, also built an experimental #WebAssembly interpreter called Stitch.
You should watch the makepad vid referenced from the README. Mindblowing demo.
How to Build and Package Lightweight Applications with Tauri Framework #Tauri #Framework #Rust #Opensource #Linux #Windows #Android #iOS
https://ostechnix.com/tauri-framework-build-and-package-lightweight-applications/
I wonder if there's space for a user interface for distrans? Maybe something in Tauri to make it accessible to folks afraid of the command line.
#threema desktop is an electron app, we all know by now that packaging a browser in your app will add security holes by the time you've deployed it, alternatives exist see #tauri #wails
https://github.com/threema-ch/threema-desktop/blob/stable/package.json
Announcing our February Microgrants - Tauri, Earthstar, Katzenpost, and Buskill
https://peertube.futo.org/videos/watch/97f04015-b9b3-499d-9278-8829f762ced1
Looking for people to register #closeTesting #testers for my app.
- #GoogleGroup: https://groups.google.com/g/positive-intentions-testers
- #Android: https://play.google.com/store/apps/details?id=com.positive_intentions.file
- #Web: https://play.google.com/apps/testing/com.positive_intentions.file
I hope ive configured those links correctly. Im new to Android #development and trying to get my app into #production. it seems google has some hoops to jump through that i wasnt expecting. it seems i need 12 testers registered.
My app is free-to-use here: https://file.positive-intentions.com
Its a #P2P #fileSharing app. its further described here: https://positive-intentions.com/docs/file
The app on the web is a #PWA and im using #Tauri to build a native app for the play store. (its basically a native wrapper around a #webview)
Much appriciated to help me get my app into the #PlayStore.
Hi #fediverse, I made a small cross-platform app to posting and managing scheduled toots by using #tauri.
You can use this to schedule a post, see all your scheduled posts and you may delete one of them.
It’s open source on #github , you can find it here and also download it from the release.
This post is also created by the app too :-)
GitHub - audioling/audioling: Audio player with a focus on self-hosted music server support https://github.com/audioling/audioling #self-hosted #OpenSource #GitHub #player #Tauri #audio #music #rust
do any #tauri devs know the cause of the error `Could not create GBM EGL display: EGL_NOT_INITIALIZED. Aborting...`? I'm not really familiar with tauri at all and I can't seem to find this issue anywhere online.
Doing a personal project with #tauri to stretch my legs a little bit, and curious:
My hope is to really prefer the local experience over anything, and then syncing data from local to a central storage.
My expertise is in the front end but I've done my fair share of DB work. Is there an obvious answer here, for #mobile / #database folks?
My assumption is SQLite but would love all sorts of perspective