alexval's comments

alexval | 7 years ago | on: Ask HN: What made you change your mind about a programming language/paradigm?

My first job I wrote c++ for a win32 desktop app. I hated unit testing. My workflow was write the code, compile it, trigger the scenario, step through the code, write some unit tests after I knew it worked. It was the expectation on my team to write UTs so I did it. Fast forward to a different team I learned from a co-worker how UTs can help you influence your design. If you find yourself doing a ton of frustrating work to set up your UT scenarios there's probably a way of fixing the design to be less coupled that would allow you to test the code better. Now I think of UTs more as a way to help me understand how the design of my code is working and I get some extra validation out of it as well.

alexval | 7 years ago | on: Best Display for Programming? (2017)

This. I have the dell P4317Q and I think it’s the best thing out there right now. But I would ditch it right away if a larger 3:2 screen existed maybe, 40” 4K at 3:2 something like that

alexval | 7 years ago | on: The Sharashka Phenomenon (2011)

I'm in the middle of _In_the_first_circle_ right now and really enjoying it. I also got turned on to it from econ talk. Highly recommend reading this book!

alexval | 8 years ago | on: Amazon to Build Second HQ in North America

I'm surprised that no one has mentioned Pittsburgh yet. uber did some early self driving pilots there. CMU is there. Google has a large office there. Amazon has also started hiring software engineers for an office in Pittsburgh too. Cost of living is very cheap. Many upsides to Pittsburgh. I don't know what the city could afford in terms of subsidies though.

alexval | 9 years ago | on: Dropbox Reaches Key Profit Milestone

OneDrive sync has improved dramatically over the years. It's still not as good as dropbox, but OneDrive has this new popup window that shows you a bunch of information about your files when they sync and are updated. That part of the UX is better than dropbox.
page 1