Reminds me of a real-life version of something from Pynchon's Bleeding Edge -- inching toward parody, but still believable. (In this case, unlike in the novel, because it's actually true...)
What kind of "technical minutiae" do you put in your Anki deck? I use Anki for Japanese study, but I've been thinking about doing more with it. Wasn't quite sure how to make useful tech flashcards... outside of memorizing as many powers of 2 as I could :)
Snippets from Python module docs. Objective-C APIs.
Basically, anything that I have to look up on StackOverflow.
E.g. os.path.relpath, -[NSString valueWithPointer:], -[NSString substringFromIndex:].
My loose heuristic is if I claim to be an X programmer, and some douche calls me out on an API call for language X in an interview, would I feel embarrassed saying I usually just look that up on Stack Overflow.
Alternative method: click the big on/off switch for online search results.
Don't get me wrong -- I'm not defending Ubuntu. I think it's gross that they include this at all, and extra-gross that it's on by default. But let's not get too carried away with the hyperbole and conspiracy theories.
Just read the source! Or if you don't trust the source, just examine your network traffic. Pretty easy to verify whether the button does what it claims...
Did you read the linked article? It doesn't matter what it looks like you're copying/pasting, or how it's explained in the site you're copying/pasting it from.
Thanks for posting that - I came in here to do the same thing but you beat me to it. Please read the linked article before ever copying and pasting from the web!
Didn't even have to think about this one: Eloquent Javascript, by Marijn Haverbeke. He's an amazing writer and a brilliant all-around guy. Technically it's geared toward new programmers, but it's worth a read at pretty much any level.
(Full disclosure: I'm listed as the editor on the print version, though in this case my job basically consisted of nodding as chapters came in and saying, "Yup, that's a damn good book.")
I can't believe I never thought to do this. Great idea, thanks!