How I built a syscall tracer that runs at <1% overhead using eBPF — the technical challenges
https://dev.to/ojas_gupta_2003/how-i-built-a-syscall-tracer-that-runs-at-1-overhead-using-ebpf-2omd
https://redd.it/1w0378b
@r_coding
https://dev.to/ojas_gupta_2003/how-i-built-a-syscall-tracer-that-runs-at-1-overhead-using-ebpf-2omd
https://redd.it/1w0378b
@r_coding
DEV Community
How I Built a Syscall Tracer That Runs at <1% Overhead (Using eBPF)
strace is the first tool most people reach for when a Linux process is misbehaving. Attach it to a...
I built a tool that filters out fake "entry-level" listings (2+ years exp disguised as fresher) — sharing for feedback
If anyone's job hunting and wants to try searching their role, I'd genuinely appreciate feedback on what's broken, missing, or just not useful.
jobunify.online
https://jobunify.online
https://redd.it/1w14c2x
@r_coding
If anyone's job hunting and wants to try searching their role, I'd genuinely appreciate feedback on what's broken, missing, or just not useful.
jobunify.online
https://jobunify.online
https://redd.it/1w14c2x
@r_coding
www.jobunify.online
JobUnify — All Jobs, One Place
Fresh entry-level tech jobs from Internshala, Naukri, and Google Jobs — filtered for freshers.
Memento Design Pattern in Go
https://medium.com/@priyankchheda/understanding-the-memento-design-pattern-in-go-a-practical-guide-07ebf1eaac42
https://redd.it/1w1mjq0
@r_coding
https://medium.com/@priyankchheda/understanding-the-memento-design-pattern-in-go-a-practical-guide-07ebf1eaac42
https://redd.it/1w1mjq0
@r_coding
Medium
Understanding the Memento Design Pattern in Go: A Practical Guide
Capturing and restoring object state in Go — building undo functionality without breaking encapsulation
[Portuguese] From procedural terrain to deterministic house placement in Godot
https://pathlifejogo.blogspot.com/2026/08/do-mundo-procedural-as-fases-da-vida.html
https://redd.it/1w283dw
@r_coding
https://pathlifejogo.blogspot.com/2026/08/do-mundo-procedural-as-fases-da-vida.html
https://redd.it/1w283dw
@r_coding
Blogspot
Do mundo procedural às fases da vida: a maior atualização do PathLife | Devlog #4
Veja como o PathLife ganhou mundo procedural em chunks, movimento em grade, casas com paredes, portas e telhados e cinco fases da vida.
Data Access Patterns That Makes Your CPU Really Angry
https://blog.weineng.me/posts/slowest_add/
https://redd.it/1w2gyg1
@r_coding
https://blog.weineng.me/posts/slowest_add/
https://redd.it/1w2gyg1
@r_coding
weineng
Data Access Patterns That Makes Your CPU Really Angry
Check out the discussion on reddit.
Given an array of data, what is the slowest way to sum up the integers? Is it adding the numbers from left to right, adding them randomly, or doing something else? In this post, we are going to build a data access pattern…
Given an array of data, what is the slowest way to sum up the integers? Is it adding the numbers from left to right, adding them randomly, or doing something else? In this post, we are going to build a data access pattern…
MCP tools are model-elective. Hooks aren't. That distinction turned out to matter more than I expected.
https://pypi.org/project/blastradius-mcp/
https://redd.it/1w2vvxi
@r_coding
https://pypi.org/project/blastradius-mcp/
https://redd.it/1w2vvxi
@r_coding
PyPI
blastradius-mcp
Cross-repo infrastructure memory for coding agents
Add mutual connections and “Follows you” badges to GitHub
https://chromewebstore.google.com/detail/githubcircle/jbidiojmfjmoiohkmonamjfkfjmhogma
https://redd.it/1w3c9yu
@r_coding
https://chromewebstore.google.com/detail/githubcircle/jbidiojmfjmoiohkmonamjfkfjmhogma
https://redd.it/1w3c9yu
@r_coding
Google
GitHubCircle - Chrome Web Store
Adds relationship context to GitHub profiles: a "Follows you" badge, mutual followers and follower list indicators.
Terminating elegantly: a guide to graceful shutdowns
https://packagemain.tech/p/graceful-shutdowns-k8s-go
https://redd.it/1w3qtmj
@r_coding
https://packagemain.tech/p/graceful-shutdowns-k8s-go
https://redd.it/1w3qtmj
@r_coding
packagemain.tech
Terminating elegantly: a guide to graceful shutdowns
Let's dive into the world of graceful shutdowns, specifically for Go applications running on Kubernetes.
Beyond Lambdas: Raising the Abstraction Level of Functional Code
https://adamtornhill.substack.com/p/beyond-lambdas-raising-the-abstraction
https://redd.it/1w48z06
@r_coding
https://adamtornhill.substack.com/p/beyond-lambdas-raising-the-abstraction
https://redd.it/1w48z06
@r_coding
Substack
Beyond Lambdas: Raising the Abstraction Level of Functional Code
Good software design raises the abstraction level until the code communicates the domain rather than the mechanics.
TERMy - A deterministic terminal assistant
https://www.youtube.com/watch?v=qeIp0xePLBg
https://redd.it/1w547as
@r_coding
https://www.youtube.com/watch?v=qeIp0xePLBg
https://redd.it/1w547as
@r_coding
YouTube
TERMy terminal assistant
TERMy is the first NPC baked into the NPC-Forge framework. It is a cynical but very knowledgeable Linux terminal assistant that translates your natural language into shell commands without a single artificial neuron. Just type termy followed by your prompt.…
Plush's New Register-Based Interpreter Is Insanely Fast
https://pointersgonewild.com/2026-09-02-plushs-new-register-based-interpreter/
https://redd.it/1w5d4w4
@r_coding
https://pointersgonewild.com/2026-09-02-plushs-new-register-based-interpreter/
https://redd.it/1w5d4w4
@r_coding
Pointersgonewild
Plush's New Register-Based Interpreter Is Insanely Fast
</> htmx ~ Working With AI: A Concrete Example
https://htmx.org/essays/working-with-ai/
https://redd.it/1w6bipc
@r_coding
https://htmx.org/essays/working-with-ai/
https://redd.it/1w6bipc
@r_coding
htmx.org
</> htmx ~ Working With AI: A Concrete Example
In this essay, Carson Gross walks through a concrete bug fix in hyperscript to show where AI helped, where it fell short, and why keeping a knowledgeable human in the loop is what kept complexity in check.
TERMy - Deterministic terminal assistant for Linux
https://www.youtube.com/watch?v=qeIp0xePLBg
https://redd.it/1w6fet1
@r_coding
https://www.youtube.com/watch?v=qeIp0xePLBg
https://redd.it/1w6fet1
@r_coding
YouTube
TERMy terminal assistant
TERMy is the first NPC baked into the NPC-Forge framework. It is a cynical but very knowledgeable Linux terminal assistant that translates your natural language into shell commands without a single artificial neuron. Just type termy followed by your prompt.…
Virtual Memory: Page Tables, TLBs, and Linux Internals
https://blog.codingconfessions.com/p/virtual-memory
https://redd.it/1w6tl8d
@r_coding
https://blog.codingconfessions.com/p/virtual-memory
https://redd.it/1w6tl8d
@r_coding
Codingconfessions
Virtual Memory from First Principles
A practical guide to page faults, page tables, TLBs, NUMA topology, Linux internals, and performance in data-intensive systems.
ManySidesToMe - Expressive Art as a human
https://www.twitch.tv/manysidestome
https://redd.it/1w72yp9
@r_coding
https://www.twitch.tv/manysidestome
https://redd.it/1w72yp9
@r_coding
Twitch
manysidestome - Twitch
Forbes.com engineer (3 yrs) · 30-year tech vet · sovereign infrastructure founder.Building hyperZoo (3D navigable worlds hosting 10,000+ sites), hyperZip, and GXV. I make the sickest websites alive.Music · freestyle · events (100+) · lights · AI mastery ·…