David Konsumer

Results 457 comments of David Konsumer

I made an example [here](https://github.com/konsumer/pi_ci_tester) that runs CI on an emulated pi. It's a bit slower, but it works. You can read more about it [here](https://github.com/marketplace/actions/arm-runner). I have an example...

@CardealRusso it's a bit of a trick, since this is only using SDL from emscripten, which is a shim around canvas. You can do this stuff other ways, but it's...

I dunno, to be fair, and make sure I was correct in my assertions, I did just end up implementing it. Seems not too bad actually (fenster has a nice...

Same on mac ventura, node v20.0.0. I can downgrade to node 18.16.0 to get it to install.

Seeing [this](https://github.com/frida/frida-node/commit/2f232a66c1c7db858578c08f3b0a0e9f99b6944e), I thought maybe I could install from git. Seems like it finds bindings.gyp, but not `frida-core.h`. ``` ../src/glib_context.h:4:10: fatal error: 'frida-core.h' file not found #include ^~~~~~~~~~~~~~ 1 error...

I am a maintainer on [node-raylib](https://github.com/RobLoach/node-raylib) and we do prebuilds for different platform/arches in a [Github action](https://github.com/RobLoach/node-raylib/blob/master/.github/workflows/release.yml), and figure out if it needs to be built/downloaded in [postinstall](https://github.com/RobLoach/node-raylib/blob/master/tools/postinstall.js). For most...

You can also use the older (v2.31.1) pre-built binary [here](https://github.com/bettercap/bettercap/releases/tag/v2.31.1), if you don't want to build it with go.

I started working on a demo [here](https://github.com/konsumer/websdr) it's currently got a HackRF driver that I think works, mostly. I am still working on the FM radio web-component, but it has...

Cloudflare has no `window` or direct filesystem, but it has persistence with KV (free-tier, very fast, edge-replicated) so it may be a bit involved to build an adapter, but I...

@amark I am having trouble seeing how this fits together. - What is difference with ws/websocket? - How are these actually used? Would it be possible to provide a simple...