$ cat bin/journal
#!/bin/bash
FILE=${HOME}/Dropbox/journal.txt
echo >>${FILE}
date >>${FILE}
echo >>${FILE}
vim + ${FILE}Great Men Keep Journals
11–20 of 73 posts
Re: Great Men Keep Journals
#12I just wrote myself a little script. Let's see, if it sticks ... $ cat bin/journal #!/bin/bash FILE=${HOME}/Dropbox/journal.txt echo >>${FILE} date >>${FILE} echo >>${FILE} vim + ${FILE}
jr () {
echo "---"
echo "\n##"`date +" %a %D %l:%M%P"` >> ~/journal.txt
cat >> ~/journal.txt
}
It usually emits 72 dashes, so that I can stay within that margin (manually, heh). Edited to not break HN. The '##' is because I habitually markdown format everything.Re: Great Men Keep Journals
#13- There is more/richer information available on people who keep journals, so it's easier to make the case for their greatness.
- If someone does great things but no record is kept, they are not acknowledged.
I enjoyed the stories of his grandfather, but the flawed reasoning in the argument annoyed me.
Re: Great Men Keep Journals
#14Now it's called blogging. Xanga -> LiveJournal -> Tumblr.
Personally, while I do blog periodically, my journal is entirely different than what I publish online. My journal is for my own consumption. Some things that are written down there (I prefer pen and paper) may end up online or in an essay, but others won't see the light of day (often for good reasons).
Re: Great Men Keep Journals
#15I used to keep a journal and found it very therapeutic writing my innermost thoughts and then as I got older I'd laugh at the things that stressed me out when I was younger. Then my mum found it one day and started reading it and that put an end to it... I've tried doing it online but it's just not the same as writing it in a beautifully bound journal and flicking through the pages.
I've wanted to keep a journal for several years. But I just didn't stick to the habit. But now http://ohlife.com has changed that. The fact that they send you an email daily And in the same email they also put a random memory from your past has really helped me stick with the habit. I'm into 4 months... I think it works. Maybe you would enjoy it too...
I just signed up since I've been wanting to keep a journal, just never gotten around to it.
Re: Great Men Keep Journals
#16I used to journal for years and stopped. Then I messed with OhLife (a YC startup) and kept going with it. I'm not connected with them other than being a user, but if you're online anyway, it's a pretty handy tool to keep a journal. http://ohlife.com/ It's also a good example of a clean design and user experience.
Re: Great Men Keep Journals
#17I just wrote myself a little script. Let's see, if it sticks ... $ cat bin/journal #!/bin/bash FILE=${HOME}/Dropbox/journal.txt echo >>${FILE} date >>${FILE} echo >>${FILE} vim + ${FILE}
I don't write daily though, only when I feel like it.
Re: Great Men Keep Journals
#18I tend to find writing easy but I think even jotting down what you did in a day could be useful on all kinds of levels. I recommitted myself this year to journal regularly every morning when I wake up and so far, it's been a fun and enlightening experience.
Re: Great Men Keep Journals
#19Now it's called blogging. Xanga -> LiveJournal -> Tumblr.
Did you read the article? Blogging is mentioned. Personally, while I do blog periodically, my journal is entirely different than what I publish online. My journal is for my own consumption. Some things that are written down there (I prefer pen and paper) may end up online or in an essay, but others won't see the light of day (often for good reasons).
Other than that I'm not sure what we're arguing about. Though it is interesting you have things to hide.
Re: Great Men Keep Journals
#20I write on it on a semi-regular basis. The purpose of keeping with me is so I have something to write on as ideas come up, as girls give phone numbers, or ifI have free time to write down the thoughts of the day. That last part is the most important: I never liked sitting down and braindumping my day in a blog or a big book; I write a lot more when I can do it at any moment, sentences at a time.
I've been doing this since September 2007. 3 years, 3 months later, I'm on journal 14.