A music digging app for record collectors, with instagram style feed for listening to new vinyl snippets
Ask HN: What are you working on (September 2024)?
171–180 of 1001 posts
Re: Ask HN: What are you working on (September 2024)?
#172Used a logic analyzer to work out the protocol between the head unit and the motor controller (uart at 9600) and used a ESP32 to man in the middle the protocol. Currently reverse engineering the meaning of the bytes in the packets sent between the units.
First attempt was taking apart the head unit and attaching a debugger to the exposed serial debug interface (Cortex M0) chip, but looks like the manufacturer had disabled flash reading by setting the flash security bit.
Re: Ask HN: What are you working on (September 2024)?
#173Think "Cursor, for videos"
Very crowded space, but it's been fun making it!
Re: Ask HN: What are you working on (September 2024)?
#174Lots of people have visited but a launch on HN isn’t enough on its own. I’m trying to figure out how to get the word out to more people to kickstart it. The goal is for it to be a community that people return to as part of their daily online life. That’s not a programming problem so it’s hard (for me).
Re: Ask HN: What are you working on (September 2024)?
#175I've been working on https://wut.dev in my spare time. It's essentially a simpler, read-only, AWS dashboard where everything is a filterable, searchable, exportable-to-CSV table, with some extra features like multi-region mode, saved notes, and a debugger for access denied errors. It uses the AWS SDK for JavaScript, so everything is run client-side from your browser. I'm not 100% sure what direction I'm taking it yet…
Re: Ask HN: What are you working on (September 2024)?
#176Also, on my spare time, a tabletop role-playing game.
Re: Ask HN: What are you working on (September 2024)?
#177My side-project, in essence, the bash '&' operator for cases where the first process is already running. It took me months of searching before I could believe that this doesn't already exist, but there you go. I gave in to feature creep, of course, so it's a bit more than that now (I made a ncurses-based dashboard? Why??) but someday soon I'll make it public.
Re: Ask HN: What are you working on (September 2024)?
#178Re: Ask HN: What are you working on (September 2024)?
#179Taking over the affairs of one of my elderly relatives now that she can't manage by herself.
A project with a medical insurer for adjudicating insurance claims using LLMs.
Re: Ask HN: What are you working on (September 2024)?
#180My primary project the past couple weeks has been applying the AI interpretability technique from Anthropic's famous paper this past summer (you know, the Golden Gate Claude one) to single-cell RNA-seq data. What works on one huge, inscrutible vector space ought to work on another, right? In either case, a fun way to keep in practice, both for comp bio and deep learning. My side-project, in essence, the bash '&' oper…