Just use C. It solves all those problens given the most complicated feature is pointers and those hard aren’t to understand.
- 0 Posts
- 9 Comments
257m@lemmy.mlto Programmer Humor@lemmy.ml•"First remove the closed source vendor lock in from your own codebase before checking for license issues in your neighbor's codebase" Engineerings 5:3341·2 years agoJust someone didn’t develop something dosen’t mean they can’t passionately share it. If you like a TV show and started talking about how much you like the show it wouldn’t rude for you to share just because you weren’t the director of the show.
257m@lemmy.mlto Programmer Humor@lemmy.ml•"First remove the closed source vendor lock in from your own codebase before checking for license issues in your neighbor's codebase" Engineerings 5:33141·2 years agoNo, I have never used any of those closed source options. I wanted cloud services I have perfectly good esp32 lying around. And if I get worried about the vendor provided system libraries I can just buy a Raspberry Pi or something.
Sounds inefficient. You can only store 8 gigs and goes away when you shut off your computer? I just put it on punch cards and feed it into my machine.
257m@lemmy.mlto Lemmy@lemmy.ml•That feeling when you're googling the answer to some technical question, and your own Lemmy post appears 4 results down.English3·2 years agoHow do I make DDG only returns results from lemmy. Usually you can make it only return results from a specific website (like reddit.com) but you can’t do that because of different instances.
Aw man, now I have to download an whole OS just to use Usenet? /s
I’ve thinking of using Usenet. What client would you recommed for mobile and desktop?
I agree, unless you doing low level stuff where you need absolute control you should use a modern language with proper abstraction just to save time. Most use cases where they use C++ can be replaced with Rust or Go as they aren’t saddled with years tech debt and bloat due to having mantaining backwards compatibility.