Viewing profile — jadsfwasdfsd
jadsfwasdfsd
HN member- Joined
- Tue, Dec 02, 2025, 6:10 AM UTC
- HN karma
- 4
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About jadsfwasdfsd
No profile information was provided.
Recent public activity
-
comment
Comment #46411845
> but in C, you pretty much always want the tag We aren't discussing unions in memory layout, but in type systems. This also clearly indicates you aren't qualified for this discuss…
-
comment
Comment #46411794
When A and B are disjoint, you don't need the tag unless you for some reason you require that `Maybe > != Maybe ` holds true and don't like the collapsing semantics of unions where…
-
comment
Comment #46403936
Great write up! Cluster autoscaler is honestly garbage. I'd recommend you use Karpenter which is now managed in most cloud providers.
-
comment
Comment #46213048
Why would you want segmented stacks, cgo FFI overhead, goroutines, & asynchronous preemption for a game engine? Odin is better suited than Go is for this type of software. Almost a…
-
comment
Comment #46156656
Agreed. If only let-else let you match the error cases and it could have been useful for the Result type.