Link to my gitlab

Previously, I listed my projects here but I got tired of maintaining a list. The initial thought was to host tarballs of the projects because sometimes gitlab can be difficult. Instead, I give you shell magic.

You can get a list of my repos by running:

curl --silent https://gitlab.com/api/v4/users/binrc/projects?per_page=100 | jq | grep http_url_to_repo | cut -d ':' -f 2,3 | sed -e 's/^\ "//g' -e 's/",//g'

And you can download all of my repos by running:

curl --silent https://gitlab.com/api/v4/users/binrc/projects?per_page=100 | jq | grep http_url_to_repo | cut -d ':' -f 2,3 | sed -e 's/^\ "//g' -e 's/",//g'  | xargs -I % sh -c "git clone %"

I also have other websites

My Plan 9 webserver filled with 9 related things. Using self-signed certs but it's fine. Hack away.

A dinky neocities "web terminal" thing written in javascript.

Errno 64: Machine is not on the network. This is a tiny shell server that is used for testing small projects and bad ideas. The web server portion of the site hosts document archives, website mirrors, user pages, and even a webring. Send me an email for more information.

Mirrors of 0x19 on overlay networks

The tor mirror at http://ilsstfnqt4vpykd2bqc7ntxf2tqupqzi6d5zmk767qtingw2vp2hawyd.onion:8080 has been running nonstop since 1683502668.

The i2p mirror at http://xzh77mcyknkkghfqpwgzosukbshxq3nwwe2cg3dtla7oqoaqknia.b32.i2p:9090 has been running intermittently (it's hard to tell if it's down sometimes) since 1687047776.