Viewing profile — aperturecjs
aperturecjs
HN member- Joined
- Sun, Jul 18, 2021, 1:06 AM UTC
- HN karma
- 27
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About aperturecjs
https://cjs.zip https://github.com/paralin https://github.com/aperturerobotics https://github.com/s4wave
Recent public activity
- story
-
comment
Comment #46643871
There are many environments that don't support WASM yet. Plus, JavaScript is a lot lighter weight for some things - particularly if you just need to register a bunch of callbacks t…
-
comment
Comment #46643859
Hi all, This uses a "reactor" mode I added to quickjs recently which exposes quickjs as a wasi library instead of a traditional main() loop. This allows the host environment to cal…
- story
-
comment
Comment #46643846
Try this! It works going the other way, just use esbuild to target ES2020 before you run in it. If you want to transpile to Go that's also interesting, probably tsgo's ast parser c…
- story
-
comment
Comment #44994236
With SKIFF_CONFIG=intel/desktop,skiff/core you get a Debian desktop running within a Docker container - see https://github.com/skiffos/skiffos
-
comment
Comment #44148740
I previously wrote a prototype of streaming a JSON tree this way: https://github.com/rgraphql/rgraphql But it was too graphql-coupled and didn't really take off, even for my own pr…
-
comment
Comment #42091460
Hi HN, protobuf-go is a widely used binary serialization library and IDL for protobuf in Go. The upstream library leverages reflection to provide a wide variety of features which a…
- story
-
comment
Comment #37988791
Check out the repo on GitHub as well as the others on the same GitHub organization! Also feel free to join discord and ask questions or shoot me an email. https://aperture.vision
-
comment
Comment #37979986
Dynamic configuration of components. It uses a system of communicating controllers which is more flexible in terms of runtime reconfiguration. libp2p is an excellent project and ca…
-
comment
Comment #37979978
There is a design for routing in the repo (and tor-like circuits). However it is not implemented yet. I'd love to grow the community and have more people collaborating on this.
-
comment
Comment #37978437
Bluetooth could work! Just need to implement the Transport interface. Peer discovery is not implemented at the moment but could easily be added (and will be soon). Here's how: any …
-
comment
Comment #37978220
Hi, author here. Thanks for checking out Bifrost. The short pitch is: any protocol over any transport with seamless cross-platform (browser native) communication. Building internet…
-
comment
Comment #34989294
SkiffOS also supports desktop PCs (with the intel/desktop layer) + EFI with rEFInd / GRUB. Also supports the Steam Deck.
- story
- story