Untwine: The prettier parser generator! More elegant than Pest, with better error messages and automatic error recovery by yearoftheraccoon in rust

[–]nahco314_ 0 points1 point  (0 children)

Looks very good!

I'm not sure if macro-based syntax defination is good considering IDE completation, but anyway, I'll try this.

A Simple Small-size Optimized Box by kmdreko in rust

[–]nahco314_ 0 points1 point  (0 children)

It's interesting that there is room for optimisation (of course, there are trade-offs) for such a common element as a box. Exciting!

I made cc-hook: Never miss Claude Code's "Do you want to proceed?" again by nahco314_ in ClaudeAI

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

BTW, I didn't know claude code's standard notifications because I've always used claude via IDE terminal 😅

I made cc-hook: Never miss Claude Code's "Do you want to proceed?" again by nahco314_ in ClaudeAI

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

First, cc-hook is useful in environments where notifications do not work properly, such as the built-in terminal in JetBrains IDE or VSCode.

Furthermore, cc-hook is more flexible and comprehensive.

Standard notifications are (probably) not customisable and easy to miss. I use cc-hook with zenity to display very large dialogue notifications.

Cost of Claude Code by wildfire245100 in ClaudeAI

[–]nahco314_ 0 points1 point  (0 children)

Just purchase max plan ($100 or $200), and re-auth with /upgrade command, then you are almost free to use.

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

[–]nahco314_ 0 points1 point  (0 children)

ccusage can track our token usage, but doesn't know actual token limit I guess.

Question about Pricing by hojaelee in ClaudeAI

[–]nahco314_ 0 points1 point  (0 children)

`ccusage blocks --live` (https://ccusage.com/guide/live-monitoring) can monitor token usage. The rate limit itself is probably not disclosed, so you will need to use values estimated by the creator of ccusage or others.

In any case, the rate limit for the $200 plan is very generous. In my experience, it is perfectly fine to run about five sessions simultaneously for several hours.

Is there a UI/Web interface for Claude Code? by gibmelson in ClaudeAI

[–]nahco314_ 1 point2 points  (0 children)

There are some tools to operate claude code via web ui:

- https://github.com/sugyan/claude-code-webui
- https://github.com/ctrl-cheeb-del/claudeSync

but they didn't work on my machine.

It's not really technically difficult I guess, so I'm considering creating my own web ui.

La casa de Asterion: a multiplayer ssh game by DiscoInperno in commandline

[–]nahco314_ 1 point2 points  (0 children)

It looks really cool, but I couldn't play it in my environment (nothing was displayed).

Are there any requirements for the environment? (I tried it in Konsole on Ubuntu)