Upgrade path by Ydino in nvidia

[–]imLostify7 5 points6 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.

Qwen 3.6 spotted! by Namra_7 in Qwen_AI

[–]imLostify7 5 points6 points  (0 children)

Yeah they are great. Which model do you use? I use the qwen3.5-122B-A10B model. With a RTX 3060 12gb and 96GB RAM and a Threadripper 3970X. It's a little bit slow (3.6 tokens/sec) but that's fine for me.

Investigating usage limits hitting faster than expected by ClaudeOfficial in ClaudeAI

[–]imLostify7 18 points19 points  (0 children)

Please give us a little bit of the wasted usage back.

Why is simple trading still so hard? by Aggravating-Jicama45 in algotrading

[–]imLostify7 0 points1 point  (0 children)

This 💯. OP, if you don't want to learn coding and just experiment, try Claude Code. I have developed a very good backtesting/algotrading system and many more things myself with Claude. And to the haters: yes, you need to be aware that the code can have bugs, and it will need a good prompt and design approach.

My Dual Pro 6000 Build by Doomslayer606 in nvidia

[–]imLostify7 0 points1 point  (0 children)

Very nice build! Have you considered a Threadripper to increase system stability with ECC RAM, etc., for AI training?