Viewing profile — wallyqs
wallyqs
HN member- Joined
- Sun, Nov 19, 2017, 8:10 AM UTC
- HN karma
- 13
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About wallyqs
Recent public activity
-
comment
Comment #44008658
Bluesky's project name is 'Jetstream' and NATS.io persistence engine is `JetStream` (camel case), which can be confusing but name not exactly the same. - NATS JetStream docs: https…
-
comment
Comment #32103024
Dhall has a lot of really cool ideas, it would be great to have semantic integrity checks on imports in other languages too.
-
comment
Comment #31600923
Put out an example of using it to switch the transport so that it is over NATS instead, this works now thanks to the interop with net/http package: https://github.com/wallyqs/conne…
-
comment
Comment #29203268
NATS has a similar protocol to Redis and optimized for this use cause of doing pub/sub based low latency Request/Response instead of HTTP. The payload is opaque so you can use msgp…
- story
-
comment
Comment #24445581
It has gotten much better but in our project we got bitten by this. I gave a talk about it at GoSF last year if looking for some Go v2 modules schadenfreude :) https://www.youtube.…
-
comment
Comment #22631818
For speed, NATS.io also has RPC semantics and protocol is fairly straightforward like Redis: https://docs.nats.io/developing-with-nats/sending/request_re... || https://docs.nats.io…
-
comment
Comment #22436657
I'm one of the NATS maintainers though have been using the project for several years. Most of the community is more active in the Slack channel: https://slack.nats.io/
- story