Grail

joined 2 years ago
[–] Grail@aussie.zone 1 points 5 months ago

When I see a little girl getting excited about Disney princesses and wanting to be one, I see a child being sexually groomed. It's disgusting and it needs to stop. It's abusive. We shouldn't be exposing children to these kinds of messaging. We need to be aware of what our words mean, so we can use them wisely.

[–] Grail@aussie.zone -3 points 5 months ago

Least sexually abusive She-Ra fan

[–] Grail@aussie.zone 0 points 5 months ago

Reality is bad. Go to http://soulism.net/ to read the antirealist manifesto

[–] Grail@aussie.zone 16 points 6 months ago

I knew. I was at one of the protests.

[–] Grail@aussie.zone 5 points 6 months ago (2 children)

However, the law doesn't talk about genotype. It talks about gametes. Embryos don't produce gametes. The law does not specify a difference.

[–] Grail@aussie.zone 15 points 6 months ago (10 children)

Trump's new sex definitions are impossible for anyone to meet. Everyone is legally nonbinary now. https://medium.com/@viridiangrail/trump-says-americans-are-all-intersex-not-female-b31f97ffd80d

[–] Grail@aussie.zone -3 points 6 months ago* (last edited 6 months ago) (4 children)
[–] Grail@aussie.zone 8 points 6 months ago

They're very good at excuses, fallacies, and mental gymnastics. Those are reasoning too. Just not very advanced reasoning.

[–] Grail@aussie.zone 1 points 6 months ago

I thought we were talking about the voters. Just two days ago, you suggested we reconsider voting for the lesser evil.

 

Why are FOSS platforms like Matrix having such a hard time getting users to migrate from Discord? Because of PluralKit.

 

Been playing around with trying to get Bing AI to make an excrucian strategist. This one turned out pretty good!

Some images of Strategists drawn by an actual people:
https://elenaalbanese.artstation.com/projects/oABLNz
https://www.pillowfort.social/posts/2269221

 

I just finished running Ansible-Lemmy. 24 tasks OK, 3 changed, 7 skipped, 0 failed. And I don't know what to do next to access my server. The guides stop there. According to the docker-compose file generated by Ansible on my server, the port should be 8536. When I go to my server's address at that port, it gets stuck loading. Same story on every common port I tried. Same with no port input.

When I curl localhost on the server, I get this:

<!DOCTYPE html>
<html>
<head>
<title>Welcome to nginx!</title>
<style>
    body {
        width: 35em;
        margin: 0 auto;
        font-family: Tahoma, Verdana, Arial, sans-serif;
    }
</style>
</head>
<body>
<h1>Welcome to nginx!</h1>
<p>If you see this page, the nginx web server is successfully installed and
working. Further configuration is required.</p>

<p>For online documentation and support please refer to
<a href="http://nginx.org/">nginx.org</a>.<br/>
Commercial support is available at
<a href="http://nginx.com/">nginx.com</a>.</p>

<p><em>Thank you for using nginx.</em></p>
</body>
</html>

But when I curl lemmy.soulism.net (from the server or anywhere else), I get this instead:

<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>

Before, when I was midway through getting Ansible to run and it was failing at the docker compose step, I was able to get the same curl result from localhost and from the domain, and I could even see the welcome to nginx page in my browser. Something changed and I don't know what.

Did Ansible actually fail? Is there a bash command to start Lemmy from the server that I'm missing? What's up?

EDIT: Inspected the lemmy-UI task in docker. It's showing as unhealthy, because curl localhost:1234 is getting a connection refused. The port is listed correctly in the docker container, it's open on iptables, and it's open on oracle cloud.

EDIT EDIT: I got to the Lemmy page, but it's an error page. curl -I requests return error 500 internal server error. Health checks are only waiting 0ms for a response even though I have the timeout set to 10s in the docker-compose.yml

 

The instructions for Lemmy-Ansible say to install Ansible on my local machine, not on my destination server. My destination server is running ubuntu, but my local machine is windows, so Ansible won't work on it. Do I need two Linux machines in order to use the Ansible installation?

 

I'm trying to set up my own Lemmy server with Docker. I think I have everything set up, but I'm getting an error Cannot autolaunch D-Bus without X11 $DISPLAY. This error kind of makes sense, because I'm SSHing into my server and have not forwarded D-Bus connections, so $DISPLAY is undefined. But why does a Lemmy server need a display in the first place? Is this a bug and a display isn't actually needed? If I set $DISPLAY to whatever, will it still run okay?

view more: ‹ prev next ›