<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: dvhh</title><link>https://news.ycombinator.com/user?id=dvhh</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 05 May 2026 08:24:33 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=dvhh" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by dvhh in "Why TUIs Are Back"]]></title><description><![CDATA[
<p>And desktop app are tuning into bloated website</p>
]]></description><pubDate>Mon, 04 May 2026 01:29:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=48003575</link><dc:creator>dvhh</dc:creator><comments>https://news.ycombinator.com/item?id=48003575</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48003575</guid></item><item><title><![CDATA[New comment by dvhh in "The text mode lie: why modern TUIs are a nightmare for accessibility"]]></title><description><![CDATA[
<p>admittedly mc is far from being a "modern" TUI</p>
]]></description><pubDate>Mon, 04 May 2026 01:22:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=48003536</link><dc:creator>dvhh</dc:creator><comments>https://news.ycombinator.com/item?id=48003536</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48003536</guid></item><item><title><![CDATA[New comment by dvhh in "I Got Sick of Remembering Port Numbers"]]></title><description><![CDATA[
<p>works with curl, maybe there is a case to either build a proxy for UDS and expose them to a browser, or open a request ticket to browser maintainers to support UDS</p>
]]></description><pubDate>Fri, 01 May 2026 06:06:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=47971699</link><dc:creator>dvhh</dc:creator><comments>https://news.ycombinator.com/item?id=47971699</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47971699</guid></item><item><title><![CDATA[New comment by dvhh in "Bugs Rust won't catch"]]></title><description><![CDATA[
<p>I would recognize sarcasm when I see it. But statistically, that could be true, considering the amount of C code running ( probably far less than COBOL or FORTRAN  ), Compared to the relatively small amount of Rust code vs the amount of faults observed with it.</p>
]]></description><pubDate>Wed, 29 Apr 2026 16:01:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47950273</link><dc:creator>dvhh</dc:creator><comments>https://news.ycombinator.com/item?id=47950273</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47950273</guid></item><item><title><![CDATA[New comment by dvhh in "Bugs Rust won't catch"]]></title><description><![CDATA[
<p>Considering how Ubuntu seems to influence Debian development, this is only slightly surprising.<p>See: <a href="https://lists.debian.org/deity/2025/10/msg00071.html" rel="nofollow">https://lists.debian.org/deity/2025/10/msg00071.html</a> - Hard Rust requirements from May onward - by a Core Ubuntu Developer</p>
]]></description><pubDate>Wed, 29 Apr 2026 15:50:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47950093</link><dc:creator>dvhh</dc:creator><comments>https://news.ycombinator.com/item?id=47950093</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47950093</guid></item><item><title><![CDATA[New comment by dvhh in "Python Is Dead"]]></title><description><![CDATA[
<p>confirming that Rust popularity is in great part due to the advent of LLM for generating code.</p>
]]></description><pubDate>Thu, 16 Apr 2026 03:30:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=47788363</link><dc:creator>dvhh</dc:creator><comments>https://news.ycombinator.com/item?id=47788363</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47788363</guid></item><item><title><![CDATA[New comment by dvhh in "Firefox 148 Launches with AI Kill Switch Feature and More Enhancements"]]></title><description><![CDATA[
<p>If I wanted a browser with AI, I would have used Chrome or Edge</p>
]]></description><pubDate>Tue, 24 Feb 2026 06:36:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=47133601</link><dc:creator>dvhh</dc:creator><comments>https://news.ycombinator.com/item?id=47133601</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47133601</guid></item><item><title><![CDATA[New comment by dvhh in "Editor's Note: Retraction of article containing fabricated quotations"]]></title><description><![CDATA[
<p>looking at the statement, I find it weird that Benj Edwards is trying very hard to remove the blame from Kyle Orland, Even if he is not directly responsible.</p>
]]></description><pubDate>Mon, 16 Feb 2026 11:13:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=47033664</link><dc:creator>dvhh</dc:creator><comments>https://news.ycombinator.com/item?id=47033664</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47033664</guid></item><item><title><![CDATA[New comment by dvhh in "Kafka is Fast – I'll use Postgres"]]></title><description><![CDATA[
<p>Once used object storage as queue, you can implement queue semantic at the application level, with one object per entry.<p>But the application was fairly low volume in Data and usage, So eventual consistency and capacity was not an issue. And yes timestamp monotonicity is not guaranteed when multiple client upload at the same time so unique id was given to each client at startup and used for to add guarantee of entries name.
Metadata and prefix were used to indicate state of object during processing.<p>Not ideal, but it was cheaper that a DB or a dedicated MQ.
The application did not last, but would try again the approach if adapted to stuation.</p>
]]></description><pubDate>Thu, 30 Oct 2025 10:53:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=45758540</link><dc:creator>dvhh</dc:creator><comments>https://news.ycombinator.com/item?id=45758540</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45758540</guid></item><item><title><![CDATA[New comment by dvhh in "DXGI debugging: Microsoft put me on a list"]]></title><description><![CDATA[
<p>Comes with the general perception of OS vs Software failure responsibility:<p>- On Windows, this is Window's fault
- On Apple OS, this is the application's fault
- On Linux, this is the user's fault<p>Of course exception do apply, but as far as I know MacOS I have noticed some instance of application patching by the OS itself (although I haven't dug deeper, I can confirm that the application did have a slight change of behavior even before applying vendor patches, and I doubt it was anything done by the anti-malware protection)</p>
]]></description><pubDate>Wed, 24 Sep 2025 02:07:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=45355465</link><dc:creator>dvhh</dc:creator><comments>https://news.ycombinator.com/item?id=45355465</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45355465</guid></item><item><title><![CDATA[New comment by dvhh in "I genuinely don't understand why some people are still bullish about LLMs"]]></title><description><![CDATA[
<p>As far as I understand LLM what is being asked is unfortunately close to impossible with LLM.<p>Also I find it disingenuous that apologists are stating thing close to "you are using it wrong". Where it is advertised that LLM based AI should be more and more trusted (because more accurate, based on some arbitrary metrics) and might save some time ( on some undescribed task).<p>Of course in that use case most would say to use your judgement to verify whatever is generated, but for the generation that is using AI LLM as a source of knowledge ( like some people are using Wikipedia as source of truth, or stack overflow) it will be difficult to verify, when all they knew is LLM generated content as source of knowledge.</p>
]]></description><pubDate>Fri, 28 Mar 2025 13:10:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=43505000</link><dc:creator>dvhh</dc:creator><comments>https://news.ycombinator.com/item?id=43505000</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43505000</guid></item><item><title><![CDATA[New comment by dvhh in "Retro Boy: simple Game Boy emulator written in Rust, can be played on the web"]]></title><description><![CDATA[
<p>sure that "being written in C" or in "PHP" would have gathered far less interest</p>
]]></description><pubDate>Fri, 21 Mar 2025 10:37:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=43434015</link><dc:creator>dvhh</dc:creator><comments>https://news.ycombinator.com/item?id=43434015</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43434015</guid></item><item><title><![CDATA[New comment by dvhh in "Why fastDOOM is fast"]]></title><description><![CDATA[
<p>Considering that the code is mostly x86 assembly, the gains from such optimization are quite unlikely.</p>
]]></description><pubDate>Tue, 04 Mar 2025 23:32:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=43260877</link><dc:creator>dvhh</dc:creator><comments>https://news.ycombinator.com/item?id=43260877</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43260877</guid></item><item><title><![CDATA[New comment by dvhh in "We are destroying software"]]></title><description><![CDATA[
<p>The software does not necessarily need to be written in C ( or C++) for these elementary security holes to happen.</p>
]]></description><pubDate>Sun, 09 Feb 2025 15:01:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=42991069</link><dc:creator>dvhh</dc:creator><comments>https://news.ycombinator.com/item?id=42991069</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42991069</guid></item><item><title><![CDATA[New comment by dvhh in "Asahi Linux USB-c DisplayPort Alt Mode"]]></title><description><![CDATA[
<p>Isn't usb-c display port alt mode a lost cause anyway ?</p>
]]></description><pubDate>Sun, 26 Jan 2025 07:50:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=42828514</link><dc:creator>dvhh</dc:creator><comments>https://news.ycombinator.com/item?id=42828514</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42828514</guid></item><item><title><![CDATA[New comment by dvhh in "Mark Zuckerberg's Meta Donates $ Million to Trump's Inaugral Fund"]]></title><description><![CDATA[
<p>got a 404, anyone else can confirm?</p>
]]></description><pubDate>Thu, 12 Dec 2024 04:41:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=42396285</link><dc:creator>dvhh</dc:creator><comments>https://news.ycombinator.com/item?id=42396285</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42396285</guid></item><item><title><![CDATA[New comment by dvhh in "How JPEG XL compares to other image codecs"]]></title><description><![CDATA[
<p>I have a similar experience where jpeg encoding and webp encoding result in far less computing resources use that jpeg XL or AV1, and was curious at what other people used (as I might be using the wrong library).</p>
]]></description><pubDate>Sun, 27 Oct 2024 07:41:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=41960546</link><dc:creator>dvhh</dc:creator><comments>https://news.ycombinator.com/item?id=41960546</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41960546</guid></item><item><title><![CDATA[New comment by dvhh in "How JPEG XL compares to other image codecs"]]></title><description><![CDATA[
<p>One issue is that format support detection was iffy, compared to Jpeg XL where people knows to use the accept header to declare support format.</p>
]]></description><pubDate>Sun, 27 Oct 2024 07:36:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=41960530</link><dc:creator>dvhh</dc:creator><comments>https://news.ycombinator.com/item?id=41960530</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41960530</guid></item><item><title><![CDATA[New comment by dvhh in "Congress fights to keep AM radio in cars"]]></title><description><![CDATA[
<p>And that's probably the gist of it, manufacturer find it cheaper to get rid of a legacy piece of infrastructure than "fixing the shielding" (and also support the vehicle that are already out there).</p>
]]></description><pubDate>Mon, 07 Oct 2024 04:26:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=41762802</link><dc:creator>dvhh</dc:creator><comments>https://news.ycombinator.com/item?id=41762802</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41762802</guid></item><item><title><![CDATA[New comment by dvhh in "Comic Mono"]]></title><description><![CDATA[
<p>I feel that in "CDN" the C is way too close to D, some uppercase character spacing seem to close, defeating the "readability" purpose</p>
]]></description><pubDate>Thu, 19 Sep 2024 02:01:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=41587723</link><dc:creator>dvhh</dc:creator><comments>https://news.ycombinator.com/item?id=41587723</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41587723</guid></item></channel></rss>