Top
Best
New

Posted by david927 7 days ago

Ask HN: What Are You Working On? (Nov 2025)

What are you working on? Any new ideas that you're thinking about?
463 points | 1353 commentspage 84
shortrounddev2 7 days ago|
a 3D Graphics framework and a c++ library for parsing valve .map files
Nesco 5 days ago||
Created a tiny tech blog aggregator, after noticing the same blogs appeared over and over on HN’s front page: https://techblo.gs

It was mainly an excuse to learn Go to be frank.

Also to anyone reading this I am taking any blog suggestion you could have

bitsofgrace 7 days ago||
Here’s mine:

I’m building a small live NFL game-prediction tracker and writing up what I learn as I go:

https://michellepellon.com/portfolio/nfl-game-predictions

# What’s under the hood today

ELO translated to the NFL with margin-of-victory adjustments, a modest home-field term, and week-to-week recency weighting.

Post-hoc calibration with isotonic regression so 70% predictions land near 0.70 empirically.

Monte Carlo to roll games forward for distributions on weekly win odds and season outcomes, plus basic reliability/Brier/log-loss tracking.

# Where I’m taking it (ensemble ideas)

Blend a few complementary signals: (1) pure ELO strength; (2) schedule-adjusted EPA/Success Rate features; (3) injury/QB continuity and rest/travel effects; (4) a small “market prior” from closing lines; (5) weather/play style pace features.

Combine via a simple stacked model (regularized logistic, isotonic on top), or a Bayesian hierarchical model that lets team effects evolve with partial pooling.

Separate models for win prob vs. expected margin, then reconcile with a consistent link so the two don’t disagree.

Emphasis on calibration over leaderboard-chasing: reliability diagrams, ECE, PIT histograms, and backtests that penalize regime drift.

# Why I’m doing it

It’s a sandbox to teach myself Monte Carlo and ELO end-to-end—data ingest → feature plumbing → simulation → calibration → eval—on a domain with immediate feedback every week.

# How this connects to my day job (healthcare ops)

I work at BlueSprig, running ~150 ABA therapy clinics. I’m exploring whether ELO-like ideas can augment ops decisions:

“Strength” ratings for clinics, care teams, or scheduling templates based on outcome deltas and throughput (margin-of-victory ≈ effect size/efficiency).

Opponent/schedule ≈ case-mix, payer mix, staffing constraints, geography.

Monte Carlo for expansion planning (new-site ramp curves), capacity/OT forecasting, and risk-adjusted outcome monitoring with calibration so probabilities mean something.

Guardrails for fairness and interpretability so ratings don’t become blunt scorecards.

# Help

If you’ve shipped calibrated ensembles in sports or have pointers on applying rating systems to multi-site healthcare operations, I’d love to trade notes or if you need someone to this and other kind of work for their dayjob email me at mgracepellon@gmail.com -- I would love to do this fulltime.

reverseblade2 7 days ago||
3dpack.ing

Ai driven container planner

zarathustra333 6 days ago||
a bloomberg terminal for prediction markets
CodinM 7 days ago||
A lot of things!

A law professionals helper - aggregates judicial case info into a single place, gives visibility and notifications - asistentul.ro

A scheduling platform for self-employed professionals that offer services (think hair-cutting, nails, psychlogists). (Not yet live)

Aaand something in compliance that I want to keep a bit stealthy right now.

clamble 6 days ago||
An app to share notes from conference talks. Paste. Share. Done. Conference notes without the signup

https://confnotes.com/

Open to any feedback, suggestions or comments.

fuzzygroup 7 days ago||
A food aid grant program to help anyone do mutual aid. Its grass roots activism meets the current SNAP cut madness.

https://www.pollitify.com/grants

simonhamp 7 days ago||
NativePHP
nathias 7 days ago|
a scifi trilogy
More comments...