RNRobert Nemetinrnemet.hashnode.dev·Dec 12, 2023 · 4 min readTask vs Make - Final ThoughtsSo, after spending time moving from Make to Task, I decided. I’m going with Task in my future projects. Make will not be removed from my projects immediately, but I will not use it in the future. Let me tell you why. All this is my personal opinion. ...00
RNRobert Nemetinrnemet.hashnode.dev·Jul 29, 2023 · 8 min readWIP: Taskfile instead of Makefile?Recently, I stumbled upon a tool called Taskfile. It is a task runner, similar to Makefile, but with many improvements. I decided to try it and see if it can replace my Makefiles. Why Taskfile? First of all, Makefile is a good tool. Today, you can us...00
RNRobert Nemetinrnemet.hashnode.dev·Jun 10, 2023 · 7 min readLearning eBPF: Maps, Ring Buffers and OutputI set the stage for learning eBPF. As mentioned in the previous post, eBPF is a technology that allows us to run code in the kernel. This is a compelling technology, but it comes with a few limitations. One of them is that we can’t use the standard o...00
RNRobert Nemetinrnemet.hashnode.dev·May 8, 2023 · 6 min readLearning eBPF: Setting up the environmentFor a while, I’ve been following stuff around eBPF, and it is very promising. What I just wrote is an understatement. At first glance, eBPF is bringing many new possibilities to our toolbox. You can start with performance profiling, tracing, security...00
RNRobert Nemetinrnemet.hashnode.dev·May 1, 2023 · 4 min readNew Docker Goodies: Init and WatchRecently Docker brought some new stuff that I found very useful for developers. They are still in the experimental phase but are already very useful. Try them and give your feedback to the Docker team. The code I’m using for this is available here. L...00