pawb.fun is one of the many independent Mastodon servers you can use to participate in the fediverse.
This instance aimed at any and all within the furry fandom, though anyone is welcome! We're friendly towards members of the LGBTQ+ community and aiming to offer a safe space for our users.

Server stats:

310
active users

#sveltekit

0 posts0 participants0 posts today
Justin Thomas
Public

A beautiful thing about the #Fediverse is that you can interact with it however you want. If you want a dark interface with flashes of red, goldenrod, and blue - no one is going to stop you. And you want to do it all with #WASM in your browser? That's fine. And you want #E2EE? Go for it. You want to do it with #SvelteKit and #RustLang? Fine. Whatever.

None of it is a trivial undertaking, of course. Although if you just want to interact with #ActivityPub from a database (or JSON files) and curl, you could build something over a weekend (see my older #SofaPub code for an example).

Threads and Bluesky really hold no interest for me. I exist on Threads solely so that I can be there in there event they actually do something interesting with ActivityPub integration (they're pretty damn slow about it, though). Until I can tell my non-technical friends on Threads to follow me here on #Enigmatick and they don't have to jump through a bunch of hoops, I'm skeptical. Bluesky… meh.

heytibo
Public

I was supposed to add a blog section to my website to write various stuff......

I'm rebuilding it from the ground up to update it with the new versions of #sveltekit and #strapi and also to make it much neater 🥲 why I'm like this.

HACK13
Public

So... with my want to build a new app I keep getting hung up on picking a backend language... I know in reality can go all in on #JavaScript using #Sveltekit for both front and backend... but I do want to build to scale somewhat (even though I don't think it matters that much) as I am trying to build an activitypub server knowing how busy and load can be built up as handling even with just a few users... the push and pull to all the users they follow... So I been torn between #rust and #go for the backend instead and just use #Svelte on the front end.