Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)X
Posts
1
Comments
1078
Joined
1 yr. ago

  • Depends on your perspective, I guess. If his objective was to manipulate the market more than at any other time in history while simultaneously destroying three decades of progress between two of the largest countries, and one of the largest federation of countries in the entire world then I would say he's been outrageously successful.

    If you mean anything else, then no. He hasn't been. But I can't wait for the MAGA crew to get in here to tell me how tariffs are actually good and how they strengthen an industry which no longer exists in the country.

  • Why the hell does everything have to be AI for you people to be happy? I just plain don't understand it. We know that AI hurts your critical thinking and reasoning skills, and we continue to just pack AI into everything... Doesn't make sense. Sooner or later you're gonna need to ask ChatGPT whether or not you need to wipe your own ass or not.

  • There is no viable alternative to Gmail. That's why its still as popular as it is despite privacy concerns.

  • Is it technically feasible to target those systems with any political action as a response to the tariffs levied by the US?

    Not generally. There's no current drop-in replacement for these systems available. So if you piss off these private corporations, you're going to significantly harm trade within the EU if they decide to take offense to it. When was the last time you used cash?

    Now imagine you must use cash, because Visa, MasterCard, Google Pay, and Apple Pay refuse to work inside of the EU because they're being targeted with ire for things the US President and Government are doing.

    It's not as easy a situation as you describe here.

  • Because he's distancing himself from her politically to be able to run without their performance in the 2024 election dragging him down--and whomever wrote the article clearly has an issue with him and doesn't want the stunt to do what it was designed to do.

  • I'm torn. If the Koch brothers don't want it, I want it. 💀💀💀 What even is this fucking timeline.

  • This crash has to be so bad that the next US President that even so much as hints at wanting to use tariffs for any purpose other than what they're intended for, would be personally walked to the gallows.

    1. Disable passwordless login.
    2. Disable password login.
    3. Require SSH keys
    4. Move SSH port to non-standard port
    5. Reject connections to port 22
    6. Install and enable fail2ban

    About the best you can do.

  • Deleted

    Permanently Deleted

    Jump
  • That's not how it works, though. He's already been deported, and is in another countries custody. The US can lobby to get him back, but they can hardly demand it.

    This US citizen has essentially been expatriated by ICE. I'm sure they forced him to sign documentation that he's in some violent gang, as well. There's no getting him back unless El Salvador decides to let him go.

  • love me a good gruvbox.

  • I was thinking more like President but you do you.

  • Caddy manages everything, including certs for both domains. So I guess my answer would be, you don't.

  • Caddy does not need 80 and 443.

    By default and all measurable expectation it does. Unless you can't use privileged HTTP/HTTPS ports, there's no real reason to use unprivileged ports.

    Besides, op doesn’t mention having problems with ports

    OP said he was having issues, and this is a common issue I've had. Since he was non-descript as to what the issues were, it's really not stupid to mention it.

  • Well that's dope... Didn't know that was a thing.

  • I mean, I don't work for the AP. But if you absolutely must have a sensationalized title, I probably would go with "Harrowing Toll in Gaza Strike--Majority of Victims Reported to Be Children."

  • The biggest issue I have with Caddy and running ancillary services as some services attempt to utilize port 80 and/or 443 (and may not be configurable), which of course isn't possible because Caddy monopolizes those ports. The best solution to this I've found is to migrate Caddy and my services to docker containers and adding them all to the same "caddy" network.

    With your caddy instance still monopolizing port 80 and 443, you can use the Docker expose or port parameters to allow your containers to utilize port 80 and/or 443 from within the container, but proxify it on the host network. This is what my caddy config looks like;

     caddy
        
    {
            admin 127.0.0.1:2019
            email {email}
            acme_dns cloudflare {token}
    }
    domain.dev, domain.one {
            encode zstd gzip
            redir https://google.com/
    }
    *.domain.dev, *.domain.one {
            encode zstd gzip
            @book host bk.domain.dev bk.domain.one
            handle @book {
                    reverse_proxy linkding:9090
            }
            @git host git.domain.dev git.domain.one
            handle @git {
                    reverse_proxy rgit:8000
            }
            @jelly host jelly.domain.dev jelly.domain.one
            handle @jelly {
                    reverse_proxy {ip}:8096
            }
            @status host status.domain.dev status.domain.one
            handle @status {
                    reverse_proxy status:3000
            }
            @wg host wg.domain.dev wg.domain.one
            handle @wg {
                    reverse_proxy wg:51820
            }
            @ping host ping.domain.dev ping.domain.one
            handle @ping {
                    respond "pong!"
            }
    }
    
      

    It works very well.

  • Sure, but look at the title. You don't call, after blowing up a school, child casualties "people." That's what we call trying to soften the blow.

  • Strike on school

    17 people killed

    lol ok. Anything not to paint Israel as child murderers, I guess. Careful not to consume the boot.

  • Hey look, a crime.