/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.msoos.org
| | ochagavia.nl
9.3 parsecs away

Travel
| | Dependency resolution is something programmers usually take for granted. Be it cargo, npm, or whatever package manager you use, no one is actually surprised when this black-box figures out, all by itself, the specific set of packages that should be installed. To me, though, it is a fascinating feat. It feels magical when a machine solves an abstract problem like that, with minimal input from me as a user! I was, therefore, delighted when the nice folks at Prefix.
| | aradaelli.com
16.1 parsecs away

Travel
| | [AI summary] The author discusses their experience with the programming language D, highlighting its features, advantages over C/C++, and reasons for preferring it despite its niche status.
| | github.com
6.7 parsecs away

Travel
| | Python bindings to picosat (a SAT solver). Contribute to conda/pycosat development by creating an account on GitHub.
| | blog.randombits.host
39.4 parsecs away

Travel
| PyPi - The Python Package IndexI love Python. It's easy to read, even easier to write, and best of all, the easiest language (I've used) to interact with other people's code. I spent too long being only on one end of that equation though, only consuming code other people have