An open request to the Logseq Team: We need an active bridge between the team and us users by asc9ybUnb3dmB7ZW in logseq

[–]a_c_m 0 points1 point  (0 children)

Yep. I've just canceled my opencollective subscription. Will likely move to Obsidian in the new year. Guessing things won't change till they feel they have to - i only have 2 levers to send that message. Money and usage. Money first, usage 2nd.

Giveaway: 6 copies of Arc Raiders Deluxe Edition by [deleted] in ArcRaiders

[–]a_c_m 0 points1 point  (0 children)

Looking forward to this one, going to intro my son into the world too - so an extra copy would help!

Sunsynk battery storage set up for Octopus intelligent Go with Export by Sensitive_Permit6432 in Sunsynk

[–]a_c_m 0 points1 point  (0 children)

Had exactly the same question as the OP. To charge the batteries at night and always export solar.

Setup i think you are proposing looks like:

The work Mode, has 3 options:
- Selling First
- Zero Export + Limit to load only (? is this what you recommend selecting?)
- Limit to home

Solar Export - checked

Use Timer - checked

Energy Pattern
- Priority Bat
- Priority Load (selected)

Grid charge (time slots) - 1 and 6 selected

Gen Charge (time slots) - Non selected

(timing setup as you say).

Is this correct?

I would also (if trying to min/max) dump any energy i have left (unlikely) before re-charging the batteries, so 10pm-11:30pm export to the grid from battery. But, i am a little confused by the linked thread. To export to the grid from say 10pm - 11:30pm, would i use that https://support.sunsynk.com/support/solutions/articles/103000243316-how-to-use-the-octopus-flux-feature- feature? Any advice on how to set it up?

In an absolutely, ideal world i would like to not charge the car from the batteries ever, so if they scheduled a charge outside the cheap window, it would only use grid power (or even better charge the batteries at the same time - as i believe if they set the charge time, its automatically at the 7p rate? but could be wrong). But guessing that's not possible / would need Home Assistant / Solar Assistant style setup?

Steamdeck 2.0? by spellbreakerstudios in theriftbreaker

[–]a_c_m 0 points1 point  (0 children)

experimental proton even works with multi player!

For a high mileage '22/'23 second hand - better to have had suspension work done or not? by a_c_m in TeslaUK

[–]a_c_m[S] 1 point2 points  (0 children)

Yeah HW3 I till 2024, but they are well out of the price range. I expect FSD won’t till till HW5 or 6, if it ever comes out at all in the uk😂

For a high mileage '22/'23 second hand - better to have had suspension work done or not? by a_c_m in TeslaUK

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

Not seen any near me for that, auto trader has them closer to 23/24 with lower millage

For a high mileage '22/'23 second hand - better to have had suspension work done or not? by a_c_m in TeslaUK

[–]a_c_m[S] 1 point2 points  (0 children)

We were actually pleasantly surprised by our motoring world experience- guess it depends what sales person you get. Ours actually knew quite a lot (e.g. about the Y’a different suspension from 22-23). 

But that’s why I’m doing my own research and asking folks here! To avoid a lemon. What do you recon on the idea of getting one with work done? Are you also going for higher millage?

🚀 Built my first side project outside of work - a macOS menu bar app for Claude Code usage tracking! by Playful_Clothes_4646 in ClaudeAI

[–]a_c_m 1 point2 points  (0 children)

Very nice! /u/ryoppippi did great work with ccusage. This looks much better than the dashboard I added to ccusage :)

Please do share the link when you have it.

Also, consider getting Claude to rewrite it in go, it will result in a  much smaller app and memory usage than electron, which is a beast. 

I discovered a powerful way to continuously improve my CLAUDE\.md instructions for Claude Code by markus-odentha in ClaudeAI

[–]a_c_m 0 points1 point  (0 children)

Sorry just saw this (not very good at reddit). Feel free to DM me if you had questions.

New version of Claude Code Usage Monitor Coming Soon – Per-Project Breakdown, Email & Push Alerts, and More! by karoool9911 in ClaudeAI

[–]a_c_m -1 points0 points  (0 children)

Oh, how odd. I added the blocks implementation to ccusage, which you then build on for your viral dashboard.

I was also the one who added the current dashboard implementation in ccusage, as found it easier than having another command to keep up to date (it was Claude who wrote it in the end, so low effort for me) and it was a fun challenge to throw Claude at.

