1. 3

    Hi I’m Salar and I write about Scala, Python and related technologies. I am planning on writnig one blog per week going forward to make up for not blogging much last few years so look forward to having more readers and engaging with more people

    Link: https://www.softinio.com/

      1. 1

        Also nice. They do not provide a simple download all link though…

        I leave that here, could be useful to somebody.

        curl -s https://www.functionalgeekery.com/feed/mp3/ | grep -oh "https://.*\.mp3" | xargs wget
        
      1. 1

        After many years of using chrome exclusively I went back to using Firefox two weeks ago. It was the best decision I have made thoroughly enjoying using it over chrome.

        What got me to look to move was the last few months I have found chrome unreliable with it hanging and crashing. Since moving to firefox no more.

        Also the plugins I am using with firefox rocks. For example this: http://piro.sakura.ne.jp/xul/_treestyletab.html.en never seen anything as good available for chrome.

        1. 5

          I wonder how this compares to minikube: https://github.com/kubernetes/minikube

          1. 5

            Amazon RDS is fantastic. Don’t discount it as an option. Especially with their reserved instance pricing.

            1. 1

              you can also achieve the same by using

              https://github.com/zchee/docker-machine-driver-xhyve

              I gave it a try but it was very buggy and unstable hence didnt continue to use it. But I think this is a good option too once developed more.

              I also came across this but dont know how good:

              https://github.com/nlf/dlite

              1. 2

                Is this a real native app or just a wrapper around a web browser?

                1. 2

                  real native, apparently its been in beta for a while. I only heard about it today via:

                  http://blog.getpostman.com/2016/02/23/mac-app-comes-out-of-beta-with-4-0-release/

                1. 5

                  I disagree with the articles opinion on Typescript. I think even if you stick to ES6 features Typescript is a great consideration over Babel as it gives you better tooling.

                  Also, its clear the author is a React Fan. I would not discount Angular 2 as a consideration either.