<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: lnrd</title><link>https://news.ycombinator.com/user?id=lnrd</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 26 May 2026 19:04:53 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=lnrd" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by lnrd in "Gnutella: A Protocol Outliving the World That Created It"]]></title><description><![CDATA[
<p>Spotify killed the concept of downloading music, either legally or not.</p>
]]></description><pubDate>Mon, 25 May 2026 21:13:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=48271734</link><dc:creator>lnrd</dc:creator><comments>https://news.ycombinator.com/item?id=48271734</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48271734</guid></item><item><title><![CDATA[New comment by lnrd in "Specsmaxxing – On overcoming AI psychosis, and why I write specs in YAML"]]></title><description><![CDATA[
<p>> When rewriting the entire codebase is very quick and cheap, why bother iterating on small components?<p>We are nowhere near this scenario tbh. Token cost is very high and is currently heavily subsidized by VC money to gain market share. Also this realistically only applies to small projects, small codebases and mostly greenfield ones. No way you can rewrite the whole codebase quickly and cheaply in any mid-sized+ projects<p>But even assuming token cost plummets, any non-trivial piece of software that is valuable enough to generate income for the company is also big, complex, interconnected enough that cannot be rewritten quickly even by AI, also for business reasons too. If a piece of code works, is stable and is tested, then rewriting it will always bring a high degree of risk and uncertainty that in a lot of business critical applications is just not worth it. A stable system can stay untouched for years besides minor dependencies updates.</p>
]]></description><pubDate>Sun, 03 May 2026 09:56:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=47995315</link><dc:creator>lnrd</dc:creator><comments>https://news.ycombinator.com/item?id=47995315</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47995315</guid></item><item><title><![CDATA[New comment by lnrd in "Measuring Claude 4.7's tokenizer costs"]]></title><description><![CDATA[
<p>Only small businesses and startups pay $200/month, most medium+ sized companies will have an enterprise plan and pay by token usage to access the security, privacy, and compliance guarantees that their legal and security teams require.<p>Also, I think the $200/mo plan is subsidized by VC money and is likely hemorrhaging money for Anthropic, so it's not really meaningful to reason around that.</p>
]]></description><pubDate>Sat, 18 Apr 2026 08:14:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47814165</link><dc:creator>lnrd</dc:creator><comments>https://news.ycombinator.com/item?id=47814165</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47814165</guid></item><item><title><![CDATA[New comment by lnrd in "How We Broke Top AI Agent Benchmarks: And What Comes Next"]]></title><description><![CDATA[
<p>I'm honestly confused by the design of SWE-bench and why is considered reliable.<p>It's based on existing GitHub PRs and Issues, the full dataset is on HuggingFace and is one year old now. All frontier models 100% have those issues and PRs in their training data so obviously they are good at reproducing fixes for them when confronted with the same codebase and similar requests. Am I missing something? How is this considered the most reliable benchmark?</p>
]]></description><pubDate>Sat, 11 Apr 2026 20:07:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47733559</link><dc:creator>lnrd</dc:creator><comments>https://news.ycombinator.com/item?id=47733559</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47733559</guid></item><item><title><![CDATA[New comment by lnrd in "Ask HN: How is AI-assisted coding going for you professionally?"]]></title><description><![CDATA[
<p>I think they need to have the enterprise plan for accessing advanced security and data handling guarantees. Also they set up pretty strict controls on what tools the agents can use at the org level that we cannot override, not sure that's an option with the subscription plans.</p>
]]></description><pubDate>Sun, 15 Mar 2026 22:53:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47392865</link><dc:creator>lnrd</dc:creator><comments>https://news.ycombinator.com/item?id=47392865</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47392865</guid></item><item><title><![CDATA[New comment by lnrd in "Ask HN: How is AI-assisted coding going for you professionally?"]]></title><description><![CDATA[
<p>I work at a unicorn in EU. Claude Code has been rolled out to all of engineering with strict cost control policies, even with these in place we burn through tens of thousands of euro per months that I think could translate in 15/20 hires easily. Are we more productive than adding people to the headcount? That's a good question that I cannot answer.<p>Some senior people that were in the AI pilot, have been using this for a while, and are very into it claimed that it can open PRs autonomously with minimum input or supervision (with a ton of MD files and skills in repos with clear architecture standards). I couldn't replicate this yet.<p>I'm objectively happy to have access to this tool, it feels like a cheat code sometimes. I can research things in the codebase so fast, or update tests and glue code so quickly that my life is objectively better. If the change is small or a simple bugfix it can truly do it autonomously quicker than me. It does make me lazier though, sometimes it's just easier to fire up claude than to focus and do it by myself.<p>I'm careful to not overuse it mostly to not reach the montlhy cap, so that I can "keep it" if something urgent or complex comes my way. Also I still like to do things by hand just because I still want to learn and maintain my skills. I feel that I'm not learning anything by using claude, that's a real thing.<p>In the end I feel it's a powerful tool that is here to stay and I would be upset if I wouldn't have access to it anymore, it's very good. I recently subscribed to it and use it on my free time just because it's a very fun technology to play with. But it's a tool. I'm paid because I take responsability that my work will be delivered on time, working, tested, with code on par with the org quality standards. If I do it by hand or with claude is irrelevant. If i can do it faster it will likely mean I will receive more work to do. Somebody still has to operate Claude and it's not going to be non-technical people for sure.<p>I genuinely think that if anyone still believes today that this technology is only hype or a slop machine, they are in denial or haven't tried to use a recent frontier model with the correct setup (mostly giving the agent a way to autonomously validate it's changes).</p>
]]></description><pubDate>Sun, 15 Mar 2026 20:22:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47391460</link><dc:creator>lnrd</dc:creator><comments>https://news.ycombinator.com/item?id=47391460</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47391460</guid></item><item><title><![CDATA[Meta Acquires Moltbook]]></title><description><![CDATA[
<p>Article URL: <a href="https://arstechnica.com/ai/2026/03/meta-acquires-moltbook-the-ai-agent-social-network/">https://arstechnica.com/ai/2026/03/meta-acquires-moltbook-the-ai-agent-social-network/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47333831">https://news.ycombinator.com/item?id=47333831</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 11 Mar 2026 10:30:08 +0000</pubDate><link>https://arstechnica.com/ai/2026/03/meta-acquires-moltbook-the-ai-agent-social-network/</link><dc:creator>lnrd</dc:creator><comments>https://news.ycombinator.com/item?id=47333831</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47333831</guid></item><item><title><![CDATA[New comment by lnrd in "Show HN: DenchClaw – Local CRM on Top of OpenClaw"]]></title><description><![CDATA[
<p>I like the idea of OpenClaw a lot, it's a technology that I would want in my life. But in it's current form it's kinda chilling and I cannot see it become safe to use anytime soon.<p>It seems to me many infosec best practices that have been built over decades have been forgot in the last few months like nothing happened. People really do give this kind of software full system access, plus access to their emails, their private chats, most likely their passwords too and who knows what else via plugins. I couldn't really imagine this happening one year ago.<p>I'm 100% confident that any state actor and cybercrime groups are currently heavily focusing their research on these tools. You compromise the right person and you can access all kind of critical information, it would basically be the same as having some remote control software on their system with full permissions.<p>And everyone on the hype train seems to be absolutely unaware of this. Maybe I'm missing something, but all of this feels so odd to me.</p>
]]></description><pubDate>Mon, 09 Mar 2026 23:43:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47317346</link><dc:creator>lnrd</dc:creator><comments>https://news.ycombinator.com/item?id=47317346</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47317346</guid></item><item><title><![CDATA[New comment by lnrd in "Meta’s AI smart glasses and data privacy concerns"]]></title><description><![CDATA[
<p>It's amusing to always have this US-centric view touted as some ultimate truth while lacking any nuance. 
I live in Germany and here there is absolutely an expectation of privacy in public spaces. The individual rights (privacy) are balanced with the collective rights (freedom of press) and both are allowed to exist, because based on the context of the situation one right can prevail on the other. To give you some simple examples: if I go to a public event, a political manifestation, then no: no expectation of privacy. But if I am walking around with my family in a park, yes there's absolute expectation of privacy even if I'm in a public space. Context matters and it's impossible to have just one broad and vague rule covering anything. Also keep in mind that a public figure automatically has lower expectations of privacy than a private citizen. While I can sue a paper for publishing a picture of me slacking at work, a public figure most likely cannot or would lose in court because the right of the people to get informed of his behavior is higher than his right for privacy. Who gets to decide? A healthy judiciary system, not "those in power".<p>Another interesting nuance of the law in Germany is: it's almost always illegal to take pictures or video of people that show their suffering or struggle. You cannot take a video of a man having a mental breakdown for example. Is this universal? No, of course a journalist will take a picture of a suffering man in the cold to send a message about inequality. If he ever will be sued it will be the judge to decide if in this specific instance the right of the individual or the right of the collective right should prevail.</p>
]]></description><pubDate>Mon, 09 Mar 2026 23:18:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=47317110</link><dc:creator>lnrd</dc:creator><comments>https://news.ycombinator.com/item?id=47317110</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47317110</guid></item><item><title><![CDATA[New comment by lnrd in "Setting up phones is a nightmare"]]></title><description><![CDATA[
<p>> If your relatives are significantly tech illiterate, I'd skip the smartphone entirely and go for a locked-down Linux desktop + feature phone. The most dangerous apps are big legitimate ones.<p>You know, they are adults and have free will and do want a smartphone like everyone else to use Whatsapp, read the news, search things on Google, etc.<p>Hell, my 95 year old grandma convinced a nurse to install TikTok on her phone because she saw her using it and also wanted to try it. It's not like we can isolate them from the world</p>
]]></description><pubDate>Mon, 02 Mar 2026 23:16:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47225653</link><dc:creator>lnrd</dc:creator><comments>https://news.ycombinator.com/item?id=47225653</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47225653</guid></item><item><title><![CDATA[New comment by lnrd in "Meta’s AI smart glasses and data privacy concerns"]]></title><description><![CDATA[
<p>We need laws and social norms where filming a stranger and uploading it online is considered a serious unacceptable offense regardless of the device. I find it absurd that today is completely acceptable to just film an unaware stranger and put the video online, especially since that the majority of the videos are about making fun of them or humiliate them.</p>
]]></description><pubDate>Mon, 02 Mar 2026 23:08:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=47225565</link><dc:creator>lnrd</dc:creator><comments>https://news.ycombinator.com/item?id=47225565</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47225565</guid></item><item><title><![CDATA[New comment by lnrd in "Meta’s AI smart glasses and data privacy concerns"]]></title><description><![CDATA[
<p>Cameras in phones are pretty much locked up today, assuming you have an updated version of the OS from a respectable manufacturer. Apps will not be able to access the camera feed (or the microphone) without explicit consent and a visual warning.<p>The manufacturer might access it, Apple states they don't, Google and Samsung I'm not sure. A bad actor with 0days might too.</p>
]]></description><pubDate>Mon, 02 Mar 2026 23:00:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47225453</link><dc:creator>lnrd</dc:creator><comments>https://news.ycombinator.com/item?id=47225453</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47225453</guid></item><item><title><![CDATA[New comment by lnrd in "Setting up phones is a nightmare"]]></title><description><![CDATA[
<p>Giving an Android phone to elderly/non-technical people is asking for trouble imho. They will eventually tap their way into installing suspicious apps, adware or even straight up malware. It's inevitable, they are not aware of what they do and how to avoid the many risks of the digital world.
I remember having the same struggles of OP when setting up a cheap android phone for my grandma, the amount of bloat, adware and misleading content I had to remove was incredible (and some couldn't even be removed). The irony was that after a few months of light usage, the phone was in a state even worse, full of downloaded apps and opened suspicious websites in the browser. She would swear she never even noticed any of those.<p>This is one of the cases in which giving them an iPhone with its walled garden has great benefits. You can also setup parental control on top of that already locked down ecosystem.</p>
]]></description><pubDate>Sun, 01 Mar 2026 16:48:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=47208332</link><dc:creator>lnrd</dc:creator><comments>https://news.ycombinator.com/item?id=47208332</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47208332</guid></item><item><title><![CDATA[New comment by lnrd in "Claude Opus 4.6"]]></title><description><![CDATA[
<p>It's too much energy to keep up with things that become obsolete and get replaced in matters of weeks/months. My current plan is to ignore all of this new information for a while, then whenever the race ends and some winning new workflow/technology will actually become the norm I'll spend the time needed to learn it. 
Are we moving to some new paradigm same way we did when we invented compilers? Amazing, let me know when we are there and I'll adapt to it.</p>
]]></description><pubDate>Thu, 05 Feb 2026 19:11:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=46903676</link><dc:creator>lnrd</dc:creator><comments>https://news.ycombinator.com/item?id=46903676</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46903676</guid></item><item><title><![CDATA[New comment by lnrd in "Addiction Markets"]]></title><description><![CDATA[
<p>It's a collector's market, the value is in the demand and scarcity. Same as with all other collectibles like baseball cards and such. Or even wines, there are some that are so old they become undrinkable but cost like a car. In collectors market the price is detached from any kind of purpose of the item.<p>Also consider that most Magic cards are also valuable only because of their collector status. The valuable ones are mint first editions and nobody is buying them to play them.<p>So who fuels this collectors market? Nostalgic 30-something that have now disposable income and want to buy things they wanted as children. Same as with videogames collectors and such. You don't need an original copy of Supermario to play it, but people still spend thousands to buy it.</p>
]]></description><pubDate>Sat, 01 Nov 2025 12:42:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=45781198</link><dc:creator>lnrd</dc:creator><comments>https://news.ycombinator.com/item?id=45781198</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45781198</guid></item><item><title><![CDATA[New comment by lnrd in "ChatGPT Atlas"]]></title><description><![CDATA[
<p>> But they open up the gate for a single Big Tech Winner that truly knows everything about you, and can even control everything on your behalf.<p>Hasn't this gate been open since Chrome conquered the browser market years ago?</p>
]]></description><pubDate>Wed, 22 Oct 2025 12:38:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=45668147</link><dc:creator>lnrd</dc:creator><comments>https://news.ycombinator.com/item?id=45668147</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45668147</guid></item><item><title><![CDATA[New comment by lnrd in "Why the push for Agentic when models can barely follow a simple instruction?"]]></title><description><![CDATA[
<p>> I think what we should really ask ourselves is: “Why do LLM experiences vary so much among developers?”<p>My hypothesis is that developers work on different things and while these models might work very well for some domains (react components?) they will fail quickly in others (embedded?). So one one side we have developers working on X (LLM good at it) claiming that it will revolutionize development forever and the other side we have developers working on Y (LLM bad at it) claiming that it's just a fad.</p>
]]></description><pubDate>Tue, 14 Oct 2025 08:14:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=45577482</link><dc:creator>lnrd</dc:creator><comments>https://news.ycombinator.com/item?id=45577482</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45577482</guid></item><item><title><![CDATA[New comment by lnrd in "Why Wikipedia cannot claim the Earth is not flat"]]></title><description><![CDATA[
<p>I believe what Wikipedia tries to do (simplifying here) is reporting the "opinion" of reputable sources which should have an informed view on the matter. If reputable sources believe it's a genocide, then they will report it, if not they will not. 
Calling these sources biased because they do not corroborate your view of the situation is your subjective opinion and doesn't mean they actually do have a bias. The whole point of considering them reputable sources is that they should be as unbiased as possible (even though 100% neutrality is impossible), if they had "significant bias" as you claim they would not be considered as reliable sources to begin with.</p>
]]></description><pubDate>Sun, 12 Oct 2025 11:54:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=45557532</link><dc:creator>lnrd</dc:creator><comments>https://news.ycombinator.com/item?id=45557532</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45557532</guid></item><item><title><![CDATA[New comment by lnrd in "The Sagrada Família takes its final shape"]]></title><description><![CDATA[
<p>The only reason I can find for anyone to be bored by the inside is if they visited on a cloudy day. The way the light enters through the stained glass and colors the environment (and how the light changes during the day) is astonishing, never experienced something similar tbh.</p>
]]></description><pubDate>Fri, 19 Sep 2025 10:31:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=45300037</link><dc:creator>lnrd</dc:creator><comments>https://news.ycombinator.com/item?id=45300037</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45300037</guid></item><item><title><![CDATA[New comment by lnrd in "iPhone Air"]]></title><description><![CDATA[
<p>Why should a phone sit flat on a table? What's the advantage of that?<p>I seriously don't understand this (common) complaint that I see. If anything a slight tilt makes the screen a bit more readable.</p>
]]></description><pubDate>Tue, 09 Sep 2025 22:12:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=45190046</link><dc:creator>lnrd</dc:creator><comments>https://news.ycombinator.com/item?id=45190046</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45190046</guid></item></channel></rss>