💾 Archived View for bbs.geminispace.org › u › norayr › 4049 captured on 2023-09-28 at 19:52:19. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-09-08)
-=-=-=-=-=-=-
Re: "Python... F**K Python. Whenever something goes wrong on my..."
dependency hell is a completely different topic. not always you can feel safe by just downloading number of deps from the internet and building those.
afaik go has the option to mention exact commit or tag of the dependency you need.
the safest way is to stick with your operating system package manager. that code supposedly passed audit.
2023-08-10 · 7 weeks ago
i also would like to mention this post i recently saw https://friend.camp/@aparrish/110816062043431740
I generate poetry from a markov chain on a microcontroller using a solar panel harvester chip and some big capacitors. i originally wrote the generator with CircuitPython, which gave me 2–3 lines of poetry per discharge from the harvester.
well I just finished reimplementing the generator in C++ and now I get... ~200 lines of poetry per discharge (!)
Python... F**K Python. Whenever something goes wrong on my machine, it some stupid Python application. Just wasted a whole bunch of time trying to get a markdown viewer. Even when a Python app works, a couple of years later it's guaranteed to suddenly stop working...