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

I'm so glad the new uuid package landed - it's overdue but a very welcome addition! I've already replaced github.com/google/uuid with `uuid` in several projects


My trust in claude code is slowly being eroded and I'm close to running it exclusively in vms on device..


More or less, but most harnesses will rely on tools such as grep to only read portions of files. For even a small sized repo, only a small portion would be tokenized and uploaded


>For even a small sized repo, only a small portion would be tokenized and uploaded

Only on a per-chat basis. Over time, it'll eventually grab the entire repo, or enough of the "secret sauce" that the rest can be reconstructed with AI.


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


The capabilities were launched months ago. This is just retiring the ChatGPT app and replacing it with Codex for the masses.


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.


Interesting, for me `shift+enter` hasnt worked, but `option+enter` does give me new lines in Claude Code's promptbox inside tmux on MacOS.


Interesting. I’ve just been using ‘\ + enter’


I just use Ctrl-g to open the prompt in emacs.


You can just use Ctrl + J


I'm really interested to learn more about the work on the official Rust frontend - do you have any links to share by chance?


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?


SOPS with Age is simple, and simple is good. I strongly recommend this approach.


SOPS is simple? You are kidding me. Pass from https://www.passwordstore.org/ fame is simple. SOPS is ultra-complicated for a security tool.


I dunno, it seems mostly simple to me.

You have a .sops.yaml with some Age public keys, and then you run “sops secrets.yml” to create an encrypted file.


Can you explain what you find complicated about sops? I've used it with ease for the last two years, both personally and professionally.


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


This is what I do previously too! The problem that I realize with them is that mermaid diagrams and flowcharts are static and sometimes oversimplified.


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

Search: