Avian Visitors
fdb
119 points
13 comments
May 31, 2026
Related Discussions
Found 5 related stories in 95.9ms across 9,043 title embeddings via pgvector HNSW
- Bird brains (2023) DiffTheEnder · 309 pts · March 30, 2026 · 48% similar
- Betterbird. Simply Better antsar · 12 pts · April 09, 2026 · 48% similar
- iNaturalist bookofjoe · 374 pts · April 03, 2026 · 46% similar
- Show HN: Flight-Viz – 10K flights on a 3D globe in 3.5MB of Rust+WASM coolwulf · 70 pts · April 01, 2026 · 44% similar
- Urban Birds Are Rising Earlier Because of Traffic Noise (2013) thunderbong · 11 pts · May 03, 2026 · 43% similar
Discussion Highlights (6 comments)
bartman
I'm enjoying tracking the local wildlife with my bird listening station. There's also an excellent alternative to BirdNet-Pi that runs well on non-Raspberry-Pi machines: https://github.com/tphakala/birdnet-go
kiproping
I wanted to do something similar to this, then I started doing some research on birds in general, and those in my locality, then I started learning about Audio and spectograms and Nyquist Theorem and many other interesting audio stuff. Then I started going through the Intro to Conservation Bioacoustics by Cornell course, and started watching Bioacoustic Talks by the K. Lisa Yang Center cornell center. And now I am almost at the point where I cant start manually tagging audio sets, for target species so that I can train custom classifiers to identify birds in Rwanda which are poorly detected by birdnet. TLDR: Being jobless can lead you into interesting ventures. * Nyquist Theorem. https://www.youtube.com/watch?v=IZJQXlbm2dU * Intro to Conservation Bioacoustics https://www.birds.cornell.edu/ccb/pam-materials * Bioacoustic Talks https://www.youtube.com/@CornellSounds
brunohaid
Excellent kachō-e prompt - working on something similar and found it hard to get the right balance between sharp outlines and watercolors, and especially plant morphology is dicey (eg plants like Cacao that fruit from the trunk instead of branch tips). Did anyone come across projects that also nail that aspect well?
tapland
I like this a lot. I've been fascinated by Suzuki Toshitakas work on mapping bird sounds to syntax and want to experiment in that space too. Ive been assisting at a wild bird rehab but not until I got pet birds (released pet birds that no owner could be found for) did I realize they make these extremely faint sounds to each other that I can sometimes just barely make out when I'm right next to them but are not the other quiet humming they make. My mic can capture those sounds sometimes, but I don't know how to analyze for example 24h of recording in the cage to find slight variations to background noise. It doesn't have to be real-time and not bird specific (want to capture sounds they make that doesn't register as bird in the models). If anyone has a suggestion please point me in any direction you know of. Audio is pretty new for me.
rglover
If you dig this idea, highly recommend the Cornell Merlin Bird ID app (likely built on the exact tech used here). Use it on my walks every week and it spots some wild stuff (it even correctly identifies birds who are being mocked by a Mockingbird). Helped me learn the Eastern Blue Bird call (personal favorite) so I know when they're nearby.
contingencies
If like me you had the question "How well does it work in non-American/EU locales?", the answer is apparently pretty well if the Birdnet Go labels are anything to go by: https://github.com/tphakala/birdnet-go-classifiers/blob/main... Unsure if that is a valid assumption, docs could improve here.