trending

3d ago

Building a bitwise calculator that didn't need to exist — but 3,000 devs a month use it

Hey PH!

I built BitwiseCalc (https://bitwisecalc.com) because I kept switching between macOS Calculator and Python REPL every time I needed to do binary math.

18h ago

Bitwise Calculator - Bitwise calculator — AND, OR, XOR, NOT & shifts with steps

Pure bitwise calculator for developers — AND, OR, XOR, NOT, left/right shifts. Enter binary, decimal, or hex; see results in all four bases plus 32-bit bit visualization. Calculation history, one-click examples, "Why This Matters" explanations. 100% client-side, no signup, no tracking. Built after a 2 AM debugging session where every existing tool was either ad-infested or hid the bit-level detail.