<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: Koffiepoeder</title><link>https://news.ycombinator.com/user?id=Koffiepoeder</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 31 May 2026 17:35:54 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=Koffiepoeder" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by Koffiepoeder in "Just Use Go"]]></title><description><![CDATA[
<p>Hey dipshit,<p>Maybe I develop games. Maybe I develop IoT devices. I might even be working in a high-stakes environment where formal verification is needed, who knows.<p>Whatever the case may be, we all have our reasons for choosing certain technologies. Not everyone is building run-of-the-mill 'backends' after all.<p>So please, let's stuff that neckbeardy arrogance away. It serves no purpose and distracts from the discussion.<p>Thanks.<p>P. s. I develop my backends in go.</p>
]]></description><pubDate>Fri, 08 May 2026 14:33:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=48063827</link><dc:creator>Koffiepoeder</dc:creator><comments>https://news.ycombinator.com/item?id=48063827</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48063827</guid></item><item><title><![CDATA[New comment by Koffiepoeder in "The agent harness belongs outside the sandbox"]]></title><description><![CDATA[
<p>Thanks for the recommendation. This is very close to what I am looking for, at least with regards to the CLI.<p>The networking part I can fix with a second docker container and network_mode I think.<p>The centralised key and permission management and agent dashboarding is severly lacking though. But that's for now my least worry I think.</p>
]]></description><pubDate>Sun, 03 May 2026 18:49:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=48000095</link><dc:creator>Koffiepoeder</dc:creator><comments>https://news.ycombinator.com/item?id=48000095</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48000095</guid></item><item><title><![CDATA[New comment by Koffiepoeder in "The agent harness belongs outside the sandbox"]]></title><description><![CDATA[
<p>Slightly related: I am looking for:<p>- Easy single command CLI agent spawning with templates<p>- Automatic context transfer (i. e. a bit like git worktrees)<p>- Fully containerised, but remote (a bit like pods)<p>- Central, mitm-proxy zero trust authn/authz management (no keys or credentials inside the agents), rather enrichment in the hypervisor/encapsulation<p>- Multi agent follow-up functionalities<p>- Fully self hosted/FOSS<p>Basically a very dev-friendly, secure, "kubernetes"-like solution for running remote agents.<p>Anyone has an idea of how to achieve this or potential technologies?</p>
]]></description><pubDate>Sat, 02 May 2026 22:45:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47991347</link><dc:creator>Koffiepoeder</dc:creator><comments>https://news.ycombinator.com/item?id=47991347</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47991347</guid></item><item><title><![CDATA[New comment by Koffiepoeder in "Noctua releases official 3D CAD models for its cooling fans"]]></title><description><![CDATA[
<p>Also this would not account for cooling shrinkage, a very annoying problem when making high quality parts to spec.</p>
]]></description><pubDate>Thu, 30 Apr 2026 09:19:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47960049</link><dc:creator>Koffiepoeder</dc:creator><comments>https://news.ycombinator.com/item?id=47960049</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47960049</guid></item><item><title><![CDATA[New comment by Koffiepoeder in "UAE to leave OPEC"]]></title><description><![CDATA[
<p>I would be more concerned for remotely triggered inverter spikes tbh. These could sabotage the whole grid if I'm not mistaken.</p>
]]></description><pubDate>Tue, 28 Apr 2026 20:46:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=47940500</link><dc:creator>Koffiepoeder</dc:creator><comments>https://news.ycombinator.com/item?id=47940500</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47940500</guid></item><item><title><![CDATA[New comment by Koffiepoeder in "UAE to leave OPEC"]]></title><description><![CDATA[
<p>Reminds me of this (by now completely outdated) middle east friendship chart I once came across.<p>[0]: <a href="https://www.slate.com/blogs/the_world_/2014/07/17/the_middle_east_friendship_chart.html" rel="nofollow">https://www.slate.com/blogs/the_world_/2014/07/17/the_middle...</a></p>
]]></description><pubDate>Tue, 28 Apr 2026 20:38:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47940392</link><dc:creator>Koffiepoeder</dc:creator><comments>https://news.ycombinator.com/item?id=47940392</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47940392</guid></item><item><title><![CDATA[New comment by Koffiepoeder in "Open source DAG for managing multi-agent pipelines"]]></title><description><![CDATA[
<p>Working with agents and current-generation coding tools to me still feels relatively cumbersome. You have to do a lot of /manual /skill invocations and go through many review cycles before I consider code even close to workable, let alone commitable. I believe orchestrating this whole ordeal can probably be automated/improved through making good use of coding pipelines, thereby reducing manual intervention in the coding phase itself.<p>So, to minimise reviewing and AI oversight efforts, I was looking for a good way to orchestrate my local pi agent fleet. I found 'synapse' via this Reddit thread [0], in which the author (not me!) also asks for feedback and collaborators. The tool seems very interesting/promising to me!<p>Final note: I do _strongly_ believe that supervision of the coding process is still a _strict_ necessity. It's just that I think it can probably be more streamlined.<p>[0]: <a href="https://www.reddit.com/r/artificial/comments/1slu8m1/i_built_synapse_ai_an_opensource_dagbased/" rel="nofollow">https://www.reddit.com/r/artificial/comments/1slu8m1/i_built...</a></p>
]]></description><pubDate>Wed, 22 Apr 2026 09:55:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=47861286</link><dc:creator>Koffiepoeder</dc:creator><comments>https://news.ycombinator.com/item?id=47861286</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47861286</guid></item><item><title><![CDATA[Open source DAG for managing multi-agent pipelines]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/naveenraj-17/synapse-ai">https://github.com/naveenraj-17/synapse-ai</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47861285">https://news.ycombinator.com/item?id=47861285</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Wed, 22 Apr 2026 09:55:38 +0000</pubDate><link>https://github.com/naveenraj-17/synapse-ai</link><dc:creator>Koffiepoeder</dc:creator><comments>https://news.ycombinator.com/item?id=47861285</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47861285</guid></item><item><title><![CDATA[New comment by Koffiepoeder in "Framework Laptop 13 Pro"]]></title><description><![CDATA[
<p>Rohansi was basically asking 'why', you keep on reiterating that DDR uses more power than LPDDR, but fail to answer why this is the case. Is it clock speed? Is it voltage? Is it a protocol/specification difference? 'various reasons' is not an answer.</p>
]]></description><pubDate>Tue, 21 Apr 2026 21:56:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47855076</link><dc:creator>Koffiepoeder</dc:creator><comments>https://news.ycombinator.com/item?id=47855076</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47855076</guid></item><item><title><![CDATA[New comment by Koffiepoeder in "Framework Laptop 13 Pro"]]></title><description><![CDATA[
<p>You did not answer the question.</p>
]]></description><pubDate>Tue, 21 Apr 2026 21:30:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=47854759</link><dc:creator>Koffiepoeder</dc:creator><comments>https://news.ycombinator.com/item?id=47854759</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47854759</guid></item><item><title><![CDATA[New comment by Koffiepoeder in "Charcuterie – Visual similarity Unicode explorer"]]></title><description><![CDATA[
<p>I understand trimming input fields is typically a useful default, but in this case this prevents me from searching for a space. So maybe it'd be worthwhile to add a `if (trim(str)=="") return str` exception or something similar?</p>
]]></description><pubDate>Fri, 10 Apr 2026 07:01:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47714548</link><dc:creator>Koffiepoeder</dc:creator><comments>https://news.ycombinator.com/item?id=47714548</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47714548</guid></item><item><title><![CDATA[New comment by Koffiepoeder in "Delve removed from Y Combinator"]]></title><description><![CDATA[
<p>Imagine my face when I had to take periodic backups of stateless, immutable read-only filesystem, non-root containers for "compliance".</p>
]]></description><pubDate>Sat, 04 Apr 2026 07:41:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=47636816</link><dc:creator>Koffiepoeder</dc:creator><comments>https://news.ycombinator.com/item?id=47636816</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47636816</guid></item><item><title><![CDATA[New comment by Koffiepoeder in "Delve removed from Y Combinator"]]></title><description><![CDATA[
<p>To be honest, I would even go further: if you think certification equals security, you are even more lost.<p>So many controls are dubious, sometimes even actively harmful for some set-ups/situations.<p>And even moreso, it's also perfectly feasible to pass the gates with a burning pile of trash.</p>
]]></description><pubDate>Sat, 04 Apr 2026 07:19:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47636713</link><dc:creator>Koffiepoeder</dc:creator><comments>https://news.ycombinator.com/item?id=47636713</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47636713</guid></item><item><title><![CDATA[New comment by Koffiepoeder in "Cyber.mil serving file downloads using TLS certificate which expired 3 days ago"]]></title><description><![CDATA[
<p>Can confirm. Have encountered many on-prem and lift-and-shift solutions with no automated means of updating certs. The worst contenders are usually 1) executables on windows server (version 2012, of course), 2) old, obscure or very outdated database servers and 3) custom hardware firewalls. They are the worst.<p>To make things easy they usually all use different cert formats as well, requiring you to have an arsenal of conversion scripts ready.</p>
]]></description><pubDate>Mon, 23 Mar 2026 18:24:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=47493267</link><dc:creator>Koffiepoeder</dc:creator><comments>https://news.ycombinator.com/item?id=47493267</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47493267</guid></item><item><title><![CDATA[New comment by Koffiepoeder in "PC Gamer Recommends RSS Readers in a 37MB Article That Just Keeps Downloading"]]></title><description><![CDATA[
<p>(Note that if OP considers to do this, they probably want to do this in a private tab, as to not leak potential sensitive cross-site  cookies)</p>
]]></description><pubDate>Sun, 22 Mar 2026 19:56:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47481440</link><dc:creator>Koffiepoeder</dc:creator><comments>https://news.ycombinator.com/item?id=47481440</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47481440</guid></item><item><title><![CDATA[New comment by Koffiepoeder in "GPT-5.4"]]></title><description><![CDATA[
<p>We have an OCR job running with a lot of domain specific knowledge. After testing different models we have clear results that some prompts are more effective with some models, and also some general observations (eg, some prompts performed badly across all models).<p>Sample size was 1000 jobs per prompt/model. We run them once per month to detect regression as well.</p>
]]></description><pubDate>Fri, 06 Mar 2026 00:50:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47269333</link><dc:creator>Koffiepoeder</dc:creator><comments>https://news.ycombinator.com/item?id=47269333</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47269333</guid></item><item><title><![CDATA[New comment by Koffiepoeder in "OpenAI – How to delete your account"]]></title><description><![CDATA[
<p>Do you mean attacking a second country in the top 10 oil/gas reserve ranking in mere weeks, while threatening to invade a third?</p>
]]></description><pubDate>Sat, 28 Feb 2026 14:18:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47195678</link><dc:creator>Koffiepoeder</dc:creator><comments>https://news.ycombinator.com/item?id=47195678</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47195678</guid></item><item><title><![CDATA[New comment by Koffiepoeder in "Unsloth Dynamic 2.0 GGUFs"]]></title><description><![CDATA[
<p>The A3B part in the name stands for `Active 3B`, so for the inference jobs a core 3B is used in conjunction with another subpart of the model, based on the task (MoE, mixture of experts). If you use these models mostly for related/similar tasks, that means you can make do with a lot less than the 35B params in active RAM. These models are therefore also sometimes called sparse models.</p>
]]></description><pubDate>Sat, 28 Feb 2026 11:44:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47194016</link><dc:creator>Koffiepoeder</dc:creator><comments>https://news.ycombinator.com/item?id=47194016</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47194016</guid></item><item><title><![CDATA[New comment by Koffiepoeder in "State of the Windows: What is going on with Windows 11?"]]></title><description><![CDATA[
<p>Exactly there's so much stuff you simply cannot configure otherwise. For example disallowing applications to take sole ownership of a mic, in-detail power plans, etc. If they remove the old control panel, your machine basically becomes unconfigurable.</p>
]]></description><pubDate>Mon, 26 Jan 2026 22:39:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=46772640</link><dc:creator>Koffiepoeder</dc:creator><comments>https://news.ycombinator.com/item?id=46772640</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46772640</guid></item><item><title><![CDATA[New comment by Koffiepoeder in "MapLibre Tile: a modern and efficient vector tile format"]]></title><description><![CDATA[
<p>Had to search a bit, but here's a demo page: <a href="https://maplibre.org/maplibre-gl-js/docs/examples/display-a-map-with-mlt/" rel="nofollow">https://maplibre.org/maplibre-gl-js/docs/examples/display-a-...</a>
Can be compared with: <a href="https://maplibre.org/maplibre-gl-js/docs/examples/display-a-map/" rel="nofollow">https://maplibre.org/maplibre-gl-js/docs/examples/display-a-...</a><p>In that example I saw this in the console:<p><pre><code>    before - 2.41+26.29+24.87+71.28+59.2+77.57 - 261.62kb
    after  - 2.45+22.4 +22.66+60.6+51.99+77.57 - 237.67kb
</code></pre>
So roughly a ~10% compression improvement, neat!</p>
]]></description><pubDate>Mon, 26 Jan 2026 11:57:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=46764578</link><dc:creator>Koffiepoeder</dc:creator><comments>https://news.ycombinator.com/item?id=46764578</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46764578</guid></item></channel></rss>