MemeTech commited on
Commit
2dc0d4f
·
verified ·
1 Parent(s): 5f26258

Update README.md

Browse files

The last one was not great

Files changed (1) hide show
  1. README.md +11 -17
README.md CHANGED
@@ -9,24 +9,18 @@ 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
 
9
  short_description: r/place but Hugging Face Space
10
  ---
11
 
12
+ # [r/place as a HF Space!](https://memetech.ca/space)
13
 
14
+ It's not really different, just place a pixel every so often. It authenticates with Twitch because it's a common enough service and easy to authenticate with.
 
 
15
 
16
+ The HF Space (**here!**) will be much slower than the [dedicated webpage](https://memetech.ca/space) (memetech.ca/space) because of nested browsing contexts:
 
 
 
 
17
 
18
+ ```html
19
+ <iframe from=HF>
20
+ <iframe from=space>
21
+ <content />
22
+ </iframe>
23
+ </iframe>
24
+ ```
25
 
26
+ Effectively 2 tiny web browsers are existing inside your web browser, which is fine if you're using [a fast web browser](https://apple.com/safari), and not if you're using Chrome