Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
zimbatm
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
zimbatm
4mo ago
Another aspect is access control. CLIs live in the same namespace as the agent, so any secrets the CLI needs access to, the agent can also exfiltrate. And access control is lightly gated by the agent's tool call policy. For an enterpri
2.
▲
by
zimbatm
4mo ago
Maybe. This phenomenon of security holes being found closely to each other was also common before LLMs. People attention gets directed to a place and typically more issues are getting found.
3.
▲
by
zimbatm
5mo ago
Is there actual evidence coming from the Bun project itself? Otherwise it's just FUD.
4.
▲
by
zimbatm
5mo ago
This is how keychains should be designed. Never return the secret, but mint a new token, or sign a request. We need this also for normal usage like development environments. Or when invoking a command on a remote server. Are you going to ad
5.
▲
by
zimbatm
7mo ago
Isn't the point of OpenClaw that the agent can modify itself?
6.
▲
by
zimbatm
9mo ago
Thanks! Playing with packaging automation is actually quite fun.
7.
▲
by
zimbatm
9mo ago
Just added it to our inventory. For those of you using Nix: nix run github:numtide/llm-agents.nix#mistral-vibe The repo is updated daily.
8.
▲
by
zimbatm
1y ago
Gerrit is doing this with NoteDB. Backups are just one git clone away. See https://gerrit-review.googlesource.com/Documentation/note-db...
9.
▲
by
zimbatm
1y ago
This should have been CONTRIBUTING.md all along. The content of the AGENTS.md is the same as what humans are looking for when contributing to a project.
10.
▲
by
zimbatm
1y ago
I haven't used it extensively, but it works. I don't think it necessarily needs any updates since the underlying tech is stable.
11.
▲
by
zimbatm
1y ago
https://github.com/marionebl/svg-term-cli
12.
▲
by
zimbatm
1y ago
Quality animated SVGs is even better: https://github.com/marionebl/svg-term-cli
13.
▲
by
zimbatm
1y ago
Yes, you can target VMDK, AMIs, Azure, ... `nixos-rebuild build-image --image-variant vmware` See https://nixos.org/manual/nixos/stable/#sec-image-nixos-rebui...
14.
▲
by
zimbatm
1y ago
That I wasn't very good at Rust :-D My assumption was that a tool like this will make it easier to keep the README.md in sync while the project evolves. Think of a `--help` section. That assumption holds true to me. You can see it in a
15.
▲
by
zimbatm
1y ago
One thing I miss the most when writing Markdown is this formula experience you get in Excel. Jot something down, get the result. Then link it to another block. There are tools like Jupyter notebooks that have all the functionalities, but th
16.
▲
by
zimbatm
1y ago
Why would the book be worth buying tough. If AI can generate a fresh new one just for you?
17.
▲
by
zimbatm
2y ago
Since Chrome's engine is used by Edge, Opera, Brave, etc.. Probably the best move is to become a non-profit and have all those organizations chip in. The main reason even Microsoft gave up and rebased their browser on top of Chrome is
18.
▲
by
zimbatm
2y ago
This needs more coverage. Perfectly good phones are getting thrown out because of a software update.
19.
▲
by
zimbatm
2y ago
This change would mark a turn in the language's evolution, as it would be the first implicit variable to be added to the language. I'm not going to invoke the slippery slope argument, but what distinguishes Go from the pack is how
20.
▲
by
zimbatm
2y ago
This is true for any type of assistance. We have had the same arguments about calculators a long time ago.
21.
▲
by
zimbatm
2y ago
NixOS has switched to virtiofs 4 days ago: https://github.com/NixOS/nixpkgs/pull/362081 Not all use-cases are faster with virtiofs.
22.
▲
by
zimbatm
2y ago
Wise also recently switched their US bank provider from Evolve to Community Federal Savings Bank. Maybe they had similar issues?
23.
▲
by
zimbatm
2y ago
Another major flaw: Transparent decryption sounds nice. Until you commit decrypted secrets by mistake. Because the encryption/decryption is transparent, you won't notice if the .gitattributes pattern-matching is wrong until it
24.
▲
by
zimbatm
2y ago
It looks closer to https://www.getoutline.com/
25.
▲
by
zimbatm
2y ago
Does the worker need to process the body? Sometimes, the worker can return a signed URL and have the client directly upload to R2.
26.
▲
by
zimbatm
2y ago
That's very cool; I didn't expect Garage to scale that well while being so young. Are there other details you are willing/allowed to share, like the number of objects in the store and the number of servers you are balancing t
27.
▲
by
zimbatm
2y ago
Except most ESP partitions I have seen are in the 200MB range. So now you're asking your users not only to bless the EFI loader, but also to resize their ESP, and most likely system partition.
28.
▲
by
zimbatm
2y ago
Why not turn this around? 1. Introduce a X-PEGI HTTP header that sites can use to change the content. This would also be useful for other contexts such as cybercafes and whatnot. 2. Mandate that porn website abide by these headers. 3. Have
29.
▲
by
zimbatm
3y ago
Who said the goal was to create a production browser? This seems like a pure passion project: to return to the pleasure of building something just for the sake of it. Design and explore. Hack. Not every endeavour has to become a product. As
30.
▲
by
zimbatm
3y ago
Git as a data structure is ok, but I wish we could eliminate PRs. There is too much overhead in managing those, code reviews, branch rebases. A better way would allow you to push your changes as stacks of commits. No branches. Just push, an
More ›