Dan Connolly

Results 618 comments of Dan Connolly

stay tuned to fosdem in Feb...

> Hm... I'm pretty invested in Brave these days, but it doesn't seem to be supported in guix. > > Wow... [guix/chromium.scm](https://github.com/Millak/guix/blob/master/gnu/packages/chromium.scm) looks like a _lot_ of code. `guix install...

looks like some point was about a year ago... - 2024-04: [We’ve added JavaScript-native RPC to Cloudflare Workers](https://blog.cloudflare.com/javascript-native-rpc/)

> JavaScript values are serialized using V8's built-in serializer can those values include capability references? > with the bytes then being embedded in capnp messages for transport. Do those messages...

What we really need is a `nobled` that matches mainnet. I see v9.0.4 now. Our current work depends on the swap and dollar modules. dollar.noble.xyz v1.0.2 swap.noble.xyz v1.0.2

I had some luck using `/web` /web https://github.com/dckc/awesome-ocap/wiki/DisciplinedPython /web https://github.com/dckc/awesome-ocap/wiki/OCap-Discipline /web https://en.wikipedia.org/wiki/Ambient_authority /web https://www.madmode.com/2019/python-eng.html Details: - [.aider.chat.history.md](https://gist.github.com/dckc/53573b3d63a698f58ae5d5112433b120#file-aider-chat-history-md) aider was tripping over PEP8 lint; I'm inclined to start again after using...

I think LLMs (and humans) would benefit from a bunch of examples like the [airbnb JS style guide](https://github.com/airbnb/javascript#readme): ```py // bad import os def main(): os.xyz() // good def main(xyz):...

TODO: restore [CapPython](https://lackingrhoticity.blogspot.com/2008/08/introducing-cappython.html) to working order; use it to give feedback to LLMs.

Nifty project. I like the idea of not using 2M LOC (node.js) for a tiny web server. But I can't get the `example/basic.js` to work. I was about to open...

ah... that's particularly handy, @tarcieri . It pin-points my unease with WASI: I'm 100% fine with [Runtime capabilities](https://github.com/WebAssembly/WASI/blob/main/docs/Capabilities.md#runtime-capabilities). But references to so-called [Link-time capabilities](https://github.com/WebAssembly/WASI/blob/main/docs/Capabilities.md#link-time-capabilities) are ambient authority, no? The [OCap...