<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: pimbrouwers</title><link>https://news.ycombinator.com/user?id=pimbrouwers</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 07 Apr 2026 01:06:26 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=pimbrouwers" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by pimbrouwers in "Maintenance Is the New Bottleneck"]]></title><description><![CDATA[
<p>Great post. Also, I absolutely love your website.</p>
]]></description><pubDate>Thu, 15 Jan 2026 16:25:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=46634961</link><dc:creator>pimbrouwers</dc:creator><comments>https://news.ycombinator.com/item?id=46634961</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46634961</guid></item><item><title><![CDATA[New comment by pimbrouwers in "Monads in C# (Part 2): Result"]]></title><description><![CDATA[
<p>I normally do a much deeper dive into the existing ecosystem before I write a library like this. In this case, I tried a few of the popular packages, but in the end decided my own pursuit of the exact types I wanted was more interesting. So, I just went for it.</p>
]]></description><pubDate>Mon, 05 Jan 2026 13:06:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=46498351</link><dc:creator>pimbrouwers</dc:creator><comments>https://news.ycombinator.com/item?id=46498351</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46498351</guid></item><item><title><![CDATA[New comment by pimbrouwers in "Monads in C# (Part 2): Result"]]></title><description><![CDATA[
<p>100%! I would be thrilled! Thank you very much.</p>
]]></description><pubDate>Sat, 03 Jan 2026 12:16:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=46475712</link><dc:creator>pimbrouwers</dc:creator><comments>https://news.ycombinator.com/item?id=46475712</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46475712</guid></item><item><title><![CDATA[New comment by pimbrouwers in "Monads in C# (Part 2): Result"]]></title><description><![CDATA[
<p>I've been playing around with some of the "standard/common monads in C# for a while now, in OSS (<a href="https://github.com/pimbrouwers/Danom" rel="nofollow">https://github.com/pimbrouwers/Danom</a>) and at work. It's awesome. I can't imagine working without them anymore.</p>
]]></description><pubDate>Thu, 01 Jan 2026 20:42:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=46457826</link><dc:creator>pimbrouwers</dc:creator><comments>https://news.ycombinator.com/item?id=46457826</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46457826</guid></item><item><title><![CDATA[New comment by pimbrouwers in "Node.js is able to execute TypeScript files without additional configuration"]]></title><description><![CDATA[
<p>I can second this experience. I arrived roughly 10 years ago, right in time to see netcore1.0 emerge. Been onboard even since. You should absolutely check it out. The compilation story (native aot) is what I'm currently most excited about it.</p>
]]></description><pubDate>Mon, 18 Aug 2025 10:30:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=44939121</link><dc:creator>pimbrouwers</dc:creator><comments>https://news.ycombinator.com/item?id=44939121</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44939121</guid></item><item><title><![CDATA[New comment by pimbrouwers in "Ask HN: Python developers at big companies what is your setup?"]]></title><description><![CDATA[
<p>Not a python developer, just casually curious about the discourse. But I wanted to say that I completely agree with the point on letting dynamic languages be dynamic. Otherwise, you reduce the benefit of a dynamic language to the point where I feel like the value proposition comes too close to disappearing. Really at that point, you're just trading performance for compile time or lack there of.</p>
]]></description><pubDate>Wed, 23 Jul 2025 11:33:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=44658004</link><dc:creator>pimbrouwers</dc:creator><comments>https://news.ycombinator.com/item?id=44658004</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44658004</guid></item><item><title><![CDATA[New comment by pimbrouwers in "Ask HN: Gems in Your Tech Stack?"]]></title><description><![CDATA[
<p>Recency bias playing a factor here. But System.Data.SQLite. When you scan around the offerings of the other top-shelf languages, it becomes quickly evident how good/reliable that DLL is. Not to mention that it's maintained by he SQLite team. SQLite has been having a moment in the sun, and this is the perfect package to use it in production.</p>
]]></description><pubDate>Fri, 18 Apr 2025 20:38:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=43731677</link><dc:creator>pimbrouwers</dc:creator><comments>https://news.ycombinator.com/item?id=43731677</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43731677</guid></item><item><title><![CDATA[New comment by pimbrouwers in "Why F#?"]]></title><description><![CDATA[
<p>Hi Isaac ;) Of course you can train people. But in my experience they take a lot longer to learn than you suggest.</p>
]]></description><pubDate>Tue, 01 Apr 2025 22:46:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=43552070</link><dc:creator>pimbrouwers</dc:creator><comments>https://news.ycombinator.com/item?id=43552070</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43552070</guid></item><item><title><![CDATA[New comment by pimbrouwers in "Why F#?"]]></title><description><![CDATA[
<p>Our shop converted 6 years ago, from C# to exclusively F#. I also author and maintain some packages (falco, donald, validus and others). The language is tough to learn if you're coming from a C-style language. But worth the effort and experience. It's extremely concise a true delight to build programs in that are fast, robust and durable.<p>There are a few drawbacks, depending on your perspective:<p>- compilation is slower than c# and hot reload isn't supported (it's in progress)<p>- there are very few opportunities to use it professionally<p>- hiring devs can be challenging</p>
]]></description><pubDate>Tue, 01 Apr 2025 13:24:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=43546526</link><dc:creator>pimbrouwers</dc:creator><comments>https://news.ycombinator.com/item?id=43546526</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43546526</guid></item><item><title><![CDATA[New comment by pimbrouwers in "Show HN: Nash, I made a standalone note with single HTML file"]]></title><description><![CDATA[
<p>I came to say exactly this. I was sucked right into this. I am looking forward to reading more thoroughly and understanding it better.</p>
]]></description><pubDate>Sun, 16 Mar 2025 13:09:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=43378770</link><dc:creator>pimbrouwers</dc:creator><comments>https://news.ycombinator.com/item?id=43378770</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43378770</guid></item><item><title><![CDATA[New comment by pimbrouwers in "Siren Call of SQLite on the Server"]]></title><description><![CDATA[
<p>It most definitely does not. Yes, you will lose foreign keys across silos. But this will usually be one association, like a user id for example.<p>You are also thinking of this defensively, "x value cannot exist here if it doesn't exist in y store". Just think how you'd access this, and you'll realize at worst this creates a void of data which your app likely handles anyway.<p>If there are numerous associations required across these silos. You don't have the right silos yet.</p>
]]></description><pubDate>Tue, 18 Feb 2025 12:39:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=43088807</link><dc:creator>pimbrouwers</dc:creator><comments>https://news.ycombinator.com/item?id=43088807</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43088807</guid></item><item><title><![CDATA[New comment by pimbrouwers in "Siren Call of SQLite on the Server"]]></title><description><![CDATA[
<p>Be brave. Just try it.<p>Removing the network latency is a massive gain, especially for small/medium apps, which is most sites. And if you find yourself asking this, the answer is yes, it will work.<p>SQLite will force you to rethink your architecture a bit, don't forget it doesn't HAVE to be _one_ file. This alone helps you scale further.<p>There are some chafing points:
1. Schema migrations
2. Configuration, PRAGMA's applied at design time or during each connection</p>
]]></description><pubDate>Tue, 18 Feb 2025 12:00:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=43088569</link><dc:creator>pimbrouwers</dc:creator><comments>https://news.ycombinator.com/item?id=43088569</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43088569</guid></item><item><title><![CDATA[New comment by pimbrouwers in "Danom: Structures for durable programming patterns in C#."]]></title><description><![CDATA[
<p>I’m excited to share a project I’ve been working on for the past 8 months called Danom. After spending 6 years writing F#, I found myself in a situation where C# was mandated. I thought to myself, "I wonder if Option and Result functionality would translate effectively into C#?".<p>Obviously, implementing them was possible, but what would consumption be like? It turns out, it's amazing. There were already some open-source options available, but none of them had an API that I loved. They often allowed direct access to the internal value, which I felt defeated the purpose.<p>So, I decided to create Danom with a few key goals in mind:<p>- Opinionated Monads: Focus on Option and Result rather than a more generic Choice type.<p>- Exhaustive Matching: An API that enforces exhaustive matching to ensure all cases are handled.<p>- Fluent API: Designed for chaining operations seamlessly.<p>- Integration: Works well with ASP.NET Core and Fluent Validation.<p>The pattern has exceeded my expectations, making functional programming patterns in C# not only possible but enjoyable. If you’re interested in bringing some of the functional programming paradigms from F# into your C# projects, I’d love for you to check it out.<p>You can find the project here: <a href="https://github.com/pimbrouwers/danom">https://github.com/pimbrouwers/danom</a>.<p>Looking forward to your feedback and contributions!</p>
]]></description><pubDate>Fri, 29 Nov 2024 17:10:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=42275250</link><dc:creator>pimbrouwers</dc:creator><comments>https://news.ycombinator.com/item?id=42275250</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42275250</guid></item><item><title><![CDATA[New comment by pimbrouwers in "Danom: Structures for durable programming patterns in C#."]]></title><description><![CDATA[
<p>Legend has it, if you play Danom backwards it will reveal the meaning of life.</p>
]]></description><pubDate>Fri, 29 Nov 2024 14:15:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=42274010</link><dc:creator>pimbrouwers</dc:creator><comments>https://news.ycombinator.com/item?id=42274010</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42274010</guid></item><item><title><![CDATA[Danom: Structures for durable programming patterns in C#.]]></title><description><![CDATA[
<p>I’m excited to share a project I’ve been working on for the past 8 months called Danom. After spending 6 years writing F#, I found myself in a situation where C# was mandated. I thought to myself, "I wonder if Option and Result functionality would translate effectively into C#?".<p>Obviously, implementing them was possible, but what would consumption be like? It turns out, it's amazing. There were already some open-source options available, but none of them had an API that I loved. They often allowed direct access to the internal value, which I felt defeated the purpose.<p>So, I decided to create Danom with a few key goals in mind:<p>- Opinionated Monads: Focus on Option and Result rather than a more generic Choice type.<p>- Exhaustive Matching: An API that enforces exhaustive matching to ensure all cases are handled.<p>- Fluent API: Designed for chaining operations seamlessly.<p>- Integration: Fully integrated with ASP.NET Core and Fluent Validation.<p>Danom has exceeded my expectations, making functional programming patterns in C# not only possible but enjoyable. If you’re interested in bringing some of the functional programming paradigms from F# into your C# projects, I’d love for you to check it out.<p>You can find the project on GitHub: <a href="https://github.com/pimbrouwers/danom">https://github.com/pimbrouwers/danom</a><p>Or, on NuGet: <a href="https://www.nuget.org/packages/Danom" rel="nofollow">https://www.nuget.org/packages/Danom</a><p>Looking forward to your feedback and contributions!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=42274006">https://news.ycombinator.com/item?id=42274006</a></p>
<p>Points: 4</p>
<p># Comments: 2</p>
]]></description><pubDate>Fri, 29 Nov 2024 14:14:26 +0000</pubDate><link>https://github.com/pimbrouwers/Danom</link><dc:creator>pimbrouwers</dc:creator><comments>https://news.ycombinator.com/item?id=42274006</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42274006</guid></item><item><title><![CDATA[New comment by pimbrouwers in "Show HN: A quiz to see if you can tell real vs. deepfake videos"]]></title><description><![CDATA[
<p>This was very interesting and a clever way to demonstrate the state of AI video gen.</p>
]]></description><pubDate>Fri, 04 Oct 2024 20:07:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=41745097</link><dc:creator>pimbrouwers</dc:creator><comments>https://news.ycombinator.com/item?id=41745097</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41745097</guid></item><item><title><![CDATA[New comment by pimbrouwers in "Surreal: Tiny jQuery alternative with inline Locality of Behavior"]]></title><description><![CDATA[
<p>I really like this. My only pause would be strict CSPs that don't allow inline scripts. I suppose in those cases you're able to use the selector overload.</p>
]]></description><pubDate>Sun, 29 Sep 2024 11:37:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=41686641</link><dc:creator>pimbrouwers</dc:creator><comments>https://news.ycombinator.com/item?id=41686641</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41686641</guid></item><item><title><![CDATA[New comment by pimbrouwers in "OS-themed site: no JavaScript, accessible and mobile-first"]]></title><description><![CDATA[
<p>Damn this is cool!</p>
]]></description><pubDate>Thu, 26 Sep 2024 20:41:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=41663125</link><dc:creator>pimbrouwers</dc:creator><comments>https://news.ycombinator.com/item?id=41663125</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41663125</guid></item><item><title><![CDATA[New comment by pimbrouwers in "The Flix Programming Language"]]></title><description><![CDATA[
<p>You had me until JVM</p>
]]></description><pubDate>Sun, 26 Nov 2023 21:40:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=38425262</link><dc:creator>pimbrouwers</dc:creator><comments>https://news.ycombinator.com/item?id=38425262</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38425262</guid></item><item><title><![CDATA[New comment by pimbrouwers in "Ask HN: What niche task/tool websites have you built?"]]></title><description><![CDATA[
<p>Very neat John! Bookmarked.</p>
]]></description><pubDate>Thu, 31 Aug 2023 00:30:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=37331005</link><dc:creator>pimbrouwers</dc:creator><comments>https://news.ycombinator.com/item?id=37331005</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37331005</guid></item></channel></rss>