Show HN: I've been writing daily TILs for a year
101–110 of 156 posts
Re: Show HN: I've been writing daily TILs for a year
#102Most of these fall firmly under "let me google that for you."
How do I check my Ubuntu version?
How do I split a tmux window?
How do I expand a clojure macro?
Repeat for 300 more easily google-able questions...
Actually I just realized, maybe I'm too old. If that's the case, here's a great tool: http://lmgtfy.com/?q=How+do+I+check+my+Ubuntu+version%3FRe: Show HN: I've been writing daily TILs for a year
#103Earlier quoted context omitted.
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
#104Earlier 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.
FYI: The difference between an acronym and initialism is that the abbreviation formed with initialisms is not pronounced as a word, rather you say the individual letters, such as FBI (Federal Bureau of Investigation), CIA (Central Intelligence Agency), and DVD (Digital Video Disk*). Edit: Not a criticism, I just I didn't know.
Re: Show HN: I've been writing daily TILs for a year
#105I don't understand the enthusiasm for this or the rampant forking going on. Most of these fall firmly under "let me google that for you." How do I check my Ubuntu version? How do I split a tmux window? How do I expand a clojure macro? Repeat for 300 more easily google-able questions... Actually I just realized, maybe I'm too old. If that's the case, here's a great tool: http://lmgtfy.com/?q=How+do+I+check+my+Ubuntu+v…
You sparked an idea for myself though! Don't gmail results now show up in Google search results?
I can email myself my TIL findings and they will show up at the top (hopefully) the next time I google the same problem. Experiment time!
Re: Show HN: I've been writing daily TILs for a year
#106I don't understand the enthusiasm for this or the rampant forking going on. Most of these fall firmly under "let me google that for you." How do I check my Ubuntu version? How do I split a tmux window? How do I expand a clojure macro? Repeat for 300 more easily google-able questions... Actually I just realized, maybe I'm too old. If that's the case, here's a great tool: http://lmgtfy.com/?q=How+do+I+check+my+Ubuntu+v…
It's not REALLY useful, but at the same time it's really useful.
Re: Show HN: I've been writing daily TILs for a year
#107I don't understand the enthusiasm for this or the rampant forking going on. Most of these fall firmly under "let me google that for you." How do I check my Ubuntu version? How do I split a tmux window? How do I expand a clojure macro? Repeat for 300 more easily google-able questions... Actually I just realized, maybe I'm too old. If that's the case, here's a great tool: http://lmgtfy.com/?q=How+do+I+check+my+Ubuntu+v…
Moreover, nothing is more useful to the understanding of a subject than trying to explain it to someone else, including your future self (you can only say to have fully understand Relativity when you are able to explain it your grandparents? :) ) That's why I guess it's being seen as a good thing.
Re: Show HN: I've been writing daily TILs for a year
#108I don't understand the enthusiasm for this or the rampant forking going on. Most of these fall firmly under "let me google that for you." How do I check my Ubuntu version? How do I split a tmux window? How do I expand a clojure macro? Repeat for 300 more easily google-able questions... Actually I just realized, maybe I'm too old. If that's the case, here's a great tool: http://lmgtfy.com/?q=How+do+I+check+my+Ubuntu+v…
For example when you search for something specific that uses very common words. I'm not great at searching either, often I have to read through lots of results to get the answer I'm looking for.
Having a personal repository of curated results seems like a good resource to have.