/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

martinheinz.dev
| | www.petertissen.de
3.2 parsecs away

Travel
| | [AI summary] The author shares a Python script using urllib to interact with the GitHub API for automating the creation and management of releases, handling authentication and file uploads.
| | sookocheff.com
3.9 parsecs away

Travel
| | At VendAsta we frequently share libraries of code between projects. To make it easier to share this code I've developed a small package manager that downloads code within a directory from Github to be copied in to your current project. It's a quick and dirty alternative to cloning an entire repository, grabbing the set of files you want and placing them in your project.
| | blog.cavelab.dev
4.4 parsecs away

Travel
| | When moving my website back from MediaWiki to Hugo - I again started to think about adding comments. I've thought about this before, even tested quite a bit, and written about it. I didn't want to add heavy external resources, or compromise my readers privacy. This blog is static, and I'd like the comments to be static as well.
| | earthly.dev
16.2 parsecs away

Travel
| Learn how to automate the process of developing, testing, building, and deploying Docker containers using GitHub Actions. This tutorial will guide ...