Earlier quoted context omitted.
It's a web app - the Mac app is only an Electron wrapper. It works well on Windows/Mac/Linux/iOS/Android in the browser (I would know, I use it on all of those personally). Self hosted would certainly be nice - I use their 'Export All' feature to keep a copy of my spaces for myself. Incidentally I got lazy a while back and my very basic homepage ( https://tekacs.com/ ) on the web is actually a redirect to a page on N…
Oh, I see. I couldn't tell from their homepage that it was actually a web app, with the Mac download link and all screenshots looking like a Mac application. Will give it a go, then.
Ask HN: How do you organise/integrate all the information in your life?
241–250 of 272 posts
Re: Ask HN: How do you organise/integrate all the information in your life?
#242Earlier quoted context omitted.
I do something similar but I gave up using org-mode (mostly because that was all I was using emacs for and I spent more time configuring the thing 'just so' than I did actually using it. Now I just keep everything in plain text and aliased it to 'tj' (todays journal). alias tj="touch ~/Dropbox/journal/$(date +%d-%m-%Y).org && code ~/Dropbox/journal/$(date +%d-%m-%Y).org" Effortless backups as well (and as a side bene…
Perhaps old fashioned, but I fill up a page of TWSBI [1] every evening, using a Sheaffer Prelude [2]. [1] http://www.twsbi.com/collections/notebooks/products/twsbi-no... [2] https://www.amazon.com/Sheaffer-Prelude-Black-Featuring-Foun...
Re: Ask HN: How do you organise/integrate all the information in your life?
#243notion.so looks also nice, but I can work more smoothly in dynalist
Re: Ask HN: How do you organise/integrate all the information in your life?
#244https://workflowy.com/
+1k. Don't need anything else. I think the simplicity's a mental hump for many, as I don't get why it's not more popular.
I couldn't keep up with the complexity I layered in to it, so I'm building a webapp to do the mind mapping and translations to a to-do 'now' list. My biggest need was a dumping ground for all the things I knew I should be doing.
My brain is much quieter now.
Re: Ask HN: How do you organise/integrate all the information in your life?
#245Re: Ask HN: How do you organise/integrate all the information in your life?
#246* Pencil (usually a small, well-used stub that fits in a shirt pocket) and paper (various notebooks, from Target pocket-size spiral-bounds to Moleskin to whatever is at hand) * Camera - https://www.simongriffee.com/photography/ * Simplenote - https://simplenote.com/ and Notational Velocity - http://brettterpstra.com/projects/nvalt/ * Website with tags powered by Hugo static generator - https://gohugo.io/ Someone plea…
It's a wiki that runs off your iPhone. You can use it on your desktop or other computers via a built-in server. You can script it and create macros via Lua.
Re: Ask HN: How do you organise/integrate all the information in your life?
#247Wunderlist was a gamechanger for me: https://www.wunderlist.com Still looking for an optimal solution for calendar though, and other information I keep in Dropbox, iCloud notes and on paper lists.
Re: Ask HN: How do you organise/integrate all the information in your life?
#248Earlier quoted context omitted.
Maybe this http://tiddlywiki.com/
I use tiddlywiki and I am very happy with it. Too bad dev has been discontinued though,
Re: Ask HN: How do you organise/integrate all the information in your life?
#249Earlier quoted context omitted.
PSA: if you like a thrill, don't do backups of your journal.
You monster. :-) Backing up a folder of daypages is easy though. Backing up a cloud service like Evernote or Trello sounds more difficult...
Re: Ask HN: How do you organise/integrate all the information in your life?
#250* Pencil (usually a small, well-used stub that fits in a shirt pocket) and paper (various notebooks, from Target pocket-size spiral-bounds to Moleskin to whatever is at hand) * Camera - https://www.simongriffee.com/photography/ * Simplenote - https://simplenote.com/ and Notational Velocity - http://brettterpstra.com/projects/nvalt/ * Website with tags powered by Hugo static generator - https://gohugo.io/ Someone plea…
> and keeps your information synchronized between them. Is the implication that the browser-based wiki is not storing your data on a central server (e.g. always synced) but should provide some other way to sync? (I'm working on something in this ballpark, genuine curiosity).
1. Download and install a wiki application to each computer we use, including pocket ones.
2. Editing the wiki on each computer saves to offline local storage.
3. An option to define a personal central server is available in settings. If this is activated and our login credentials are set each app auto-syncs with server automatically whenever wifi is available or a 'sync' button on the top-right of the viewport is activated. Furthermore, an open source example implementation of this server, perhaps powered by sandstorm.io and Google App Engine, is made available.
In other words, an open source app on each owned computing device editable using WikiWords that automatically create /w/WikiWords pages, synchronized across devices. Bonus points for eventual options to publish a version of the wiki and make it editable by anyone, perhaps using [Git](https://github.com/gollum/gollum/).
I got this idea from the Manage Your Knowledge section of Andy Hunt's [Pragmatic Thinking and Learning](https://pragprog.com/book/ahptl/pragmatic-thinking-and-learn...), that I warmly recommend to anyone interested in learning.