HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Svenstaro

no profile record

comments

Svenstaro
·letztes Jahr·discuss
Thanks for posting miniserve <3
Svenstaro
·letztes Jahr·discuss
I used to do that but I find the UX of that quite annoying because before you can do: systemctl status and see what's up with all the system services. Now you have to do systemctl status -M <user-for-that-stack> for every stack that you're running to get a complete picture.

I haven't found a way around that and would be very thankful for pointers.
Svenstaro
·letztes Jahr·discuss
This is cool! I once made a project very much like this: https://github.com/svenstaro/genact

Check it out if you like this kind of thing.
Svenstaro
·letztes Jahr·discuss
We do this in Arch Linux. It requires someone handling the registrations which isn't great either.
Svenstaro
·letztes Jahr·discuss
Sadly it has no good ollama support: https://github.com/yetone/avante.nvim/issues/1149
Svenstaro
·letztes Jahr·discuss
I tried to find out what this actually does but apart from a video that is very hard to watch on mobile, there's really nothing there that tries to sell me on this. Why not use the readme to do your elevator pitch?
Svenstaro
·vor 2 Jahren·discuss
Oh cool!
Svenstaro
·vor 2 Jahren·discuss
I've recently deep-dived into QEMU performance especially in order to cut down boot/bootstrapping times for quickly running tests and I'd like to share some tricks:

- Templating: https://qemu.readthedocs.io/en/v9.1.0/system/vm-templating.h... - virtio-fs: https://virtio-fs.gitlab.io/ - Overlay storage images: https://wiki.archlinux.org/title/QEMU#Overlay_storage_images
Svenstaro
·vor 2 Jahren·discuss
Is there a reason to use 9p over virtiofs in this case? It looks to me as though virtiofs was made exactly with the idea to deal good performance.
Svenstaro
·vor 2 Jahren·discuss
I made a thing called genact that pretends to be useful but actually isn't doing anything at all: https://github.com/svenstaro/genact

There's also a web version! https://svenstaro.github.io/genact/
Svenstaro
·vor 2 Jahren·discuss
You could try running rustic on your repository. It should be a drop-in for restic and maybe it's faster? I would actually be very interested in this. Would be great if you could do that and report back.