<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: maCDzP</title><link>https://news.ycombinator.com/user?id=maCDzP</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 05 Jun 2026 05:50:11 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=maCDzP" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by maCDzP in "Show HN: Boxes.dev: ditch localhost; run Claude Code and Codex in the cloud"]]></title><description><![CDATA[
<p>I run Claude Code on my VPS and do /rc to run from my mobile. It’s really handy.</p>
]]></description><pubDate>Thu, 04 Jun 2026 18:16:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=48402474</link><dc:creator>maCDzP</dc:creator><comments>https://news.ycombinator.com/item?id=48402474</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48402474</guid></item><item><title><![CDATA[New comment by maCDzP in "Bringing Up DeepSeek-V4-Flash on AMD MI300X"]]></title><description><![CDATA[
<p>I train on AMD MI250X and managed to get Gemma 4 31B to work - but it took a lot of work on the software side.</p>
]]></description><pubDate>Tue, 02 Jun 2026 20:49:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=48376066</link><dc:creator>maCDzP</dc:creator><comments>https://news.ycombinator.com/item?id=48376066</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48376066</guid></item><item><title><![CDATA[New comment by maCDzP in "Using Claude Code: The unreasonable effectiveness of HTML"]]></title><description><![CDATA[
<p>I have tried that and it works well for me. 
I can also recommend using a Visual Studio plugin called Markco that lets you comment a markdown file. It’s resembles words commenting feature. I use it to comment LLM generated markdown.</p>
]]></description><pubDate>Sun, 10 May 2026 04:03:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=48080889</link><dc:creator>maCDzP</dc:creator><comments>https://news.ycombinator.com/item?id=48080889</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48080889</guid></item><item><title><![CDATA[New comment by maCDzP in "Research-Driven Agents: When an agent reads before it codes"]]></title><description><![CDATA[
<p>I have a ML project. I usually set up a team of agents, where I have a leader, archivist, research assistant, researcher, developer and tester. The team generates hypothesis based on papers, test it, and iterate over that. Everything is documented using a lab notebook. It burns tokens but I have found some promising strategies that I am testing.</p>
]]></description><pubDate>Thu, 09 Apr 2026 19:49:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47708830</link><dc:creator>maCDzP</dc:creator><comments>https://news.ycombinator.com/item?id=47708830</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47708830</guid></item><item><title><![CDATA[New comment by maCDzP in "Spanish legislation as a Git repo"]]></title><description><![CDATA[
<p>Thank you! Didn’t know that existed.</p>
]]></description><pubDate>Sun, 29 Mar 2026 05:40:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=47560665</link><dc:creator>maCDzP</dc:creator><comments>https://news.ycombinator.com/item?id=47560665</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47560665</guid></item><item><title><![CDATA[New comment by maCDzP in "Spanish legislation as a Git repo"]]></title><description><![CDATA[
<p>Nice, I am going to this for Swedish law!
Any suggestions on how one can model parliament voting when a law passes using GitHub? Or all the work that preceded a law, that’s like a feature request or a bug report.</p>
]]></description><pubDate>Sat, 28 Mar 2026 15:06:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47555249</link><dc:creator>maCDzP</dc:creator><comments>https://news.ycombinator.com/item?id=47555249</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47555249</guid></item><item><title><![CDATA[New comment by maCDzP in "From zero to a RAG system: successes and failures"]]></title><description><![CDATA[
<p>Do you have any good resources for what you are describing?</p>
]]></description><pubDate>Thu, 26 Mar 2026 16:39:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=47532662</link><dc:creator>maCDzP</dc:creator><comments>https://news.ycombinator.com/item?id=47532662</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47532662</guid></item><item><title><![CDATA[New comment by maCDzP in "An update on Steam / GOG changes for OpenTTD"]]></title><description><![CDATA[
<p>Now with AI I wonder if it’s possible to just let agents build a perfect emulation of the game. It reminds me of fuzzers. You let the agent go loose on the game and it brute forces every possible state. Then recreates the code. It’s very inefficient- but it probably works.</p>
]]></description><pubDate>Thu, 19 Mar 2026 18:09:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47443485</link><dc:creator>maCDzP</dc:creator><comments>https://news.ycombinator.com/item?id=47443485</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47443485</guid></item><item><title><![CDATA[New comment by maCDzP in "Cook: A simple CLI for orchestrating Claude Code"]]></title><description><![CDATA[
<p>I dunno. I just let Claude build a python script that calls Claude code though subprocess.run().<p>I recently made a sort of Autoresearch with that approach. The script calls Claude Code to create a hyphotesis, then code based on that, evaluate- rinse and repeat. I am still trying to figure out if I am actually on to something or just burning tokens. Jury is still out.</p>
]]></description><pubDate>Thu, 19 Mar 2026 08:25:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47436419</link><dc:creator>maCDzP</dc:creator><comments>https://news.ycombinator.com/item?id=47436419</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47436419</guid></item><item><title><![CDATA[New comment by maCDzP in "Snowflake AI Escapes Sandbox and Executes Malware"]]></title><description><![CDATA[
<p>Has anyone tried to set up a container and let prompt Claude to escape and se what happens? And maybe set some sort of autoresearch thing to help it not get stuck in a loop.</p>
]]></description><pubDate>Wed, 18 Mar 2026 17:55:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47428995</link><dc:creator>maCDzP</dc:creator><comments>https://news.ycombinator.com/item?id=47428995</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47428995</guid></item><item><title><![CDATA[New comment by maCDzP in "Kagi Translate now supports LinkedIn Speak as an output language"]]></title><description><![CDATA[
<p>I want this the other way around as a plugin in Chrome. So I can easily spot the bullshit. And I would prefer that it translated LinkedIn to something salty, maybe pirate speak?</p>
]]></description><pubDate>Tue, 17 Mar 2026 14:21:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=47413090</link><dc:creator>maCDzP</dc:creator><comments>https://news.ycombinator.com/item?id=47413090</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47413090</guid></item><item><title><![CDATA[New comment by maCDzP in "Show HN: DenchClaw – Local CRM on Top of OpenClaw"]]></title><description><![CDATA[
<p>I really want a DeathClaw product.</p>
]]></description><pubDate>Mon, 09 Mar 2026 20:42:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47315221</link><dc:creator>maCDzP</dc:creator><comments>https://news.ycombinator.com/item?id=47315221</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47315221</guid></item><item><title><![CDATA[New comment by maCDzP in "New iPad Air, powered by M4"]]></title><description><![CDATA[
<p>I bought magnetic self adhesive tape and mounted in on my fridge. Now it’s the family calendar. So nice.</p>
]]></description><pubDate>Mon, 02 Mar 2026 15:22:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47219106</link><dc:creator>maCDzP</dc:creator><comments>https://news.ycombinator.com/item?id=47219106</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47219106</guid></item><item><title><![CDATA[New comment by maCDzP in "I'm helping my dog vibe code games"]]></title><description><![CDATA[
<p>> y7u8888888ftrg34BC
> Alright, let me decode this masterpiece of cryptic genius...<p>Those three dots made me smirk.</p>
]]></description><pubDate>Wed, 25 Feb 2026 07:34:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=47148525</link><dc:creator>maCDzP</dc:creator><comments>https://news.ycombinator.com/item?id=47148525</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47148525</guid></item><item><title><![CDATA[New comment by maCDzP in "Ask HN: How are you automating your coding work?"]]></title><description><![CDATA[
<p>I use CLAUDE.md to describe the project. I use Claude to help write the spec. Then I let it run. When the context gets too crammed, I have it build SKILLS.md. I’ll probably have it rewrite CLAUDE.md after a while. 
Then it will write tests, deployment scripts, commit messages. Yeah, everything.</p>
]]></description><pubDate>Wed, 21 Jan 2026 21:31:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=46711843</link><dc:creator>maCDzP</dc:creator><comments>https://news.ycombinator.com/item?id=46711843</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46711843</guid></item><item><title><![CDATA[New comment by maCDzP in "Some Epstein file redactions are being undone"]]></title><description><![CDATA[
<p>Maybe someone knows law can answer this. 
Is it a crime to ”unredact” files in the US? You probably know that the information is classified since you are putting in the work.
Where I live I believe it’s a crime if you share information that is classified even if it’s leaked. 
So I would not publicly brag about this online.</p>
]]></description><pubDate>Wed, 24 Dec 2025 10:49:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=46374423</link><dc:creator>maCDzP</dc:creator><comments>https://news.ycombinator.com/item?id=46374423</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46374423</guid></item><item><title><![CDATA[New comment by maCDzP in "Jeffrey Epstein Court Records"]]></title><description><![CDATA[
<p>I wonder if there are any traces of the text inte file. Seems like a fun forensics exercise.</p>
]]></description><pubDate>Sat, 20 Dec 2025 09:28:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=46334772</link><dc:creator>maCDzP</dc:creator><comments>https://news.ycombinator.com/item?id=46334772</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46334772</guid></item><item><title><![CDATA[New comment by maCDzP in "Are We over the "Jaws Effect?""]]></title><description><![CDATA[
<p>I listened to a yogi talking about mindfulness. He mentioned a session he had with a woman where they where working on the concept of flow. The woman had an experience of flow when she was bitten by a shark. 
She said that if she could make a drink that would create that feeling she would addicted the world. 
I think about that sometimes.</p>
]]></description><pubDate>Wed, 10 Dec 2025 10:31:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=46216189</link><dc:creator>maCDzP</dc:creator><comments>https://news.ycombinator.com/item?id=46216189</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46216189</guid></item><item><title><![CDATA[New comment by maCDzP in "Self-help gets philosophical"]]></title><description><![CDATA[
<p>I used to think stoicism was great. But now I think that it’s not so great. In retrospect I should have focused on changing my situation in stead of learning to live with it. Compared to Aurelius - I am not living around 0 bc - in today’s world I can change a lot of things.</p>
]]></description><pubDate>Sat, 01 Nov 2025 18:33:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=45784089</link><dc:creator>maCDzP</dc:creator><comments>https://news.ycombinator.com/item?id=45784089</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45784089</guid></item><item><title><![CDATA[New comment by maCDzP in "Ask HN: Generalists, when do you say "I know enough" about any particular topic?"]]></title><description><![CDATA[
<p>I let my curiosity set the depth.</p>
]]></description><pubDate>Fri, 26 Sep 2025 12:32:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=45385753</link><dc:creator>maCDzP</dc:creator><comments>https://news.ycombinator.com/item?id=45385753</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45385753</guid></item></channel></rss>