punctual

joined 3 years ago
[–] [email protected] -3 points 3 years ago

Great White brotherhood are essentially a spiritual cult that speads various spiritual messages, there is nothing wrong with this group, they are NOT some white supremacist group that so many are quick to assume. Look up more information about them before you promote the idea that they are "creppy"

https://thegreatwhitebrotherhood.org/about/

[–] [email protected] -1 points 3 years ago* (last edited 3 years ago)

That's not antivax dumbass. Sorry for being rude. Antivax are a group of people that are against all vaccines and have really been given a bad name in the mainstream media. Being against the covid vaccine doesn't make you anti vax because you are against just ONE vaccine. But of course people label others antivax to discredit what the they say. Its propoganda and a control mechanism.

[–] [email protected] 3 points 3 years ago

Freedom is different to everyone. For example I own a car, I now have the freedom to drive around, but I sacrafice that with having to pay for the car.

Or I don't own a car, I now have the freedom of buying more clothes, but don't have the freedom to drive around.

Its quite deep the concept of freedom. But what I was referring to when I said freedom was freedom from the censorship that goes on at places like Twitter and Facebook and Reddit etc. Is some of the censorship that goes on good? Yeah some of it is, but obviously we the users don't have any say on what goes and what stays - its up to the platform.

Its an inherient issue in free speech, because yes I have free speech, but does that give me the right to knowingly spread misinformation? Does censoring misinformation hinder free speech? You could argue it does. No I'm not saying that my instance will spread misinformation - quite the opposite I want it to be a small group of free thinkers who are searching for the truth in the world.

In my view banning a certain set of information and not looking at the facts just creates echo chambers of similar information and so people become hooked consuming information they are familiar with and daring to go outside anything that doesn't conform to information they already know.

Its said that for new information to be accepted we must have pigeon holes to store that information, if we don't we can't accept that information. So I understand why people are so quick to block my new instance.

On another note it amazes me how so many people gladly accept vaccine passports when they are most facist thing that has entered the planet. We need a pass that says we have had an experimental drug injected into us (yes its an experimental drug look it up, this isn't me being anti vax although no doubt you will accuse me anyway) so that we can do the most basic human things such as go shopping, go to restaurants, fly to foreign countries. This is tyranny and opression on another level! You could even argue that this is not dissimilar to the segregation that happened in America with the Black folks (granted a bit different because its someones choice to get a vaccine)

[–] [email protected] 0 points 3 years ago (6 children)

What articles there are antivax?

[–] [email protected] 5 points 3 years ago

For futher reference on their about page on their website

" So, after some thought the name The Great White Brotherhood was chosen. At the time it seemed the best name and described who this group were.

Great implied a large collection.
White implied purity of soul and ambition.
Brotherhood implied a group joining together with one aim.

However, over time, the meanings of words change.

Today, unfortunately:

Great implies noble.
White implies skin color.
Brotherhood implies a group exclusively male.

"

[–] [email protected] -4 points 3 years ago (1 children)
[–] [email protected] 4 points 3 years ago (7 children)

Its quite straightforward. First you need a VPS which is like $10 a month, configure an ssh key on there so you can actually get into the server genreating an ssh key using ssh-keygen on linux, then you need to register a domain name from somewhere like godaddy, then create a dns record A to point towards the ip of your VPS server. Then you follow the guidance on the lemmy documentation to configure lemmy on your VPS. https://join-lemmy.org/docs/en/administration/install_ansible.html

Its as simple and as difficult as that. Althought the hard part that all lemmy instances are having is getting users to join their instance. Lemmy is really small right now but its hoped that we can continue to promote it, by donating to the devleopers, advertising in on sites like Reddit, hacker news, your personal blogs etc. But you should promote the site https://join-lemmy.org/ not a single instance like lemmy.ml

Hope this helped.

 

Thought I would share here the instance I have setup on Lemmy to promote the truth and to fight censorship online.

I have enabled federation on my instance and have added lemmy.ml communities to it. Feel free to take a look!

[–] [email protected] 1 points 3 years ago

Anyone that is interested I managed to fix this issue by adding

pictrs_url: "http://pictrs:8080"

to lemmy.hjson

https://github.com/LemmyNet/lemmy-ui/issues/403

[–] [email protected] 1 points 3 years ago* (last edited 3 years ago)

I setup with ansible so it automated it. I think there is an open issue for this on their github. https://github.com/LemmyNet/lemmy-ui/issues/403

I have the same issue of no JWT cookie

 

Feeling generous.

[–] [email protected] 1 points 3 years ago

I will make a issue on github about this

[–] [email protected] 1 points 3 years ago

This is what shows up in the browser console

 

6
submitted 3 years ago* (last edited 3 years ago) by [email protected] to c/[email protected]
 

I have gone ahead and added

federation: {
    # whether to enable activitypub federation. 
    enabled: true
    tls_enabled: true
    # Allows and blocks are described here:
}

to my site configuration file, however I am not able to view any of the other instances.

Many thanks

 

Hello, I am having trouble using ansible to setup an instance of lemmy. I'm not too sure if the ansible stuff needs to be run on local pc rather than VPS? I assume its on VPS. I am following the documentation over at https://join-lemmy.org/docs/en/administration/install_ansible.html

I am getting the following error when running ansible-playbook lemmy.yml --become

fatal: []: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: root@: Permission denied (publickey,password).", "unreachable": true}

Am I suppose to ssh into my the remote machine from the remote machine? I'm a little confused as there doesn't seem to be anywhere for me to put the private ssh key or a password.

view more: next ›