Viewing profile — Egonex
Egonex
HN member- Joined
- Fri, Mar 13, 2026, 9:42 AM UTC
- HN karma
- 2
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About Egonex
Recent public activity
-
comment
Comment #47776929
[dead]
-
comment
Comment #47776881
People think that with better D2D technology, emergency and telemetry messages will still be short and to the point. These messages will not be like streaming videos. When companie…
-
comment
Comment #47571817
Totally get it. We work on compact binary alerts for constrained links. We have the same obsession with bytes.
-
comment
Comment #47503655
This is a very interesting project. Protocol choice on constrained hardware like this is always underestimated, most people default to JSON over HTTP, but on devices with limited M…
-
comment
Comment #47453169
The fork itself is not the problem, but presenting it as your own project. Put the upstream link high in the README, say clearly what you actually changed and don't bury attributio…
-
comment
Comment #47410230
Nice work, well done. I'm also building a .NET open source project (emergency communications protocol and related systems). I'm curious about your experience contributing to dotnet…
-
comment
Comment #47398247
This is what we do. We use AI for drafting but we never merge without doing a manual review of dependencies. Every package version is pinned explicitly, and our CI always runs a de…
-
comment
Comment #47397674
I will try this in Cursor. The C# tooling in VS Code has improved a lot. I'm curious to see how ReSharper adds to it. Thankyou