technohacker

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

Huh, i thought PZ shipped a Java runtime?

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

Project Zomboid too AFAIK

[–] technohacker@programming.dev 14 points 9 months ago

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

[–] technohacker@programming.dev 7 points 9 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 8 points 9 months ago (1 children)

Oh seppukku?

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

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

[–] technohacker@programming.dev 10 points 9 months ago* (last edited 9 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 9 months ago

Someone make No Man's Sky

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

Moksori's playlists on YouTube, really great collections

[–] technohacker@programming.dev 1 points 9 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

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

That may also potentially be survivorship bias. IMO the only open source projects that would live to tell the tale are:

  • Foundational projects that are critical components in major tech stacks, having a backing in the form of funded developers or donations from companies involved in those tech stacks
  • Enterprise-scale projects born out of a consortium of companies
  • Hobby projects that the creators aren't relying on as their sole source of income

At least two of those categories are reliant on funding from companies, which in turn relies on either their well-entrenched presence in their respective market, or their ability to market themselves effectively (ex, via advertising).

[–] technohacker@programming.dev 9 points 10 months ago (1 children)

PyTorch is now under the Linux Foundation AFAIK, but yes it did originate at FB

view more: ‹ prev next ›