i was being very stupid about bitwise operations in this stream smh. instead of doing the xor stuff, the proper way to check that no extra bits are present in `perm` is to invert the bitmask and AND it against the input -> bool hasInvalidBits = perm & ~bitmask
@beloinsena469128 күн бұрын
Can you share the Miro thing? I am currently studying to become a good kernel hacker and I miss some roadmap like Webdev
@offlinemark27 күн бұрын
The miro is just my personal project notes- not a roadmap for learning. But you can check out offlinemark.com/resources
@zaylaxsamin207428 күн бұрын
Hey boss, this is so awesome! I really am looking forward to getting into this. Do you have any advice and learning resources for learning all this and low level stuff? Earned a sub here.👍
@offlinemark28 күн бұрын
thanks a lot zaylax. I maintain a list of resources and my recs at: offlinemark.com/resources