You literally can keep everything local, encrypted and air-gapped, without it ever seeing outside world.
OK, but I cannot trust the gov to not make it illegal for the average person to use real encryption (even on one's own hardware)
A law like that would be unenforceable. Nobody knows what's running in your closet save for police raiding your house (at which time they would also gain access to your physical photos)
Yes and it all does not matter in the slightest for discussing if a language is a right choice for something like Piefed. Not that there's much to engage with in the original post - I almost regret leaving a comment on a post like this, but I feel this may be a learning for some.
There is zero significance in it being supported in "that" way. There used to be a Go-specific runtime (before there were OS runtimes), but they have dropped it because it made no sense once OS runtimes appeared. If you use TS you likely already have a build step somewhere before deployment unless your function is dead simple (which admittedly it should be, but rarely is). Might as well compile a binary, it's not that complicated. And yes, using a compiled language like go (or C, yes) may absolutely be the correct choice depending on what you need - if it's in a hot path which serves a lot of traffic then it may lead to much better warm up times and better throughput, as there isn't a whole runtime to boot and script to interpret like there would be with Node and/or Python (let's not talk about Java). I'm simplifying a bit, but hope that helps.
I'm just making a case of how not obsolete python is.
There's no need to do that, it's self-evident and the original post does not deserve a second of anyone's time.
Guess what is and what isn't used in serverless functions, Lambda doesn't even support Go ffs. It's java, ruby, node and python. And from those most use node or python.
Hydra works really well on iOS. It's not read only, full usage.
And it behaves and looks really similar to the Lemmy client I use (Voyager). Unsure if they share some of the codebase or if they both just try to imitate Apollo.
I've listened to him quite a lot in ~2010, then learned about his YouTube channel when it started popping off, but only recently made the connection that it's the same person.
I went to look at his Wiki page now, and apparently he also released music as Acidwolf, Human Action Network, and FlexE. TIL as well!
I usually reach for JavaFX because I know it well (or Fyne if the app is very simple), but these days I'd start with Avalonia first. But that's for a very generous definition of "native" basically meaning "not web"
You literally can keep everything local, encrypted and air-gapped, without it ever seeing outside world.
A law like that would be unenforceable. Nobody knows what's running in your closet save for police raiding your house (at which time they would also gain access to your physical photos)