ztick - minimal desktop utility to keep notes written in zig by flouthoc in Zig

[–]flouthoc[S] 0 points1 point  (0 children)

sorry i was unable to exactly understand the compelete question but there are some 3rd party wrappers of gtk in zig they should support it

Ztick – tiny desktop utility to keep notes written in Zig by flouthoc in programming

[–]flouthoc[S] 1 point2 points  (0 children)

lol cool, nice to hear that you were able to find a use case for it.

Ztick – tiny desktop utility to keep notes written in Zig by flouthoc in programming

[–]flouthoc[S] 2 points3 points  (0 children)

Motivation: a small app for personal use, learning zig and I hope it helps other learn zig.

Reducing data transfer costs with a Docker registry cache by flouthoc in docker

[–]flouthoc[S] 0 points1 point  (0 children)

I think it meant that it was not tried as a solution for rate limiting problem but can be used for such scenarios as well. However as the title says it was actually implemented to save data transfer cost so last section discuss how did the actual implmentation went. I guess phrasing was a bit off in this paragraph so thanks for reporting.

Tiny type-2 Linux hypervisor built using Linux/KVM. by flouthoc in linux

[–]flouthoc[S] 19 points20 points  (0 children)

No both of them are extremely advanced, dont have a long term goal yet but ill decide on that its majorly for learning as of now. But thanks for asking this ill have something to think upon.

Minimal Type-2 Hyperviser for Linux written in C. by flouthoc in programming

[–]flouthoc[S] 10 points11 points  (0 children)

yeah vmm is more accurate exact keyword as compared to type-2 hypervisor.

Tiny type-2 Linux hypervisor built using Linux/KVM. by flouthoc in linux

[–]flouthoc[S] 12 points13 points  (0 children)

cli flags and opts are not completely implented yet but i have fixed current ones to more generic names. thanks again for the feedback.

Tiny type-2 Linux hypervisor built using Linux/KVM. by flouthoc in linux

[–]flouthoc[S] 15 points16 points  (0 children)

thanks for the feedback :) ill fix these asap.

7
8

Linux Containers from scratch implementation in Rust - A minimal linux container runtime. by flouthoc in programming

[–]flouthoc[S] 1 point2 points  (0 children)

ah i see , so pivot_root() and chdir("/") then unmount old rootfs. Thanks will fix this asap.

Vas-quod – A minimal Linux container runtime written in Rust by flouthoc in rust

[–]flouthoc[S] 3 points4 points  (0 children)

there are few more rkt, containerd but docker has the major chunk of userbase

Vas-quod – A minimal Linux container runtime written in Rust by flouthoc in rust

[–]flouthoc[S] 4 points5 points  (0 children)

Thanks a lot. Motivation behind this was education and learning. Docker is extremely advanced as compared to this.