<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: quixoticaxolotl</title><link>https://news.ycombinator.com/user?id=quixoticaxolotl</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 09 Sep 2026 13:35:59 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=quixoticaxolotl" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by quixoticaxolotl in "Markdown Database Pattern"]]></title><description><![CDATA[
<p>Astro does this by design as part of its content collections: <a href="https://docs.astro.build/en/guides/content-collections/" rel="nofollow">https://docs.astro.build/en/guides/content-collections/</a></p>
]]></description><pubDate>Thu, 27 Aug 2026 18:52:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=49469512</link><dc:creator>quixoticaxolotl</dc:creator><comments>https://news.ycombinator.com/item?id=49469512</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49469512</guid></item><item><title><![CDATA[New comment by quixoticaxolotl in "Don't classify, hallucinate"]]></title><description><![CDATA[
<p>They are already solving the problem with search engines, they're just using an LLM as a first pass to create better embeddings to run a similarity match on first. The difference in latency is likely made up for in accuracy.</p>
]]></description><pubDate>Fri, 14 Aug 2026 13:21:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=49298329</link><dc:creator>quixoticaxolotl</dc:creator><comments>https://news.ycombinator.com/item?id=49298329</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49298329</guid></item><item><title><![CDATA[New comment by quixoticaxolotl in "Learning-Rust.Github.io: Rust Programming Language Tutorials for Everyone"]]></title><description><![CDATA[
<p>Why? What purpose does it serve? Who benefits from it?</p>
]]></description><pubDate>Tue, 04 Aug 2026 20:22:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=49174523</link><dc:creator>quixoticaxolotl</dc:creator><comments>https://news.ycombinator.com/item?id=49174523</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49174523</guid></item><item><title><![CDATA[New comment by quixoticaxolotl in "Canceling "Hey""]]></title><description><![CDATA[
<p>I think this is a false equivalence. Cloudflare doesn't espouse the position that ethnic cleaning is good, and afaik nothing it does in China enables that.<p>Further, DHH isn't calling for the deportation of illegal immigrants in parks. He's calling for the deportation of all people tagged with a specific label with no discrimination. The blog post talks about exactly that difference.<p>I agree that we live in an ecosystem where, in some industries, all options are terrible. That doesn't mean that, among those bad options, you can't exercise discernment and good judgment. I'm similarly a pragmatist from a different angle - I do believe the marginal dollar value I add to a company's bottom line doesn't change much of anything, and that voting with your wallet only works with collective action to be more than theater - but I also think that makes OP's conscientiousness admirable. Pragmatism isn't apathy or agnosticism, and shouldn't be conflated as such.</p>
]]></description><pubDate>Mon, 27 Jul 2026 18:47:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=49073988</link><dc:creator>quixoticaxolotl</dc:creator><comments>https://news.ycombinator.com/item?id=49073988</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49073988</guid></item><item><title><![CDATA[New comment by quixoticaxolotl in "My thoughts on the Bun Rust rewrite"]]></title><description><![CDATA[
<p>People claiming Andrew Kelley's remarks in this thread can't possibly be personal attacks surprise and sadden me.<p>If someone insults your ability to do your job, paints you as an opportunistic sellout, and thanks the stars for your riddance, saying someone shouldn't feel hurt because "we can separate personal from professional lives" says more about your inability to perceive your own hurtfulness than it does of that person's benevolence.<p>The minimum bar for tactful communication is to be courteous and empathetic. None of this had that.</p>
]]></description><pubDate>Fri, 10 Jul 2026 03:40:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=48855495</link><dc:creator>quixoticaxolotl</dc:creator><comments>https://news.ycombinator.com/item?id=48855495</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48855495</guid></item><item><title><![CDATA[New comment by quixoticaxolotl in "The revenge of the philosophy majors"]]></title><description><![CDATA[
<p>Helping a mega-corporation make an extra buck is not "service to society".<p>If you meant doing a service job at a small business, where you can have real ownership over how it treats its customers, I would agree with you.</p>
]]></description><pubDate>Tue, 07 Jul 2026 16:02:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=48819675</link><dc:creator>quixoticaxolotl</dc:creator><comments>https://news.ycombinator.com/item?id=48819675</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48819675</guid></item><item><title><![CDATA[New comment by quixoticaxolotl in "Show HN: Scan your AI agents for dangerous capabilities"]]></title><description><![CDATA[
<p>One benefit is that this can run in serverless / sandboxed containers where OS primitives are not exposed or heavily limited. I immediately thought of Cloudflare Workers, which runs on V8 and exposes WASM-only interfaces, using Workers AI.<p>Further, servers still have hosting value, but any business running agents is almost certainly going to want a sandbox that limits what code runs for agentic work, so targeting _sandbox_ environments is probably the better bet long-term. And, yes, you could implement your proposal in any chroot jail or gvisor, but nobody wants to get their hands dirty finnicking with that - programmatic access control beats file-based access control for the simple reason it's managed for you.<p>If anything, my critique of OP's implementation is actually the opposite of yours: they've chosen the right primitive and layer, but people really need contextual access control rather than RBAC. Sort of like ongoing zero trust. If it was possible to inspect the context, decide if it was a bad idea to allow the tool call, without exposing the decider to untrusted context, you could have something that really changes things.</p>
]]></description><pubDate>Mon, 06 Jul 2026 14:45:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=48805398</link><dc:creator>quixoticaxolotl</dc:creator><comments>https://news.ycombinator.com/item?id=48805398</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48805398</guid></item><item><title><![CDATA[New comment by quixoticaxolotl in "Alice is impatient"]]></title><description><![CDATA[
<p>How does one measure unique users here in a way different from classic p99? I usually associate p99 with an SLO of some kind, and each request as a "unique user" for the service, so at first it seems like the same thing - measuring p99 with a SLO would say 1% of users are allowed to experience a time longer than our acceptable minimum T, and you're measuring the percentage of requests ("users") experiencing T and trying to keep it below 1% (e.g.).<p>Is the difference more about measuring a request "across services"? That is, the total cumulative p99 across services must be small i.e. linking all requests to a user and then measuring that? Or is the difference elsewhere?<p>If the former: are you taking traces and graphing that? What's your methodology?</p>
]]></description><pubDate>Sun, 21 Jun 2026 00:50:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=48614598</link><dc:creator>quixoticaxolotl</dc:creator><comments>https://news.ycombinator.com/item?id=48614598</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48614598</guid></item></channel></rss>