by AhtiK on 8/28/19, 1:23 PM with 19 comments
It all still feels clumsy, no longer want self-hosted services and they are all somewhat hard to edit&navigate.
Are you happy with your solution for sharing with the team mates&storing your knowledge for easy retrieval? What is it?
by valeriemettler on 8/28/19, 10:14 PM
by drannex on 8/28/19, 3:44 PM
I sort of outlined some key points here: https://tumblr.macleodsawyer.com/post/187317505027/file-mana...
* Making this for myself, but might open source it. Should be able to run independent without server, or on a server for cloud capabilities accessed through a browser since it uses a flat-file structure with a json registry of file names and metadata for collections and records.
by SanchoPanda on 8/28/19, 6:13 PM
I wish they would support an official api, and it kills me that the native desktop app is an electron thing, but all the ways they have not fucked it up in the last 10 years is what makes it worth looking at.
I have a nagging fear that as a VC funded (yc I think) company they will have to sell out eventually.
by kratom_sandwich on 8/28/19, 4:45 PM
Are you talking about knowledge storage for you personally or within a work context?
by digitalsushi on 8/28/19, 3:43 PM
One subdirectory is more magical, 'data/cheatsheets/<filenames>. If I run a bash function 'cheat $1' with the filename, it will just dump the file into a pager like the less command.
When I fizz out on how git works, I run 'cheat git' and get my own notes. I can edit it when something ends up being useless to me, and keep the most important stuff at the very bottom. Eventually it gets drilled into my head and I learn it.
This scales to one person very easily. The value is the subjectivity. With some actual editing, this would also scale to a small team of maybe 4 people.
Of course, most of the stuff in my repo would not be appropriate for sharing, but the model would extend in general.
by LeonB on 8/29/19, 1:50 AM
To publish it all I have to do is push.
I have a private repo too for TIL's I don't/can't share (and all passwords go in a password manager)
At work we have have a custom in-house wiki that stores all of our shared internal notes.
by deepaksurti on 8/29/19, 7:39 AM
- Documents: my notes, Anki flash card files
- Books: Related to that subject area
- Sources: one off PDF's, or PDF exports of interesting articles on the web
- Papers: that I read related to that subject area
- Code: which contain git repos of code that is related to any of Books/Documents/Sources/Papers.
The idea is all related to one 'Subject_Area` in one directory. I have a large private KB directory hosted on `Gitlab` and backed up to the cloud/2 local disks.
by mtmail on 8/28/19, 1:32 PM
Three months ago "Ask HN: Do you keep a personal knowledge repository?" with 100+ comments https://news.ycombinator.com/item?id=20007108
by dmitripopov on 8/29/19, 11:16 AM
by arduinomancer on 8/29/19, 5:10 AM
It basically feels like if Slack made a wiki.
by juangacovas on 8/28/19, 6:09 PM
by FrozenVoid on 8/30/19, 1:24 AM
by meh2frdf on 8/30/19, 7:38 PM
by billconan on 8/29/19, 5:50 PM