archomrade

joined 1 year ago
 
[–] [email protected] 6 points 1 week ago

I wish people would stop comparing those uses of copyright to nonprofits like Internet Archive

While I understand AI training exemptions to copyright are controversial, and think most people here would side with IA on ebook lending.

[–] [email protected] 0 points 2 weeks ago

"If you have nothing good to say about my party then you must be seeking to overthrow it."

'What could go wrong with compromising with fascists' he wonders

[–] [email protected] 0 points 2 weeks ago (2 children)

You can't simply analyze your way out of the extremely unhealthy/unsustainable/environmentally damaging practice that is fracking by pointing to CO^2^ reduction policies. People aren't objecting to fracking because of its CO^2^ emissions (not just, anyway), it's a problem because it poisons aquifers and causes untold amounts of harm to subterranean and geological systems. Saying 'but look at all the other good stuff they're doing for CO^2^ reduction!' is only compelling if CO^2^ was the primary concern of the practice (it isn't).

And anyway, you could have that conversation without constantly complaining about certain factual statements not aligning to your prejudiced electoral motivations and without coming into every conversation accusing people you disagree with of misrepresenting reality

the current congressional climate simply will not allow a ban on fracking anyway

lmao oh well fuck me then, guess we can't expect any progress from our politicians

Why do I always find you in the comments trying to nuance your way out of criticizing democratic positions.

[–] [email protected] 0 points 2 weeks ago* (last edited 2 weeks ago) (4 children)

Idk, I think fracking is a much bigger deal than the tan-suit panic but who knows, maybe that's how chuds felt about Obama's fashion choices.

edit: just as an aside, seeing as how this is a climate community, i would have thought Harris's energy policy would be very relevant to discussion and not in any way irrelevant.

[–] [email protected] 0 points 2 weeks ago (6 children)

OK, so your complaint isn't about the factual nature of the reporting (Harris's policy stance hasn't been misrepresented as far as I can tell) your complaint is how it's being contextualized and presented.

So it's not "made up" hostile nonsense, it's maybe just simply "hostile nonsense" from your perspective.

[–] [email protected] 0 points 2 weeks ago (8 children)

he just made up hostile nonsense about the most civil-rights-friendly candidate at any given time

Just checking in: is THIS article made up hostile nonsense? Or are you vaguely referring to some other thing

[–] [email protected] 0 points 3 weeks ago* (last edited 3 weeks ago)

It depends on the attack vector. Typically you're right, but malicious .lnk files are often paired with other malicious methods to infect machines. Sometimes they're configured as a worm that copies and spreads when a flash drive is connected, sometimes they're configured to download a remote payload when another script or program is started. The problem is that it's a type of file that's often overlooked because it seems innocent.

It isn't necessarily the case that the Trojan needs to be interacted with by the user in order to execute the malicious code. Just having the file on your machine opens the door for all kinds of attacks (especially if you're using a headless setup: you wouldn't necessarily know you have the .lnk file in the system unless you're manually unpacking your downloads yourself). All it needs is for another piece of infected code to run and look for that file, and it can open the door for more traditional malicious code.


Edit: just as a for-instance - If I was a black hat and wanted to spread some malicious code, I could include this .lnk file in a torrent (innocuous enough to slip by unnoticed by most people/unscrupulous pirates), and then maybe place a line of code in a jellyfin plugin or script that looks for that file and executes it if it's found. Because the attack isn't buried in the plugin or script itself (most people wouldn't think much of a line of code that's simply pointing to temp file already on your system), it could theoretically go unnoticed for long enough to catch a few hundred or thousand machines.

[–] [email protected] 8 points 3 weeks ago (2 children)

I believe the torrent included both an .mkv and a malicious .lnk file.

.lnk files are dangerous because they can evade detection and automatically open other files or executable on a computer; AFAIK you would not have had to open the .lnk file yourself.

[–] [email protected] 19 points 3 weeks ago (4 children)

Men would literally re-engineer the Cow before eating fewer burgers

[–] [email protected] -1 points 1 month ago (1 children)

Politics is quite literally a game of 4d chess

Oh my god this is the 'Trump is playing 4d chess' meme but for liberals

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

One is mocking the belief of a group by portraying it as ridiculous, the other is a bigoted portrayal of a group as homicidal on the basis of their belief.

The meme isn't offensive toward 'religious fruitcakes' (the use of this word is kinda ironic but unrelated), it's actively bigoted and Islamophobic. Socsa was presumably defending the meme by saying they enjoy offending all religions and not just islam, and I was pointing out that the post wasn't simply offensive, it was bigoted.

