On my 5 year old work laptop it was so bad it was nearly unusable. I found that disabling the shell extensions they used to implement the new file explorer UI helped a lot with that.
If you ignore the spaces, the only real difference between German and English compound nouns are the infixes between elements to show bracketing. Case in point: Nomenkompositum
I also had it stop working completely. I thought they finally wised up to my adblocker, but I decided to finally install that update I had been sitting on for a while and it just started working again
> For example, one format I use is just to concatenate multiple files into a single one, I use it to group video timeline seeker images into one file - it is faster than using archive or tar/gzip
I did something like this when I was moving my files onto a new computer like 25 years ago, and all I had was a floppy drive. Just continuously dump the data onto a floppy until space runs out and ask for another one until there are no more files.
This almost IS the tar format. It’s just a 512 byte header with metadata per file then the file data. Repeat for each file. The cpio format is similar but the header is shorter.
Details of the contents of the headers vary, hence the different flavours. And I believe POSIX added extensible extra metadata fields that are saved as a kinda pseudo file
I played around with Squeak this summer and made a few demos of showing how inserts and removals work in binary search trees and B-trees. I also wrote a tree-walking Smalltalk interpreter in F# and an implementation of the game of life for it. It was a blast.