HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kelu124

no profile record

Submissions

Show HN: Building a Resume ontology and tooling for LLMs CV management

github.com
1 points·by kelu124·bulan lalu·0 comments

DIY open-source ultrasound hardware on the rp2040/rp2350

un0rick.cc
96 points·by kelu124·2 bulan yang lalu·12 comments

Show HN: Foresight – rolling dice with 2025 weak signals

2025.kghosh.me
4 points·by kelu124·6 bulan yang lalu·0 comments

comments

kelu124
·18 hari yang lalu·discuss
Ha Will, fancy seeing you there !
kelu124
·2 bulan yang lalu·discuss
Hi, author here. I must say I'm not 100% confident in everything the STM32s do - and the rp2040/rp2350 is an easy one. One of my pieces of work is : continuous acquisition, acquisitions, processing, and writing on a fast storage, which allows for continuous 10MB/s+. All of this can be managed through the 2 cores, and the PIOs.

In short, PIOs are really a game changer, I have dumped a FPGA from the previous iteration to go rp2040.

BUT... solutions like some of PIC32 and their integrated 40Msps ADC are really nice and worth exploring (if I had the time). The positive thing about the pico is that it's so common and tools are so common that it's really a pleasure developping on this device =)