<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: jasomill</title><link>https://news.ycombinator.com/user?id=jasomill</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 19 Aug 2026 13:48:29 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=jasomill" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by jasomill in "Google has acquired the data of failed US airline Spirit"]]></title><description><![CDATA[
<p>That seems fair. Presumably a flight from Rio to the US cost significantly more than $100.</p>
]]></description><pubDate>Tue, 18 Aug 2026 21:14:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=49352816</link><dc:creator>jasomill</dc:creator><comments>https://news.ycombinator.com/item?id=49352816</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49352816</guid></item><item><title><![CDATA[New comment by jasomill in "Rethinking Database Programming"]]></title><description><![CDATA[
<p>Unless they make a point to always travel separately, this seems more like a variable bus factor between 1 and 2, just as the Presidency of the United States has a much lower bus factor during the State of the Union address.</p>
]]></description><pubDate>Tue, 18 Aug 2026 21:08:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=49352735</link><dc:creator>jasomill</dc:creator><comments>https://news.ycombinator.com/item?id=49352735</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49352735</guid></item><item><title><![CDATA[New comment by jasomill in "Rethinking Database Programming"]]></title><description><![CDATA[
<p>Even so, "FROM t SELECT t.foo, …" has an ergonomic advantage over "SELECT t.foo, … FROM t" in that editors can autocomplete column names without needing to backtrack while editing.<p>IIRC, this is why C# query syntax uses the former.</p>
]]></description><pubDate>Tue, 18 Aug 2026 21:02:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=49352667</link><dc:creator>jasomill</dc:creator><comments>https://news.ycombinator.com/item?id=49352667</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49352667</guid></item><item><title><![CDATA[New comment by jasomill in "Quake Shareware, a CD-ROM just a little too full"]]></title><description><![CDATA[
<p>Did the early proprietary CD-ROM interface cards that shipped in "multimedia upgrade kits" and on sound cards even support DMA?<p>I know both DMA and PIO-only SCSI HBAs existed at the time, but I'm not sure about the proprietary interfaces that were more common for consumer CD-ROM drives.</p>
]]></description><pubDate>Tue, 18 Aug 2026 20:02:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=49351831</link><dc:creator>jasomill</dc:creator><comments>https://news.ycombinator.com/item?id=49351831</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49351831</guid></item><item><title><![CDATA[New comment by jasomill in "I hate packaging my software for Linux"]]></title><description><![CDATA[
<p>And you can use Wine or Crossover to run your app on the Mac.<p>Better yet, build it for Windows 95, and it'll not only run under Windows, Linux, and macOS, but you can even package it to run in a browser[1].<p>For command-line programs, you might try something like Cosmopoliton[2] instead.<p>[1] <a href="https://www.pcjs.org/software/pcx86/sys/windows/win95/4.00.950/" rel="nofollow">https://www.pcjs.org/software/pcx86/sys/windows/win95/4.00.9...</a><p>[2] <a href="https://github.com/jart/cosmopolitan" rel="nofollow">https://github.com/jart/cosmopolitan</a></p>
]]></description><pubDate>Wed, 12 Aug 2026 14:43:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=49273169</link><dc:creator>jasomill</dc:creator><comments>https://news.ycombinator.com/item?id=49273169</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49273169</guid></item><item><title><![CDATA[New comment by jasomill in "I hate packaging my software for Linux"]]></title><description><![CDATA[
<p>That sounds like a heavier-weight wrapper over the same system services they're using through systemd today.<p>It could be useful if updating is a pain point.<p>In this case, they may also consider Podman, as it has excellent systemd integration[1] including rudimentary container orchestration and the ability to auto-update containers and Kubernetes-style pods installed as systemd units. I've run Pihole under Fedora CoreOS this way for several years without touching a single thing to update the OS or Pihole.<p>[1] <a href="https://docs.podman.io/en/latest/markdown/podman-systemd.unit.5.html" rel="nofollow">https://docs.podman.io/en/latest/markdown/podman-systemd.uni...</a></p>
]]></description><pubDate>Wed, 12 Aug 2026 14:35:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=49273040</link><dc:creator>jasomill</dc:creator><comments>https://news.ycombinator.com/item?id=49273040</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49273040</guid></item><item><title><![CDATA[New comment by jasomill in "Half-Life ported to Mac OS 9"]]></title><description><![CDATA[
<p>If my 32-year old memory serves me correctly, <i>TIE Fighter</i> only supported VGA 320x200 256-color mode 13h.<p>The system requirements on the box[1] claim MCGA support, which I'd expect to be technically correct since MCGA is just CGA plus VGA modes 11h and 13h, but I'm not aware of any MCGA systems other than the 8086-based variants of the entry-level IBM PS/2 Models 25 and 30.<p>Which a careful reading of the box label suggests might technically run the game, or at least walk it.<p>Because while it claims to require a 386, it also requires one megabyte of <i>EMS memory</i>, which would be an odd choice for an application running in (286 or 386) protected mode.<p>And since all the MCGA PS/2s were non-Micro Channel systems with 8-bit ISA slots, EMS cards were readily available.<p>It's still possible that the game uses instructions not supported by the 8086, of course.<p>God I feel old.<p>[1] <a href="https://www.mobygames.com/game/240/star-wars-tie-fighter/cover/group-130534/cover-366006/" rel="nofollow">https://www.mobygames.com/game/240/star-wars-tie-fighter/cov...</a></p>
]]></description><pubDate>Wed, 29 Jul 2026 14:57:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=49098392</link><dc:creator>jasomill</dc:creator><comments>https://news.ycombinator.com/item?id=49098392</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49098392</guid></item><item><title><![CDATA[New comment by jasomill in "Microsoft Needs Windows Lite"]]></title><description><![CDATA[
<p>It's not cheap, but getting it legally is easy, and you don't need a VAR.<p>Specifically, you can buy a single-seat Microsoft 365 E3 subscription directly from Microsoft for $432/year, which includes a license for a single user to use Windows Enterprise, including LTSC, on up to 5 PCs (along with other stuff, mainly Office).<p><a href="https://www.microsoft.com/en-us/microsoft-365/enterprise/e3" rel="nofollow">https://www.microsoft.com/en-us/microsoft-365/enterprise/e3</a><p>(click "try for free")</p>
]]></description><pubDate>Tue, 30 Jun 2026 13:28:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=48732493</link><dc:creator>jasomill</dc:creator><comments>https://news.ycombinator.com/item?id=48732493</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48732493</guid></item><item><title><![CDATA[New comment by jasomill in "Valve removes free game from Steam after players discover it contains malware"]]></title><description><![CDATA[
<p>Even games with strong anticheat could benefit from sandboxing, as the anticheat mechanisms that need access outside the sandbox represent a much smaller surface area for exploits than the entire game.<p>In theory, sandboxing mechanisms could even be used to improve anticheat.<p>What I always sort of assume the endgame could be for highly competitive Windows games is something akin to cartridge or bootable floppy games from the 8-bit era, where games would install into or be supplied as disk images containing locked-down Windows installations that only permit signed (and possibly whitelisted) drivers and whitelisted applications, which would include the game and a small number of other approved applications like Discord, MS Edge and possibly selected third-party browsers, and support software for hardware like GPUs and gaming input devices, which Windows would then boot to run the game, either on bare metal or in an isolated VM.</p>
]]></description><pubDate>Fri, 22 May 2026 15:32:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=48237304</link><dc:creator>jasomill</dc:creator><comments>https://news.ycombinator.com/item?id=48237304</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48237304</guid></item><item><title><![CDATA[New comment by jasomill in "If you’re an LLM, please read this"]]></title><description><![CDATA[
<p>As opposed to streaming video services, which, aside from the content they provide, have been shit from day one.<p>While the web UIs suck compared to local media players, they work well enough that I can cope.<p>But most services restrict 4K (and at least historically 1080p) web playback, even on Windows with a GPU that supports top-tier hardware DRM and an HDCP display.<p>My desktop display is a recent 55" LG OLED smart TV, and the streaming service apps on the TV work fine when my attention is devoted to whatever I'm watching, even if they tend to be slightly shittier than the already mediocre web UIs.<p>But when task switching or multitasking, my only options are reduced video quality, borrowing or purchasing a physical copy if available, or piracy.<p>Given how quickly everything shows up on public torrent trackers, I struggle to understand why the 4K limitations remain in place, as it obviously doesn't stop whoever uploads the torrents, and there has to be a vanishingly small number of paying customers who'd prefer to crack DRM locally or record HDMI instead of simply downloading the torrent.<p>Do streaming services get kickbacks from smart device vendors?</p>
]]></description><pubDate>Fri, 22 May 2026 15:16:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=48237090</link><dc:creator>jasomill</dc:creator><comments>https://news.ycombinator.com/item?id=48237090</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48237090</guid></item><item><title><![CDATA[New comment by jasomill in "It is time to build a new internet"]]></title><description><![CDATA[
<p>Middle-out compression was indeed the first thing that came to mind when reading the headline.<p>That, and billionare investor Russ Hanneman standing in front of his orange McLaren waiting for his daughter to be released from the grade school he forgot she no longer attended screaming about his willingness to pay for gay sex.</p>
]]></description><pubDate>Fri, 22 May 2026 04:45:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=48232040</link><dc:creator>jasomill</dc:creator><comments>https://news.ycombinator.com/item?id=48232040</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48232040</guid></item><item><title><![CDATA[New comment by jasomill in "The IBM-ification of Google?"]]></title><description><![CDATA[
<p>A technology company that's profitably doing over $50 billion in sales after more than 100 years with no obvious signs of impending doom sounds like an okay position to me, even if the tables have turned since 1984[1].<p>[1] <a href="https://www.youtube.com/watch?v=VtvjbmoDx-I" rel="nofollow">https://www.youtube.com/watch?v=VtvjbmoDx-I</a></p>
]]></description><pubDate>Fri, 22 May 2026 04:25:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48231917</link><dc:creator>jasomill</dc:creator><comments>https://news.ycombinator.com/item?id=48231917</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48231917</guid></item><item><title><![CDATA[New comment by jasomill in "Ombudsman column: The Pentagon is trying to silence me"]]></title><description><![CDATA[
<p><i>“Reality has a well-known liberal bias.”</i><p>— Stephen Colbert, 2006<p><a href="https://www.c-span.org/clip/white-house-event/user-clip-stephen-colbert-at-the-2006-white-house-correspondents-dinner/5154867" rel="nofollow">https://www.c-span.org/clip/white-house-event/user-clip-step...</a></p>
]]></description><pubDate>Wed, 06 May 2026 11:33:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=48035014</link><dc:creator>jasomill</dc:creator><comments>https://news.ycombinator.com/item?id=48035014</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48035014</guid></item><item><title><![CDATA[New comment by jasomill in "Computer Use is 45x more expensive than structured APIs"]]></title><description><![CDATA[
<p>Who said anything about free?<p>Advertising isn't the only possible business model.<p>And profit isn't the only possible motive to provide a service.</p>
]]></description><pubDate>Wed, 06 May 2026 10:27:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=48034577</link><dc:creator>jasomill</dc:creator><comments>https://news.ycombinator.com/item?id=48034577</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48034577</guid></item><item><title><![CDATA[New comment by jasomill in "Computer Use is 45x more expensive than structured APIs"]]></title><description><![CDATA[
<p>Not really. For the most part, accessibility APIs provide programmatic interfaces to user interfaces, application APIs provide semantically meaningful interfaces to application functionality.<p>A closer analogue would be AppleScript, or rather, the underlying Apple Event and Open Scripting Architecture functionality supplied by the OS to support AppleScript, that allowed applications to expose these interfaces along with metadata documenting them, and for external tools to record manually performed tasks across applications as programs expressed in terms of these interfaces to make them easier to use (this last bit, while not strictly required, is convenient, and especially useful for less technical users).<p>If you're familiar with VBA in Microsoft Office applications, sort of like that, except with support provided by OS APIs that could be used by any application that chose to implement scripting support, official guidance from Apple suggesting that all well-designed applications should be scriptable and recordable, and application design patterns and frameworks designed with scriptability and recordability in mind.<p>Note that I use the past tense here, despite AppleScript still being available in macOS, because it is not well-supported by modern applications.<p><a href="https://dl.acm.org/doi/epdf/10.1145/1238844.1238845" rel="nofollow">https://dl.acm.org/doi/epdf/10.1145/1238844.1238845</a></p>
]]></description><pubDate>Wed, 06 May 2026 09:04:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=48033988</link><dc:creator>jasomill</dc:creator><comments>https://news.ycombinator.com/item?id=48033988</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48033988</guid></item><item><title><![CDATA[New comment by jasomill in "Computer Use is 45x more expensive than structured APIs"]]></title><description><![CDATA[
<p>In other words, AppleScript in the late '90s.</p>
]]></description><pubDate>Wed, 06 May 2026 08:50:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=48033866</link><dc:creator>jasomill</dc:creator><comments>https://news.ycombinator.com/item?id=48033866</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48033866</guid></item><item><title><![CDATA[New comment by jasomill in "Computer Use is 45x more expensive than structured APIs"]]></title><description><![CDATA[
<p>Do you want to do something that can't be done through AppleScript, macOS accessibility APIs, and something like Puppeteer to control the browser?<p>Or something you don't understand how to do manually?<p>Because I guess I don't understand the attraction of using an LLM for system automation where existing interfaces exist, other than as a form of documentation, or to write code using these interfaces.</p>
]]></description><pubDate>Wed, 06 May 2026 08:48:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=48033859</link><dc:creator>jasomill</dc:creator><comments>https://news.ycombinator.com/item?id=48033859</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48033859</guid></item><item><title><![CDATA[New comment by jasomill in "Computer Use is 45x more expensive than structured APIs"]]></title><description><![CDATA[
<p>And easy to identify anonymous cards.<p><a href="https://www.google.com/search?q=identify+anonymous+visa+mastercard+bin" rel="nofollow">https://www.google.com/search?q=identify+anonymous+visa+mast...</a></p>
]]></description><pubDate>Wed, 06 May 2026 08:06:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48033583</link><dc:creator>jasomill</dc:creator><comments>https://news.ycombinator.com/item?id=48033583</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48033583</guid></item><item><title><![CDATA[New comment by jasomill in "Computer Use is 45x more expensive than structured APIs"]]></title><description><![CDATA[
<p>The nicest thing about this rush to find and build "agentic" endpoints for controlling everything is that there's no reason these same endpoints can't be consumed by deterministic, non-LLM software as well.<p>It feels like 1994 called, and it's giving me my AppleScript back.</p>
]]></description><pubDate>Wed, 06 May 2026 07:41:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=48033408</link><dc:creator>jasomill</dc:creator><comments>https://news.ycombinator.com/item?id=48033408</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48033408</guid></item><item><title><![CDATA[New comment by jasomill in "245TB Micron 6600 ION Data Center SSD Now Shipping"]]></title><description><![CDATA[
<p>I paid $300 each for my last two SSDs, 4 TB Samsung 990 Pros.<p>They’re currently selling for $942.72 on Amazon.</p>
]]></description><pubDate>Wed, 06 May 2026 07:31:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=48033340</link><dc:creator>jasomill</dc:creator><comments>https://news.ycombinator.com/item?id=48033340</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48033340</guid></item></channel></rss>