silentpuck

↗ HN profile [ 66.7 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I write in C, and I constantly see posts or comments calling it dangerous, outdated, or unnecessarily complex. But for me, C feels like freedom. I can build exactly what I want — small tools, secure utilities, no magic,…

  2. I built SilentGPT as a fully terminal-based ChatGPT client written in C. Why? I needed something minimal that respects my privacy and runs anywhere — even airgapped or offline shells. Features: - Written in C, single…

  3. SilentArena is a sandbox-style educational tool designed to simulate basic file-encrypting malware behavior — but in a completely safe and reversible way. It operates only inside a `victim_data/` folder, uses XOR…

  4. Sigtrap is a small Linux utility that monitors log files for unauthorized changes using stat(). It checks for changes in size, mtime, ctime, and inode, and alerts if anything shifts silently.