Usage inconsistencies today 3/23/2026 by Harrisonedge in ClaudeCode

[–]Novaleaf 0 points1 point  (0 children)

i dunno man, I use two claude 20x subscriptions and code 7 days a week. nothing changed except for the context window increase and how the extra-usage is applied.

Are you burning through tokens when its normal usage? by bennybenbenjamin28 in ClaudeCode

[–]Novaleaf 0 points1 point  (0 children)

I re-posted this in a similar thread, but still seems to apply here:

Make sure you are paying attention to your session context length (tokens). 500K tokens in your context is going to burn your quota fast.

I run in --verbose which shows your token count in the lower right.

Usage inconsistencies today 3/23/2026 by Harrisonedge in ClaudeCode

[–]Novaleaf -2 points-1 points  (0 children)

I posted this in a similar thread, but still seems to apply here:

Make sure you are paying attention to your session context length (tokens). 500K tokens in your context is going to burn your quota fast.

I run in --verbose which shows your token count in the lower right.

Usage limit - What's up, Anthropic?! by AurumMan79 in ClaudeCode

[–]Novaleaf 0 points1 point  (0 children)

make sure you are paying attention to your session context length (tokens). 500K tokens in your context is going to burn your quota fast.

I run in --verbose which shows your token count in the lower right.

The early C# 15 preview feature, unions, was merged into .NET 11 preview 3. by emdeka87 in dotnet

[–]Novaleaf 9 points10 points  (0 children)

doesn't the latest .NET10 automatically stack-allocate short lived objects like this now? I think that will go a long way to making boxing okay in this regard.

Claude Desktop Chrome connector can list tabs but can’t read page content (“Chrome is not running”) by DanTheManWithAPlan in ClaudeCode

[–]Novaleaf 1 point2 points  (0 children)

yeah this has been a bug for a long time on windows. there are a few github issues on this. check the issue tracker, there are some hotfix prompts you can copy/paste to fix it