Earlier quoted context omitted.
This is literally what I'm doing today with the guidance of Marie Kondo's "The Life-Changing Magic of Tidying."
I like the book. However, I wonder how effective it is in the long run. Is it legitimate or is it just selling a dream? A while ago I posted a question on all the top reviews of the book on Amazon: After 6 months/1 year, is their house still tidy, or was it not really sustainable? Very few responses, but I think one person said it was sustainable, and no one said it wasn't.
Ask HN: How do you organise/integrate all the information in your life?
211–220 of 272 posts
Re: Ask HN: How do you organise/integrate all the information in your life?
#212I now use Notion ( https://notion.so/ , I'm not affiliated) to replace all of the below tools that I have used in the past. - To do lists (prev. Org mode, OmniFocus, Things, many others) - Bookmark lists (prev. raindrop.io, Pinboard, others) - Kanban boards (prev. GitLab, Trello, others) - Wikis (prev. MediaWiki, Confluence, TiddlyWiki, etc.) - General notes (prev. my own tool, OneNote, Evernote, Simplenote, many oth…
I need something that is easy to use on mobile.
If it's supposed to replace my bookmark tool I need to be able to add a bookmark with one click and categorize it etc. Same with my todo list and general notes.
Will follow the project though.
Re: Ask HN: How do you organise/integrate all the information in your life?
#213Re: Ask HN: How do you organise/integrate all the information in your life?
#214If it is super important, I write it down in a hard bound journal. I find things get lost in digital note keeping apps. Yes you can search, but there is no structure to the data so you get back a whole bunch of unordered keyword matches. I often thought that store some information as Prolog facts would make it more accessible while being somewhat structured. I have not had time to build a proof of concept on this.
Re: Ask HN: How do you organise/integrate all the information in your life?
#215Re: Ask HN: How do you organise/integrate all the information in your life?
#216Earlier quoted context omitted.
I like the book. However, I wonder how effective it is in the long run. Is it legitimate or is it just selling a dream? A while ago I posted a question on all the top reviews of the book on Amazon: After 6 months/1 year, is their house still tidy, or was it not really sustainable? Very few responses, but I think one person said it was sustainable, and no one said it wasn't.
Read it a year ago, my sock drawer is still tidy...
My mess is usually not with clothes, but with tables full of stuff, cabinets full of stuff, garage full of stuff, etc.
Did you go through a phase of getting rid of stuff, and then in the subsequent year, managed not to add more stuff to fill in the space you through away?
(And how bad was your house/apartment before KonMari?)
Honest question.
Re: Ask HN: How do you organise/integrate all the information in your life?
#217Earlier quoted context omitted.
Read it a year ago, my sock drawer is still tidy...
OK, how about the rest of your house? My mess is usually not with clothes, but with tables full of stuff, cabinets full of stuff, garage full of stuff, etc. Did you go through a phase of getting rid of stuff, and then in the subsequent year, managed not to add more stuff to fill in the space you through away? (And how bad was your house/apartment before KonMari?) Honest question.
Re: Ask HN: How do you organise/integrate all the information in your life?
#218Earlier quoted context omitted.
Read it a year ago, my sock drawer is still tidy...
OK, how about the rest of your house? My mess is usually not with clothes, but with tables full of stuff, cabinets full of stuff, garage full of stuff, etc. Did you go through a phase of getting rid of stuff, and then in the subsequent year, managed not to add more stuff to fill in the space you through away? (And how bad was your house/apartment before KonMari?) Honest question.
Re: Ask HN: How do you organise/integrate all the information in your life?
#219I use a file called ~/TODO for that in this format:
| % cat ~/TODO
| == EASY ==
| todo/no/progress
| . task/some/progress
| x task/done
|
| == MEDM ==
| todo/no/progress
| . task/some/progress
| x task/done
|
| == HARD ==
| todo/no/progress
| . task/some/progress
| x task/done
> * Bookmark listsI use a file called ~/SITES for that in this format:
| % cat ~/SITES
|
| begin category
| http://link link name
| http://link more interesting link
| begin subcategory
| http://link link name
| http://link more interesting link
| end
| end
I then generate HTML file SITES.htm with 'clickable' links with a script from that file in cron(1) hourly.> * Financial tools
Just a XLS file with GNUMERIC/LIBREOFFICE for editions.
> * Calenders/Reminders
I use a file called ~/CAL for that in this format:
| % cat ~/CAL
| 09/28 c car/something
| 10/04 B birthday/someone
| 10/08 x some/event/other
| 10/12 N some/name/event
| 11/10 B birthday/someone/else
... and everytime I spawn a new xterm(1) terminal a script that parses ~/CAL starts with 21 days upfront to remind me what I have to remember, like that | ==
| TODAY IS 10/26 B birthday/someone
| 15 day(s) to 11/10 B birthday/someone/else
| 22:54|hostname|dir % _
| ==
> * Files on diskZFS with LZ4 compression + GELI encryption on FreeBSD.
Regards,
vermaden
Re: Ask HN: How do you organise/integrate all the information in your life?
#220Earlier quoted context omitted.
How do you handle backups? I have a similar structure but on Google Drive (minus TODOs, for which I use Google Keep)
I have a similar-ish setup and use rsync.net. Ask for the HN discount.
See http://www.rsync.net/products/attic.html for the discount (3ct/GB/month).