Live data from Hacker News

Ask HN: What were the things you did that made the biggest impact at your work?

news.ycombinator.com

81–90 of 216 posts

Re: Ask HN: What were the things you did that made the biggest impact at your work?

#81

Emailing “Dave’s week in review” every Friday afternoon, to a distribution of everyone I have ever met professionally. The email summarizes what I did that week, both professionally and personally. Every week I hear from someone I know, as a result of the email. Many opportunities have resulted.

This is an interesting idea. How are these emails generally received? Do you have a template[0] that you follow?

[0]: https://github.com/kbariotis/templates

Re: Ask HN: What were the things you did that made the biggest impact at your work?

#82

Interview process. From the start, we did away with whiteboard questions and instead opted for a take home test. The test wouldn't take more than an hour or two, depending on how much effort the candidate wanted to put into it. They got 2-3 weeks to complete it, with the help of the internet. Because the test was specially designed to weed out people that didn't know how computers/compilers worked, it was surprisingl…

If you'd care to share more details about this test, I, and I'm sure others, would be interested!

Re: Ask HN: What were the things you did that made the biggest impact at your work?

#83
post #16

I 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…

I think the harm done by long, painful, dangerous releases and complex onboarding or different experiences and expectations for how to effectively test and get a good dev feedback loop going in various components of a system (usually these things occur together, because the same things that cause the latter also cause the painful, slow, dangerous releases) is badly under-accounted for. It murders agility yet companies wander their way into it in the name of agility then don't ever fix it because the fix is slow and dangerous since everything is slow and dangerous.

[EDIT] to be clear, quick painful dangerous releases are no better, and (pretty much necessarily) come with the same pain in onboarding, jumping between repos/projects, undocumented "oh sometimes you have to re-install that to get it going" works-on-my-machine bullshit, getting a good feedback loop going, et c.

Re: Ask HN: What were the things you did that made the biggest impact at your work?

#84
Encouraging others to ask questions. Forcing myself to ask in meetings as an example even though the questions look "stupid". It's uncomfortable but we've mitigated several implementation mistakes over the years. This sounds like truism but still rarely happen in practice.

Re: Ask HN: What were the things you did that made the biggest impact at your work?

#85

Convincing the team that always-on dashboards with critical, actionable metrics would improve release rates and uptime. Making sure that upcoming new features and achievements are showcased to the whole company through weekly demos.

Possibly you have a bright future in management :)

Re: Ask HN: What were the things you did that made the biggest impact at your work?

#87

Encouraging others to ask questions. Forcing myself to ask in meetings as an example even though the questions look "stupid". It's uncomfortable but we've mitigated several implementation mistakes over the years. This sounds like truism but still rarely happen in practice.

I volunteer to ask the stupid questions sometimes to make it ok for others to. It has really helped, and as a bonus, no one really thinks I’m stupid.

Re: Ask HN: What were the things you did that made the biggest impact at your work?

#88

I wrote a little tool that used perf profiles from our production fleet to generate a custom linker script that reordered our main server program’s binary to be significantly more cache friendly. The heuristic I came up with for reordering was one of the few (maybe the only) genuine “eureka” moments I’ve had in my career. And the performance win was extremely nice :-)

Interesting, got a blog that goes into more detail?

Re: Ask HN: What were the things you did that made the biggest impact at your work?

#89
post #57

Mmmh... 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 :)

This! I love the companies that care.

For example, when a Garmin watch runs out of battery during workout (or if a software crashes), the workout always gets saved, and you can resume it when you turn the watch back on.

Post reply on HN