|
|
|
|
|
by jb55
344 days ago
|
|
I have had the experience of explaining to coworkers how bitwise operators even work more than once. I think sometimes people overestimate the average programmers knowledge when it comes to bit operations. modern programming is so detached from having to use that for day to day work. I am aware of the bithacks page, but I just found encoding the bit coordinate in the ID itself so clever. |
|