Live data from Hacker News

Ask HN: How do you share/organize knowledge at work and life?

news.ycombinator.com

61–70 of 304 posts

Re: Ask HN: How do you share/organize knowledge at work and life?

#61
post #34
post #15

https://www.notion.so

Putting all your company's data in a random startups hosted service is something not everyone can and should do though. Even if it looks really nice.

As much as I love Notion, things that you've mention really holding from moving sensitive data into Notion. Wish they had more solid approach to security.

Not sure if this is still relevant, but at some moment they acknowledged their stuff access to client's data. This is huge no-no for any privacy conscious person.

Other that that it's a great tool for organising personal information for me.

Re: Ask HN: How do you share/organize knowledge at work and life?

#62
post #55
post #47

Notion: https://notion.so [edit: I work at Notion. I’ve added some more color about that to the top here. This isn’t marketing spam I’m commenting from bed on my phone - sorry that it came off slimy] Notion is a malleable collaborative wiki that also has relational databases. We build Notion, so it figures that Notion is our single source of truth. I think the way we use Notion internally works pretty well - with bet…

IMO you should disclose (and it is a disclosure, not a disclaimer) your employer at the top, because it makes the rest of your comment something nearer to marketing copy than user review.

I agree: this trick of saying that you are using Notion as a source of truth when you work at Notion had left a bitter aftertaste, on a product I should love overwise.

Re: Ask HN: How do you share/organize knowledge at work and life?

#63
I built Logbook for my own personal note taking.

Two key features for me:

1. Tagging notes works better for me than a directory structure

2. "Feed" style of notes allows me to go search more notes.

https://build.my/logbook

For sharing with public I use GitBook https://www.aizatto.com thought here are some short comings https://www.aizatto.com/why-gitbook . I personally like how it can output to Markdown, so that means I can have a copy of it anywhere

Re: Ask HN: How do you share/organize knowledge at work and life?

#64
For any system you build, keep in mind a few general truths:

1) The system isn’t just “the wiki” or “Notion”. The system is composed of both the tools you’re using AND the habits/expectations of the humans who use them. So, this is not just a matter of buying a tool. Its a matter of choosing tools AND designing a process made of humans habits.

2) The system will get messy and unused unless there is regular attention & time allocated to tidying it.

3) If you want people to do something, recognise and incentivize it. If there is a person who habitually sends out concise notes after meetings, make sure that their performance review recognizes that contribution.

4) A habit has three parts: {:situation, :action, :reward}

Example:

Situation: At the end of a retrospective meeting, we have learned of a need for a runbook on how to handle a type of automated alert.

Action: The team lead updates a runbook and tags a junior engineer to review it for missing context.

Reward: The team lead feels satisfaction that they’ve set their team up for future success. They add a bullet point to the notes to use during their next annual review.

Re: Ask HN: How do you share/organize knowledge at work and life?

#65
post #22

I use https://standardnotes.org/ , which allows me to tag my notes and search, it also syncs to my mobile. There are some great "organizational" options in this thread though!

I wrote standardnotes-fs, if you'd like to mount your notes as a file system:

https://github.com/tannercollin/standardnotes-fs

Re: Ask HN: How do you share/organize knowledge at work and life?

#66
We used to use Confluence but it always felt too bloated and cluttered. It was a pain to get people to contribute and even harder to find stuff because of how slow and broken the search was.

We have since switched to Nuclino (https://www.nuclino.com/) and are pretty happy so far. Refreshingly simple, lightweight, and focused on getting the essential features right. We are now moving away from Google Docs as well and trying to consolidate all knowledge in Nuclino. It's almost perfect for our needs, only a few nice-to-have integrations are missing (and will hopefully be added soon).

Finding the right tool is only half the battle though, getting people to actually use it and keep the content up-to-date is usually the real challenge. Switching to a more user-friendly tool certainly helps, but it isn't enough to create a culture of documentation.

Re: Ask HN: How do you share/organize knowledge at work and life?

#68
Hi,

To organize and share our knowledge at work, we use the project management tool we developed: https://en.beesbusy.com

We create projects and tasks for specific topics and use comments for updates. And for more complete information, we can add a link to shared documents or an attachment. For instance, we created processes templates that can be updated and duplicated.

I find it very useful because knowledge is then organized in a workflow perspective: for instance, our product roadmap information is updated by everyone on a daily basis.

Since Beesbusy can be used for any type of project and has a mobile app, I also use it to organize my personal life. I share projects with my wife (shopping list, travel plans and so on) and I have everything in one place.

I would also recommend using a wiki for in-depth information. We use the Gitlab wiki for its simplicity, and we add links to its pages from our Beesbusy tasks.

Re: Ask HN: How do you share/organize knowledge at work and life?

#69
post #47

Notion: https://notion.so [edit: I work at Notion. I’ve added some more color about that to the top here. This isn’t marketing spam I’m commenting from bed on my phone - sorry that it came off slimy] Notion is a malleable collaborative wiki that also has relational databases. We build Notion, so it figures that Notion is our single source of truth. I think the way we use Notion internally works pretty well - with bet…

Notion is great - the most important thing to my mind is that it's easy to find information later (by navigation, rather than search. The search UX is... not great). I use Notion to record everything that doesn't belong in git, but still needs a canonical place to live.

>- Mobile performance could be better.

This is the reason I still use Evernote on mobile, even though I pay for Notion. Sometimes I'll even bend Trello into a note-taking shape. eugh. The startup time is far too long for the short interactions that you have on mobile.

There's one other shortcoming that drives me back to text files on a regular basis: often after highlighting some text in the desktop app, Ctrl-C doesn't copy. This is absolutely infuriating when using notion's code boxes to write down sequences of terminal commands. There's no way of knowing whether a Ctrl-C succeeded or not until I'm pasting the wrong command in a terminal. Text files, with any editor is a much more pleasant experience.

Even though this sounds like a list of gripes, I've found Notion invaluable as a knowledge base.

Re: Ask HN: How do you share/organize knowledge at work and life?

#70

I would suggest a single source of truth. In my marriage, it’s my wife’s google calendar. My personal projects are in a single google doc with tags I search for. I document my personal projects because sometimes I do stupid stuff and wipe out my work on accident. For work, We use confluence as the source. We have daily stand ups that go on there. For any screenshare 1v1s I create a quick doc to cover what we discusse…

Your audience should post the content about the screenshare session. The point of the screenshare is to share information. Your audience confirms receipt of that information by posting about the session.
Post reply on HN