Forgive me for my ignorance, but I haven't contributed to open source much yet. What is the reason for forking this repo. I see a lot of people have done it. Wouldn't that be akin to cloning someone else's personal blog? I just don't see the point of that.
> Chrome Supports Many Unix Keyboard Shortcuts<p>These are actually Emacs-style editing shortcuts that come are part of Cocoa's text controls. If this <i>doesn't</i> work in an app on macOS, that app has broken them or is trying (evidently poorly) to reimplement their own text editing widget.
This is awesome! Twitter has been my goto for posting TILs for about as long. Now I regret not collecting them in a more coherent format like this.<p>Sara Soueidan has a similar log oriented toward UI work:<p><a href="https://www.sarasoueidan.com/today-i-learned/" rel="nofollow">https://www.sarasoueidan.com/today-i-learned/</a>
Vim is by far my most TIL-ed topic. I recently started gathering a lot of that learning into a screencast series: <a href="https://www.youtube.com/playlist?list=PL46-cKSxMYYCMpzXo6p0Cof8hJInYgohU" rel="nofollow">https://www.youtube.com/playlist?list=PL46-cKSxMYYCMpzXo6p0C...</a>
I've started collecting these myself and I try to summarize them every month. I encourage everyone to do the same, it's a great way to build a reference of stuff you learn that you can and reviewing them monthly makes it stick.<p><a href="https://theodorton.github.io/categories/til/" rel="nofollow">https://theodorton.github.io/categories/til/</a>
Seems like a really simple web app concept someone should pursue. I feel like being able to browse other people’s TILs and save them/search them would be a really valuable thing.<p>EDIT: Just like this: <a href="https://til.hashrocket.com/" rel="nofollow">https://til.hashrocket.com/</a> but open to anyone to sign up
ive been doing this mostly on stackoverflow (where I answer my own question, or answer questions to something I couldn't find an answer too). It does take a bit longer than a repo where I just dump information, so I might try that instead<p>My thought process is I'll google something and find something I wrote<p>There's also the bonus that you might get an expert answering your topic<p>EDIT: related story - I wrote an answer to a question about programming a financial calculator, and one of my dev friends had the same exact problem/found my solution the next day on stackoverflow
The VIM ones are my favorite - I'm always blown away with the simple keyboard shortcuts that could have saved me hours had I known them 2 years ago.<p>TIL just typing "=" in Vim fixes all my indentation<p>Just subscribed to his newsletter so I can get these and not forget about this cool repo!
I was inspired by Josh’s TIL previously and have been storing TILs at <a href="https://TIL.secretGeek.net" rel="nofollow">https://TIL.secretGeek.net</a> for years now too.<p>Just last night I rebuilt the site using a new static site generator I built for it (called Clowncar) so I can cut gitbook out of my life.
This is great. I've been collecting 'things' I learned and links to pages, like a reading list etc. but none of that sticks out long term because the resources might move, the data might not be searchable or the thing you wanted to get out of a larger article is actually much smaller than the 20 pages it came with. And then when you collect links and a reading list you end up not really going back to it anyway.<p>This approach makes it much easier to just add the thing you actually wanted to learn and learned in a small concise way with a reference back to where you found it. So simple, yet as so many others I hadn't thought of it.
Ha, you got me confused there for a bit, because of: <a href="https://wiki.c2.com/?ThreadedInterpretiveLanguage" rel="nofollow">https://wiki.c2.com/?ThreadedInterpretiveLanguage</a><p>Anyway, thanks for sharing your tips!
In a similar fashion I've been working on a snippet library for php and js, though it's definitely not this frequent or intentional.<p>It's quite useful when I stumble upon things like how do I format this date, or match balanced brackets in a string.<p>Battle tested code ready for my taking. Quite useful when I'm in a hurry! Do you guys do this too?
In case folks are interested in other "non-tech" TILs, I occasionally visit this blog to see what's been added recently - <a href="https://alearningaday.blog/" rel="nofollow">https://alearningaday.blog/</a> - by a Product Manager who currently works at LinkedIn.
This is amazing. Curious how you search or go back to refer them? Have you considered porting this to a doc generator like mdBook(<a href="https://github.com/rust-lang/mdBook" rel="nofollow">https://github.com/rust-lang/mdBook</a>).
I am actually building a site specifically for this use case:<p><a href="https://todayilearned.co" rel="nofollow">https://todayilearned.co</a><p>It allows both private and shared insights, so people can learn together. Check it out
This inspired me to start doing this myself. I made a start here: <a href="https://github.com/simonw/til" rel="nofollow">https://github.com/simonw/til</a>
I really like this format. It's an interesting mid-point between a tweet and a blog, but optimized for "evergreen" content as opposed to content where the date is key.
“On Mac, you can insert a non-breaking space character by hitting option-space.”<p>Does anyone know how to turn this OFF? I accidentally type non-breaking spaces in the terminal all the time and then have to meticulously try re-entering each space from the end backwards until bash finally groks it...
I don't really see the point of this, except that it helps the author stay consistent to make updates and learn things. I'm not really sure why anyone would consume this, except for curiosity into what they could do for implementing their own consistency forcing function.