<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: subscribed</title><link>https://news.ycombinator.com/user?id=subscribed</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 19 Aug 2026 02:10:22 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=subscribed" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by subscribed in "Memory prices climb 500% in 12 months"]]></title><description><![CDATA[
<p>Oh well, it's fairly common.Maybe not in a singular/several rarely used (and not monitored) desktop computers, but.... it's common once you have quite a few under your care.</p>
]]></description><pubDate>Wed, 19 Aug 2026 01:36:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=49355443</link><dc:creator>subscribed</dc:creator><comments>https://news.ycombinator.com/item?id=49355443</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49355443</guid></item><item><title><![CDATA[New comment by subscribed in "Wellington second-hand bookstore's mysterious orders"]]></title><description><![CDATA[
<p>Do they upload them to Anna's Archive or IA?<p>Or do they keep it on their private, warded off storage?</p>
]]></description><pubDate>Tue, 18 Aug 2026 22:58:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=49354017</link><dc:creator>subscribed</dc:creator><comments>https://news.ycombinator.com/item?id=49354017</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49354017</guid></item><item><title><![CDATA[New comment by subscribed in "Anthropic's ‘watermark’ text adulteration in Claude is a perversion of writing"]]></title><description><![CDATA[
<p>Anthropic settled for $3,000 per book(1) in the settlement, so it provably depends of whether the government likes you or not.<p>(1) <a href="https://apnews.com/article/ai-anthropic-copyright-settlement-claude-books-bartz-74b140444023898aeba8579b6e9f0d63" rel="nofollow">https://apnews.com/article/ai-anthropic-copyright-settlement...</a></p>
]]></description><pubDate>Mon, 17 Aug 2026 13:39:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=49330666</link><dc:creator>subscribed</dc:creator><comments>https://news.ycombinator.com/item?id=49330666</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49330666</guid></item><item><title><![CDATA[New comment by subscribed in "Show HN: Silent Shark – tactical map-based WWII submarine sim"]]></title><description><![CDATA[
<p>I don't think "lies" is a fair word to use against a game that doesn't promise historical accuracy.</p>
]]></description><pubDate>Sat, 15 Aug 2026 22:16:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=49314798</link><dc:creator>subscribed</dc:creator><comments>https://news.ycombinator.com/item?id=49314798</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49314798</guid></item><item><title><![CDATA[New comment by subscribed in "Why does Opus 5 feel worse to work with?"]]></title><description><![CDATA[
<p>This is not just a breath of the fresh air, it's a juxtaposition of the human qualities in an AI and AI qualities in a human.</p>
]]></description><pubDate>Sat, 15 Aug 2026 19:59:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=49313770</link><dc:creator>subscribed</dc:creator><comments>https://news.ycombinator.com/item?id=49313770</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49313770</guid></item><item><title><![CDATA[New comment by subscribed in "Maximizing the value of your Claude Code sessions"]]></title><description><![CDATA[
<p>My plan and implementation files are task specific (so specific workhorse reads only its own slice), and the workhorse itself is spawned from an orchestrator with a very specific small prompt.<p>I managed even the orchestrator to NOT read the plan whole, at once, but in sections.<p>The most useful thing is the task ledger the task agent leaves behind, which alongside its structured status message makes a very resilient handoff between all stages.</p>
]]></description><pubDate>Sat, 15 Aug 2026 17:23:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=49312429</link><dc:creator>subscribed</dc:creator><comments>https://news.ycombinator.com/item?id=49312429</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49312429</guid></item><item><title><![CDATA[New comment by subscribed in "Maximizing the value of your Claude Code sessions"]]></title><description><![CDATA[
<p>Oh, so there's whole _skill_ for that!<p>I now feel a bit silly but I reinvented the wheel during my last lil project and indeed found it very powerful. A variant of it is the "implementation (handover) prompt" when I conclude the planning session with plans and design documents, updated handoff, clean tree and a file for a new Opus implementing orchestrator (unusually do a single, highly specific implementer and a single, highly specific tester).<p>After implementation and task-level tests I end up with a long and very detailed implementation progress ledger and a summary findings from the orchestrator.<p>Then in the new session I do the whole branch tests.<p>Works really well, uses much less tokens than any other approach with more of Opus and very little repetitions/corrections.</p>
]]></description><pubDate>Sat, 15 Aug 2026 17:14:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=49312350</link><dc:creator>subscribed</dc:creator><comments>https://news.ycombinator.com/item?id=49312350</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49312350</guid></item><item><title><![CDATA[New comment by subscribed in "Show HN: Graft – Claude Code hooks that cut grep tokens by 42%"]]></title><description><![CDATA[
<p>README is the first document of the repo read by the human stumbling upon the repository. Even if it's written by LLM it should be edited and managed by the human maintainer.<p>Sharing unedited documentation like this is sloppy and speaks for itself ("I can't be bothered to control it"). Leaving readme only to agents is no class, since an alternative is one line of reference to the complete documentation for bots - no need to hijack the repo's first document designation with _that_.</p>
]]></description><pubDate>Sat, 15 Aug 2026 07:03:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=49308401</link><dc:creator>subscribed</dc:creator><comments>https://news.ycombinator.com/item?id=49308401</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49308401</guid></item><item><title><![CDATA[New comment by subscribed in "Show HN: Graft – Claude Code hooks that cut grep tokens by 42%"]]></title><description><![CDATA[
<p>README is for humans if a human comes up and says "this project is for humans".<p>Slop is excessively redundant. Basically "purple prose" of the technical documentation.<p>But primarily: if its not worth writing, its not worth reading.<p>(I use Claude to prepare half of my technical documentation but then i review EVERY single file. And every single one gets extensively edited despite being coherent from the outset. I just feel like it would be disrespectful to get LLM spit something out and ask my colleagues to read it. Like.... come on.)</p>
]]></description><pubDate>Fri, 14 Aug 2026 21:52:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=49305033</link><dc:creator>subscribed</dc:creator><comments>https://news.ycombinator.com/item?id=49305033</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49305033</guid></item><item><title><![CDATA[New comment by subscribed in "Show HN: Graft – Claude Code hooks that cut grep tokens by 42%"]]></title><description><![CDATA[
<p>Absolute for me. In the next project I'm going to twist its sandbox further and just bind mount the actual project directory as /wtf and make it work there.</p>
]]></description><pubDate>Fri, 14 Aug 2026 21:48:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=49304981</link><dc:creator>subscribed</dc:creator><comments>https://news.ycombinator.com/item?id=49304981</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49304981</guid></item><item><title><![CDATA[New comment by subscribed in "Ntfy – open-source Push to Mobile"]]></title><description><![CDATA[
<p>I can't use it at all except for inconsequential notifications from my laptop (residential IP) or my phone (mobile IP).</p>
]]></description><pubDate>Fri, 14 Aug 2026 18:27:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=49302739</link><dc:creator>subscribed</dc:creator><comments>https://news.ycombinator.com/item?id=49302739</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49302739</guid></item><item><title><![CDATA[New comment by subscribed in "Ntfy – open-source Push to Mobile"]]></title><description><![CDATA[
<p>Publicly hosted version is nearly useless if you'd like to use it to send notifications from your tiny workers/scripts/processes in the big datacentres - I have a minuscule worker in CF that needs to send one notification once every few days, and I *ALWAYS* get a 429. Always.<p>So this is good maybe if you're using it to sent from your laptop to your phone.</p>
]]></description><pubDate>Fri, 14 Aug 2026 18:21:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=49302645</link><dc:creator>subscribed</dc:creator><comments>https://news.ycombinator.com/item?id=49302645</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49302645</guid></item><item><title><![CDATA[New comment by subscribed in "GLM-5.3: Frontier coding with emergent cyber capabilities"]]></title><description><![CDATA[
<p>Intelligence agencies have been known for exploiting and planting software and hardware Buga for decades, going as far as weakening cryptographic standards or intercepting hardware in transit to implant a backdoor device.<p>Why do you _not_ believe it's a possibility?</p>
]]></description><pubDate>Fri, 14 Aug 2026 13:49:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=49298649</link><dc:creator>subscribed</dc:creator><comments>https://news.ycombinator.com/item?id=49298649</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49298649</guid></item><item><title><![CDATA[New comment by subscribed in "Build a Stratum 1 PTP Grandmaster on a Budget"]]></title><description><![CDATA[
<p>In general? It doesn't, at least negatively. Aristas are great.</p>
]]></description><pubDate>Thu, 13 Aug 2026 21:41:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=49292216</link><dc:creator>subscribed</dc:creator><comments>https://news.ycombinator.com/item?id=49292216</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49292216</guid></item><item><title><![CDATA[New comment by subscribed in "'Pervert glasses': Backlash against Meta's smart glasses grows"]]></title><description><![CDATA[
<p>Why is that a problem for you?<p>It's XR, for them it's a notes app in the convenient place, for me it might be a next meeting reminder on the wall next to my work screen, so I can work less distracted and more focused.<p>Why is their way of enriching their connected life a problem?<p>I think some of the worst attitudes on this website is projecting own worst case scenarios and implying bad intentions to the most innocuous or honest signals. That's the problem much bigger than someone's glasses - you support polarisation and teaming (us vs them) instead of seeking connection or understanding.</p>
]]></description><pubDate>Thu, 13 Aug 2026 20:29:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=49291435</link><dc:creator>subscribed</dc:creator><comments>https://news.ycombinator.com/item?id=49291435</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49291435</guid></item><item><title><![CDATA[New comment by subscribed in "'Pervert glasses': Backlash against Meta's smart glasses grows"]]></title><description><![CDATA[
<p>Is the ad personam the best you can think of? You come off as rude, not thoughtful.</p>
]]></description><pubDate>Thu, 13 Aug 2026 17:25:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=49289153</link><dc:creator>subscribed</dc:creator><comments>https://news.ycombinator.com/item?id=49289153</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49289153</guid></item><item><title><![CDATA[New comment by subscribed in "'Pervert glasses': Backlash against Meta's smart glasses grows"]]></title><description><![CDATA[
<p>Exactly. I can find more positive and beneficial uses of these than a negative ones.<p>And unless I see proponents of the wholesale ban to foam at people holding smartphones equipped with cameras, I think it's safe to assume they didn't think their opinion carefully and honestly.</p>
]]></description><pubDate>Thu, 13 Aug 2026 17:24:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=49289140</link><dc:creator>subscribed</dc:creator><comments>https://news.ycombinator.com/item?id=49289140</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49289140</guid></item><item><title><![CDATA[New comment by subscribed in "'Pervert glasses': Backlash against Meta's smart glasses grows"]]></title><description><![CDATA[
<p>"People started using it for X" like this is a world apart of "People are usually using it for X".<p>They do the same with cameras. They even post creep shots. Do you call out loudly everyone owning a smartphone with a camera?<p>Why not?</p>
]]></description><pubDate>Thu, 13 Aug 2026 17:20:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=49289076</link><dc:creator>subscribed</dc:creator><comments>https://news.ycombinator.com/item?id=49289076</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49289076</guid></item><item><title><![CDATA[New comment by subscribed in "'Pervert glasses': Backlash against Meta's smart glasses grows"]]></title><description><![CDATA[
<p>I'm on holidays now, and I'd love to preserve so much more of what I see, or see live translation (subtitles), of all the people I struggle to communicate with.<p>Not everyone has the most perverted thoughts in their mind all the time.</p>
]]></description><pubDate>Thu, 13 Aug 2026 14:31:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=49286561</link><dc:creator>subscribed</dc:creator><comments>https://news.ycombinator.com/item?id=49286561</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49286561</guid></item><item><title><![CDATA[New comment by subscribed in "The brain may be about to have its Ozempic moment"]]></title><description><![CDATA[
<p>Eh, you don't get "high" on modafinil. Adderall or other  amphetamines used in therapeutic doses (or even above that) don't make user "get high".<p>Modafinil is extremely easy and cheap to get for anyone with one eye and one working finger, Adderall a tiny bit harder but easy for a "trader".<p>"Possibly every smart drug, including modafinil" is just many guesses mixed up, nothing to actually discuss with. I'll stop wasting electrons here, you do you.</p>
]]></description><pubDate>Wed, 12 Aug 2026 10:53:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=49270426</link><dc:creator>subscribed</dc:creator><comments>https://news.ycombinator.com/item?id=49270426</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49270426</guid></item></channel></rss>