▲ | rgovostes 7 days ago | |
There is a Base64 quasi-fixed point:
It can be extended indefinitely one character at a time, but there will always be some suffix. | ||
▲ | o11c 7 days ago | parent | next [-] | |
For reference, a program to generate the quasi-fixed point from scratch:
This ultimately produces:
| ||
▲ | thaumasiotes 7 days ago | parent | prev | next [-] | |
Note that the suffix will grow in length with the input, making it less and less interesting. (Because the output is necessarily 8/6 the size of the input, the suffix always adds 33% to the length.) | ||
▲ | syncsynchalt 7 days ago | parent | prev [-] | |
From the other direction, you'd call it a tail-eating unquine? |