Show HN: I've been writing daily TILs for a year
51–60 of 156 posts
Re: Show HN: I've been writing daily TILs for a year
#52I have to resist the urge to automate the ToC, though.
Re: Show HN: I've been writing daily TILs for a year
#53Re: Show HN: I've been writing daily TILs for a year
#54Lots of good stuff here. I would appreciate a wiki-style site with short answers like these instead of searching {Google,DDG} and trawling the [stackoverflow] results. Not all of them are necessarily good practice though. This made me chuckle: What Is The Current [Git] Branch? git rev-parse --abbrev-ref HEAD (if you're reading this jbranchaud, try `git branch` :p)
Re: Show HN: I've been writing daily TILs for a year
#55would be nice to auto generate these TIL readmes based off personal stack overflow upvotes.
Re: Show HN: I've been writing daily TILs for a year
#56Just wanted to say, this is an excellent idea and I'll be blatantly stealing it for myself from this point forward; thank you for putting this motivation in my head by your successful implementation. I've done a half-assed "important learnings from the last year" retrospective for myself, but your method of keeping it going forward is both far less lossy and more complete. Putting it on GIT as well seems like a smart…
Everyone at my company really got behind the idea of TILs too, so we created a little web app for it -- https://til.hashrocket.com/
Re: Show HN: I've been writing daily TILs for a year
#57Earlier quoted context omitted.
> I blame that I've been writing "SQL" all day and have unconsciously associated three letter non English words and "Is acronym". Hyperpedantically, "SQL" is an initialism, but not an acronym.
Pronouncing SQL as es-kyoo-el is a rookie mistake. Sequel!
Re: Show HN: I've been writing daily TILs for a year
#58Would be nice to connect this to Twitter and get an update when a new one appears. Have you thought of doing that?
That's what newsfeeds are for. You can get an atom feed of the latest commits to any repo via github: https://github.com/jbranchaud/til/commits/master.atom
Re: Show HN: I've been writing daily TILs for a year
#59My favoriate, check if port is in use: https://github.com/jbranchaud/til/blob/master/unix/check-if-... Would be cool, to be able to collaborate and comment on each article. Perhaps, make this entire thing GitHub gists or Wiki?