Spaces:
Sleeping
Sleeping
Update README.md
Browse filesNot a template anymore
README.md
CHANGED
@@ -1,20 +1,32 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: π
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: docker
|
7 |
-
pinned:
|
8 |
license: mit
|
|
|
9 |
---
|
10 |
|
11 |
-
|
12 |
|
|
|
|
|
|
|
13 |
|
14 |
-
|
|
|
|
|
|
|
|
|
15 |
|
16 |
-
|
17 |
-
2) Create a new app with `shiny create .`
|
18 |
-
3) Then run the app with `shiny run --reload`
|
19 |
|
20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: Place Space
|
3 |
emoji: π
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: blue
|
6 |
sdk: docker
|
7 |
+
pinned: true
|
8 |
license: mit
|
9 |
+
short_description: r/place but Hugging Face Space
|
10 |
---
|
11 |
|
12 |
+
# Check out [the website](https://memetech.ca/space)!
|
13 |
|
14 |
+
This just serves an iframe pointing to the website, typically it's the other way around...
|
15 |
+
HF will still serve an iframe pointing to the space, which is another iframe, ***layers***!
|
16 |
+
Tries to use WS for faster communication, but IDK if HF will allow that, so XHR it may be (HTTPS)
|
17 |
|
18 |
+
Or in non-technical-abbriviation form:
|
19 |
+
*Huggingface uses an iframe (site within a site) of the space,
|
20 |
+
which uses another iframe (so, site in site in site),
|
21 |
+
which uses WebSockets (what that is is unimportant) to go faster
|
22 |
+
than https://, which is a secured internet request.
|
23 |
|
24 |
+
IDK if URLs in headers are allowed, so [here it (memetech.ca/space) is again](https://memetech.ca/space)!
|
|
|
|
|
25 |
|
26 |
+
## Hot take: [DNS over HTTPS](https://en.wikipedia.org/wiki/DNS_over_HTTPS) and [HTTPS itself](https://en.wikipedia.org/wiki/HTTPS) combined make [VPNs](https://en.wikipedia.org/wiki/Virtual_private_network) redundant
|
27 |
+
|
28 |
+
[DoH](https://en.wikipedia.org/wiki/DNS_over_HTTPS) - secure URL you navigate to so hackers don't get your history
|
29 |
+
[HTTPS](https://en.wikipedia.org/wiki/HTTPS) - secure connection to the website so hackers don't get your data
|
30 |
+
[VPNs](https://en.wikipedia.org/wiki/Virtual_private_network) - secure both of those, but only if you trust the VPN provider to not sell your data or get hacked, or worse, do the hacking themselves
|
31 |
+
|
32 |
+
I don't particularly **DIS**trust VPNs in general, I just find the overall concept suspicious
|