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

nikital

no profile record

投稿

Debugging WinDbg with WinDbg: Fixing a Ctrl-C UI Freeze

island.io
2 ポイント·投稿者 nikital·6 か月前·0 コメント

コメント

nikital
·5 年前·議論
I made a WebGL mechanical clock simulation if anyone wants to look at it in motion: https://clock.leshenko.net/
nikital
·5 年前·議論
> 8051s love talking to each other after all, otherwise USB would not exist.

Can anyone explain what the author meant by that? I thought 8051 is just an ISA, is there something special there for cross IC communication compared to other ISAs? And what the the connection to USB?
nikital
·5 年前·議論
Great presentation! I created something similar — a step-by-step Git implementation that is designed for teaching Git internals:

https://www.leshenko.net/p/ugit/
nikital
·9 年前·議論
A pain I have with rebase workflow is that it creates untested commits (because diffs were blindly applied to a new version of the code). If I rebase 100 commits, some of the commits will be subtly broken.

How do you deal with that?