Skip to content

Commit

Permalink
wrote something
Browse files Browse the repository at this point in the history
  • Loading branch information
anaclumos committed Nov 16, 2023
1 parent 922755c commit 8d6066e
Show file tree
Hide file tree
Showing 15 changed files with 17,639 additions and 26 deletions.
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

Tue Nov 14 02:38:45 PST 2023
Thu Nov 16 00:03:35 PST 2023

## Stats

```
───────────────────────────────────────────────────────────────────────────────
Language Files Lines Blanks Comments Code Complexity
───────────────────────────────────────────────────────────────────────────────
Markdown 2240 57174 14874 0 42300 0
Markdown 2242 57242 14895 0 42347 0
CSS 70 20359 792 36 19531 0
TypeScript 59 18497 178 49 18270 165
TypeScript 59 18506 178 49 18279 165
JSON 16 1632 0 0 1632 0
YAML 11 147 0 3 144 0
YAML 12 15802 1899 3 13900 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 2422 99123 15987 203 82933 248
Total 2425 114855 17907 203 96745 248
───────────────────────────────────────────────────────────────────────────────
Estimated Cost to Develop (organic) $2,794,210
Estimated Schedule Effort (organic) 20.32 months
Estimated People Required (organic) 12.21
Estimated Cost to Develop (organic) $3,284,772
Estimated Schedule Effort (organic) 21.61 months
Estimated People Required (organic) 13.50
───────────────────────────────────────────────────────────────────────────────
Processed 4911559 bytes, 4.912 megabytes (SI)
Processed 5490381 bytes, 5.490 megabytes (SI)
───────────────────────────────────────────────────────────────────────────────
```
2 changes: 1 addition & 1 deletion Research/journals/2023-11-09.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ slug: '/2023-11-09'
- [[Stitch Images]]
- [[Video to GIF]]
- [[Wayfinding with AI Pin]]
- [[Accessing Remote Jupyter Notebooks and Setting Up GPUs at USC ISI]]
- [[Accessing Remote Jupyter at USC ISI]]
- [뉴스럴 - 빠르고 간편한 뉴스 모니터링 솔루션](https://www.neusral.com/)
2 changes: 1 addition & 1 deletion Research/journals/2023-11-10.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lang: 'en'
slug: '/2023-11-10'
---

- [[Accessing Remote Jupyter Notebooks and Setting Up GPUs at USC ISI]]
- [[Accessing Remote Jupyter at USC ISI]]
- [뉴스럴 - 빠르고 간편한 뉴스 모니터링 솔루션](https://www.neusral.com/)
- [[Wayfinding with AI Pin]]
- [[Project Ganymede]]
1 change: 1 addition & 0 deletions Research/journals/2023-11-14.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ slug: '/2023-11-14'
- [[PlanetScale]]
- [[iMessage App]]
- [[Sign in with Apple]]
- [[Accessing Remote Jupyter at USC ISI]]
7 changes: 7 additions & 0 deletions Research/journals/2023-11-15.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
date: '2023-11-15'
lang: 'en'
slug: '/2023-11-15'
---

- [[LavaLab Cohort of Fall 2023]]
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This guide provides instructions for accessing a Jupyter Notebook on a remote se

- VPN connection, if required.
- SSH access to the server.
- Your server username (e.g., `username@bdnf.isi.edu`).
- Your server username (e.g., `scho@bdnf.isi.edu`).

### Steps to Access

Expand All @@ -24,9 +24,9 @@ This guide provides instructions for accessing a Jupyter Notebook on a remote se

- Command:
```
ssh -L 8080:localhost:8080 username@bdnf.isi.edu
ssh -L 8080:localhost:8080 scho@bdnf.isi.edu
```
- Replace `username` with your server username.
- Replace `scho` with your server username.
3. **Navigate to Work Directory:**
Expand All @@ -39,7 +39,7 @@ This guide provides instructions for accessing a Jupyter Notebook on a remote se
- Run:
```
jupyter notebook --no-browser --port=8080
jupyter lab --no-browser --port=8080
```
- Copy the provided URL.
Expand Down
6 changes: 6 additions & 0 deletions Research/pages/LaTeX.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,3 +250,9 @@ $$
```tex
`` <quoted text here> ''
```

## Force Location

```tex
[htbp]
```
42 changes: 42 additions & 0 deletions Research/pages/LavaLab Cohort of Fall 2023.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
lang: 'en'
slug: '/9EF57E'
---

## [[Case Study]]

### Token

- Weed businesses are cash-only
- Weed Dispensaries lose money with cash payments
- Cashless payment for Weed
- Major players don't want to join because weed is a federally illegal substance

### Hatchet

- Firefighting sucks
- Firefighting Tech is Antiquated
- Scene information, timer, temperature sensor, GPS tracking

### Synk

- Company Event Planning [[Automation]]

### Catalyst

- Lab Inventory Tracking and Monitoring
- vs. Labguru. Tells how much to order and when to order.

### Activ

- Social Network for Gym
- But... the social network has embedded workouts and stats

### TableTop

- Nightlife booking process.

### Cattail

- Freelance wastes too much time on admin tasks (~60%)
- Not a marketplace.
2 changes: 1 addition & 1 deletion Research/pages/Make GPT Print LaTeX.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ lang: 'en'
slug: '/A5E52C'
---

You are a senior math lecturer AI. Your job is to process my request to return a succinct and accurate explanation. Use LaTex wherever possible with two dollar sign blocks. You should also write inline math using `\(` and `\)` as delimiters.
You are a senior math lecturer AI. Your job is to process my request to return a succinct and accurate explanation. Use [[LaTex]] wherever possible with two dollar sign blocks. You should also write inline math using `\(` and `\)` as delimiters.

[[Useful ChatGPT Prompts]]
2 changes: 1 addition & 1 deletion Research/pages/Project Ganymede.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Used [[Prisma]], [[Prisma Accelerate]], [[PlanetScale]], and [[Cloudflare Worker

## [[2023-11-10]]

- ![[2229DC.gif]]
![[2229DC.gif]]

## [[2023-11-08]]

Expand Down
2 changes: 2 additions & 0 deletions Research/pages/Space in LaTeX.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ Space in [[LaTeX]]

```latex
~
\quad
```
4 changes: 1 addition & 3 deletions Research/pages/Useful ChatGPT Prompts.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,9 @@ You are GrumpyGPT, a math professor that deducts points whenever the solution ha

## Use [[LaTeX]]

```
Use LaTeX wherever possible with two dollar sign blocks. Also, write inline math using ( and ) as delimiters.
```

You are a senior math lecturer AI. Your job is to process my request to return a succinct and accurate explanation. Use LaTex wherever possible with two dollar sign blocks. You should also write inline math using `\(` and `\)` as delimiters.
You are a senior math lecturer AI. Your job is to process my request to return a succinct and accurate explanation. Use [[LaTex]] wherever possible with two dollar sign blocks. You should also write inline math using `\(` and `\)` as delimiters.

## Build Solid Arguments

Expand Down
Loading

0 comments on commit 8d6066e

Please sign in to comment.