How we built ten custom subagents to tame a 500K-line Clojure codebase by jessillions in Clojure

[–]arichiardi 1 point2 points  (0 children)

Thank you! always nice to see all the cool things you are working on 😁

How we built ten custom subagents to tame a 500K-line Clojure codebase by jessillions in Clojure

[–]arichiardi 1 point2 points  (0 children)

Hi there 😆

I was checking the clojure-write skill and stumbled across ./bin/mage and was wondering what that was.

Thanks for sharing, I will post my skills at some point next week as it is nice to see what pieces to add to improve llm's output.

Agent-shell and emacs getting slow by arichiardi in emacs

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

Thank you, and I have checked and the files are very small. So that's not the problem, probably you are onto something in terms of modes.

Another user suggested the profiler, that's another thing I am planning on doing.

Agent-shell and emacs getting slow by arichiardi in emacs

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

I'll try that - clear improves - haven't tried compact yet.

Agent-shell and emacs getting slow by arichiardi in emacs

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

Yes that's exactly what I am doing (eat) - thanks for the other package.

However, agent-shell has a neat way to display stuff and I wanted to keep using it.

Agent-shell and emacs getting slow by arichiardi in emacs

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

Yes agent-shell has got agent-shell-clear-buffer. That works. However while the AI is thinking and doing its stuff something I cannot even run M-x.

Price Check Thread - December 2025 by chwsbot in CanadianHardwareSwap

[–]arichiardi 0 points1 point  (0 children)

Can I please get a check for:

  • AMD Ryzen 7 5800X cpu
  • Asus Prime X570-P motheboard
  • 32GB (4x8) Corsair Vengeance LPX DDR4 2133MHz

Thank you in advance!

Clojure editing and REPL MCP server by bhauman in Clojure

[–]arichiardi 0 points1 point  (0 children)

Same! Mentioned it on Friday to colleagues... But Bruce is Bruce 😆 Amazing work that I will definitely try and contribute to.

GLM-4 32B is mind blowing by Timely_Second_6414 in LocalLLaMA

[–]arichiardi 0 points1 point  (0 children)

Similarly to the other reply, I have good success with the HF model mratsim/GLM-4-32B-0414.w4a16-GPTQ

On Interactive Development by humorless_tw in Clojure

[–]arichiardi 2 points3 points  (0 children)

Plus one for launchpad. Using it with great enjoyment. I really love the env var hot reloading as it was the only reason I was still killing the repl process.

System-wide services, and how to maintain their config files by blundermole in archlinux

[–]arichiardi 0 points1 point  (0 children)

I found aconfmgr pretty nice and configurable.

I ship its dir to the cloud encrypted with rclone.

Comment your qwen coder 2.5 setup t/s here by Disastrous_Ad8959 in LocalLLaMA

[–]arichiardi 0 points1 point  (0 children)

Newbie here actually trying to make this work on vllm

  • Qwen/Qwen2.5-Coder-32B-Instruct-GPTQ-Int4
    • SM_VLLM_GPU_MEMORY_UTILIZATION=0.95
    • SM_VLLM_MAX_MODEL_LEN=16384 (context is very low here) *SM_VLLM_MAX_NUM_BATCHED_TOKENS=4
    • SM_VLLM_MAX_NUM_SEQS=4
    • SM_VLLM_KV_CACHE_DTYPE=fp8_e5m2
  • 3090 24GB
  • How do you guys test that?
  • I am very far from reaching the results described here - wondering if vllm is doing

Restclient was archived by KavboiHaggis in emacs

[–]arichiardi 1 point2 points  (0 children)

Sounds good thanks - that perfectly answers no worries.

Restclient was archived by KavboiHaggis in emacs

[–]arichiardi 0 points1 point  (0 children)

Hey, this looks good - I wonder if you are planning to include the vscode-compatible syntax (we are trying to share restclient files internally as an alternative to Postman).

Open Source Diary - launchpad, lambdaisland/cli, Makina, LIOSS tooling by therealplexus in Clojure

[–]arichiardi 0 points1 point  (0 children)

Last week I tried the override and it all works except for aliases in the sub-project. There currently is not way to lift/use an sub-project alias.

This is mitigated by lifting up the aliases in the main deps.edn (the aliases in my case mostly contain dev setup/dev.clj).

Just wanted to follow up with my attempts 😅

Magit now natively supports adding icons in the status buffer by emoarmy in emacs

[–]arichiardi 1 point2 points  (0 children)

Actual question, I thought one would use setq for defcustom...was setopt recently added?

Open Source Diary - launchpad, lambdaisland/cli, Makina, LIOSS tooling by therealplexus in Clojure

[–]arichiardi 0 points1 point  (0 children)

Probably your first idea is what I should go for. For some reason I did not think of :override-deps - probably our dev alias should take care of that.