<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: lepuski</title><link>https://news.ycombinator.com/user?id=lepuski</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 26 Apr 2026 10:25:08 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=lepuski" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by lepuski in "We Used to Think Everybody Heard a Voice Inside Their Heads – But We Were Wrong"]]></title><description><![CDATA[
<p>Maybe the "NPC meme" wasn't completely wrong.</p>
]]></description><pubDate>Tue, 31 Mar 2026 07:44:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=47583994</link><dc:creator>lepuski</dc:creator><comments>https://news.ycombinator.com/item?id=47583994</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47583994</guid></item><item><title><![CDATA[New comment by lepuski in "Axios compromised on NPM – Malicious versions drop remote access trojan"]]></title><description><![CDATA[
<p>I believe compartmentalized operating systems like Qubes are the future for defending against these kinds of attacks.<p>Storing your sensitive data on a single bare-metal OS that constantly downloads and runs packages from unknown maintainers is like handing your house key out to a million people and hoping none of them misuse it.</p>
]]></description><pubDate>Tue, 31 Mar 2026 07:15:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=47583817</link><dc:creator>lepuski</dc:creator><comments>https://news.ycombinator.com/item?id=47583817</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47583817</guid></item><item><title><![CDATA[NY bill would force manufacturers of devices, OS's and app stores to verify age]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.nysenate.gov/legislation/bills/2025/S8102/amendment/A">https://www.nysenate.gov/legislation/bills/2025/S8102/amendment/A</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47247323">https://news.ycombinator.com/item?id=47247323</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 04 Mar 2026 13:45:39 +0000</pubDate><link>https://www.nysenate.gov/legislation/bills/2025/S8102/amendment/A</link><dc:creator>lepuski</dc:creator><comments>https://news.ycombinator.com/item?id=47247323</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47247323</guid></item><item><title><![CDATA[Ask HN: How are you structuring Markdown-based context for AI coding agents?]]></title><description><![CDATA[
<p>I’ve recently transitioned from using LLMs in-browser to a local agentic workflow in VS Code (Gemini Code Assist). I can approve/disapprove changes which is nice, but I’ve hit a wall regarding context management. Initially, I provided all the whole repo as context to the non-agentic version of Gemini code assist and it performed well.<p>I read the agentic mode is "better" so to keep the agent aligned with my project's architecture, I’ve manually built 7 dense Markdown files that serve as the system instructions for the project. I require Gemini to update these files as we implement features.<p>gemini.md (instructs gemini to read the other md files and handle updating) project_overview.md, architecture.md, features.md, database.md, api.md, security.md<p>Each file is between 500–1,500 words so I’m concerned if f this is the right way to go. There seems to be no consensus on context file best practices. I’m seeing strong arguments for both minimalist, lean instructions and dense, project-wide specs. Honestly, the proper usage/prompting patterns of LLM's seems to be comparable to reading horoscopes, everyone goes by gut-feeling with the most cited source of truth being the confirmation bias.<p>How are you using .md context files in your workflow?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47231386">https://news.ycombinator.com/item?id=47231386</a></p>
<p>Points: 3</p>
<p># Comments: 2</p>
]]></description><pubDate>Tue, 03 Mar 2026 12:29:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=47231386</link><dc:creator>lepuski</dc:creator><comments>https://news.ycombinator.com/item?id=47231386</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47231386</guid></item></channel></rss>