Readit News logoReadit News
whyho commented on Instant Checkout and the Agentic Commerce Protocol   openai.com/index/buy-it-i... · Posted by u/meetpateltech
harmoni-pet · 5 months ago
openai speed running their enshitification
whyho · 5 months ago
Pandora’s box is now open
whyho commented on VSCode August 2025 (v1.104)   code.visualstudio.com/upd... · Posted by u/whyho
whyho · 6 months ago
Feels like ~70% chat/AI focused updates.
whyho commented on Nimtable: Open-source web UI to browse and manage Apache Iceberg tables   github.com/nimtable/nimta... · Posted by u/Sheldon_fun
whyho · 8 months ago
Thought this was about the programming language nim.
whyho 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 · 9 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

whyho · 9 months ago
If the repo was structured as a package e.g. with project.toml and such there would be an even faster one-liner with pipx (https://pipx.pypa.io/latest/):

> pipx install git+https://github.com/Maciek-roboblog/Claude-Code-Usage-Monitor

> ccusage_monitor

I think there is a similar command for uv; uvx? Although, I am not sure if uvx has the same functionality / purpose as pipx.

whyho commented on Pyrefly vs. Ty: Comparing Python's two new Rust-based type checkers   blog.edward-li.com/tech/c... · Posted by u/edwardjxli
whyho · 10 months ago
Astral tooling is great and brings new energy into python land but what is the long game of all astral projects? Integrate them into python natively? Be gone in 5 years and leave unmaintained tooling behind? Rug pull all of us with a subscription?
whyho commented on Accessible open textbooks in math-heavy disciplines   richardzach.org/2025/03/a... · Posted by u/volemo
whyho · a year ago
Typst( https://typst.app/) Is good Latex alternative which should be mentioned here. Their roadmap also features html as a target.
whyho commented on Polars Cloud: The Distributed Cloud Architecture to Run Polars Anywhere   pola.rs/posts/polars-clou... · Posted by u/neilfrndes
whyho · a year ago
How does this integrate into existing services like aws glue? I fear that despite polars being good/better it will lack adoption since it cannot easily be integrated.

u/whyho

KarmaCake day71March 15, 2022View Original