I really like the .contain_exactly() matcher for this purpose as well :)
Show HN: I've been writing daily TILs for a year
131–140 of 156 posts
Re: Show HN: I've been writing daily TILs for a year
#132I tell people my memory is excellent but my retrieval tends to suck bad sometimes. Random access memory?
Re: Show HN: I've been writing daily TILs for a year
#133Re: Show HN: I've been writing daily TILs for a year
#134Earlier quoted context omitted.
We recently open-sourced it. Let us know what you think! https://github.com/hashrocket/hr-til
I like it but upgrading ruby to the required 2.3 from 1.9 that comes with Ubuntu 14.04 turned out to be a daunting process. The 2.3 build was at least 15 min with several errors, and then bundler wouldn't work. I wiped everything ruby and will try again with RVM. It seems like over kill for such a simple app. I am not a RoR guy and my first impression is not very good compared to other server apps I've installed, or…
Re: Show HN: I've been writing daily TILs for a year
#135Re: Show HN: I've been writing daily TILs for a year
#136Other text file contains useful links with other's step-by-step guide founded on internet.
Github is interesting idea since it's available from my personal and working laptop. Till now i have used google docs/gmail draft messages.
Re: Show HN: I've been writing daily TILs for a year
#137I apply the simple way to organize them via Github Issue -- https://github.com/tieubao/til/issues
It's good for us in term of effortless and easy for reference ...
Re: Show HN: I've been writing daily TILs for a year
#138Something I find really interesting is how VIM takes up a huge chunk of the TILs. One of my personal quirks is I feel like those terminal-based editors consume an undue amount of time and energy to learn and maintain. This TIL seems to give a bit of extra evidence for that suspicion. Simpler options have been available for years now (e.g., Sublime). In those rare moments when you do need to edit files on a remote ser…
I'm learning Emacs and you are right, you need time and energy. They are powerful tools so that's expected. I'm enjoying the journey, but it's not for everybody.
Re: Show HN: I've been writing daily TILs for a year
#139Something I find really interesting is how VIM takes up a huge chunk of the TILs. One of my personal quirks is I feel like those terminal-based editors consume an undue amount of time and energy to learn and maintain. This TIL seems to give a bit of extra evidence for that suspicion. Simpler options have been available for years now (e.g., Sublime). In those rare moments when you do need to edit files on a remote ser…
I agree that the Vim learning curve is steeper, but many of these TILs veer towards higher-level Vim wizardry--the kind of things that most Vim users will never both learning (and will never need to). Many of them are also way beyond the capacity of Sublime or Nano.