Viewing profile — snailscale
snailscale
HN member- Joined
- Wed, Oct 26, 2022, 11:28 PM UTC
- HN karma
- 21
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About snailscale
No profile information was provided.
Recent public activity
-
comment
Comment #44038145
For anyone curious (as I was) the basic difference is that WSL1 implemented the Linux syscall table directly whereas WSL2 actually runs Linux on top of some virtual drivers (hyperv…
-
comment
Comment #41333566
Maybe someone can explain this to me. While new contributions to Forgejo will by under the GPL, old contributions coming from Gitea will still be under MIT. The original Gitea code…
-
comment
Comment #39937715
The default way we write applications is actually pretty scalable already. It always hurts to build something that “won’t scale” because it was framed as a negative. Realizing that…
-
comment
Comment #38960288
This is what allspice.io does
-
comment
Comment #37435902
I somewhat agree with the author, sometimes with async rust I need to figure out how to tell the compiler that yes I want to recursively call this async function. This can be a hug…
-
comment
Comment #35784101
one thing I really like about Ocaml is the language adapts. Multi core, modular implicits, build systems. I imagine Ocaml will continue to adapt and while I don’t think it will sol…