Fundamental Abstractions From Computing In 2022 That Might Still Exist And Be A Reliable Means Of Data Retrieval In 2122:
1. Bytes (or at least integers from 0 to 255)
2. Arrays (of things that could include either bytes, or integers from 0 to 255, and with a separate "length" integer)
3. UTF-8 (or at least the 7-bit ASCII-like subset of it)
4. .... ...
Any takers for whether there even will be a 4?