HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ytret

no profile record

comments

ytret
·3년 전·discuss
I think one can verify the fingerprint by other means, e.g. phone
ytret
·3년 전·discuss
Another way to understand what e.g. 0xFE means as a signed integer is to just add a number until it equals 0. So, 0xFE + 1 = 0xFF, not zero. 0xFE + 2 = 0. Therefore, 0xFE is -2.