HackerTrans
TopNewTrendsCommentsPastAskShowJobs

moggi

no profile record

Submissions

THC can transfer to milk when hemp is fed to dairy cows

nature.com
35 points·by moggi·4 года назад·34 comments

Chinese GPU claiming to be faster than Nvidia A100

wccftech.com
5 points·by moggi·4 года назад·0 comments

Binary bisection with Git as part of LibreOffice QA

wiki.documentfoundation.org
1 points·by moggi·4 года назад·0 comments

comments

moggi
·2 года назад·discuss
If you want to learn how to understand the performance of the whole system I can recommend Brendan Gregg's Systems Performance: Enterprise and the Cloud (https://www.brendangregg.com/blog/2020-07-15/systems-perform...). It is a good book that teaches a lot of basics and techniques and gives a good understanding of the impact different system components can have on performance.
moggi
·2 года назад·discuss
A really good presentation showing why the Xeon Max can't reach full HBM bandwidth: https://www.ixpug.org/images/docs/ISC23/McCalpin_SPR_BW_limi...
moggi
·4 года назад·discuss
Even in the US the case law around self-incrimination due to forced password disclosure does not seem to be settled. There have been multiple cases were judges have considered passwords foregone conclusions, e.g. [1]

[1] https://www.reuters.com/business/legal/us-supreme-court-nixe...
moggi
·4 года назад·discuss
I can recommend https://realpython.com/products/cpython-internals-book/ as a decent initial documentation of cpython. I have a copy of this book at my desk for the few cases when I need to debug GIL or memory allocator related issues in cpython.