Viewing profile — scienceplease
scienceplease
HN member- Joined
- Wed, Apr 14, 2021, 1:43 PM UTC
- HN karma
- 5
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About scienceplease
No profile information was provided.
Recent public activity
-
comment
Comment #41346339
> cooperative scheduler that isn't using native kernel threads Can anyone point me towards cooperative thread schedulers that use native kernel threads? Would this effectively mean…
-
comment
Comment #40025236
In the interim, check out basedpyright [1]. It's an up-to-date fork of pyright with some improvements, less arbitrary limitations, and does not require npm to install. [1] https://…
-
comment
Comment #36560440
This is really amazing work! Is it still ongoing/funded?
-
comment
Comment #36458005
"If you interpret that operation as signed math it's computing 254 + 1 = 255, while if you interpret it as unsigned math it was -2 + 1 = -1." I think the author swapped "signed mat…