From a3fa456e28a8fc9b0720e230039083c3f8e3f7b8 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Wed, 14 Jun 2023 16:30:24 -0700 Subject: add content to journal and mindmap --- journal/20230611.org | 5 +++++ journal/20230613.org | 18 ++++++++++++++++++ journal/20230614.org | 30 ++++++++++++++++++++++++++++++ journal/index.org | 4 +++- 4 files changed, 56 insertions(+), 1 deletion(-) create mode 100644 journal/20230613.org create mode 100644 journal/20230614.org (limited to 'journal') diff --git a/journal/20230611.org b/journal/20230611.org index 8e3c09c..23d1388 100644 --- a/journal/20230611.org +++ b/journal/20230611.org @@ -14,3 +14,8 @@ I also need to write some LaTeX for the mindmap. I will also make a github repository for this website, probably, which means I'm going to make a README.org. +** 21:20 +I made the repository and everything. Now, all I need to do is finish +a couple of mindmap articles so that it becomes a cohesive experience. +The website also still needs a favicon and I might want to add some +of my music to it. diff --git a/journal/20230613.org b/journal/20230613.org new file mode 100644 index 0000000..81e078e --- /dev/null +++ b/journal/20230613.org @@ -0,0 +1,18 @@ +#+TITLE: Daily Journal +#+STARTUP: showeverything +#+DESCRIPTION: My daily journal entry +#+AUTHOR: Preston Pan +#+HTML_HEAD: +#+html_head: +#+html_head: +#+options: broken-links:t +* Tuesday, 13 June 2023 +** 19:34 +I am leaving for china today. I tried using guix with my arch linux +system but it was too unstable and I almost broke my system, so I +of course stopped. I may try nix in the future, but for now, I will +try to just keep my current setup where it is. +** 20:35 +Just realized that I need to publish things for the website; also, I +may want to have a blog where I write non-mindmap related articles. +I need to get git working with signing with my gpg key as well. diff --git a/journal/20230614.org b/journal/20230614.org new file mode 100644 index 0000000..23edd53 --- /dev/null +++ b/journal/20230614.org @@ -0,0 +1,30 @@ +#+TITLE: Daily Journal +#+STARTUP: showeverything +#+DESCRIPTION: My daily journal entry +#+AUTHOR: Preston Pan +#+HTML_HEAD: +#+html_head: +#+html_head: +#+options: broken-links:t +* Wednesday, 14 June 2023 +** 09:40 +Currently, I am on an airplane to Taipei, and I will be at Beijing +shortly. I'm excited to purchase a mechancal keyboard and maybe +some other peripherals there. It will probably be cheaper than +buying them in Canada. + +I've slept a little bit, but my sleep quality was poor. However, +I still don't feel that bad. + +Working in my little space in emacs is pretty nice, even on an airplane. +Like I said, I bought ivpn for a month so i should be able to view the +internet from outside the firewall. I haven't set up nix yet, but I think +I will do it in China. + +Another thing is that I have been looking at my analytical mechanics book, +and it is easy compared to when I tried learning it before. Probably because I +have more experience with multidimensional integrals, fields, and whatnot. +I plan to do more of it in China. + +What's funny is that my literacy 12 exam has to be done in China because they +don't allow you to do it early. What a pain. diff --git a/journal/index.org b/journal/index.org index c6bfe89..e5231a7 100644 --- a/journal/index.org +++ b/journal/index.org @@ -15,7 +15,7 @@ Here is a list of all my journal entries: #+begin_src shell :results output raw :exports both for f in $(ls | sort -r); do - if [[ "$f" == "index.org" ]]; then + if [[ "$f" == "index.org" || "$f" == "README.org" ]]; then continue fi printf -- "- [[file:$f][$f]]\n" @@ -23,6 +23,8 @@ done #+end_src #+RESULTS: +- [[file:20230614.org][20230614.org]] +- [[file:20230613.org][20230613.org]] - [[file:20230611.org][20230611.org]] - [[file:20230610.org][20230610.org]] - [[file:20230609.org][20230609.org]] -- cgit