Peter Sanford

Results 40 comments of Peter Sanford

I installed `autoconf-archive` from source (http://ftpmirror.gnu.org/autoconf-archive/autoconf-archive-2019.01.06.tar.xz) as the instructions say, is there something beyond that that I need to do?

Looking at the way the ci docker container gets built, I was able to get a build from source working on ubuntu 20.04: https://gist.github.com/psanford/4a4ac373d0dae97bc6f0d98137537a7c The documentation still talks about building...

Glad you like it. If you have a copy of the database that you know won't be changed, you can open the database in `mode=immutable`. That disables all locking and...

Just an FYI for folks looking for android options. I recently built a Magic Wormhole android app in Go: https://github.com/psanford/wormhole-william-mobile Once Google gets around to approving it, it will show...

I'm unclear as to what problem this is solving. While it is true that `syscall` is a frozen API, it has the necessary netlink APIs to get kernel audit data....

This would have been useful for me this week. Specifically, I wanted to run `uprobe` multiple times. If there was an option to make a new (ephemeral) trace instance per...

> This would have been useful for me this week. Specifically, I wanted to run `uprobe` multiple times. If there was an option to make a new (ephemeral) trace instance...

I would like to support iOS. There's already a good Magic Wormhole desktop app: https://github.com/Jacalz/wormhole-gui

The browser's security model is incompatible with Magic Wormhole's transport protocols as they exist today, so even if we had a build targeting wasm, it wouldn't actually work. iOS is...

Websockets are only used to talk to the rendezvous/mailbox server. To actually do a file transfer wormhole uses its own protocol on top of tcp.