Readit News logoReadit News
_august commented on Show HN: Claude Code Usage Monitor – real-time tracker to dodge usage cut-offs   github.com/Maciek-roboblo... · Posted by u/Maciej-roboblog
_august · 2 months ago
I'm noticing that Token usage doesn't reset after the time window unless you hit 100%.

This seems like a problem if for example, you hit 90% usage, pass the window, then burn through the remaining 10% quickly and have to wait a long time.

_august commented on Show HN: Claude Code Usage Monitor – real-time tracker to dodge usage cut-offs   github.com/Maciek-roboblo... · Posted by u/Maciej-roboblog
_august · 2 months ago
Incredible, thank you for making this!

Can this be installed with uv? https://github.com/astral-sh/uv

Edit:

  # Install uv
  curl -LsSf https://astral.sh/uv/install.sh | sh

  # Install the required CLI tool (Node.js)
  npm install -g ccusage

  # Clone and setup
  git clone https://github.com/Maciek-roboblog/Claude-Code-Usage-Monitor.git
  cd Claude-Code-Usage-Monitor

  # Install Python deps with uv
  uv add pytz
  chmod +x ccusage_monitor.py

  # Run it
  uv run python ccusage_monitor.py --plan max20 --timezone America/New_York

_august commented on Thiings   thiings.co/things... · Posted by u/pentagrama
_august · 3 months ago
Somewhat relevant GitHub project, for generating Genmoji-style images: https://github.com/EvanZhouDev/open-genmoji
_august commented on Show HN: hcker.news – an ergonomic, timeline-based Hacker News front page   hcker.news... · Posted by u/postalcoder
_august · 3 months ago
This is awesome! As someone who's trying to be less chronically online, but still wants to keep on top of what's new I love this.
_august commented on Show HN: Flow.diy – a super duper simple flowchart maker   flow.diy... · Posted by u/_august
soco · 4 months ago
Looks nice. I just clicked around a bit (as I'm not doing often flowcharts in life) and: ; pressing "add node" repeatedly I expected to get them linked one after the other (wrong expectation) ; if I change the type from rectangle to rhombus its center is more on the right breaking the connection lines (bug) ; if I had node1->node2->node3 and I delete node2, I expected node1 to be linked to node3 (wrong expectation) ; after the above action, when I press add node, node3 just disappears (bug)
_august · 4 months ago
thanks for the feedback! your expectations make sense, i will implement them. For the last bug, i think what happened is the orphaned node 3 got moved to the top, as a sibling with the auto layout and may have moved off screen.
_august commented on Show HN: Using YOLO to Detect Office Chairs in 40M Hotel Photos    · Posted by u/nomad86
dylan604 · 7 months ago
> What did you use for your hotel dataset source

Do you hear that noise? It sounds like something is scraping

_august · 7 months ago
perhaps, but they build out a full booking flow that doesn't take you off-site: https://www.tripoffice.com/united-states/new-york-city-new-y...
_august commented on Show HN: Using YOLO to Detect Office Chairs in 40M Hotel Photos    · Posted by u/nomad86
_august · 7 months ago
Nice idea! What did you use for your hotel dataset source? I've been wanting to work on travel based app idea with hotel integration, but seems like most providers (like booking.com) lock down their data.
_august commented on A QR code that sends you to a different destination – lenticular and adversarial   mstdn.social/@isziaui/113... · Posted by u/zdw
nixpulvis · 7 months ago
The most interesting thing about this to me is that on iOS a long press on the image claimed it's going to github.com, while the preview itself was for mastadon. This indicates that it's parsing the QR code twice and getting different results? I could see this being used to mislead some people, though I'm not sire how many people look at the long press dropdown URL.
_august · 7 months ago
When I long-press on iOS, it shows me the mastadon link as the main "Open" link, as well as "Open in Github" (app link) in the context menu.

u/_august

KarmaCake day325January 30, 2013
About
Hi, I'm Shridhar. I'm a designer & engineer in NYC.

Projects: https://shridhargupta.com/

--------------------------------------------------

* hey@shridhargupta.com

* http://stackoverflow.com/users/2193084/shridhar-gupta

* https://github.com/sgup

* https://www.linkedin.com/in/shridhargupta/

View Original