Mostly the same here, but I participate in niche communities on both sides. I am just trying to keep the niche communities from dying.
Mostly the same here, but I participate in niche communities on both sides. I am just trying to keep the niche communities from dying.
Lmao, so we just gonna ignore the people complaining x11…
It’s been better but still has a long way to go though, particularly regarding string handling
I am curious, why is Avahi considered bad? Never used it so I am unfamiliar with the topic.
Is it because of missing firmware? From the Arch wiki on ALSA:
sof-firmware is required for some newer laptop models (mainly since 2019) because they implement their drivers with firmware provided by the Sound Open Firmware project.
Oh yeah, I get all of those, because I am a Rust programmer myself who hates OOP. :D
I raised the topic up only because of how people were talking about “the ultimate language with everything”.
Rust still lacks OOP (the inheritance/subtyping part of it) though. And some more advanced Haskell features too, like HKT.
That idiom is intuitive as heck though, I like it
I wonder, what kind of wrappers? I have seen some wrappers that seem useless at first, but they shine when we do a refactor because the wrappers concentrate logic in one place.
deleted by creator
Wait, how can you do that??
A few circumstances to consider…
If it’s just your own little tool and you don’t intend to share it with others: do whatever you want. SQL or NoSQL or JSON, it doesn’t matter. Use your own judgement.
In my experience tho most homegrown JSON-based “databases” tend to load all data into the memory, simply because they are very simplistic (serialize everything into JSON and write to disk, deserialize everything into a struct). If your dataset is too big for that, just go straight for a full-fledged database.