The public domain translations are pretty old either way. John Cooper's big book is probably still the best but im out of the game these days.
AI guys would probably love this if any of them still have the patience to read/comprehend something very challenging. Probably one of the more famous essays on the Phaedrus dialogue. Its the first long essay of this book:
Roughly: Plato's subordination of writing in this text is symptomatic of a broader kind of `logocentrism` throughout all of western canonical philosophy. Derrida argues the idea of the "externality" of writing compared to speech/logos is not justified by anything, and in fact everything (language, thought) is more like a kind "writing."
Sorry it's unclear in the post, they weren't exactly the same! The numbers reported were on Lev, and we swept them around that range for me (Albert). But we didn't take down the exact values, so unfortunately I don't know how similar the maps were. iirc they were pretty different.
I had the same thought - I guess it's similar to that idea that if you had someone else's eyes, you might not perceive specific colours to be the same?
But actually it sort of makes sense since (from what I understand) is stimulating an external interface (the receptors), so you're mimicing what the effect a smell would have on you rather than the electrical signal created by the response to a stimulus?
I did but I don't think I understand how it's that bad, random IP address with JavaScript disabled is 2 data points that can't, as far as I can see, be really helpful in identifying me. Seems like you're fingerprinted anyway so the less you give the better...
Just having JS disabled narrows you down by a lot. Yeah, fingerprinters can't use a lot of their more sophisticated techniques, but they still have a lot to work with as I understand it. I'm no expert though.
At least read the first chapter. I've never read anything like it (and I've read a lot). It was an experience more than anything. It became abundantly clear to me that I was reading something could only have been written by a true genius. No other author has a command of the modern English language like DFW did. The way he combines humor, wit, and wordplay was magic. It really showed me the power of writing.
Everybody has already mentioned most of the best books I've read, so I'll mention one that I haven't seen on this thread yet - The Little Schemer.
Unless you're actively working through a bunch of problems/examples, reading most books is a form of passive learning. That is, you are simply being told information. The Little Schemer is the only book I know of that is written almost entirely in the form of increasingly intricate questions to the reader (active learning). There are maybe about two dozen or so statements ("Laws" as the author calls them). Everything else is a question in an extended Socratic dialogue aimed at refining the reader's knowledge of Lisp, how computation arises from recursion, computation in general, and lambda calculus culminating in the y-combinator.
The Little Schemer is the most unique, most fun, most educational (in the sense that it _forces_ you to work your way through it) book that I've read. Moreover, it's a great way to grasp computation in a more abstract sense.
I've always wondered this as well. In one case, math literacy among the Inuits actually went up significantly when they allowed them to start using their native base 20 system school[1]. Although, they also designed a new system of iconic numerals, so I think that was what caused the increase in math test scores (since you can do arithmetic visually with an iconic numeral system).
Yes. I think people would be a lot better at arithmetic if we had a larger base or, more importantly, iconic numerals so that arithmetic can be done visually as in Mayan numerals or Kaktovik numerals[1] (both base 20).
Keyboards with thumb clusters are definitely the best option, but in my experience, even on a normal keyboard, simply remapping your keys makes a world of difference.
Here are some of my most useful remaps:
- Swap enter and semicolon. Enter is one of my most used keys. It should be "directly accessible"
- Make right command backspace. Backspace is another key I very commonly use, but it's far away and causes a lot of pain. Now, it's right under my thumb! (Regular backspace key is now forward delete).
- Make caps lock and enter control. (When pressed with other keys). This is useful for Emacs commands.
- Caps lock is escape when not pressed with other keys.
- Enter is semicolon when not pressed with other keys.
The "when not pressed with other keys" stuff is interesting. I never thought about that. The only trouble I can see with this is being unable to type effectively on a normie keyboard. I've had the ctrl/caps swap for years and I regular mess it up on a normie keyboard, although it's no big deal to accidentally press caps, of course. What I like is my portable mechanical keyboard has a physical switch, so it works whatever computer I plug it in to.
Or we could adopt a number system that has actual, proven arithmetic benefits. See the Kaktovik numerals (https://en.wikipedia.org/wiki/Kaktovik_numerals). As a bonus the numerals are all one single stroke, so it's super fast to write!
Though, the benefits to calculation come from the fact that the numerals are iconic, not due to it being base-20.