Y
Hacker News
new
|
ask
|
show
|
jobs
by
sprayk
29 days ago
there are actually 10 problems: naming things, cache invalidation, base conversions, off by one errors, and cache invalidation
1 comments
QuaternionsBhop
29 days ago
Base conversions are easy, but which off by one is it? base 4 or base 6?
link
sprayk
29 days ago
10 base 2 is 2 base 10. i gave four unique hard problems. and now typing this out i see that I was off by 1 (or two)
link
rzzzt
29 days ago
Off-by-two is a subset of all possible off-by-one errors.
link
m3047
29 days ago
All off-by-one errors can be reproduced by producing an off-by-one error of some other off-by-one error.
link