HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tndata

no profile record

Submissions

Exploring Claude Code Hooks with the Coding Agent Explorer (.NET)

nestenius.se
2 points·by tndata·قبل 4 أشهر·1 comments

The Coding Agent Explorer for Claude Code (.NET)

nestenius.se
1 points·by tndata·قبل 5 أشهر·1 comments

comments

tndata
·قبل 12 يومًا·discuss
What a Wow, this brings back memories from my own Sega Mega Drive hacking days. About 35 years ago I built my own hardware development kit from scratch as a way to learn more about the hardware.

I documented the project here if anyone is curious: https://nestenius.se/hardware/how-i-built-my-own-sega-mega-d...

It's really fun to see Linux running on the Mega Drive. I never would have expected that back then.
tndata
·الشهر الماضي·discuss
I created an open-source proxy, between Claude Code and the Model, allowing me to better explore how an agent talks to the model. https://nestenius.se/ai/introducing-the-coding-agent-explore...
tndata
·قبل 3 أشهر·discuss
[dead]
tndata
·قبل 4 أشهر·discuss
A practical guide to Claude Code hooks. Learn setup, security use cases, and how to monitor hook events in real time with the Coding Agent Explorer.
tndata
·قبل 4 أشهر·discuss
Thanks! Glad you liked it!
tndata
·قبل 4 أشهر·discuss
Wow! Nice work!

I reversed engineered the MegaDrive for 35 years ago and build my own hardware development kit, got a blog about this project at https://nestenius.se/hardware/how-i-built-my-own-sega-mega-d...
tndata
·قبل 4 أشهر·discuss
I'm building a proxy that sits between Claude Code and the model to visualize the full interaction loop. It shows prompts, tool calls, and responses in real time so you can explore how the coding agent is reasoning and operating. Project: https://github.com/tndata/CodingAgentExplorer
tndata
·قبل 5 أشهر·discuss
I wrote one extensive guide "OpenID Connect for Developers" at https://tn-data.se/openid-connect/
tndata
·قبل 5 أشهر·discuss
Coding Agent Explorer (.NET) is an open-source .NET reverse proxy and live dashboard for understanding agentic development. Monitor Claude Code’s traffic to the Anthropic API in real time and inspect prompts, tool calls, token usage, and performance from a clean web UI.
tndata
·قبل 9 أشهر·discuss
I never store anything personal or important on the C:\drive. I treat it as disposable. Instead, I create a secondary drive (like Z:\) and store all important work there.

This way, I always know that Z:\ is the only drive I need to back up, while C:\ remains clean and expendable. Even my Dropbox folder lives on the secondary drive.
tndata
·قبل 3 سنوات·discuss
About 30 years ago I reverse-engineered my Sega Mega Drive game console and built my own hardware dev kit from scratch. I did blog about that project here: https://nestenius.se/2022/01/18/how-i-built-my-own-sega-mega...