Viewing profile — catnibbler
catnibbler
HN member- Joined
- Sat, Jul 29, 2023, 12:37 AM UTC
- HN karma
- 7
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About catnibbler
No profile information was provided.
Recent public activity
-
comment
Comment #37107248
What was the reason for using a density scanner then throwing GPUs at it, rather than just using a scanner that worked, such as 13C MRI ?
-
comment
Comment #36915985
Keep the GIL and avoid the problems its removal will cause. Allow parts of your program to run in a separate namespace with explicit passing of objects. No sharing means no content…
-
comment
Comment #36915871
Is it really too late to not do this ? The only reason to get rid of the GIL is to help threading, but that's not a thing we should be doing. Threads need to just die, and be repla…