From low-def 3D ultrasounds to high-resolution images
Does the same job
all alternatives →- AOAn open-source ultrasound imaging dev kit side project2016 · murgen.echopen.org · ▲122
- FUFPGA Ultrasound Imaging on a Raspberry Pi2018 · un0rick.cc · ▲199
- 3O3dasd – open-source DIY room-scale 3D scanner2021 · 3dasd.com · ▲248
- MGMedical-grade image from an open-source ultrasound dev kit side project2016 · github.com · ▲9
- HAHacking an ultrasound probe with a Raspberry Pi and low-cost hardware2017 · kelu124.gitbooks.io · ▲227
- ASA software solution to ultrasound blood flow monitoring2017 · bigwww.epfl.ch · ▲85
More life & fun this month
the category →- TL
Life & fun · 10d ago · louisabraham.github.io

Photosynthesis fires two of your iPhone
Life & fun · 28d ago · photosynthesis.camera
SoloUno▲310Take control of hair pulling, nail biting & skin picking
Life & fun · 28d ago · solouno.io

Scroll through all 43,252,003,274,489,856,000 reachable Rubik's Cube permutations.
Life & fun · 26d ago · everycube.alen.is


Hi HN, I built Eigendrum, a web tool that solves the 2D wave equation for arbitrary shapes so you can hear what they sound like as drums. How it works: * Solves -∇²u = λu using finite element analysis (Kφ = λMφ) on a triangle mesh. * Validated to <0.1% error against closed-form solutions for circles (Bessel zeros) and rectangles. * Sound model factors in strike location, Rayleigh damping, and mallet width. * Includes Kac drums I & II to demonstrate identical sound spectra from different geometries. * No frameworks, build steps, or dependencies. Repo and tests:…
Life & fun · 27d ago · baselashraf81.github.io
Launched alongside, March 2023
the whole month →




- BI
I'm a big fan of the BBC podcast In Our Time -- and (like most people) I've been playing with the OpenAI APIs. In Our Time has almost 1,000 episodes on everything from Cleopatra to the evolution of teeth to plasma physics, all still available, so it's my starting point to learn about most topics. But it's not well organised. So here are the episodes sorted by library code. It's fun to explore. Web scraping is usually pretty tedious, but I found that I could send the minimised HTML to GPT-3 and get (almost) perfect JSON back: the prompt includes the Typescript definition. At the same time I…
AI · 2023 · genmon.github.io