Live data from Hacker News

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

vincentgregoire.com

31–40 of 56 posts

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

#31
post #17
post #4

Earlier quoted context omitted.

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.

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?

One repo per project. It makes it easier when I want to share or make public. I have 100+ repos in my account and I don’t find that cumbersome.

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

#33
post #29

> 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 :)

Having long ago built an app that does gamecasts for multiple sports, similar to what you get from ESPN, every sport is completely different. There's almost nothing that matches up, except for the very basic concept of a box score. Even play by play has enough differences to be vastly different

I never once built an app for gamecasts, any sport, but even I do realize that sports are different... Not sure what made you(s) believe I'm suggesting the exact same UI for all the sports.

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

#34
post #32

Do the endpoints still work? https://api-web.nhle.com/v1 Keeping upto date endpoints for sport scores is the most difficult challenge.

I took the lazy way out and use a dependency for that. I’ll look into it and see if I can either push a fix upstream or reimplement myself.

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

#38
This is great. I recently asked AI how many software devs played hockey. It estimated 25k - 50k globally. It also called it a 'prestige sport' which never occurred to me (what with all the guys with missing teeth). But the cost of playing is getting significant. Still the most fun sport to play and watch.

Thanks for this - TUI is awesome.

Post reply on HN