Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
geakstr
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
geakstr
10mo ago
This part is beautiful: > Serialization Protocol: The library uses a custom "Envelope" protocol (PayloadType.RAW vs PayloadType.LIB). This allows complex objects like Mutex handles to be serialized, sent to a worker, and rehydr
2.
▲
by
geakstr
1y ago
Some languages allow to define type alias, name of this type can be self-explanatory: type FullName = string; function combineName(first: string, last: string): FullName; Also documentation comment for function is what specifically
3.
▲
by
geakstr
2y ago
Hey! This url and any search I do are blocked with 403 if I access it either with Tor or my VPN. Anyway I love kagi and continue to use this, but this aspect is pretty annoying.
4.
▲
by
geakstr
10y ago
Thank you for distillery, it's a very nice tool
5.
▲
by
geakstr
10y ago
Yes, deployment in Elixir is painfull. We use distillery and edeliver, but plan to try move to docker