Software disenchantment - why does modern programming seem to lack of care for efficiency, simplicity, and excellence
https://tonsky.me/blog/disenchantment/
Discussions: https://discu.eu/q/https://tonsky.me/blog/disenchantment/
Software disenchantment - why does modern programming seem to lack of care for efficiency, simplicity, and excellence
https://tonsky.me/blog/disenchantment/
Discussions: https://discu.eu/q/https://tonsky.me/blog/disenchantment/
@programming_discussions Soooo true ! I love this one, "We put virtual machines inside Linux, and then we put Docker inside virtual machines, simply because nobody was able to clean up the mess that most programs, languages and their environment produce. " 🤦
Fast delivery and scripting... That drive me nuts !
Just stay #KISS, #Efficient and stop using #script for EVERYTHING !
@norihiori
hehe, I built discu.eu with Python and I agree, the handling of dependencies and versioning is subpar (though Poetry makes things better) and I have to use Docker to deploy the website + bots + workers, while maybe with Golang (or other statically linked languages) copying a single binary file would be enough to "deploy".
BUT Python has a vast availability of libraries... what do you think I should use for my next project? Golang, Ocaml?
What web framework should I use? Job queue?
@ITwrx @nim_discussions @norihiori
happyx seems cool!
Thanks for the nimbe directory I didn't know about it.