hachyderm.io is one of the many independent Mastodon servers you can use to participate in the fediverse.
Hachyderm is a safe space, LGBTQIA+ and BLM, primarily comprised of tech industry professionals world wide. Note that many non-user account types have restrictions - please see our About page.

Administered by:

Server stats:

9K
active users

#tauri

1 post1 participant0 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
Continued thread

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.

Looking for people to register #closeTesting #testers for my app.

- #GoogleGroup: groups.google.com/g/positive-i

- #Android: play.google.com/store/apps/det

- #Web: play.google.com/apps/testing/c

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: file.positive-intentions.com

Its a #P2P #fileSharing app. its further described here: positive-intentions.com/docs/f

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.

groups.google.compositive-intentions-testers - Google Groups

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 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 / folks?

My assumption is SQLite but would love all sorts of perspective