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
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 too much, but for a little…
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 Bob. And here’s Alice“, SPEAKER_02 says…
Seems to be a common thing. I did something similar two days ago. Pretty helpful so far: https://github.com/combatwombat/cmdline-ai-helper
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). Pretty fun to discover what’s out…
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 in 2033. Until then they sell NFTs for…
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 in the export. Budget, box office or…
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.
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 quick favicons. It was also fun to…
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 by the Web for online access, Kermit…
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 a scary warning. It's now disabled…
Alright, the background can now have rounded corners with smoothing / squircles like in iOS, using Figmas algorithm. Thanks for the suggestion! → https://font2png.com
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.
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 I built my own. Also https://frt.rip,…
That is a nicely polished site. Love the chord cheat sheet.
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-2.png
That would be the OpenAI Recipe creator (eat at your own risk) https://beta.openai.com/examples/default-recipe-generator
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 :)
> 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 with macOS 12.4), that's why I noticed…
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 screenshots with annotations and use Cmd+Shift+4,…
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 minutes to generate a 1300 post blog), but…
It's the standard editor after all https://www.gnu.org/fun/jokes/ed-msg.html
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 element and detecting mouse events.…
I'm using historio.us for three years now, it's great. Thanks for that :)
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 down and share it. And I like the…
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
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 too much, but for a little…
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 Bob. And here’s Alice“, SPEAKER_02 says…
Seems to be a common thing. I did something similar two days ago. Pretty helpful so far: https://github.com/combatwombat/cmdline-ai-helper
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). Pretty fun to discover what’s out…
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 in 2033. Until then they sell NFTs for…
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 in the export. Budget, box office or…
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.
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 quick favicons. It was also fun to…
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 by the Web for online access, Kermit…
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 a scary warning. It's now disabled…
Alright, the background can now have rounded corners with smoothing / squircles like in iOS, using Figmas algorithm. Thanks for the suggestion! → https://font2png.com
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.
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 I built my own. Also https://frt.rip,…
That is a nicely polished site. Love the chord cheat sheet.
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-2.png
That would be the OpenAI Recipe creator (eat at your own risk) https://beta.openai.com/examples/default-recipe-generator
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 :)
> 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 with macOS 12.4), that's why I noticed…
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 screenshots with annotations and use Cmd+Shift+4,…
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 minutes to generate a 1300 post blog), but…
It's the standard editor after all https://www.gnu.org/fun/jokes/ed-msg.html
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 element and detecting mouse events.…
I'm using historio.us for three years now, it's great. Thanks for that :)
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 down and share it. And I like the…