my blog https://overreacted.io

nocta

+9 -6
+5 -5
app/[slug]/page.tsx
··· 57 57 </p> 58 58 <div className="markdown"> 59 59 <div className="mb-8 relative md:-left-6 flex flex-wrap items-baseline"> 60 - {!isDraft && ( 60 + {!data.nocta && ( 61 61 <a 62 62 href="https://ko-fi.com/gaearon" 63 63 target="_blank" ··· 165 165 }} 166 166 /> 167 167 </Wrapper> 168 - {!isDraft && ( 169 - <> 168 + {!data.nocta && ( 169 + <div className="flex flex-wrap items-baseline"> 170 170 <a 171 171 href="https://ko-fi.com/gaearon" 172 172 target="_blank" ··· 176 176 Pay what you like 177 177 </a> 178 178 <a 179 - className="leading-tight mt-4 ml-4 relative md:-left-8" 179 + className="leading-tight ml-4 relative md:-left-8" 180 180 href="/im-doing-a-little-consulting/" 181 181 > 182 182 Hire me 183 183 </a> 184 - </> 184 + </div> 185 185 )} 186 186 <hr /> 187 187 <p>
+1
public/im-doing-a-little-consulting/index.md
··· 3 3 date: '2025-06-11' 4 4 spoiler: Personal update post. 5 5 bluesky: https://bsky.app/profile/danabra.mov/post/3lrc6uftquk2v 6 + nocta: true 6 7 --- 7 8 8 9 It's been a while since I've posted any personal/professional updates.
+2 -1
public/my-decade-in-review/index.md
··· 2 2 title: My Decade in Review 3 3 date: '2020-01-01' 4 4 spoiler: A personal reflection. 5 + nocta: true 5 6 --- 6 7 7 8 I started this decade as a first-year college student fresh out of high school. I was 17, didn't have a job, didn't have any industry connections, and really didn't know shit. And now you're reading my blog! I would have been proud. ··· 184 185 185 186 I met many people in the audience who I already knew from Twitter. One of them was Jing Chen. I remembered her from our IRC chat on the React channel, and came to say hi. She asked whether FB recruiters contacted me before, and I said I couldn't get a US visa. Jing asked whether I'm interested in working at the London office, and I had no idea there even *was* a London office! I called my wife and asked if she's up for moving to London. I thought she'd hate the idea, but she immediately said yes. So I said yes to an interview. 186 187 187 - There were four people from FB at the conference, so Jing arranged a full interview right at the conference hotel. It was a regular interview process, except it was in Paris and everyone was sweaty because it was so hot outside. 188 + There were four people from FB at the conference, so Jing arranged a full interview right at the conference hotel. It was a regular interview process, except it was in Paris and everyone was sweaty because it was so hot outside. 188 189 189 190 Everything happened so spontaneously that I neither had time to prepare, nor to get nervous. At one point I freaked out and panicked because I couldn't write three lines of code that swap two items in an array. I asked Jing to look away for a few seconds. She said "I know you can swap two items", and that gave me the confidence to finish the answer and make it through the interview. I probably didn't pass with flying colors, but I got the offer. 190 191
+1
public/things-i-dont-know-as-of-2018/index.md
··· 2 2 title: Things I Don’t Know as of 2018 3 3 date: '2018-12-28' 4 4 spoiler: We can admit our knowledge gaps without devaluing our expertise. 5 + nocta: true 5 6 --- 6 7 7 8 People often assume that I know far more than I actually do. That’s not a bad problem to have and I’m not complaining. (Folks from minority groups often suffer the opposite bias despite their hard-earned credentials, and that *sucks*.)