<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: TachyonicBytes</title><link>https://news.ycombinator.com/user?id=TachyonicBytes</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 17 Sep 2026 17:36:55 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=TachyonicBytes" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by TachyonicBytes in "Ask HN: What API or software are people using for transcription?"]]></title><description><![CDATA[
<p>It has the payment button at least</p>
]]></description><pubDate>Tue, 10 Jun 2025 18:48:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=44240031</link><dc:creator>TachyonicBytes</dc:creator><comments>https://news.ycombinator.com/item?id=44240031</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44240031</guid></item><item><title><![CDATA[New comment by TachyonicBytes in "Ask HN: What API or software are people using for transcription?"]]></title><description><![CDATA[
<p>It seems that both use / leverage pyannote. I wonder if the whisperX pipeline can be combined with DiCoW-v2.</p>
]]></description><pubDate>Mon, 09 Jun 2025 20:07:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=44228851</link><dc:creator>TachyonicBytes</dc:creator><comments>https://news.ycombinator.com/item?id=44228851</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44228851</guid></item><item><title><![CDATA[New comment by TachyonicBytes in "Ask HN: What API or software are people using for transcription?"]]></title><description><![CDATA[
<p>Yes, this is exactly where I am going. The LLM also has an advantage, because you can give it the context of the audio (e.g. "this is an audio transcript from a radio show about etc. etc."). I can foresee this working for a future whisper-like model as well.<p>There are two ways to parse your first sentence. Are you saying that you used whisperX and it doesn't do well with diarization? Because I am curious of alternative ways of doing that.</p>
]]></description><pubDate>Mon, 09 Jun 2025 17:55:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=44227154</link><dc:creator>TachyonicBytes</dc:creator><comments>https://news.ycombinator.com/item?id=44227154</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44227154</guid></item><item><title><![CDATA[New comment by TachyonicBytes in "Ask HN: What API or software are people using for transcription?"]]></title><description><![CDATA[
<p>It seems to be pre-built on github, in releases.</p>
]]></description><pubDate>Mon, 09 Jun 2025 16:48:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=44226382</link><dc:creator>TachyonicBytes</dc:creator><comments>https://news.ycombinator.com/item?id=44226382</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44226382</guid></item><item><title><![CDATA[New comment by TachyonicBytes in "Ask HN: What API or software are people using for transcription?"]]></title><description><![CDATA[
<p>I use whisperfile[1] directly. The whisper-large-v3 model seems good with non-English transcription, which is my main use-case.<p>I am also eyeing whisperX[2], because I want to play some more with speaker diarization.<p>Your use-case seems to be batch transcription, so I'd suggest you go ahead and just use whisperfile, it should work well on an M4 mini, and it also has an HTTP API if you just start it without arguments.<p>If you want more interactivity, I have been using Vibe[3] as an open-source replacement of SuperWhisper[4], but VoiceInk from a sibling comment seems better.<p>Aside: It seems that so many of the mentioned projects use whisper at the core, that it would be interesting to explicitly mark the projects that don't use whisper, so we can have a real fundamental comparison.<p>[1] <a href="https://huggingface.co/Mozilla/whisperfile" rel="nofollow">https://huggingface.co/Mozilla/whisperfile</a><p>[2] <a href="https://github.com/m-bain/whisperX">https://github.com/m-bain/whisperX</a><p>[3] <a href="https://github.com/thewh1teagle/vibe/">https://github.com/thewh1teagle/vibe/</a><p>[4] <a href="https://superwhisper.com/" rel="nofollow">https://superwhisper.com/</a></p>
]]></description><pubDate>Mon, 09 Jun 2025 16:47:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=44226349</link><dc:creator>TachyonicBytes</dc:creator><comments>https://news.ycombinator.com/item?id=44226349</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44226349</guid></item><item><title><![CDATA[New comment by TachyonicBytes in "BYD says new fast-charging system could be as quick as filling up a tank"]]></title><description><![CDATA[
<p>There was an article around here about how battery life actually improves if you ultra-fast charge the battery when you make it.<p>Maybe it will deteriorate it, but it seems that the effect that different charge types have on batteries may not be complete yet.</p>
]]></description><pubDate>Tue, 18 Mar 2025 09:08:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=43397112</link><dc:creator>TachyonicBytes</dc:creator><comments>https://news.ycombinator.com/item?id=43397112</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43397112</guid></item><item><title><![CDATA[New comment by TachyonicBytes in "Lynx is the oldest web browser still being maintained"]]></title><description><![CDATA[
<p>I have to add <a href="https://nullprogram.com" rel="nofollow">https://nullprogram.com</a>, just because of the care the author took to have it work better in lynx[1]:<p><pre><code>    Just in case you haven’t tried it, the blog also works really well with terminal-based browsers, such as Lynx and ELinks. Go ahead and give it a shot. The header that normally appears at the top of the page is actually at the bottom of the HTML document structure. It’s out of the way for browsers that ignore CSS.
</code></pre>
[1] <a href="https://nullprogram.com/blog/2017/09/01/" rel="nofollow">https://nullprogram.com/blog/2017/09/01/</a></p>
]]></description><pubDate>Sun, 16 Mar 2025 12:22:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=43378456</link><dc:creator>TachyonicBytes</dc:creator><comments>https://news.ycombinator.com/item?id=43378456</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43378456</guid></item><item><title><![CDATA[New comment by TachyonicBytes in "Show HN: Subtrace – Wireshark for Docker Containers"]]></title><description><![CDATA[
<p>Is this a different method from the httptap [1] that was on hackernews a few weeks ago? Somebody in that post seemed to say that it also generates CA certificates on the fly.<p>[1] <a href="https://news.ycombinator.com/item?id=42919909">https://news.ycombinator.com/item?id=42919909</a></p>
]]></description><pubDate>Wed, 19 Feb 2025 20:26:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=43107159</link><dc:creator>TachyonicBytes</dc:creator><comments>https://news.ycombinator.com/item?id=43107159</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43107159</guid></item><item><title><![CDATA[New comment by TachyonicBytes in "Why blog if nobody reads it?"]]></title><description><![CDATA[
<p>I use Zotero[1] as a personal web archiver. It downloads the page locally, placing most of the resources inside a single html file (pictures become base64 encoded pngs, for example). I find it the best way to have the content available offline and also to be able to reference it easily, seeing as it is a citation manager first.<p>[1] <a href="https://www.zotero.org/" rel="nofollow">https://www.zotero.org/</a></p>
]]></description><pubDate>Thu, 13 Feb 2025 10:37:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=43034625</link><dc:creator>TachyonicBytes</dc:creator><comments>https://news.ycombinator.com/item?id=43034625</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43034625</guid></item><item><title><![CDATA[New comment by TachyonicBytes in "Git clone –depth 2 is vastly better than –depth 1 if you want to Git push later"]]></title><description><![CDATA[
<p>It can, but that's another type of "shallow", or more exactly "not-deep" cloning, called blobless cloning [1]. There is also treeless cloning, with other tradeoffs, but much to the same effect.<p>I found this[2] very enlightening.<p>[1] <a href="https://github.blog/open-source/git/get-up-to-speed-with-partial-clone-and-shallow-clone/" rel="nofollow">https://github.blog/open-source/git/get-up-to-speed-with-par...</a><p>[2] <a href="https://www.howtogeek.com/devops/how-to-use-git-shallow-clone-for-faster-repository-cloning/" rel="nofollow">https://www.howtogeek.com/devops/how-to-use-git-shallow-clon...</a></p>
]]></description><pubDate>Wed, 12 Feb 2025 12:21:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=43024618</link><dc:creator>TachyonicBytes</dc:creator><comments>https://news.ycombinator.com/item?id=43024618</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43024618</guid></item><item><title><![CDATA[New comment by TachyonicBytes in "Composable SQL"]]></title><description><![CDATA[
<p>I assume that framework is not open-source or somewhere I can look at it?</p>
]]></description><pubDate>Wed, 29 Jan 2025 09:08:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=42863014</link><dc:creator>TachyonicBytes</dc:creator><comments>https://news.ycombinator.com/item?id=42863014</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42863014</guid></item><item><title><![CDATA[New comment by TachyonicBytes in "Ask HN: Is anyone doing anything cool with tiny language models?"]]></title><description><![CDATA[
<p>Not the OP, but they are "Headers". Probably coming from the <h1> tag in html. What outsiders probably call "Headlines".</p>
]]></description><pubDate>Wed, 22 Jan 2025 10:13:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=42791163</link><dc:creator>TachyonicBytes</dc:creator><comments>https://news.ycombinator.com/item?id=42791163</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42791163</guid></item><item><title><![CDATA[New comment by TachyonicBytes in "Ask HN: Is anyone doing anything cool with tiny language models?"]]></title><description><![CDATA[
<p>What libraries have you seen that do this?</p>
]]></description><pubDate>Wed, 22 Jan 2025 10:10:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=42791143</link><dc:creator>TachyonicBytes</dc:creator><comments>https://news.ycombinator.com/item?id=42791143</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42791143</guid></item><item><title><![CDATA[New comment by TachyonicBytes in "Unforgeable Quantum Tokens Delivered over Fiber Network"]]></title><description><![CDATA[
<p>You don't need error correction for some crypto primitives. There are QKD networks deployed that don't have that kind of error correction, as far as I know.</p>
]]></description><pubDate>Wed, 25 Dec 2024 21:58:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=42511438</link><dc:creator>TachyonicBytes</dc:creator><comments>https://news.ycombinator.com/item?id=42511438</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42511438</guid></item><item><title><![CDATA[New comment by TachyonicBytes in "Unforgeable Quantum Tokens Delivered over Fiber Network"]]></title><description><![CDATA[
<p>With quantum tokens, law enforcement have to crack your physical devices, so they at least have to good-old-fashion bug your devices. With classical schemes, they can intercept on the way.<p>I wouldn't say that current side-channels, most certainly enabled by hardware, not software, are easier to audit.</p>
]]></description><pubDate>Wed, 25 Dec 2024 14:18:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=42508880</link><dc:creator>TachyonicBytes</dc:creator><comments>https://news.ycombinator.com/item?id=42508880</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42508880</guid></item><item><title><![CDATA[New comment by TachyonicBytes in "Unforgeable Quantum Tokens Delivered over Fiber Network"]]></title><description><![CDATA[
<p>Yes, in theory. In practice, photon generators won't behave perfectly. There are lots of possible attacks, like photon splitting [1].<p>[1] <a href="https://onlinelibrary.wiley.com/doi/full/10.1002/qute.202300437" rel="nofollow">https://onlinelibrary.wiley.com/doi/full/10.1002/qute.202300...</a></p>
]]></description><pubDate>Wed, 25 Dec 2024 14:13:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=42508858</link><dc:creator>TachyonicBytes</dc:creator><comments>https://news.ycombinator.com/item?id=42508858</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42508858</guid></item><item><title><![CDATA[New comment by TachyonicBytes in "Derivatives don't always act like fractions (2021)"]]></title><description><![CDATA[
<p>Would you mind giving us the titles of those books?</p>
]]></description><pubDate>Mon, 16 Dec 2024 15:36:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=42432000</link><dc:creator>TachyonicBytes</dc:creator><comments>https://news.ycombinator.com/item?id=42432000</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42432000</guid></item><item><title><![CDATA[New comment by TachyonicBytes in "Derivatives don't always act like fractions (2021)"]]></title><description><![CDATA[
<p>You can always try infinitesimal analysis[1]<p>[1] <a href="https://people.math.wisc.edu/~hkeisler/calc.html" rel="nofollow">https://people.math.wisc.edu/~hkeisler/calc.html</a></p>
]]></description><pubDate>Mon, 16 Dec 2024 11:18:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=42430043</link><dc:creator>TachyonicBytes</dc:creator><comments>https://news.ycombinator.com/item?id=42430043</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42430043</guid></item><item><title><![CDATA[New comment by TachyonicBytes in "Willow, Our Quantum Chip"]]></title><description><![CDATA[
<p>Simulating a quantum system is a hard challenge and it's actually how Feynman proposed the quantum computing paradigm in the first place. It's basically the original motive.</p>
]]></description><pubDate>Mon, 09 Dec 2024 19:53:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=42369841</link><dc:creator>TachyonicBytes</dc:creator><comments>https://news.ycombinator.com/item?id=42369841</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42369841</guid></item><item><title><![CDATA[New comment by TachyonicBytes in "Willow, Our Quantum Chip"]]></title><description><![CDATA[
<p>Link to the actual article: <a href="https://www.nature.com/articles/s41586-024-08449-y" rel="nofollow">https://www.nature.com/articles/s41586-024-08449-y</a></p>
]]></description><pubDate>Mon, 09 Dec 2024 18:19:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=42368829</link><dc:creator>TachyonicBytes</dc:creator><comments>https://news.ycombinator.com/item?id=42368829</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42368829</guid></item></channel></rss>