标签:#hackernews
找到 6575 篇相关文章
LambdaMART in Depth (2022)
Bending Spoons Hiring Strategy
Show HN: YouTube Guitar Tab Parser
I created a simple CLI that turns a YouTube guitar-lesson video into a PDF of the guitar tab. There are services that transcribe music from Youtube videos into tabs, but they never work well enough for me. Instead I'm taking a simpler approach. It downloads the video, samples frames, uses Claude vision to locate the tab region, crops every frame to that region, de-duplicates the crops by the bar number printed on each line of the score, and stitches the distinct tab lines vertically into a PDF.
EU wants 13+ age restriction for social media
Linux 0.11 rewritten in idiomatic Rust, boots in QEMU
Show HN: Sigwire – a live TUI switchboard for every signal on your Linux box
Hey everyone, I wrote this tool for inspecting linux signals across proceses
The End of the Slack Tax
Bootstrapping GDC with DMD
Mind game helps men reduce Alzheimer's risk by 25% but not women
Samsung Health app threatens data deletion if users opt out AI training
Show HN: I implemented a neural network in SQL
Two weeks ago I was on my babymoon in Corfu, Greece. While in transit, I was overseeing a GSoC intern submit an important feature to my array database library, Xarray-SQL. He added `to_dataset()`, which completed the roundtrip between thinking of array data in a tabular model simultaneously as gridded rasters (the premise of the project is that every Nd array can be mapped to 2d, where orthogonal dims of the Nd array are just primary keys of a tabular representation). We discussed in chat, now t