Live data from Hacker News

Writing about what you learn pushes you to understand topics better

addyosmani.com

141–150 of 167 posts

Re: Writing about what you learn pushes you to understand topics better

#141
When I’m in a long message thread about an issue our application is having, a little “this would make a good blog post” bell rings in my head once the discussion grows beyond a certain threshold.

I’ll copy/paste the text into my notes and will later generalize it and turn it into a blog post.

Even if the topic seems simple and self-evident, there’s always someone out there who will benefit from learning from your experience.

Re: Writing about what you learn pushes you to understand topics better

#142
post #139

Earlier quoted context omitted.

It's still science even with a low p value! It's just a negative result instead of a positive one. Such results really ought to be published, even if they aren't usually.

Well, not all of them deserve to be published. But I understand your meaning.

True, but not all positive results deserve to be published either!

Re: Writing about what you learn pushes you to understand topics better

#143
post #89

I started publishing "TIL" posts a few years ago and everything in this post here resonated 100% with my experience of writing those. The great thing about TILs is that once you form a solid set of habits around them they can be extremely quick to put together: the majority of my TIL posts take between 15 minutes and half an hour to write. I make extensive personal notes on everything I'm doing (in GitHub issues thre…

I have this odd fear that sharing what I learned today will make me look stupid. “Look it’s 2023 this dude just learned about http error codes”. Silly example but you get the idea.

This is one of the reasons I'm so keen on publishing this kind of thing - I like to make the point that you can have 20+ years of experience and still celebrate learning something basic like how to write a for loop in Bash.

No-one knows everything. I respect anyone who is constantly learning new things, no matter how basic those things might be.

Here's the most basic one I published recently: https://til.simonwillison.net/html/scroll-to-text

Re: Writing about what you learn pushes you to understand topics better

#144

Earlier quoted context omitted.

I have this odd fear that sharing what I learned today will make me look stupid. “Look it’s 2023 this dude just learned about http error codes”. Silly example but you get the idea.

Anyone who thinks they don't have gaping holes in their knowledge, and criticizes others for it, is probably suffering from a severe case of Dunning-Kruger.

Yeah, if I see someone criticizing others because "that's so obvious, everyone knows that" the person I lose respect for is that critic.

Re: Writing about what you learn pushes you to understand topics better

#145
post #136
post #89

I started publishing "TIL" posts a few years ago and everything in this post here resonated 100% with my experience of writing those. The great thing about TILs is that once you form a solid set of habits around them they can be extremely quick to put together: the majority of my TIL posts take between 15 minutes and half an hour to write. I make extensive personal notes on everything I'm doing (in GitHub issues thre…

How often do you go over these notes and review or study them? I don't mean ones you need and hence use, but all of them? I have an issue where I feel I have so many notes that I forgot what's in there, and sometimes I remember or find out when I don't need it, and I seem to lack a habit of reviewing my notes.

Some of them I remember and refer back to often. Others I completely forget even exist.

I added "related TILs" to my site a while ago - here's a TIL about how I built that: https://til.simonwillison.net/sqlite/related-content - and as a result occasionally I'll post a new TIL and the related ones will remind me of an older one.

Occasionally I'll completely forget the subject of the TIL itself! I was delighted to randomly stumble on this one here https://til.simonwillison.net/html/datalist the other day (after clicking my "html" tag from another TIL) which reminded me of the HTML datalist element, which I had forgotten existed.

Re: Writing about what you learn pushes you to understand topics better

#146
post #130
post #127

Earlier quoted context omitted.

> That helps it have legal force Could you elaborate on this point?

Presumably this is about intellectual property claims. If you get into legal issues around patents, being able to prove when you made notes on something could be important. Signing and dating each page helps demonstrate that you've been taking notes at specific times. Crossing out the areas of the page that you don't use helps in case you get accused of deliberately leaving blank space in your notebook so you can bac…

I thought this was a myth

Re: Writing about what you learn pushes you to understand topics better

#147
post #130

Earlier quoted context omitted.

Presumably this is about intellectual property claims. If you get into legal issues around patents, being able to prove when you made notes on something could be important. Signing and dating each page helps demonstrate that you've been taking notes at specific times. Crossing out the areas of the page that you don't use helps in case you get accused of deliberately leaving blank space in your notebook so you can bac…

I thought this was a myth

I still have the bound, page-numbered notebook issued to me by Microsoft in the late 90s for this exact purpose, along with a lecture explaining the methodology above. (A rather misguided effort by an IP attorney who was apparently new to software…)

Re: Writing about what you learn pushes you to understand topics better

#148
post #130
post #127

Earlier quoted context omitted.

> That helps it have legal force Could you elaborate on this point?

Presumably this is about intellectual property claims. If you get into legal issues around patents, being able to prove when you made notes on something could be important. Signing and dating each page helps demonstrate that you've been taking notes at specific times. Crossing out the areas of the page that you don't use helps in case you get accused of deliberately leaving blank space in your notebook so you can bac…

I saw one in a stationary catalog some years ago. It was exactly as you describe it.

There was space for a notary seal as well. I think the idea was to have it notarized once every so often so that the notary was affirming the date on the page, and that location of the X-ed out areas.

Re: Writing about what you learn pushes you to understand topics better

#150
post #89

I started publishing "TIL" posts a few years ago and everything in this post here resonated 100% with my experience of writing those. The great thing about TILs is that once you form a solid set of habits around them they can be extremely quick to put together: the majority of my TIL posts take between 15 minutes and half an hour to write. I make extensive personal notes on everything I'm doing (in GitHub issues thre…

I have this odd fear that sharing what I learned today will make me look stupid. “Look it’s 2023 this dude just learned about http error codes”. Silly example but you get the idea.

I love this post for this exact reason:

https://overreacted.io/things-i-dont-know-as-of-2018/

It's written by Dan Abramov who has been instrumental in React's development

Post reply on HN