Show HN: I've been writing daily TILs for a year
41–50 of 156 posts
Re: Show HN: I've been writing daily TILs for a year
#42Re: Show HN: I've been writing daily TILs for a year
#43Re: Show HN: I've been writing daily TILs for a year
#44BTW I've lurked that concept from you just recently and started doing the same stuff on Sunday. Thanks for inspiration.
Re: Show HN: I've been writing daily TILs for a year
#45Would be nice to connect this to Twitter and get an update when a new one appears. Have you thought of doing that?
https://github.com/jbranchaud/til/commits/master.atomRe: Show HN: I've been writing daily TILs for a year
#46Earlier quoted context omitted.
Pronouncing SQL as es-kyoo-el is a rookie mistake. Sequel!
There are varied opinions about this topic. Several Sources of Truth and Righteousness advise against "sequel"[1][2], However it seems that in a certain building in WA "sequel" is preferred [3]. [1] https://dev.mysql.com/doc/refman/5.7/en/what-is-mysql.html [2] http://www.postgresql.org/about/press/faq/ [3] https://social.msdn.microsoft.com/Forums/sqlserver/en-US/fd6...
This has led to some confusion.
Additionally, as I pointed out in a sibling comment up the chain somewhere, SQL is an abbreviation of the original acronym, SEQUEL, for Structured English QUEry Language. It seems with this provenance that the "sequel" pronunciation is more historically correct.
Re: Show HN: I've been writing daily TILs for a year
#47Great idea! By the way, minor note on unix/copying-file-contents-to-system-paste-buffer.md: "pbcopy" is an OS X only utility, but X11 (Linux, BSD) has a rough analogue in the form of "xclip". Just in case you ever switch over ;)
Re: Show HN: I've been writing daily TILs for a year
#48Not 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
#49Re: Show HN: I've been writing daily TILs for a year
#50Earlier 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.
Perhaps even more pedantically, SQL is actually an abbreviation of an acronym. It was originally conceived as SEQUEL for Structured English QUEry Language[0], only being abbreviated to SQL for legal purposes (SEQUEL was already trademarked). For this, and sheer convenience, I take the stance that it should always be pronounced as "sequel" rather than pronouncing each letter. [0] https://en.wikipedia.org/wiki/SQL#Hist…