HackerTrans
トップ新着トレンドコメント過去質問紹介求人

patabyte

295 カルマ登録 13 年前
builder of things; thinker of thoughts

投稿

Show HN: SRD, a simple DNS-driven HTTP redirect service

github.com
3 ポイント·投稿者 patabyte·4 か月前·0 コメント

コメント

patabyte
·一昨日·議論
> With Codex technology built-in, ChatGPT can now move beyond answering questions to getting real work done across web, mobile, and desktop.

This looks like OpenAI catching up to Anthropic's Cowork.
patabyte
·15 日前·議論
This seems roughly similar to Google's Cloud Run gen2 instance types. My understanding is with the second generation, they are running microvms which are bootstrapped from a container image.
patabyte
·3 か月前·議論
Interesting, for me `shift+enter` hasnt worked, but `option+enter` does give me new lines in Claude Code's promptbox inside tmux on MacOS.
patabyte
·4 か月前·議論
I'm really interested to learn more about the work on the official Rust frontend - do you have any links to share by chance?
patabyte
·4 か月前·議論
Interesting - I run a nearly identical set, with many TLDs configured in `/etc/resolver/X` and dnsmasq handling the resolve and I have not had a single issue.

the resolver confs all contain this content:

    # /etc/resolver/example-private
    nameserver: 127.0.0.1
    domain example-private
I noticed in the author's bug report they do not include `domain`, which is documented in `man 5 resolver` as:

    # The domain directive is only necessary, if your local
    # router advertises something like localdomain and you have
    # set up your hostnames via an external domain.
In the real world though, I've found the `domain` setting to be required nearly every time. I wonder if adding it will resolve the issue?
patabyte
·4 か月前·議論
SOPS with Age is simple, and simple is good. I strongly recommend this approach.
patabyte
·6 か月前·議論
I've been having great success with LLMs generating Mermaid diagrams and flowcharts from a repo. Claude Code and Cursor both do consistently great jobs. For example: `generate a mermaid swimlanes diagram of the XX logic flow`.
patabyte
·8 か月前·議論
> which every old-school Linuxer should be able to do in their sleep.

Oof, this hit home, hah.