Great Men Keep Journals
21–30 of 73 posts
Re: Great Men Keep Journals
#22I 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
#23I 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've been using this zsh function for a year or two: 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
#24I 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}
Re: Great Men Keep Journals
#25I 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've been using this zsh function for a year or two: 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.
#!/bin/bash
echo "%%" >> ~/.journal
date +"%a %Y-%m-%d :: %X" >> ~/.journal
cat - >> ~/.journalRe: Great Men Keep Journals
#26Usually my days aren't as interested and filled with introspection as when I'm backpacking, though. I just signed up with http://ohlife.com/ as mentioned by dabent.
Re: Great Men Keep Journals
#27I 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.
Re: Great Men Keep Journals
#28I 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.
YCombinator hopes to make money from this how?
Don't get me wrong: it's a simple and clever idea. Just... it's not philanthropy, is it?
Re: Great Men Keep Journals
#29I 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.
I can still dig up random LiveJournal entries that I wrote on a whim ten years ago. What would people here rate the chances of me being able to do the same with OhLife entries in ten years?
Re: Great Men Keep Journals
#30Might actually a good idea for some neat new skills this years. Sadly last time I looked there were too many shorthand systems (and the default German one looked rather complicated), and I've yet to find a drawing book that makes me seem less clumsy ("Drawing on the Right Side of the Brain" was recommended here before, but didn't do anything for me).