Live data from Hacker News

Show HN: HN Avatars in 357 bytes

news.ycombinator.com

201–210 of 536 posts

Re: Show HN: HN Avatars in 357 bytes

#201
post #33

Earlier quoted context omitted.

I've found the python docs[0] to be quite helpful for this topic. [0]: https://wiki.python.org/moin/BitwiseOperators

Thanks, but its still a bit confusing for me. Im looking for a really dumbed down kind of approach: input, operator, visual explanation of what its doing, output. Im a really bad learner, and didnt study computer science or anything. Ive never had a reason to touch binary, so find these operators unintuitive.

You'll just have to use it in actual programs to really understand it. You can't properly understand `if` and `for` either just by reading some doc page about it, you can't become a guitarist just by reading about technique, you don't become a carpenter just about reading about it, etc. So don't feel bad if you're confused by just reading that page.
Post reply on HN