Viewing profile — sovok
sovok
HN member- Joined
- Sat, Aug 01, 2009, 11:42 PM UTC
- HN karma
- 85
- Public activity
- 59 items
- HN profile
- View on Hacker News ↗
About sovok
Recent public activity
-
comment
Comment #48193967
The Python process peaks at about 15 GB, so maybe a 24 GB GPU works. But others seem to have problems wih Nvidia: https://github.com/apple/ml-sharp/issues/84
-
comment
Comment #48193789
Also interesting: https://github.com/apple/ml-sharp Apples model to generate Gaussian splats from a single image. Takes about 30 seconds on an M1 Pro. It falls apart once you move …
-
comment
Comment #44253803
An LLM step also works pretty well for diarization. You get a transcript with speaker-segmentation (with whisper and pyannote for example), SPEAKER_01 says at some point „Hi I’m Bo…
-
comment
Comment #42762968
Seems to be a common thing. I did something similar two days ago. Pretty helpful so far: https://github.com/combatwombat/cmdline-ai-helper
-
comment
Comment #41252792
Very neat. I like the channel idea. There’s also https://random-video.com which shows one of 4.5 Billion YouTube videos randomly (or with a filter for view count, language, year). …
-
comment
Comment #39201157
There seem to be a few fancy boat projects that turn out to just be renderings and NFT scams. Like https://www.pangeosyacht.com/projects , an $8 Billion „Terayacht“ maybe launching…
-
comment
Comment #38625429
Nice. I gather one could generate a lot of listicles with that. "The 10 most * movies of *", "5 early but great movies by famous actors", ... Too bad IMDb doesn't provide more data…
-
comment
Comment #38625383
This was fun. I like the little bounce of playing field when the block hits the bottom. And it loads pretty fast for a Godot web game.
-
comment
Comment #38625227
https://font2png.com to browse font-icons and export them as PNG, with background/foreground color. Usually you want SVG, but sometimes a PNG is better. I use it mostly to generate…
-
comment
Comment #37011882
The linked project website is interesting as well and quite a deep rabbit hole: https://www.kermitproject.org/kermit.html > Although terminal emulation has been largely supplanted …
-
comment
Comment #34557991
Thanks. The spatial audio is just a feature of the excellent https://howlerjs.com/ . But I added MIDI keyboard support to the secret fart piano recently and thus Firefox throws up …
-
comment
Comment #34557810
Alright, the background can now have rounded corners with smoothing / squircles like in iOS, using Figmas algorithm. Thanks for the suggestion! → https://font2png.com
-
comment
Comment #34554472
Good idea. I never really use the background color, but since it's there, a corner radius makes sense. I'll play around with that soon.
-
comment
Comment #34552793
https://font2png.com to create PNGs from icon fonts like Font Awesome. SVGs are usually the way to go, but sometimes you need a PNG. A previous tool that did the same went away, so…
-
comment
Comment #33492293
That is a nicely polished site. Love the chord cheat sheet.
-
comment
Comment #33473852
Looks interesting. Do you read the Figma file format and re-implement all the rendering? Although I get an 500 error right now: https://sc.robsite.net/files/1667596588-pikmaker-500…
-
comment
Comment #32170419
That would be the OpenAI Recipe creator (eat at your own risk) https://beta.openai.com/examples/default-recipe-generator
-
comment
Comment #31788084
It's 1.5.3 (1), Cmd+Z doesn't work on Intel and M1 Pro Macs: https://sc.robsite.net/files/1655539486-shottr-about.png I'll check out future updates :)
-
comment
Comment #31786088
> Undo/Redo: funny thing, it works on Cmd+Z / Cmd+Shift+Z, but is not wired in the menu (don't ask why, it's sort of a tech debt, haha) Cmd+Z doesn't work either here (Intel iMac w…
-
comment
Comment #31785048
This is neat with some fun features. It's hard to make something that complements the pretty powerful built-in screenshot and measurement tools of macOS. I take a lot of screenshot…
-
comment
Comment #21618243
Or use WordPress to manage your content, then create a static site from that with https://wp2static.com or https://www.simplystatic.co . Not nearly as fast as Hugo or Jekyll (~5 mi…
-
comment
Comment #15080502
It's the standard editor after all https://www.gnu.org/fun/jokes/ed-msg.html
-
comment
Comment #12963475
Thanks. It's just plain JavaScript and some jQuery. It uses SVG so the browser takes on some of the work you'd have to do yourself with canvas, like having the shapes as their own …
-
comment
Comment #12961020
I'm using historio.us for three years now, it's great. Thanks for that :)
-
comment
Comment #12960714
https://wootboard.com Draw something and share it. Like jsFiddle for drawings. In need of a rewrite and mobile support, but pretty useful if you just want to scribble something dow…