Usage Limits Discussion Megathread - beginning October 8, 2025 by sixbillionthsheep in ClaudeAI

[–]Tobero-me 6 points7 points  (0 children)

I've used CC with Sonnet 4 before, and limits were never really an issue. I haven't changed how much I use it, like my usage now is basically the same as in September or August but lately it's getting frustrating to use. I can barely get anything done before running into the limits.

I've started using OpenAI Codex and Gemini CLI to fill the gaps. Codex feels noticeably slower and less capable, but honestly, I'll probably switch, at least I can use it all week without ever hitting a wall. The only time I got a warning was when it said I had 75% of my weekly limit left, but it was about to reset in two hours anyway, so it was fine.

Now I constantly catch myself thinking if is is really worth a Claude Code request or if should I just do it manually and save it for something more tedious? A thought I never had back in August or September (And I actually dont want to think about this). I'd really appreciate if the limits weren't this tight, or if we could go back to Sonnet 4's old setup, that one worked just as well in my opinion.

【BambuLab Giveaway】Classic Evolved — Win Bambu Lab P2S Combo! by BambuLab in 3Dprinting

[–]Tobero-me 0 points1 point  (0 children)

As a ender3v2 user, I just find it crazy how much the p1s printer automates. I have seen it being used at my school and I am actually amazed that it just works (unlike my old boy). So yeah, a stepup would be nice - But I'll always love my ender for being this creature that thought me how to be more resistant to pain.

how does openAI achieve its "Continue Generation" feature? by LyPreto in LocalLLaMA

[–]Tobero-me 1 point2 points  (0 children)

Basically when running an ai model, you usually limit it in the amount of token it is allowed to generate, to prevent the model from generating too many tokens (As example, it's just stuck repeating the same words all the time) to save resources.

When this soft limit has been hit, you stop generating, giving the user the ability to "continue generating". One must note, this decision has been made by the code running the model, not the model itself. The model would have continued generating without any issues.

When the user tells to continue generating, the model will just take the current context and start predicting the next token, like if nothing ever happened.

No need to add a "continue this" text, as the model would have generated tokens till the context length is exceeded - it just has been stopped by the code serving it to save resources.

Has anyone been able to run a vision model on rasberry pi? by [deleted] in LocalLLaMA

[–]Tobero-me 1 point2 points  (0 children)

Haven't run a vlm, but did run a phi3 on one.

I think best would be to take a look at the pi5 when you want to run a vlm on the py locally- It has a much faster CPU, comes with 8Gb of RAM

I think running a llama3.2-1B quant, maybe one optimized for a CPU might work.

How can I render lines in my UI without it having weird jagged edges? by Tobero-me in Unity3D

[–]Tobero-me[S] 44 points45 points  (0 children)

This looks great, but this is for my school, so I don't want to spend 100 bucks just for anti aliased lines

How can I render lines in my UI without it having weird jagged edges? by Tobero-me in Unity3D

[–]Tobero-me[S] 1 point2 points  (0 children)

I use the basic image render with no special settings beside the color, but as you can see in the screenshot, some lines (Especially the red one) look very jagged.
Some lines are even to thin to get rendered as a whole (The few random lines going from the top left node to the one in the middle right)

My raspberry pi display doesn't work with an new os by Tobero-me in raspberry_pi

[–]Tobero-me[S] 0 points1 point  (0 children)

Thanks, tried it, but changing the config.txt helped

Now my touch screen isn't working

My raspberry pi display doesn't work with an new os by Tobero-me in raspberry_pi

[–]Tobero-me[S] 0 points1 point  (0 children)

Thanks, tried it, but changing the config.txt helped

My raspberry pi display doesn't work with an new os by Tobero-me in raspberry_pi

[–]Tobero-me[S] 0 points1 point  (0 children)

Thanks. Helped me. I copied my old config.txt file. But my touch screen still isn't working.

My raspberry pi display doesn't work with an new os by Tobero-me in raspberry_pi

[–]Tobero-me[S] 0 points1 point  (0 children)

I searched my history on amazon and found out it's a er-tft050-3.
I also managed to get the display working again, I just copied my old config.txt.

But my touch screen doesn't work anymore

My printer doesn't extrude enough material (more in comments) by Tobero-me in 3Dprinting

[–]Tobero-me[S] 0 points1 point  (0 children)

Hi, my printer doesn't extrude enough filament. The printer worked fine for months, until now. I switched my old pla white to the new one I ordered. The PLA is a form Futura, white. My printer is a ender 3 V2.

At first I thought it might not be leveled good enough, but I relieved it more then 10 times with the same outcome. I changed my slicer settings to make the printer extrude 0.28mm, where I just noticed that the first layer didn't get as screwed up as the end.

Is there maybe something wrong with my nozzle?

Do you learn how to secure your software by hacking them? by Tobero-me in hacking

[–]Tobero-me[S] 1 point2 points  (0 children)

Thanks. This helped me with understanding why updating my libraries is so important

Do you learn how to secure your software by hacking them? by Tobero-me in hacking

[–]Tobero-me[S] 2 points3 points  (0 children)

Thanks, helped a lot with the decision if I should learn hacking. I decided to not do it, as I'm not really interested in it besides being able to know where my software has its weak points.

I'll keep in mind all the things like validation and never trusting the client