mstdn.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A general-purpose Mastodon server with a 500 character limit. All languages are welcome.

Administered by:

Server stats:

17K
active users

#Tauri

4 posts4 participants0 posts today

#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.

Replied in thread

@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.

github.com/makepad/makepad

github.com/makepad/stitch

Makepad is a creative software development platform for Rust that compiles to wasm/webGL, osx/metal, windows/dx11 linux/opengl - makepad/makepad
GitHubGitHub - makepad/makepad: Makepad is a creative software development platform for Rust that compiles to wasm/webGL, osx/metal, windows/dx11 linux/openglMakepad is a creative software development platform for Rust that compiles to wasm/webGL, osx/metal, windows/dx11 linux/opengl - makepad/makepad

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