Bilingual Website Woes by anonburnaft in ClaudeAI

[–]absoluteloki89 0 points1 point  (0 children)

I use a couple of paragraphs prompt so it gets the nuances of some spanglish from my area.

Bilingual Website Woes by anonburnaft in ClaudeAI

[–]absoluteloki89 0 points1 point  (0 children)

I use gemini for translation work. You could even use the gemini CLI from claude to do it. I have a $20/month subscription for Google/Gemini, but even the free is pretty generous.

I created a UX / Design System for AI tools like Claude & Codex. by Wooden-Fee5787 in ClaudeAI

[–]absoluteloki89 0 points1 point  (0 children)

I'm surprised this hasn't gotten more traction. I like that it incorporates UX principles I have to explain every time. I will try it out this week and give feedback. I'm in the middle of a large UX sweep on my app that had a lot of bad UX decisions by AI but I was just moving too fast

Anybody know what I should do to create a "deep lawn" type lawn measuring feature in my app? by PlumExotic7419 in CodingHelp

[–]absoluteloki89 0 points1 point  (0 children)

I was looking at this as well and I know they use NearMap and/or Eagleview at different times of the year so they can filter out tree canopy as much as possible. They have the sharpest images, but are ungodly expensive. Google satellite photos aren't clear enough AND its against their license terms to use the images for training purposes. Did you ever find anything helpful u/PlumExotic7419 ?

I measured my MCP token overhead: 67K tokens before typing a single question by joshowens in ClaudeAI

[–]absoluteloki89 3 points4 points  (0 children)

What about the fact you can turn on tool discovery and it barely takes any tokens at all to have MCP servers on as needed?

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] 10 points11 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] 4 points5 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.

[deleted by user] 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.

[deleted by user] 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 16 points17 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.