HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nikital

no profile record

Submissions

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

island.io
2 points·by nikital·hace 6 meses·0 comments

comments

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