Fix more broken links
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Anthony Wang 2024-03-10 16:13:19 -04:00
parent 083fc0bb88
commit aec03a3360
Signed by: a
SSH key fingerprint: SHA256:B5ADfMCqd2M7d/jtXDoihAV/yfXOAbWWri9+GdCN4hQ
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ tags: ["linux", "containers", "systemd-nspawn", "fun"]
---
[systemd-nspawn](/posts/worst-init-system-best-tool) is some pretty insane stuff that you probably already have installed on your computer. Today's mission to wreck havoc will be to replicate an old project I did a few years ago, [Arch All the Way Down](https://git.exozy.me/a/Arch-All-the-Way-Down), but using some real power tools. I was able to achieve 4 nested containers with Docker and my old laptop. It shouldn't be too hard to improve that!
systemd-nspawn is some pretty insane stuff that you probably already have installed on your computer. Today's mission to wreck havoc will be to replicate an old project I did a few years ago, [Arch All the Way Down](https://git.exozy.me/a/Arch-All-the-Way-Down), but using some real power tools. I was able to achieve 4 nested containers with Docker and my old laptop. It shouldn't be too hard to improve that!
There's a really [cool trick you can do with systemd-nspawn](https://0pointer.net/blog/running-an-container-off-the-host-usr.html) where you can almost instantly create a container based on your existing root directory:
```bash

View file

@ -25,6 +25,6 @@ So as you might have predicted, this is going to be quite the team effort. We're
OK, so what's the current progress on Gitea federation? The [federation tag](https://github.com/go-gitea/gitea/labels/theme%2Ffederation) on the Gitea issue tracker is still pretty lonely, but there's [one important PR](https://github.com/go-gitea/gitea/pull/19133) currently in review (disclaimer: I submitted the PR). I'm also working on ActivityPub inboxes and outboxes: hopefully we'll have federated following soon, but it currently doesn't work.
For me, it's been quite a new experience to work on implementing a big feature for a major open-source project. Yeah, I'd previously contributed to [KDE](https://invent.kde.org/frameworks/knewstuff/-/merge_requests/115) and some others, but it was always a small bug fix or some other miniscule change. I've also worked on big personal projects like [OpenContest](https://github.com/LadueCS/OpenContest) and [Intro to Python](https://github.com/LadueCS/Intro-to-Python) (this one is quite the doozy, teaching beginners Python is next to impossible), but those were with one or two other people.
For me, it's been quite a new experience to work on implementing a big feature for a major open-source project. Yeah, I'd previously contributed to [KDE](https://invent.kde.org/frameworks/knewstuff/-/merge_requests/115) and some others, but it was always a small bug fix or some other miniscule change. I've also worked on big personal projects like [OpenContest](https://codeberg.org/LadueCS/OpenContest) and [Intro to Python](https://github.com/LadueCS/Intro-to-Python) (this one is quite the doozy, teaching beginners Python is next to impossible), but those were with one or two other people.
This seems completely different. There's so much work to be done, but there's also so much energy and contributors and more and more momentum is building. If you're interested in helping out, check [this](https://github.com/go-gitea/gitea/issues/18240#issuecomment-1071103414) out. With the progress so far, I can definitely see ActivityPub federation released sometime in Q3. Stay tuned until then!

View file

@ -18,7 +18,7 @@ I did competitive programming from 2018 to 2021 and went to the USACO training c
- [Google Code Jam](https://git.exozy.me/a/Google-Code-Jam): Google Code Jam solutions
- [ACSL](https://git.exozy.me/a/ACSL): ACSL code and resources
- [ACSL](https://codeberg.org/LadueCS/ACSL): ACSL code and resources
- [Idiot Code-Golf](https://git.exozy.me/a/Idiot-Code-Golf): Really stupid code competition