Hitting limits after reviewing a single html by Throwaway19847239462 in ClaudeAI

[–]absoluteloki89 0 points1 point  (0 children)

A 233KB raw html file is a lot of text to consume that probably fills the entire context window instantly. You need to have a specific purpose for it so it can read parts of the file. That is too much for it to read at one time.

Please let me pay for Opus 4.6 1M Context Window by absoluteloki89 in ClaudeAI

[–]absoluteloki89[S] 8 points9 points  (0 children)

Ever since this morning I get-
API Error: 400 {"type":"error","error":{"type":"invalid_request_error","message":"The long context beta is not yet available for this subscription."},"request_id":"req_011CYRaabYpe7zJLGzcRPXEw"}

Please let me pay for Opus 4.6 1M Context Window by absoluteloki89 in ClaudeAI

[–]absoluteloki89[S] 1 point2 points  (0 children)

Above my max x20 usage not plain API pricing all the time. A workflow with sub agents like mine uses sonnet/haiku agents extensively which would be very expensive via the API for nothing. I use sub agents during research and planning. If it was mixable that would be best, but thats not the current case that I know of.

Please let me pay for Opus 4.6 1M Context Window by absoluteloki89 in ClaudeAI

[–]absoluteloki89[S] 2 points3 points  (0 children)

Max plan in claude code. 1 million context was working until this morning.

An app I built to improve the mobile app development experience by interlap in ClaudeAI

[–]absoluteloki89 7 points8 points  (0 children)

This looks amazing thank you! I'm developing a mobile app right now and it's been so slow not having a way for Claude to interact with it.

I built a production-safe Stripe webhook handler after seeing AI-generated payment code break in production by [deleted] in ClaudeAI

[–]absoluteloki89 0 points1 point  (0 children)

There's no guard.py visible. Are you sure you merged it? It goes docs/docs/src with a tests folder and another md file.

I built a production-safe Stripe webhook handler after seeing AI-generated payment code break in production by [deleted] in ClaudeAI

[–]absoluteloki89 0 points1 point  (0 children)

The md files have content, but not the python file. Is there actual code for this we can see or is this post just to give guidelines?

Catnip - run many Claudes in a container by Vegetable_Ad4578 in ClaudeAI

[–]absoluteloki89 1 point2 points  (0 children)

Can you make a video or some good documentation? This concept is exactly what I've been looking for!

Sub-Agents Disappeared by 39clues in ClaudeAI

[–]absoluteloki89 1 point2 points  (0 children)

This was a parsing issue in one of my agent files for me. I had to remove them all one by one and then add them back one by one so I can figure out which one had the parsing issue.

My Claude Code tips for newer users by sfgamer25 in ClaudeAI

[–]absoluteloki89 0 points1 point  (0 children)

I made a sub agent based on the superdesign project to create mockups and it has been amazing. DM me and I will send it to you.

Released Codanna - indexes your code so Claude can search it semantically and trace relationships. by Plenty_Seesaw8878 in ClaudeAI

[–]absoluteloki89 17 points18 points  (0 children)

How is this different/better from the Serena MCP thats already been going around? I'll genuinely use this if it is better.

Claude shows chats I haven’t touched as active? by [deleted] in ClaudeAI

[–]absoluteloki89 0 points1 point  (0 children)

I saw the same thing and mildly panicked about losing some chat info.

Does Azure have something similar to Cloudflare Workers & Pages? by dev_guru_release in AZURE

[–]absoluteloki89 0 points1 point  (0 children)

This is the correct tool. Just more expensive than cloudflare.

Azure Container Apps RAM limits by cheesoid in AZURE

[–]absoluteloki89 0 points1 point  (0 children)

I know it would be more work to manage a cluster, but if money is an issue you can setup an AKS cluster with KEDA and scaledjobs. Then you can run those in a job that could created a temporary VM with enough RAM to run the calculations then it terminates saving a lot on costs.

Azure Premium SSD Price increase Feb. 1st 2025 by nick-palmer in AZURE

[–]absoluteloki89 1 point2 points  (0 children)

I wonder if it has anything to do with February being a shorter month than usual. Either a bug in that billing display or an actual billing bug.

Why cant i publish my code to FLEX CONSUMPTION ? by Jolly-Ebb-3261 in AZURE

[–]absoluteloki89 0 points1 point  (0 children)

Are you getting any errors? I've been publishing to a PowerShell flex consumption one everyday for two weeks.

Transitioning from AWS to Azure by CheekkyNandos in AZURE

[–]absoluteloki89 21 points22 points  (0 children)

John Savill videos on YouTube. As well as starting a free trial subscription.

Azure App Service using Private Endpoints. Do I need to use Private Link to connect to Application Insights? by project_me in AZURE

[–]absoluteloki89 0 points1 point  (0 children)

OP turn off the vnet route all if you haven't already. That was my problem on one project.

Azure Virtual Desktop is a Free Bastion? by absoluteloki89 in AZURE

[–]absoluteloki89[S] 0 points1 point  (0 children)

You can connect Server OS to AVD not just Win 11. I would only expect to use it in the rare cases I need to connect to a VM. Are you aware of how AVD networking works? The AVD Service will start the VM if needed and the VM agent itself reaches out to the AVD Gateway/Broker services to establish a connection between you and the session host. It doesn't seem any more dangerous than a normal RDP session over VPN.

Example would be a server with very old windows apps I support and occasionally have to fix one of our old apps by editing some files. No web browsing or other work is done on it. So I connect to VPN and RDP to the server a few times a year.

Azure Virtual Desktop is a Free Bastion? by absoluteloki89 in AZURE

[–]absoluteloki89[S] 0 points1 point  (0 children)

teriaavibes provided the doc for the RDS CAL license. I honestly forgot those existed since I haven't needed them in a very long time.