blob: 2c2fc6c2f53f884ecb916209e8a9aeab5867af73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
|
#+title: Journal
#+author: Preston Pan
#+description: My journal entries
#+html_head: <link rel="stylesheet" type="text/css" href="../style.css" />
#+date: <2023-06-09 Fri>
#+language: en
#+OPTIONS: broken-links:t
#+html_head: <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
#+html_head: <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
#+html_head: <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
#+html_head: <link rel="manifest" href="/site.webmanifest">
#+html_head: <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
#+html_head: <meta name="msapplication-TileColor" content="#da532c">
#+html_head: <meta name="theme-color" content="#ffffff">
#+html_head: <meta name="viewport" content="width=1000; user-scalable=0;" />
* Introduction
This is my journal. It's basically my everyday life, or at least the part that I can make public
(not many personal details although there will be some). I will also be posting some TODOs that
I have throughout time. I use the following [[file:../names.org][object names]] when I
reference my system, so that may be confusing for some, though it is
clearly documented in the above.
** Entries
@@html: <div class="links-page">@@
If you're interested, here is a list of all my journal entries:
#+begin_src shell :results output raw :exports both
#printf "@@html: <div class=\"links\">@@\n"
for f in $(ls | sort -r);
do
if [[ "$f" == "index.org" || "$f" == "README.org" ]]; then
continue
fi
printf -- "- [[file:$f][$f]]\n"
done
#printf "@@html: </div>@@\n"
#+end_src
#+RESULTS:
- [[file:20250909.org][20250909.org]]
- [[file:20250908.org][20250908.org]]
- [[file:20250826.org][20250826.org]]
- [[file:20250723.org][20250723.org]]
- [[file:20250720.org][20250720.org]]
- [[file:20250703.org][20250703.org]]
- [[file:20250626.org][20250626.org]]
- [[file:20250602.org][20250602.org]]
- [[file:20250321.org][20250321.org]]
- [[file:20250317.org][20250317.org]]
- [[file:20250313.org][20250313.org]]
- [[file:20250311.org][20250311.org]]
- [[file:20250310.org][20250310.org]]
- [[file:20250308.org][20250308.org]]
- [[file:20250305.org][20250305.org]]
- [[file:20250302.org][20250302.org]]
- [[file:20250222.org][20250222.org]]
- [[file:20250220.org][20250220.org]]
- [[file:20250218.org][20250218.org]]
- [[file:20250214.org][20250214.org]]
- [[file:20250211.org][20250211.org]]
- [[file:20250203.org][20250203.org]]
- [[file:20250201.org][20250201.org]]
- [[file:20250123.org][20250123.org]]
- [[file:20250119.org][20250119.org]]
- [[file:20250116.org][20250116.org]]
- [[file:20250112.org][20250112.org]]
- [[file:20250111.org][20250111.org]]
- [[file:20250108.org][20250108.org]]
- [[file:20250106.org][20250106.org]]
- [[file:20250103.org][20250103.org]]
- [[file:20250102.org][20250102.org]]
- [[file:20241230.org][20241230.org]]
- [[file:20240924.org][20240924.org]]
- [[file:20240610.org][20240610.org]]
- [[file:20240605.org][20240605.org]]
- [[file:20240602.org][20240602.org]]
- [[file:20240601.org][20240601.org]]
- [[file:20240531.org][20240531.org]]
- [[file:20240530.org][20240530.org]]
- [[file:20240524.org][20240524.org]]
- [[file:20240519.org][20240519.org]]
- [[file:20240512.org][20240512.org]]
- [[file:20240510.org][20240510.org]]
- [[file:20240503.org][20240503.org]]
- [[file:20240502.org][20240502.org]]
- [[file:20240416.org][20240416.org]]
- [[file:20240404.org][20240404.org]]
- [[file:20240330.org][20240330.org]]
- [[file:20240329.org][20240329.org]]
- [[file:20240324.org][20240324.org]]
- [[file:20240323.org][20240323.org]]
- [[file:20240321.org][20240321.org]]
- [[file:20240319.org][20240319.org]]
- [[file:20240318.org][20240318.org]]
- [[file:20240317.org][20240317.org]]
- [[file:20240316.org][20240316.org]]
- [[file:20240315.org][20240315.org]]
- [[file:20240314.org][20240314.org]]
- [[file:20240313.org][20240313.org]]
- [[file:20240312.org][20240312.org]]
- [[file:20240311.org][20240311.org]]
- [[file:20240310.org][20240310.org]]
- [[file:20240309.org][20240309.org]]
- [[file:20240306.org][20240306.org]]
- [[file:20240301.org][20240301.org]]
- [[file:20240229.org][20240229.org]]
- [[file:20240228.org][20240228.org]]
- [[file:20240226.org][20240226.org]]
- [[file:20240210.org][20240210.org]]
- [[file:20240205.org][20240205.org]]
- [[file:20240128.org][20240128.org]]
- [[file:20240127.org][20240127.org]]
- [[file:20240126.org][20240126.org]]
- [[file:20240125.org][20240125.org]]
- [[file:20240124.org][20240124.org]]
- [[file:20240123.org][20240123.org]]
- [[file:20240110.org][20240110.org]]
- [[file:20231220.org][20231220.org]]
- [[file:20231217.org][20231217.org]]
- [[file:20231215.org][20231215.org]]
- [[file:20231214.org][20231214.org]]
- [[file:20231213.org][20231213.org]]
- [[file:20231210.org][20231210.org]]
- [[file:20231209.org][20231209.org]]
- [[file:20231208.org][20231208.org]]
- [[file:20230711.org][20230711.org]]
- [[file:20230704.org][20230704.org]]
- [[file:20230625.org][20230625.org]]
- [[file:20230624.org][20230624.org]]
- [[file:20230623.org][20230623.org]]
- [[file:20230622.org][20230622.org]]
- [[file:20230621.org][20230621.org]]
- [[file:20230620.org][20230620.org]]
- [[file:20230619.org][20230619.org]]
- [[file:20230616.org][20230616.org]]
- [[file:20230615.org][20230615.org]]
- [[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]]
@@html: </div>@@
|