I did something similar in my paper "Meno II: A self-referential Socratic dialogue about memory and computer programming" [1] (published in The Reasoner). Every length-200 block of text is carefully chosen so as to steganographically encode one character of a computer program, and Socrates and Meno decode the program in real time by examining the words they've said.
I didn't do it entirely by hand, but I didn't just one-shot it with AI either (good luck). Instead, I wrote the whole dialogue in a special format specifying alternate words [like|similar to] [this|what I'm [currently doing here|doing right now]]. For each length-200 block, the number of variations grows exponentially in the number of "options" to thus choose from, so it becomes feasible to have a computer systematically choose options so as to hide the desired secrets.
The same method could be used for monospace alignment, though I suspect it would be harder the narrower the page be.
I don't know if it's OSX itself or one of the common GUI engines implementations on OSX, but I notice a lot of apps (including Firefox when you try to save a file which would overwrite another file) will have popup modals with multiple buttons and there's no way to click the non-default button with just keyboard.
For example, in Firefox, trying to save a file when a file by that name already exists, you get a "Cancel" or "Replace" prompt and you can "Cancel" by pressing return, but if you want to "Replace", you apparently HAVE to use mouse or trackpad!?!
The Beatles absolutely still exist! They published a new single in 2023 ("Now and Then") and they surgically injected slices from archive footage into new footage for the music video to make it look like young Lennon and Harrison perform alongside elder McCartney and Ringo.
And you can subvocalize (that is, think them in your mind) two different voices at once if you deliberately try to, and it's a skill that gets easier with practice. Though, no matter how much I practiced it, I was never able to get to where it would take place automatically without my forcing it.
Long before Erdös, we had Plato and Socrates develop the theory of anamnesis, that there is no such thing as learning, but rather, whatever we supposedly learn, we actually remember (we knew it already and had forgotten it). Presumably this should be understood only of universal facts (like mathematics), not contingent facts (like who was the president of the U.S. in 1950).
Before birth. ...Hey, don't point that pitchfork at me, point it at Socrates. In his defense, that kind of does describe when LLMs acquired their knowledge (if we consider "birth" to be the moment when the already-trained weights are sent to the GPU) https://en.wikipedia.org/wiki/Anamnesis_(philosophy)
Pre-conception is unlikely to be really possible outside some esoteric circles. While in the womb there could be some limited experiences that get ingrained in the mind as memories, but I don't think that's the topic here.
Before the discovery of the fundamental theorem of calculus, enormous ingenuity and whole careers were spent doing calculations which the fundamental theorem trivialized. To be clear, I'm not just saying that the people involved were doing lots of mechanical arithmetic (though they did that, too). I'm saying they did creative, inspired, nontrivial mathematics to calculate certain things, all of which was then trivialized and made obsolete by the fundamental theorem of calculus.
Mathematics is a bridge to what Neoplatonists call the intelligible world. Currently, mathematicians navigate that world on foot. It's exciting to think that soon we might have cars and trains in that world so we don't have to painstakingly walk everywhere.
I find that I don't necessarily mind when a book repeats itself, and a good helping of anecdotes can help a point get across. Ralph Waldo Emerson famously said, "I cannot remember the books I've read any more than the meals I have eaten; even so, they have made me." Trying to distill a book down to the minimum logically equivalent length is like eating the smallest possible portion of a supplement one time and then wondering why it doesn't do anything for you.
Agree. I do a lot of travel and in 3rd-world countries it is quite common to get 2g spam, it's really unacceptable that Apple doesn't offer a way to turn off 2g short of lockdown mode.
Are you sure it's not sourced from the visited network? In that case, 3G or beyond wouldn't help you, as mutual authentication does not imply end-to-end authentication of all traffic between you and your home provider.
I didn't do it entirely by hand, but I didn't just one-shot it with AI either (good luck). Instead, I wrote the whole dialogue in a special format specifying alternate words [like|similar to] [this|what I'm [currently doing here|doing right now]]. For each length-200 block, the number of variations grows exponentially in the number of "options" to thus choose from, so it becomes feasible to have a computer systematically choose options so as to hide the desired secrets.
The same method could be used for monospace alignment, though I suspect it would be harder the narrower the page be.
[1] http://philpapers.org/archive/ALEMIA-4.pdf
reply