Ask HN: Why hasn't x86 caught up with Apple M series?
384 points by stephenheron 1d ago 541 comments
Ask HN: Best codebases to study to learn software design?
100 points by pixelworm 2d ago 89 comments
Ask HN: Why do people hate on Sabine Hossenfelder so much?
4 points by ieuanking 10h ago 10 comments
How can a mutex in Wine be faster than a native one on Linux
3 points by lh_mouse 18h ago 1 comments
Show HN: DeepShot – an open-source NBA predictor with ML, EWMA, and live UI
2 f_sacco 0 8/26/2025, 10:15:57 PM github.com ↗
Hey everyone, I’m an NBA fan and Python dev, and I recently built DeepShot — a machine learning model that predicts NBA game outcomes with about 71% accuracy based on historical stats and rolling performance metrics (EWMA). It features: Real NBA data from Basketball Reference Exponentially Weighted Moving Averages to track momentum Interactive NiceGUI interface with team comparison and predictions Full Python stack and open-source (MIT license) Here’s the GitHub repo: https://github.com/saccofrancesco/deepshot And if you like it, here’s my Buy Me a Coffee: buymeacoffee.com/saccofrancesco Would love any feedback — especially from folks who’ve built sports models or worked on real-time stat tools. Also open to ideas on where to take this next (player-level modeling? betting advice dashboard?).
No comments yet