Viewing profile — deltaknight
deltaknight
HN member- Joined
- Sun, Feb 18, 2024, 6:06 PM UTC
- HN karma
- 147
- Public activity
- 47 items
- HN profile
- View on Hacker News ↗
About deltaknight
Recent public activity
-
comment
Comment #48114581
Honestly I wouldn’t take that too seriously, I think the whole triplet “not A, not B, not C” has been extremely common when talking about problems people are passionate about, and …
-
comment
Comment #46367317
This looks super cool, I’ve played around with making custom API clients/executers in multiple teams now and am glad to see something that I might actually use instead of re-rollin…
-
comment
Comment #46182614
The EV cert system is truly terrible on Windows. Worst of all, getting an EV cert isn’t even enough to remove the scary warnings popping up for users! For that you still need to co…
-
comment
Comment #45229978
Honestly whilst the docs make the review process sound complicated, I went through it a few months ago and it ended up being super simple. Just follow the instructions to create th…
-
comment
Comment #43963889
I think these are just the package managers that it supports parsing dependencies for. The actual script seems to just be a single python file. It does seem like the repo is missin…
-
comment
Comment #43742914
Got around to implementing this, docker images are now published. See the README https://github.com/JustAman62/undercut-f1/tree/v3.0.22?tab=r... for updated instructions.
-
comment
Comment #43740059
True single file static executables should now be working in the latest release.
-
comment
Comment #43739947
Got in front of my Windows machine and figured out the issue. I believe Windows support should be fixed in v3.0.10 now ( https://github.com/JustAman62/undercut-f1/releases/tag/v3.0…
-
comment
Comment #43739939
Windows support should be fixed now in 3.0.10 ( https://github.com/JustAman62/undercut-f1/releases/tag/v3.0.... ). Hopefully this works for you!
-
comment
Comment #43739568
Yes correct, sorry forgot to reply to this chain. I've confirmed it works correctly on MacOS, Linux, and Windows under WSL (with the artefacts from the latest release). However, ru…
-
comment
Comment #43738301
Unfortunately I think this is because I haven't signed the executable. I've signed the Mac executable (as I already have an Apple dev account), but the Microsoft process seems to b…
-
comment
Comment #43738008
Ah, so unfortunately the delay is only applied to new data coming in. When you start a live session, we only get the current state and new data coming from the F1 feed, so we can't…
-
comment
Comment #43737827
I have compiled as self-contained, however I missed some configs to make sure that all native binaries were included in the final executable. I've made a new release recently ( htt…
-
comment
Comment #43737804
I'm not personally aware of a method of doing so via a TUI, but I'd be very happy to be corrected. I was under the impression that sending images was the best way to handle non-cha…
-
comment
Comment #43737788
Thanks for the heads up. I think there might be some intricacies with different terminals and OS's which I hasn't fully appreciated (I've only been testing this on a arm64 Mac unfo…
-
comment
Comment #43737767
Thank you! The data comes from a SignalR data stream that F1 provides. It's not exactly public, but also not protected. There are some other projects (like FastF1) which have done …
-
comment
Comment #43735747
I have to admit, the transcription quality isn't all that great, it depends heavily on the driver and the audio quality on that particular weekend. I think it's better than nothing…
-
comment
Comment #43735733
As it happens, I started to make this back when McLaren weren't doing quite as well as they are now... for exactly the reason you describe. Being able to see pit windows easily for…
-
comment
Comment #43735667
Oh that's fantastic, way better than searching for results on modern sports news sites. Definitely bookmarking this, maybe I'll accidentally learn a bit of Finnish.
-
comment
Comment #43735627
Thank you! Yes, learning about the kitty and iterm graphics protocols was surprisingly fun, and opened my eyes to the potential power of modern TUIs (even if I'm not making best us…
-
comment
Comment #43735618
There is https://openf1.org which has an API, although I don't believe it's real-time. My projects uses the SignalR stream directly from F1, but it's not very API friendly and you …
-
comment
Comment #43735601
Yeah that's a fair point. Although I've been a bit iffy about the ethics of monetising somebody else's data - and I feel that line would be definitely crossed if I made a direct co…
-
comment
Comment #43735382
Thank you! I'm very proud of the track map and lap charts. I mulled over for months about rewriting the app into a native app or website so that I could do proper graphics etc, but…
-
comment
Comment #43735301
Wow I'd love to go to a US race at some point, the vibe in those weekends feels so unique compared to the classic European race. Hope you have a great time! Happy to take any feedb…
-
story
Show HN: Undercutf1 – F1 Live Timing TUI with Driver Tracker, Variable Delay
undercutf1 is a F1 live timing app, built as a TUI. It contains traditional timing pages like a Driver Tracker, Timing Tower, Race Control, along with some more detailed analysis l…