Live data from Hacker News

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

news.ycombinator.com

101–110 of 304 posts

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

#101

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…

> {:situation, :action, :reward} RuntimeException Map literal must contain an even number of forms clojure.lang.Util.runtimeException (Util.java:221)

K this was actually a great joke, for the perfect audience. Sorry for the haters here’s an upvote.

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

#102
Dokuwiki and optionally Mediawiki seem to go a long way in shared environments. For personal use, https://zim-wiki.org is my favorite right now. It uses files as the storage backend and can therefore be tracked and shared via git. Features are extendable via plug-ins.

As others have mentioned, using one single central tool is crucial, even if it is only used for references to external tools (e.g. reference to pads). It should represent the first point of entrance in the search for knowledge in any team.

This also includes the possibility of migration, export, and self-hosting to have full access and backups at any time.

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

#104
post #7

Privately it's org-mode all the way. At work it's a mixture of mostly Confluence and Markdown README files.

We're the same. Confluence's inline and bottom-of-the-page comments are excellent. You can have proper chained discussions. Blog posts have been amazing for us to share small "experiences" like how somebody setup their environment (as opposed to more standard env setup documentation). These tend to be more informal. Markdown files in repositories have been alright, definitely good for readmes. However, they suffer be…

I use Confluence at work, and it's quite good - biggest issue for me is the lack of markdown support. I'd really like to be able to author Confluence pages using markdown.

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

#105

I only run documentation for a small team (4 people), so can´t comment on scaling. But after a lot of failed attempts (word document, text files, wiki) for now we settled on MS OneNote... yeah I know... as team leader I was resistant to it. But after noticing my team members had each started their individual notebooks, I thought - what's the point on trying to force them to use something I think is better but that is…

The takeaway here isn't to use OneNote, but to utilize a tool your team is comfortable with and will contribute to. Kudos for going against your own preferences to accommodate your team.

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

#106
Would love to get in touch with you as we are developing a tool at this moment, exactly for this purpose. Target is a cross between jira and notion. your experience is valuable, and you would be granted life-free usage.

Edit: Agree with afarrell though a good tool should guide processes and be actively used also in operations for information And knowledge not to be dated.

@kvdmolen

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

#107
I use a combination of Things.app, Notion, and Trello.

Fortunately most of my client work involves the use of Trello. Either I come onboard and institute a board/process that they can jive with or they have an existing board/process. That has been great. Trello is only as good as the person managing it, that’s important and methinks why a lot of people dislike it. I do a good job of managing Trello to fit the general framework of working and thinking that exists for each project or client.

For client projects Trello is the boss hog. Everything is stored there. Things will get broken out into sub-boards when necessary.

For personal stuff, it’s a combo. I use Trello to track things that have graduated from the research/idea phase into the action phase.

The research and idea phase I speak of occurs in Notion or more accurately on paper documents (no. 2, 2B Soft pencil!) scattered around my physical desk that eventually work their way into Notion. There, I enrich things with outlines and maybe full blown documents. For instance I used Notion to do a big documentation project for a client, exported as markdown, cleaned it up, and then forklifted it into their Github project wiki.

I also use Notion for all sorts of personal stuff. My homelab for instance is tracked there, with tables describing IPs/hostnames or hardware in the rack etc. The hierarchical nature makes it great to start low fidelity and go high fidelity.

I’ve got random article ideas there, some in outline and others in more detail.

Will come back and update this post with more detail shortly. Doing this via mobile and gotta jet.

I will echo afarrell though and posit that the tools are less important than the process. Determine the process and the outcomes before you choose your tool!

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

#108
A combination of:

- A shared Outlook.com calendar where we (well, mostly my wife) puts social events and commitments - Hugo/git as a general KB for work related stuff - Microsoft Teams as a day-to-day journal and tracking of personal projects. - Standard Notes / VS Code as a text-only scratchpad.

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

#110
Public and private Git repos of markdown files that sync to Dropbox, so;

- I can use my IDE in desktop to search / change them.

- On iOS, iA Writer can access to markdown files

- I get PRs to my public notebook because it’s on Github: https://github.com/azer/notebook

- The format and tooling are unlimited. Images, sound files, jupyter notebooks, everything fits

- It’s not binded to a product or protocol. I have freedom to personalize it and keep it the way I want.

- It scales beautifully. It’s been 3 years since I started it.

- The only problem was to have same IDE style for both code and markdown, I solved it later: https://kodfabrik.com/journal/ia-writer-mode-for-emacs/

I’d recommend it for those looking for alternative options.

Post reply on HN