maxgio92 (@maxgio92@hachyderm.io) (@maxgio92) 's Twitter Profile
maxgio92 (@[email protected])

@maxgio92

Computers, automation, open source, mountains, music, psychology.
Making stuff that breaks @ github.com/maxgio92
Telling stuff at blog.maxgio.me

ID: 589923134

linkhttps://blog.maxgio.me calendar_today25-05-2012 11:47:37

1,1K Tweet

229 Followers

374 Following

maxgio92 (@maxgio92@hachyderm.io) (@maxgio92) 's Twitter Profile Photo

This is a learning project for fun, but finally it works! github.com/maxgio92/yap Now it supports binaries compiled with frame pointers because they're currently essentials for the stack unwinding and doesn't supports stripped because the symbolization relies on the ELF symtab

This is a learning project for fun, but finally it works!

github.com/maxgio92/yap

Now it supports binaries compiled with frame pointers because they're currently essentials for the stack unwinding and doesn't supports stripped because the symbolization relies on the ELF symtab
maxgio92 (@maxgio92@hachyderm.io) (@maxgio92) 's Twitter Profile Photo

My dangerous boredom, as Alessio Greggi called it, led me to this notebook notes.maxgio.me/notes/program-… about the #execution environment of a #program, while rethinking github.com/maxgio92/yap I could polish it to make it a blog 🤔 Should I?

maxgio92 (@maxgio92@hachyderm.io) (@maxgio92) 's Twitter Profile Photo

I just published the first episode of a blog series. It dives into #frame pointers and their critical role in building a CPU #profiler. blog.maxgio.me/posts/unleashi… This episode will explore the fundamentals of a program's execution environment.

maxgio92 (@maxgio92@hachyderm.io) (@maxgio92) 's Twitter Profile Photo

I needed a way to look into some documentation that apparently lacks a proper search function 👀 I ended up with github.com/maxgio92/wgrep 🔍 $ wgrep [-r] [-i] [—include=PATH] [—element=FILTER] PATTERN URL

Stefan Prodan (@stefanprodan) 's Twitter Profile Photo

I'm really digging the #Kubernetes builtin policy engine that went GA in v1.30. Checkout my guide on how to secure #FluxCD on multi-tenant clusters using validating admission policies written in CEL fluxcd.control-plane.io/guides/flux-po…

I'm really digging the #Kubernetes builtin policy engine that went GA in v1.30. Checkout my guide on how to secure #FluxCD on multi-tenant clusters using validating admission policies written in CEL fluxcd.control-plane.io/guides/flux-po…
maxgio92 (@maxgio92@hachyderm.io) (@maxgio92) 's Twitter Profile Photo

Andrew S. Tanenbaum, Vrije Universiteit, receives the ACM Software System Award for MINIX 🥰 Fun fact TIL, first Linux floppy had, as Minix had, “ast” account with password “watchwoord” that stands for “password” in Dutch. acm.org/media-center/2…

maxgio92 (@maxgio92@hachyderm.io) (@maxgio92) 's Twitter Profile Photo

I’ve published the second part of a blog series about profiling with frame pointers. In this episode you can read how to write a simple continuous #profiler with kernel instrumentation with #eBPF and #libbpfgo blog.maxgio.me/posts/unleashi…

Johannes Bechberger (@parttimen3rd) 's Twitter Profile Photo

Learn how to create a custom Linux scheduler in Java to control the execution of threads and processes on your system for concurrency testing in the newest blog post of my hello-ebpf series: mostlynerdless.de/blog/2024/12/0…

Alessio Greggi (@alegrey91) 's Twitter Profile Photo

The video of my talk from the last #GoLab is now available! I shared insights on my side project harpoon and how to use it within test pipelines. Take a look and let me know your thoughts! youtube.com/watch?v=A5A_Ll… Link to the project: github.com/alegrey91/harp…

Johannes Bechberger (@parttimen3rd) 's Twitter Profile Photo

I'm starting the eBPF verifier errors project, a collection of verifier error logs and their resolution, to make the verifier less scary, especially for new developers. It's a collection by the community for the community. Read more about the project at mostlynerdless.de/blog/2025/01/1…

maxgio92 (@maxgio92@hachyderm.io) (@maxgio92) 's Twitter Profile Photo

Looking for a way to profile #coverage for functional tests transparently I built github.com/maxgio92/xcover It generates a function clverage. Using #ebpf uprobes it supports ELF binaries and it's cross-language compatible.