<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: mparis</title><link>https://news.ycombinator.com/user?id=mparis</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 16 Apr 2026 20:04:17 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mparis" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by mparis in "Ask HN: Who is hiring? (April 2026)"]]></title><description><![CDATA[
<p>AI x Healthcare Startup | Boston, MA Onsite | Full-time | Early Engineer<p>We're looking for a backend-leaning fullstack dev. You will be one of the first engineers outside of the founding team. Here is a bit more about us: We're a seed stage AI startup backed by top tier investors. We're on a mission to ensure every patient gets covered for the care they need and every doctor gets paid for the work they do.<p>We’re building deep, vertically integrated technology systems to solve fundamental problems in US healthcare - the biggest market in the world ($5T). We use AWS, K8s, React, and Rust but there is no requirement to have prior experience with them specifically. We'll teach you!<p>We are a founding team made up of ex-YC, Amazon, Meta, Microsoft, and Harvard Business School with previous successful exits.<p>You’ll own entire product areas and be expected to play a true full-stack role, with the ability to go from customer need to end-state product. You’ll work directly with the CTO at the edge of what's possible with LLMs and agentic systems applied to a hard domain. You'll contribute to technical strategy, make real architectural decisions, and write vast amounts of production code with AI first developer workflows. Most importantly, the technology you build will have real impact on real people - clinics staying open, clinicians getting paid, patients getting care.<p>This is an opportunity to work in a fast paced, high ownership environment while solving real problems in healthcare.<p>We're happy to share more details on the role in person/on zoom. Please fill out this form if interested!<p><a href="https://wgwx7h7be0p.typeform.com/to/LV0t8OjI" rel="nofollow">https://wgwx7h7be0p.typeform.com/to/LV0t8OjI</a></p>
]]></description><pubDate>Wed, 01 Apr 2026 19:03:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=47605072</link><dc:creator>mparis</dc:creator><comments>https://news.ycombinator.com/item?id=47605072</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47605072</guid></item><item><title><![CDATA[New comment by mparis in "Zuckerberg is done with Alexandr Wang"]]></title><description><![CDATA[
<p>Is there any real information backing this?<p>> Wang was brought in 9 months back to lead the Meta's SuperIntelligence Lab, but now looks like Zukerberg is building a parallel lab called "Reality Labs" with Bosworth<p>Reality Labs is there AR/VR play, no?</p>
]]></description><pubDate>Mon, 09 Mar 2026 20:26:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=47314971</link><dc:creator>mparis</dc:creator><comments>https://news.ycombinator.com/item?id=47314971</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47314971</guid></item><item><title><![CDATA[New comment by mparis in "A case for Go as the best language for AI agents"]]></title><description><![CDATA[
<p>I love the simplicity & practicality of Go, but can't get over the limited type-system.<p>I love the expressivity of Rust, but compile times are a problem.<p>Someone with some sway, please convince a hyper-scalar to support something like <a href="https://borgo-lang.github.io/" rel="nofollow">https://borgo-lang.github.io/</a>. I think it may be the AST that we all need.</p>
]]></description><pubDate>Mon, 02 Mar 2026 23:19:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=47225687</link><dc:creator>mparis</dc:creator><comments>https://news.ycombinator.com/item?id=47225687</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47225687</guid></item><item><title><![CDATA[New comment by mparis in "Claude Code gets native LSP support"]]></title><description><![CDATA[
<p>Seems like a great feature but am I the only one that still regularly sees the totally broken scrolling bug in CC?<p>I have churned from CC in favor of codex until the scrolling bug is fixed. There is no set of features that will convince me to switch back until they fix their broken UI.<p>I haven’t dug into the JS code base but I imagine they will have a hard time matching the performance of the rust based codex.</p>
]]></description><pubDate>Wed, 24 Dec 2025 15:42:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=46376510</link><dc:creator>mparis</dc:creator><comments>https://news.ycombinator.com/item?id=46376510</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46376510</guid></item><item><title><![CDATA[New comment by mparis in "Dogalog: A realtime Prolog-based livecoding music environment"]]></title><description><![CDATA[
<p>I haven't tried the demo but I love this idea!<p>Would be cool if I could somehow constrain a chord to a key then enumerate the scale degrees that I want so I can make some real funky sounds that don't fit the standard Chord Qualities.</p>
]]></description><pubDate>Thu, 18 Dec 2025 16:29:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=46314838</link><dc:creator>mparis</dc:creator><comments>https://news.ycombinator.com/item?id=46314838</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46314838</guid></item><item><title><![CDATA[New comment by mparis in "Gemini 3"]]></title><description><![CDATA[
<p>I've been playing with the Gemini CLI w/ the gemini-pro-3 preview. First impressions are that its still not really ready for prime time within existing complex code bases. It does not follow instructions.<p>The pattern I keep seeing is that I ask it to iterate on a design document. It will, but then it will immediately jump into changing source files despite explicit asks to only update the plan. It may be a gemini CLI problem more than a model problem.<p>Also, whoever at these labs is deciding to put ASCII boxes around their inputs needs to try using their own tool for a day.<p>People copy and paste text in terminals. Someone at Gemini clearly thought about this as they have an annoying `ctrl-s` hotkey that you need to use for some unnecessary reason.. But they then also provide the stellar experience of copying "a line of text where you then get | random pipes | in the middle of your content".<p>Codex figured this out. Claude took a while but eventually figured it out. Google, you should also figure it out.<p>Despite model supremacy, the products still matter.</p>
]]></description><pubDate>Tue, 18 Nov 2025 20:09:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=45971354</link><dc:creator>mparis</dc:creator><comments>https://news.ycombinator.com/item?id=45971354</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45971354</guid></item><item><title><![CDATA[New comment by mparis in "Structured outputs on the Claude Developer Platform"]]></title><description><![CDATA[
<p>We've been running structured outputs via Claude on Bedrock in production for a year now and it works great. Give it a JSON schema, inject a '{', and sometimes do a bit of custom parsing on the response. GG<p>Nice to see them support it officially; however, OpenAI has officially supported this for a while but, at least historically, I have been unable to use it because it adds deterministic validation that errors on certain standard JSON Schema elements that we used. The lack of "official" support is the feature that pushed us to use Claude in the first place.<p>It's unclear to me that we will need "modes" for these features.<p>Another example: I used to think that I couldn't live without Claude Code "plan mode". Then I used Codex and asked it to write a markdown file with a todo list. A bit more typing but it works well and it's nice to be able to edit the plan directly in editor.<p>Agree or Disagree?</p>
]]></description><pubDate>Fri, 14 Nov 2025 21:10:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=45932247</link><dc:creator>mparis</dc:creator><comments>https://news.ycombinator.com/item?id=45932247</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45932247</guid></item><item><title><![CDATA[New comment by mparis in "Ask HN: Who is hiring? (August 2025)"]]></title><description><![CDATA[
<p>AI x Healthcare Startup | Boston, MA Onsite | Full-time | Early Engineer<p>We're looking for a backend-leaning fullstack dev. You will be one of the first engineers outside of the founding team. Here is a bit more about us:<p>We're a seed stage AI startup backed by several top tier VCs.
We're on a mission to ensure patients get the coverage they deserve from their health insurance.<p>We’re building deep, vertically integrated technology systems to solve fundamental problems in US healthcare - the biggest market in the world ($5T). We use AWS, K8s, React, and Rust but there is no requirement to have prior experience with them specifically.<p>We are a founding team made up of ex-YC, Amazon, Meta, Microsoft, and Harvard Business School with previous successful exits. We have a 6+ month customer waitlist and growing insanely fast.<p>We're hiring our first engineer outside the founders. You'll work directly with customers to understand their needs, design the right solution, and build from zero to one. You'll own entire parts of the roadmap and tech stack while wearing multiple hats. Most important characteristics are resilience, work ethic, and curiosity. We care about slope, not where you are today.<p>This is an opportunity to work in an insanely fast paced, high ownership environment while solving real problems in healthcare.
We're happy to share more details on the role in person/on zoom. Please fill out this form if interested!<p><a href="https://wgwx7h7be0p.typeform.com/to/LV0t8OjI" rel="nofollow">https://wgwx7h7be0p.typeform.com/to/LV0t8OjI</a></p>
]]></description><pubDate>Sat, 02 Aug 2025 06:49:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=44765348</link><dc:creator>mparis</dc:creator><comments>https://news.ycombinator.com/item?id=44765348</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44765348</guid></item><item><title><![CDATA[New comment by mparis in "Ask HN: Who is hiring? (July 2025)"]]></title><description><![CDATA[
<p>AI x Healthcare Startup | Boston, MA Onsite | Full-time | Early Engineer<p>We're looking for a backend-leaning fullstack dev. You will be one of the first engineers outside of the founding team. Here is a bit more about us:
We're a seed stage AI startup backed by several top tier VCs.
We're on a mission to ensure patients get the coverage they deserve from their health insurance.<p>We’re building deep, vertically integrated technology systems to solve fundamental problems in US healthcare - the biggest market in the world ($5T). We use AWS, K8s, React, and Rust but there is no requirement to have prior experience with them specifically. We'll teach you!<p>We are a founding team made up of ex-YC, Amazon, Meta, Microsoft, and Harvard Business School with previous successful exits. We have a 6+ month customer waitlist and growing insanely fast.<p>We're hiring our first engineer outside the founders. You'll work directly with customers to understand their needs, design the right solution, and build from zero to one. You'll own entire parts of the roadmap and tech stack while wearing multiple hats. Most important characteristics are resilience, work ethic, and curiosity. We care about slope, not where you are today.<p>This is an opportunity to work in an insanely fast paced, high ownership environment while solving real problems in healthcare.<p>We're happy to share more details on the role in person/on zoom. Please fill out this form if interested!<p><a href="https://wgwx7h7be0p.typeform.com/to/LV0t8OjI" rel="nofollow">https://wgwx7h7be0p.typeform.com/to/LV0t8OjI</a></p>
]]></description><pubDate>Wed, 02 Jul 2025 02:45:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=44439812</link><dc:creator>mparis</dc:creator><comments>https://news.ycombinator.com/item?id=44439812</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44439812</guid></item><item><title><![CDATA[New comment by mparis in "Error handling in Rust"]]></title><description><![CDATA[
<p>I'm a recent snafu (<a href="https://docs.rs/snafu/latest/snafu/" rel="nofollow">https://docs.rs/snafu/latest/snafu/</a>) convert over thiserror (<a href="https://docs.rs/thiserror/latest/thiserror/" rel="nofollow">https://docs.rs/thiserror/latest/thiserror/</a>). You pay the cost of adding `context` calls at error sites but it leads to great error propagation and enables multiple error variants that reference the same source error type which I always had issues with in `thiserror`.<p>No dogma. If you want an error per module that seems like a good way to start, but for complex cases where you want to break an error down more, we'll often have an error type per function/struct/trait.</p>
]]></description><pubDate>Mon, 30 Jun 2025 01:36:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=44418338</link><dc:creator>mparis</dc:creator><comments>https://news.ycombinator.com/item?id=44418338</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44418338</guid></item><item><title><![CDATA[New comment by mparis in "Launch HN: MindFort (YC X25) – AI agents for continuous pentesting"]]></title><description><![CDATA[
<p>Congrats on the launch. Seems like a natural domain for an AI tool. One nice aspect about pen testing is it only needs to work once to be useful. In other words, it can fail most of the time and no one but your CFO cares. Nice!<p>A few questions:<p>On your site it says, "MindFort can asses 1 or 100,000 page web apps seamlessly. It can also scale dynamically as your applications grow."<p>Can you provide more color as to what that really means? If I were actually to ask you to asses 100,000 pages what would actually happen? Is it possible for my usage to block/brown-out another customer's usage?<p>I'm also curious what happens if the system does detect a vulnerability. Is there any chance the bot does something dangerous with e.g. it's newly discovered escalated privileges?<p>Thanks and good luck!</p>
]]></description><pubDate>Wed, 28 May 2025 20:28:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=44120360</link><dc:creator>mparis</dc:creator><comments>https://news.ycombinator.com/item?id=44120360</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44120360</guid></item><item><title><![CDATA[New comment by mparis in "Microsoft-backed Builder.ai collapsed after finding potentially bogus sales"]]></title><description><![CDATA[
<p>That's fair. I don't know what the generative AI industry will end up being worth. Maybe you're right it's only worth 25bn or 75bn. But.. also.. maybe you're missing something. I certainly don't know, but I try to hold a spectrum of possible futures in mind.<p>I acknowledge your bear case and hear the possibility that it's all hype and the aggregate value of all generative AI (measured in dollars) will be worth less than e.g. the market capitalization of a single company like Uber.<p>BUT, hear me out. Forgive me, as I fallback to healthcare... The US spent ~$4.9 trillion on healthcare in 2023 alone (according to CMS). That cost is spread out across a lot of things, some of which is work that things like AI can help make more productive, some of which is not applicable to AI. When we are spending nearly ~$5 trillion dollars a year, it does not take a lot on a percentage basis to start seeing really significant dollar values in savings.<p>It's a story of death by 1000 cuts. I suspect it won't be a big magical fix all at once where AI magically solves healthcare. But we will optimize 1% here and 1% there using focused solutions that actually solve pain points. If someone improves productivity in healthcare by even just 1%, one-time, then we are talking about savings of ~50bn per year.</p>
]]></description><pubDate>Fri, 23 May 2025 16:14:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=44074122</link><dc:creator>mparis</dc:creator><comments>https://news.ycombinator.com/item?id=44074122</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44074122</guid></item><item><title><![CDATA[New comment by mparis in "Microsoft-backed Builder.ai collapsed after finding potentially bogus sales"]]></title><description><![CDATA[
<p>There will of course be high-flyers whose wings will melt and that will fall back to earth, but don't be so quick to dismiss the teams that are bringing real value to industries that have historically been tricky to make more productive. For every red-hot AI demo that drops promising to change the world, there is some other team using AI to do something that may sound boring, yet is important..<p>For example, I work in healthcare and its difficult to over-exaggerate how much time it can take to do the most basic things. The people that are tasked with doing those basic things are often highly-educated, highly-skilled, and highly-paid; and it still takes a long time.<p>I suspect there is an unreasonable amount of cost to shed from doing simple things. Things like:<p>1. Reading, reasoning over, and copying structured data from lightly-structured, highly variable documents like PDFs.<p>2. Reducing the amount of time a human sits on hold on the phone. I'm of the opinion the AI doesn't even need to do the talking to deliver huge amounts of value. Just help me help my highly-skilled employees move from high-value task to high-value task without the tedium in the middle.<p>3. Login and copy basic details from any of the 1000s of healthcare specific websites, each of which does more or less the same thing, slightly differently. RPA has always been so costly to build and maintain. The high variation fan-out just got a lot easier.<p>In the short term, I'm most bullish on AI to solve these low-value, highly-variable, highly-annoying tasks. I'm also reasonably confident that the AI we have today is already good enough to do it.<p>Give it time and we'll start to see companies operate at margins that were previously impossible in industries that we thought were near-impossible to make more productive.</p>
]]></description><pubDate>Thu, 22 May 2025 22:40:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=44067934</link><dc:creator>mparis</dc:creator><comments>https://news.ycombinator.com/item?id=44067934</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44067934</guid></item><item><title><![CDATA[New comment by mparis in "Show HN: Workflow Use – Deterministic, self-healing browser automation (RPA 2.0)"]]></title><description><![CDATA[
<p>This project resonates with me a lot. Call me old-fashioned, but I still appreciate a nice ole' deterministic program that I can fully understand and operate reliably.<p>With that said, there is undoubtedly still room to innovate on the long-tail of RPA. In the healthcare domain, for example, there are 1000s of sites that might need to be scraped occasionally, somewhat transactionally as e.g. a new patient comes in. However, there are other sites that need regular attention and even the smallest of errors can be catastrophic.<p>The combination of browser-use & workflow-use seems like a really natural fit for such use cases. Nice work!<p>We've also experimented with the self-healing ideas you are playing with here. In our case, we wrote a chrome extension that connects to an LLM of your choice as well as a process running locally on your machine. You write a description of the job to be done, click around the browser, and then click "go". The extension grabs all the context, asks the LLM to write a typescript program, sends that typescript program to the local process where it is compiled & type-checked against our internal workflow harness, and then immediately allows you to execute the program against your existing, open browser context.<p>We've found that even this basic loop is outrageously productive. If the script doesn't do what you expect, there is a big "FIX IT" button that lets you tweak and try again. For the record, we're not a competitor and have no intention of trying to sell/offer this extension externally.<p>I suspect one of the harder parts about this whole ordeal will be how to integrate with the rest of the workflow stack. For us, we've really appreciated the fact that our extension outputs typescript that seamlessly fits into our stack and that is more easily verifiable than JSON. The TS target also allows us to do nice things like tell the self-healing bot which libraries will be available so that e.g. it can use `date-fns` instead of `Date`. We've also thought about adopting more traditional workflow tools like Temporal to manage the core workflow logic, vending out the browser connectivity remotely. Curious how you guys are thinking about this?<p>Rooting for you guys, we will be sure to keep an eye on your progress and consider adopting the technology as it matures!<p>PS. If you like things like this, want to work at a growing health-tech startup, and live in Boston, we're hiring! Reach out here: <a href="https://wgwx7h7be0p.typeform.com/to/LV0t8OjI" rel="nofollow">https://wgwx7h7be0p.typeform.com/to/LV0t8OjI</a></p>
]]></description><pubDate>Tue, 20 May 2025 01:36:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=44036897</link><dc:creator>mparis</dc:creator><comments>https://news.ycombinator.com/item?id=44036897</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44036897</guid></item><item><title><![CDATA[New comment by mparis in "Ask HN: Who is hiring? (May 2025)"]]></title><description><![CDATA[
<p>AI x Healthcare Startup | Boston, MA Onsite | Full-time | Founding Engineer<p>We're looking for a backend-leaning fullstack dev. You will be the first engineer outside of the founding team. Here is a bit more about us:<p>We're a seed stage AI startup backed by several top tier VCs.<p>We're on a mission to ensure patients get the coverage they deserve from their health insurance.<p>We’re building deep, vertically integrated technology systems to solve fundamental problems in US healthcare - the biggest market in the world ($5T). We use AWS, K8s, React, and Rust but there is no requirement to have prior experience with them specifically. We'll teach you!<p>We are a founding team made up of ex-YC, Amazon, Meta, Microsoft, and Harvard Business School with previous successful exits. We have a 6+ month customer waitlist and growing.<p>We're hiring our first engineer outside the founders. You'll work directly with customers to understand their needs, design the right solution, and build from zero to one. You'll own entire parts of the roadmap and tech stack while wearing multiple hats. Most important characteristics are resilience, work ethic, and curiosity. We care about slope, not where you are today.<p>This is an opportunity to work in an insanely fast paced, high ownership environment while solving real problems in healthcare.<p>We're happy to share more details on the role in person/on zoom. Please fill out this form if interested!<p><a href="https://wgwx7h7be0p.typeform.com/to/LV0t8OjI" rel="nofollow">https://wgwx7h7be0p.typeform.com/to/LV0t8OjI</a></p>
]]></description><pubDate>Mon, 05 May 2025 17:52:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=43897635</link><dc:creator>mparis</dc:creator><comments>https://news.ycombinator.com/item?id=43897635</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43897635</guid></item><item><title><![CDATA[New comment by mparis in "Ask HN: Memory-safe low level languages?"]]></title><description><![CDATA[
<p>I also love rust and we use it heavily at our startup, but I agree with you and wish there were a mainstream alternative that kept much of the type system, pervasive expressions, and pattern matching while being smaller. I’d accept “very fast” even if it’s not as fast as rust.<p>One project I’ve seen that I don’t think is particularly active but that I really like the ideas behind is borgo. It compiles to go (thus GC) but is decidedly more rustacean.<p>Check it out. I hope someone makes something like this wide spread.<p><a href="https://borgo-lang.github.io/" rel="nofollow">https://borgo-lang.github.io/</a><p>PS. I have no affiliation with borgo, just an online fan.</p>
]]></description><pubDate>Sun, 27 Apr 2025 23:46:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=43816135</link><dc:creator>mparis</dc:creator><comments>https://news.ycombinator.com/item?id=43816135</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43816135</guid></item><item><title><![CDATA[New comment by mparis in "Ask HN: Who is hiring? (April 2025)"]]></title><description><![CDATA[
<p>Stealth AI Healthcare Startup | Boston, MA Onsite | Full-time | Founding Engineer<p>We're looking for a backend-leaning fullstack dev. You will be the first engineer outside of the founding team. Here is a bit more about us:<p>We're a seed stage AI startup backed by several top tier VCs.<p>We're on a mission to ensure patients get the coverage they deserve and providers get paid fairly! To do so, we're debugging core problems in the US healthcare system with a modern tech stack and AI. We use AWS, K8s, React, and Rust but there is no requirement to have prior experience with them specifically. We'll teach you!<p>We are a founding team made up of ex-YC, Amazon, Meta, and Harvard Business School with previous successful exits. We also have a 6+ month customer waitlist!<p>We're hiring our first engineer outside the founders. You'll work directly with customers to understand their needs, design the right solution, and build from zero to one. You'll own entire parts of the roadmap and tech stack while wearing multiple hats. Most important characteristics are resilience, work ethic, and curiosity. We care about slope, not where you are today. This is an opportunity to work in an insanely fast paced, high ownership environment while solving real problems in healthcare.<p>We're happy to share more details on the role in person/on zoom. Please fill out this form if interested!<p><a href="https://wgwx7h7be0p.typeform.com/to/LV0t8OjI" rel="nofollow">https://wgwx7h7be0p.typeform.com/to/LV0t8OjI</a></p>
]]></description><pubDate>Wed, 02 Apr 2025 01:30:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=43552927</link><dc:creator>mparis</dc:creator><comments>https://news.ycombinator.com/item?id=43552927</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43552927</guid></item><item><title><![CDATA[New comment by mparis in "Show HN: Cloud-Ready Postgres MCP Server"]]></title><description><![CDATA[
<p>+1<p>My first foray into using MCP was via Claude Desktop. Would be great if you packaged your tool such that one could add it with a few lines in their ‘~/Library/Application Support/Claude/claude_desktop_config.json’</p>
]]></description><pubDate>Sun, 30 Mar 2025 04:16:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=43521288</link><dc:creator>mparis</dc:creator><comments>https://news.ycombinator.com/item?id=43521288</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43521288</guid></item><item><title><![CDATA[New comment by mparis in "Gatehouse – a composable, async-friendly authorization policy framework in Rust"]]></title><description><![CDATA[
<p>That’s fair. Another pro is the flexibility that comes from being able to store policies in a database and manage them as data instead of code. E.G. roll your own IAM.<p>A good problem to solve when you need to, but for many of my projects, which admittedly don’t grow into big organizations, I find myself valuing the simplicity of the reduced toolkit.</p>
]]></description><pubDate>Tue, 25 Mar 2025 00:18:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=43466835</link><dc:creator>mparis</dc:creator><comments>https://news.ycombinator.com/item?id=43466835</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43466835</guid></item><item><title><![CDATA[New comment by mparis in "Gatehouse – a composable, async-friendly authorization policy framework in Rust"]]></title><description><![CDATA[
<p>Very cool project. I’ve used the cedar crate for similar use cases in the past but it’s always bugged me that it requires writing the policies in yet another language.<p>Will definitely check this out.</p>
]]></description><pubDate>Mon, 24 Mar 2025 23:41:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=43466587</link><dc:creator>mparis</dc:creator><comments>https://news.ycombinator.com/item?id=43466587</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43466587</guid></item></channel></rss>