I canât remember if the hex viewer back then had these options. Donât even recall what software that was. :-)
The one that I used during my Windows 95 days was âHex Workshopâ. It had similar features, just not as promimently displayed. It shows them down there in the statusline as âValueâ:

Newer versions can probably do more, havenât checked. đ (Assuming this program still exists.)
Apart from selecting text to copy into the clipboard. But that probably has the potential for trouble and interference with button clicks, etc.
Yeah, thatâs a big problem: Once you activate mouse mode in the terminal, the terminal loses the ability to select text. đ Youâd either have to emulate that in the program itself (like Vim does) or give the user an easy way to turn mouse support on/off during runtime.
How did the startup times develop?
Theyâre pretty stable at around 230 ms on my old NUC. Itâs just fast enough so that it doesnât annoy me.
@movq@www.uninformativ.de Nice, itâs coming together! Despite it being ages ago that I used a hex editor or viewer, these different representations of information appear very handy to me. If I had to mess around on binary formats, Iâd definitely appreciate them. I canât remember if the hex viewer back then had these options. Donât even recall what software that was. :-)
I, too, only very, very rarely use the mouse in the terminal. Apart from selecting text to copy into the clipboard. But that probably has the potential for trouble and interference with button clicks, etc. If one isnât careful.
How did the startup times develop?
Slow progress: My hex editor now has an info panel that shows whatâs under the cursor. 
Another project where Iâm going to use my terminal widget toolkit is a hex editor. This is still very young, obviously, and thereâs a lot of work to do (both in the toolkit and this particular application), but Iâm making some progress:
https://movq.de/v/2bae14ed16/vid-1769283187.mp4
Since this program is UTF-8 clean (I hope), you can do things like enter multi-byte UTF-8 sequences or paste them from the system clipboard (another hex editor I just tried failed to do this correctly):
https://movq.de/v/e9241034c1/vid-1769283755.mp4
Under the hood, Iâm using mmap() with MAP_PRIVATE, which is really cool: I get the entire file as a byte array, no matter how large it is, no need to actually read it upfront; and MAP_PRIVATE means that I can write to this area however I like without changing the underlying file. The kernel does copy-on-write for me. Only when you hit Save, it will write to the filesystem. And itâs just a couple lines of code. The kernel does all the magic. đ„ł
Intel Xeon 6980P vs. AMD EPYC 9755 128-Core Showdown With The Latest Linux Software For EOY2025
Since receiving the Gigabyte R284-A92-AAL1 a while back as a Xeon 6900 series 2U server platform to replace the failed Intel AvenueCity reference server, I have been getting caught-up in fresh Xeon 6980P Granite Rapids benchmarks with the latest software updates over the past year. Iâve provided fresh looks at the DDR5-6400 vs. MRDIMM-8800 performance, the AMX benefits for AI, SNC3 vs. HEX mode, Latency Optimized Mo ⊠â Read more
@kat@yarn.girlonthemoon.xyz i wound up with xcolor AND pastel at the same time, because xcolor does exactly what i want while pastel and its picker subcommand does the same thing, relying on xcolor, but brings up a nice graphic of the picked color and related colors, plus more than just the hex code. neat.
I learned a #Toronto #hex club just started! Iâve played since â98 or â99, but rarely in person. https://www.hexwiki.net/index.php/Hex_clubs
2 of the Best Hex Editors for Mac: ImHex & Hex Fiend
Hex editors are software tools that are able to view and edit hex data and raw binary data of files, and can be frequently used by programmers, developers, and reverse engineers, to inspect, debug, and analyze files and software. Some advanced users even rely on hex editors for data recovery and digital forensics, or to ⊠Read More â Read more
GitHub - sharkdp/hexyl: A command-line hex viewer https://github.com/sharkdp/hexyl
life hex: is your companyâs marketing falling flat? Before spending millions on a re-branding effort, try charging your existing logo by staring at it during orgasm and then reproducing it in seminal fluid
life hex: leash-training your dog can be a pain. Instead, make an effigy of your dog, and wrap around it twine made from his own hair, while chanting âI bind you to this imageâ. Pop the poppet in your pocket and off you go
life hex: sick of dating sites? Instead of trusting a pickup artist, trust Furfur, Earl of Hell. Just remember to put him inside a magic triangle before asking him for relationship advice
life hex: for financial planning advice, summon Foras, Great President of Hell
First Workshop on the History of Expressive Systems http://www.expressive-systems.org/hex/01/
@kas@enotty.dk So the first hex string is the private key and the second a public key of a recipient?