Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jadsfwasdfsd
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
jadsfwasdfsd
9mo ago
> 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 discussion.
2.
▲
by
jadsfwasdfsd
9mo ago
When A and B are disjoint, you don't need the tag unless you for some reason you require that `Maybe<Maybe<T>> != Maybe<T>` holds true and don't like the collapsing semantics of unions where `Maybe<Maybe<T&
3.
▲
by
jadsfwasdfsd
9mo ago
Great write up! Cluster autoscaler is honestly garbage. I'd recommend you use Karpenter which is now managed in most cloud providers.
4.
▲
by
jadsfwasdfsd
9mo ago
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 any programming language would have been a better choice
5.
▲
by
jadsfwasdfsd
10mo ago
Agreed. If only let-else let you match the error cases and it could have been useful for the Result type.