<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: sklarsa</title><link>https://news.ycombinator.com/user?id=sklarsa</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 23 Jul 2026 05:57:10 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=sklarsa" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by sklarsa in "The startup's Postgres survival guide"]]></title><description><![CDATA[
<p>There's nothing wrong with an ORM if you want to move quickly and get something up-and-running, which is the case for pretty much every startup who needs an article like this. As long as you're aware of the typical footguns (N+1 queries) and understand your ORM's lazy-loading scheme, IMO it's worth the tradeoff of developing yet another way to manage and parametrize your queries.<p>I'd rather spend the time building out my product than prematurely optimizing and overthinking my DB schemas at the earliest phases of a project.</p>
]]></description><pubDate>Wed, 22 Jul 2026 20:27:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=49012943</link><dc:creator>sklarsa</dc:creator><comments>https://news.ycombinator.com/item?id=49012943</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49012943</guid></item><item><title><![CDATA[New comment by sklarsa in "Go-Native Durable Execution"]]></title><description><![CDATA[
<p>Very timely for me! I've been looking into a go-based workflow engine. How does DagGo compare to go-workflows? <a href="https://cschleiden.github.io/go-workflows/" rel="nofollow">https://cschleiden.github.io/go-workflows/</a></p>
]]></description><pubDate>Mon, 02 Mar 2026 13:19:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47217635</link><dc:creator>sklarsa</dc:creator><comments>https://news.ycombinator.com/item?id=47217635</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47217635</guid></item><item><title><![CDATA[New comment by sklarsa in "Golfing Is Not Rowing"]]></title><description><![CDATA[
<p>In my experience as someone who started learning how to golf in their 30s, you need to be playing at least 4x a week to get good enough to start enjoying it in the first place. Unless you like shanking balls 5 yards, looking for lost balls in the woods, or picking your ball up near the green because the rest of your group has already finished the hole. Which to me, is no fun at all.</p>
]]></description><pubDate>Mon, 29 Dec 2025 14:47:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=46421269</link><dc:creator>sklarsa</dc:creator><comments>https://news.ycombinator.com/item?id=46421269</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46421269</guid></item><item><title><![CDATA[New comment by sklarsa in "Incus-OS: Immutable Linux OS to run Incus as a hypervisor"]]></title><description><![CDATA[
<p>I've been using Incus containers (not VMs) for running tests against a "real" OS and it's been an absolute game changer for me. It's granted me the ability to simultaneously spin up-and-down a plethora of fresh OSes on my local dev machine, which I then use as testing targets for components of my codebase that require Docker or systemd. With traditional containers, it's tricky to mimic those capabilities as they would exist on a normal VM.<p>Because both my project and Incus are written in Go, orchestrating Incus resources in my test code has been pretty seamless. And with "ephemeral" containers, if things start to get out of hand, I just need to stop the container to clean it up. Much easier than a 2-step process like it usually is.<p>Looking forward to seeing what's to come in IncusOS!</p>
]]></description><pubDate>Fri, 14 Nov 2025 20:50:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=45932012</link><dc:creator>sklarsa</dc:creator><comments>https://news.ycombinator.com/item?id=45932012</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45932012</guid></item><item><title><![CDATA[New comment by sklarsa in "Oxy is Cloudflare's Rust-based next generation proxy framework (2023)"]]></title><description><![CDATA[
<p>I'm very surprised to see all of the negativity toward Cloudflare's usability and value here.<p>It's been relatively painless for me to set up tunnels secured by SSO to expose dashboards and other internal tools across my distributed team using the free plan. Yes, I need to get a little creative with my DNS records (to avoid nested subdomain restrictions), but this is not really much of a nuisance given all of the value they're giving me for free.<p>And after paying just a little bit ($10-20 per month), I'm getting geo-based routing through their load balancers to ensure that customers are getting the fastest connection to my infra. All with built-in failover in case a region goes down.</p>
]]></description><pubDate>Mon, 03 Nov 2025 15:16:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=45799962</link><dc:creator>sklarsa</dc:creator><comments>https://news.ycombinator.com/item?id=45799962</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45799962</guid></item><item><title><![CDATA[New comment by sklarsa in "AWS in 2025: Stuff you think you know that's now wrong"]]></title><description><![CDATA[
<p>Usually I write some IaC to automate this tedium so I only have to go through the IAM setup pain once. Now if requirements change, that's an entirely different story...</p>
]]></description><pubDate>Fri, 22 Aug 2025 02:36:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=44980490</link><dc:creator>sklarsa</dc:creator><comments>https://news.ycombinator.com/item?id=44980490</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44980490</guid></item><item><title><![CDATA[New comment by sklarsa in "Our Grafana and Loki installs have become 'legacy software' here"]]></title><description><![CDATA[
<p>Personally, I find the OSS Grafana and Loki experience to be a bit maddening; both as an end-user and admin.<p>From the admin side, I usually end up deploying Loki with Helm charts in k8s clusters. This makes it difficult to tweak specific settings, especially around Loki's varying deployment models and "power-user" options. Helm also makes upgrades a bit scary without rigorous testing in staging environments that have version parity with prod across all infra tools. The same goes for Grafana, which I usually deploy alongside Prometheus, tightly-coupling that entire part of my observability stack.<p>As for end-user experience, Loki's storage and query model seems to be designed for log aggregation across multiple microservices with structured logging and proper tagging. But sometimes, I just want to read through application logs, and batch-querying through grafana's "explore" interface doesn't make it any easier.<p>What are people using for log aggregation these days? The author mentions a central syslog server, and that doesn't sound like the worst idea to me...</p>
]]></description><pubDate>Wed, 04 Jun 2025 14:42:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=44181215</link><dc:creator>sklarsa</dc:creator><comments>https://news.ycombinator.com/item?id=44181215</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44181215</guid></item><item><title><![CDATA[New comment by sklarsa in "AI: Accelerated Incompetence"]]></title><description><![CDATA[
<p>> but a single word used in a vague enough way is enough to skew the results in a bad direction<p>I'm glad I'm not the only one who feels this way. It seems like these models latch on to a particular keyword somewhere in my prompt chain and throw traditional logic out the window as they try to push me down more niche paths that don't even really solve the original problem. Which just leads to higher levels of frustration and unhappiness for the human involved.<p>> Anecdotally, I've felt my skills quickly regressing because of AI tooling<p>To combat this, I've been trying to use AI to solve problems that I normally would with StackOverflow results: for small, bite-sized and clearly-defined tasks. Instead of searching "how to do X?", I now ask the model the same question and use its answer as a guide to solving the problem instead of a canonical answer.</p>
]]></description><pubDate>Wed, 28 May 2025 14:10:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=44116221</link><dc:creator>sklarsa</dc:creator><comments>https://news.ycombinator.com/item?id=44116221</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44116221</guid></item><item><title><![CDATA[Design by Decision Fatigue]]></title><description><![CDATA[
<p>Article URL: <a href="https://questdb.com/blog/design-by-decision-fatigue/">https://questdb.com/blog/design-by-decision-fatigue/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43268615">https://news.ycombinator.com/item?id=43268615</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 05 Mar 2025 16:18:44 +0000</pubDate><link>https://questdb.com/blog/design-by-decision-fatigue/</link><dc:creator>sklarsa</dc:creator><comments>https://news.ycombinator.com/item?id=43268615</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43268615</guid></item><item><title><![CDATA[New comment by sklarsa in "Ask HN: How to approach first days on a new job as a senior engineer?"]]></title><description><![CDATA[
<p>Set up your dev environment and get the project running locally. This can take anywhere from 2-3 hours to a week. But if it does take towards the longer end of that period, you will have learned tons about the application's architecture, past design decisions, and will probably have made at least 1 git commit to a README somewhere.</p>
]]></description><pubDate>Fri, 10 Jan 2025 17:22:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=42657660</link><dc:creator>sklarsa</dc:creator><comments>https://news.ycombinator.com/item?id=42657660</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42657660</guid></item><item><title><![CDATA[New comment by sklarsa in "I've built my first successful side project, and I hate it"]]></title><description><![CDATA[
<p>I love the ending of this story, which isn't obvious from just looking at the title. The author identified key pain points around customer support, automated them, and went back to enjoying life. This is the kind of thing that gets me excited about the possibilities of technology and AI as a force multiplier, especially when working on side projects, "lifestyle" businesses, or even startups as a single founder.</p>
]]></description><pubDate>Wed, 21 Aug 2024 13:55:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=41310339</link><dc:creator>sklarsa</dc:creator><comments>https://news.ycombinator.com/item?id=41310339</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41310339</guid></item><item><title><![CDATA[A cloud engineer's first QuestDB Pull Request]]></title><description><![CDATA[
<p>Article URL: <a href="https://questdb.io/blog/my-first-questdb-pull-request/">https://questdb.io/blog/my-first-questdb-pull-request/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41235196">https://news.ycombinator.com/item?id=41235196</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 13 Aug 2024 13:21:18 +0000</pubDate><link>https://questdb.io/blog/my-first-questdb-pull-request/</link><dc:creator>sklarsa</dc:creator><comments>https://news.ycombinator.com/item?id=41235196</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41235196</guid></item><item><title><![CDATA[New comment by sklarsa in "Ask HN: What tech stack do you use for your blog?"]]></title><description><![CDATA[
<p>Zola, GitHub and Netlify. Easy and free</p>
]]></description><pubDate>Thu, 11 Jan 2024 20:19:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=38958387</link><dc:creator>sklarsa</dc:creator><comments>https://news.ycombinator.com/item?id=38958387</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38958387</guid></item><item><title><![CDATA[New comment by sklarsa in "Disney, Warner, Comcast, and Paramount are contemplating cuts, possible mergers"]]></title><description><![CDATA[
<p>I always watch with subtitles in general because the dubs seem to lose the emotion of the scene. The downside being that I can’t multitask and have to pay full attention to what’s happening on the screen. Why do you prefer dubs?</p>
]]></description><pubDate>Fri, 29 Dec 2023 14:13:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=38805059</link><dc:creator>sklarsa</dc:creator><comments>https://news.ycombinator.com/item?id=38805059</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38805059</guid></item><item><title><![CDATA[New comment by sklarsa in "Taking Stock with Teens 2023 Survey"]]></title><description><![CDATA[
<p>The infographic is pretty interesting: <a href="https://www.pipersandler.com/sites/default/files/document/TSWT_Fall23_Infographic.pdf" rel="nofollow noreferrer">https://www.pipersandler.com/sites/default/files/document/TS...</a></p>
]]></description><pubDate>Thu, 12 Oct 2023 13:43:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=37856990</link><dc:creator>sklarsa</dc:creator><comments>https://news.ycombinator.com/item?id=37856990</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37856990</guid></item><item><title><![CDATA[New comment by sklarsa in "K3s – Lightweight Kubernetes"]]></title><description><![CDATA[
<p>If you go the kind route, be sure to not use Docker for mac and instead opt for podman which is much more resource efficient. Now that I've switched over to podman, my computer doesn't sound like it's about to blast off when I'm running clusters.</p>
]]></description><pubDate>Thu, 12 Oct 2023 13:32:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=37856881</link><dc:creator>sklarsa</dc:creator><comments>https://news.ycombinator.com/item?id=37856881</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37856881</guid></item><item><title><![CDATA[New comment by sklarsa in "AWS IAM Outage"]]></title><description><![CDATA[
<p>This appears to be impacting SSO and sts services</p>
]]></description><pubDate>Mon, 11 Sep 2023 18:38:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=37471671</link><dc:creator>sklarsa</dc:creator><comments>https://news.ycombinator.com/item?id=37471671</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37471671</guid></item><item><title><![CDATA[AWS IAM Outage]]></title><description><![CDATA[
<p>Article URL: <a href="https://health.aws.amazon.com/phd/status">https://health.aws.amazon.com/phd/status</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=37471670">https://news.ycombinator.com/item?id=37471670</a></p>
<p>Points: 3</p>
<p># Comments: 2</p>
]]></description><pubDate>Mon, 11 Sep 2023 18:38:55 +0000</pubDate><link>https://health.aws.amazon.com/phd/status</link><dc:creator>sklarsa</dc:creator><comments>https://news.ycombinator.com/item?id=37471670</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37471670</guid></item><item><title><![CDATA[New comment by sklarsa in "Ask HN: Could you share your personal blog here?"]]></title><description><![CDATA[
<p><a href="https://sklar.rocks" rel="nofollow noreferrer">https://sklar.rocks</a> for some technical content around what I’ve been working on recently.</p>
]]></description><pubDate>Fri, 07 Jul 2023 01:11:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=36625703</link><dc:creator>sklarsa</dc:creator><comments>https://news.ycombinator.com/item?id=36625703</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36625703</guid></item><item><title><![CDATA[New comment by sklarsa in "Using command line to process CSV files (2022)"]]></title><description><![CDATA[
<p>Personally, I use xsv and it’s been tremendously helpful, especially when working with larger files. <a href="https://github.com/BurntSushi/xsv">https://github.com/BurntSushi/xsv</a></p>
]]></description><pubDate>Wed, 28 Jun 2023 03:41:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=36501983</link><dc:creator>sklarsa</dc:creator><comments>https://news.ycombinator.com/item?id=36501983</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36501983</guid></item></channel></rss>