HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ikatson

no profile record

Submissions

Apache Iggy: thread-per-core with io_uring in Rust

iggy.apache.org
39 points·by ikatson·4 mesi fa·3 comments

ScyllaDB Rust Driver 1.0

scylladb.com
2 points·by ikatson·anno scorso·0 comments

comments

ikatson
·7 mesi fa·discuss
How about do the changes then bake them into the DB docker image. I.e. "docker commit".

Then spin up the dB using that image instead of an empty one for every test run.

This implies starting the DB through docker is faster than what you're doing now of course.
ikatson
·anno scorso·discuss
The author has a FAQ related to the video and he expands on "Why don’t you mention HLG in the demo" in it https://www.yedlin.net/HDR_Demo_FAQ.html
ikatson
·anno scorso·discuss
Maybe I did misunderstand, I agree the post makes it overly complicated! You definitely don't need cloud-init just to run Linux on Mac OS
ikatson
·anno scorso·discuss
> My thought was why use UTM? Most of this can be achieved with qemu alone

Afaik UTM uses Qemu under the hood, but provides a nice UI on top for the basic use cases. It also has a library of prepared images, so that your VM is a few clicks away from intention to have one.

It can also modify the VM, resize storage after creation etc.

Of course all of it can be done with QEMU alone, but this makes it easier to deal with than remembering tons of QEMU command line arguments.