Is it though?
EDIT: The about page doesn’t mention it being related
I joined Lemmy back in 2020 and have been using it as qaz@lemmy.ml until somewhere in 2023 when I switched to lemmy.world. I’m interested in Linux, FOSS, and Selfhosting.
Is it though?
EDIT: The about page doesn’t mention it being related
Is there a way to export them with Markdown to prevent missing arms?
But that’s immutable 🦀
Maybe a byte using bitflags?
That’s indeed a Plasma thing
You may not be able to collect more if you publish everything at the start
I’m guessing it’s like the definition used by the Cloud Native Computing Foundation since some Bazzite members apparently worked there.
It sounds like the OS is using an image like how a docker container would use an image, is that an accurate comparison?
I’m really looking forward to Forgejo federation
I tried using Bitwarden for my mom, but it was too complicated.
Were you also on drugs?
It can also format minimized JSON from cURL API requests
How would you test a GraphQL API with curl?
EDIT: Nevermind I just looked it up and I’ll just stick with postman for now.
Have you tried Hoppscotch yet?
I also have the problem OP mentioned, even after upgrading to 128 GiB RAM. I’ve had it on Kubuntu, KDE Neon, Fedora KDE and OpenSUSE TW, so I suspect it’s a KDE Plasma issue.
I personally didn’t dislike NuGet that much, but that’s coming from someone who has been working with CMake for the last couple of months 😄
TLDR: Rust, Go and other modern languages don’t use more dependencies than C/C++, but have larger binaries due to including libraries into the executable binary. This trade-off was chosen to ensure you can reliably run the executable on various systems without dependency issues.
I personally have gone with both options on several occasions. Being able to include an HTTP client without having to debug someone’s cURL installation is certainly worth a few extra MiB’s of disk space. However, I’ve also used C instead of Rust to avoid a very simple CLI program turning into several MiB’s large binary (due to statically including the Rust std lib).
There is 1 leftover slot, but it’s PCI Express 3.0 x1 lanes. That won’t be sufficient, right?
Store bought pudding, no clue what I was supposed to do with that.
I don’t see how an accessible language should also need to be able to be used for system programming. A simpler python seems like a better option.