Earlier quoted context omitted.
also get a vertical mouse, best $30 buck you'll ever spend
interesting, had considered it but hadn't heard much pros about it. does it work well with mac? use a magic mouse at the moment
Ask HN: Dev productivity tools you would pay for
61–70 of 104 posts
Re: Ask HN: Dev productivity tools you would pay for
#62I received a Kinesis keyboard in the mail today - maybe not what OP had in mind but my hand issues were to the point of contemplating leaving computer work. Not sure how much it’ll change with the new keyboard - but my response is ergonomics.
Re: Ask HN: Dev productivity tools you would pay for
#63Beyond that, if I want cloud stuff I usually am going to put it on DigitalOcean.
Re: Ask HN: Dev productivity tools you would pay for
#64Earlier quoted context omitted.
Try reading Sarno. Sounds nuts but it works.
Can you elaborate, what is Sarno?
Re: Ask HN: Dev productivity tools you would pay for
#65Re: Ask HN: Dev productivity tools you would pay for
#66I payed for Typora (a Markdown editor). The price is very reasonable and fair and the product and support is very good. This is the only tool I ever payed for. I do support OSs initiatives through donations.
Re: Ask HN: Dev productivity tools you would pay for
#67I payed for Typora (a Markdown editor). The price is very reasonable and fair and the product and support is very good. This is the only tool I ever payed for. I do support OSs initiatives through donations.
Re: Ask HN: Dev productivity tools you would pay for
#68i pay a yearly sub for jetbrains (very good), but i would pay more for a modern version of visual c++ 6.0 - so fast, so simple to use, even back when. visual studio (although impressive) is just too fat for me and, along with jb a bit too slow.
Re: Ask HN: Dev productivity tools you would pay for
#69Wallaby.js is so nice for instant as you type evaluation of unit tests. Its magical and improves my productivity immensely. Vitamin R is a great hack for the ADHD brain.
And even if you don't need instant feedback on tests whilst you're writing code, it's great during general development - set up a single test with the result you want and start doing some TDD-style coding, and Wallaby doesn't just show you the test outcome but also shows the values of all variables as hints decorating the lines in the editor itself whilst you type, making it much easier to get to working code.