You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following suggestions relate to the "Number bases" widget which displays the current result in different bases.
Bit positions are usually indexed from zero. The hint positions should be 7-15-23-31 and so on. Check windows calculator, speedcrunch or similar for reference.
The digits in binary display (while flippable), are tiny and with no margins, making bit flipping cumbersome. Increasing font size helps somewhat, but that badly affects the rest of the app UI. Nobody does this better than speedcrunch - high contrast, immediately readable positions, consistent digit width. It's the only thing preventing me from switching at the moment.
Either way, love the tool - fantastic job!
The text was updated successfully, but these errors were encountered:
-5 is not really helpful since there is no - in binary form. A more useful output would be: 11111111111111111111111111111011
or FFFFFFFB
11111111111111111111111111111011 is exactly what is displayed in your screenshot (?). Two's complement representation is by default enabled for binary numbers and can be enabled for hexadecimal in preferences (where two's complement for input can also be enabled).
Following suggestions relate to the "Number bases" widget which displays the current result in different bases.
Bit positions are usually indexed from zero. The hint positions should be 7-15-23-31 and so on. Check windows calculator, speedcrunch or similar for reference.
The digits in binary display (while flippable), are tiny and with no margins, making bit flipping cumbersome. Increasing font size helps somewhat, but that badly affects the rest of the app UI. Nobody does this better than speedcrunch - high contrast, immediately readable positions, consistent digit width. It's the only thing preventing me from switching at the moment.
Either way, love the tool - fantastic job!
The text was updated successfully, but these errors were encountered: