<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: juliobbv</title><link>https://news.ycombinator.com/user?id=juliobbv</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 18 Jun 2026 09:08:25 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=juliobbv" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by juliobbv in "Image Compression"]]></title><description><![CDATA[
<p>You can adjust how much "effort" the avif encoder puts on images.<p>The default speed in libavif (-s 6 in avifenc) is fast enough, and it has been used by big CDNs to encode AVIFs for years. You can make the encoder as fast or slow as you'd like, depending on your compute/compression efficiency trade-off requirements.</p>
]]></description><pubDate>Thu, 18 Jun 2026 00:17:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=48578850</link><dc:creator>juliobbv</dc:creator><comments>https://news.ycombinator.com/item?id=48578850</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48578850</guid></item><item><title><![CDATA[New comment by juliobbv in "Discord just killed anonymity"]]></title><description><![CDATA[
<p>Especially when the a big subset of adults misunderstand of the actual scope of what "nsfw" actually consists of, and unfortunately the lgbt space isn't immune to such harmful perspectives.<p>I've been noticing people in this space react to these news in a very worrisome manner, either by downplaying the need of nsfw in their lives (ironically, hours after discussing a clearly-nsfw matter!), or even worse: by equating all nsfw to "porn"; giving them carte blanche to judge others who want the option for nsfw talk as "being in it just for sex".<p>It's been shocking for me to see this phenomenon unveil in real time. This overwhelming "sanitizing" force that bulldozes through any nuance regarding the nature of being an adult in shared online adult spaces. It's especially rough for marginalized or minority communities, who oftentimes don't even have IRL spaces to talk about adult subject matters.</p>
]]></description><pubDate>Fri, 13 Feb 2026 01:28:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=46997820</link><dc:creator>juliobbv</dc:creator><comments>https://news.ycombinator.com/item?id=46997820</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46997820</guid></item><item><title><![CDATA[New comment by juliobbv in "Philips announces digital pathology scanner with native DICOM JPEG XL output"]]></title><description><![CDATA[
<p>> AVIF is better at low to medium quality, and JXL is better at medium to high quality.<p>BTW, this is no longer true. With the introduction of tune IQ (Image Quality) to libaom and SVT-AV1, AVIF can be competitive with (and oftentimes beat) JXL at the medium to high quality range (up to SSIMULACRA2 85). AVIF is also better than JPEG independently of the quality parameter.<p>JXL is still better for lossless and very-high quality lossy though (SSIMULACRA2 >90).</p>
]]></description><pubDate>Wed, 24 Sep 2025 19:34:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=45364997</link><dc:creator>juliobbv</dc:creator><comments>https://news.ycombinator.com/item?id=45364997</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45364997</guid></item><item><title><![CDATA[Show HN: AvifHash v0 – Compact and efficient image placeholders]]></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>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41513469">https://news.ycombinator.com/item?id=41513469</a></p>
<p>Points: 8</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 11 Sep 2024 17:26:20 +0000</pubDate><link>https://juliobbv.com/avifhash</link><dc:creator>juliobbv</dc:creator><comments>https://news.ycombinator.com/item?id=41513469</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41513469</guid></item><item><title><![CDATA[New comment by juliobbv in "Show HN: Avifify.sh – Encode PNGs into web optimized AVIF images"]]></title><description><![CDATA[
<p>Sounds good! Let me know if you have any questions about SVT-AV1-PSY (I'm a developer).<p>You can check if deltaq is being used in pictures, by opening the AVIFs in aomanalyzer (<a href="https://pengbins.github.io/aomanalyzer.io/" rel="nofollow">https://pengbins.github.io/aomanalyzer.io/</a>), and in the Frame Info tab, check that the DeltaQ Res / Present Flag are set.</p>
]]></description><pubDate>Wed, 11 Sep 2024 17:22:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=41513436</link><dc:creator>juliobbv</dc:creator><comments>https://news.ycombinator.com/item?id=41513436</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41513436</guid></item><item><title><![CDATA[New comment by juliobbv in "Show HN: Avifify.sh – Encode PNGs into web optimized AVIF images"]]></title><description><![CDATA[
<p>This is cool stuff! BTW, I see that you're using `avifenc` with `aomenc` to encode AVIF, so there are few suggestions that overall increase image quality per size:<p>- `deltaq-mode=2` or `deltaq-mode=3` each enable different flavors of variance adaptive quantization, for a more consistent image quality<p>- `tune=ssim` enables the SSIM tune, which correlates better with subjective quality<p>In addition, if you're adventurous, you might want to switch to an alternative encoder that has further tuning for static images. Examples are <a href="https://gitlab.com/damian101/aom-psy101" rel="nofollow">https://gitlab.com/damian101/aom-psy101</a> (which notably has a fixed `sharpness` parameter that actually works beyond a value of 1), and most recently, <a href="https://svt-av1-psy.com/avif/" rel="nofollow">https://svt-av1-psy.com/avif/</a> with the new "still tune" 4 that reliably beats aomenc in 4:2:0 chroma mode at medium effort speeds.</p>
]]></description><pubDate>Mon, 09 Sep 2024 19:23:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=41492449</link><dc:creator>juliobbv</dc:creator><comments>https://news.ycombinator.com/item?id=41492449</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41492449</guid></item></channel></rss>