frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Faceoff – A terminal UI for following NHL games

https://www.vincentgregoire.com/faceoff/
47•vcf•2h ago•18 comments

Show HN: Shader Lab, like Photoshop but for shaders

https://eng.basement.studio/tools/shader-lab
115•ragojose•3d ago•34 comments

Show HN: Prompt-to-Excalidraw demo with Gemma 4 E2B in the browser (3.1GB)

https://teamchong.github.io/turboquant-wasm/draw.html
68•teamchong•9h ago•32 comments

Show HN: Free PDF redactor that runs client-side

https://redactpdf.net
3•MrGuacamole•1h ago•0 comments

Show HN: MDV – a Markdown superset for docs, dashboards, and slides with data

https://github.com/drasimwagan/mdv
134•drasim•1d ago•50 comments

Show HN: SmallDocs – Markdown without the frustrations

87•FailMore•4d ago•45 comments

Show HN: AI Subroutines – Run automation scripts inside your browser tab

https://www.rtrvr.ai/blog/ai-subroutines-zero-token-deterministic-automation
44•arjunchint•1d ago•15 comments

Show HN: I made a calculator that works over disjoint sets of intervals

https://victorpoughon.github.io/interval-calculator/
307•fouronnes3•1d ago•51 comments

Show HN: Smol machines – subsecond coldstart, portable virtual machines

https://github.com/smol-machines/smolvm
479•binsquare•2d ago•142 comments

Show HN: PanicLock – Close your MacBook lid disable TouchID –> password unlock

https://github.com/paniclock/paniclock/
256•seanieb•2d ago•112 comments

Show HN: Sostactic – polynomial inequalities using sums-of-squares in Lean

https://github.com/mmaaz-git/sostactic
12•mmaaz•21h ago•1 comments

Show HN: Stage – Putting humans back in control of code review

https://stagereview.app/
126•cpan22•3d ago•108 comments

Show HN: Sfsym – Export Apple SF Symbols as Vector SVG/PDF/PNG

https://github.com/yapstudios/sfsym
25•olliewagner•1d ago•8 comments

Show HN: MacMind – A transformer neural network in HyperCard on a 1989 Macintosh

https://github.com/SeanFDZ/macmind
157•hammer32•3d ago•42 comments

Show HN: SPICE simulation → oscilloscope → verification with Claude Code

https://lucasgerads.com/blog/lecroy-mcp-spice-demo/
119•_fizz_buzz_•2d ago•32 comments

Show HN: Pvm – A TUI to browse and run commands across multiple Python venvs

https://github.com/Higangssh/pvm
10•swq115•1d ago•1 comments

Show HN: Home Memory – A local DB of my house, down to cables and pipes

https://github.com/impactjo/home-memory
56•impactjo•3d ago•13 comments

Show HN: Marky – A lightweight Markdown viewer for agentic coding

https://github.com/GRVYDEV/marky
73•GRVYDEV•3d ago•35 comments

Show HN: Open Passkey – open-source passkey auth with free "backendless" host

https://github.com/locke-inc/open-passkey
8•connorpeters•20h ago•1 comments

Show HN: Libretto – Making AI browser automations deterministic

https://github.com/saffron-health/libretto
132•muchael•4d ago•57 comments

Show HN: I can't write Python. It works anyway

https://github.com/Wewoc/Garmin_Local_Archive
8•Wewoc•1d ago•4 comments

Show HN: Pyra – a Python toolchain experiment inspired by uv and Bun

https://github.com/treyorr/pyra
11•trey-orr•1d ago•3 comments

Show HN: AWS's Kiro just got an Open source Codex

https://github.com/thabti/kirodex
7•sovietism•21h ago•0 comments

Show HN: Coelanox – auditable inference runtime in Rust (BERT runs today)

https://www.coelanox.com/
3•Shark1n4Suit•23h ago•0 comments

Show HN: OCI MicroVMs for Proxmox VE

https://github.com/rcarmo/pve-microvm
9•rcarmo•1d ago•3 comments

