MemeTech commited on
Commit
5f26258
Β·
verified Β·
1 Parent(s): db9e0d2

Update README.md

Browse files

Not a template anymore

Files changed (1) hide show
  1. README.md +22 -10
README.md CHANGED
@@ -1,20 +1,32 @@
1
  ---
2
- title: Placespace
3
  emoji: 🌍
4
- colorFrom: yellow
5
- colorTo: indigo
6
  sdk: docker
7
- pinned: false
8
  license: mit
 
9
  ---
10
 
11
- This is a templated Space for [Shiny for Python](https://shiny.rstudio.com/py/).
12
 
 
 
 
13
 
14
- To get started with a new app do the following:
 
 
 
 
15
 
16
- 1) Install Shiny with `pip install shiny`
17
- 2) Create a new app with `shiny create .`
18
- 3) Then run the app with `shiny run --reload`
19
 
20
- To learn more about this framework please see the [Documentation](https://shiny.rstudio.com/py/docs/overview.html).
 
 
 
 
 
 
 
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