Live data from Hacker News

Viewing profile — g4cg54g54

g4cg54g54

HN member
Joined
Thu, Aug 07, 2025, 12:29 AM UTC
HN karma
56
Public activity
26 items

About g4cg54g54

No profile information was provided.

Recent public activity

  1. 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…

  2. 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 …

  3. 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 …

  4. comment
    Comment #47862915

    chargers of that size generally have there own internal (sometimes even shared by multiple receptacles) batteries

  5. 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…

  6. 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…

  7. 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…

  8. comment
    Comment #47754852

    Honorable mention also to https://github.com/cnighswonger/claude-code-cache-fix which "addresses even more issues with /resume"

  9. 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…

  10. 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 …

  11. 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…

  12. 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…

  13. 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":…

  14. 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

  15. comment
    Comment #46726388

    ~/.claude.json with {"hasCompletedOnboarding":true} is the key, then ANTHROPIC_BASE_URL and ANTHROPIC_AUTH_TOKEN work as expected

  16. 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…

  17. 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…

  18. 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…

  19. 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…

  20. 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)

  21. 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…

  22. 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…

  23. 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…

  24. 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…

  25. 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…