Show HN: LangAlpha – what if Claude Code was built for Wall Street?

https://github.com/ginlix-ai/langalpha
147•zc2610•5d ago•54 comments

Show HN: Llama.cpp Tutorial 2026: Run GGUF Models Locally on CPU and GPU

12•anju-kushwaha•1d ago•2 comments

Show HN: Praxis – Lab data to publication-ready figures in one Python package

https://github.com/zmtsikriteas/praxis
2•zmtsikriteas•1d ago•0 comments

Show HN: Hiraeth – AWS Emulator

https://github.com/SethPyle376/hiraeth
40•ozarkerD•3d ago•13 comments

Show HN: DOMPrompter – click a DOM element, get a structured AI coding prompt

4•witnote•1d ago•0 comments
Open in hackernews

Show HN: Faceoff – A terminal UI for following NHL games

https://www.vincentgregoire.com/faceoff/
47•vcf•2h ago
Faceoff is a TUI app written in Python to follow live NHL games and browse standings and stats. I got the inspiration from Playball, a similar TUI app for MLB games that was featured on HN.

The app was mostly vibe-coded with Claude Code, but not one-shot. I added features and fixed bugs by using it, as I spent way too much time in the terminal over the last few months.

Try it out with `uvx faceoff` (requires uv).

Comments

divbzero•2h ago
Related:

Playball – Watch MLB games from a terminal - https://news.ycombinator.com/item?id=45451577 - Oct 2025 (146 comments)

Playball: Watch MLB games from the comfort of your own terminal - https://news.ycombinator.com/item?id=37591070 - Sept 2023 (1 comment)

Playball: Watch MLB games from the comfort of your own terminal - https://news.ycombinator.com/item?id=21653981 - Nov 2019 (42 comments)

j45•1h ago
Different sport though, but neat visualizations.
freedomben•2h ago
Nice, I've now created dozens of little personal tools like this now :-)

This is IMHO the killer AI feature for personal use. So many utlities I never would have spent time on are now within reach. Even just non-trivial bashrc aliases and functions

vcf•1h ago
Yeah, I completely agree. It's awesome to be able to build anything you want (as long as it's not too complex). I, too, have at least a dozen, and I usually don't share, but with the playoffs starting, I felt others could enjoy this one.
cr125rider•1h ago
Super fun! Nice job shipping!
embedding-shape•1h ago
> It's awesome to be able to build anything you want (as long as it's not too complex).

That's the thing. It was always awesome, as long as it wasn't too complex. The only thing that changed for me what was "too complex".

zawakin•39m ago
Same — similar pile accumulating, and GitHub has fallen way behind. I keep going back and forth on whether a monorepo is the right answer or if it'd just make the sprawl more legible without actually helping. How are you organizing yours?
j45•1h ago
The missing interface from sports.
rangersny1•1h ago
Nice! In practice, how far behind the TV broadcast does it end up being?
vcf•1h ago
Not too much, but it’s using a Rest API, so it also depends on the refresh rate (default 30 seconds, configurable with cli argument).
james-clef•1h ago
Wicked. Who is your team?
vcf•1h ago
Go Habs Go!
embedding-shape•1h ago
> Acknowledgments - This project was inspired by Playball, a similar terminal application for following MLB baseball games.

Should've gone for something generalized that could handle a bunch of different games, instead of just another sport, so someone caring about multiple sports don't need multiple TUIs :)

vcf•1h ago
Different sports have different ways to present the data. But most importantly, the data availability differs a lot between leagues, so there’s a benefit to having separate tools. I, for one, would not want to maintain an app for all sports.
itsnh98•1h ago
Go Habs!
cyberax•43m ago
What next? Perhaps a small scripting language to run on the side of the terminal?

You know, just to make some simple automations possible, nothing super-special.

_doctor_love•25m ago
settle down
yuppiepuppie•5m ago
Nice! I was thinking about doing something like this but for cycling, however one of the biggest PIA about building products for sports is all the gating of data.

Does the NHL really provide an API for all games? That's nice...