Unexpected downstream effect, this had a big enough impact that other groups started creating checklists for other kinds of scenarios.
Ask HN: What were the things you did that made the biggest impact at your work?
51–60 of 216 posts
Re: Ask HN: What were the things you did that made the biggest impact at your work?
#52For example, speed up the build might make people more productive, but in a way that's not obvious to management, or even to the people working on it. It might be seen as a nice thing, but relatively minor. The knock on effects -- releasing more often, which leads to being able to try more experiments in production -- might not be noticed.
Re: Ask HN: What were the things you did that made the biggest impact at your work?
#53https://medium.com/@nikitavoloboev/karabiner-god-mode-7407a5...
Re: Ask HN: What were the things you did that made the biggest impact at your work?
#54Re: Ask HN: What were the things you did that made the biggest impact at your work?
#55Three 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…
What are your main objections to BTD loops? Also, which alternatives do you suggest?
Maybe a different way to look at it is: if you could shorten the BTD loop to a minute or two, why _wouldn't_ you want that?
Re: Ask HN: What were the things you did that made the biggest impact at your work?
#562. Set aside 30-60 minutes a day for learning, however you define it - for me it's PluralSight and Anki - that is usually how I start my day. Having it on the calendar, without many options to choose from makes it very efficient. Learning should be in sprints.
3. Set aside some amount of money every month for tools and capital purchases - targeted savings accounts are perfect for this - having the money in an account targeted for this purpose instead of a general account prevents a lot of money anxiety and allows you to do a better cost-benefit analysis.
Re: Ask HN: What were the things you did that made the biggest impact at your work?
#57I rewrote the Firefox Shutdown so that it actually worked.
I also introduced structured async programming, async testing, async exception reporting in our codebase.
And yes, I do enjoy bragging :)
Re: Ask HN: What were the things you did that made the biggest impact at your work?
#58Mmmh... I rewrote big chunks of Firefox's Session Restore to ensure that people stopped losing their data in case of crashes. Pretty big impact on both Firefox and, hopefully, the life of a few hundred million users. I rewrote the Firefox Shutdown so that it actually worked. I also introduced structured async programming, async testing, async exception reporting in our codebase. And yes, I do enjoy bragging :)
Re: Ask HN: What were the things you did that made the biggest impact at your work?
#59I had to re-run models and tables, the faulty code was an important variable-builder for my multivariate logistic regression models, so I needed it to be 100% accurate.
Re: Ask HN: What were the things you did that made the biggest impact at your work?
#60“For me, it was probably starting holding regular tech book review sessions.” How did you do these so people actually participated? My company is very deadline driven so people don’t really care about learning. Every attempt at regular learning meetings quickly died because people feel they don’t have time. Do you have a specific format? I have led regular meetings about coding style in another company. These went pr…
“What are you doing?” you ask.
“Can’t you see?” comes the impatient reply. “I’m sawing down this tree.”
“You look exhausted!” you exclaim. “How long have you been at it?”
“Over five hours,” he returns, “and I’m beat! This is hard work.”
“Well, why don’t you take a break for a few minutes and sharpen that saw?” you inquire. “I’m sure it would go a lot faster.”
“I don’t have time to sharpen the saw,” the man says emphatically. “I’m too busy sawing!”
-- The 7th habit of "The 7 Habits of Highly Effective People."