<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: yojo</title><link>https://news.ycombinator.com/user?id=yojo</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 17 Aug 2026 07:53:00 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=yojo" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by yojo in "Every Fucking Website (2020)"]]></title><description><![CDATA[
<p>They still haven’t removed “old.reddit.com”. Replace “www” with “old” on any reddit URL and enjoy a relic from when the internet was less ruined.</p>
]]></description><pubDate>Fri, 14 Aug 2026 15:48:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=49300396</link><dc:creator>yojo</dc:creator><comments>https://news.ycombinator.com/item?id=49300396</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49300396</guid></item><item><title><![CDATA[New comment by yojo in "Dropbox is an obvious PE Target?"]]></title><description><![CDATA[
<p>I was at Dropbox from 2016-2020. We were certainly trying to build a sustainable business, but there was a major identity crisis. Were we consumer web? Buy Mailbox and build Carousel, then shut them both down.<p>Maybe we’re Notion/Evernote? Buy Hackpad, plow a ton of money into Paper (which was legitimately good), then quietly deprioritize it.<p>Maybe we’re actually some kind of enterprise document productivity suite? Buy HelloSign. Plow a bunch of money into a desktop app. Pull more plugs.<p>A lot of smart people were trying. We made a lot of bets (too many?). None of them proved to be a second act, and the competitors eventually caught up.</p>
]]></description><pubDate>Wed, 12 Aug 2026 05:46:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=49268251</link><dc:creator>yojo</dc:creator><comments>https://news.ycombinator.com/item?id=49268251</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49268251</guid></item><item><title><![CDATA[New comment by yojo in "Stealing Reasoning Traces from Proprietary LLM APIs"]]></title><description><![CDATA[
<p>If you didn’t allow it, you wouldn’t be able to change models in the same conversation, as key parts of the context would be lost.<p>Wouldn’t surprise me if the providers just remove that ability and lock the model once the conversation starts.</p>
]]></description><pubDate>Tue, 11 Aug 2026 15:09:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=49259610</link><dc:creator>yojo</dc:creator><comments>https://news.ycombinator.com/item?id=49259610</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49259610</guid></item><item><title><![CDATA[New comment by yojo in "DeepSeek planning to significantly raise prices"]]></title><description><![CDATA[
<p>Honestly, GPT 5.6 Luna is worth a look. It’s a reasonably good implementer at a small fraction of the cost. $100 buys a heck of a lot of it at API pricing.<p>Not sure about the OAi Pro plan, doesn’t look like the 80% Luna price slash made its way into the quota system.<p>You could also try tuning down the effort level on Opus. It makes a huge difference in token consumption and you might be able to get away with lower than you’ve set</p>
]]></description><pubDate>Thu, 06 Aug 2026 15:28:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=49198049</link><dc:creator>yojo</dc:creator><comments>https://news.ycombinator.com/item?id=49198049</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49198049</guid></item><item><title><![CDATA[New comment by yojo in "US beef prices have soared but farmers aren't making more money"]]></title><description><![CDATA[
<p>At the beginning of the pandemic all the mills cut production anticipating economic collapse that didn’t come. Prices spiked on high demand and low production.<p>Mills did ramp back up, but it’s unclear to me if they used it as a chance to do so slowly/preserve margins. Lumber never got close to pre-pandemic levels.<p>Tariffs probably also play a role here. About a quarter of US lumber comes from Canada, and barbed wire is just steel with a little bit of processing.<p>For products with little value add there’s not anywhere for the tax to be absorbed, and no real way for domestic producers to quickly scale up, even if they wanted to.</p>
]]></description><pubDate>Thu, 06 Aug 2026 14:45:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=49197439</link><dc:creator>yojo</dc:creator><comments>https://news.ycombinator.com/item?id=49197439</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49197439</guid></item><item><title><![CDATA[New comment by yojo in "Cursor removed cost information from the usage page and CSV export"]]></title><description><![CDATA[
<p>You still pay cache token costs on API calls. Cache cost/token are 90% lower, but you pay it every single turn.<p>I’m not sure if they let you skip the cache write cost on the first turn. That would imply cross-user caching infrastructure or special casing the default system prompt to give you a discount. Maybe? Away from the computer but you could try a “hello” in a fresh session and see what was billed.</p>
]]></description><pubDate>Sat, 01 Aug 2026 17:13:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=49136305</link><dc:creator>yojo</dc:creator><comments>https://news.ycombinator.com/item?id=49136305</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49136305</guid></item><item><title><![CDATA[New comment by yojo in "Cursor removed cost information from the usage page and CSV export"]]></title><description><![CDATA[
<p>Claude Code injects a ton of tools into the system prompt, including their “memory system” that’s like 10k+ tokens. Depending on your task shape, this can easily double your task cost (e.g. a low context-using job that takes many turns, like a monitoring loop).<p>You should use --disallowed-tools to prune any tools not needed for the task. Note that this is also a perpetual game of  whack-a-mole since they’re always adding new tools.</p>
]]></description><pubDate>Sat, 01 Aug 2026 17:04:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=49136204</link><dc:creator>yojo</dc:creator><comments>https://news.ycombinator.com/item?id=49136204</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49136204</guid></item><item><title><![CDATA[New comment by yojo in ""Drawing" the Mona Lisa with GPT-5.6, Claude, Gemini, and Grok"]]></title><description><![CDATA[
<p>I read the balls as “houses”, though the phallic spire emerging from them dead-center is also very on-brand</p>
]]></description><pubDate>Wed, 22 Jul 2026 00:01:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=49000059</link><dc:creator>yojo</dc:creator><comments>https://news.ycombinator.com/item?id=49000059</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49000059</guid></item><item><title><![CDATA[New comment by yojo in "Claude Code uses Bun written in Rust now"]]></title><description><![CDATA[
<p>Oh, and the memory use! I run a lot of concurrent sessions. 3 gigs for a terminal window is ludicrous.</p>
]]></description><pubDate>Sun, 19 Jul 2026 17:56:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=48970252</link><dc:creator>yojo</dc:creator><comments>https://news.ycombinator.com/item?id=48970252</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48970252</guid></item><item><title><![CDATA[New comment by yojo in "Claude Code uses Bun written in Rust now"]]></title><description><![CDATA[
<p>I have been working all day every day in Claude. I loathe their bug-ridden UI. Every release is a new crop of bugs, sometimes the old ones get fixed, usually not.<p>Any kind of scrolling back, copying text, using their menu system - basically anything that isn’t typing characters has had/still has unaddressed bugs.<p>OpenAI shipped a competitive model and I’m over in Codex now. I have yet to hit a bug.<p>If you’re holding the SOTA crown, people will put up with your buggy mess.  As soon as that crown slips your pile of trash becomes a huge liability.</p>
]]></description><pubDate>Sun, 19 Jul 2026 17:53:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48970230</link><dc:creator>yojo</dc:creator><comments>https://news.ycombinator.com/item?id=48970230</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48970230</guid></item><item><title><![CDATA[New comment by yojo in "Claude is just Mr. Meeseeks"]]></title><description><![CDATA[
<p>I’ve experienced this in Claude Code - it’ll start asking me if we can submit the PR at the end of every turn.</p>
]]></description><pubDate>Mon, 13 Jul 2026 23:54:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=48900548</link><dc:creator>yojo</dc:creator><comments>https://news.ycombinator.com/item?id=48900548</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48900548</guid></item><item><title><![CDATA[New comment by yojo in "Grok 4.5"]]></title><description><![CDATA[
<p>Google at least is serving AI results on SRPs billions of times a day, and has pre-existing expertise in data center buildouts and custom silicon.<p>They have one of the more compelling cases for rolling their own.</p>
]]></description><pubDate>Wed, 08 Jul 2026 19:24:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=48836296</link><dc:creator>yojo</dc:creator><comments>https://news.ycombinator.com/item?id=48836296</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48836296</guid></item><item><title><![CDATA[New comment by yojo in "American capitalism has taken an apocalyptic turn"]]></title><description><![CDATA[
<p>Schumpeter is one of their columns; this is an editorial piece, not one of their news articles.<p>The regular stuff is still well written, IMO.</p>
]]></description><pubDate>Thu, 04 Jun 2026 04:52:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=48394029</link><dc:creator>yojo</dc:creator><comments>https://news.ycombinator.com/item?id=48394029</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48394029</guid></item><item><title><![CDATA[New comment by yojo in "Meta workers can opt out of being tracked at work up to 30 min"]]></title><description><![CDATA[
<p>Meta is straight evil. It undermines the institutions of democracy and it negatively impacts its users mental health, all in service of selling your data to advertisers so they can better goad unnecessary consumption.<p>If I learn you work at Meta, I will judge you as at best lacking a moral compass and treat you appropriately.<p>Apple has problems, but is a lot closer to morally neutral. Ditto for Netflix.<p>Amazon has hollowed out local retail/is also bad for society, though not on Meta’s scale. But you sell your soul more cheaply there.</p>
]]></description><pubDate>Wed, 03 Jun 2026 14:15:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=48384425</link><dc:creator>yojo</dc:creator><comments>https://news.ycombinator.com/item?id=48384425</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48384425</guid></item><item><title><![CDATA[New comment by yojo in "Three Ways to Get Paid (2018)"]]></title><description><![CDATA[
<p>Internally, it’s important to understand that every ask should have a business goal associated with it. The thing being asked for is rarely (never?) the only way to accomplish that goal.<p>Great engineers focus on the customer or business need and find/propose alternatives that <i>are</i> possible.</p>
]]></description><pubDate>Tue, 02 Jun 2026 19:15:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=48374836</link><dc:creator>yojo</dc:creator><comments>https://news.ycombinator.com/item?id=48374836</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48374836</guid></item><item><title><![CDATA[New comment by yojo in "OpenAI frontier models and Codex are now available on AWS"]]></title><description><![CDATA[
<p>I have worked at places that have negotiated flat percentage discounts on all AWS spend.<p>This explanation seems plausible to me.</p>
]]></description><pubDate>Tue, 02 Jun 2026 00:18:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=48364268</link><dc:creator>yojo</dc:creator><comments>https://news.ycombinator.com/item?id=48364268</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48364268</guid></item><item><title><![CDATA[New comment by yojo in "Project Glasswing: An Initial Update"]]></title><description><![CDATA[
<p>You can hook traditional SAST into your coding tool, and get cheap-ish realtime detection for some classes of vulns while coding.<p>You can optionally layer LLM diff scanning if you want to burn some tokens on your tokens. Modern tools can catch some impressively subtle issues.</p>
]]></description><pubDate>Sat, 23 May 2026 01:40:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=48243690</link><dc:creator>yojo</dc:creator><comments>https://news.ycombinator.com/item?id=48243690</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48243690</guid></item><item><title><![CDATA[New comment by yojo in "The Companies Cutting Headcount for AI Will Lose to the Ones Who Didn't"]]></title><description><![CDATA[
<p>Before unlimited PTO took off, standard in FAANG-like (US) industry was ~12 corp holidays + 15-25 days annual PTO, depending on seniority.<p>I don’t know anyone who takes the high end of that anymore, especially senior/staff folks.<p>Unlimited PTO takes a liability off the company’s books, and makes every time off request a negotiation.</p>
]]></description><pubDate>Fri, 22 May 2026 14:33:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=48236456</link><dc:creator>yojo</dc:creator><comments>https://news.ycombinator.com/item?id=48236456</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48236456</guid></item><item><title><![CDATA[New comment by yojo in "The Companies Cutting Headcount for AI Will Lose to the Ones Who Didn't"]]></title><description><![CDATA[
<p>Two things:<p>1) Unlimited PTO is a scam. Ask anyone who ever got paid out six weeks salary when they changed jobs.<p>2) “the craft” is doing some heavy lifting here. I happen to enjoy AI-assisted dev, but it is nothing like the work that drew me to the industry.<p>Otherwise agreed on all counts.</p>
]]></description><pubDate>Fri, 22 May 2026 14:17:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=48236188</link><dc:creator>yojo</dc:creator><comments>https://news.ycombinator.com/item?id=48236188</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48236188</guid></item><item><title><![CDATA[New comment by yojo in "Meta blocks human rights accounts from reaching audiences in Saudi Arabia, UAE"]]></title><description><![CDATA[
<p>I’m taking it as a given that any sufficiently large social network is a gigantic propaganda machine of interest to domestic and foreign nation-state actors.<p>Entertaining the thought experiment where all the normies join the fediverse: now you’ve got a big juicy target maintained by hobbyists.<p>When it’s Lazarus Group vs Randall, the over-worked sys admin who stood up a node in his spare time, who do you think wins?<p>Social networks are cancer. Just ban the lot of them and move on.</p>
]]></description><pubDate>Wed, 20 May 2026 14:28:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48208466</link><dc:creator>yojo</dc:creator><comments>https://news.ycombinator.com/item?id=48208466</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48208466</guid></item></channel></rss>