Live data from Hacker News

Viewing profile — aperturecjs

aperturecjs

HN member
Joined
Sun, Jul 18, 2021, 1:06 AM UTC
HN karma
27
Public activity
18 items

About aperturecjs

Open-source focused software engineer working on a app stack for local-first apps with Go and Typescript.

https://cjs.zip https://github.com/paralin https://github.com/aperturerobotics https://github.com/s4wave

Recent public activity

  1. story
  2. 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…

  3. 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…

  4. story
  5. 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…

  6. story
  7. 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

  8. 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…

  9. 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…

  10. story
  11. 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

  12. 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…

  13. 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.

  14. 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 …

  15. 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…

  16. comment
    Comment #34989294

    SkiffOS also supports desktop PCs (with the intel/desktop layer) + EFI with rEFInd / GRUB. Also supports the Steam Deck.

  17. story
  18. story