Explore >> Select a destination


You are here

cadence.moe
| | blog.gnoack.org
3.2 parsecs away

Travel
| | [AI summary] The article discusses how to use Git without relying on hosted platforms like GitHub or GitLab by setting up a local Unix/Linux server for repository hosting and managing projects through SSH.
| | www.paritybit.ca
2.2 parsecs away

Travel
| | A brief comparison of some of the more popular software forges available for self-hosting.
| | sourcehut.org
5.4 parsecs away

Travel
| | sourcehut is a network of useful open source tools for software project maintainers and collaborators, including git repos, bug tracking, continuous integration, and mailing lists.
| | briankung.dev
20.0 parsecs away

Travel
| I realized that one of my favorite Rust features doesn't have a blog post highlighting it [0], so I thought I'd talk a bit about documentation comments and doc tests in Rust. I'll give you a quick example. Let's say you have some code: There's a cargo command to generate documentation from that code: Which...