<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: d0100</title><link>https://news.ycombinator.com/user?id=d0100</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 02 Jul 2026 23:42:17 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=d0100" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by d0100 in "Ask HN: What is your (AI) dev tech stack / workflow?"]]></title><description><![CDATA[
<p>My workflow for production code:<p>1. Pick the most complete project boilerplate (fullstack JS can easily introduce security bugs, SPA + API is best as cheap linting solves most problems)<p>2. Project skills (how to CRUD without mess)<p>3. Use worktrees for concurrent features, local session for conflicts<p>4. Local session for QA and refinement<p>I use Copilot and GPT 5.4<p>Managed to shorten pre-AI priced ongoing projects to 2 weeks or a month</p>
]]></description><pubDate>Fri, 05 Jun 2026 19:38:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=48417150</link><dc:creator>d0100</dc:creator><comments>https://news.ycombinator.com/item?id=48417150</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48417150</guid></item><item><title><![CDATA[New comment by d0100 in "AI is too expensive"]]></title><description><![CDATA[
<p>> GPT 5.4 instead of 5.5.<p>I am exclusively using 5.4 because its only 1x and very good, but the github calculation showed my once $40 become a $680 billing<p>That is too expensive and not worth paying</p>
]]></description><pubDate>Tue, 19 May 2026 16:33:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=48195595</link><dc:creator>d0100</dc:creator><comments>https://news.ycombinator.com/item?id=48195595</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48195595</guid></item><item><title><![CDATA[New comment by d0100 in "If AI writes your code, why use Python?"]]></title><description><![CDATA[
<p>> Python is, thus, clearly superior to other languages in terms of ease of review.<p>Do we get visual comparisons along with this bold claim?</p>
]]></description><pubDate>Tue, 12 May 2026 15:21:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=48109632</link><dc:creator>d0100</dc:creator><comments>https://news.ycombinator.com/item?id=48109632</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48109632</guid></item><item><title><![CDATA[New comment by d0100 in "Show HN: I built an open-source email builder, alternative to Beefree/Unlayer"]]></title><description><![CDATA[
<p>I remember doing a MailChimp "clone" in Laravel some 12 years ago and implementing  an email builder using their templates</p>
]]></description><pubDate>Thu, 07 May 2026 01:31:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=48044345</link><dc:creator>d0100</dc:creator><comments>https://news.ycombinator.com/item?id=48044345</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48044345</guid></item><item><title><![CDATA[New comment by d0100 in "Flue is a TypeScript framework for building the next generation of agents"]]></title><description><![CDATA[
<p>I am using TS sandboxed in deno for all our agent code generated from a UI builder (inspired by OpenAI's own agent builder, and spits out the same code output)</p>
]]></description><pubDate>Sun, 03 May 2026 00:30:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=47991978</link><dc:creator>d0100</dc:creator><comments>https://news.ycombinator.com/item?id=47991978</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47991978</guid></item><item><title><![CDATA[New comment by d0100 in "Does Postgres Scale?"]]></title><description><![CDATA[
<p>Are you using Temporal with distributed workers?<p>We have a simple worker setup and temporal is pretty easy to setup<p>Out only issue is really needing an intermediary data store for task result storage<p>We are using DBOS in new projects as it's even simpler and the downside (task log interface behind saas) is easily remedied with a copilot generated task viewer</p>
]]></description><pubDate>Fri, 01 May 2026 06:30:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=47971818</link><dc:creator>d0100</dc:creator><comments>https://news.ycombinator.com/item?id=47971818</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47971818</guid></item><item><title><![CDATA[New comment by d0100 in "Zed 1.0"]]></title><description><![CDATA[
<p>Tried using Zed but for some reason the AI can't open the browser?</p>
]]></description><pubDate>Wed, 29 Apr 2026 17:09:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47951303</link><dc:creator>d0100</dc:creator><comments>https://news.ycombinator.com/item?id=47951303</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47951303</guid></item><item><title><![CDATA[New comment by d0100 in "Who owns the code Claude Code wrote?"]]></title><description><![CDATA[
<p>The trick is to constrain the LLM to program in a very defined coding style<p>If I make the LLM generate code that follows my own code architecture and style, that should be enough creative input</p>
]]></description><pubDate>Wed, 29 Apr 2026 04:05:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47944065</link><dc:creator>d0100</dc:creator><comments>https://news.ycombinator.com/item?id=47944065</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47944065</guid></item><item><title><![CDATA[New comment by d0100 in "Measuring Claude 4.7's tokenizer costs"]]></title><description><![CDATA[
<p>I went from plan with opus, implement with claude, to simply plan and implement with GPT 5.4<p>It's a very good model for a very good price</p>
]]></description><pubDate>Fri, 17 Apr 2026 21:15:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47810644</link><dc:creator>d0100</dc:creator><comments>https://news.ycombinator.com/item?id=47810644</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47810644</guid></item><item><title><![CDATA[New comment by d0100 in "Claude.ai down"]]></title><description><![CDATA[
<p>GPT 5.4 is working pretty well for me, both in Copilot and Codex vscode extensions<p>If you create a plan it follows it closely</p>
]]></description><pubDate>Mon, 13 Apr 2026 17:11:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47755070</link><dc:creator>d0100</dc:creator><comments>https://news.ycombinator.com/item?id=47755070</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47755070</guid></item><item><title><![CDATA[New comment by d0100 in "Instant 1.0, a backend for AI-coded apps"]]></title><description><![CDATA[
<p>Any example more complex in the backend?<p>Are we supposed to expose all entities and relationships and rely on row level security?</p>
]]></description><pubDate>Fri, 10 Apr 2026 02:29:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=47712897</link><dc:creator>d0100</dc:creator><comments>https://news.ycombinator.com/item?id=47712897</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47712897</guid></item><item><title><![CDATA[New comment by d0100 in "Code Is Cheap Now, and That Changes Everything"]]></title><description><![CDATA[
<p>AI assisted development is the generalists dream<p>Althought it still hasn't solved procrastinating the next plan prompt</p>
]]></description><pubDate>Thu, 09 Apr 2026 13:50:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=47703767</link><dc:creator>d0100</dc:creator><comments>https://news.ycombinator.com/item?id=47703767</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47703767</guid></item><item><title><![CDATA[New comment by d0100 in "'The Secret Agent': Exploring a Vibrant, yet Violent Brazil (2025)"]]></title><description><![CDATA[
<p>> In a certain way, that's how Brazilian culture works<p>That's how Brazilian media conglomerate culture works</p>
]]></description><pubDate>Wed, 18 Mar 2026 02:56:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47421111</link><dc:creator>d0100</dc:creator><comments>https://news.ycombinator.com/item?id=47421111</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47421111</guid></item><item><title><![CDATA[New comment by d0100 in "Edge.js: Run Node apps inside a WebAssembly sandbox"]]></title><description><![CDATA[
<p>I still prefer Deno because I don't need a separate npm install command, which makes running code that much easier<p>Being able to import from "<a href="https://my-vpn.com/mypackage@1.2.3" rel="nofollow">https://my-vpn.com/mypackage@1.2.3</a>" or "npm:package@1.2.3" and just running code without having to worry about scaffolding node_modules makes sandboxing code much easier</p>
]]></description><pubDate>Wed, 18 Mar 2026 02:46:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47421033</link><dc:creator>d0100</dc:creator><comments>https://news.ycombinator.com/item?id=47421033</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47421033</guid></item><item><title><![CDATA[New comment by d0100 in "Bus travel from Lima to Rio de Janeiro"]]></title><description><![CDATA[
<p>In pt-br it's "leito", "semi-leito", "executivo" and "convencional"<p>"Leito" sounds more premium than "cama", despite being both valid words for "bed"</p>
]]></description><pubDate>Mon, 16 Mar 2026 02:17:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=47394411</link><dc:creator>d0100</dc:creator><comments>https://news.ycombinator.com/item?id=47394411</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47394411</guid></item><item><title><![CDATA[New comment by d0100 in "Can I run AI locally?"]]></title><description><![CDATA[
<p>Why is there no RTX 5060ti?</p>
]]></description><pubDate>Sat, 14 Mar 2026 01:40:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47372424</link><dc:creator>d0100</dc:creator><comments>https://news.ycombinator.com/item?id=47372424</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47372424</guid></item><item><title><![CDATA[New comment by d0100 in "Show HN: How I Topped the HuggingFace Open LLM Leaderboard on Two Gaming GPUs"]]></title><description><![CDATA[
<p>I wonder if joining layers from the "organs" of different models could further enhance the results</p>
]]></description><pubDate>Tue, 10 Mar 2026 18:45:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47327251</link><dc:creator>d0100</dc:creator><comments>https://news.ycombinator.com/item?id=47327251</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47327251</guid></item><item><title><![CDATA[New comment by d0100 in "Better JIT for Postgres"]]></title><description><![CDATA[
<p>I've shaved off 30s of queries by transforming json columns into a string after the first CTE is done with it</p>
]]></description><pubDate>Wed, 04 Mar 2026 19:08:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47252289</link><dc:creator>d0100</dc:creator><comments>https://news.ycombinator.com/item?id=47252289</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47252289</guid></item><item><title><![CDATA[New comment by d0100 in "Layoffs at Block"]]></title><description><![CDATA[
<p>If you apply Pareto to productivity, you can fire a lot of people and still manage</p>
]]></description><pubDate>Fri, 27 Feb 2026 00:57:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47174806</link><dc:creator>d0100</dc:creator><comments>https://news.ycombinator.com/item?id=47174806</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47174806</guid></item><item><title><![CDATA[New comment by d0100 in "The Sideprocalypse"]]></title><description><![CDATA[
<p>I haven't had much success using LLM's in Unity as there is a lot of work that goes into the editor and cannot be done via code, especially if you are using several different assets</p>
]]></description><pubDate>Mon, 16 Feb 2026 21:45:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=47040750</link><dc:creator>d0100</dc:creator><comments>https://news.ycombinator.com/item?id=47040750</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47040750</guid></item></channel></rss>