<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: DefineOutside</title><link>https://news.ycombinator.com/user?id=DefineOutside</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 08 May 2026 17:50:58 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=DefineOutside" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by DefineOutside in "DeepSeek 4 Flash local inference engine for Metal"]]></title><description><![CDATA[
<p>I've found that opencode and codex are the two subscriptions that still seem to subsize usage. Deepseek V4 has been the most powerful model in opencode IMO, I trust it with problems where I can validate the solution such as debugging an issue - but I only trust the proprietary GPT-5.5 and Claude Opus 4.7 models for writing code that matters.</p>
]]></description><pubDate>Thu, 07 May 2026 18:44:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=48053180</link><dc:creator>DefineOutside</dc:creator><comments>https://news.ycombinator.com/item?id=48053180</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48053180</guid></item><item><title><![CDATA[New comment by DefineOutside in "Claude Code users hitting usage limits 'way faster than expected'"]]></title><description><![CDATA[
<p>It's still not uncommon for it to escape it's thinking block accidentally and be unable to end it's response, or for it to call the same tool repeatedly. I've watched it burn 50 million tokens in a loop before killing the chat.</p>
]]></description><pubDate>Tue, 31 Mar 2026 15:00:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47588334</link><dc:creator>DefineOutside</dc:creator><comments>https://news.ycombinator.com/item?id=47588334</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47588334</guid></item><item><title><![CDATA[New comment by DefineOutside in "Composer 2"]]></title><description><![CDATA[
<p>They seem to be pushing users away from using OpenAI and Anthropic models. On March 16th, they released pricing changes to stop subsidizing the state of the art models for team/enterprise users on legacy pricing models.<p>GPT 5.4 and Claude Opus/Sonnet 4.5/4.6 are now billed at API rates for all users, even enterprise customers. Previously, they were subsidizing these models around a factor of 10x, billing per request and not per token. Composer 2 bills for $0.08 per request on the fast model, and $0.04 per request on the slower model - no matter the tokens used.<p>It seems like they are targeting Enterprise above all else, relying on a enterprises signing up a bunch of paying users that rarely touch Cursor to subsidize the power users using an excessive amount of Composer tokens. It's a fair strategy, as cursor seems to increase output by 20-30% so the price is well worth it for Enterprise customers.</p>
]]></description><pubDate>Thu, 19 Mar 2026 20:13:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=47445245</link><dc:creator>DefineOutside</dc:creator><comments>https://news.ycombinator.com/item?id=47445245</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47445245</guid></item><item><title><![CDATA[New comment by DefineOutside in "Ask HN: How is AI-assisted coding going for you professionally?"]]></title><description><![CDATA[
<p>I work at a large company that is contracted to build warehouses that automate the movement of goods with conveyors, retrieval systems, etc.<p>This is a key candidates to use AI as we have built hundreds of warehouses in the past. We have a standard product that spans over a hundred thousand lines of code to build upon. Still, we rely on copying code from previous projects if features have been implemented before. We have stopped investing in the product to migrate everything to microservices, for some reason, so this code copying is increasingly common as projects keep getting more complex.<p>Teams to implement warehouses are generally around eight developers. We are given a design spec to implement, which usually spans a few hundred pages.<p>AI has over doubled the speed at which I can write backend code. We've done the same task so many times before with previous warehouses, that we have a gold mine of patterns that AI can pick up on if we have a folder of previous projects that it can read. I also feel that the code I write is higher quality, though I have to think more about the design as previously I would realize something wouldn't work whilst writing the code. At GWT though, it's hopeless as there's almost no public GWT projects to train an AI on. It's also very helpful in tracing logs and debugging.<p>We use Cursor. I was able to use $1,300 tokens worth of Claude Opus 4.6 for a cost of $100 to the company. Sadly, Cursor discontinued it's legacy pricing model due to it being unsustainable, so only the non-frontier models are priced low enough to consistently use. I'm not sure what I'm going to do when this new pricing model takes affect tomorrow, I guess I will have to go back to writing code by hand or figure out how to use models like Gemini 3.1. GPT models also write decent code, but they are always so paranoid and strictly follow prompts to their own detriment. Gemini just feels unstable and inconsistent, though it does write higher quality code.<p>I'm not being paid any more for doubling my output, so it's not the end of the world if I have to go back to writing code by hand.</p>
]]></description><pubDate>Sun, 15 Mar 2026 23:40:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=47393291</link><dc:creator>DefineOutside</dc:creator><comments>https://news.ycombinator.com/item?id=47393291</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47393291</guid></item><item><title><![CDATA[New comment by DefineOutside in "Anthropic officially bans using subscription auth for third party use"]]></title><description><![CDATA[
<p>oh, I figured out the costs for the enterprise plan. It's $0.04 per request, I'm not charged per token at all. The billing is completely different for enterprise users than regular users.</p>
]]></description><pubDate>Fri, 20 Feb 2026 18:31:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=47091830</link><dc:creator>DefineOutside</dc:creator><comments>https://news.ycombinator.com/item?id=47091830</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47091830</guid></item><item><title><![CDATA[New comment by DefineOutside in "Anthropic officially bans using subscription auth for third party use"]]></title><description><![CDATA[
<p>I got so tired of cursor that I started writing down every bug I encountered. The list is currently at 30 entries, some of them major bugs such as pressing "apply" on changes not actually applying changes or models getting stuck in infinite loops and burning 50 million tokens.</p>
]]></description><pubDate>Thu, 19 Feb 2026 16:51:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=47075858</link><dc:creator>DefineOutside</dc:creator><comments>https://news.ycombinator.com/item?id=47075858</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47075858</guid></item><item><title><![CDATA[New comment by DefineOutside in "Anthropic officially bans using subscription auth for third party use"]]></title><description><![CDATA[
<p>I've spent $17.64 on on-demand usage in cursor with an estimated API cost of $350, mostly using Claude Opus 4.5. Some of this is skewed since subagents use a cheaper model, but even with subagents, the costs are 10x off the public API costs. Either the enterprise on-demand usage gets subsidized, API costs are 10x higher, or cursor is only billing their 10% surplus to cover their costs of indexing and such.<p>edit: My $40/month subscription used $662 worth of API credits.</p>
]]></description><pubDate>Thu, 19 Feb 2026 16:38:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=47075674</link><dc:creator>DefineOutside</dc:creator><comments>https://news.ycombinator.com/item?id=47075674</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47075674</guid></item><item><title><![CDATA[New comment by DefineOutside in "Verizon to stop automatic unlocking of phones as FCC ends 60-day unlock rule"]]></title><description><![CDATA[
<p>There was a promo from Straight Talk wireless, that a bunch of users on slickdeals used, for a $360 iphone 16e (+1 month service) with the intention of buying and unlocking to be used on another carrier. The FCC guidelines were explicit about being 60 days after activation without indication of fraud, with no mention of active service.<p>After the first few initial customers put in tickets to unlock their phones after 60 days passed, Straight Talk changed their policy from 60 days since activation to 60 days of active service, breaking the FCC guidelines knowing that no one would sue them in a federal court over a small amount. They forced users to buy a second month of service to unlock the phone. One user even successfully won in small claims court for breach of contract since Straight Talk refused to activate their phone, since you can't just change the contract after the sale is complete. You sadly can't sue for breaching FCC policies in small claims, that requires hundreds of thousands of dollars worth of lawyers. I put in a FCC complaint over this, but the FCC more or less ignored it.<p>Verizon is just doing this as a pretext. It's a continuation of them ignoring this policy after users were buying cheap phones to use on other carriers and waiting 60 days. It just looks better to claim you are defeating criminals.</p>
]]></description><pubDate>Tue, 13 Jan 2026 15:29:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=46602255</link><dc:creator>DefineOutside</dc:creator><comments>https://news.ycombinator.com/item?id=46602255</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46602255</guid></item><item><title><![CDATA[Verizon to stop automatic unlocking of phones as FCC ends 60-day unlock rule]]></title><description><![CDATA[
<p>Article URL: <a href="https://arstechnica.com/tech-policy/2026/01/fcc-lets-verizon-lock-phones-for-longer-making-it-harder-to-switch-carriers/">https://arstechnica.com/tech-policy/2026/01/fcc-lets-verizon-lock-phones-for-longer-making-it-harder-to-switch-carriers/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46596497">https://news.ycombinator.com/item?id=46596497</a></p>
<p>Points: 20</p>
<p># Comments: 2</p>
]]></description><pubDate>Tue, 13 Jan 2026 01:48:47 +0000</pubDate><link>https://arstechnica.com/tech-policy/2026/01/fcc-lets-verizon-lock-phones-for-longer-making-it-harder-to-switch-carriers/</link><dc:creator>DefineOutside</dc:creator><comments>https://news.ycombinator.com/item?id=46596497</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46596497</guid></item><item><title><![CDATA[New comment by DefineOutside in "Eat Real Food"]]></title><description><![CDATA[
<p>The pyramid being upside down with grain on the bottom and fats and oils being on top is directly from south park.<p>The only difference is that meat, fat, dairy, fruits and vegetables are grouped together with this new pyramid with grains on the bottom. while south park puts fats -> meat and dairy -> fruits and vegetables -> grains as the order.</p>
]]></description><pubDate>Wed, 07 Jan 2026 21:11:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=46532874</link><dc:creator>DefineOutside</dc:creator><comments>https://news.ycombinator.com/item?id=46532874</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46532874</guid></item><item><title><![CDATA[New comment by DefineOutside in "Why are my headphones buzzing whenever I run my game?"]]></title><description><![CDATA[
<p>Bluetooth headphones? the settings menu could be using the microphone somehow and switching to mono audio because bluetooth is low bandwidth</p>
]]></description><pubDate>Wed, 03 Dec 2025 18:05:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=46137792</link><dc:creator>DefineOutside</dc:creator><comments>https://news.ycombinator.com/item?id=46137792</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46137792</guid></item><item><title><![CDATA[New comment by DefineOutside in "Composer: Building a fast frontier model with RL"]]></title><description><![CDATA[
<p>I find Cursor's tab completion to be distracting enough with multi-line changes that I just disabled it, while I use IntelliJ's tab completion regularly.<p>Cursor's tab completion is better, but it doesn't seem to have a concept of not trying to tab complete. IntelliJ is correct half the time for completing the rest of the line and only suggests when it is somewhat confident in its answer.</p>
]]></description><pubDate>Thu, 30 Oct 2025 15:27:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=45761103</link><dc:creator>DefineOutside</dc:creator><comments>https://news.ycombinator.com/item?id=45761103</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45761103</guid></item><item><title><![CDATA[New comment by DefineOutside in "Consider using Zstandard and/or LZ4 instead of Deflate"]]></title><description><![CDATA[
<p>This has been applied to minecraft region files in a fork of paper, which is a type of minecraft server.<p><a href="https://github.com/UltraVanilla/paper-zstd/blob/main/patches/server/8002-Zstd-compression.patch" rel="nofollow">https://github.com/UltraVanilla/paper-zstd/blob/main/patches...</a><p>from the author of this patch on discord - the level 9 for compression isn't practical and is too slow for a real production server but it does show the effectiveness of zstd with a shared dictionary.<p><pre><code>  So you start off with a 755.2 MiB world (in this test, it is a section of an existing DEFLATE-compressed world that has been lived in for a while). If you recreate its regions it will compact it down to 695.1 MiB

  You set region-file-compression=lz4 and run --recreateRegionFiles and it turns into a 998.9 MiB world. Makes sense, worse compression ratios but less CPU is what mojang documented in the changelog. Neat, but I'm confused as to what the benefits are as I/O increasingly becomes the more constrained thing nowadays. This is just a brief detour from what I'm really trying to test

  You set region-file-compression=none and it turns into a 3583.0 MiB world. The largest region file in this sample was 57 MiB

  Now, you take this world, and compress each of the region files individually using zstd -9, so that the region files are now .mca.zst files. And you get a world that is 390.2 MiB</code></pre></p>
]]></description><pubDate>Tue, 05 Aug 2025 21:14:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=44804406</link><dc:creator>DefineOutside</dc:creator><comments>https://news.ycombinator.com/item?id=44804406</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44804406</guid></item><item><title><![CDATA[New comment by DefineOutside in "Show HN: I wrote a Java decompiler in pure C language"]]></title><description><![CDATA[
<p>The most feature advanced decompiler I know of is Recaf. It supports a mix of decompilers and even bytecode editing.</p>
]]></description><pubDate>Tue, 03 Jun 2025 18:27:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=44173076</link><dc:creator>DefineOutside</dc:creator><comments>https://news.ycombinator.com/item?id=44173076</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44173076</guid></item><item><title><![CDATA[New comment by DefineOutside in "Porn restrictions are leading to a VPN boom"]]></title><description><![CDATA[
<p>After mullvad disabled port forwarding, I switched to AirVPN and it works fine.  I trust it slightly less than Mullvad but I'm avoiding copyright trolls, not three letter agencies.</p>
]]></description><pubDate>Sat, 06 Apr 2024 21:08:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=39955567</link><dc:creator>DefineOutside</dc:creator><comments>https://news.ycombinator.com/item?id=39955567</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39955567</guid></item><item><title><![CDATA[New comment by DefineOutside in "Study uses wearables to show that physical activity lengthens REM latency"]]></title><description><![CDATA[
<p>Not that well.  You have to extrapolate from when the first first deep sleep occurs in comparison to other nights.</p>
]]></description><pubDate>Tue, 02 Apr 2024 20:09:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=39910327</link><dc:creator>DefineOutside</dc:creator><comments>https://news.ycombinator.com/item?id=39910327</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39910327</guid></item><item><title><![CDATA[New comment by DefineOutside in "Study uses wearables to show that physical activity lengthens REM latency"]]></title><description><![CDATA[
<p>I find my Apple Watch information useful.  I don't remember when I fell asleep but my apple watch does.  This keeps me honest about going to be too late.<p>Additionally, when I first got it, I found that I was only getting 40 minutes of deep sleep which is why I was always somewhat tired.  After adding magnesium to my diet I am getting around 70 minutes of deep sleep.  I wouldn't have been able to pinpoint this without the data.    The apple watch is the best sleep tracker [1] so your data might be too noisy to find results.<p>[1] <a href="https://youtu.be/LPqtfC70QTU?si=6tTayfNCkcJwDayW&t=12m30s" rel="nofollow">https://youtu.be/LPqtfC70QTU?si=6tTayfNCkcJwDayW&t=12m30s</a></p>
]]></description><pubDate>Tue, 02 Apr 2024 19:44:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=39910067</link><dc:creator>DefineOutside</dc:creator><comments>https://news.ycombinator.com/item?id=39910067</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39910067</guid></item><item><title><![CDATA[New comment by DefineOutside in "PaperMC/Paper: The most widely used, high performance Minecraft server"]]></title><description><![CDATA[
<p><a href="https://bstats.org/global/bukkit" rel="nofollow">https://bstats.org/global/bukkit</a><p>Minecraft server software marketshare is tracked with bstats.  Paper (58.3%) is a fork of Spigot (21.3%) and is more open to contributions and has a lot more performance enhancements.  Spigot continues CraftBukkit which implements the Bukkit API.  Spigot only really exists to update to the latest game version and no longer receives performance enhancements.  Purpur (10.1%) also exists and forks paper, and add gameplay features that couldn't be forked into Paper.<p>The largest non-bukkit competitor is Fabric, which is nice because by default it changes no gameplay behavior.  Spigot and all forks change gameplay behavior to improve performance and make implementing the API easier in subtle ways.  Paper is more suitable for a public server as it patches exploits by default while Fabric is better for a more technical or private server as it doesn't break vanilla behavior .<p>Bukkit-based servers can be made compatible with Bedrock edition with the Geyser plugin</p>
]]></description><pubDate>Sun, 10 Mar 2024 21:06:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=39662533</link><dc:creator>DefineOutside</dc:creator><comments>https://news.ycombinator.com/item?id=39662533</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39662533</guid></item><item><title><![CDATA[New comment by DefineOutside in "Homeless Mortality Data"]]></title><description><![CDATA[
<p>No because the population skews younger.</p>
]]></description><pubDate>Sun, 03 Mar 2024 05:22:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=39578642</link><dc:creator>DefineOutside</dc:creator><comments>https://news.ycombinator.com/item?id=39578642</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39578642</guid></item><item><title><![CDATA[New comment by DefineOutside in "There is an OOM kill count in Linux"]]></title><description><![CDATA[
<p>Look into oom_kill_allocating_task.  There's likely a better solution such as an earlier OOM, but killing the wrong process seems better than locking the system.</p>
]]></description><pubDate>Sun, 31 Dec 2023 14:44:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=38824365</link><dc:creator>DefineOutside</dc:creator><comments>https://news.ycombinator.com/item?id=38824365</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38824365</guid></item></channel></rss>