HackerTrans
トップ新着トレンドコメント過去質問紹介求人

moggi

no profile record

投稿

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

nature.com
35 ポイント·投稿者 moggi·4 年前·34 コメント

Chinese GPU claiming to be faster than Nvidia A100

wccftech.com
5 ポイント·投稿者 moggi·4 年前·0 コメント

Binary bisection with Git as part of LibreOffice QA

wiki.documentfoundation.org
1 ポイント·投稿者 moggi·4 年前·0 コメント

コメント

moggi
·2 年前·議論
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 年前·議論
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 年前·議論
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 年前·議論
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.