HackerTrans
TopNewTrendsCommentsPastAskShowJobs

zimbatm

no profile record

comments

zimbatm
·पिछला माह·discuss
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 enterprise-level deployment, it becomes quickly desirable to have a centralized MCP backbone, on which each MCP is attached to. A place you can attach policies to, log activity, and reason about access control.
zimbatm
·2 माह पहले·discuss
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.
zimbatm
·2 माह पहले·discuss
Is there actual evidence coming from the Bun project itself?

Otherwise it's just FUD.
zimbatm
·3 माह पहले·discuss
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 add support for services that don't support OIDC or this going to be a known limitation?
zimbatm
·5 माह पहले·discuss
Isn't the point of OpenClaw that the agent can modify itself?
zimbatm
·7 माह पहले·discuss
Thanks! Playing with packaging automation is actually quite fun.
zimbatm
·7 माह पहले·discuss
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.
zimbatm
·10 माह पहले·discuss
Gerrit is doing this with NoteDB. Backups are just one git clone away.

See https://gerrit-review.googlesource.com/Documentation/note-db...
zimbatm
·11 माह पहले·discuss
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.
zimbatm
·11 माह पहले·discuss
I haven't used it extensively, but it works. I don't think it necessarily needs any updates since the underlying tech is stable.
zimbatm
·12 माह पहले·discuss
https://github.com/marionebl/svg-term-cli
zimbatm
·12 माह पहले·discuss
Quality animated SVGs is even better:

https://github.com/marionebl/svg-term-cli
zimbatm
·पिछला वर्ष·discuss
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...
zimbatm
·पिछला वर्ष·discuss
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 action for example here: https://github.com/numtide/treefmt-nix?tab=readme-ov-file#su...

The best part is that it makes it easy to keep the README.md in sync when the project evolves. Just add it to the CI
zimbatm
·पिछला वर्ष·discuss
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 their file format isn't very readable or diffable using standard terminal tools.

A while back I wrote https://github.com/zimbatm/mdsh to explore the space. Voiden.md looks like a fancier version of that.
zimbatm
·4 वर्ष पहले·discuss
It would be interesting to ask users to classify their up/downvotes as opinion vs signal/noise ratio. Maybe that's the next evolution of leaderboard systems like HN/reddit?
zimbatm
·4 वर्ष पहले·discuss
What we're looking for are high signal/noise ration posts to expand the conversation into new areas that are interesting.

If the ratio is too low (eg: spam, shallow content, same old tired point), it's not an issue to downvote IMO. That helps with the current post and also encourages good behaviour in the future.

This is not the same as downvoting with a point that you personally disagree with. This is censorship and toxic to the community.
zimbatm
·8 वर्ष पहले·discuss
Why? Because the W3C is a factory the never stops churning out specs.

It's quite telling that even Microsoft was not able to keep-up with the complexity and decided to piggy-back on the biggest investor.

If we want less mono-culture, the first thing to do is to bring the complexity down to something manageable.
zimbatm
·8 वर्ष पहले·discuss
The main reason to use `curl | bash` is because it's installed almost everywhere. Everything else can be bootstrapped from that.

If there was a standard `curlbash <URL> <SHA256>` program that was installed everywhere it would allow to work around all of these issues.
zimbatm
·8 वर्ष पहले·discuss
How compatible are the various ZFS forks?

Is it possible to create ZFS volume on macOS and mount it on Linux, FreeBSD and Illumos all the same?

I'm asking because we are still missing a good cross-platform filesystem with modern journaling and snapshotting.