Having two dry erase boards with various colored fine tip markers on hand
Ask HN: What were the things you did that made the biggest impact at your work?
21–30 of 216 posts
Re: Ask HN: What were the things you did that made the biggest impact at your work?
#22Writing accessible documentation. Most people either write no docs or they write a doc that assumes the reader already knows what the thing is. I write docs that assume you're a new employee and explain the thing in simple, plain English before building up the technical details. Notably, these kind of docs make it easy to handoff maintenance and further development to someone else so you can move on to new projects.
Re: Ask HN: What were the things you did that made the biggest impact at your work?
#23Because the test was specially designed to weed out people that didn't know how computers/compilers worked, it was surprisingly effective at removing 90% of candidates. The people that got in were of the highest quality.
Re: Ask HN: What were the things you did that made the biggest impact at your work?
#24Three things: voting down a move to microservices, identifying a fundamental flaw in a core data-structure that is the high-level impetus for future refactorings, and encouraging people to be discontent with multi-minute long build-test-debug (BTD) loop. Unfortunately, I find very long BTD loops to be personally offensive though, to the point it makes me emotional, which harms my ability to make my case. Despite know…
I don't know how true / substantial this effect is, obviously. Nonetheless, seems like good self awareness shown in this comment. That's more than a lot of people can say
Re: Ask HN: What were the things you did that made the biggest impact at your work?
#25- I was the one-person support for a while, and created our support process, user guides, etc. Any way that I could automate the process to speed up response time and free myself up to do other small tidbits of work, I tried.
- I was the one-person QA team, and documented known corner cases, golden paths, feature-specific regression testing guides, etc. When another employee began helping with QA, it made it much easier to onboard them to the process. We’ve since hired someone to build test automation programs and they’re referencing the same guides that are years-old now to guide their automated tests. I thought that was pretty cool.
Re: Ask HN: What were the things you did that made the biggest impact at your work?
#26Initiatives: More and more initiatives and idea discussion - because of this everyone started thinking everyday to build innovation and became adaptable to take risk.
Re: Ask HN: What were the things you did that made the biggest impact at your work?
#27I worked for a company that had gone from selling on premise software to cloud, and going from build to production release took a while. Realistically you could expect 1-2 days if everything went well. This was definitely not problem #1 at the company but I really wanted to push to see how much time we could shave off. I got some like-minded teammates to put time into a new release pipeline process, and we built some…
Re: Ask HN: What were the things you did that made the biggest impact at your work?
#28Re: Ask HN: What were the things you did that made the biggest impact at your work?
#291/ carefully rearranging headers in a large C++ product, cutting build time from hours to 30 minutes. Think levelization a la Viega (see https://www.youtube.com/watch?v=QjFpKJ8Xx78).
2/ setting up JSP->java->class compilation to detect syntax errors at build time rather than at web server startup, eliminated finding such errors in the field completely.
Re: Ask HN: What were the things you did that made the biggest impact at your work?
#30Three things: voting down a move to microservices, identifying a fundamental flaw in a core data-structure that is the high-level impetus for future refactorings, and encouraging people to be discontent with multi-minute long build-test-debug (BTD) loop. Unfortunately, I find very long BTD loops to be personally offensive though, to the point it makes me emotional, which harms my ability to make my case. Despite know…
> it makes me emotional, which harms my ability to make my case. I don't know how true / substantial this effect is, obviously. Nonetheless, seems like good self awareness shown in this comment. That's more than a lot of people can say
Alternatively, I'd like to work for an organization that's on the same page here. Effectiveness in software (or anything that depends on iterating on a design) relies more on a fast loop than anything; I'm tired of fighting this battle.