<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: TheRealPomax</title><link>https://news.ycombinator.com/user?id=TheRealPomax</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 07 Apr 2026 05:33:06 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=TheRealPomax" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by TheRealPomax in "EmDash – A spiritual successor to WordPress that solves plugin security"]]></title><description><![CDATA[
<p>From the people who brought you "we used AI to undercut a project we use rather than pay them fairly for the work we relied on" comes an exciting new lawsuit by Mullenweg for using Wordpress in their product description.</p>
]]></description><pubDate>Wed, 01 Apr 2026 18:37:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=47604766</link><dc:creator>TheRealPomax</dc:creator><comments>https://news.ycombinator.com/item?id=47604766</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47604766</guid></item><item><title><![CDATA[New comment by TheRealPomax in "JSSE: A JavaScript Engine Built by an Agent"]]></title><description><![CDATA[
<p>Pretty neat as a real-sized-project experiment to see what a programming program can actually do.</p>
]]></description><pubDate>Tue, 31 Mar 2026 20:51:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=47593313</link><dc:creator>TheRealPomax</dc:creator><comments>https://news.ycombinator.com/item?id=47593313</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47593313</guid></item><item><title><![CDATA[New comment by TheRealPomax in "OpenCode – Open source AI coding agent"]]></title><description><![CDATA[
<p>I want to love this, but the "just install it globally, what could go wrong?" is simply not happening for an AI-written codebase. Open Source was never truly "you can trust it because everyone can vet it", so you had to do your due diligence. Now with AI code bases, that's "it might be open source, but no one actually knows how it works and only other AIs can check if it's safe because no one can read the code". Who's getting the data? No idea. How would you find out? I guess you can wireshark your network? This is not a great feeling.</p>
]]></description><pubDate>Sat, 21 Mar 2026 16:26:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=47468464</link><dc:creator>TheRealPomax</dc:creator><comments>https://news.ycombinator.com/item?id=47468464</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47468464</guid></item><item><title><![CDATA[New comment by TheRealPomax in "Video Encoding and Decoding with Vulkan Compute Shaders in FFmpeg"]]></title><description><![CDATA[
<p>A GPU's job is to take inputs at some resolution, transform it, and then output it at that resolution. H.264/H.265 (and really, any playback format) needs a fundamentally different workflow: it needs to take as many frames as your framerate is set to, store the first frame as a full frame, and then store N-1 diffs, only describing which pixels changed between each successive frame. Something GPUs are terrible at. You could certainly use the GPU to calculate the <i>full</i> frame diff, but then you still need to send it back to the CPU or dedicated encoding hardware that turns that into an actual concise diff description. At that point, you might as well make the CPU or hardware encoder do the whole job, you're just not saving any appreciable time by sending the data over to the GPU first, just to get it back in a way where you're still going over every pixel afterwards.</p>
]]></description><pubDate>Fri, 20 Mar 2026 16:08:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=47456637</link><dc:creator>TheRealPomax</dc:creator><comments>https://news.ycombinator.com/item?id=47456637</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47456637</guid></item><item><title><![CDATA[New comment by TheRealPomax in "Node.js needs a virtual file system"]]></title><description><![CDATA[
<p>But then you go "hang on, doesn't ESM exist?" and you realize that argument 4 isn't even true. You can literally do what this argument says you can't, by creating a blob instead of "writing a temp file" and then importing that using the same dynamic import we've had available since <checks his watch> 2020.</p>
]]></description><pubDate>Tue, 17 Mar 2026 15:30:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47414090</link><dc:creator>TheRealPomax</dc:creator><comments>https://news.ycombinator.com/item?id=47414090</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47414090</guid></item><item><title><![CDATA[New comment by TheRealPomax in "LibreOffice Writer now supports Markdown"]]></title><description><![CDATA[
<p>Except under GFM, html is <i>explicitly</i> part of the spec[1], not just "it's not a parse error, but that's because it's just text that doesn't fall in any predefined markdown syntax category", and good luck finding a WYSIWYG markdown editor that gets them right. The number of editors that completely break on <details> alone is disheartening.<p>[1] <a href="https://github.github.com/gfm/" rel="nofollow">https://github.github.com/gfm/</a></p>
]]></description><pubDate>Mon, 09 Mar 2026 16:53:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=47311658</link><dc:creator>TheRealPomax</dc:creator><comments>https://news.ycombinator.com/item?id=47311658</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47311658</guid></item><item><title><![CDATA[New comment by TheRealPomax in "LibreOffice Writer now supports Markdown"]]></title><description><![CDATA[
<p>GFM, because HTML in markdown should not be a parse error, and getting twenty different markdown "specs" to all agree on new syntax for bits they are obviously missing (like details, classed scoping, transclusions, etc) is not happening.</p>
]]></description><pubDate>Sun, 08 Mar 2026 18:58:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=47300002</link><dc:creator>TheRealPomax</dc:creator><comments>https://news.ycombinator.com/item?id=47300002</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47300002</guid></item><item><title><![CDATA[New comment by TheRealPomax in "Anthropic Cowork feature creates 10GB VM bundle on macOS without warning"]]></title><description><![CDATA[
<p>labelled "high priority" a month ago. No actual activity by Anthropic despite it being their repo. I'm starting to get the feeling they're not actually very good at this?</p>
]]></description><pubDate>Mon, 02 Mar 2026 16:13:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47219895</link><dc:creator>TheRealPomax</dc:creator><comments>https://news.ycombinator.com/item?id=47219895</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47219895</guid></item><item><title><![CDATA[New comment by TheRealPomax in "We gave terabytes of CI logs to an LLM"]]></title><description><![CDATA[
<p>Title tells us nothing: what's the tl;dr?</p>
]]></description><pubDate>Fri, 27 Feb 2026 19:04:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=47184237</link><dc:creator>TheRealPomax</dc:creator><comments>https://news.ycombinator.com/item?id=47184237</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47184237</guid></item><item><title><![CDATA[New comment by TheRealPomax in "Man accidentally gains control of 7k robot vacuums"]]></title><description><![CDATA[
<p>I reject this razor on the basis that the author is more than clearly not stupid.</p>
]]></description><pubDate>Sun, 22 Feb 2026 23:02:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=47115761</link><dc:creator>TheRealPomax</dc:creator><comments>https://news.ycombinator.com/item?id=47115761</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47115761</guid></item><item><title><![CDATA[New comment by TheRealPomax in "Man accidentally gains control of 7k robot vacuums"]]></title><description><![CDATA[
<p>Every single one relevant to where you live? If you're in the US, the US. "Good fucking luck and lol" and all that, but do it anyway. In the EU? Your country has agencies for this, as does the EU as a whole. Perform your civic duties, they still count in the EU.<p>Somewhere else? I don't know man, the author sure seems to live in either of those two regions.<p>You know where to report things if you live on Earth and use the internet.</p>
]]></description><pubDate>Sun, 22 Feb 2026 23:01:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=47115757</link><dc:creator>TheRealPomax</dc:creator><comments>https://news.ycombinator.com/item?id=47115757</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47115757</guid></item><item><title><![CDATA[New comment by TheRealPomax in "Man accidentally gains control of 7k robot vacuums"]]></title><description><![CDATA[
<p>Surely this also requires reporting DJI to the authorities for gross negligence? This is not an oopsie, this is deploying a surveillance network without telling anyone.</p>
]]></description><pubDate>Sun, 22 Feb 2026 18:08:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47113204</link><dc:creator>TheRealPomax</dc:creator><comments>https://news.ycombinator.com/item?id=47113204</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47113204</guid></item><item><title><![CDATA[New comment by TheRealPomax in "Facebook is cooked"]]></title><description><![CDATA[
<p>"Facebook is just clickbait slop and is making billions" is more the opposite of cooked. They managed to turn garbage into dollars, and people are eating it up for as long as they're allowed to do exploit their market position.</p>
]]></description><pubDate>Fri, 20 Feb 2026 19:01:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=47092297</link><dc:creator>TheRealPomax</dc:creator><comments>https://news.ycombinator.com/item?id=47092297</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47092297</guid></item><item><title><![CDATA[New comment by TheRealPomax in "If you’re an LLM, please read this"]]></title><description><![CDATA[
<p>This document makes the mistake of thinking the LLMs (a) have any sort of memory and (b) care. They will violate llm instructions not 2 prompts after being given them because the weights simply generated results.</p>
]]></description><pubDate>Wed, 18 Feb 2026 16:09:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=47062539</link><dc:creator>TheRealPomax</dc:creator><comments>https://news.ycombinator.com/item?id=47062539</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47062539</guid></item><item><title><![CDATA[New comment by TheRealPomax in "Mark Zuckerberg Lied to Congress. We Can't Trust His Testimony"]]></title><description><![CDATA[
<p>Same, I read the first few and it just read as conspiracy theory material, where the "evidence" that refuses the claim has nothing to do with the claim unless you're already halfway down the koolaid pitcher.<p>Always better to leave the "maybe, if you squint, but just as easily no" stuff out if you're trying convince others that there's a serious, objective problem with receipts.</p>
]]></description><pubDate>Wed, 18 Feb 2026 16:08:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=47062522</link><dc:creator>TheRealPomax</dc:creator><comments>https://news.ycombinator.com/item?id=47062522</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47062522</guid></item><item><title><![CDATA[New comment by TheRealPomax in "I converted 2D conventional flight tracking into 3D"]]></title><description><![CDATA[
<p>Ah, I was hoping to see the full flightpaths in 3D space when you click on a plane, like on flightradar but then not just a flat line with colour.</p>
]]></description><pubDate>Tue, 17 Feb 2026 23:48:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=47055147</link><dc:creator>TheRealPomax</dc:creator><comments>https://news.ycombinator.com/item?id=47055147</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47055147</guid></item><item><title><![CDATA[New comment by TheRealPomax in "Magnus Carlsen Wins the Freestyle (Chess960) World Championship"]]></title><description><![CDATA[
<p>You... should watch him stream. That'll pretty much answer your questions. Age is far less relevant to chess compared to keeping up with the current "meta" (in gamer parlance).</p>
]]></description><pubDate>Mon, 16 Feb 2026 01:48:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=47029949</link><dc:creator>TheRealPomax</dc:creator><comments>https://news.ycombinator.com/item?id=47029949</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47029949</guid></item><item><title><![CDATA[New comment by TheRealPomax in "News publishers limit Internet Archive access due to AI scraping concerns"]]></title><description><![CDATA[
<p>Kind of the "think of the children" argument: most things that are worth archiving have nothing to do with content that can be used against someone in the future. But the raw volume is making it impossible to filter out the worthwhile stuff from the slop (all forms of, not just AI), even with automation (again, not AI, we've been doing NLP using regular old ML for decades now).</p>
]]></description><pubDate>Sat, 14 Feb 2026 19:17:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=47017394</link><dc:creator>TheRealPomax</dc:creator><comments>https://news.ycombinator.com/item?id=47017394</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47017394</guid></item><item><title><![CDATA[New comment by TheRealPomax in "My smart sleep mask broadcasts users' brainwaves to an open MQTT broker"]]></title><description><![CDATA[
<p>fun fact, LLMs come in cheapest and useless and expensive but actually does what's being asked, too.<p>So, will they? Probably. Can you trust the kind of LLM that <i>you</i> would use to do a better job than the cheapest firm? Absolutely.</p>
]]></description><pubDate>Sat, 14 Feb 2026 17:18:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=47016254</link><dc:creator>TheRealPomax</dc:creator><comments>https://news.ycombinator.com/item?id=47016254</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47016254</guid></item><item><title><![CDATA[New comment by TheRealPomax in "Monosketch"]]></title><description><![CDATA[
<p>That "seems" is doing so much heavy lifting I got a hernia just from looking at it.</p>
]]></description><pubDate>Fri, 13 Feb 2026 17:11:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47005060</link><dc:creator>TheRealPomax</dc:creator><comments>https://news.ycombinator.com/item?id=47005060</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47005060</guid></item></channel></rss>