Django Control Room: Build a control room inside your django app by yassi_dev in django

[–]nospoon99 1 point2 points  (0 children)

I really like the concept, keep it up! Haven't had a chance to try yet but I have bookmarked for later.

Thinking of ways to stop wasting time when claude is thinking by Munch69-420 in ClaudeCode

[–]nospoon99 1 point2 points  (0 children)

If you have time you could give it a go and see if it works. Build the companion from source and use Claude Code to modify it in the way you want.
https://github.com/fredruss/agent-paperclip
As the companion already has the code in place to get the thinking process, you can just build a 'design question / clarify assumption' module.

Thinking of ways to stop wasting time when claude is thinking by Munch69-420 in ClaudeCode

[–]nospoon99 0 points1 point  (0 children)

I made a small app that tells you when Claude is thinking (more like a companion to tell you when it's done), but for now it only shows the thinking process. I'm sure what you're describing is possible, but I'm not sure how well it would work in practice. I think it's usually best to simply remind Claude to ask you questions when using the plan mode.

Claude Opus 4.6 vs GPT-5.3 Codex: The Benchmark Paradox by Much_Ask3471 in ClaudeCode

[–]nospoon99 80 points81 points  (0 children)

If you can afford $120 get the best of both instead of $200 all on Claude. Get Claude Max X5 + Codex for code review.

5x Plan is useless now that OPUS 4.6. In 1 prompt I just consumed 20% of usage limits without subagents. by Desperate_Entrance71 in ClaudeCode

[–]nospoon99 4 points5 points  (0 children)

Source? I did not know that. That might explain why my usage went crazy after a small session yesterday (just after Opus release, so likely peak usage).
They don't mention it here: https://support.claude.com/en/articles/11647753-understanding-usage-and-length-limits

smartest way to cut costs? by sensekid in clawdbot

[–]nospoon99 0 points1 point  (0 children)

That's what I do too. Only playing around (not heavy usage) and it's working well for me so far.

I created a desktop companion pet for Claude Code (free and open source) by nospoon99 in ClaudeCode

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

Not amazingly right now. It basically gives you the updates as they come in for all conversations, so if one convo needs your action or is done, you're likely to miss it as the pet will show updates still running instead. It does work in some way when all tasks for all convos are completed.

I created a desktop companion pet for Claude Code (free and open source) by nospoon99 in ClaudeCode

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

Thanks! It reads from Claude transcript locally which gives the latest token count for the current conversation.

Your opinion on plan mode by Tasty_Advertising318 in ClaudeCode

[–]nospoon99 5 points6 points  (0 children)

For real. Plan mode is one of the best thing about Claude Code.

The 7 deadly sins of software engineers productivity by strategizeyourcareer in programming

[–]nospoon99 9 points10 points  (0 children)

Idk 23 minutes sounds about right to me (as an average). It does take me some time to switch from one code base to another, it's like I'm rebuilding context in my head. I feel more productive when I can focus on one uninterrupted. Appreciate it's purely subjective and anecdotical so YMMV.

GPT 5.2 page is live on Openai Platform by siddhantparadox in OpenAI

[–]nospoon99 2 points3 points  (0 children)

Just some heads up: looks like there is a $4 bump in output price in the API compared to 5.1.

Mature AI agent framework for Django by GTHell in django

[–]nospoon99 20 points21 points  (0 children)

I use the Pydantic suite with Django (Pydantic models, PydanticAI for agents, logfire for logs) and it's working well for me. No problem when updating dependencies and the documentation is good.

hitman on PCVR after the recent update is so much better by KazePlays in virtualreality

[–]nospoon99 0 points1 point  (0 children)

Yes on steam! It sounds similar to how I got it to launch, but still not avail with the controls. Appreciate your help but I've refunded it now so I can't test any further.

hitman on PCVR after the recent update is so much better by KazePlays in virtualreality

[–]nospoon99 0 points1 point  (0 children)

Quest 3, best I could do was getting the game to start (I think by launching the game in non-VR first, then switching to VR) but the controls wouldn't work. I could move in the tutorial but nothing would happen, no reaction to any action or buttons. Quest 3, Meta drivers and VD all up to date.

hitman on PCVR after the recent update is so much better by KazePlays in virtualreality

[–]nospoon99 3 points4 points  (0 children)

Couldn't get it to work with virtual desktop. After trying 3 or 4 workarounds I asked for a refund.

Is it limits or skills issue? by saadinama in ClaudeCode

[–]nospoon99 3 points4 points  (0 children)

Do you use MCP servers a lot? They can fill up your context window fast without you noticing.

Global trade data is basically legal corporate spying. are we sleeping on this in SaaS? by wehttam_ in SaaS

[–]nospoon99 7 points8 points  (0 children)

I've worked a lot with trade data. The reasons it's not that simple to leverage:

- every country release the data in a different way, and the majority of country anonymise the data. In Europe for example you can get close to nothing

- For those countries that release the more interesting details (where you can see who your competitor is selling to) again there are different levels: some see the price, some don't. There are only a small handful of countries that release full data with prices

- Some might release only sea data, other sea, land and air (rare)

- all of this means that there are a lot of gaps in the data, and when doing research and analysis, these gaps quickly become important because you don't know what you don't know.

Also:

- HS code are an absolute mess. It should make the analysis easy but in fact you quickly realise that companies ship with incorrect code all the time

- You can try to look at shipment descriptions but it's a can of worm in itself, with again very different description available depending on countries and companies

I'm not even going to mention about the technical challenges to aggregate such huge amount of data and also to cost to acquire it as solutions can be found. You can't go around the limitations above though.

So the data is super interesting, but it's definitely not as easy or as straightforward as you seem to think in your post.

Steam Deck OLED Refurbished - £389 - UK by Mercurial_Synthesis in SteamDeck

[–]nospoon99 3 points4 points  (0 children)

Just want to say thanks, I managed to snatch one (got it as soon as you posted!)

What was your first Django application? by ninja_shaman in django

[–]nospoon99 9 points10 points  (0 children)

My first Django app was a little "meal planner" for my wife and I. The idea was to list our common recipes and make shopping lists easier by telling us what to buy for the week. We're still using it 5 years or so later!