Kris Nóva
Kris Nóva
https://blog.acolyer.org/2016/04/26/the-linux-scheduler-a-decade-of-wasted-cores/
Is there any way we can make optimizations in the Aurae compile time? How many dependencies are we building that we are no longer using? How about caching and optimization?
IPv6 is the ~~future~~ present. IPv6 is now! The time has arrived! We are officially here 🎉 Can we place adopt IPv6 support for the networking subsystem by default? Additionally...
Do we want to provide a secure way of installing, managing, upgrading, and authenticating kernel modules and eBPF probes? Think DKMS but for more than just kernel modules, and with...
Right now the [community](https://github.com/aurae-runtime/community) repository is the main source of truth for our community. We should migrate/copy/move the documentation over to the website such that it makes it easy for...
We should be able to add user mode networking and network devices to an unprivileged container and VM See my thread 👀 https://twitter.com/krisnova/status/1582353843110965248?s=20&t=y32VYPsVtNP1FOitiQ7h3w
Can we/Should we: What about taking a lightweight HTML version of the site and host it on another subdomain? **overlayinfosecstreams.github.io** or similar? It could be a small "widget" style HTML...
**Which feature do you think can be improved?** Can we implement `Drop` for the cgroup? I understand that this will be a major version change in the future, however this...
Hey thanks for the example here - I was able to get it compiling on a Linux `5.12.12` kernel but I had to make a few changes to the `.bpf`...
We need to form an opinion on which virtualization library to use, as mentioned in #433. Options that I am aware of: - QEMU - Firecracker (KVM) - KVM directly...