<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: computerbuster</title><link>https://news.ycombinator.com/user?id=computerbuster</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 27 Apr 2026 08:29:15 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=computerbuster" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by computerbuster in "TurboQuant: Redefining AI efficiency with extreme compression"]]></title><description><![CDATA[
<p>JPEG XL is mainly based on unique image-specific research, but you're right to say a lot of the techniques are compatible with videos in theory (the XYB color space comes to mind). AVIF is an AV1 OBU in an image-specific container, and required a lot of image-specific engineering to make AV1's tools useful for images; see libaom's tune "iq", and the same in SVT-AV1. The compression gains translated when engineering effort went into creating bespoke implementations, and the same may happen for LLMs if I had to guess.</p>
]]></description><pubDate>Wed, 25 Mar 2026 17:02:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=47520113</link><dc:creator>computerbuster</dc:creator><comments>https://news.ycombinator.com/item?id=47520113</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47520113</guid></item><item><title><![CDATA[Same Image, Different Score?]]></title><description><![CDATA[
<p>Article URL: <a href="https://halide.cx/blog/chroma-handling/">https://halide.cx/blog/chroma-handling/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46894356">https://news.ycombinator.com/item?id=46894356</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 05 Feb 2026 01:18:21 +0000</pubDate><link>https://halide.cx/blog/chroma-handling/</link><dc:creator>computerbuster</dc:creator><comments>https://news.ycombinator.com/item?id=46894356</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46894356</guid></item><item><title><![CDATA[New comment by computerbuster in "Fast SSIMULACRA2 Implementation in Zig"]]></title><description><![CDATA[
<p>Quick follow-up from the original SSIMULACRA2 author:<p>> The error will be much smaller than the error between ssimu2 and actual subjective quality, so I wouldn't worry about it.</p>
]]></description><pubDate>Mon, 13 Oct 2025 07:11:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=45565611</link><dc:creator>computerbuster</dc:creator><comments>https://news.ycombinator.com/item?id=45565611</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45565611</guid></item><item><title><![CDATA[New comment by computerbuster in "Oavif: Faster target quality image compression"]]></title><description><![CDATA[
<p>Existing tools really just need to do a better job keeping up.</p>
]]></description><pubDate>Mon, 13 Oct 2025 05:11:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=45564872</link><dc:creator>computerbuster</dc:creator><comments>https://news.ycombinator.com/item?id=45564872</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45564872</guid></item><item><title><![CDATA[New comment by computerbuster in "Oavif: Faster target quality image compression"]]></title><description><![CDATA[
<p>Very cool use case! 4:4:4 support + 10-bit color make AVIF very compelling here.</p>
]]></description><pubDate>Mon, 13 Oct 2025 03:02:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=45564315</link><dc:creator>computerbuster</dc:creator><comments>https://news.ycombinator.com/item?id=45564315</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45564315</guid></item><item><title><![CDATA[New comment by computerbuster in "Oavif: Faster target quality image compression"]]></title><description><![CDATA[
<p>I'm a big fan of JPEG XL, but even its most dedicated fans have given up the argument that it is the best for compression efficiency. AVIF's generational leap took place in August 2024 with Tune Still Picture in SVT-AV1-PSY, so much so that Google integrated it into their own encoder and has done very impressive work optimizing it further for the human visual system. JPEG XL's strongest quality is its featureset; lossless JPEG recompression, for example, is really incredible</p>
]]></description><pubDate>Mon, 13 Oct 2025 03:01:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=45564311</link><dc:creator>computerbuster</dc:creator><comments>https://news.ycombinator.com/item?id=45564311</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45564311</guid></item><item><title><![CDATA[Oavif: Faster target quality image compression]]></title><description><![CDATA[
<p>Article URL: <a href="https://giannirosato.com/blog/post/oavif/">https://giannirosato.com/blog/post/oavif/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45559372">https://news.ycombinator.com/item?id=45559372</a></p>
<p>Points: 44</p>
<p># Comments: 20</p>
]]></description><pubDate>Sun, 12 Oct 2025 16:21:59 +0000</pubDate><link>https://giannirosato.com/blog/post/oavif/</link><dc:creator>computerbuster</dc:creator><comments>https://news.ycombinator.com/item?id=45559372</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45559372</guid></item><item><title><![CDATA[New comment by computerbuster in "Fast SSIMULACRA2 Implementation in Zig"]]></title><description><![CDATA[
<p>Hi, author here – the README covers this in the Performance section: <a href="https://github.com/gianni-rosato/fssimu2?tab=readme-ov-file#performance" rel="nofollow">https://github.com/gianni-rosato/fssimu2?tab=readme-ov-file#...</a><p>If you run the `validate.py` script available in the repo, you should see correlation numbers similar to what I've pre-tested & made available in the README: fssimu2 achieves 99.97% linear correlation with the reference implementation's scores.<p>fssimu2 is still missing some functionality (like ICC profile reading) but the goal was to produce a production-oriented implementation that is just as useful while being much faster (example: lower memory footprint and speed improvements make fssimu2 a lot more useful in a target quality loop). For research-oriented use cases where the exact SSIMULACRA2 score is desirable, the reference implementation is a better choice. It is worth evaluating whether or not this is your use case; an implementation that is 99.97% accurate is likely just as useful to you if you are doing quality benchmarks, target quality, or something else where SSIMULACRA2's correlation to subjective human ratings is more important than the exactness of the implementation to the reference.</p>
]]></description><pubDate>Sat, 04 Oct 2025 20:51:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=45476589</link><dc:creator>computerbuster</dc:creator><comments>https://news.ycombinator.com/item?id=45476589</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45476589</guid></item><item><title><![CDATA[Fast SSIMULACRA2 Implementation in Zig]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/gianni-rosato/fssimu2">https://github.com/gianni-rosato/fssimu2</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45467503">https://news.ycombinator.com/item?id=45467503</a></p>
<p>Points: 30</p>
<p># Comments: 4</p>
]]></description><pubDate>Fri, 03 Oct 2025 20:36:44 +0000</pubDate><link>https://github.com/gianni-rosato/fssimu2</link><dc:creator>computerbuster</dc:creator><comments>https://news.ycombinator.com/item?id=45467503</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45467503</guid></item><item><title><![CDATA[New comment by computerbuster in "The Multimedia Renaissance"]]></title><description><![CDATA[
<p>The past two years have seen significant advancements in video and image compression, particularly with the maturation of the SVT-AV1 video encoder and improvements to AVIF image compression. These developments, coupled with faster and more accessible developer tools, have made it easier to produce high-quality compressed media. I have a lot of optimism for the future with AV2 and the potential for further community-driven innovation in open-source compression technology.</p>
]]></description><pubDate>Tue, 19 Aug 2025 06:21:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=44948771</link><dc:creator>computerbuster</dc:creator><comments>https://news.ycombinator.com/item?id=44948771</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44948771</guid></item><item><title><![CDATA[The Multimedia Renaissance]]></title><description><![CDATA[
<p>Article URL: <a href="https://giannirosato.com/blog/post/the-multimedia-renaissance/">https://giannirosato.com/blog/post/the-multimedia-renaissance/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44948770">https://news.ycombinator.com/item?id=44948770</a></p>
<p>Points: 4</p>
<p># Comments: 1</p>
]]></description><pubDate>Tue, 19 Aug 2025 06:21:38 +0000</pubDate><link>https://giannirosato.com/blog/post/the-multimedia-renaissance/</link><dc:creator>computerbuster</dc:creator><comments>https://news.ycombinator.com/item?id=44948770</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44948770</guid></item><item><title><![CDATA[Improving AVIF in Open Source]]></title><description><![CDATA[
<p>Article URL: <a href="https://halide.cx/blog/improving-avif-in-open-source/index.html">https://halide.cx/blog/improving-avif-in-open-source/index.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44564213">https://news.ycombinator.com/item?id=44564213</a></p>
<p>Points: 9</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 14 Jul 2025 19:21:26 +0000</pubDate><link>https://halide.cx/blog/improving-avif-in-open-source/index.html</link><dc:creator>computerbuster</dc:creator><comments>https://news.ycombinator.com/item?id=44564213</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44564213</guid></item><item><title><![CDATA[New comment by computerbuster in "Launch HN: Tinfoil (YC X25): Verifiable Privacy for Cloud AI"]]></title><description><![CDATA[
<p>This is an incredibly robust solution to a really pressing problem for a lot of individuals/orgs who want to use/deploy reasonably powerful LLMs without paying through the nose for hardware. Others have mentioned the hyperscalers have solutions that make some amount of sense (Azure confidential computing, AWS nitro enclaves) but if you read a bit more about Tinfoil, it is clear they want to operate with far less explicit user trust (and thus much better security). This team is setting the standard for provably private LLM inference, and to me, it makes other solutions seem half-baked by comparison. Props to this talented group of people.</p>
]]></description><pubDate>Thu, 15 May 2025 19:00:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=43998186</link><dc:creator>computerbuster</dc:creator><comments>https://news.ycombinator.com/item?id=43998186</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43998186</guid></item><item><title><![CDATA[End-to-end private LLM inference]]></title><description><![CDATA[
<p>Article URL: <a href="https://tinfoil.sh/inference">https://tinfoil.sh/inference</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43842110">https://news.ycombinator.com/item?id=43842110</a></p>
<p>Points: 3</p>
<p># Comments: 1</p>
]]></description><pubDate>Wed, 30 Apr 2025 07:14:23 +0000</pubDate><link>https://tinfoil.sh/inference</link><dc:creator>computerbuster</dc:creator><comments>https://news.ycombinator.com/item?id=43842110</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43842110</guid></item><item><title><![CDATA[How to Compare Video Encoders]]></title><description><![CDATA[
<p>Article URL: <a href="https://giannirosato.com/blog/post/comparing-encoders/">https://giannirosato.com/blog/post/comparing-encoders/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43374279">https://news.ycombinator.com/item?id=43374279</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 15 Mar 2025 18:22:22 +0000</pubDate><link>https://giannirosato.com/blog/post/comparing-encoders/</link><dc:creator>computerbuster</dc:creator><comments>https://news.ycombinator.com/item?id=43374279</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43374279</guid></item><item><title><![CDATA[Indentation Style: Notable Styles]]></title><description><![CDATA[
<p>Article URL: <a href="https://en.wikipedia.org/wiki/Indentation_style">https://en.wikipedia.org/wiki/Indentation_style</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43156932">https://news.ycombinator.com/item?id=43156932</a></p>
<p>Points: 11</p>
<p># Comments: 18</p>
]]></description><pubDate>Mon, 24 Feb 2025 08:08:39 +0000</pubDate><link>https://en.wikipedia.org/wiki/Indentation_style</link><dc:creator>computerbuster</dc:creator><comments>https://news.ycombinator.com/item?id=43156932</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43156932</guid></item><item><title><![CDATA[New comment by computerbuster in "FFmpeg School of Assembly Language"]]></title><description><![CDATA[
<p>Another resource on the same topic: <a href="https://blogs.gnome.org/rbultje/2017/07/14/writing-x86-simd-using-x86inc-asm/" rel="nofollow">https://blogs.gnome.org/rbultje/2017/07/14/writing-x86-simd-...</a><p>As I'm seeing in the comments here, the usefulness of handwritten SIMD ranges from "totally unclear" to "mission critical". I'm seeing a lot on the "totally unclear" side, but not as much on the "mission critical", so I'll talk a bit about that.<p>FFmpeg is a pretty clear use case because of how often it is used, but I think it is easier to quantify the impact of handwriting SIMD with something like dav1d, the universal production AV1 video decoder.<p>dav1d is used pretty much everywhere, from major browsers to the Android operating system (superseding libgav1). A massive element of dav1d's success is its incredible speed, which is largely due to how much of the codebase is handwritten SIMD.<p>While I think it is a good thing that languages like Zig have built-in SIMD support, there are some use cases where it becomes necessary to do things by hand because even a potential performance delta is important to investigate. There are lines of code in dav1d that will be run trillions of times in a single day, and they need to be as fast as possible. The difference between handwritten & compiler-generated SIMD can be up to 50% in some cases, so it is important.<p>I happen to be somewhat involved in similar use cases, where things I write will run a lot of times. To make sure these skills stay alive, resources like the FFmpeg school of assembly language are pretty important, in my opinion.</p>
]]></description><pubDate>Sat, 22 Feb 2025 21:18:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=43143338</link><dc:creator>computerbuster</dc:creator><comments>https://news.ycombinator.com/item?id=43143338</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43143338</guid></item><item><title><![CDATA[New comment by computerbuster in "[dead]"]]></title><description><![CDATA[
<p>AvifHash leverages the power of AVIF to create image placeholders that are both compact and efficient.<p>This Proof of Concept shows promising results: at 27 characters, AvifHash outperforms BlurHash <a href="https://blurha.sh/" rel="nofollow">https://blurha.sh/</a> (using 4x3 components) in quality and detail retention. At a similar quality, BlurHash needs 54 (5x5) to 76 characters (6x6 components).<p>Given that AVIF decoding is done by the web engine, AvifHash is very small: the entire demo page (including parsing and re-hydration code) is only 2.3 kB gzipped.</p>
]]></description><pubDate>Sat, 14 Sep 2024 17:42:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=41541415</link><dc:creator>computerbuster</dc:creator><comments>https://news.ycombinator.com/item?id=41541415</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41541415</guid></item><item><title><![CDATA[New comment by computerbuster in "[dead]"]]></title><description><![CDATA[
<p>A deep dive into programming a freestanding QOI encoder using the Zig programming language.</p>
]]></description><pubDate>Fri, 15 Mar 2024 23:42:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=39721846</link><dc:creator>computerbuster</dc:creator><comments>https://news.ycombinator.com/item?id=39721846</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39721846</guid></item><item><title><![CDATA[The Kitchen Manifesto: 8 Guidelines to Achieving Chef Nirvana]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.nateranda.com/blog/post/the-kitchen-manifesto/">https://www.nateranda.com/blog/post/the-kitchen-manifesto/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=39519346">https://news.ycombinator.com/item?id=39519346</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 27 Feb 2024 02:21:11 +0000</pubDate><link>https://www.nateranda.com/blog/post/the-kitchen-manifesto/</link><dc:creator>computerbuster</dc:creator><comments>https://news.ycombinator.com/item?id=39519346</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39519346</guid></item></channel></rss>