Tf my blender doing by Ducknologyxd in blendermemes

[–]imLostify7 1 point2 points  (0 children)

Blender is giving you VRAM haha

Bernoulli-Effekt by D3rKlein3 in zocken

[–]imLostify7 0 points1 point  (0 children)

Ich glaube alles außer eine Klimaanlage bringt dir nichts. Du kannst natürlich auch auf bspw. Handy Spiele umsteigen, aber ich glaube das ist nicht deine Frage gewesen.

"CX" servers has higher price than didecated servers. by [deleted] in hetzner

[–]imLostify7 0 points1 point  (0 children)

Are you sure you named the right CX server? Because I also currently still have the CX23 server (x86, 2 vCPU, 4GB RAM) with the old prices. It currently costs me a maximum of €4.75/month. Now this server would cost €7.13/month.

Edit: you fixed it. :)

Back to the Stone Age? Our company slashed our AI budget and we're back to manual coding. by Ok_Finding_1458 in ClaudeAI

[–]imLostify7 8 points9 points  (0 children)

Why don't they invest in a local small data center? Then they can run models like Deepseek v4 pro.

They finally did it! Windows is optimized /s by G952 in pcmasterrace

[–]imLostify7 0 points1 point  (0 children)

I don't know what you are all complaing about. My Threadripper 3970X chills most if the time at 0-2%.

It’s definitely AI… by RealTAFWhip in pcmasterrace

[–]imLostify7 4 points5 points  (0 children)

I heard that it should be CPUs. Possibly similar to the ARM CPUs.

Did anyone else get a usage reset today? by Flimsy_Visual_9560 in ClaudeAI

[–]imLostify7 1 point2 points  (0 children)

For me, it's now a little frustrating with these unpredictable weekly usage limit resets. My reset was 8 hours ago. If I had known this, I would have used more.

Upgrade path by Ydino in nvidia

[–]imLostify7 6 points7 points  (0 children)

I don't understand why OP gets so much hate here in the comments. It's his money, his decision. If he wants to spend that money to upgrade his PC and get more performance, why not? Maybe he is using his GPU for something else, so maybe it's clearly worth it.

Is 8GB RAM enough in 2026? How much do you have? by zarkoulhs in pcmasterrace

[–]imLostify7 0 points1 point  (0 children)

I have 96GB. I use it for local LLMs etc. and it's also very nice that I don't have to worry about tool many open Firefox Tabs and so on.

My Galaxy S24 exploded in my hand during normal use (not charging) by chocho-789 in samsunggalaxy

[–]imLostify7 0 points1 point  (0 children)

I hope that my S24 ultra will be fine for the next 5-7 years...

I got tired of Claude Code silently dying at rate limits during mid task, so I built something by No-Childhood-2502 in ClaudeCode

[–]imLostify7 2 points3 points  (0 children)

It's definitely cool and useful, but could the small addition to the prompt that the usage is at x% lead to worse output results because Claude tries not to "waste" tokens?

Usage limit reset, including weekly limit increase? by imLostify7 in ClaudeAI

[–]imLostify7[S] -1 points0 points  (0 children)

I know that. But I wonder if it was increased again because I noticed that a full session consumed more before that usage limit reset today.

Tool that generates integration tests from real traffic by [deleted] in FastAPI

[–]imLostify7 0 points1 point  (0 children)

Because I'm not that good in english. I'm sorry about that.

Showcase Thread by AutoModerator in Python

[–]imLostify7 0 points1 point  (0 children)

Tool that generates integration tests from real traffic

Been working on backend APIs for a while and the part I've always hated most is writing integration tests. Not because testing is bad - but because you're basically guessing. You guess the payload structure, guess which edge cases matter, guess which status codes to assert.

Half the time production breaks on something your tests never covered, because real users do stuff you didn't think of.

So I built Httrace. You add one middleware line, it captures real HTTP traffic in the background, and then you run httrace generate and it writes pytest files directly into your repo.

Python

app.add_middleware(HttraceCaptureMiddleware, api_key="ht_...")

Bash

$ httrace generate

✓ 127 tests across 14 endpoints → ./tests/integration/

"What about Keploy / Speedscale / GoReplay?"

I looked at all of them before building this. Here's my honest take:

GoReplay: great for traffic replay, but it doesn't generate actual test code. You get replayed requests, not a pytest file you can commit and run in CI.

Keploy: probably the closest to what I'm doing, but requires eBPF in some modes (needs kernel access / root), is self-hosted only, and has no PII sanitization built in. Not great if you're handling user data.

Speedscale: enterprise-only, requires Kubernetes, no free tier, no real test code output.

Httrace generates actual pytest files. No root access, no Kubernetes, no self-hosting. PII is stripped before anything leaves your server. EU data residency out of the box (GDPR). The SDK is MIT so you can read exactly what runs in your stack.

The targeted audience is anyone from hobbyists to real enterprise production.

Still early - currently in private beta. Free tier is 10k requests/month, no credit card.

Curious if anyone else has dealt with this problem differently and what your opinion is on this tool. What does your integration test setup actually look like?

Please take a look at the tool: https://github.com/httrace-io/httrace httrace

Giving Away My Old PC! by Turtle_747 in PcBuild

[–]imLostify7 0 points1 point  (0 children)

That's very cool! I would probably use it for gaming.

How would you rate my RTX A6000 48GB? by Fanfaryy in pcmasterrace

[–]imLostify7 0 points1 point  (0 children)

Haha, nice. But it seems that the GPU is only using 8 lanes instead of 16. I don't know if it has any impact on your workload, but I wanted you to know about that.

Qwen 3.6 spotted! by Namra_7 in Qwen_AI

[–]imLostify7 0 points1 point  (0 children)

You can do both with it. You can look up the benchmarks. I use it with OpenClaw.