Hacker Newsnew | past | comments | ask | show | jobs | submit | canto's commentslogin

https://statusdude.com/

and a gift for my friend's birthday.


q() { local output output=$("$@" 2>&1) local ec=$? echo "$output" | tail -5 return $ec }

There :)


This is merely scratching the surface.

LLMs (Claude Code in particular) will explicitly create token intensive steps, plans and responses - "just to be sure" - "need to check" - "verify no leftovers", will do git diff even tho not asked for, create python scripts for simple tasks, etc. Absolutely no cache (except the memory which is meh) nor indexing whatsoever.

Pro plan for 20 bucks per month is essentially worthless and, because of this and we are entering new era - the era of $100+ monthly single subscription being something normal and natural.


I assume you're using Opus.

I'm on the Pro plan. If I run out of tokens, which has only happened 2 or 3 times in months of use, I just work on something else that Claude can't do, or ...write the code myself.

You do have to keep a close eye on it, but I would be doing that anyway given that if it goes haywire it's wasting my time as well as tokens. I'd rather spend an extra minute writing a clearer prompt telling it exactly what I want it to do, than waste time on a slot machine.


>LLMs (Claude Code in particular) will explicitly create token intensive steps, plans and responses - "just to be sure" - "need to check" - "verify no leftovers", will do git diff even tho not asked for, create python scripts for simple tasks, etc. Absolutely no cache (except the memory which is meh) nor indexing whatsoever.

Most of these things can be avoided with a customized CLAUDE.md.


Not in my projects it seems. Perhaps you can share your best practices? Moreover, avoiding these should be the default behaviour. Currently the default is to drain your pockets.

P.S CLAUDE.md is sometimes useful but, it's a yet another token drain. Especially that it can grow exponentially.


I agree it should be the default, but it isn't. I also tend to think it's mainly to make money by default.

Another thing that helps is using plan mode first, since you can more or less see how it's going to proceed and steer it beforehand.


codex seems chill


And yet when my $100 CC Pro renewed last month my instinctive thought was wow is that all?


That can be read in two ways:

1) It's only $100, well worth the money.

2) Surprisingly little value was provide for all that money.


I'm not sure how you'd read it the second way.


$100 per month is a lot of money, in that case "wow is that all?" must refer back to how little you got from it.


I'm having a mixed feelings about this xD


"A plugin/annotation system where users can teach the agent about custom resource types would scale better than hard-coding each one." - this is a fantastic observation and feedback! Many thanks!

"requiring N consecutive failures before marking down" - I do have the code for it, it's just hidden currently. StatusDude supports 2 types of worker/agents - cloud agents - that will re-verify from multiregion the service status and private agents - the ones we're talking about here - that I might just bring this option back as it makes more sense.

Correlating failures is a bit tricky as usually it requires some sort of manual dependency creation but, I guess for k8s ingress and similar I should be able to figure this out and at least send alerts with appropriate priorities and order.

As for the status page auto generation - currently it's based on namespace - I didn't wanted to bloat the user dashboard too much. Each monitor is tagged with cluster id, namespace and labels. Status Pages pickup monitors based on labels. Users are free to modify these and show exactly what they want :)


Good day commander!



MY GOD THIS IS GOLD. Nothing but the truth here.


How is following a http request and guessing some variables a "reverse" engineering now?


ffs, stop installing stuff by piping random scripts from the internet to shell!!1one


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: