BloodLink
MILP-based emergency blood donor matching engine
What it does
BloodLink is an open-source web app using Mixed-Integer Linear Programming (MILP) to optimize emergency blood donor selection. Instead of broadcast alert spam, BloodLink scores donors on Distance (35%), Health (33%), and Reliability (31%) to instantly select the top N primary donors + 1 backup. It features real-time MILP solving, interactive route mapping, and a hospital outcomes tracker to update donor eligibility.
An emergency blood donor matching system using Mixed-Integer Linear Programming (MILP) to instantly assign optimal primary and backup donors based on distance, health and reliability scores. - bvklabs/BloodLink
BloodLink is a proof-of-concept web application designed to solve the inefficiencies of traditional blood donation alerts. Instead of spamming all nearby donors during an emergency, BloodLink uses a Mixed-Integer Linear Programming (MILP) optimization engine to instantly calculate and assign the mathematically optimal primary and backup donors. It balances Haversine distance, historical donation reliability, donor health scores, and strict 90-day rest constraints to ensure rapid, reliable emergency response. BloodLink bridges the gap between complex operational research and real-time consumer applications. The core optimization engine evaluates all eligible donors and selects the absolute…from github.com
Does the same job
all alternatives →


- IVI've created a site about Bone Marrow Donation2012 · cheekswab.org · ▲120
Hi HN,<p>I've posted a couple times here before (mostly within posts pertaining to Amit Gupta's search for a bone marrow donor) and I wanted to share a site I've been working on for the past 5 months or so that recently went live. I'm going on my fifth year of being an Acute Myelogenous Leukemia survivor, and while I didn't need a bone marrow transplant myself at one point it was a very real possibility. At that time I became aware of the lack of minority bone marrow donors and made a promise to myself to try to do something about it if I were to survive. This site is something of a…


More dev tools this month
the category →



Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 1d ago · opentrailpaper.com

Launched alongside, August 2026
the whole month →- TL
Life & fun · 10d ago · louisabraham.github.io


- SA
Hello HN! I found that picking out plausible but diverse skin tones for my digital art and game development projects was kind of difficult, and I got curious about if there was a way to define a color space that made it easy. I've built a color picker and procedural generation algorithm based on the space as well as a bunch of other fun js features and demos throughout the page that use the equations. If you find it interesting, I have lots of explanations of how I built it and what properties the space has. The methodology might be a bit shaky, but hopefully the result is as helpful for…
Life & fun · Aug 2026 · toneyalexander.github.io


I trained a 125M-parameter transformer to autocomplete piano performances in real time (~108 notes/sec on an iPhone 15). The idea is basically GitHub Copilot or Tabnine, except instead of prompting it with code, you prompt it by playing a few notes on a MIDI piano. The model then continues what you played, entirely on-device. The app is free if anyone wants to try it. Happy to answer questions about the model, training, Core ML, or the many things that didn't work.
AI · 17d ago · simedw.com