TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How do you share knowledge within the team as you grow?

11 点作者 gavribirnbaum超过 5 年前
I am working on this startup and we are growing. And now it gets harder and harder to share interesting articles, company guides, etc with all people in the team and people with the same role in different teams.<p>Do you guys experience that issue too? What&#x27;s a possible solution?

5 条评论

CoffeePython超过 5 年前
I’m interested in this as well. I’m work for different clients frequently and it seems like there is always so much time wasted on knowledge transfer when the client already has a system for recording these types of things.<p>Interestingly it seems some teams from within a company use the tools more effectively. I think it’s largely about building a culture around sharing information. Confluence is the tool I’ve seen most commonly used. I don’t have strong opinions one way or the other about it, but would like to see what tools effective teams are using
评论 #20877204 未加载
notmainacct超过 5 年前
The main think is making sure that this communication is a priority, and that the people responsible for writing documentation understand the importance and write with empathy for the reader.<p>The other important part of information sharing is the form factor. If you have a bunch of micro-services and command line apps that drive your company, I like writing this info into the Readme, and manual pages for the programs. Then the access to information is tied to the places where they are relevant, and you can build a sense of where information &#x27;belongs&#x27; within the team.<p>I&#x27;ve seen confluence and google docs used for these things as well, and aside from things like &#x27;company policies and hr&#x27; and &#x27;setting up your computer for new devs&#x27; external documentation often becomes out of date with the software faster.<p>Aside from long-term information sharing like this, I think that email and irc are a pretty optimal setup for &#x27;faster&#x27; communication. Email is good for sharing something with groups in a quick time-frame, and irc is good for immediate communication. I personally do not like Slack because it straddles many different time frames for communication, and many of the fun features lead to productivity killing noise. Scrolling back to find a months old message on slack when it could have been a searchable email is not fun. I feel like IRC and the limitations keep people from both jumping on every notification, while also preventing messages from being sent&#x2F;recieved if a party is offline creates a logical switch from a quick message to an email. I&#x27;ve found that people don&#x27;t fail to respond to old emails in the same way that a direct message might get lost in the noise of slack.
virgil_disgr4ce超过 5 年前
Are you talking about <i>immediately</i> sharing things, or persisting knowledge? In the former case, are you looking for something different than, I don&#x27;t know, Slack etc.?<p>In the latter case, documentation is critical. The <i>only</i> way to manage this, regardless of what app or platform you use, is to create a <i>culture of documentation</i>. This means that EVERYONE is habituated to documenting what they&#x27;re doing and taking responsibility for what gets documented.<p>I use Confluence at my day job but it drives me up the $(*&amp;ing wall sometimes with dumb little things (the search function, arguably the single most important feature, STILL doesn&#x27;t search naturally across titles and contents. You have to spell out a title exactly correctly in order to find it. WTF???).<p>I have used Nuclino for personal work and liked it a lot, though I don&#x27;t know if it does enterprise-level stuff yet, like advanced team and permissions management. It might, haven&#x27;t used it in a bit.
ArtWomb超过 5 年前
It can be helpful to take a page out of gamedev &#x2F; film production worlds, and create a knowledge base or &quot;bible&quot; as global source of truth. But again, this is a centralized solution that does not really scale well as stakeholders multiply.<p>More importantly I believe is in having consensus on who plays the role of &quot;director&quot;. Having a single voice that is universally acknowledged as the final say. A Mycroft Holmes type character so to speak. Creating the digital equivalent of a data curator and strategizer may be worth pursuing.
评论 #20887747 未加载
codegeek超过 5 年前
With all the software fatigue these days, I still don&#x27;t know the answer to this. It is a really hard problem. Perhaps it is something that cannot be generalized enough to sell as a SAAS etc ? I mean yes we have tried the JIRAs&#x2F;confluences etc but they were so hard to use. I have the same problem right now with our team. Yes, I have looked at the notions and what not.
评论 #20878668 未加载