HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jw887c

no profile record

comments

jw887c
·9 ay önce·discuss
You are the poster child for depreciation. You might have received more utility than the price you paid but at the end of the day, that dollar value once you gave it away was $0
jw887c
·2 yıl önce·discuss
>Avoid using Poetry for new projects. Poetry predates many standards for Python tooling. This means that it uses non-standard implementations of key features, such as the dependency resolver and configuration formats in pyproject.toml files.

What? This is the first I've heard of this.
jw887c
·3 yıl önce·discuss
Multiprocessing is great as a first pass parallelization but I've found that debugging it to be very hard, especially for junior employees.

It seems much easier to follow when you can push everything to horizontally scaled single processes for languages like Python.
jw887c
·3 yıl önce·discuss
Yes