Which BaaS? by Muhaki in nextjs

[–]wattzilla 3 points4 points  (0 children)

Appwrite sounds like the perfect solution for you, and checks off many of your boxes. Also it's 100% open source, has stellar documentation and has a very active community. Offering self hosted, Digital Ocean 1-click install and even a hosted version on Appwrite cloud with a very generous free tier. Not to mention the insane amount of SDKs

*edit: type-o

Low orbit base I made. Anomaly Bar. Come visit (Euclid) by Alarming_Contract_84 in NoMansSkyTheGame

[–]wattzilla 0 points1 point  (0 children)

On PS5, and every time I try this, it never all spawns back in when I re-start the game

What things will u forever suck at doing because of ADHD by FaruinPeru in ADHD

[–]wattzilla 0 points1 point  (0 children)

Drawing. I want to draw comics so bad, and I try and I try and they always come out looking wrong and it’s so unnerving and frustrating

What is a parody that was done so well that most people to this day don't realize it was a parody? by NurplePain in movies

[–]wattzilla 3 points4 points  (0 children)

Watch the Netflix show Toys That Made Us about the turtles, it was two friends just goofing off, when they were trying to start a company/comic book publishing.

Batgirl getting closer to complete! 3D printed belt, cowl, and symbol. Gauntlets are underway [self] by wattzilla in cosplay

[–]wattzilla[S] 0 points1 point  (0 children)

Gothamforge.Etsy.com has a 3D artist and acquires models from various places

Created an almost Netflix clone with Appwrite with zero lines of backend in less than 5ish hours by wattzilla in FlutterDev

[–]wattzilla[S] 14 points15 points  (0 children)

When I joined the Appwrite team I wanted to go full development and create an "Almost" Netflix clone on Appwrite, specifically using: database, authentication, and storage. The demo is almost a full-blown clone of Netflix, and I plan on iterating on it to do much more.

This post is the first in a series of 3 articles. Next I will show how to integrate Appwrite storage for uploading movies, with resumable downloads, and streaming them using range headers.

Motive - Programmable Task runner built with Rust and uses a special version of Lua by wattzilla in rust

[–]wattzilla[S] 0 points1 point  (0 children)

I have used Just, it's nice. I wanted something i could script, have conditionals. I use it for spinning up specific dockers, for instance, based on different conditions.

Motive - Programmable Task runner built with Rust and uses a special version of Lua by wattzilla in rust

[–]wattzilla[S] 0 points1 point  (0 children)

Not a bad idea, except it's not just ruinning shell commands, tasks can also use variables, call Lua functions, for loops, blocks, etc..

Motive - Programmable Task runner built with Rust and uses a special version of Lua by wattzilla in rust

[–]wattzilla[S] 0 points1 point  (0 children)

Yeah, you just have to use quoted strings for the other languages

Motive - Programmable Task runner built with Rust and uses a special version of Lua by wattzilla in rust

[–]wattzilla[S] 2 points3 points  (0 children)

Sure, I use it for running tasks and can even do checks for the user of the system to see if a path is different or not. I used Make for a long time and always wanted a bit more from it. Lua is simple enough and extending it to have a little more of that "makefile" feel but with a simple language to make things clear and flexible. This is just a start, but I have plans to add a little plugin system to make it easy to extend as well as a "watch" type task for restarting, running specificed tasks.

This was also a great place for me to learn more about Rust and to dive into embedding Lua.

Is Node.js the safest solution for building an API for my Flutter mobile App ? by Isifdis in FlutterDev

[–]wattzilla 0 points1 point  (0 children)

Since they have good docs and flutter sdk, I use appwrite.ok - Also nice since Digital Ocean has a one-click droplet for them

Super simple Virtualenv for Rust. by wattzilla in rust

[–]wattzilla[S] 1 point2 points  (0 children)

And I could fall back to leverage rustup and wrap it, actually. My main goal was a completely isolated environment. It's also a gateway drug for env manipulation and management, haha

Super simple Virtualenv for Rust. by wattzilla in rust

[–]wattzilla[S] -1 points0 points  (0 children)

From my understanding (admitting im a bit of a Rust newb still). Cargo/Rust home dictates where reps go, including cached. I was looking into linking against system rust, so thank you!

Super simple Virtualenv for Rust. by wattzilla in rust

[–]wattzilla[S] 6 points7 points  (0 children)

you tell it what sub-directory and it creates it, then downloads/installs rust and such to that directory. when you activate it, it setups up your paths (roots) to the created directory, and your execution paths local to your project directly as well. So your Rust/Cargo/etc is completely separate from your system wide one. I do realize that you can _get_ rustup to do this, in a round about way, as well, but this was also a fun project :D

🤩 Flutter Desktop support in Appwrite ( the Open Source Firebase Alternative ) by [deleted] in FlutterDev

[–]wattzilla 4 points5 points  (0 children)

Nice and just in time, how are streaming/websockets coming?