Hacker News new | ask | show | jobs
by Itsdijital 3258 days ago
The programming mode is invaluable to me. I do a lot of embedded stuff and it is an absolute godsend.

If any knows any other good simple programs for bitwise operations and binary conversion then I'm all ears.

2 comments

I sometimes use a python REPL instead of a calculator. Python has `bin()` for binary representations. Plus imaginary numbers are built in. For more complicated stuff I reach for Wolfram alpha.
Powershell.exe