Skip to content

Commit 9d7aea7

Browse files
committed
fix broken links
1 parent 84c4b72 commit 9d7aea7

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.htmltest.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ IgnoreURLs:
3333
- "tech.churchofjesuschrist.org"
3434
- "philpapers.org"
3535
- "nytimes\\.com"
36+
- "www\\.semanticscholar\\.org"
37+
- "www\\.mdpi\\.com"
38+
- "www\\.jstor\\.org"
39+
- "www\\.urbandictionary\\.com"
40+
- "unesdoc\\.unesco\\.org"
3641
# onion sites
3742
- "http://.*\\.onion"
3843
# expired HTTPS cert

content/post/ai-art/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ thumbnail: "industrial-art.png"
77
thumbnail_alt: "image generated with stable diffusion, positive prompt 'artist stands at a conveyor belt in an art factory, quickly painting a piece before moving on to the next blank canvas on the belt' and negative prompt 'blurry, distorted'"
88
---
99

10-
On 2022-11-03 a [class action lawsuit](https://githubcopilotlitigation.com/) was announced against GitHub Copilot on the basis of copyright infringement, and now (2023-01-13) there's [one](https://stablediffusionlitigation.com/) for stable diffusion (against StabilityAI and friends). Browsing through r/StableDiffusion, I'm seeing lots of posts like [this](https://www.reddit.com/r/StableDiffusion/comments/10e13r3/the_lawyers_suing_stable_diffusion_when_you_tell/) making the very memeable point that 5 billion images can't be stored in a 4 GB model. [From the original poster](https://www.reddit.com/r/StableDiffusion/comments/10e13r3/the_lawyers_suing_stable_diffusion_when_you_tell/j4oeny6/?context=3):{{% sidenote %}}The thumbnail for this post was generated with stable diffusion. See the alt text for details. Yes, I'm not great at this.{{% /sidenote %}}
10+
On 2022-11-03 a [class action lawsuit](https://githubcopilotlitigation.com/) was announced against GitHub Copilot on the basis of copyright infringement, and now (2023-01-13) there's [one](https://web.archive.org/web/20230114170709/https://stablediffusionlitigation.com/) for stable diffusion (against StabilityAI and friends). Browsing through r/StableDiffusion, I'm seeing lots of posts like [this](https://www.reddit.com/r/StableDiffusion/comments/10e13r3/the_lawyers_suing_stable_diffusion_when_you_tell/) making the very memeable point that 5 billion images can't be stored in a 4 GB model. [From the original poster](https://www.reddit.com/r/StableDiffusion/comments/10e13r3/the_lawyers_suing_stable_diffusion_when_you_tell/j4oeny6/?context=3):{{% sidenote %}}The thumbnail for this post was generated with stable diffusion. See the alt text for details. Yes, I'm not great at this.{{% /sidenote %}}
1111

1212
> every computer science student with even a passing understanding of information theory can debunk this idea, because it completely breaks entropy.
1313

content/post/self-hosting/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ You can follow [this guide](https://www.xmodulo.com/how-to-create-encrypted-disk
9595

9696
## Systemd and Docker
9797

98-
I run everything with docker-compose, so I borrowed a systemd service file from [this guide](https://selfhostedhome.com/start-docker-compose-using-systemd-on-debian/) so that the services are started when the computer boots up. It starts the containers with docker-compose and then uses a script to wait for the NGINX container to start responding to requests on port 443. To set this up, copy these three files to where your `docker-compose.yml` is.
98+
I run everything with docker-compose, so I borrowed a systemd service file from [this guide](https://web.archive.org/web/20241228220703/https://selfhostedhome.com/start-docker-compose-using-systemd-on-debian/) so that the services are started when the computer boots up. It starts the containers with docker-compose and then uses a script to wait for the NGINX container to start responding to requests on port 443. To set this up, copy these three files to where your `docker-compose.yml` is.
9999

100100
```sh
101101
wget https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh \

0 commit comments

Comments
 (0)