Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
scarnie
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
scarnie
2y ago
The author appears to contradict the very issue they argue, by presenting languages such as Go, Erlang or their own toy language. These languages hide the async / await constructs that are present in languages like Rust, Swift or Types
2.
▲
by
scarnie
2y ago
I’m quite interested in Rive + Godot Incidentally, I recently opened a PR to add Metal to Godot via https://github.com/godotengine/godot/pull/88199
3.
▲
by
scarnie
3y ago
“OceanGate’s submersibles are the only known vessels to use real-time (RTM) hull health monitoring. With this RTM system, we can determine if the hull is compromised well before situations become life-threatening, and safely return to the s
4.
▲
by
scarnie
4y ago
Famously It would be helpful if you have facts or data to back your statements up.
5.
▲
by
scarnie
9y ago
Brilliant work!
6.
▲
by
scarnie
9y ago
Great work
7.
▲
by
scarnie
10y ago
the only challenge here is that upstream senders will block when your channel(s) are full. This is not inherently bad, but if you have a circular dependency, you can deadlock because queues (channels) are bounded and may fill up. There are