Skip to content

Commit

Permalink
wrote something
Browse files Browse the repository at this point in the history
  • Loading branch information
anaclumos committed Nov 18, 2023
1 parent 8d6066e commit c04dc1c
Show file tree
Hide file tree
Showing 11 changed files with 99 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Setup Bun
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@ everything I know! [Dive down the rabbit hole now](https://cho.sh/random)!

## Last updated

Thu Nov 16 00:03:35 PST 2023
Sat Nov 18 00:00:58 PST 2023

## Stats

```
───────────────────────────────────────────────────────────────────────────────
Language Files Lines Blanks Comments Code Complexity
───────────────────────────────────────────────────────────────────────────────
Markdown 2242 57242 14895 0 42347 0
Markdown 2246 57307 14909 0 42398 0
CSS 70 20359 792 36 19531 0
TypeScript 59 18506 178 49 18279 165
TypeScript 59 18526 178 49 18299 165
JSON 16 1632 0 0 1632 0
YAML 12 15802 1899 3 13900 0
YAML 12 17695 1898 3 15794 0
SVG 9 9 0 0 9 0
Python 7 864 51 28 785 83
Plain Text 3 103 18 0 85 0
Expand All @@ -47,13 +47,13 @@ TypeScript Typings 2 15 1 4 10 0
gitignore 2 296 69 69 158 0
JavaScript 1 19 3 12 4 0
───────────────────────────────────────────────────────────────────────────────
Total 2425 114855 17907 203 96745 248
Total 2429 116833 17920 203 98710 248
───────────────────────────────────────────────────────────────────────────────
Estimated Cost to Develop (organic) $3,284,772
Estimated Schedule Effort (organic) 21.61 months
Estimated People Required (organic) 13.50
Estimated Cost to Develop (organic) $3,354,861
Estimated Schedule Effort (organic) 21.79 months
Estimated People Required (organic) 13.68
───────────────────────────────────────────────────────────────────────────────
Processed 5490381 bytes, 5.490 megabytes (SI)
Processed 5509422 bytes, 5.509 megabytes (SI)
───────────────────────────────────────────────────────────────────────────────
```
Binary file added Research/assets/61B318.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions Research/journals/2023-11-16.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
date: '2023-11-16'
lang: 'en'
slug: '/2023-11-16'
---

- [[Accessing Remote Jupyter at USC ISI]]
- [[TroyLabs Cohort of Fall 2023]]
8 changes: 8 additions & 0 deletions Research/journals/2023-11-18.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
date: '2023-11-18'
lang: 'en'
slug: '/2023-11-18'
---

- [[Project Ganymede|Ganymede]]
- [[Dismiss Keyboard]]
10 changes: 10 additions & 0 deletions Research/pages/Dismiss Keyboard.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
lang: 'en'
slug: '/AEA50D'
---

```swift
focusedField = nil
```

[[SwiftUI]]
2 changes: 1 addition & 1 deletion Research/pages/Economic Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import TabItem from '@theme/TabItem';
<TabItem value='en' label='English 🇺🇸' lang='en-US' default>
<div lang='en-US'>

[[Economy|Economic]] growth is the increase in the size of a country's [[economy]] over time. It's measured by the total production of goods and services in the [[economy]], called gross domestic product (GDP). [[Economy|Economic]] growth can be measured in nominal or real terms, adjusted for inflation. [[Economy|Economic]] growth is an indicator of the financial health of a country. Policies encouraging savings and technological change, such as [[tax]] credits for research and development, lead to higher [[Economy|economic]] growth.
[[Economy|Economic]] growth is the increase in the size of a country's [[economy]] over time. It's measured by the total production of goods and services in the [[economy]], called gross domestic product (GDP). [[Economy|Economic]] growth can be measured in nominal or real terms, adjusted for inflation. [[Economy|Economic]] growth is an indicator of the financial [[health]] of a country. Policies encouraging savings and technological change, such as [[tax]] credits for research and development, lead to higher [[Economy|economic]] growth.

</div>
</TabItem>
Expand Down
11 changes: 11 additions & 0 deletions Research/pages/Project Ganymede.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ aliases: ['Ganymede']
- Callisto is the code name for MessagesExtension
- Europa is the code name for Encryption Key Exchange Server

## [[2023-11-18]]

- Linked the client side to
- make request to server
- pack it as `MSMessage`
- send the message
- dismiss keyboard & request compact presentation style
- Pink Bubble?

![[61B318.jpg]]

## [[2023-11-13]]

- Implemented [[Vitest]] on [[Prisma]] and [[Cloudflare Worker|Cloudflare Workers]]
Expand Down
29 changes: 29 additions & 0 deletions Research/pages/TroyLabs Cohort of Fall 2023.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
lang: 'en'
slug: '/6A8C64'
---

## UpDonor

- NGOs use primitive technologies
- Integrated platform with affordable fundraising, accounting, donor managing, etc
- Pricing:
- Processing fees
- Subscription

## Prometheus Data

- Financial institutions suffer with data accessibility and data enforcements
- Credit and financial information exchange between 21 APEC countries
- International Credit Transfers

## Spotlight Media

- TikTok Shop Marketing all-in-one helper

## HNGR

- Yelp alternative
- Yelp is dying
- Open Source Review Content
- Long-form Restaurant Content (Like Beehiiv, Medium)
20 changes: 18 additions & 2 deletions src/data/backlinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ export const backlinks = {
"2020-04-26": {
"Displaying exact datetimes on Ghost": "[[2020-04-26]]"
},
"2023-11-18": {
"Project Ganymede": "## [[2023-11-18]]"
},
"2022-10-16": {
"Dynamic Island on the Web": "## [[2022-10-16]]"
},
Expand Down Expand Up @@ -821,6 +824,7 @@ export const backlinks = {
"Creating Next Keyboard Button in SwiftUI": "Creating Next Keyboard Button in [[SwiftUI]]",
"Creating Observable Object in SwiftUI": "Creating Observable Object in [[SwiftUI]]",
"Cube": "- [[SwiftUI]]",
"Dismiss Keyboard": "[[SwiftUI]]",
"ULLO": "- Proof of Concept|PoC of [[SwiftUI]] Photo Widget App",
"하늘땅사람 개발 기록": "... 분산시키고 좋은 품질을 유지하기 위해 [[SwiftUI]]를 사용하는 방안을 연구 중."
},
Expand Down Expand Up @@ -2152,6 +2156,9 @@ export const backlinks = {
"WebGPU": "- It's a stand-alone TypeScript+Rust/[[WebAssembly|WASM]] library with its own [[React]]-like ...",
"WebNPU API를 상상하다": "- [[WebAssembly]]는 웹에서 [[CPU]]의 온전한 성능을 개방한다."
},
"TroyLabs Cohort of Fall 2023": {
"2023-11-16": "- [[TroyLabs Cohort of Fall 2023]]"
},
"United Kingdom": {
"2023-03-03": "- [[United Kingdom]]",
"Accelerationism": "- [[United Kingdom|영국]]의 철학자 및 이후 어두운 계몽주의 ...",
Expand Down Expand Up @@ -3990,6 +3997,7 @@ export const backlinks = {
"2023-11-10": "- [[Project Ganymede]]",
"2023-11-11": "- [[Project Ganymede]]",
"2023-11-14": "- [[Project Ganymede]]",
"2023-11-18": "- [[Project Ganymede|Ganymede]]",
"Project": "- [[Project Ganymede]]",
"The Paradoxical Moon Philosophy": "I am building [[Project Ganymede]]. It's a social app, but ..."
},
Expand Down Expand Up @@ -6539,6 +6547,9 @@ export const backlinks = {
"Readwise Reader": {
"2022-12-16": "- [[Readwise Reader]]"
},
"Dismiss Keyboard": {
"2023-11-18": "- [[Dismiss Keyboard]]"
},
"Partition": {
"Probability": "- [[Partition]]"
},
Expand Down Expand Up @@ -8393,7 +8404,8 @@ export const backlinks = {
"Accessing Remote Jupyter at USC ISI": {
"2023-11-09": "- [[Accessing Remote Jupyter at USC ISI]]",
"2023-11-10": "- [[Accessing Remote Jupyter at USC ISI]]",
"2023-11-14": "- [[Accessing Remote Jupyter at USC ISI]]"
"2023-11-14": "- [[Accessing Remote Jupyter at USC ISI]]",
"2023-11-16": "- [[Accessing Remote Jupyter at USC ISI]]"
},
"UUIDs are Awesome": {
"2022-09-28": "- [[UUIDs are Awesome]]",
Expand Down Expand Up @@ -10185,7 +10197,8 @@ export const backlinks = {
"Health": {
"2023-08-30": "- [[Health]]",
"2023-08-31": "- [[Health]]",
"Cost of Engineering": "... company's overall budget and financial [[health]]. In general, it's critical for ..."
"Cost of Engineering": "... company's overall budget and financial [[health]]. In general, it's critical for ...",
"Economic Development": "... an indicator of the financial [[health]] of a country. Policies encouraging ..."
},
"Stirling Approximation": {
"2023-01-26": "- [[Stirling Approximation]]"
Expand Down Expand Up @@ -12186,6 +12199,9 @@ export const backlinks = {
"7EF8EE.png": {
"Everyprompt": "![[7EF8EE.png]]"
},
"61B318.jpg": {
"Project Ganymede": "![[61B318.jpg]]"
},
"2023-11-13": {
"Project Ganymede": "## [[2023-11-13]]"
},
Expand Down
4 changes: 4 additions & 0 deletions src/data/filenames.ts
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,8 @@ export const filenames = {
"2023-11-12": "2023-11-12",
"2023-11-14": "2023-11-14",
"2023-11-15": "2023-11-15",
"2023-11-16": "2023-11-16",
"2023-11-18": "2023-11-18",
"30-Day Tweet Test (Harry Stebbings)": "18728A",
"3D": "82C83C",
"3d Globe on the Web": "432EF8",
Expand Down Expand Up @@ -887,6 +889,7 @@ export const filenames = {
"Disable Firefox Safe Mode Trigger": "F44F14",
"Disable Screenshot Drop Shadow in macOS": "EE88B1",
"Discuss on Social Media Button": "69BE1E",
"Dismiss Keyboard": "AEA50D",
"Displaying exact datetimes on Ghost": "522AED",
"Distribution": "9A8AF0",
"Dither": "5E76A3",
Expand Down Expand Up @@ -1846,6 +1849,7 @@ export const filenames = {
"Tree Style": "DF562D",
"Treehouse": "35A779",
"Trie": "CBF360",
"TroyLabs Cohort of Fall 2023": "6A8C64",
"Truthiness of Empty Strings": "C18AE1",
"Try Removing": "ADB1EA",
"Try Running Terminal Command If Exists": "907980",
Expand Down

0 comments on commit c04dc1c

Please sign in to comment.