muntedcrocodile

joined 2 years ago
[–] muntedcrocodile@lemmy.world 7 points 1 month ago (13 children)

You are so full of shit dude 😂

Let's argue about the content of my argument and not resort to personal bad faith attacks on eachother.

It has to be accepted as legitimate by the most of the population for it to be considered a slur guy not just the people getting offended (hard for you to imagine a small group doesn't get to define legitimacy of words and ideas I can tell)

So any word that has a 51% of the population say its not a slur is thus not a slur to use? I don't think you are aware of how this would turn out.

Sometimes a group is right in the complaint about use of a word BEFORE its legitimized as a slur by the greater population, but yeah that's not how any of that works

So this paragraph exists to negate ur previous paragraph when I inevitably point out that many words u belive to be slurs don't meet the criteria u outlines as slurs. But u can claim that its still a legitimate slur cos its offending a special snowflate "protected group".

Its complicated but as for the reductive or objective reasoning on a complex social issue you did, ya done failed bad.

Usually an explanation as to why accompanies radical claims line this.

And I don't usually do this but you used the worst fucking one, it's "There" bro

But u did it anyways didn't you. Just couldn't resist being a grammar Nazi hey?

Most basic man alive today does analysis, keep trying but you got some learning still to do

Again have some class and engage my ideas instead of be a condescending insufferable asshole.

[–] muntedcrocodile@lemmy.world 6 points 1 month ago (1 children)

Just cos its a made up social concept (I don't think it is but I'll accept the premises for the purpose of the argument) doesn't mean its a bad thing. Morals are a social concept should we do away with morality in the name of tearing down oppressive social concepts?

[–] muntedcrocodile@lemmy.world 6 points 1 month ago (24 children)

Their is no objective measure of if something is a slur. Their is simply a word and some quantity of the population that find that word subjectively offensive against themselves. If enough people say that a word is a slur then it becomes a slur.

[–] muntedcrocodile@lemmy.world 0 points 2 months ago

Nar bro gotta get on that no state solution

[–] muntedcrocodile@lemmy.world 1 points 3 months ago (2 children)

How are u running it? Bare metal? Docker?

So nginx, traffic, and cloudflare are both reverse proxies that can do SSL termination. Now cloudflare hijacks all SSL connection it proxies (essentially a mitm) and has configuration for if u would like SSL connection from cloudflare to ur own server.

All reverse proxies pass along headers to backend services indicating all sorts of things most importantly the remote client IP, and info about if the service is behind an ssl proxy.

I use client -> cloudflare -> nginx -> my services. The client makes an encrypted pipe between itself and cloudflare, cloudflare then terminates SSL does some scanning on the raw unencrypted packet makes an encrypted connection to nginx and attaches headers about the client. I have a SSL cert on my server where nginx does SSL termination of the cloudflare connection. Nginx then attaches more headers and does routing to passes it back to a backend service ie searxng (the service itself) the docker compose for searxng comes with a packaged traffic reverse proxie its not necessary here and will in fact cause all sorts of problems.

Here is the service in my docker compose for searxng:

searxng:
    container_name: searxng
    image: docker.io/searxng/searxng:latest
    restart: unless-stopped
    networks:
      - local_bridge
      - proxy
    volumes:
      - ./data/searxng:/etc/searxng
    environment:
      - SEARXNG_BASE_URL=https://${SEARXNG_HOSTNAME:-localhost}/
      - SEARXNG_SECRET=${SEARXNG_SECRET}
    cap_drop:
      - ALL
    cap_add:
      - CHOWN
      - SETGID
      - SETUID

Here is the docker compose for my nginx config

  certbot:
    image: certbot/dns-cloudflare
    # Command to obtain certificates (run once manually or integrate with a web server's startup)
    # Replace 'yourdomain.com' and '*.yourdomain.com' with your actual domain(s)
    volumes:
      - ./data/certbot/conf:/etc/letsencrypt
      - ./data/certbot/www:/var/www/certbot # A dummy webroot, not strictly necessary for DNS challenge but good practice
      - ./data/certbot/secrets:/etc/letsencrypt/secrets:ro # Mount secrets read-only
    command: certonly
      --dns-cloudflare
      --dns-cloudflare-credentials /etc/letsencrypt/secrets/cloudflare.ini
      --non-interactive
      --agree-tos
      --email ${LETS_ENCRYPT_EMAIL}
      --dns-cloudflare-propagation-seconds 60
      -d example.com
      -d *.example.com
    environment:
      - TERM=xterm # Required for certbot to run in non-interactive mode gracefully

  nginx:
    image: nginx:latest
    container_name: nginx
    restart: unless-stopped
    ports:
      - "80:80"
      - "443:443"
    volumes:
      - ./data/nginx/cache:/var/cache

      - ./data/certbot/conf:/etc/letsencrypt
      - ./data/nginx.conf:/etc/nginx/nginx.conf
      
      - ./data/sites-enabled:/etc/nginx/sites-enabled
      - ./data/sites-available:/etc/nginx/sites-available
      - ./data/snippets:/config/nginx/snippets
      - ./data/www:/var/www/html

    depends_on:
      - certbot
    extra_hosts:
      - "example.com:127.0.0.1"
      - "*.example.com:127.0.0.1"

I use certbot to issue SSL certs for my domain locally this is the cert that do SSL connection between nginx and cloudflare.

Then nginx can route connection to the searxng instance (ur gonna need a bunch of nginx config and I couldn't be bothered copy pasting that when an LLM can gen that it can probably gen all this tbh).

Also how u doing auth for searxng? Cos if ur opening it to the internet as a whole u might end up with lots of traffic from randos.

[–] muntedcrocodile@lemmy.world 1 points 3 months ago

That's the problem with discussion like this I talk about x you hear y you respond with z and I hear w. Happy news to you to.

[–] muntedcrocodile@lemmy.world 0 points 3 months ago (2 children)

I'm counting western capitalism Europe, USA, western aligned Asia pacific nations etc as I think that's a fair comparison to make in the context of communism given I only considered the USSR and not other "communist nations".

I'm aware of the nitpick I'm purposely presenting technically true facts in a manner most advantageous to my argument (same as any journalist does). I've done plenty of research I even went and read the communist manifesto so I could understand its true intentions (they got the societal diagnosis correct just the treatment is complete bullshit imo).

[–] muntedcrocodile@lemmy.world -3 points 4 months ago (5 children)

60million dead people is bullshit hey? That's 10x what Hitler did in the holocaust. Being predictable doesn't change the facts that your supporting and pushing an ideology responsible for 60million dead people. That's literally 10times as bad as supporting Nazism if we are going by human lives taken.

[–] muntedcrocodile@lemmy.world -3 points 4 months ago (1 children)

Ownership is simply the word we use to describe the person who ultimately controls and is thus responsible for any particularly thing. Please describe a system in ownership isn't a thing. The only one I can think of is anarchy until someone finds a gun and announces that everything now belongs to them and that their is nothing u can do about it

[–] muntedcrocodile@lemmy.world -2 points 4 months ago (1 children)

If only their was a system that incentivised competition and used that as a power to drive innovation and progress.

[–] muntedcrocodile@lemmy.world 0 points 4 months ago

It has nothing to do with electricity. It actually has everything to do with the unites states, the CIA, and a country it is now illegal for me to criticise.

Essentially Ukraine surrendered their nuclear weapons and received a treaty from Russia, UK, and USA all promising to Ukraine it would be protected by their nuclear umbrella.

Well Russia invaded Ukraine. Ukraine called the Wests bluff and thus got military backing under the gambit that if the treaty is broken by someone other than themselves they are all well good and free to go make nukes and not be in violation of said treaty thus forcing the west to give them military backing else risk a nuclear rearmed Ukraine (if Kyiv falls to Russia they are gonna take Moscow with them)

Then Donald Trump cut em off and now they are being slowly crushed by the Russia meatgrinder.

Australia has "assurances" that we will be backed by the united states up to and including US solders and deployment of US nuclear weapons. Ukraine his proven that these "assurances" are a load of shit. Also we are essentially a vassal state of the US. The CIA couped us cos our prime minister threatened to not renew the lease for pine gap (a US military base on Australian soil). He wanted to impose a clause where the Australia government could inspect said base to ensure no war crime where happening (we have since learned that war crimes where almost certainly happening). The unites states military base which proxed every single drone used by the unites states in every war in the middle east. And the rely station used by redacted nation as part of their intelligence sharing agreement used for guiding missiles.

The assurances we where given are very similar to those that where given to Ukraine and thus the Australian defence force has realised we need nukes to ensure our sovereignty is maintained if the unites states stops backing us or becomes actively hostile to us.

Technologically the tech and expertise for nuclear reactors are highly applicable for the manufacture of nuclear weapons. Defence has advised the government that we need nuclear reactors so we can make nuclear weapons and remove the blanket nuclear ban (the ban that doesn't apply to the unites states base on ur soil that they couped our government to keep, commit war crimes at, and most likely hold some of the units states nuclear arsenal itself thus making Australia a target if anyone wants to nuke the unites states).

Ohh and also the politicians got given a shitonne of money from the fossil fuel mogals who want to delay renewables. The fossil fuel mogals that wouldn't exist if the government hadn't been couped while in the process of nationalising all of Australia's resources thus robbing every single Australian citizen of $130,000 USD

tldr it's the unites states fault.

[–] muntedcrocodile@lemmy.world -4 points 4 months ago (5 children)

That is possibly the worst faith interpretation of my statement. Everything is owned by someone not necessarily the same someone. For instance I own and am thus responsible for my property, someone else is responsible for their property hence everything is owned by someone.

What's the functional difference between communism and a monarchy? In both cased all property is owned by "the state" and can exercise control over that property however they please. Democracy doesn't work cos the people have no control of any property and thus are completely beholden to the state. Good luck protesting against the government when you have no food, water, means to communicate, and travel. What are u gonna do about the inevitable authoritarian takeover? Die?

 

Here's an idea to make Lemmy even better: true account portability.

Right now, your Lemmy account and all your content are tied to one server. Moving instances or having one shut down means losing your digital presence. Frankly, the server controls your online identity.

But what if you controlled your identity?

I've opened a discussion on the Lemmy dev GitHub about integrating Decentralized Identifiers (DIDs). Think of a DID as a permanent, global ID you own, independent of any server.

Why DIDs are a game-changer for Lemmy:

  • Real Account Portability: Move your entire account – posts, comments, followers – to any new instance seamlessly. Your identity travels with you.
  • More User Control: Your online presence becomes resilient, managed by an ID you control, not governed by a single server's policies.
  • Proven Tech: It works. Protocols like ATProto (Bluesky) successfully use DIDs for portable user identities.
  • Full Fediverse Compatibility: We can add DIDs to Lemmy while staying fully interoperable with Mastodon, Kbin, and all other ActivityPub platforms. No breaking changes, just a powerful upgrade.

This is a big step towards a more decentralized and user-controlled fediverse. If you're interested in more control over your digital self, check out the discussion:

[GitHub Issue: https://github.com/LemmyNet/lemmy/issues/5942]

If you're on other ActivityPub platforms, consider pushing for similar solutions! The more platforms that adopt truly portable identity, the stronger the fediverse becomes.

 

Mod removed my comment because it questioned the core premise of a meme.

I don't think such a comment should be removed.

post: https://piefed.world/post/361286

Account that had deleted comment: !muntedcrocodile@hilariouschaos.com

 

Both saves are on mc 1.20.1 and not all the mods line up but im happy to manually fix the things that are broken. And lose things from mods not in my new modpack.

Currently it complains about corrupted save file.

Since a majority of what i actually want to transfer is located within a small area i have considered making a schematic and using world edit to drop it in woukd this work?

I assume most if not all items will be lost in this proccess but im not sure if perhaps i could export/transfer things via ME?

Any help would greatly be appreciated

EDIT: I did it all i had to do was create a new world in the new mc instance then manually copy over world and player files and it just worked.

view more: next ›