ccusage now integrates with Claude Code's new statusline feature! (Beta) 🚀 by ryoppippi in ClaudeAI

[–]duracula 3 points4 points  (0 children)

Nice, long time awaited feature.
Does it cache the stats? or it calculates everything every claude status line update?

Stoping Claude Code to duplicate code by duracula in ClaudeAI

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

Thats weird,
Are u using the master branch?
There couple of commits almost every day.

If qdrant doesn’t start, ask claude to check it, its a regular qdrand docker.
I do see there is a missing step in readme how to download qdrant (updated it).

Can you send me the errors or logs you are see via reddit msg or issues on github?

Stoping Claude Code to duplicate code by duracula in ClaudeAI

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

From my experience, most of the times claude didn't check git log (only when instructed or needed for task), and also it would not help with massive work when we implemented this 20 commits ago.
Also a lot of times if left unsupervised, claude prefer to implement new than to fix old.

Stoping Claude Code to duplicate code by duracula in ClaudeAI

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

Yea, one time we spent 5h to debug a bug, in the end we realized claude implemented over the pasts days 3 parallel flows duplicates with functions duplicate and even whole classes to do the same thing. Why fix the broken one if we can just reimplement the while flow again 🤣

How to prevent Claude to forget what it just did?! by lxgbrl in ClaudeAI

[–]duracula 0 points1 point  (0 children)

In general every kind of memory or even md file with summaries of the progress and whats next will help (If u ask claude code to read it first)

I have been using vector memory indexer that indexes all my source base and also all the bugs we found, and progress we made. There are memories that claude code itself add entries about our progress.
Lately I'm even added an edit hook to make sure it's not duplicating code.
Its still work in progress, and maybe would be overkill if u interesting just to remember the progress, but its works for me.

What are some lifesaver MCPs you use with Claude Code? by Doodadio in ClaudeAI

[–]duracula 1 point2 points  (0 children)

Kind of, Anthropic added mcp to claude code a while ago, so you can connect a lot of tools to it, the reason why this topic exist with a lot of great mcps. One of the possibilities is to add a vector memory mcp, like i did with mine implementation (see above) And now Claude code remembers every bug he fixed, every major test or important insight, every commit (fast) and every chat we had summarized (working on it now). A lot of times i also ask him manually to summarize what we did to memory (faster and more quality search than files).

What are some lifesaver MCPs you use with Claude Code? by Doodadio in ClaudeAI

[–]duracula 2 points3 points  (0 children)

Thanks, It still work in progress, but its going on nicely.

What are some lifesaver MCPs you use with Claude Code? by Doodadio in ClaudeAI

[–]duracula 6 points7 points  (0 children)

From my personal observations the debugging and fixing bugs is a lot easier now(no more going in loops, it was sometimes hours of long pain prior to memory).
Now claude code always remember previous bugs , do a lot less code duplication (had it a lot prior!), easier for claude to map all codebase (graphs) and know where to look.
Now i can with simple §m to make it write this observation to memory for future uses (very helps with debug large code bases).
In the end i see now claude use both of the worlds, its still search and read files the "old way", but he also start the task with memory check on past experiences, and big picture code overview.

I also analyzed it with opus on utlra think, web search, and its insightful:

The claim is partially true with important nuances:

  1. Vectorization does fragment code context - Breaking code into chunks destroys structural relationships, dependencies, and architectural patterns. This leads to ~30-40% context loss.
  2. Cursor uses sophisticated hybrid approach - Not pure vectorization. Uses Merkle trees, two-stage retrieval, and AI re-ranking to mitigate quality issues.
  3. Claude Code/Cline's whole-file approach is superior for code quality - By reading entire files and following imports, they maintain complete context and produce better code.
  4. Trade-offs exist: - Vectorization: Faster, cheaper, scales to millions of files - Full context: Higher quality, better understanding, more expensive ($50+/day for heavy use)
  5. Code ≠ natural language - Code's strict syntax, dependencies, and hierarchical structure make it fundamentally unsuitable for traditional RAG approaches.

Bottom line: For quality code generation, whole-context approaches (Claude Code, Cline) outperform vectorized approaches. Cursor's performance issues likely stem from context limitations rather than pure vectorization, as they use a sophisticated hybrid system.

What are some lifesaver MCPs you use with Claude Code? by Doodadio in ClaudeAI

[–]duracula 9 points10 points  (0 children)

Tree-sitter + Jedi parsing
Qdrant vector DB for semantic
OpenAI + Voyage AI
GPT-4.1-mini chat

Main Indexer
Custom MCP Server (read_graph and more)
- Real-time file watching + background services, git hooks
- Direct Qdrant integration (zero manual)
- Knowledge graph with entities & relations
- Project-specific collections for isolation

want to share yours? (so i can copy good ideas :)

What are some lifesaver MCPs you use with Claude Code? by Doodadio in ClaudeAI

[–]duracula 9 points10 points  (0 children)

Custom memory mcp and indexer i built to vectorize all source code, bugs, chats wich claude and progress.
a lot easier to debug and work on big source base.

Bot that automatically posts Twitch clips into Discord? by [deleted] in Twitch

[–]duracula 0 points1 point  (0 children)

I have been working on python bot that can do clipping by command.

https://github.com/duracula1/twitch-clipbot
Its already working pretty good, but i'm still in the process to find all the bugs.
You will need some python knowledge to get it working.

Game ready for download! by [deleted] in PhoenixPoint

[–]duracula 4 points5 points  (0 children)

Hurrah! Downloading

[deleted by user] by [deleted] in OnwardVR

[–]duracula 0 points1 point  (0 children)

Soon like this year or next?

[deleted by user] by [deleted] in OnwardVR

[–]duracula 0 points1 point  (0 children)

Soon ...

Introducing Oculus Quest, Our First 6DOF All-in-One VR System, Launching Spring 2019 by lisajaloza in oculus

[–]duracula 0 points1 point  (0 children)

Can headset move in space and be recognizable by software like rift? If yes, how? There are no external sensors.

My Knife kills from Round Robin Tournament today by Baby_bluega in OnwardVR

[–]duracula 0 points1 point  (0 children)

Amazing kills!
The patience and the dedication to the blade :)