-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsession1.diff
257 lines (257 loc) · 6.33 KB
/
session1.diff
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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..b58b603
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,5 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..53838f6
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="ProjectModuleManager">
+ <modules>
+ <module fileurl="file://$PROJECT_DIR$/.idea/resume.iml" filepath="$PROJECT_DIR$/.idea/resume.iml" />
+ </modules>
+ </component>
+</project>
\ No newline at end of file
diff --git a/.idea/resume.iml b/.idea/resume.iml
new file mode 100644
index 0000000..24643cc
--- /dev/null
+++ b/.idea/resume.iml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="WEB_MODULE" version="4">
+ <component name="NewModuleRootManager">
+ <content url="file://$MODULE_DIR$">
+ <excludeFolder url="file://$MODULE_DIR$/.tmp" />
+ <excludeFolder url="file://$MODULE_DIR$/temp" />
+ <excludeFolder url="file://$MODULE_DIR$/tmp" />
+ </content>
+ <orderEntry type="inheritedJdk" />
+ <orderEntry type="sourceFolder" forTests="false" />
+ </component>
+</module>
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..35eb1dd
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="VcsDirectoryMappings">
+ <mapping directory="" vcs="Git" />
+ </component>
+</project>
\ No newline at end of file
diff --git a/.obsidian/app.json b/.obsidian/app.json
index 9e26dfe..e609a07 100644
--- a/.obsidian/app.json
+++ b/.obsidian/app.json
@@ -1 +1,3 @@
-{}
\ No newline at end of file
+{
+ "promptDelete": false
+}
\ No newline at end of file
diff --git a/.obsidian/hotkeys.json b/.obsidian/hotkeys.json
new file mode 100644
index 0000000..2b76ccf
--- /dev/null
+++ b/.obsidian/hotkeys.json
@@ -0,0 +1,27 @@
+{
+ "obsidian-git:commit": [
+ {
+ "modifiers": [
+ "Alt"
+ ],
+ "key": "C"
+ }
+ ],
+ "obsidian-git:push2": [
+ {
+ "modifiers": [
+ "Alt"
+ ],
+ "key": "P"
+ }
+ ],
+ "obsidian-git:commit-specified-message": [
+ {
+ "modifiers": [
+ "Alt",
+ "Shift"
+ ],
+ "key": "C"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/.obsidian/plugins/obsidian-git/data.json b/.obsidian/plugins/obsidian-git/data.json
index b6fdcb2..74a9e5b 100644
--- a/.obsidian/plugins/obsidian-git/data.json
+++ b/.obsidian/plugins/obsidian-git/data.json
@@ -1,34 +1,34 @@
{
- "commitMessage": "vault backup: {{date}}",
- "commitDateFormat": "YYYY-MM-DD HH:mm:ss",
+ "commitMessage": "manual obsidian backup: {{date}}",
+ "commitDateFormat": "YYYY-MM-DDTHH:mm:ss",
"autoSaveInterval": 2,
"autoPushInterval": 0,
"autoPullInterval": 2,
- "autoPullOnBoot": false,
+ "autoPullOnBoot": true,
"disablePush": false,
"pullBeforePush": true,
"disablePopups": false,
- "disablePopupsForNoChanges": false,
- "listChangedFilesInMessageBody": false,
+ "disablePopupsForNoChanges": true,
+ "listChangedFilesInMessageBody": true,
"showStatusBar": true,
- "updateSubmodules": false,
- "syncMethod": "merge",
+ "updateSubmodules": true,
+ "syncMethod": "rebase",
"customMessageOnAutoBackup": false,
"autoBackupAfterFileChange": false,
"treeStructure": false,
"refreshSourceControl": true,
"basePath": "",
"differentIntervalCommitAndPush": false,
- "changedFilesInStatusBar": false,
+ "changedFilesInStatusBar": true,
"showedMobileNotice": true,
"refreshSourceControlTimer": 7000,
"showBranchStatusBar": true,
- "setLastSaveToLastCommit": true,
+ "setLastSaveToLastCommit": false,
"submoduleRecurseCheckout": false,
"gitDir": "",
"showFileMenu": true,
- "authorInHistoryView": "hide",
- "dateInHistoryView": false,
+ "authorInHistoryView": "full",
+ "dateInHistoryView": true,
"lineAuthor": {
"show": false,
"followMovement": "inactive",
@@ -54,5 +54,5 @@
"lastShownAuthorDisplay": "initials",
"lastShownDateTimeFormatOptions": "date"
},
- "autoCommitMessage": "vault backup: {{date}}"
+ "autoCommitMessage": "automated obsidian backup: {{date}}"
}
\ No newline at end of file
diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json
index 9081a3f..e0a6176 100644
--- a/.obsidian/workspace.json
+++ b/.obsidian/workspace.json
@@ -147,5 +147,10 @@
}
},
"active": "189952f10fc0a770",
- "lastOpenFiles": []
+ "lastOpenFiles": [
+ "me.jpeg",
+ "content.md",
+ "_config.yml",
+ "_config.yml.md"
+ ]
}
\ No newline at end of file
diff --git a/_config.yml b/_config.yml
new file mode 100644
index 0000000..c92522e
--- /dev/null
+++ b/_config.yml
@@ -0,0 +1 @@
+remote_theme: "dracula/gh-pages"
diff --git a/content.md b/content.md
index e69de29..5d2176d 100644
--- a/content.md
+++ b/content.md
@@ -0,0 +1,67 @@
+# Skills
+
+<!-- %% add devicons later %% -->
+- #### Operating Systems
+ - GNU+Linux
+ - Debian (and derivatives)
+ - openSUSE
+ - ChromeOS
+ - Windows
+ - MacOS
+- #### Programming Languages
+ - JavaScript & TypeScript (fluent)
+ - npm
+ - yarn
+ - bun
+ - React.js
+ - Next.js
+ - Java (comfortable)
+ - WPILib
+ - Python (comfortable)
+ - POSIX Shell Scripting (comfortable)
+ - bash, etc
+ - ...and I'm learning:
+ - Rust
+ - Haskell
+ - Go
+- #### Markup Languages
+ - HTML (fluent)
+ - CSS (fluent)
+ - SCSS (fluent)
+ - LaTeX (comfortable)
+- #### Editors & IDEs
+ - VSCodium (and Visual Studio Code)
+ - vim & neovim
+ - JetBrains & derivatives
+ - WebStorm
+- #### ISO/IEC Standards:
+ - ISO 8601 (fluent)
+ - ISO/IEC 40500:2012 (comfortable)
+ - ISO/IEC 80000 (comfortable)
+ - anything else (would like to learn)
+- #### Miscellaneous/One-off Items (in case you're searching for keywords)
+ - the Google Suite
+ - Google Docs (fluent)
+ - Google Sheets (fluent)
+ - Google Slides (fluent)
+ - Google Forms (fluent)
+ - Google Sites (comfortable)
+ - Google Ads (comfortable)
+ - Google Analytics (comfortable)
+ - Google Play Store (comfortable)
+ - Excalidraw (fluent)
+ - git (fluent)
+ - GitHub (fluent)
+ - GitLab (fluent)
+ - CodeBerg (fluent)
+
+---
+
+# Certifications
+
+- none yet! just wait until I finish cs50 (:
+
+---
+
+# Experience
+