HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jerich

no profile record

comments

jerich
·4 माह पहले·discuss
I’m the same way; I feel like Claude is doing more than just writing code, it’s getting me unstuck.

I’ve been pulling projects out of the closet that have been sitting there for years. It’s because I can sit down and get started so seamlessly. Before, I might waste the first couple hours configuring my environment and tool setup, but with Claude Code I can just jump in and start building, start solving the real problem.

I just built something this week where I had the parts sitting in my closet for a couple years, but just got curious to see how Claude does with embedded C, so it got me started. (Turns out Claude scanned my drive and found an abandoned C project that was outside my usual DEV folder, and just built on that). The code was 5% of the project, but it got done because Claude Code gave me the momentum push.

For my personal projects, the last 3 weeks have been more productive than the last 3 years.
jerich
·5 माह पहले·discuss
I hacked together a tech demo of a personal project to add a Jetson Orin Nano to augment the Nikon autofocus system. (Camera->HDMI->Jetson processing->USB control->Camera)

https://github.com/jerich/jetson-face-af

It was a personal project to let Claude Code loose and have something to talk about on LinkedIn, hopefully to start a conversation about how to add some more advanced, more personal, functions to the powerful AF systems out there.

“Nikon AF does a great job of recognizing faces, but it doesn’t know which faces I care about.”

But I wanted to augment, not completely take over the camera; keep the Nikon shooting ergonomics intact.

Even the latest and greatest cameras will lag the processing power of something like a Jetson Nano, or even a mobile chipset, and cameras are meant to have lifetimes of years, so I think a smart camera manufacturer (hopefully Nikon) should add an easy external processing loop to let users add some extra smarts and automation.