The latter part of this article presents a much more structured regime than I think is necessary. The crux is, write shit down. I carry a moleskine notebook and scribble my thoughts. I don’t doubt that the more rigorous approach suits the author. On reading the title, I thought “oh jolly good this will be a solid discussion of log structured filesystems, RDBMS transaction streaming, and double entry book-keeping etc”…
Always Be Journaling (2018)
31–40 of 76 posts
Re: Always Be Journaling (2018)
#32Earlier quoted context omitted.
No, since I strive to journal on a factual based tone. Barely do I jot down any emotions or opinions about people. Phrasing a situation down into facts helps to change perspective away from the ego pov and to dissolve any anger or other negative emotions.
Emotions _are_ facts. By not reporting your emotions around a subject, you're omitting the facts of the situation.
Re: Always Be Journaling (2018)
#33Has anyone here ever refrained from being too honest in your journaling, out of fear someone read it some day?
Re: Always Be Journaling (2018)
#34Has anyone here ever refrained from being too honest in your journaling, out of fear someone read it some day?
I also think the level of security available these days is far superior to what you had growing up (e.g. the 50c padlock your sister could pick with a goddamn bobby pin), so the odds your immediate family is going to find out things you'd rather they not know has gone down a bit.
Re: Always Be Journaling (2018)
#35alias today="vim $PATH/$(date +"%Y-%m-%d").txt"
Substitute vim with your editor of choice. Will automatically generate a new text file for each day. Then just write. Anything.
Re: Always Be Journaling (2018)
#36I wonder if anyone has advice for someone like me who thinks writing a journal is probably a good idea, but I rarely write because I can hardly bear to read what I've written. I always want to edit it for clarity or just throw it out because I don't like it. I've been able to overcome my perfectionism in a few areas of life, but not this one. I like to read other people's words, but rarely my own.
alias j='vim -c 'normal G' -c 'r !date' -c 'normal zto' -c startinsert journal.txt'Re: Always Be Journaling (2018)
#37I stopped because I felt it was necessary to make a break with my past self. I don't know if journaling was useful for my personal growth or not. I do know that reading old entries resulted in a cringe more often than not, which I took to be a good sign. If the old-you isn't a little embarrassing, are you growing?
There are a few books left, but I destroyed about 95% of them. It's a habit that is perhaps good for growth and reflection, but bad for revolution.
It's been three years since I last made an entry, and I miss it just like I miss my old friends who I also no longer talk to. These days I just make lengthy comments on websites but it's a poor substitute.
Re: Always Be Journaling (2018)
#38There's a nice command line tool for keeping a journal that some people might find useful. https://jrnl.sh/ You just type in jrnl followed by your entry, that's it.
Re: Always Be Journaling (2018)
#39There's a nice command line tool for keeping a journal that some people might find useful. https://jrnl.sh/ You just type in jrnl followed by your entry, that's it.
Re: Always Be Journaling (2018)
#40I did that for a good 3 years, writing every day. Started out as a few sentences, and then turned in to bigger depending on how I was feeling that day. I absolutely love(d) being able to look back and read what I wrote and what happened on those days. It did get difficult at times to force myself to write. Many times I hated having to open up the computer and use that to type. On the other hand, typing was much bette…
Did you actually look back or just liked the idea that you could? If you did what sorts of things prompted you to do so? I am asking because I have journaled on an off but never had the impulse to go back and read what I wrote.