HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nikital

no profile record

Submissions

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

island.io
2 points·by nikital·6 mesi fa·0 comments

comments

nikital
·5 anni fa·discuss
I made a WebGL mechanical clock simulation if anyone wants to look at it in motion: https://clock.leshenko.net/
nikital
·5 anni fa·discuss
> 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 anni fa·discuss
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 anni fa·discuss
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?