Edit: responding here because this post was removed on my home instance for Islamophobia.


you’re still coming across to me as just saying “it’s never ok to criticize bad Islamic practices, it’s automatically bigotry.

It isn't a critique, it is portraying Muslims as fanatical murderers.

I assume you find the practice of brutally murdering people for the act of drawing a picture of a fictional character to be bad. How would you phrase a legitimate criticism of the practice without being bigoted?

In the same way that you would 'critique' Christianity, which justifies acts of terror such as bombing PFP clinics with Genesis 9:6, or Romans 13.

Extremists in Christianity are not seen as representative of the faith, but they are for Islam.

 
 

edit: a working solution is proposed by @[email protected] below:

So you’re trying to get 2 instances of qbt behind the same Gluetun vpn container?

I don’t use Qbt but I certainly have done in the past. Am I correct in remembering that in the gui you can change the port?

If so, maybe what you could do is set up your stack with 1 instance in, go into the GUI and change the port on the service to 8000 or 8081 or whatever.

Map that port in your Gluetun config and leave the default port open for QBT, and add a second instance to the stack with a different name and addresses for the config files.

Restart the stack and have 2 instances.


Has anyone run into issues with docker port collisions when trying to run images behind a bridge network (i think I got those terms right?)?

I'm trying to run the arr stack behind a VPN container (gluetun for those familiar), and I would really like to duplicate a container image within the stack (e.g. a separate download client for different types of downloads). As soon as I set the network_mode to 'service' or 'container', i lose the ability to set the public/internal port of the service, which means any image that doesn't allow setting ports from an environment variable is stuck with whatever the default port is within the application.

Here's an example .yml:

services:
  gluetun:
    image: qmcgaw/gluetun:latest
    container_name: gluetun
    cap_add:
      - NET_ADMIN
    environment:
      - VPN_SERVICE_PROVIDER=mullvad
      - VPN_TYPE=[redacted]
      - WIREGUARD_PRIVATE_KEY=[redacted]
      - WIREGUARD_ADDRESSES=[redacted]
      - SERVER_COUNTRIES=[redacted]
    ports:
      - "8080:8080" #qbittorrent
      - "6881:6881"
      - "6881:6881/udp"
      - "9696:9696" # Prowlarr
      - "7878:7878" # Radar
      - "8686:8686" # Lidarr
      - "8989:8989" # Sonarr
    restart: always

  qbittorrent:
    image: lscr.io/linuxserver/qbittorrent:latest
    container_name: "qbittorrent"
    network_mode: "service:gluetun"
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=CST/CDT
      - WEBUI_PORT=8080
    volumes:
      - /docker/appdata/qbittorrent:/config
      - /media/nas_share/data:/data)

Declaring ports in the qbittorrent service raises an error saying you cannot set ports when using the service network mode. Linuxserver.io has a WEBUI_PORT environment variable, but using it without also setting the service ports breaks it (their documentation says this is due to CSRF issues and port mapping, but then why even include it as a variable?)

The only workaround i can think of is doing a local build of the image that needs duplication to allow ports to be configured from the e variables, OR run duplicate gluetun containers for each client which seems dumb and not at all worthwhile.

Has anyone dealt with this before?

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

It's educate, AGITATE, organize

edit: putting this at the top so people understand the basis for this:

You may well ask: “Why direct action? Why sit ins, marches and so forth? Isn’t negotiation a better path?” You are quite right in calling for negotiation. Indeed, this is the very purpose of direct action. Nonviolent direct action seeks to create such a crisis and foster such a tension that a community which has constantly refused to negotiate is forced to confront the issue. It seeks so to dramatize the issue that it can no longer be ignored. My citing the creation of tension as part of the work of the nonviolent resister may sound rather shocking. But I must confess that I am not afraid of the word “tension.” I have earnestly opposed violent tension, but there is a type of constructive, nonviolent tension which is necessary for growth. Just as Socrates felt that it was necessary to create a tension in the mind so that individuals could rise from the bondage of myths and half truths to the unfettered realm of creative analysis and objective appraisal, so must we see the need for nonviolent gadflies to create the kind of tension in society that will help men rise from the dark depths of prejudice and racism to the majestic heights of understanding and brotherhood.

Letter from Birmingham, MLK

 
 
0
Political Subtext (midwest.social)
submitted 3 months ago* (last edited 3 months ago) by [email protected] to c/[email protected]
 

edit: spelling

 
1
Decorum! (midwest.social)
 
 
 
 
view more: next ›