technohacker

joined 2 years ago
[–] technohacker@programming.dev 7 points 3 months ago

Pivotal Labs originally, then joined VMWare Tanzu I think, Now in turn bought by Broadcom

[–] technohacker@programming.dev 27 points 3 months ago (1 children)

Segmentation Fault (Core Dumped)

[–] technohacker@programming.dev 2 points 4 months ago

Huh, i thought PZ shipped a Java runtime?

[–] technohacker@programming.dev 13 points 4 months ago (2 children)

Project Zomboid too AFAIK

[–] technohacker@programming.dev 13 points 4 months ago

That BASIC GOTO joke got me real good, kudos to the author xD

[–] technohacker@programming.dev 7 points 5 months ago

Did a quick search and yep, it was a collection of rubidium atoms https://www.livescience.com/black-hole-analog-confirms-hawking.html

[–] technohacker@programming.dev 6 points 5 months ago (1 children)

Oh seppukku?

[–] technohacker@programming.dev 1 points 5 months ago

Ah sorry I meant a default argument which was a dict, thanks for the tip tho!

[–] technohacker@programming.dev 9 points 5 months ago* (last edited 5 months ago) (2 children)

Oh I had a similar bug but with defaulted dicts. Default args are constructed once and reused. Not a problem for immutable args, but mutables like dicts (and sets I'd also assume) are all shared.

EDIT: whoops, didn't see you spoilered the answer, my bad! If it helps, i found my bug when dealing with cross-thread stuff, so that was a fun moment to bisect

[–] technohacker@programming.dev 4 points 5 months ago

Someone make No Man's Sky

[–] technohacker@programming.dev 4 points 5 months ago (1 children)

Moksori's playlists on YouTube, really great collections

[–] technohacker@programming.dev 1 points 5 months ago (2 children)

That's understandable, primarily I would define it as being in active development that ensures it remains at least functional (for example, compatible with modern versions of their target platforms), since the main way I see projects failing is by lack of development for upkeep. One-and-done projects are possible, but change is the only constant, and factors beyond the project's control can make it non-functional

view more: ‹ prev next ›