the switch from analogue to digital has been interesting. my content is now organized by topic, rather than being a chaotic mess of thoughts and feelings; tags make things searchable, but i don't sketch as much as i used to, which i miss. i'm slowly getting used to having a stylus rather than a pen, but i don't know how long it will take for it to feel natural.
Ask HN: Do you keep a personal journal?
41–50 of 109 posts
Re: Ask HN: Do you keep a personal journal?
#42Yes, I've recently started building a system to store journal entries among other types. They're markdown files in a Git repo which can then be processed (using Hugo) to make a browsable static site. I'm storing four types of content: - J, journal entries, one file per day with a summary of what I've done that day. Already proving useful, I forget what I did three days ago. - N, notes, working notes on a topic. I tre…
for the moment I use drupal's book module to take notes, it's hard to "extract" them and the support for markdown is not the best I expected.
I wish there is a CMS that can render flat markdown files ..
Re: Ask HN: Do you keep a personal journal?
#43Yes. I tried to for many years with paper and pen. It never worked for me until I started using DayOne [0] on iOS and Mac. Simply superb design and one of my favorite pieces of software to use because it does (almost) exactly what I want it to . When I type, I'm able to render my thoughts directly into text, whereas when I write with a pen I have to think about the physical process of writing. I imagine I'm not the o…
What in particular do you think DayOne offers that can't be offered by Notes on iOS or macOS?
Re: Ask HN: Do you keep a personal journal?
#44Yes, I find it very useful.
> What tools would you recommend? Is there any specific methodology that you follow?
Sure, here is my current framework:
I keep all text files in a journal folder with subfolders for each year. At the end of each week I review the last week's journal entries for information which is applicable to future projects or needs, and move that information into systems of frameworks, which are also described in text files in a different location.
> When journaling, do you try to track any specific aspects of your life or just write about anything that is currently occupying your mind?
Both.
I track my mood, as you can see by the DaySCOR item (this rating system is a work in progress and has an alternate look when I use it on paper; it's more of a multidimensional graph on paper).
I've learned that most days are around a 3/5 _no matter how much I accomplish_ unless I make a conscious effort to enjoy the day and just be a happy person. That has been a lesson I didn't expect. I thought that getting more done would make me a happier person, but upon reviewing my numbers, that hasn't been the case at all. Productivity is something of a psychological fake-out, but I haven't gone too deep into why just yet. Psychologically, it seems that a person is much more than just their accomplishments. Also at HN many of us tend to project a very strong productive aspect, which could compound this issue. (That would indicate that we repress an inner lazy person, for one...lack of time off, time out, time away, inability to give the finger to work and just waste a day...the boundary there is not an easy one to navigate for productive people)
I also open a new file for each client project and keep those separate. It's helpful to be able to open my last client project file when working on a new file. I also try not to let information build up in email threads and immediately move project information out of emails and into text files. This is in part because GMail search is so slow and long threads are a pain to search.
> Any advice on how to get the most out of personal journaling?
Build your own journaling framework to improve your journaling system. Watch for leverage points that work for you, write them down, and change/refine your framework. This will keep the practice enjoyable and effective for you.
Through two years of journaling I went from obese to healthy weight and only did it by addressing the subject of my weight directly. If you feel like you cannot address tough subjects directly, you may need to change your journaling technology or system or it may fail in its role as a problem-solver. In order to address difficult subject in my paper journals, I leared the simple Ford Shorthand technique at fordshorthand.com and am worry-free when it comes to others possibly prying through my journals. I keep one on the mantle in my home, in fact. Being able to address difficult topics at a time of your liking is crucial.
Re: Ask HN: Do you keep a personal journal?
#45But seriously, I've thought about doing journaling for a long time and have never really done it in earnest. I keep copious work notes on a combination of a pen and paper notebook and a digital notebook. I've developed my own system for tracking tasks and notes over the years that works for me. Its not too unlike Bullet Journal except I don't do all of the monthly tracking stuff.
I started a personal notes journal on my PC, but I only put goals and important ideas that I have in it. I haven't made a good habit of writing daily. I believe that a honest journal would consist of daily freewriting and recalling/reflecting on the events of the day.
For my digital journals I wrote a couple of scripts for automatically entering in the dates. Used to use Evernote, but I dropped it after I started realizing it was a kind of shitty walled garden and it would be hard to get some of my notes out of it down the road. Plus they began restricting the amount of device for the free tier.
Re: Ask HN: Do you keep a personal journal?
#46Re: Ask HN: Do you keep a personal journal?
#47Yes, I've recently started building a system to store journal entries among other types. They're markdown files in a Git repo which can then be processed (using Hugo) to make a browsable static site. I'm storing four types of content: - J, journal entries, one file per day with a summary of what I've done that day. Already proving useful, I forget what I did three days ago. - N, notes, working notes on a topic. I tre…
Doing same thing here, all notes are in markdown and stored in a git, then I use mkdocs to generate them for html view. the pros is that mkdocs can generate htmls without any special requirements(just run it on all your markdown files recursively, unlike jekyll hugo etc requires you set something first), however mkdocs has some issues on its theme, still looking for the best and simplest way to present a markdown clu…
Re: Ask HN: Do you keep a personal journal?
#48Re: Ask HN: Do you keep a personal journal?
#49Do you keep a personal journal? Yes. If yes, do you find it useful? Yes What tools would you recommend? A well-crafted acid-free paper notebook, comfortable pens. Is there any specific methodology that you follow? Yes. When journaling, do you try to track any specific aspects of your life or just write about anything that is currently occupying your mind? I keep a system of journals. One series for personal thoughts,…
Also, do you revisit your journals?