Ask HN: What did you do to improve your company?
11–20 of 174 posts
Re: Ask HN: What did you do to improve your company?
#12I left.
Re: Ask HN: What did you do to improve your company?
#13So my advice would be to look for a broader area where you see a gap or failing, and then look for ways to address this that don't need a huge investment of people or resources; guerilla activities FTW! If you can show some success, you can then pursue as appropriate/desired...
Re: Ask HN: What did you do to improve your company?
#14Re: Ask HN: What did you do to improve your company?
#15My experience is that you can often find low hanging fruit, relatively easy changes that will have high impact. For example, I've created checklists for some of the processes that we do often, especially when it involves coordinating with a customer. Creating the initial version maybe required a few hours, but since then has been used 100's of times to shave 1-2 weeks off of work and reduce errors/surprises. Another…
(And, unfortunately, a small number of folks will practically hate you for it, since you're taking away their "easy" work.)
Re: Ask HN: What did you do to improve your company?
#16Re: Ask HN: What did you do to improve your company?
#17Document pain points is a big one, everyone says them, but not always are they fixed or prioritized. Something to fix those will work - like creating, documentation, sigh.
People skills and politics, not even technical. :(
Re: Ask HN: What did you do to improve your company?
#18I left.
Re: Ask HN: What did you do to improve your company?
#19I'm a Dev Manager but started as a mid-senior developer at my current company (now about 350 people). We grew a lot by acquisition and one thing I noticed was many "cultural silos" that made it hard to build a shared, unifying identity. Myself and another developer worked to try and address this with a lot of small things focused on cutting across teams & groups: a book club-style bi-weekly discussion, "Tech Talks" f…
What made your attempt successful, in your opinion.
Re: Ask HN: What did you do to improve your company?
#20As our team was grew, it was very common to publish a PR, and right before merging realizing you had a conflict with someone else who'd merged to master ahead of you, using your sequence number.
I made a small change to the system, replacing the sequence numbers with unix timestamps and added some previously non-existant tests to cover the migration utility.
Unfortunately the subsequent PR took weeks to be approved by the team/eng leads because there was a lot of hand-wringing about this change. Once it was merged though we never thought about it again, it worked exactly as I'd hoped and nobody ever had to make a final "fix migration name" commit again.