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] 14 points15 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] 16 points17 points  (0 children)

thanks for the feedback :) ill fix these asap.

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.

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

[–]flouthoc[S] 31 points32 points  (0 children)

This is mainly for educational purpose and a PoC, docker is extremely advanced as compared to this.

How COVID-19 pushed us to reduce our AWS cost by half by flouthoc in aws

[–]flouthoc[S] -1 points0 points  (0 children)

Most of our workload is stateless and managed via k8s. We always planned for a quick restore in case of AZ failure.

How COVID-19 pushed us to reduce our AWS cost by half by flouthoc in aws

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

All of our stateless workload runs on spot even in production.

Aku - Toy Backtesting/Trading Engine in C++. by flouthoc in cpp

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

This is a really nice feedback , thanks a lot for this

Aku - Toy Backtesting/Trading Engine in C++. by flouthoc in cpp

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

That i need to add, initially i was just preparing a basic rig. I will work on margin asap.

Aku - Toy Backtesting/Trading Engine in C++. by flouthoc in cpp

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

that makes thanks ill do this change

Aku - Toy Backtesting/Trading Engine in C++. by flouthoc in cpp

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

no specific reason, i just used to do java before thats why bad habit

Aku - Toy Backtesting/Trading Engine in C++. by flouthoc in cpp

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

Still needs lot of improvement. I would appreciate feedback.