Live data from Hacker News

Ask HN: Do you keep a personal journal?

news.ycombinator.com

21–30 of 109 posts

Re: Ask HN: Do you keep a personal journal?

#21
Yes, I started a few years back and it has been great, its become one of my most valuable possessions. Its the record of my life and the things I do.

I have one file per year, I write one entry per day, mostly what happened during the day, in the "journal" part, and make notes in the "notes" section, notes can be writeups, code snippets etc. Each new year, I condense the best of the notes section into the next years new note section.

I do this in org-mode, using Spacemacs, its a bit of learning curve involved with Emacs/Org-mode but Spacemacs sets it up for you very neatly.

I store the files on dropbox.

Since its my journal, that I want to make sure that my kids still can read when the times come, this UTF8 text file format that Org-Mode is, is absolutely essential.

Re: Ask HN: Do you keep a personal journal?

#22
I've started to keep a journal last year. I find it very useful and important to my life now. I've started it as a way to record how I felt about things and what my thoughts are since my mood used to very unstable and vary a lot, and journaling is considered helpful for mental health since you can dump your thoughts out and review them. I also wanted to practice handwriting and I enjoy writing as a process. I always write in cursive.

I don't use any computer tools at this time. I use a Black and Red notebook, because I didn't like the ratios of paper quality, sizes, or lining of others that I tried. Writing on the computer doesn't seem to have the same effect (and this is confirmed by various studies, from the looks of it).

There's no particular methodology. I try to write often, but don't find it necessary to write every day. If I don't feel like writing, I don't, usually, I do. I put the date down, and that's it.

Pretty much anything goes there. Events that happened, predictions and outcomes, personal concerns, dark thoughts, quotes, prayers, litany, ideas for projects, mini-stories about fictional worlds, notes about topics, insights, poems, math problems, diagrams, doodles.

Re: Ask HN: Do you keep a personal journal?

#23
I've just recently within the past couple of weeks started bullet journaling[0]. I have already noticed huge benefits in my productivity and organization. I was never that good of a note-taker so having this "method" to follow gave me the boost that I think I needed.

[0]: http://bulletjournal.com/

Re: Ask HN: Do you keep a personal journal?

#24
I've been doing it for close to a year. I basically just have a bunch of text files in a folder. A text file for each day I make an entry.

Usually when I think a thought of note, or I'm experiencing a particularly strong emotional response, or just general dilemma running through my mind I'll write down what it is I'm experiencing or thinking.

Some days are quite long with multiple entries, some times I go a few days without writing a thing. I've thought about littering my entries with "tags" for easier searching, but I haven't done it yet. I don't really review what I've written very often. Plus the entries don't take long to review whenever I'm in the mood.

I use it more as a therapeutic tool, a way to discuss my thoughts with myself.

As for an application, I use Writely pro. But any text editor for Android that can open/save text files to a folder will work for what I do. Plain text synchronized across all my devices is the main thing. Future proof, plus it's my data.

Re: Ask HN: Do you keep a personal journal?

#25
Sort of, I record a video every day, using an app I created (Leap Second)[1]. For the purpose of remembering it's very powerful since you get a sense of how you felt at that time in life.

I try to capture something every day that excites me, something that day that made me happy or was unusual. So it's more about getting into a habit of finding things that makes everyday special.

I've tried photos and text before but I never enjoyed looking through it after a year or two.

There's a ted talk about this [2]

1: https://itunes.apple.com/us/app/leap-second/id1021405859?mt=...

2: https://www.ted.com/talks/cesar_kuriyama_one_second_every_da...

Re: Ask HN: Do you keep a personal journal?

#26
I do not. I try to record photos of as much as I can instead so I can look back on my life. I do however dump my thoughts in to to notes all over the place (Apple Notes, iAWritter (icloud), Dropbox, Evernote, OrgMode).

I tried Day One, but I got mad that they switched away from dropbox. They honestly could have solved the problems, but I can't fault them entirely for taking the easier route here to make supporting it much easier.

I'm not sure what I would journal if I did keep one for real.

Re: Ask HN: Do you keep a personal journal?

#28
Since I began my PhD I started writing a personal journal about my research.

I write down all things in my mind, things I tried out, things that did not work, etc. Every time I get new results or evaluate something, I also try to include a table or graph with intermediate results.

The journal helps me to see my progress over time. I can grep through it and see if I already tried something. I can go back and see how my results get better over time or whether I hit a dead end somewhere.

I also write a small summary directly after meetings and talks and note feedback from supervisors.

I use org-mode (emacs) for this and can recommend it. All my entries are sorted by year and week number, so I try to write a summary at least once a week. As I use Emacs for all my programming related tasks, the org-mode file is open all day anyhow, so I usually add things more often than that.

Re: Ask HN: Do you keep a personal journal?

#29
post #6

I tried keeping a journal (to track what I did each day...otherwise it felt like the days were just blending together) but kept failing over and over because I just couldn't get into the habit. For people who have the same issue, I came up with https://www.60secondseveryday.com It's the fastest way of daily journaling - you make a 60 second phone call every night to answer the question "What do you want to remember a…

The general idea sounds good to me (just spend 60 seconds on it, and no more).

But I wouldn't use it on principle because a journal is private, and having it handled by a third-party doesn't sound like a good idea at all. Especially when you explicitly state that it is transcribed, archived, and searchable.

Re: Ask HN: Do you keep a personal journal?

#30
I started a personal project for logging my life, first steps were location tracking but features like connecting my lastfm account, pictures taken and inserting notes will come.

The idea is having a mobile application for tracking to a self-hosted api and a web-client for having a feed (like facebook about myself).

This will be released open source once it's somewhat presentable.

Post reply on HN