<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: fwystup</title><link>https://news.ycombinator.com/user?id=fwystup</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 05 Jun 2026 04:27:42 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=fwystup" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by fwystup in "Evaluating AGENTS.md: are they helpful for coding agents?"]]></title><description><![CDATA[
<p>My opinions about the study:<p>- Don't state the obvious: I wouldn't hand a senior human dev a copy of "Clean Code" before every ticket and expect them to work faster.<p>- File vs. Prompt is a false dichotomy: The paper treats "Context Files" as a separate entity, but technically, an AGENTS.md is just a system prompt injection. The mechanism is identical. The study isn't proving that "files are bad," it's proving that "context stuffing" is bad. Whether I paste the rules manually or load them via a file, the transformer sees the same tokens.<p>- Latent vs. Inferable Knowledge: This is the key missing variable. If I remove context files, my agents fail at tasks requiring specific process knowledge - like enforcing strict TDD or using internal wrapper APIs that aren't obvious from public docs. The agent can't "guess" our security protocols or architectural constraints. That's not a performance drag; it's a requirement. The paper seems to conflate "adding noise" with "adding constraints."</p>
]]></description><pubDate>Wed, 18 Feb 2026 12:34:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47060335</link><dc:creator>fwystup</dc:creator><comments>https://news.ycombinator.com/item?id=47060335</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47060335</guid></item><item><title><![CDATA[New comment by fwystup in "I put a real-time 3D shader on the Game Boy Color"]]></title><description><![CDATA[
<p>Really interesting Project, thanks for sharing. Reminded me a bit of my time coding assembly on the C64 (yeah, I'm old). For 3D (wire-frame) we also needed to find creative ways around hardware limitations, especially the lack of a multiply instruction.</p>
]]></description><pubDate>Mon, 09 Feb 2026 01:36:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=46940567</link><dc:creator>fwystup</dc:creator><comments>https://news.ycombinator.com/item?id=46940567</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46940567</guid></item><item><title><![CDATA[New comment by fwystup in "Running Claude Code dangerously (safely)"]]></title><description><![CDATA[
<p>Posted almost at the same time about Kata. I'm trying to use Kata as replacement for the standard docker runtime (since I already have a tool based on docker).<p>The idea is to simply use the runtime flag (after kata install):<p>docker run -d --runtime=kata -p 8080:8080 codercom/code-server:latest<p>Hope this works, with this I could keep my existing docker setup.</p>
]]></description><pubDate>Tue, 20 Jan 2026 16:54:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=46694222</link><dc:creator>fwystup</dc:creator><comments>https://news.ycombinator.com/item?id=46694222</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46694222</guid></item><item><title><![CDATA[New comment by fwystup in "Running Claude Code dangerously (safely)"]]></title><description><![CDATA[
<p>I'm currently building a Docker dev environment for VSCode (github.com/dg1001/xaresaicoder) usable in a browser and hit the same issue. Without docker-in-docker it works well - I even was able to add transparent proxy in the Docker network to restrict outbound traffic and log all LLM calls (pretty nice in order to document your project).
For docker-in-docker development and better security isolation, I'm considering Kata Containers instead of Vagrant. Which gives me real VM-level isolation with minimum perf overhead, while still be able to use my docker stuff. Still on my TODO list though.
Has anyone actually run Kata with vs code server? Curious about real-world quirks - I've read that storage snapshot performance can be rough.</p>
]]></description><pubDate>Tue, 20 Jan 2026 14:56:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=46692436</link><dc:creator>fwystup</dc:creator><comments>https://news.ycombinator.com/item?id=46692436</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46692436</guid></item><item><title><![CDATA[New comment by fwystup in "Claude Haiku 4.5"]]></title><description><![CDATA[
<p>Does anybody also see this with claude code and haiku 4.5 (tried to set the env var, no change): "API Error: Claude's response exceeded the 8192 output token maximum. To configure this behavior, set the CLAUDE_CODE_MAX_OUTPUT_TOKENS environment variable."?</p>
]]></description><pubDate>Thu, 16 Oct 2025 11:25:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=45604059</link><dc:creator>fwystup</dc:creator><comments>https://news.ycombinator.com/item?id=45604059</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45604059</guid></item><item><title><![CDATA[New comment by fwystup in "Show HN: I analyzed why my post got 0 votes and built this"]]></title><description><![CDATA[
<p>Glad to hear it. Your NLTK approach sounds interesting — would love to hear more about it. BTW, I’m planning to improve my project’s documentation. Funny enough, under “consideration” it flagged itself: "Documentation quality is not explicitly high. The effectiveness of the LLM’s scoring criteria is subjective and not deeply explained." Sadly, that’s true.</p>
]]></description><pubDate>Sun, 10 Aug 2025 23:58:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=44859558</link><dc:creator>fwystup</dc:creator><comments>https://news.ycombinator.com/item?id=44859558</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44859558</guid></item><item><title><![CDATA[New comment by fwystup in "Show HN: I analyzed why my post got 0 votes and built this"]]></title><description><![CDATA[
<p>Got it, thanks for clarifying. Makes sense that participation matters more than raw karma. I’ll keep that in mind and try to contribute more broadly, posting less about my own projects.</p>
]]></description><pubDate>Sun, 10 Aug 2025 23:50:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=44859509</link><dc:creator>fwystup</dc:creator><comments>https://news.ycombinator.com/item?id=44859509</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44859509</guid></item><item><title><![CDATA[New comment by fwystup in "Show HN: I analyzed why my post got 0 votes and built this"]]></title><description><![CDATA[
<p>You're right — I totally missed that. Fixed it, please reload.</p>
]]></description><pubDate>Sun, 10 Aug 2025 23:26:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=44859342</link><dc:creator>fwystup</dc:creator><comments>https://news.ycombinator.com/item?id=44859342</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44859342</guid></item><item><title><![CDATA[New comment by fwystup in "Show HN: I analyzed why my post got 0 votes and built this"]]></title><description><![CDATA[
<p>Thanks for the feedback — definitely not meant as spam. It’s open source, not a commercial blog. Just wanted to surface some fresh ideas that might otherwise get missed. Really appreciate the tip!</p>
]]></description><pubDate>Sun, 10 Aug 2025 21:12:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=44858328</link><dc:creator>fwystup</dc:creator><comments>https://news.ycombinator.com/item?id=44858328</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44858328</guid></item><item><title><![CDATA[Show HN: I analyzed why my post got 0 votes and built this]]></title><description><![CDATA[
<p>Maybe you've had this experience too: You build something you're proud of, post it on HN with your low-karma account, and... crickets. Zero votes, zero comments.
That's what happened to me last Monday. I posted my coding tool (XaresAICoder - an open-source browser IDE) that I'd built with AI assistance. In my mind it was revolutionary. On HN? Completely ignored.
Then I wondered: How many other potentially great projects suffer the same fate? What "hidden gems" are we missing because they come from low-karma accounts?
So I built hn-gems (with help from Claude and my own XaresAICoder). It works in two stages:<p>Continuous scanning: Analyzes all new HN posts from accounts with <100 karma, scoring them for technical merit, originality, and problem-solving value
AI curation: Every 12 hours, an LLM deep-dives into the top 10 candidates, checking GitHub repos, documentation quality, and actual utility<p>The result is what you see at the link - a curated list of overlooked quality posts that deserve more attention.
The interesting part: I barely wrote any criteria. I just told Claude "open source good, pure commercial bad, working demos good" and let it figure out the scoring. The AI assessment varies slightly each run, which actually makes it more interesting.
GitHub: <a href="https://github.com/DG1001/hn-gems" rel="nofollow">https://github.com/DG1001/hn-gems</a><p>Is this useful? Do you have ideas how to improve this tool if necessary?<p>(And yes, my XaresAICoder that got 0 votes? The AI thinks it's actually pretty good. I'll take that as a win.)</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44857620">https://news.ycombinator.com/item?id=44857620</a></p>
<p>Points: 5</p>
<p># Comments: 8</p>
]]></description><pubDate>Sun, 10 Aug 2025 19:35:18 +0000</pubDate><link>https://hn-gems.sensem.de/</link><dc:creator>fwystup</dc:creator><comments>https://news.ycombinator.com/item?id=44857620</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44857620</guid></item><item><title><![CDATA[New comment by fwystup in "How I code with AI on a budget/free"]]></title><description><![CDATA[
<p>Qwen3-Coder-30B-A3B-Instruct-FP8 is a good choice ('qwen3-coder:30b' when you use ollama). I have also had good experiences with <a href="https://mistral.ai/news/devstral" rel="nofollow">https://mistral.ai/news/devstral</a> (built under a collaboration between Mistral AI and All Hands AI)</p>
]]></description><pubDate>Sun, 10 Aug 2025 18:28:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=44857187</link><dc:creator>fwystup</dc:creator><comments>https://news.ycombinator.com/item?id=44857187</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44857187</guid></item><item><title><![CDATA[Show HN: XaresAICoder – Open-Source Browser IDE with Claude, Gemini, Aider]]></title><description><![CDATA[
<p>I recently gave a talk about AI coding tools at the Java Forum Stuttgart. While preparing demos and switching between different AI assistants, I realized how tedious it is to constantly juggle environments and tools. That sparked the idea for XaresAICoder.
The problem: Many developers can't install tools on their corporate notebooks but want to experiment with AI coding. Others waste time managing ports, environments, and worrying about AI agents accidentally modifying files outside project boundaries.
My solution: XaresAICoder provides isolated browser-based development environments with VS Code (via code-server) at their core. Each workspace comes pre-configured with Claude Code, Gemini CLI, OpenCode SST, and Aider - allowing you to test different LLMs (including locally-hosted models with Aider) without installation hassles.<p>Key features:<p>One-click project creation with Python/Flask, Node/React, or Java/Spring templates
Sandboxed execution - no port conflicts or accidental file modifications
Integrated Forgejo Git server for automatic version control
Runs with docker on WSL, Linux (local or server), macOS likely works too (can someone confirm?)
Container-level password protection for workshops/internal networks<p>This isn't another "vibe-coding" browser tool - it's a real development environment for professional developers who need proper tooling but face installation restrictions or want safer AI experimentation. All Open Source and on your machines. And: made mostly with AI (Claude); really great when you just sit and watch how claude code fixes docker config problems and do tests runs.<p>I'm curious: What's your biggest friction point when working with AI coding assistants? Happy to discuss the architecture!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44782782">https://news.ycombinator.com/item?id=44782782</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 04 Aug 2025 06:54:48 +0000</pubDate><link>https://github.com/DG1001/XaresAICoder</link><dc:creator>fwystup</dc:creator><comments>https://news.ycombinator.com/item?id=44782782</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44782782</guid></item></channel></rss>