Microblogging
Feb. 27th, 2019 12:30 amAutism symptoms(?) nobody tells you about: Merging information one has about two different people into one extremely interesting person. I was vaguely disappointed to learn Ezra Klein, Playboy model that Tumblr keeps talking about, and Noah Smith, journalist that rationalists on Twitter keep retweeting, are actually two different people.
That feeling when you value various qualities in humans, so you seek out and associate with other humans with those qualities, and then you go "can I really think of myself as a this-quality-having person when I'm not above average at it for my social group?"
Generalizing from small amounts of data that isn't quite enough for you to be socially entitled to generalize from is fun. It's kind of awkward when you write "The really easy way we can tell that int(1, infinity, f(x)dx)
probably diverges is that the hint you gave us tells us about a function that f(x)
dominates. If int(1, infinity, f(x)dx)
converged, knowing about functions that f(x)
dominates wouldn't be useful for proving that" and then don't have the time to follow up and write a better proof, though.
One of the neat parts of being a girl is that everyone will constantly argue that it's prosocial and good for me to try to ask people out more, so that on the rare occasions I actually do it I … don't necessarily have confidence, but I feel good about doing it.
I need to find a good workflow for going from a collection of Markdown files with LaTeX equations embedded \[like this\]
or \(like this\)
, as well as non-ASCII characters, to PDF/web/etc. In theory Pandoc should be able to handle this, but I haven't found the right combination of flags yet. This article on LaTeX seems annoyingly plausible and similar to my experiences, so just manually switching to LaTeX seems unfun.
I also seem to be developing an idiosyncratic markup scheme for my math homework and notes, which would also be neat to turn into a document, if harder because it's really not Markdown. (I'm using a * b
for multiplication, a ** b
for exponentiation, a_(n+1)
for sequences, etc, so I can't really do in-text styling like that.) I need to be able to type math because I get hand pain from extended periods of writing very easily, and also because copy-pasting and being able to easily visually compare lines and stuff is very useful.