<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: WorldMaker</title><link>https://news.ycombinator.com/user?id=WorldMaker</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 18 Jun 2026 09:44:19 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=WorldMaker" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by WorldMaker in "Lore – Open source version control system designed for scalability"]]></title><description><![CDATA[
<p>Yeah, decentralization is an important principle to git and tools to manage concurrency such as "file locking" become a lot harder to do in an a decentralized way than a centralized one. (Pijul has the same problems because decentralization is also an important principle to it.) It is something of a problem space that transcends beyond git. But I also think this is how we've arrived to this moment where the best source control tools have decentralization as an important principle. That 80% case with easy mergeable text files <i>is</i> a lot nicer to work with in a decentralized world because it is "offline-first" and quite capable. It often seems, across a lot of different styles of software development, worth the trade-offs that things like media files are harder to work with. (Again, realizing the obvious problems with game development where that often flips and the majority of work is often in the media file assets as much or more than the text files.)</p>
]]></description><pubDate>Wed, 17 Jun 2026 23:38:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=48578558</link><dc:creator>WorldMaker</dc:creator><comments>https://news.ycombinator.com/item?id=48578558</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48578558</guid></item><item><title><![CDATA[New comment by WorldMaker in "Lore – Open source version control system designed for scalability"]]></title><description><![CDATA[
<p>From my viewpoint, a lot of the submodule problems are effectively same as the monorepo problems, including how you end up with both problems. There certainly are factorings of projects into "microservices" and moving the dependency management problems out of source control to package managers of different types. Microservices and package management sure do have their own problems and trade-offs and there isn't a "universal solution", just what side of the trade-offs you prefer to be on.</p>
]]></description><pubDate>Wed, 17 Jun 2026 23:27:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48578461</link><dc:creator>WorldMaker</dc:creator><comments>https://news.ycombinator.com/item?id=48578461</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48578461</guid></item><item><title><![CDATA[New comment by WorldMaker in "AI demands more engineering discipline. Not less"]]></title><description><![CDATA[
<p>That still so much assumes a "waterfall" ideal world where specs can be captured up front perfectly and coding is just an inevitable artifact of that with no creative input/feedback into the spec.<p>At least in my experience, that ideal has never existed. "Engineering" (and "re-engineering" and "re-re-engineering" in the agile worlds) was <i>always</i> what I was spending the majority of my time on. Coding was a <i>medium</i> for the engineering. By the time I finished the engineering the code was either already finished, being discovered in the written code and then documented, or the code was "the fun part" reward for all the hard engineering work that lead to it (and all the ugly specs documents it took to get there).</p>
]]></description><pubDate>Wed, 17 Jun 2026 20:27:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=48576371</link><dc:creator>WorldMaker</dc:creator><comments>https://news.ycombinator.com/item?id=48576371</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48576371</guid></item><item><title><![CDATA[New comment by WorldMaker in "Sixty percent of US consumers say 'AI' in brand messaging is a turnoff"]]></title><description><![CDATA[
<p>Again, let me know when you see a LineageOS or GrapheneOS phone for sale on a store shelf.<p>I am certainly familiar with these things. I just don't see them having a practical effect on the average consumer, just fellow HN commenting nerds. I think I have one friend in real life with GrapheneOS at the moment, and it is not an experience they would recommend to any other friend of mine.<p>I support such things in theory, sure, but in practice, especially in HN comments there seems to be a lot of forgiveness to the very locked in by Google Android ecosystem purely because these alternatives exist, ignoring the practical realities such as marketshare/mindshare/ease of use/ease of access.<p>I don't have any easy answers on how to fix AOSP because it seems to be a sociopolitical problem, not a technical one, and I am mostly just complaining without skin in that particular game because I can't find myself caring about Android politics, but when my less technical friends and family that prefer Android are upset at something Google does I don't have good answers because "do months of research into LineageOS or GrapheneOS, deal with most of your apps not working most of the time, and it getting harder to buy phones because you have to make sure that they are rootable" isn't a <i>good</i> answer. "Why don't you just switch to an Apple device?" is at least an <i>easier</i> answer.</p>
]]></description><pubDate>Wed, 17 Jun 2026 20:08:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=48576119</link><dc:creator>WorldMaker</dc:creator><comments>https://news.ycombinator.com/item?id=48576119</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48576119</guid></item><item><title><![CDATA[New comment by WorldMaker in "RFC 10008: The new HTTP Query Method"]]></title><description><![CDATA[
<p>It would be a potentially breaking change so out of an abundance of caution likely would require (or need to wait for) a new version of HTTP like HTTP/4.0. On the other hand, adding an entirely new Method potentially can be applied across HTTP versions. It's possible for an HTTP/1.1 server to accept QUERY today under this RFC, it doesn't need to wait for and upgrade to HTTP/4.0 service, whatever that would entail. (Especially in the Postel's Law world where HTTP/1.1, HTTP/2.0, and HTTP/3.0 are all living side-by-side and are very different protocols under the hood.)</p>
]]></description><pubDate>Wed, 17 Jun 2026 19:58:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=48575981</link><dc:creator>WorldMaker</dc:creator><comments>https://news.ycombinator.com/item?id=48575981</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48575981</guid></item><item><title><![CDATA[New comment by WorldMaker in "RFC 10008: The new HTTP Query Method"]]></title><description><![CDATA[
<p>Actually this is a use-case supported by this RFC [1]. You accept an arbitrary QUERY /search/ and you cache it on your side (or in a middle box somewhere such as a CDN edge) you can return in your response:<p><pre><code>    Location: /search/?queryHash=SOMECDNHASH
</code></pre>
The browser can then cache that Location and the next time convert that same QUERY /search/ into GET /search/?queryHash=SOMECDNHASH.<p>Sure, it is more work for your webserver to compute that and potentially the browser to cache it's knowledge of that QUERY, but it potentially gives you an advantage in keeping things like CDN edge caches generally aware of client/browser caches in a way that can be performance optimized.<p>[1] <a href="https://www.rfc-editor.org/info/rfc10008/#section-2.4" rel="nofollow">https://www.rfc-editor.org/info/rfc10008/#section-2.4</a></p>
]]></description><pubDate>Wed, 17 Jun 2026 19:44:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=48575810</link><dc:creator>WorldMaker</dc:creator><comments>https://news.ycombinator.com/item?id=48575810</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48575810</guid></item><item><title><![CDATA[New comment by WorldMaker in "Sixty percent of US consumers say 'AI' in brand messaging is a turnoff"]]></title><description><![CDATA[
<p>Feeling rather flippant, but what's the difference <i>in practice</i>? Can you point to an AOSP "brand" phone on a store shelf that is "de-Googled" out of the box?<p>What is AOSP really <i>for</i> other than "open source washing" Google's ecosystem? Is it ever making standards that Google has to follow/comply with or is it always just the tail being wagged by the dog to make it look like the dog is happy about open source (but still isn't majority open source)?</p>
]]></description><pubDate>Wed, 17 Jun 2026 19:32:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=48575598</link><dc:creator>WorldMaker</dc:creator><comments>https://news.ycombinator.com/item?id=48575598</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48575598</guid></item><item><title><![CDATA[New comment by WorldMaker in "Sixty percent of US consumers say 'AI' in brand messaging is a turnoff"]]></title><description><![CDATA[
<p>Goodhart's Law will always be a factor, and "the bottom line" is largely the ultimate perverse metric for Goodhart's Law. If doing something everyone hates still has a chance to increase revenue, it's still "winning" to management.<p>Low quality "spam" tactics still reel in enough fish to be monetarily worth the "backlash" from customers that find it distasteful and or start to lose trust in the company. The "We promise we don't spam people" metrics and "Consumer distrust" metrics don't talk enough to the "revenue" metrics, but especially have very different cycles: big customer satisfaction metrics like J. D. Power are big annual things, not quarterly reports like earnings. In my experience things like "how often are we calling the same disinterested people to the point where it starts to feel like very personal spam" metrics don't ever really get prioritized in internal reports unless there's enforcement from Legal departments, and even then Legal departments can't "upset the bottom line" and only care about such compliance when it becomes News and/or Lawsuits, both of which don't even merit even an annual review cycle. (In fact, the modern class action lawsuit pretty effectively prevents that feedback mechanism <i>from</i> cycling, because generally the terms of agreement in a settled class action lawsuit is that the class is no longer allowed to sue again for the same problem, even if the same problem keeps happening and is never actually fixed.)<p>Unless quarterly earnings reports need to include things like client satisfaction and spam tracking, the only metric management will continue to care about, because it also is the only metric shareholders claim to ever care about, is the "bottom line", no matter how ugly the sausage is made to bump it from quarter to quarter.</p>
]]></description><pubDate>Wed, 17 Jun 2026 19:25:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=48575505</link><dc:creator>WorldMaker</dc:creator><comments>https://news.ycombinator.com/item?id=48575505</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48575505</guid></item><item><title><![CDATA[New comment by WorldMaker in "Lore – Open source version control system designed for scalability"]]></title><description><![CDATA[
<p>Also, for a lot of SVN history running it required such a specific Apache webserver setup that it was at times complex to configure correctly and made it comparatively expensive to find SVN repository hosts. SVN seemed cheap mostly only if you had cheap labor for infrastructure. Very few hosts got to "forge scale" like SourceForge did with CVS or GitHub would eventually/"quickly" do with git.</p>
]]></description><pubDate>Wed, 17 Jun 2026 19:00:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=48575107</link><dc:creator>WorldMaker</dc:creator><comments>https://news.ycombinator.com/item?id=48575107</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48575107</guid></item><item><title><![CDATA[New comment by WorldMaker in "Lore – Open source version control system designed for scalability"]]></title><description><![CDATA[
<p>It feels like a Pareto Principle problem. 80% of source control is text files that can be three-way merged as text files, but a lot of hard problems are in that 20% that isn't.<p>Git does very well at the 80% and with tools like custom merge tools and git lfs/annex and git sparse "cone" checkouts can get pretty close to hitting the 90 or 95% case.<p>But yeah, so many of those extra tools in that 80 to 90% area are awful to work with because they aren't the default, aren't out the box, are hard to configure and get right. Partly because it always seems like there will be a gap in that 95%-100% window and partly because the use cases that need that 80% to 90% often are only "just 10% of use cases".<p>(Which is also to say that to survive Jujitsu and Pijul and others seem to have to work to make sure they handle the 80% base case extremely well just to compete with git, they haven't necessarily time to think about the 90% or 100% problem.)<p>(ETA: And also relates to why game development seems to feel the 20% cases more, because by volume of data game development is certainly closer to a flip of the 80/20 sides with 80% or more large binaries by volume.)</p>
]]></description><pubDate>Wed, 17 Jun 2026 18:51:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=48574956</link><dc:creator>WorldMaker</dc:creator><comments>https://news.ycombinator.com/item?id=48574956</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48574956</guid></item><item><title><![CDATA[New comment by WorldMaker in "Lore – Open source version control system designed for scalability"]]></title><description><![CDATA[
<p>Perforce is more the IBM of VCS. Older than it has any right to be. Has quiet "dark matter" support contracts with a lot of companies you wouldn't think need Perforce, but they've been using it for long enough they aren't going to change. Some of those support contracts included complicated forks and homegrown solutions that are so sunk cost as to be nearly black holes (and sometimes so different from baseline Perforce as to be evolutionarily different species).</p>
]]></description><pubDate>Wed, 17 Jun 2026 18:42:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=48574795</link><dc:creator>WorldMaker</dc:creator><comments>https://news.ycombinator.com/item?id=48574795</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48574795</guid></item><item><title><![CDATA[New comment by WorldMaker in "Game Engine White Papers: Commander Keen"]]></title><description><![CDATA[
<p>The consoles at the time had dedicated sprite video RAM and hardware and dedicated hardware instructions for background scrolling. The NES for instance had up to 64 sprites (independently moving 16x16 or 32x32 pixel images) supporting up to 8 of those sprites per scanline. The NES background layer was a relatively simple tile map that supported smooth scrolling. All of which was managed by a dedicated hardware Picture Processing Unit [1].<p>PCs were designed to be general hardware and it didn't seem to make sense to create a generic "PPU" for the PC, so instead game engines at the time (and many game engines to this day) had to emulate one entirely in software. The video RAM of EGA and VGA is just one big blob of pixels, or perhaps two if your system supported double-buffering. At the hardware level it doesn't have concepts like sprites or scrolling backgrounds.<p>Carmack <i>was</i> one of the first (if not <i>the</i> first; Commander Keen was also among the first commercially successful attempts) to get a software "PPU" renderer on the PC working reliably in real time. Another notable achievement for side scrollers on the PC in that era was Cliff Bleszinski managing to software render the parallax effects similar to Sega's "Blast processor" PPU (notable for "gotta go fast" Sonic games) for Jazz Jackrabbit (in 1994).<p>It has sort of long been the arc of PC development of eventually doing entirely in software what consoles and arcades were doing with dedicated and/or one-off hardware. (Right up until about the invention of the modern GPU when suddenly the PC was leading graphics hardware in a different way.)<p>[1] <a href="https://www.nesdev.org/wiki/PPU" rel="nofollow">https://www.nesdev.org/wiki/PPU</a></p>
]]></description><pubDate>Tue, 16 Jun 2026 20:44:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48561787</link><dc:creator>WorldMaker</dc:creator><comments>https://news.ycombinator.com/item?id=48561787</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48561787</guid></item><item><title><![CDATA[New comment by WorldMaker in "What job interviews taught me about Kubernetes"]]></title><description><![CDATA[
<p>The big win seems to be "GitOps". There are other tools for "GitOps" than Kubernetes, Kubernetes is just the elephant in the room in terms of size/scale/current adoption patterns. (Certainly not "ease of use", though.) I think one of the themes in comments here is how much people want more "middle ground" "GitOps" tools somewhere between "Serverless" (especially given vendor lock in in that space) and Kubernetes.</p>
]]></description><pubDate>Tue, 16 Jun 2026 20:24:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=48561518</link><dc:creator>WorldMaker</dc:creator><comments>https://news.ycombinator.com/item?id=48561518</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48561518</guid></item><item><title><![CDATA[New comment by WorldMaker in "What job interviews taught me about Kubernetes"]]></title><description><![CDATA[
<p>In my experience I tried a few and kept returning to just Typescript with a good YAML serializer library. Most of what you need in YAML programming is "Typed JSON" and Typescript is an excellent "Typed JSON" and "Typed JSON modularization and merger tool". Then just a little bit of glue code to pass your finished "Typed JSON" into a YAML serializer, depending on any "complex" YAML features you might need.</p>
]]></description><pubDate>Tue, 16 Jun 2026 20:20:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=48561460</link><dc:creator>WorldMaker</dc:creator><comments>https://news.ycombinator.com/item?id=48561460</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48561460</guid></item><item><title><![CDATA[New comment by WorldMaker in "Fox to buy Roku"]]></title><description><![CDATA[
<p>Disney has been slowly but delicately clipping the name Fox out of the company names and public facing brands it bought, presumably to further distance from the remaining parts at News Corp (Fox News): 20th Century Fox to 20th Century Studios (which is a sort of funny unwinding of the 1935 merger, I think especially because 20th Century is now such a dated term), Fox Searchlight to Searchlight Pictures, things like that. Most of those brands also generally now report on the org charts directly to their pre-existing Disney counterparts or as direct peers to them and the "Fox Filmed Entertainment" middle layer seems to be almost entirely gone now (as there's no replacement for that name).<p>At this point it does seem easier to not have to look up if something is NewsCorp Fox or the parts of Fox that Disney bought because Disney no longer calls them Fox.</p>
]]></description><pubDate>Mon, 15 Jun 2026 16:49:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=48543945</link><dc:creator>WorldMaker</dc:creator><comments>https://news.ycombinator.com/item?id=48543945</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48543945</guid></item><item><title><![CDATA[New comment by WorldMaker in "Teenagers Stayed Overnight at Their School and Found Hidden Ancient Roman Ruins"]]></title><description><![CDATA[
<p>My understanding of the Chicago case is that most of what the old "ground level" was is just sewers today. I heard some of it was railroad tracks and maybe some are still used for cargo-only trains, but most of Chicago wasn't really raised a full "floor" with enough headroom for interesting underground spaces.<p>A US city often overlooked for some intricate people explorable underground spaces is Cincinnati: <a href="https://www.visitcincy.com/blog/post/unmistakably-cincinnati-underground-experiences/" rel="nofollow">https://www.visitcincy.com/blog/post/unmistakably-cincinnati...</a><p>Some of Cincinnati's underground exists from plans to build subway trains that never completed. I think that makes Cincinnati's particularly sad being that it constitutes a perpetually unfinished public works/public transportation project.<p>Relatedly to that, Atlanta also has a tiny underground leftover from passenger train lines that ended passenger travel decades ago (and so was turned into a mall, because America): <a href="https://en.wikipedia.org/wiki/Underground_Atlanta" rel="nofollow">https://en.wikipedia.org/wiki/Underground_Atlanta</a></p>
]]></description><pubDate>Mon, 15 Jun 2026 16:32:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48543708</link><dc:creator>WorldMaker</dc:creator><comments>https://news.ycombinator.com/item?id=48543708</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48543708</guid></item><item><title><![CDATA[New comment by WorldMaker in "Your ePub Is fine"]]></title><description><![CDATA[
<p>The article's update points out that it switches to a modern renderer if you rename .epub to .kepub.epub, which seems like a dumb way to handle that rather than a DRM existence/version check, but that's not entirely unusual for backwards compatibility support shenanigans.<p>(Others point out that Calibre automatically will rename epub files to .kepub.epub for you if you use it to manage a Kobo library. It's just manually copying files to Kobo where you need to remember to do it yourself if you have a Kobo.)</p>
]]></description><pubDate>Mon, 15 Jun 2026 16:12:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=48543416</link><dc:creator>WorldMaker</dc:creator><comments>https://news.ycombinator.com/item?id=48543416</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48543416</guid></item><item><title><![CDATA[New comment by WorldMaker in "Your ePub Is fine"]]></title><description><![CDATA[
<p>The CSS 1 spec says to robustly ignore lines you don't understand. Adobe didn't need to predict CSS 4, they needed to better implement CSS 1.</p>
]]></description><pubDate>Mon, 15 Jun 2026 16:07:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=48543338</link><dc:creator>WorldMaker</dc:creator><comments>https://news.ycombinator.com/item?id=48543338</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48543338</guid></item><item><title><![CDATA[New comment by WorldMaker in "Your ePub Is fine"]]></title><description><![CDATA[
<p>Especially because what Adobe failed to do was follow a CSS1 requirement: if you don't understand a line, skip it and move on to the next line. Adobe didn't need to predict CSS4 in the 2010s, Adobe needed to understand CSS1 better.</p>
]]></description><pubDate>Mon, 15 Jun 2026 16:05:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=48543296</link><dc:creator>WorldMaker</dc:creator><comments>https://news.ycombinator.com/item?id=48543296</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48543296</guid></item><item><title><![CDATA[New comment by WorldMaker in "Your ePub Is fine"]]></title><description><![CDATA[
<p>The latest Kindle formats are just epub with a different DRM hat. Amazon still prefers to wrap the entire container in DRM whereas most epub DRM schemes are inside the container (ZIP file), but that's the only big difference now.</p>
]]></description><pubDate>Mon, 15 Jun 2026 15:58:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=48543205</link><dc:creator>WorldMaker</dc:creator><comments>https://news.ycombinator.com/item?id=48543205</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48543205</guid></item></channel></rss>