Show HN: I trained a 125M model to autocomplete piano on-device
567 by simedw | 113 comments on Hacker News. I trained a 125M-parameter transformer to autocomplete piano performances in real time (~108 notes/sec on an iPhone 15). The idea is basically GitHub Copilot or Tabnine, except instead of prompting it with code, you prompt it by playing a few notes on a MIDI piano. The model then continues what you played, entirely on-device. The app is free if anyone wants to try it. Happy to answer questions about the model, training, Core ML, or the many things that didn't work.
Incident with Github.com
463 by SpyCoder77 | 842 comments on Hacker News. Just got this message: "No server is currently available to service your request. Sorry about that. Please try refreshing and contact us if the problem persists." Edit: at the time of posting there was not an incident on githubstatus.com. Now there is. https://ift.tt/nSgBdDk Original Title: "Tell HN: GitHub Is Overloaded"
Ask HN: Alternatives to GitHub
425 by dhruv3006 | 274 comments on Hacker News. Github has been down consistently over the last few months - does it make sense to switch to alternatives?
Tell HN: Cloudflare silently injects its analytics when you switch nameservers
337 by stagas | 90 comments on Hacker News. A few hours ago I switched my nameservers to Cloudflare in order to enable R2 bucket serving through my own subdomain, and I found out that it silently had injected a JS analytics snippet in my HTML-only JS-free site textlog.cc — I had to go to the Analytics dashboard, Add the site to the analytics and then disable the snippet. I find this approach entirely invasive, you should opt-in to features like that not have to opt-out. Just a warning out there to folks who might not be aware of this.
Show HN: Simple algorithm and color space to generate diverse skin tones
509 by automatoney | 92 comments on Hacker News. Hello HN! I found that picking out plausible but diverse skin tones for my digital art and game development projects was kind of difficult, and I got curious about if there was a way to define a color space that made it easy. I've built a color picker and procedural generation algorithm based on the space as well as a bunch of other fun js features and demos throughout the page that use the equations. If you find it interesting, I have lots of explanations of how I built it and what properties the space has. The methodology might be a bit shaky, but hopefully the result is as helpful for others as I have found it! There's lots of room for improvements (see the Future Work section), but I'm really happy with how it turned out.