Recycling some replies. More context on <a href="https://news.ycombinator.com/item?id=26182988" rel="nofollow">https://news.ycombinator.com/item?id=26182988</a>:<p>- <a href="https://news.ycombinator.com/item?id=19924100" rel="nofollow">https://news.ycombinator.com/item?id=19924100</a> (understanding codebases, etc.)<p>- <a href="https://news.ycombinator.com/item?id=26591067" rel="nofollow">https://news.ycombinator.com/item?id=26591067</a> (testing pipelines, scaffolding, issue templates)<p>- <a href="https://news.ycombinator.com/item?id=22873103" rel="nofollow">https://news.ycombinator.com/item?id=22873103</a> (making the most out of meetings, leveraging your presence)<p>- <a href="https://news.ycombinator.com/item?id=22827841" rel="nofollow">https://news.ycombinator.com/item?id=22827841</a> (product development)<p>- <a href="https://news.ycombinator.com/item?id=20356222" rel="nofollow">https://news.ycombinator.com/item?id=20356222</a> (giving a damn)<p>- <a href="https://news.ycombinator.com/item?id=25008223" rel="nofollow">https://news.ycombinator.com/item?id=25008223</a> (If I disappear, what will happen)<p>- <a href="https://news.ycombinator.com/item?id=24972611" rel="nofollow">https://news.ycombinator.com/item?id=24972611</a> (about consulting and clients, but you can abstract that as "stakeholders", and understanding the problem your "client", who can be your manager, has.)<p>- <a href="https://news.ycombinator.com/item?id=24209518" rel="nofollow">https://news.ycombinator.com/item?id=24209518</a> (on taking notes. When you're told something, or receive a remark, make sure to make a note and learn from it whether it's a mistake, or a colleague showing you something useful, or a task you must accomplish.. don't be told things twice or worse. Be on the ball and reliable).<p>- <a href="https://news.ycombinator.com/item?id=24503365" rel="nofollow">https://news.ycombinator.com/item?id=24503365</a> (product, architecture, and impact on the team)<p>- <a href="https://news.ycombinator.com/item?id=22860716" rel="nofollow">https://news.ycombinator.com/item?id=22860716</a> (onboarding new hires to a codebase, what if it were you, improve code)<p>- <a href="https://news.ycombinator.com/item?id=22710623" rel="nofollow">https://news.ycombinator.com/item?id=22710623</a> (being efficient learning from video, hacks. Subsequent reply: <a href="https://news.ycombinator.com/item?id=22723586" rel="nofollow">https://news.ycombinator.com/item?id=22723586</a>)<p>- <a href="https://news.ycombinator.com/item?id=21598632" rel="nofollow">https://news.ycombinator.com/item?id=21598632</a> (communication with the team, and subsequent reply: <a href="https://news.ycombinator.com/item?id=21614372" rel="nofollow">https://news.ycombinator.com/item?id=21614372</a>)<p>- <a href="https://news.ycombinator.com/item?id=21427886" rel="nofollow">https://news.ycombinator.com/item?id=21427886</a> (template for taking minutes of meetings to dispatch to the team. Notes are in GitHub/GitLab so the team can access them, especially if they haven't attended).<p>- <a href="https://news.ycombinator.com/item?id=24177646" rel="nofollow">https://news.ycombinator.com/item?id=24177646</a> (communication, alignment)<p>- <a href="https://news.ycombinator.com/item?id=21808439" rel="nofollow">https://news.ycombinator.com/item?id=21808439</a> (useful things for the team and product that add leverage)<p>- <a href="https://news.ycombinator.com/item?id=20323660" rel="nofollow">https://news.ycombinator.com/item?id=20323660</a> (more meeting notes. Reply to a person who had trouble talking in corporate meetings)<p>- <a href="https://news.ycombinator.com/item?id=22715971" rel="nofollow">https://news.ycombinator.com/item?id=22715971</a> (management involvement as a spectrum)<p>- <a href="https://news.ycombinator.com/item?id=25922120" rel="nofollow">https://news.ycombinator.com/item?id=25922120</a> (researching topics)<p>- <a href="https://news.ycombinator.com/item?id=26147502" rel="nofollow">https://news.ycombinator.com/item?id=26147502</a> (keeping up with a firehose of information)<p>- <a href="https://news.ycombinator.com/item?id=26123017" rel="nofollow">https://news.ycombinator.com/item?id=26123017</a> (fractal communication: communication that can penetrate several layers of management and be relevant to people with different profiles and skillsets)<p>- <a href="https://news.ycombinator.com/item?id=26179539" rel="nofollow">https://news.ycombinator.com/item?id=26179539</a> (remote work, use existing tooling and build our own. Jitsi videos, record everything, give access to everyone so they can reference them and go back to them, meetings once a week or two weeks to align)<p>><i>No real coding, just testing.</i><p>Testing, or reading the tests, is a really good way to know a codebase. It's valuable. It enables the team to move with confidence.<p>><i>Maybe software engineers that haven't been performing at high levels are mostly given the job of testing code</i><p>Don't read too much into it.<p>><i>it's just a standard to have certain developers do all of the testing</i><p>The next phase will be new commits including tests.<p>There are many ways to go about getting what you want. One of them is to be very helpful for the team and the project. Write good tests. Write tooling to make life easier. Make metaphorical buttons so people can push them and magical things happen.<p>On top of your "testing duties", own the product. Improve it in any way you can. Fix a bug, implement a feature, add great docs, refine the copy, think of ways to make it more profitable, make it more stable, think of integrations, extract useful bits into libraries. This is not for everyone and the decision is yours to go above and beyond or not.<p>><i>P.S. hope I didn't complain too much, but if I am just let me know :)</i><p>One definition of a problem is when there is a gap between a desired state and a current state that we do not how to remove. You have a problem, in that there is a gap between your desired state and your current state that you do not know how to "bridge". If this were a more thorough effort, we'd probably be talking about what is it you really want, and what the "actual" thing you're looking for is, but ...<p>People will gladly let you deal with more complexity once you have demonstrated you can handle more complexity. You of course can take a stand and wait to be given more complexity before you have shown you can handle more. I am not going to get into a conversation about how "just" or "unjust" this reality is. I am just telling you how to change it quickly. It may not be popular and it's understandable and to each their circumstances but, often, if you do what most people do, you'll live like most people live.