Live data from Hacker News

Show HN: I've been writing daily TILs for a year

github.com

51–60 of 156 posts

Re: Show HN: I've been writing daily TILs for a year

#54
post #48

Lots 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)

You could open an issue on his repo :)

Re: Show HN: I've been writing daily TILs for a year

#56

Just 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/

Any chance this is open source? Would love to set this up for my office

Re: Show HN: I've been writing daily TILs for a year

#57

Earlier 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!

For fun, try trolling obnoxious people by pronouncing it like "squeal" :)

Re: Show HN: I've been writing daily TILs for a year

#58
post #45
post #41

Would 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

Thanks for that. The HTML encoding is... interesting there - < is there, but > isn't replaced by >. How on earth is a feed reader meant to parse that?

Re: Show HN: I've been writing daily TILs for a year

#59

My 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?

Pull requests will work there.

Re: Show HN: I've been writing daily TILs for a year

#60
When I was first learning UNIX many years ago a grey-beard told me to always keep a spiral bound notebook and pen at my side. It was great advice. Jotting down the arcane commands committed most of them to memory, for the rest my black little spell book held the magical incantation for any situation. I've since gotten away from that habit. Perhaps I should follow this fellow's lead.
Post reply on HN