Viewing profile — g4cg54g54
g4cg54g54
HN member- Joined
- Thu, Aug 07, 2025, 12:29 AM UTC
- HN karma
- 56
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About g4cg54g54
No profile information was provided.
Recent public activity
-
comment
Comment #48029046
funfact: enabling DNS sec NOW will fix your domain instantly if dnssec was disabled before -> no idea if that also "heals" anyone who had dnssec on before. -> no idea if maybe they…
-
comment
Comment #47964528
same vain as https://news.ycombinator.com/item?id=47952722 ? HERMES.md in commit messages causes requests to route to extra usage billing 1203 points | 21 hours ago | 524 comments …
-
comment
Comment #47883822
> Please keep the feedback coming if only there were a place with 9.881 feedbacks waiting to be triaged... and that maybe not by a duplicate-bot that goes wild and just autocloses …
-
comment
Comment #47862915
chargers of that size generally have there own internal (sometimes even shared by multiple receptacles) batteries
-
comment
Comment #47820133
subusers supposedly get it automatic again after the fix (and now also with `DISABLE_TELEMETRY=1`) but if you are api user you must set `ENABLE_PROMPT_CACHING_1H` as i understood a…
-
comment
Comment #47783188
seems we have been heard ;) 2.1.108 Added ENABLE_PROMPT_CACHING_1H env var to opt into 1-hour prompt cache TTL on API key, Bedrock, Vertex, and Foundry (ENABLE_PROMPT_CACHING_1H_BE…
-
comment
Comment #47760298
a git status + "recent commits" (that will _always_ change) https://github.com/anthropics/claude-code/issues/47107 and a missing cache-mark that will make skills & project-claude.m…
-
comment
Comment #47754852
Honorable mention also to https://github.com/cnighswonger/claude-code-cache-fix which "addresses even more issues with /resume"
-
story
Tell HN: Claude-code prompt-cache fix
TLDR: for now launch using `CLAUDE_CODE_DISABLE_GIT_INSTRUCTIONS=1 claude "Hello"` otherwise you will only ever hit on the tools-block, and your first follow-up-question (Note: set…
-
comment
Comment #47747340
not to mention that "the outlook failure" seems to have been a layer 8 problem? (think i picked up some line about not being aware how to use it in offline mode / calling this out …
-
story
Tell HN: Claude-code prompt-cache workaround/fix
TLDR: for now launch using `CLAUDE_CODE_DISABLE_GIT_INSTRUCTIONS=1 claude "Hello"` (Note: setting includeGitInstructions=false in settings.json is an option to and likely the bette…
-
comment
Comment #47746842
currently "clear makes it worse" https://github.com/anthropics/claude-code/issues/47098 + https://github.com/anthropics/claude-code/issues/47107 launching with `CLAUDE_CODE_DISABLE…
-
comment
Comment #47745409
would like to know this too ;D there is env.ENABLE_PROMPT_CACHING_1H_BEDROCK - but that is - as the name says "when using Bedrock" for the raw API the docs are also clear -> "ttl":…
-
comment
Comment #47742536
from looking at the raw requests, that cant seem right? its all "cache_control": { "type": "ephemeral" } there is no "ttl" anywhere. // edit: cc_version=2.1.104.f27
-
comment
Comment #46726388
~/.claude.json with {"hasCompletedOnboarding":true} is the key, then ANTHROPIC_BASE_URL and ANTHROPIC_AUTH_TOKEN work as expected
-
comment
Comment #46725633
siderailing here - but got one that _actually_ works? in particular i´d like to call claude-models - in openai-schema hosted by a reseller - with some proxy that offers anthropic f…
-
comment
Comment #46186636
https://pve.proxmox.com/wiki/PVE-zsync is just that, also PBS ( https://pbs.proxmox.com/wiki/Main_Page ) has "live restore" what can start a kvm after just the first few megs are r…
-
comment
Comment #46085151
without an airport near "my current location" is my goto. is there a direct link for this? (otherwise i may hack together some userscript that clicks that button for me...) "my ass…
-
comment
Comment #46084210
had it bookmarked since the last share, but had noted the world-tiles would regularly not load, seems okay (and with colors?) now, but maybe that could need some low-detail fallbac…
-
comment
Comment #45486958
panels up to 2000W is legal, the 800w limit is actual net input, you can even battery in-between (or use it directly)
-
comment
Comment #45418090
sorry, but insert spacebar heater xkcd here :D https://xkcd.com/1172/ pretty sure your old behavior was the broken one tho - i vaguely remember fugling with this to "fullscreen cor…
-
comment
Comment #45366778
https://en.wikipedia.org/wiki/DNS_rebinding protection will stop this from working "hopefully" ;) but `--host-resolver-rules` may work, https://chromium.googlesource.com/chromium/s…
-
comment
Comment #44967440
i find a "import pages" but no "export ALL pages"? (i did see the "one-by-one option", but how about two trees?) "closing the sidebar" seems to grant access to another menu that is…
-
comment
Comment #44819998
I´m mostly thinking in a "tell fetch-file that github.com/mine/scripts.git is already cloned to ~/devstuff/scripts/ fashion" - to then "skip the clone and use my provided folder in…
-
comment
Comment #44819682
for --dry-run that looks pretty good yeps! I like the "--force hint" in there too! for the "push", I think my idea was mostly about "local-remotes", think "I have both cloned local…