Ask HN: What’s the biggest problem you are facing at your company/job?
In short, I’m looking for an interesting problem to tackle.
Examples could be around:
- Find ways to cut costs - Solve an organizational/process issue - Make something more efficient
Can be a one-off or ongoing thing.
13 comments
[ 5.0 ms ] story [ 48.9 ms ] threadEdit for motivating factors.
Not sure if it's interesting to tackle. ;)
https://closedloops.co
Any feedback or thoughts appreciated. :)
It's a browser extension that you link to multiple services (currently just Figma, Google Docs, and GitHub) then you can correlate different work items (a Figma sketch (?), a GitHub PR and Google Docs, any amount of them) then you will be able to see comments from all of them in one place, the extension, regardless of which work item you are on.
The basic idea is to expose engineering thoughts to design to product so everyone sees everyone talking without add'l friction.
So say design is discussing changing something, the engineer(s) on the project would see it in their context of GitHub.
Idea - I think it is a good problem to solve, for us it would be Slack + OneNote + JIRA + Github mainly. How to solve that problem (should it be an extension, software, or just good human process) I am not sure. I think there is value in the process of writing stuff up manually to a common place (such as a wiki) because we all know that when you start translating the problem into words, you often realize that you don't fully understand the problem!
The landing page is a bit thin for me to go further. It has big generic promises, and then the next step is to sign up. For me that is too much friction. Before I sign up I want to know exactly what you are offering and how you are solving the problem.
What you have done here is very very common in landing pages, even big companies with massive investments do it. They promise these "emotional benefits" or "vague technical benefits" and then want you to sign up based on that.
It costs me $100 to try anything out, even if it is free. That is the cost of my time. So to get me to spend that virtual $100 I need specifics, or I need to know your brand or something so I don't need specifics because I trust the brand.
I can't think of a software example off hand though where I trust the brand that much, such is my cynicism! Maybe Apple for hardware would be an example.
But the company has been hellbent for several years on diminishing the number of engineers and the influence that engineers have, and we are just on a slow march towards the next major accident. But until somebody dies, nothing will really change.
The salami-slicing reduction in engineering decision-making authority also means that there is no path to escalate issues.
There's a discontentment felt by every engineer in the organisation resulting in cynicism and disengagement, and yet to hear the upper management speak, we are all bursting with excitement at what exciting times we are living in, and relishing the diversity and inclusion.
I don't know what the answer is but I think code reviews are fundamentally broken. They need to be more dynamic and more intelligent, simply requiring a code reviewed by someone is close to worthless.
If I'm the JavaScript expert then I should be able to tag myself as such so I know about every piece of JavaScript that's going into the codebase before it's merged. But more importantly, if I'm the expert on some section of the codebase I should be able to "lock" that code to myself in such a way that any changes to that code must first go through me.
Maybe this kind of thing is already possible, but I've just not seen it. Half the time code reviews are worthless because it's one dev who doesn't really know what they're doing reviewing code of another dev who doesn't really know what they're doing.