<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: pantelisk</title><link>https://news.ycombinator.com/user?id=pantelisk</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 01 Aug 2026 03:08:09 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=pantelisk" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by pantelisk in "2x, not 10x: coding with LLMs in 2026"]]></title><description><![CDATA[
<p>While I agree with the premise, I think this angle only applies on work one was going to do no matter what. The real power of these tools is that there are so many ideas people would like to try, but never have the time or motivation to pursue.<p>So the comparison is not only "built with and without LLM" but "would you even build this if you didn't have the LLM?". The gap in productivity in this case is much more wide.</p>
]]></description><pubDate>Thu, 30 Jul 2026 20:31:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=49115360</link><dc:creator>pantelisk</dc:creator><comments>https://news.ycombinator.com/item?id=49115360</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49115360</guid></item><item><title><![CDATA[New comment by pantelisk in "FAANG Simulator"]]></title><description><![CDATA[
<p>Really fun project, but doesn't take ageism into account, it gets easier the further you get whereas it should get be getting harder in certain ways</p>
]]></description><pubDate>Wed, 08 Jul 2026 21:04:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=48837411</link><dc:creator>pantelisk</dc:creator><comments>https://news.ycombinator.com/item?id=48837411</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48837411</guid></item><item><title><![CDATA[New comment by pantelisk in "Cloudflare Drop"]]></title><description><![CDATA[
<p>There are also solutions for sharing your homelab with others (basically tunneling from your machine->server (internet accessible) <-> client. Though, if your machine would go to sleep that whole chain would fall apart. A few good automatic solutions out there that solve the problem (no "just replace dropbox with ftp" type of argument).<p>However, I see the appeal of this. Kind of surprised it hasn't happened yet to be honest.</p>
]]></description><pubDate>Wed, 08 Jul 2026 20:51:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=48837257</link><dc:creator>pantelisk</dc:creator><comments>https://news.ycombinator.com/item?id=48837257</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48837257</guid></item><item><title><![CDATA[New comment by pantelisk in "Show HN: PocketTTS-raven – fast local in-browser TTS with voice cloning"]]></title><description><![CDATA[
<p>Yes, you can see an early demo video in the page, of a very early version (I decided not to post the final wip yet).<p>I’m building an AI gaming companion. Essentially an AI NPC (a speaking dog, think dogmeat of fallout on steroids) that is grounded in the game world, can perceive what’s happening, perform actions, follow complex multi-step instructions, and strategize with the player. I want it to feel natural, so I 'm aiming for real audio conversationality (no push to talk & wait), so audio is important, but also... every millisecond trimmed from audio can be dedicated to heavier AI systems (caching helps heavily there, but extracting player's intent before it even reaches an LLM is probably the biggest trick).<p>Budgets are pretty tight, ~400ms for everything. I have optimized qwen-3-asr and added streaming detection to it, as well as pocket-tts (this) and qwen-3-tts, with a goal of ~70ms for audio for both detection/creation and then ~350ms for the planning.<p>It's interesting that gpt-live was just announced today, planning to make more things open source as well as the learnings while building this.</p>
]]></description><pubDate>Wed, 08 Jul 2026 18:07:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=48835204</link><dc:creator>pantelisk</dc:creator><comments>https://news.ycombinator.com/item?id=48835204</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48835204</guid></item><item><title><![CDATA[New comment by pantelisk in "Show HN: PocketTTS-raven – fast local in-browser TTS with voice cloning"]]></title><description><![CDATA[
<p>Hi HN — I’ve been working on a real-time conversational AI, and one of the biggest problems is speech latency. As I was experimenting with various TTS systems I stumbled upon Pocket-TTS by Kyutai. It runs on the CPU which made it a great candidate  since it keeps speech synthesis away from GPU resources.<p>As I was using it I noticed that it didn't solve the latency issues fully due to leading silence and artifacts generation (quite common with all these systems). So I started poking under the hood with the help of agents to try and improve it.<p>On m4 max, the new browser build runs around ~14x realtime on longer utterances, and around ~3.5x realtime on an iPhone 16 Pro. The native CPU path is faster still: roughly 32–33x realtime warm, with first useful audio around 30ms on my benchmarks. Other systems will vary; my Windows browser results were slower but still usable. This does not introduce a new model or claim better voice quality. The goal was to preserve the intended PocketTTS quality while making it fast enough for low-latency interactive scenarios.<p>I decided to open source it in case it's useful for anyone else, or at least as a demo of what things that are finally possible now that the barrier of trying stuff has been lowered.<p>EDIT: Keep in mind it downloads 67mb of data on load.</p>
]]></description><pubDate>Wed, 08 Jul 2026 16:46:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=48834210</link><dc:creator>pantelisk</dc:creator><comments>https://news.ycombinator.com/item?id=48834210</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48834210</guid></item><item><title><![CDATA[Show HN: PocketTTS-raven – fast local in-browser TTS with voice cloning]]></title><description><![CDATA[
<p>Article URL: <a href="https://pantel.is/projects/pocket-tts-raven/">https://pantel.is/projects/pocket-tts-raven/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48834069">https://news.ycombinator.com/item?id=48834069</a></p>
<p>Points: 4</p>
<p># Comments: 4</p>
]]></description><pubDate>Wed, 08 Jul 2026 16:34:04 +0000</pubDate><link>https://pantel.is/projects/pocket-tts-raven/</link><dc:creator>pantelisk</dc:creator><comments>https://news.ycombinator.com/item?id=48834069</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48834069</guid></item><item><title><![CDATA[New comment by pantelisk in "CSSQuake"]]></title><description><![CDATA[
<p>And I think both have seen these much older handcrafted css3d engines<p>- <a href="https://pantel.is/projects/css3d/" rel="nofollow">https://pantel.is/projects/css3d/</a><p>- <a href="https://keithclark.co.uk/labs/css-fps/" rel="nofollow">https://keithclark.co.uk/labs/css-fps/</a> (the original)<p>but quake and doom took it to the next level :)</p>
]]></description><pubDate>Sat, 20 Jun 2026 17:00:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=48610820</link><dc:creator>pantelisk</dc:creator><comments>https://news.ycombinator.com/item?id=48610820</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48610820</guid></item><item><title><![CDATA[New comment by pantelisk in "Show HN: Audiomass – a free, open-source multitrack audio editor for the web"]]></title><description><![CDATA[
<p>OpenDAW is different beast in the same field. It's a full music editor and suite, where you can write notes down on a piano roll (or record with midi), then use synthesizers and samples to turn that into a song.<p>Audiomass is an audio editor, meaning that it works with already existing files that might need to be cut, edited, cleaned, or filtered, or in case where one has multiple stems put together to be mixed.<p>Think of it a bit like vector vs pixel editing. OpenDAW is vectors (music info), audiomass is pixels (music data)</p>
]]></description><pubDate>Mon, 25 May 2026 21:04:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=48271666</link><dc:creator>pantelisk</dc:creator><comments>https://news.ycombinator.com/item?id=48271666</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48271666</guid></item><item><title><![CDATA[New comment by pantelisk in "Show HN: Audiomass – a free, open-source multitrack audio editor for the web"]]></title><description><![CDATA[
<p>oh to go back to multitrack, there is a button at the top right (multitrack beta).  Maybe it feels abit disconnected being there</p>
]]></description><pubDate>Mon, 25 May 2026 21:01:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=48271638</link><dc:creator>pantelisk</dc:creator><comments>https://news.ycombinator.com/item?id=48271638</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48271638</guid></item><item><title><![CDATA[New comment by pantelisk in "Show HN: Audiomass – a free, open-source multitrack audio editor for the web"]]></title><description><![CDATA[
<p>I just tried it with a 2 hour podcast file, since more people asked about long files. It is performs great on chrome on my pretty powerful macbook. Some operations are a little slow and zooming in to max level starts to be slow, default things like cut/paste, apply fade effect and volume controls to areas of the file feel ok.</p>
]]></description><pubDate>Mon, 25 May 2026 17:02:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=48269068</link><dc:creator>pantelisk</dc:creator><comments>https://news.ycombinator.com/item?id=48269068</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48269068</guid></item><item><title><![CDATA[New comment by pantelisk in "Show HN: Audiomass – a free, open-source multitrack audio editor for the web"]]></title><description><![CDATA[
<p>Thanks for your comment :) you can press "preview" (and there is a little on/off) in the effect's modal window. But I agree with you, an automation type system that operates on the entire track might be better</p>
]]></description><pubDate>Mon, 25 May 2026 09:48:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=48265092</link><dc:creator>pantelisk</dc:creator><comments>https://news.ycombinator.com/item?id=48265092</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48265092</guid></item><item><title><![CDATA[New comment by pantelisk in "Show HN: Audiomass – a free, open-source multitrack audio editor for the web"]]></title><description><![CDATA[
<p>Author here. License is pretty much do whatever you want with it (free as in free information and free beer), I suppose the closest one to that would be MIT, but I don't like its serious legalese tone. I prefer the whimsical "free as in..." phrase</p>
]]></description><pubDate>Mon, 25 May 2026 09:30:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=48264979</link><dc:creator>pantelisk</dc:creator><comments>https://news.ycombinator.com/item?id=48264979</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48264979</guid></item><item><title><![CDATA[New comment by pantelisk in "Show HN: Audiomass – a free, open-source multitrack audio editor for the web"]]></title><description><![CDATA[
<p>you can click and drag to select part of the audio (and then drag the edges of the selection region that has appeared if you want to adjust it), and then apply the effect. All effects prioritize the current selection first, and if no selection is present then get applied on the entire track.</p>
]]></description><pubDate>Mon, 25 May 2026 09:05:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=48264852</link><dc:creator>pantelisk</dc:creator><comments>https://news.ycombinator.com/item?id=48264852</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48264852</guid></item><item><title><![CDATA[New comment by pantelisk in "Show HN: Audiomass – a free, open-source multitrack audio editor for the web"]]></title><description><![CDATA[
<p>Hey HN. Thanks again for featuring this project :) this is my favorite community on the internet and my go to site to visit, almost by reflex, when I have idle time, so it feels me with joy to have made something well received here.<p>I 'll be heading off soon, so decided to write some features included in this release that might not be apparent right away (still working on improving the UX).<p>- Drag n drop multiple audio files into multitrack = multiple channels automatically created<p>- Double click on a waveform box in multitrack, opens it in the original audio editor (for more precise editing)<p>- Copying (command+c, or shift+c) works between multitrack and regular editor. So for example, you can open a file in original editor tweak it, and then copy all or part of it and paste it in multitrack in a specific channel.<p>- Most effects have already pre-made presets to make them easier to use<p>- You can make your own effect presets by clicking the 3 dots after having made a modification in an effect (stored in localstorage)<p>- Zero crossing selection is under "Edit"<p>- There is a tempo tools section in View. You can automatically detect tempo of a track, tap to guess a tempo and play with metronome<p>- There is also an id3 tag viewer (for mp3 files) there as well<p>- You can right click or press M to add markers (makes it easier to highlight sections of a track, especially when working with longer audio tracks)<p>- Seamless Loop tool (under Edit): crossfade preview, silence trim, repeat loop, open loop in a new editor tab.<p>- Offline/PWA support: Help > store offline version, will open a new page that will trigger a service worker that will make the site work offline as well.<p>- Session export as .amss file for multitrack. If you aren't done working on a session you can export all of its audiofiles and configuration in an LZMA compressed container file (will still be pretty big though). For single audio mode, mp3/wav/flac export is available.<p>- Pressing X in multitrack when 2 waveform boxes overlap, makes them crossfade smoothly (denoted by an "XF" label at the top right - undocumented behavior but can be quite useful, will keep improving it)<p>- You can open the menu by pressing the ~ key and then navigate it with arrow keys (left/right for sections, bottom up for selections, enter to trigger an action and esc to close) for a tiny bump in speed of getting things done. Similarly the time controls are clickable and open a mini menu where a time can be specified to jump quickly to it (arrow keys to go between minutes/s/ms)<p>And finally my favorite feature of them all (though not a new one per se),<p>- In "View" select "Frequency analyzer" or "Multitrack mixer" and then press the dock button. Audiomass supports the ability to extract elements of it into new pop up windows. So you could have parts of the application on a different monitor keeping the main app in the main tab. It's a very old trick, but I find it kinda cool :)<p>Thanks again and hope you enjoyed the sample music! (edit: formatting)</p>
]]></description><pubDate>Mon, 25 May 2026 08:00:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48264519</link><dc:creator>pantelisk</dc:creator><comments>https://news.ycombinator.com/item?id=48264519</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48264519</guid></item><item><title><![CDATA[New comment by pantelisk in "Show HN: Audiomass – a free, open-source multitrack audio editor for the web"]]></title><description><![CDATA[
<p>Oh.. I 'm mindblown! I was wrong, this is the great tracker we were missing</p>
]]></description><pubDate>Mon, 25 May 2026 04:36:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=48263418</link><dc:creator>pantelisk</dc:creator><comments>https://news.ycombinator.com/item?id=48263418</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48263418</guid></item><item><title><![CDATA[New comment by pantelisk in "Show HN: Audiomass – a free, open-source multitrack audio editor for the web"]]></title><description><![CDATA[
<p>I think this git but for music you are suggesting is quite interesting (or more like a figma for music maybe).
My musician friends still use dropbox and google drive to push around files to each other. Honestly, I would be all for it but I have a feeling that musicians are a tough crowd when it comes to these services. So maybe if somebody like Bandcamp who has already demonstrated good will with the community steps up and builds something that would be a delight.</p>
]]></description><pubDate>Mon, 25 May 2026 03:30:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48263180</link><dc:creator>pantelisk</dc:creator><comments>https://news.ycombinator.com/item?id=48263180</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48263180</guid></item><item><title><![CDATA[New comment by pantelisk in "Show HN: Audiomass – a free, open-source multitrack audio editor for the web"]]></title><description><![CDATA[
<p>Oh, that's fantastic to know.<p>Did you load it into multitrack, or the regular editor? (in multitrack it does not scale currently, but working on it). On regular editor it should in theory try to zoom.<p>There is a pyramid cache mechanism for long files, basically it tries to optimize with simple heuristics how many peak-lines to show for every zoom level. The renderer is pretty dumb right now - just old-school 2d canvas "ctx.lineTo" calls - no gpu, so enormous files can really make it slow, this is the reason for the drops (to ease load).
So it might be dropping way too many samples in this case and then not switching properly to the next cache level because the zoom to duration/length ratio is enormous.<p>I 'll look into it. Thanks again</p>
]]></description><pubDate>Mon, 25 May 2026 03:00:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=48263038</link><dc:creator>pantelisk</dc:creator><comments>https://news.ycombinator.com/item?id=48263038</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48263038</guid></item><item><title><![CDATA[New comment by pantelisk in "Show HN: Audiomass – a free, open-source multitrack audio editor for the web"]]></title><description><![CDATA[
<p>All very good points, not much to say I agree with you. With loading plugins on demand it could grow in size without affecting load and experience (and since offline mode is a separate link that would still be fine to be a little larger since it's fetching the app locally).</p>
]]></description><pubDate>Mon, 25 May 2026 02:01:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=48262785</link><dc:creator>pantelisk</dc:creator><comments>https://news.ycombinator.com/item?id=48262785</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48262785</guid></item><item><title><![CDATA[New comment by pantelisk in "Show HN: Audiomass – a free, open-source multitrack audio editor for the web"]]></title><description><![CDATA[
<p>> <a href="https://news.ycombinator.com/item?id=23337091">https://news.ycombinator.com/item?id=23337091</a></p>
]]></description><pubDate>Mon, 25 May 2026 01:58:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=48262770</link><dc:creator>pantelisk</dc:creator><comments>https://news.ycombinator.com/item?id=48262770</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48262770</guid></item><item><title><![CDATA[New comment by pantelisk in "Show HN: Audiomass – a free, open-source multitrack audio editor for the web"]]></title><description><![CDATA[
<p>Yes, it's part of the fun. Original version was 65kb (with just the single editor mode and all the filters, mp3/wav export etc). But then having to add flac codec, tempo estimators and finally the multitrack mode, made it closer to 100.<p>When I started developing I was a little frustrated with how bloated the web felt back then so I took that direction, it's much better today though and it's no longer an issue, but I still find it fun to impose these constraints and try to work within or around them (there's this fascinating concept of constrained creativity)</p>
]]></description><pubDate>Mon, 25 May 2026 00:26:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=48262376</link><dc:creator>pantelisk</dc:creator><comments>https://news.ycombinator.com/item?id=48262376</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48262376</guid></item></channel></rss>