Erhan Yakut

  https://www.yakuter.com Software Developer @Binalyze | Founder @Passwall | Golang Enthusiast | Open Sorcerer

       



624 Stories by Erhan Yakut

How I Stopped Cursor from Using 72 GB of Memory

Cursor reached nearly 72 GB of application memory on my Mac. Here is what caused it and the practical steps I used to stop...
0 3 min read

Designing an Endpoint Management Platform

Managing endpoints in enterprise environments is a recurring challenge. As organizations grow, manual operations become unmanageable, visibility decreases, and responding to incidents takes longer...
0 2 min read

Talking to the Kernel: Understanding How Software Communicates with the System

Every time a program runs — when you open a file, start a process, or send a network packet — something much deeper happens...
0 2 min read

Introducing the Go SDK for the Model Context Protocol (MCP)

The open‐source ecosystem in Go just got a meaningful boost with the official Go SDK for the Model Context Protocol (MCP) – delivered via...
0 3 min read

Iterate, Slice, and Deduplicate: Go’s New Tools for Cleaner Code

Go keeps evolving — not through radical changes, but through small, elegant additions that make everyday programming smoother. Three of the newest additions to...
0 1 min read

Retrieving the Correct Hostname on macOS

When dealing with macOS systems, retrieving the correct hostname can be tricky, especially in environments where DHCP and reverse lookup mechanisms are in play....
0 1 min read