<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: AlexSalikov</title><link>https://news.ycombinator.com/user?id=AlexSalikov</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 11:33:40 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=AlexSalikov" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by AlexSalikov in "Write less code, be more responsible"]]></title><description><![CDATA[
<p>Good framing. I’d add that “be responsible” extends well beyond code quality - it’s about product responsibility.<p>AI making code cheaper to produce doesn’t make the decisions around it any cheaper. What to build, for whom, and why — that’s still fully on you. It should free up more time for strategy, user understanding, and saying “no” to things that shouldn’t exist regardless of how easy they are to ship.<p>The maintainability concern Orhun raises is real, but I think the root cause isn’t AI — it’s ownership. If you don’t understand what was built, you can’t evolve it. It’s the same failure mode as a PM who doesn’t grasp the technical implementation — they end up proposing expensive features that fight the architecture instead of working with it. Eventually, someone has to pay for that disconnect, and it’s usually the team</p>
]]></description><pubDate>Tue, 14 Apr 2026 07:30:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=47762429</link><dc:creator>AlexSalikov</dc:creator><comments>https://news.ycombinator.com/item?id=47762429</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47762429</guid></item><item><title><![CDATA[New comment by AlexSalikov in "I run multiple $10K MRR companies on a $20/month tech stack"]]></title><description><![CDATA[
<p>Yes, the free tier is for hobby projects. But even if I upgrade to Pro, it still fits the $20/month tech stack from the original post.</p>
]]></description><pubDate>Mon, 13 Apr 2026 06:45:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47748501</link><dc:creator>AlexSalikov</dc:creator><comments>https://news.ycombinator.com/item?id=47748501</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47748501</guid></item><item><title><![CDATA[New comment by AlexSalikov in "I run multiple $10K MRR companies on a $20/month tech stack"]]></title><description><![CDATA[
<p>Similar approach here. I run a side project on Next.js + Vercel (free tier) + Neon Postgres (free tier). Total hosting cost: $0/month.<p>The one place I'd push back on SQLite: if your app has any write concurrency from external processes (cron jobs, webhooks), WAL mode helps but you still hit lock contention. I have data collection scripts running every 30 minutes that write to the same DB the web app reads from. Postgres handled that cleanly from day one. Neon's free tier is 512MB with connection pooling — more than enough for a side project with real data.</p>
]]></description><pubDate>Sun, 12 Apr 2026 13:27:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=47739384</link><dc:creator>AlexSalikov</dc:creator><comments>https://news.ycombinator.com/item?id=47739384</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47739384</guid></item></channel></rss>