Viewing profile — yrand
yrand
HN member- Joined
- Mon, Sep 08, 2025, 5:33 AM UTC
- HN karma
- 27
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About yrand
No profile information was provided.
Recent public activity
-
comment
Comment #46478506
> when NAT is overwhelmingly a feature built into firewalls This is just not correct. NAT and firewall are simply orthogonal concepts and can and often are deployed separately. A s…
-
comment
Comment #46473958
Why do you think NAT is part of a firewall? NAT and firewall are two completely separate things that can exist independently of each other. Also overlapping ranges are an orthogona…
-
comment
Comment #46430788
There's DNS over HTTPS they can't viably block, so thankfully they get the short end of the stick here. edit: Thinking of it, anyone knows if it's possible to use that for OS-wide …
-
comment
Comment #46364152
Encountered one specific example about a month ago here on HackerNews - All about automotive lidar. https://news.ycombinator.com/item?id=46110395 Blog posts where I find quality re…
-
comment
Comment #45194145
I'd investigate why it won't run with debug info in the first place. That feels like the core problem here, because it prevents you from using some debug tools. Of course that may …
-
comment
Comment #45194131
Could you expand on what you meant? I'm curious. Not related to OP, but debugging is often about finding where an invariant is broken, so it feels like using LLM to navigate a debu…
-
comment
Comment #45164933
The problem with making invalid states representable is that the app logic must be able to handle it, everywhere. Which means you have to always take it into account when reasoning…