Skip to content

Commit ef6a4c2

Browse files
committed
fix
1 parent c1d6717 commit ef6a4c2

91 files changed

Lines changed: 328 additions & 106 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Whitespace-only changes.

content/private

Submodule private updated from 3906934 to 8620b64

content/project.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44
"root": "content",
55
"projectType": "library",
66
"targets": {
7+
"precommit": {
8+
"//": "Runs all pre-commit tasks related to setting up the vault prior to builds and commits.",
9+
"executor": "nx:run-commands",
10+
"options": {
11+
"commands": [
12+
"nx run vault:sync",
13+
"nx run vault:index-tags"
14+
],
15+
"cwd": "content",
16+
"parallel": false
17+
}
18+
},
719
"sync": {
820
"//": "Extract frontmatter from private content and create cleaned versions in public.",
921
"executor": "nx:run-commands",
@@ -15,7 +27,7 @@
1527
"cwd": "content"
1628
}
1729
},
18-
"generate-tag-indexes": {
30+
"index-tags": {
1931
"//": "Generate index.md files for all tags found in markdown frontmatter.",
2032
"executor": "nx:run-commands",
2133
"options": {

content/public/content/annotations/clinard-dissertation.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ tags:
55
- "engineering/bio"
66
- "annotations"
77
- "private"
8-
draft: false
98
---
109

1110
This note is part of my private vault, and isn't published publicly on the site or within the public GitHub.

content/public/content/articles/robloxaville.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: The Unbearable Weight of ROBLOX Celebrity
33
date: 2021-08-05
44
tags:
5-
- projects/roblox
5+
- projects/games/roblox
66
- engineering/languages/lua
77
- articles
88
---
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: "Whitepaper: Security Package for Offline Client Endpoint Transaction Authorization"
3+
date: "2024-04-05T00:00:00.000Z"
4+
tags:
5+
- "engineering/data"
6+
- "economics/finance"
7+
- "engineering/languages/typescript"
8+
- "engineering/languages/csharp"
9+
- "private"
10+
---
11+
12+
This note is part of my private vault, and isn't published publicly on the site or within the public GitHub.
13+
14+
If you are interested in what this note contains, please [[contact|reach out to me!]] If it's not anything terribly sensitive, I'm happy to chat about it!
15+
16+
17+
## Links
18+
19+
This note originally contained the following links:
20+
21+
- [PCI-Compliant Cardholder Protection (Sections 3.1 - 3.4)](https://listings.pcisecuritystandards.org/documents/PCI_DSS-QRG-v3_2_1.pdf#page=14)
22+
- [PKCS#8](https://datatracker.ietf.org/doc/html/rfc5208)
23+
- [asymmetric strong encryption](https://www.cloudflare.com/learning/ssl/what-is-asymmetric-encryption/#:~:text=As%20the%20name%20implies%2C%20asymmetric,decrypted%20with%20the%20private%20key.)
24+
- [constitute a Merchant Managed Solution](https://listings.pcisecuritystandards.org/documents/P2PE_At_a_Glance_v2.pdf#page=2)

content/public/content/notes/periodic/daily/2024-02-25.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ If you are interested in what this note contains, please [[contact|reach out to
1919
This note originally contained the following links:
2020

2121
- [2024-02-26](content/notes/periodic/daily/2024-02-26)
22-
- [CAVEAT LECTOR](content/notes/caveat-lector)
2322
- [creating a new blog with Quartz](content/notes/digital-gardening-with-quartz)
2423
- [over-engineering killing my dreams](content/notes/over-under-engineering)
2524
- [Pikmin 2's "Today's Report" screen](https://www.pikminwiki.com/Day_results_menu)

content/public/content/notes/periodic/daily/2024-02-26.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: "2024-02-26"
33
date: "2024-02-26T00:00:00.000Z"
44
tags:
5-
- "horticulture"
65
- "horticulture"
76
- "engineering/devops"
87
- "engineering/languages/csharp"
98
- "seasons/rhythm"
9+
- "projects/dayjob"
1010
- "private"
1111
draft: false
1212
---
@@ -22,7 +22,6 @@ This note originally contained the following links:
2222

2323
- [2024-02-25](content/notes/periodic/daily/2024-02-25)
2424
- [2024-02-27](content/notes/periodic/daily/2024-02-27)
25-
- [CAVEAT LECTOR](content/notes/caveat-lector)
2625
- [CodeSwings](content/notes/periodic/daily/2024-02-25)
2726
- [slaying The Goblin](content/notes/the-quest-to-slay-the-goblin)
2827
- [my Year of Rhythm](tags/seasons/rhythm/index)

content/public/content/notes/periodic/daily/2024-02-27.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ tags:
55
- "engineering/languages/csharp"
66
- "engineering/languages/python"
77
- "seasons/rhythm"
8+
- "projects/dayjob"
89
- "private"
910
draft: false
1011
---
@@ -20,7 +21,6 @@ This note originally contained the following links:
2021

2122
- [2024-02-26](content/notes/periodic/daily/2024-02-26)
2223
- [2024-02-28](content/notes/periodic/daily/2024-02-28)
23-
- [CAVEAT LECTOR](content/notes/caveat-lector)
2424
- [how yesterday ended](content/notes/periodic/daily/2024-02-26)
2525
- [the old LaTeX version of my resume template](content/articles/resume-ci-pipeline)
2626
- [ChainSharp](https://www.nuget.org/packages/Theauxm.ChainSharp#readme-body-tab)

content/public/content/notes/periodic/daily/2024-02-28.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ tags:
55
- "horticulture"
66
- "engineering/languages/csharp"
77
- "seasons/rhythm"
8+
- "projects/dayjob"
89
- "private"
910
draft: false
1011
---
@@ -20,7 +21,6 @@ This note originally contained the following links:
2021

2122
- [2024-02-27](content/notes/periodic/daily/2024-02-27)
2223
- [2024-02-29](content/notes/periodic/daily/2024-02-29)
23-
- [CAVEAT LECTOR](content/notes/caveat-lector)
2424
- [yesterday](content/notes/periodic/daily/2024-02-27)
2525
- [day before](content/notes/periodic/daily/2024-02-26)
2626
- [creating a SelfControl extension for RayCast](content/notes/putting-selfcontrol-on-raycast)

0 commit comments

Comments
 (0)