HN user

ape4

4,624 karma
Posts4
Comments2,672
View on HN
ESP32-S31 2 months ago

Its good you can do that but the command doesn't exactly roll off the tongue.

As a next level beyond coloring... how about adding some interactivity? How about a slider to control the brightness of each type of byte. Turn everything but text to 10% when when you're looking for some words in a binary file.

Interesting! I did `fallocate -l 1G myfile` - very fast. Its all zeros but probably won't be compressed by the filesystem since its created with the fallocate() system call.