💾 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

View Raw

More Information

⬅️ Previous capture (2023-09-08)

➡️ Next capture (2023-11-04)

🚧 View Differences

-=-=-=-=-=-=-

Re: "Python... F**K Python. Whenever something goes wrong on my..."

Comment in: u/stack

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.

🐙 norayr

2023-08-10 · 7 weeks ago

1 Later Comment

🐙 norayr

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 (!)

Original Post

🚀 stack

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...

💬 6 comments · 1 like · 2023-08-08 · 7 weeks ago