<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: iliaxj</title><link>https://news.ycombinator.com/user?id=iliaxj</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 30 May 2026 19:27:16 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=iliaxj" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by iliaxj in "The dead economy theory"]]></title><description><![CDATA[
<p>The article doesn't seem to take his train of thought quite far enough.<p>If AI suddenly makes it possible for a law firm to be run with a skeleton crew, then what's stopping all those people you fired from starting new law companies, where AI also does most of the work, and competing with you for the same market?<p>And ultimately, if AI gets to be so good that it can competently do a lawyer's job, what reason do big law firms even have to exist? Who is going to hire them if they can just hire AI?<p>The companies that are rushing so hard to replace their workers don't realise that AI is eventually going to replace them too.<p>I foresee a wave of entrepreneurship coming. AI will empower more people to provide useful services directly to other people, with less middlemen and menial work, and more direct problem solving.</p>
]]></description><pubDate>Fri, 29 May 2026 20:52:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=48329096</link><dc:creator>iliaxj</dc:creator><comments>https://news.ycombinator.com/item?id=48329096</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48329096</guid></item><item><title><![CDATA[New comment by iliaxj in "Show HN: Why write code if the LLM can just do the thing? (web app experiment)"]]></title><description><![CDATA[
<p>Sometimes it doesn't though. Sometimes the engine seizes because a piece of tubing broke and you left your coolant down the road two turns ago. Or you steer off a cliff because there was coolant on the road for some reason. Or the meat sack in front of the wheel just didn't get enough sleep and your response time is degraded and you just can't quite get the thing to feel how you usually do. Ultimately the failure rate is low enough to trust your life on it, but that's just a matter of degree.</p>
]]></description><pubDate>Mon, 03 Nov 2025 01:28:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=45795038</link><dc:creator>iliaxj</dc:creator><comments>https://news.ycombinator.com/item?id=45795038</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45795038</guid></item><item><title><![CDATA[New comment by iliaxj in "Terraform Config Root Setups"]]></title><description><![CDATA[
<p>We use a single codebase to deploy to multiple environments. The setup looks like this:<p><pre><code>  - root
  -- /envs
  --- / dev.tfvars
  --- / prod.tfvars
  - main.tf
</code></pre>
When it gets deployed by the CICD, the right tfvars file is passed in via the -var-file parameter. A standard `env` var is also passed in, and used as a basis for a naming convention.  Backend is also set by the pipeline.<p>The rationale here is that our environments should be almost the same between them, and any variations should be accomplished by parameterization.<p>Modules are kept either in separate repos, if they need to be shared between many workspaces, or under the `modules` subfolder.</p>
]]></description><pubDate>Sun, 16 Feb 2025 13:05:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=43067676</link><dc:creator>iliaxj</dc:creator><comments>https://news.ycombinator.com/item?id=43067676</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43067676</guid></item></channel></rss>