Live data from Hacker News

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

github.com

91–100 of 156 posts

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

#91

I keep writing things down everywhere: OSX Notes, org-mode, Evernote, paper. Having it in one (public) GitHub repo is a great idea!

I used to use Evernote, now I use Microsoft OneNote. I can't imagine GitHub would be any easier to use. Your problem is likely one of consistency rather than the medium itself.

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

#92

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". (Although I guess "git" is a word, although not typically part of my colloquial vocabulary... Maybe if I was a curmudgeon ~50 years ago as opposed to being a curmudgeon now) Regardless, your pedantry is excused :)

> 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.

    > Hyperpedantically, "SQL" is an initialism, but not an
    > acronym
I really wish people would stop posting this - I feel like I only ever see it posted here, too.

OED's first entry on "acronym, n":

    > A group of initial letters used as an abbreviation for 
    > a name or expression, each letter or part being
    > pronounced separately; an initialism (such as ATM, TLS)
OED's second entry on "acronym, n":

    >  A word formed from the initial letters of other words
    > or (occas.) from the initial parts of syllables taken 
    > from other words, the whole being pronounced as a single
    > word (such as NATO, RADA)
OED's entry on "initialism, n":

    > The use of initials; a significative group of initial
    > letters. Now spec. a group of initial letters used as
    > an abbreviation for a name or expression, each letter
    > or part being pronounced separately
SQL is both an acronym and an initialism. The Wikipedia article on "initialism" it is guilty of using very selective quotes in its "citation".

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

#93
post #38
post #7

This is great. As an extension, I was discussing with a friend a while ago how great Stackoverflow is at capturing the contents of expert's brains. Is there a way to achieve that on a broader scale without requiring the question-asking side of things? Say you're a lab scientist and you have a small trick or bit of informal insight, how could you be prompted in the right way to share it?

Stack Exchange sites would love you to ask the question and then answer it yourself. It's not exactly primary use-case though so I suppose it's not obviously acceptable behaviour.

OP might not have enough karma to answer their own question.

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

#94

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.

> Hyperpedantically, "SQL" is an initialism, but not an > acronym I really wish people would stop posting this - I feel like I only ever see it posted here, too. OED's first entry on "acronym, n": > A group of initial letters used as an abbreviation for > a name or expression, each letter or part being > pronounced separately; an initialism (such as ATM, TLS) OED's second entry on "acronym, n": > A word formed from t…

this is awesome. this is why i read the comments before the content. (and I mean this whole thread) thanks

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

#96
I do this with my blog. Every time I discover something unexpected or google something and don't get a good answer I like to write a blog post with that search term as the title and the solution to the problem.

Helps both commit the information to memory and help others in the future. Who said blogging had to be long form posts anyway?

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

#97
post #62
post #40

Earlier quoted context omitted.

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…

So, on top of this, they have since decided SQL is no longer Structured Query Language--it's just SQL.

Who's that? ANSI or ISO or someone else?

I skimmed the Wikipedia article and didn't notice any mention of removing the initialism. I did find a note that the original language standard did define the "es queue el" pronunciation, but since no one is standards compliant anyway, I think I'll still stick with "sequel" (:

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

#98
This is great idea. I always had other way to keep my learnings at a single place, for which I have used Anki tool. At times, down the line I open my Anki tool and see those flash cards on how much I really remember. This was very fun to me and also at the same time very good learning.

Git looks to be an awesome idea. Thanks for your efforts.

Post reply on HN