Your hex editor should color-code bytes
simonomi.dev
Your hex editor should color-code bytes
1–10 of 165 posts
Re: Your hex editor should color-code bytes
#2Re: Your hex editor should color-code bytes
#3Re: Your hex editor should color-code bytes
#4Re: Your hex editor should color-code bytes
#5The cool thing about it imo (outside of colors) is a `--windows` flag. Which separates the hex view into partitions: so `-w 2:-3:5` shows the first two bytes on a line, then skips three bytes, then shows the next 5 bytes on a line, then the rest of the file. Easy to use combined with a terminal's up arrow.
Re: Your hex editor should color-code bytes
#6Re: Your hex editor should color-code bytes
#7The post put on the table an interesting point about how to improve the presentation layer to fit what’s human cognition is good at spotting (in general, or at least for the expected audience with some training). And it does start proposing something with these color schemes. But isn’t it kind of missing the forest for the tree? Actually why do we even have rendering with [012345678ABCDEF], when a specific set of (colored/imaged?) glyphs would be able to make more obvious what’s on the table? Or even beyond the hexadecimal grouping, wouldn’t be more relevant to render something "intuitively" far more easy to grap without several layer of internalized interpretation through acculturation?