HN user

smonte

34 karma
Posts12
Comments7
View on HN

"This "don't break the chain" approach has worked extremely well for me".

I believe you are certainly not the only one. Changing "tasks" into habits greatly helps to achieve your goals. I recently read an excellent book about habits called "The Power of Habit" from Charles Duhigg. I sincerely recommend reading it.

And for the OP, thanks for posting and sharing your ideas. I can relate to many of the things mentioned in the post. Especially for the anxiety part. It does not matter what you are coding, as long as you code something. I've solved some problem's from Project Euler and after each exercise I've felt a sense of accomplishment and restful.

A bit off topic, but Varnish seems to have a valid point about using Varnish and SSL.

https://www.varnish-cache.org/docs/trunk/phk/ssl.html

"There is no other way we can guarantee that secret krypto-bits do not leak anywhere they should not, than by fencing in the code that deals with them in a child process, so the bulk of varnish never gets anywhere near the certificates, not even during a core-dump."

I came across this when looking for https support few weeks ago.