Blog: 2024-01-12

From razwiki
Jump to navigation Jump to search

Sourcehut is coming back up https://outage.sr.ht/

They are available in #sr.ht on libera

Made a new function url-size and updated hub to use a regex so it works with git@ and https:// git urls

Thinking about hosting git repositories using secure scuttlebutt, worth experimenting with it


Did a little experiment where I ran qemu-system-x86_64 with no args. It popped up an ipxe environment. added -nographic:

$ qemu-system-x86_64 -nographic

This gave a full screen boot. I was able to follow the ipxe help instructions to boot an old linux: http://boot.ipxe.org/demo/boot.php

Worth writing up as part of a guide to qemu, so powerful!