diff --git a/.vscode/settings.json b/.vscode/settings.json index 82583d3..bf48e1a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,8 @@ { "rust-analyzer.linkedProjects": [ + "./src/wasm/Cargo.toml", + "./src/wasm/Cargo.toml", + "./src/wasm/Cargo.toml", "./src/wasm/Cargo.toml" ] } \ No newline at end of file diff --git a/src/wasm/src/files/about b/assets/fs/home/soohoon/about similarity index 99% rename from src/wasm/src/files/about rename to assets/fs/home/soohoon/about index d0500a5..cdd55e9 100644 --- a/src/wasm/src/files/about +++ b/assets/fs/home/soohoon/about @@ -16,4 +16,4 @@ art -

\ No newline at end of file +

diff --git a/assets/fs/home/soohoon/blog/left-right-brain-bs.md b/assets/fs/home/soohoon/blog/left-right-brain-bs.md new file mode 100644 index 0000000..e69de29 diff --git a/assets/fs/home/soohoon/blog/why-start-ups.md b/assets/fs/home/soohoon/blog/why-start-ups.md new file mode 100644 index 0000000..72676ac --- /dev/null +++ b/assets/fs/home/soohoon/blog/why-start-ups.md @@ -0,0 +1,28 @@ +# Why I wanted to do startups + +## Intro YC +I am currently going through the W24 batch for [ycombinator](https://ycombinator.com/). It is everything I had hoped it to be and more. + +## Background + +- wanted more in hs but didn't try, +- sick, coming to terms with mortality +- Need to do something + +## Agency + +- Taking control +- + +## Chance + +- Possibility to do something greater than self +- Potentially life changing outcome vs. being rich via swe + +## Building + +- Building cool shit that I want to work on +- Some downside, need to work on something that people want. + + + diff --git a/assets/fs/home/soohoon/blog/why-still-start-ups.md b/assets/fs/home/soohoon/blog/why-still-start-ups.md new file mode 100644 index 0000000..9781066 --- /dev/null +++ b/assets/fs/home/soohoon/blog/why-still-start-ups.md @@ -0,0 +1,8 @@ +Why keep doing startups + +## Struggle + +## Community + +## Growth Acceleration + diff --git a/src/wasm/src/files/credits b/assets/fs/home/soohoon/credits similarity index 100% rename from src/wasm/src/files/credits rename to assets/fs/home/soohoon/credits diff --git a/src/wasm/src/files/help b/assets/fs/home/soohoon/help similarity index 100% rename from src/wasm/src/files/help rename to assets/fs/home/soohoon/help diff --git a/src/wasm/src/files/license b/assets/fs/home/soohoon/license similarity index 100% rename from src/wasm/src/files/license rename to assets/fs/home/soohoon/license diff --git a/src/wasm/src/files/source b/assets/fs/home/soohoon/source similarity index 100% rename from src/wasm/src/files/source rename to assets/fs/home/soohoon/source diff --git a/src/wasm/src/files/timeline b/assets/fs/home/soohoon/timeline similarity index 100% rename from src/wasm/src/files/timeline rename to assets/fs/home/soohoon/timeline diff --git a/src/wasm/src/directory.rs b/src/wasm/src/fs/directory.rs similarity index 100% rename from src/wasm/src/directory.rs rename to src/wasm/src/fs/directory.rs diff --git a/src/wasm/src/file.rs b/src/wasm/src/fs/file.rs similarity index 100% rename from src/wasm/src/file.rs rename to src/wasm/src/fs/file.rs diff --git a/src/wasm/src/pipe.rs b/src/wasm/src/fs/pipe.rs similarity index 100% rename from src/wasm/src/pipe.rs rename to src/wasm/src/fs/pipe.rs diff --git a/src/wasm/src/symlink.rs b/src/wasm/src/fs/symlink.rs similarity index 100% rename from src/wasm/src/symlink.rs rename to src/wasm/src/fs/symlink.rs diff --git a/src/wasm/src/shell/exec.rs b/src/wasm/src/shell/exec.rs new file mode 100644 index 0000000..e69de29 diff --git a/src/wasm/src/shell/lexer.rs b/src/wasm/src/shell/lexer.rs new file mode 100644 index 0000000..e69de29 diff --git a/src/wasm/src/shell/shell.rs b/src/wasm/src/shell/shell.rs new file mode 100644 index 0000000..e69de29