humanoidchaos

joined 6 days ago
[–] humanoidchaos@lemmy.cif.su 12 points 5 days ago

Quality- down

Quantity- down

Profits- UP UP UP

Useful idiots- PROUD PROUD PROUD

I wish we lived in a society where we made fun of idiots for getting ripped off. There's just so many of them though that it's seen as normal and we're the weird ones if we don't go along with it.

[–] humanoidchaos@lemmy.cif.su -1 points 5 days ago (1 children)

The elitism surrounding ground beef, cheese, beans, and tortillas is always amusing.

I bet you also think less or more of people based on how they like their steak.

[–] humanoidchaos@lemmy.cif.su 2 points 5 days ago

Not ever since they got rid of the $1 beef burrito.

Taco bell is scamcity just like the rest of them.

[–] humanoidchaos@lemmy.cif.su 7 points 5 days ago* (last edited 5 days ago) (2 children)

Probably on price.

Taco bell is hella overpriced, but I'm sure that just gives an excuse to the other scumbags to charge even more. I'm always disgusted at the prices food trucks charge vs. the quality of food they shit out.

Useful idiots gonna useful idiot ¯_(ツ)_/¯

[–] humanoidchaos@lemmy.cif.su 1 points 5 days ago

If you don’t look for avenues around literally everything “default”, you’re being scammed.

This is unfortunately true. I'm glad some people realize it, but I wish we didn't have to.

This abuse needs to end. Heads are going to roll.

[–] humanoidchaos@lemmy.cif.su 1 points 5 days ago

We still need security updates.

[–] humanoidchaos@lemmy.cif.su 1 points 5 days ago

All corporations suck fucking donkey dick because consumers are morons.

[–] humanoidchaos@lemmy.cif.su 4 points 5 days ago (1 children)

Yep. There's no such thing as competition any more.

Tech companies are just gas stations across the street from each other.

[–] humanoidchaos@lemmy.cif.su 33 points 5 days ago (8 children)

I came here specifically to ask about alternatives to Android now that google is becoming too abusive in the relationship.

[–] humanoidchaos@lemmy.cif.su 1 points 5 days ago* (last edited 5 days ago) (5 children)

Thanks. I'm probably doing something wrong here.

When I try to connect while self-hosting, I get stuck at "Connecting to update server" when Runescape is loading in the client window.

In ~/.local/share/2009scape/config.json, I have:

{
  "ip_management": "[VPN INTERNAL IP]",
  "ip_address": "[VPN INTERNAL IP]",
  "world": 1,
  "server_port": [VPN FORWARDED PORT],
  "wl_port": 43595,
  "js5_port": 43595,
  "ui_scale": 1,
  "fps": 0
}

I've made sure the changes persist by either setting the file to read-only, or just avoiding changing the server setting at the game client launcher.

The only change I've made for the server was changing 2009scape-master/docker-compose.yml. I put the VPN port to the left side and left everything else the same.

version: '3.3'
services:
  app:
    build: .
    container_name: "2009scape_app"
    depends_on:
      - database
    restart: unless-stopped
    volumes:
      - "2009scape_app:/app"
    ports:
      - "[VPN FORWARDED PORT]:43595"

Sorry if I come across as a novice. I'm still learning and any help is always appreciated.

[–] humanoidchaos@lemmy.cif.su 1 points 5 days ago

It's very likely an issue on my end. I'm quite new to this and still trying to figure it out. I simply don't know much on how to identify these issues or what to change when they come up.

view more: ‹ prev next ›