-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1321759
commit 251328c
Showing
10 changed files
with
420 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
|
||
asdfasdf | ||
|
||
|
||
|
||
<div class="w-full bg-red-500"> | ||
asdflaskdjflaskjflasdkfj asdfasdfasdf | ||
</div> | ||
|
||
asdfasdf | ||
|
||
|
||
asdfas | ||
|
||
<iframe class="w-full"src="https://worrydream.com/LadderOfAbstraction/"> | ||
</iframe> | ||
|
||
|
||
|
||
<!-- <iframe class="w-full"src="/proxy_to_threejs_journey"> | ||
</iframe> --> | ||
|
||
|
||
|
||
<iframe class="w-full"src="https://madebyevan.com/webgl-water/"> | ||
</iframe> | ||
|
||
|
||
<iframe width="100%" height="500" frameborder="0" src="https://observablehq.com/embed/@d3/latex?cells=viewof+tex"></iframe> | ||
|
||
```tex | ||
\[ | ||
E = mc^2 | ||
\] | ||
\[ | ||
\int_{a}^{b} x^2 \, dx = \frac{b^3}{3} - \frac{a^3}{3} | ||
\] | ||
\[ | ||
F = G \frac{m_1 m_2}{r^2} | ||
\] | ||
\[ | ||
\frac{d}{dx}e^x = e^x | ||
\] | ||
\[ | ||
\sum_{n=1}^{\infty} \frac{1}{n^2} = \frac{\pi^2}{6} | ||
\] | ||
``` | ||
|
||
|
||
right practice = good - outleirs + sicp | ||
|
||
practice + thoery = better | ||
|
||
|
||
|
||
--- | ||
sql | ||
select * from files; | ||
--- | ||
flocking -webgpu streaming from desktop + all other devices --- share compute --- from scratch or from the module | ||
|
||
infra - test latency numbers on yours and mine - p2p robots | ||
|
||
|
||
Plot.plot({ | ||
projection: "identity", | ||
width: 975, | ||
height: 610, | ||
marks: [ | ||
Plot.geo(countiesmesh, {strokeOpacity: 0.5}), | ||
Plot.geo(statemesh, {strokeWidth: 0.75}), | ||
Plot.geo(nation, {strokeWidth: 1.5}) | ||
] | ||
}) | ||
|
||
|
||
c = \pm\sqrt{a^2 + b^2} | ||
https://observablehq.com/plot/ | ||
|
||
|
||
https://101.school/courses/physics-101 - chatbot + twitch chat -> issues commands to queue - | ||
test gen |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.