<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: etse</title><link>https://news.ycombinator.com/user?id=etse</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 25 Aug 2026 02:24:37 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=etse" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by etse in "A Server Lost Power at 00:32. We Found Out at 08:18"]]></title><description><![CDATA[
<p>In my mind, postmortems with a human touch to be subtle defensiveness, passive aggressive blame, and unempathetic factual digs at others. I read the lack of empathy in the article as simply following best practices.</p>
]]></description><pubDate>Mon, 24 Aug 2026 16:58:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=49422670</link><dc:creator>etse</dc:creator><comments>https://news.ycombinator.com/item?id=49422670</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49422670</guid></item><item><title><![CDATA[New comment by etse in "Generic Methods in Go 1.27"]]></title><description><![CDATA[
<p>What was the reason for interfaces having to work at runtime?</p>
]]></description><pubDate>Thu, 20 Aug 2026 17:38:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=49377718</link><dc:creator>etse</dc:creator><comments>https://news.ycombinator.com/item?id=49377718</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49377718</guid></item><item><title><![CDATA[New comment by etse in "Launch HN: Freestyle – Sandboxes for Coding Agents"]]></title><description><![CDATA[
<p>Ah, got it. Still impressive.</p>
]]></description><pubDate>Thu, 09 Apr 2026 02:03:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47698520</link><dc:creator>etse</dc:creator><comments>https://news.ycombinator.com/item?id=47698520</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47698520</guid></item><item><title><![CDATA[New comment by etse in "Launch HN: Freestyle – Sandboxes for Coding Agents"]]></title><description><![CDATA[
<p>The memory forking is really interesting. I wonder if copy-on-write at the VM level, O(1) with respect to machine size, won't scale cost with how many forks to take, but 320ms median seems good for the branch-and-explore pattern without reprovisioning every time.<p>One gap I'm noticing in these comments and in the current sandbox landscape is Windows. Every platform mentioned in these comments like E2B, Daytona, Fly Sprites, Sandflare appears Linux-native. Makes sense for coding agents targeting Debian environments, but a real category exists to automate Windows-specific workflows: enterprise software, ERP systems, anything that runs only on Windows.<p>If anyone wants to run agents in Mac or Linux and need to access Windows for computer use, Dexbox could be helpful. [github.com/getdexbox/dexbox]<p>I launched an open source developer tool called Dexbox to run agent workloads that quickly provision and run Windows desktops. It's a CLI and MCP experience that's different from Freestyle, but slightly closer to our Windows-specific production infra, Nen. I like Freestyle's cool UI that shows off the unique technical approach and developer friendliness. Nen's a bit closer to that experience.</p>
]]></description><pubDate>Tue, 07 Apr 2026 18:19:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47679269</link><dc:creator>etse</dc:creator><comments>https://news.ycombinator.com/item?id=47679269</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47679269</guid></item><item><title><![CDATA[New comment by etse in "Are you team MCP or team CLI?"]]></title><description><![CDATA[
<p>So, neither?</p>
]]></description><pubDate>Tue, 31 Mar 2026 02:12:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47581971</link><dc:creator>etse</dc:creator><comments>https://news.ycombinator.com/item?id=47581971</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47581971</guid></item><item><title><![CDATA[New comment by etse in "Gemini 3 Pro vs. 2.5 Pro in Pokemon Crystal"]]></title><description><![CDATA[
<p>Isn’t frontend more complex? If my task starts with a Figma UI design, how well does a code agent do at generating working code that looks right, and iterate on it (presuming some browser MCP)? Some automated tests seem enough for an genetic loop on backend.</p>
]]></description><pubDate>Sat, 20 Dec 2025 18:31:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=46338367</link><dc:creator>etse</dc:creator><comments>https://news.ycombinator.com/item?id=46338367</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46338367</guid></item><item><title><![CDATA[New comment by etse in "Kaiju – General purpose 3D/2D game engine in Go and Vulkan with built in editor"]]></title><description><![CDATA[
<p>What’s the challenge with getting it working in macOS? Vulkan?</p>
]]></description><pubDate>Tue, 09 Dec 2025 15:07:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=46205708</link><dc:creator>etse</dc:creator><comments>https://news.ycombinator.com/item?id=46205708</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46205708</guid></item><item><title><![CDATA[New comment by etse in "Thoughts on Go vs. Rust vs. Zig"]]></title><description><![CDATA[
<p>That seems unusual. I would assume trivial means the default approach works for most cases. Perhaps mutable global variables are not a common use case. Unsafe might make it easier, but it’s not obvious and probably undesired.
I don’t know Rust, but I’ve heard pockets of unsafe code in a code base can make it hard to trust in Rust’s guarantees. The compromise feels like the language didn’t actually solve anything.</p>
]]></description><pubDate>Thu, 04 Dec 2025 23:20:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=46154633</link><dc:creator>etse</dc:creator><comments>https://news.ycombinator.com/item?id=46154633</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46154633</guid></item><item><title><![CDATA[New comment by etse in "Five years as a startup CTO: How, why, and was it worth it? (2024)"]]></title><description><![CDATA[
<p>I have hardly come across aspiring-CEOs who do not have much ego and listen to other founders, let alone founders or serial-founders. After some founder dating last year, I am a bit jaded, though.</p>
]]></description><pubDate>Sat, 04 Oct 2025 19:27:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=45475958</link><dc:creator>etse</dc:creator><comments>https://news.ycombinator.com/item?id=45475958</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45475958</guid></item><item><title><![CDATA[New comment by etse in "How Palantir is mapping the nation’s data"]]></title><description><![CDATA[
<p>Morality is not about intelligence, but some folks believe living by morals is submitting oneself to the lack of intelligence (or stupidity even). The real [evil] geniuses prune their decision tree by not considering morality so they maintain optimum efficiency.</p>
]]></description><pubDate>Fri, 12 Sep 2025 21:16:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=45226860</link><dc:creator>etse</dc:creator><comments>https://news.ycombinator.com/item?id=45226860</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45226860</guid></item><item><title><![CDATA[New comment by etse in "Do the simplest thing that could possibly work"]]></title><description><![CDATA[
<p>There is a lot of sentiment in these comments about needing to scale still. I wonder how many need to do this in a pre-PMF stage vs growth stage? The trade off is faster growth if your PMF bet wins and loss of time if your bet goes south.</p>
]]></description><pubDate>Sun, 31 Aug 2025 04:19:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=45080346</link><dc:creator>etse</dc:creator><comments>https://news.ycombinator.com/item?id=45080346</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45080346</guid></item><item><title><![CDATA[New comment by etse in "QueryLeaf: SQL for Mongo"]]></title><description><![CDATA[
<p>Maybe not capabilities, but I'm wondering if Postgres has gotten any easier to scale horizontally. The administrative overhead of scaling and maintenance with MongoDB seemed lower to Postgres to me.<p>Would love to hear from others with more Postgres than I.</p>
]]></description><pubDate>Sat, 10 May 2025 15:48:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=43946591</link><dc:creator>etse</dc:creator><comments>https://news.ycombinator.com/item?id=43946591</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43946591</guid></item><item><title><![CDATA[New comment by etse in "Mistaking Mary Magdalene"]]></title><description><![CDATA[
<p>Interesting idea, but questionable scholarship.</p>
]]></description><pubDate>Sat, 26 Apr 2025 04:48:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=43801030</link><dc:creator>etse</dc:creator><comments>https://news.ycombinator.com/item?id=43801030</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43801030</guid></item><item><title><![CDATA[New comment by etse in "Googler... ex-Googler"]]></title><description><![CDATA[
<p>Hmm. Maybe you should test the site on a different phone. Not seeing an issue with responsiveness here.</p>
]]></description><pubDate>Sat, 12 Apr 2025 20:00:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=43667497</link><dc:creator>etse</dc:creator><comments>https://news.ycombinator.com/item?id=43667497</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43667497</guid></item><item><title><![CDATA[New comment by etse in "Can American Drivers Learn to Love Roundabouts?"]]></title><description><![CDATA[
<p>Not when the roundabouts are placed within the bounds of a 4 way stop. Not sure if those are called roundabouts, but I don’t like them.</p>
]]></description><pubDate>Mon, 06 Jan 2025 23:53:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=42617537</link><dc:creator>etse</dc:creator><comments>https://news.ycombinator.com/item?id=42617537</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42617537</guid></item><item><title><![CDATA[New comment by etse in "Morris Chang and the Origins of TSMC"]]></title><description><![CDATA[
<p>We don’t need to overstate racism, but “bigwig at TI” is a down leveling for Morris. Doesn’t seem right to limit greatness if it’s about race and not based on track record or other meritocratic signals.</p>
]]></description><pubDate>Tue, 31 Dec 2024 20:11:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=42561440</link><dc:creator>etse</dc:creator><comments>https://news.ycombinator.com/item?id=42561440</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42561440</guid></item><item><title><![CDATA[New comment by etse in "Morris Chang and the Origins of TSMC"]]></title><description><![CDATA[
<p>How? Morris didn’t get the job because he was born in the wrong country?</p>
]]></description><pubDate>Tue, 31 Dec 2024 20:07:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=42561408</link><dc:creator>etse</dc:creator><comments>https://news.ycombinator.com/item?id=42561408</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42561408</guid></item><item><title><![CDATA[New comment by etse in "Family of OpenAI whistleblower Suchir Balaji demand FBI investigate death"]]></title><description><![CDATA[
<p>Very wealthy people have access to very exclusive and potentially unethical and/or illegal capabilities. Many do not think they are bound to the same rules as the rest of society. Some are probably not.<p>OpenAI the company may not be responsible, but there are elites in the OpenAI sphere who might be.</p>
]]></description><pubDate>Sun, 29 Dec 2024 08:47:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=42538614</link><dc:creator>etse</dc:creator><comments>https://news.ycombinator.com/item?id=42538614</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42538614</guid></item><item><title><![CDATA[New comment by etse in "Borgo Programming Language"]]></title><description><![CDATA[
<p>I’m curious which are the well known projects or products that have ported or converted away from Go. Anyone have a shortlist?</p>
]]></description><pubDate>Fri, 29 Nov 2024 21:52:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=42277428</link><dc:creator>etse</dc:creator><comments>https://news.ycombinator.com/item?id=42277428</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42277428</guid></item><item><title><![CDATA[New comment by etse in "Structured Editing and Incremental Parsing"]]></title><description><![CDATA[
<p>> why structured editors haven’t taken over the world: most programmers find them so annoying to use in some situations that they don’t view the pros as outweighing the cons.<p>Seems like "annoying" refers to a user interface annoyance.<p>I'm guessing the following since I couldn't tell what structured editing is like from the article:<p>Keyboard entry is immediate, but prone to breaking the program structure. Structured editing through specific commands is an abstraction on top of key entry (or mouse), both of which add a layer of resistance. Another layer might come from having to recall the commands, or if recognizing them, having to peruse a list of them, at least while learning it.<p>What does the developer's experience with incremental parsing feel like?</p>
]]></description><pubDate>Thu, 28 Nov 2024 20:34:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=42268363</link><dc:creator>etse</dc:creator><comments>https://news.ycombinator.com/item?id=42268363</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42268363</guid></item></channel></rss>