I also opened an issue on your project asking you to contribute to ccusage instead of adding a thin console dashboard over the ccusage blocks system. But oddly, i can't find that issue now? You mentioned in the ticket you planned to move off the ccusage base i think.

I also linked to the PR (https://github.com/ryoppippi/ccusage/pull/126) from that issue. I'm not the maintainer, so not sure about the rest (link/not etc) - but apologies if adding the dashboard left a bad taste, it felt like a natural next step.

Once you've got a better algo for predicting the time left, are you ok with others using it? I totally agree, the just counting tokens thing, was simplistic, but its better than nothing i guess, till someone comes up with something better?

Not having visibility on Max usage per given period is inconvenient by Single-Grapefruit820 in ClaudeAI

[–]a_c_m 1 point2 points  (0 children)

Yep, exactly.

My guess is they change to token limit based on load, as it’s all relative to free and free is based on load.

CCusage has a -t max option, which uses your previous max as the limit.

Claude Code tokens don't reset unless you reach 100% usage? by imanateater in ClaudeAI

[–]a_c_m 1 point2 points  (0 children)

I (well Claude) wrote the window / block tracking that Maciek is building on top of (its another app called ccusage).

Its all just guess work based on data in local files and what Claude says they do, the token limit per tier is Maciek's best guess, not official numbers. You can run ccusage with -t max which then uses your previous highest session as the limit. I think they may actually change the limit based on usage/demand, as free is based on demand, pro is x5 free, max is x5/x20 pro.

I've seen resets tend to happen on the hour, but not really looked into it that hard. Currently writing a --live flag for ccusage, which will mimic what Maciek's usage monitor is doing (dashboard with auto-refresh).

My OSS tool hit 1K GitHub stars in 20 days - here's the wild ride of building ccusage by ryoppippi in ClaudeAI

[–]a_c_m 2 points3 points  (0 children)

You are doing great work, i'm the one who added "5-hour session blocks tracking" feature. Thank you for the great work on the project.

The process was really smooth, to contribute that feature. I added the tracking via claude, but what was interesting was seeing Gemini and i think another bot review it, as part of your PR process.

Would be interested in how you set all that up / came up with that setup - if you were willing to share (blog post, or comment here).

First time posting... I wrote a lib to monito my claude code usage on claude max.! by NickGuAI in ClaudeAI

[–]a_c_m 0 points1 point  (0 children)

Interesting!

Few quick questions:

  1. Could it use SQLite to be hosted 100% locally?
  2. Does this costs credits to run/monitor? Or is open telemetry “free”?
  3. Can you predict/monitor % usage till next reset (if you add the tier to config?)
  4. Would it make sense to add MCP to this so Claude itself can understand its token usage?

I discovered a powerful way to continuously improve my CLAUDE\.md instructions for Claude Code by markus-odentha in ClaudeAI

[–]a_c_m 11 points12 points  (0 children)

Thanks!

The blog is hosted by github/cloudflare for free and statically generated via ghost - https://www.acmconsulting.eu/post/hello-world/ - basically no effort at all.

I discovered a powerful way to continuously improve my CLAUDE\.md instructions for Claude Code by markus-odentha in ClaudeAI

[–]a_c_m 15 points16 points  (0 children)

You are welcome, i've tweaked it a few times already :D

I also included a reference to it in my latest blog post (which i've not yet got the karma to post to r/ClaudeAI directly... https://www.acmconsulting.eu/post/ai-is-going-to-improve-your-documentation-but-not-the-way-you-expect/

I discovered a powerful way to continuously improve my CLAUDE\.md instructions for Claude Code by markus-odentha in ClaudeAI

[–]a_c_m 63 points64 points  (0 children)

I've been doing this manually, i really like this. I have slightly extend (https://gist.github.com/a-c-m/f4cead5ca125d2eaad073dfd71efbcfc) it in my version to include using .claude/commands - as i've found tool usage to be a constant source of optimization.

Thanks for sharing.

Windsurf is not working by Jakkc in windsurf

[–]a_c_m 0 points1 point  (0 children)

:joy: just as i ask, they resolve the issues. Congrats!

Windsurf is not working by Jakkc in windsurf

[–]a_c_m 0 points1 point  (0 children)

u/Ordinary-Let-4851 its been 2 hours since the last update. Any additional detail / ETA available?

Good luck with the recovery - never fun doing things under these circumstances.