<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: mattvr</title><link>https://news.ycombinator.com/user?id=mattvr</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 22 Apr 2026 10:15:25 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mattvr" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by mattvr in "Grafeo – A fast, lean, embeddable graph database built in Rust"]]></title><description><![CDATA[
<p>It implies high performance, reliability, and a higher degree of mastery of the developer.<p>(Which may not all be true, but perhaps moreso than your average project)</p>
]]></description><pubDate>Sat, 21 Mar 2026 22:20:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=47472123</link><dc:creator>mattvr</dc:creator><comments>https://news.ycombinator.com/item?id=47472123</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47472123</guid></item><item><title><![CDATA[New comment by mattvr in "404 Deno CEO not found"]]></title><description><![CDATA[
<p>Deno Deploy is actually an excellent product.<p>My choice ranking is Deno Deploy > Fly.io > AWS for new projects, depending on complexity and needs. They also have a new Deno sandbox feature which is great for running untrusted code, AI agents, etc.<p>The real question is can they adapt to customer feedback fast enough, focus priorities, adequately market & grow, make it profitable, etc. Bumpy road but definitely not doomed.<p>[0] <a href="https://deno.com/deploy" rel="nofollow">https://deno.com/deploy</a></p>
]]></description><pubDate>Sat, 21 Mar 2026 16:37:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=47468568</link><dc:creator>mattvr</dc:creator><comments>https://news.ycombinator.com/item?id=47468568</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47468568</guid></item><item><title><![CDATA[New comment by mattvr in "WebTransport is almost here to allow UDP-like exchange in the browser"]]></title><description><![CDATA[
<p>In a nutshell, ideally `peer.connect(remoteId)`. An API like peer-js/simple-peer. And symmetric negotiation would be great as well.<p>WebRTC should be the universal networking primitive for the next phase of the web, but the API exposes too many implementation details – its abstractions leak.<p>This plus the overall weight of integrations limit mass adoption by developers.</p>
]]></description><pubDate>Mon, 17 Nov 2025 22:10:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=45958946</link><dc:creator>mattvr</dc:creator><comments>https://news.ycombinator.com/item?id=45958946</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45958946</guid></item><item><title><![CDATA[New comment by mattvr in "WebTransport is almost here to allow UDP-like exchange in the browser"]]></title><description><![CDATA[
<p>While WebTransport is promising, it's limited to client-server communication unlike WebRTC.<p>WebRTC supports peer-to-peer UDP connections as well. Thus it's better for use cases like low-latency games, video calling, and secure direct communication between devices.<p>A better push might be to make WebRTC more simple and modern, but I'm not sure if any standards committees are working on this yet.</p>
]]></description><pubDate>Mon, 17 Nov 2025 18:25:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=45956360</link><dc:creator>mattvr</dc:creator><comments>https://news.ycombinator.com/item?id=45956360</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45956360</guid></item><item><title><![CDATA[New comment by mattvr in "JavaScript Just Leveled Up: ES2025 – You'll Fall in Love With"]]></title><description><![CDATA[
<p>I believe this article is largely wrong and misleading.<p>Pattern matching is still Stage 1, meaning it’s not a standard: <a href="https://github.com/tc39/proposal-pattern-matching" rel="nofollow">https://github.com/tc39/proposal-pattern-matching</a><p>Pipeline operator is Stage 2 and won’t use the “|>” syntax: <a href="https://github.com/tc39/proposal-pipeline-operator" rel="nofollow">https://github.com/tc39/proposal-pipeline-operator</a></p>
]]></description><pubDate>Fri, 07 Nov 2025 07:37:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=45844323</link><dc:creator>mattvr</dc:creator><comments>https://news.ycombinator.com/item?id=45844323</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45844323</guid></item><item><title><![CDATA[New comment by mattvr in "Solarpunk is happening in Africa"]]></title><description><![CDATA[
<p>The detectors are wrong. Here’s the thing: AI slop has a distinctive structure that many of us spot from a mile away.<p>The kicker? This setup-punchline format sets off a red alert for astute readers’ AI detectors.<p>This isn’t just AI slop, it’s an industrial AI sludge factory.<p>(note: this was ironically written by a human)</p>
]]></description><pubDate>Thu, 06 Nov 2025 08:06:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=45832701</link><dc:creator>mattvr</dc:creator><comments>https://news.ycombinator.com/item?id=45832701</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45832701</guid></item><item><title><![CDATA[New comment by mattvr in "JSON River – Parse JSON incrementally as it streams in"]]></title><description><![CDATA[
<p>You could also use JSON Merge Patch (RFC 7396) for a similar use case.<p>(The downside of JSON Merge Patch is it doesn't support concatenating string values, so you must send a value like `{"msg": "Hello World"}` as one message, you can't join `{"msg": "Hello"}` with `{"msg": " World")`.)<p>[1] <a href="https://github.com/pierreinglebert/json-merge-patch" rel="nofollow">https://github.com/pierreinglebert/json-merge-patch</a></p>
]]></description><pubDate>Mon, 13 Oct 2025 17:33:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=45571080</link><dc:creator>mattvr</dc:creator><comments>https://news.ycombinator.com/item?id=45571080</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45571080</guid></item><item><title><![CDATA[New comment by mattvr in "Just let me select text"]]></title><description><![CDATA[
<p>Many mobile apps encounter this because React Native still doesn't have a good solution for selectable text [0].<p>Workarounds exist [1], but aren't great for text that spans multiple lines and styles.<p>[0] <a href="https://github.com/facebook/react-native/issues/13938" rel="nofollow">https://github.com/facebook/react-native/issues/13938</a><p>[1] <a href="https://github.com/bluesky-social/react-native-uitextview" rel="nofollow">https://github.com/bluesky-social/react-native-uitextview</a></p>
]]></description><pubDate>Wed, 24 Sep 2025 20:13:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=45365425</link><dc:creator>mattvr</dc:creator><comments>https://news.ycombinator.com/item?id=45365425</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45365425</guid></item><item><title><![CDATA[LLM Latency Leaderboard]]></title><description><![CDATA[
<p>Article URL: <a href="https://llm.orgsoft.org/">https://llm.orgsoft.org/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45202511">https://news.ycombinator.com/item?id=45202511</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 10 Sep 2025 19:32:54 +0000</pubDate><link>https://llm.orgsoft.org/</link><dc:creator>mattvr</dc:creator><comments>https://news.ycombinator.com/item?id=45202511</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45202511</guid></item><item><title><![CDATA[New comment by mattvr in "It's time for modern CSS to kill the SPA"]]></title><description><![CDATA[
<p>It does appear to be supported by iOS Safari 18.2+, which is the majority of iOS users.<p><a href="https://caniuse.com/?search=view%20transitions" rel="nofollow">https://caniuse.com/?search=view%20transitions</a></p>
]]></description><pubDate>Sat, 26 Jul 2025 11:13:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=44693149</link><dc:creator>mattvr</dc:creator><comments>https://news.ycombinator.com/item?id=44693149</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44693149</guid></item><item><title><![CDATA[A world where subscriptions don't suck]]></title><description><![CDATA[
<p>Article URL: <a href="https://nuggetize.com/blog/smart-subscriptions">https://nuggetize.com/blog/smart-subscriptions</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44388398">https://news.ycombinator.com/item?id=44388398</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 26 Jun 2025 15:33:23 +0000</pubDate><link>https://nuggetize.com/blog/smart-subscriptions</link><dc:creator>mattvr</dc:creator><comments>https://news.ycombinator.com/item?id=44388398</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44388398</guid></item><item><title><![CDATA[New comment by mattvr in "In restaurants, We need a new way to signal that we're ready to pay"]]></title><description><![CDATA[
<p>At Case Bonita in Denver, you have a flag on your table you can raise to signal to the waiter to come over.</p>
]]></description><pubDate>Tue, 22 Apr 2025 14:24:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=43762578</link><dc:creator>mattvr</dc:creator><comments>https://news.ycombinator.com/item?id=43762578</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43762578</guid></item><item><title><![CDATA[New comment by mattvr in "Show HN: I made Confetti: a configuration language file format"]]></title><description><![CDATA[
<p>This exists: jsonc – and it's somewhat widely used, such as for VS Code configuration.</p>
]]></description><pubDate>Wed, 02 Apr 2025 09:43:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=43555060</link><dc:creator>mattvr</dc:creator><comments>https://news.ycombinator.com/item?id=43555060</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43555060</guid></item><item><title><![CDATA[New comment by mattvr in "Solarpunk"]]></title><description><![CDATA[
<p>Also check out the unbranded version: <a href="https://www.youtube.com/watch?v=UqJJktxCY9U" rel="nofollow">https://www.youtube.com/watch?v=UqJJktxCY9U</a></p>
]]></description><pubDate>Mon, 03 Mar 2025 03:57:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=43238156</link><dc:creator>mattvr</dc:creator><comments>https://news.ycombinator.com/item?id=43238156</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43238156</guid></item><item><title><![CDATA[New comment by mattvr in "In memoriam"]]></title><description><![CDATA[
<p>Should order this list by number of affected rather than alphabetical IMO. The 275K monthly user platform is almost hidden relative to the 49 and 300 user examples.</p>
]]></description><pubDate>Sun, 23 Feb 2025 21:30:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=43153423</link><dc:creator>mattvr</dc:creator><comments>https://news.ycombinator.com/item?id=43153423</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43153423</guid></item><item><title><![CDATA[New comment by mattvr in "Show HN: I Built a Reddit-style Bluesky client – still rough, but open to ideas"]]></title><description><![CDATA[
<p>Excellent idea! I'd focus on the open-sourcing and community elements (e.g. creating feeds) so it can get traction, rather than features like Markdown and longer posts at this stage.</p>
]]></description><pubDate>Sat, 15 Feb 2025 20:04:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=43061800</link><dc:creator>mattvr</dc:creator><comments>https://news.ycombinator.com/item?id=43061800</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43061800</guid></item><item><title><![CDATA[New comment by mattvr in "Show HN: Play with real quantum physics in your browser"]]></title><description><![CDATA[
<p>Hi real quantum physicist, yup, you pretty much got it. This is a prototype demo of the concept – and is using real IBM quantum computers. The queues are between 10s and 10min generally.<p>This is explained very closely to what you've said in the "Technical details" help section. Occasionally you'll get a real-time result. I'll check out the links you sent next, thank you!<p>Do you think qBraid could support this with more real-time latency?</p>
]]></description><pubDate>Sun, 09 Feb 2025 23:32:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=42995261</link><dc:creator>mattvr</dc:creator><comments>https://news.ycombinator.com/item?id=42995261</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42995261</guid></item><item><title><![CDATA[New comment by mattvr in "Show HN: Play with real quantum physics in your browser"]]></title><description><![CDATA[
<p>Sorry about that. I toned down the animation and fixed the infinite spin issue – curious if it's more comfortable now.</p>
]]></description><pubDate>Fri, 07 Feb 2025 17:55:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=42975496</link><dc:creator>mattvr</dc:creator><comments>https://news.ycombinator.com/item?id=42975496</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42975496</guid></item><item><title><![CDATA[New comment by mattvr in "Show HN: Play with real quantum physics in your browser"]]></title><description><![CDATA[
<p>Updated to "favors one side 51%".</p>
]]></description><pubDate>Fri, 07 Feb 2025 17:35:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=42975261</link><dc:creator>mattvr</dc:creator><comments>https://news.ycombinator.com/item?id=42975261</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42975261</guid></item><item><title><![CDATA[New comment by mattvr in "Show HN: Play with real quantum physics in your browser"]]></title><description><![CDATA[
<p>You are precisely right.</p>
]]></description><pubDate>Fri, 07 Feb 2025 16:45:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=42974707</link><dc:creator>mattvr</dc:creator><comments>https://news.ycombinator.com/item?id=42974707</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42974707</guid></item></channel></rss>