<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: eventualcomp</title><link>https://news.ycombinator.com/user?id=eventualcomp</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 26 Apr 2026 09:10:26 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=eventualcomp" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by eventualcomp in "Astronomers find the edge of the Milky Way"]]></title><description><![CDATA[
<p>To use an analogy, to add to everybody else: it's like rings on a tree stump. The innermost part of the stump is the oldest; the outer the youngest. Earth is on one of those in-between rings, neither the oldest nor the newest - doesn't matter which of the in-betweens, to be honest.<p>Suppose now that you're an ant on the middle ring of that tree stump. No matter which way you're looking from Earth's middle-ring, either the rings will get gradually older and then younger with increasing distance (if you're looking towards the center-ish), or the rings will get strictly younger (if you're looking away from the center-ish).<p>This analogy obviously breaks down if you delve into details but that should give a better intuition to what's going on.</p>
]]></description><pubDate>Fri, 24 Apr 2026 03:55:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=47885321</link><dc:creator>eventualcomp</dc:creator><comments>https://news.ycombinator.com/item?id=47885321</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47885321</guid></item><item><title><![CDATA[New comment by eventualcomp in "Show HN: Remoroo. trying to fix memory in long-running coding agents"]]></title><description><![CDATA[
<p>> Would love feedback from people working on long-running agents, training loops, eval harnesses, or similar workflows.<p>I have not required a service for this kind of optimization at work. Though work gives me unbounded access to Claude 4.x-1m (substitute x with whatever is available). So I often ask it to do this kind of task.<p>I found that when I just specify, sometimes the AI will optimize to the point that it breaks other existing functional requirements in the same codebase. So I have to steer it with invariants. This is where the bulk of my effort is - monitoring to make sure that the agent didn't suddenly scramble the infra or delete valid usecases.<p>1. How do you address that [paperclip problem](<a href="https://en.wikipedia.org/wiki/Instrumental_convergence" rel="nofollow">https://en.wikipedia.org/wiki/Instrumental_convergence</a>) in Remoroo? Can we define invariants? 
2. Why is there a whole orchestration system? Was there some limitation that prompted this architecture, e.g. did workers die frequently? Looks like Temporal/AWS SWF with the brain/worker/control architecture. The existence of `q (quit): Kills the Worker, aborts the run. The run is marked FAILED.` makes me think there's only one worker...so why...? It'd make more sense if the brain wanted to dispatch multiple hypotheses to multiple workers to test in parallel (e.g. if optimizing SQL, try these different joins all at once, discard queries running for X minutes after the first complete one).</p>
]]></description><pubDate>Sat, 18 Apr 2026 22:11:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=47819958</link><dc:creator>eventualcomp</dc:creator><comments>https://news.ycombinator.com/item?id=47819958</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47819958</guid></item><item><title><![CDATA[New comment by eventualcomp in "I’m spending months coding the old way"]]></title><description><![CDATA[
<p>When I saw the title, I actually didn't have much emotion beyond curiosity. But then after checking thus comment, it piqued my interest, made me step back and really consider the ramifications of how we got here. And then yes I became depressed also.<p>Anyway, I got value out of it, comments dont have to increase net factual information to be meaningful, because we are all capable of reflection.</p>
]]></description><pubDate>Sat, 18 Apr 2026 18:40:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47818340</link><dc:creator>eventualcomp</dc:creator><comments>https://news.ycombinator.com/item?id=47818340</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47818340</guid></item><item><title><![CDATA[Ask HN: Folks with disabilities, what is it like in this LLM/scraper age?]]></title><description><![CDATA[
<p>I see lots of posts about how people are putting poison fountains to combat LLM scrapers who disrespect robots.txt, and other various workarounds, and a nontrivial number of folks are impressed and support/condone this.<p>But I want to know how this particular minority is dealing with this. How has accessibility been hit? Are those aria- tags being abused for scraping?<p>Has it been business as usual or worse? Which kinds of sites have gotten worse? Which aspects of online culture do you feel like is no longer accessible? Are there any silver linings?<p>Would like inputs of either those with any kind of disability affecting interaction with the internet, or those who work directly with such people, face to face. Preferably not proxied through survey purgatory.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47651305">https://news.ycombinator.com/item?id=47651305</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 05 Apr 2026 16:54:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47651305</link><dc:creator>eventualcomp</dc:creator><comments>https://news.ycombinator.com/item?id=47651305</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47651305</guid></item><item><title><![CDATA[New comment by eventualcomp in "Package managers need to cool down"]]></title><description><![CDATA[
<p>A few points/qs:<p>- Could you explain what you mean by "security through obscurity"? The mechanism is well explained in the blog.yossarian.net posts linked within. It is simply adding a time filter on a client.<p>- Also, I'm not sure if package registries (e.g. server) and package managers (e.g. client) are being conflated here regarding "attacks on package managers", this seems to be more of a mitigation a client could do when the upstream content in a registry is compromised.<p>- Lastly, I agree with the sentiment that this is not a full solution. But I think it can be useful nevertheless, a la Swiss Cheese Safety Model. [1]<p>[1]<a href="https://en.wikipedia.org/wiki/Swiss_cheese_model" rel="nofollow">https://en.wikipedia.org/wiki/Swiss_cheese_model</a></p>
]]></description><pubDate>Sun, 08 Mar 2026 00:09:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=47292850</link><dc:creator>eventualcomp</dc:creator><comments>https://news.ycombinator.com/item?id=47292850</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47292850</guid></item><item><title><![CDATA[New comment by eventualcomp in "ISO PDF spec is getting Brotli – ~20 % smaller documents with no quality loss"]]></title><description><![CDATA[
<p>The commenter is making a joke about the style of delivery of the sentence you quoted, because the style is [1]characteristic of AI generated writing.<p>[1]<a href="https://en.wikipedia.org/wiki/Wikipedia:Signs_of_AI_writing" rel="nofollow">https://en.wikipedia.org/wiki/Wikipedia:Signs_of_AI_writing</a></p>
]]></description><pubDate>Fri, 23 Jan 2026 23:15:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=46739281</link><dc:creator>eventualcomp</dc:creator><comments>https://news.ycombinator.com/item?id=46739281</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46739281</guid></item><item><title><![CDATA[New comment by eventualcomp in "Don't Be Afraid of Types"]]></title><description><![CDATA[
<p>This conversation thread reminds me of the very interesting and insightful talk here: Klaus Iglberger “Free Your Functions!” [video] <a href="https://www.youtube.com/watch?v=WLDT1lDOsb4" rel="nofollow">https://www.youtube.com/watch?v=WLDT1lDOsb4</a>.</p>
]]></description><pubDate>Sun, 23 Mar 2025 05:50:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=43451120</link><dc:creator>eventualcomp</dc:creator><comments>https://news.ycombinator.com/item?id=43451120</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43451120</guid></item></channel></rss>