The world will always need exterminators
filtoid
Software developer and gamedev enthusiast.
https://github.com/electrocatstudios
Also casual YouTuber:
- 1 Post
- 9 Comments
Joined 1 year ago
Cake day: February 26th, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
filtoid@lemmy.mlOPto Programmer Humor@lemmy.ml•What are developers in different languages known as?2·1 year agoThis seems like a potential infinite loop because Jason has JavaScript which has JSON which has…
filtoid@lemmy.mlOPto Programmer Humor@lemmy.ml•What are developers in different languages known as?3·1 year agoI mean all technology terms welcome, I didn’t consider them before. I don’t know if Kubernaughts is the right term for K8s practicioners but I suspect it should be.
filtoid@lemmy.mlOPto Programmer Humor@lemmy.ml•What are developers in different languages known as?2·1 year agoI really like this one. 🤣
filtoid@lemmy.mlOPto Programmer Humor@lemmy.ml•What are developers in different languages known as?5·1 year agoHaha, I always suspected!
filtoid@lemmy.mlOPto Programmer Humor@lemmy.ml•What are developers in different languages known as?28·1 year agoOr perhaps JSters (pronounced Jesters)*
*Meant as a turn of phrase and not a criticism of the language.
filtoid@lemmy.mlOPto Programmer Humor@lemmy.ml•What are developers in different languages known as?4·1 year agoAmazing, thank you for this comprehensive list :)
Just a quick note for hosting a DB on a pi (or anything that uses SD cards for the OS), SD cards fail with some regularity, so I strongly suggest getting an NVMe board with a stick of SSD memory to store the actual files, because it’s much more reliable long term for data integrity. SD cards support reading large amounts but writes wear them out more quickly.
You can find great cases that come with the boards (but not the SSD, however that’s very easy to find separately).
For RPi 4 I have an Argon (NVMe board sold as accessory): https://argon40.com/products/argon-one-v2-case-for-raspberry-pi-4
And fro RPi 5 I have a Pironman case (NVMe comes as part of the kit): https://www.sunfounder.com/products/pironman-5-nvme-m-2-ssd-pcie-mini-pc-case-for-raspberry-pi-5
I recommend both of those but your use case may vary.