๐Ÿ’พ Archived View for bbs.geminispace.org โ€บ u โ€บ norayr โ€บ 4049 captured on 2023-11-04 at 16:46:03. Gemini links have been rewritten to link to archived content

View Raw

More Information

โฌ…๏ธ Previous capture (2023-09-28)

โžก๏ธ Next capture (2023-11-14)

๐Ÿšง View Differences

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

Comment by ๐Ÿ™ norayr

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

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 ยท 3 months 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 ยท 3 months ago