nieceandtows

joined 2 years ago
MODERATOR OF
[–] nieceandtows@programming.dev 1 points 1 year ago (1 children)

Senile has a very specific meaning, and while Trump is a number of things, he's nowhere near as senile as Biden yet. Biden lost trains of thought constantly, and tried to find a fitting word to complete his sentence, jumped from one subject to another, and ended up beating medicare. Just watch Biden in the 2020 debate and now. Tell me you don't see an astounding difference.

[–] nieceandtows@programming.dev 2 points 1 year ago (1 children)

Listening to this for the first time, and I don't hear him say he's the black woman. He starts saying something, then changes mid sentence and says, "like I said, the first black woman vice president, served with a black president, first black woman chief justice". Are you saying he says he's also the first black woman chief justice? There's legitimately many concerning things he has said due to his mental issues, but this is just nitpicking.

[–] nieceandtows@programming.dev 0 points 1 year ago (3 children)

Tongue tied isn't the same as what happened with Biden on the debate night. It's theoretically possible for Trump to stop lying or at least restrain himself, because it's not a physical ailment that only gets worse as time goes by. Compare 2020 debate Trump vs 2024 debate Trump and you'll see how much better he was this time. Biden on the other hand has no control over what is going on with him, and it doesn't get better with age, only goes the opposite direction. He did good during his 4 years, but he's only tarnishing his legacy by running again. He should quit while he's ahead.

That's why you bring your sword with you.

[–] nieceandtows@programming.dev 31 points 1 year ago (1 children)

Welcome to the pundit class

[–] nieceandtows@programming.dev 13 points 1 year ago

He went from 'Im the one who can beat him', to 'its okay if I lose'. Who's the troll again?

[–] nieceandtows@programming.dev 14 points 1 year ago (2 children)

No, I want him to make the biggest sacrifice he can make. Give up his ego and step down.

[–] nieceandtows@programming.dev 10 points 1 year ago* (last edited 1 year ago)

So I guess it's not a big deal if Trump wins? It's not an apocalypse if he wins? This is like advising to make your own coffee while the banks get bailed out. When it comes to people voting, people should vote for Biden even if he can't string a coherent sentence because Trump is the absolute biggest threat to democracy, but when it comes to Biden stepping down, it's okay if he loses to Trump as long as he gives his best.

[–] nieceandtows@programming.dev 14 points 1 year ago (2 children)

It gives me guilt every time I see the unread notification from weeks ago.

If it's that dire, why is it not more important than Biden's massive ego and power hunger that he doesn't care to step down even if it pretty much means Trump's gonna win?

[–] nieceandtows@programming.dev 40 points 1 year ago (6 children)

This is exactly why I keep the messages unread so that I don't forget to reply later, and eventually keep them unread for weeks making it useless to reply after so long, therefore giving up and not replying anyway

[–] nieceandtows@programming.dev 2 points 1 year ago (1 children)

What's in your service file? May be you entered some parameters wrong

 
 
 
 
 

On the one hand, it's really fun to be able to stream 60gb 4k content through stremio/plex debrid, but on the other hand, if i choose to end my subscription, I don't have anything to show for the money I spent till that time.

 

I'm setting up a jellyfin server, and want to access it on the internet. I created a xxxxxxx.duckdns.org address for it. I have installed caddy with duckdns addon (first installed regular caddy, then overwrote /usr/bin/caddy with this custom caddy). My caddy file is as follows

XXXXXX.duckdns.org:9091 {
    reverse_proxy 127.0.0.1:8096
    tls {
        dns duckdns     XXXXXXXXXXXXXXXXX
    }
}

Started caddy and here's my status. Doesn't show any errors:

● caddy.service - Caddy
     Loaded: loaded (/lib/systemd/system/caddy.service; enabled; preset: enabled)
     Active: active (running) since Sun 2023-09-24 22:45:57 EDT; 32min ago
       Docs: https://caddyserver.com/docs/
   Main PID: 2132 (caddy)
      Tasks: 9 (limit: 8907)
     Memory: 11.7M
        CPU: 313ms
     CGroup: /system.slice/caddy.service
             └─2132 /usr/bin/caddy run --environ --config /etc/caddy/Caddyfile

Sep 24 22:45:57 mediaserver-wyse5070thinclient caddy[2132]: {"level":"info","ts":1695609957.1027205,"logger":"tls","msg":"cleaning storage unit","description":"FileStorage:/var/lib/caddy/.local/share/caddy"}
Sep 24 22:45:57 mediaserver-wyse5070thinclient caddy[2132]: {"level":"info","ts":1695609957.1027687,"logger":"http","msg":"enabling HTTP/3 listener","addr":":9091"}
Sep 24 22:45:57 mediaserver-wyse5070thinclient caddy[2132]: {"level":"info","ts":1695609957.1030562,"logger":"http.log","msg":"server running","name":"srv0","protocols":["h1","h2","h3"]}
Sep 24 22:45:57 mediaserver-wyse5070thinclient caddy[2132]: {"level":"info","ts":1695609957.103145,"logger":"http.log","msg":"server running","name":"remaining_auto_https_redirects","protocols":["h1","h2","h3"]}
Sep 24 22:45:57 mediaserver-wyse5070thinclient caddy[2132]: {"level":"info","ts":1695609957.1031566,"logger":"http","msg":"enabling automatic TLS certificate management","domains":["xxxxxx.duckdns.org"]}
Sep 24 22:45:57 mediaserver-wyse5070thinclient caddy[2132]: {"level":"info","ts":1695609957.1034396,"logger":"tls","msg":"finished cleaning storage units"}
Sep 24 22:45:57 mediaserver-wyse5070thinclient caddy[2132]: {"level":"info","ts":1695609957.104117,"msg":"autosaved config (load with --resume flag)","file":"/var/lib/caddy/.config/caddy/autosave.json"}
Sep 24 22:45:57 mediaserver-wyse5070thinclient caddy[2132]: {"level":"info","ts":1695609957.1041856,"msg":"serving initial configuration"}
Sep 24 22:45:57 mediaserver-wyse5070thinclient systemd[1]: Started caddy.service - Caddy.
Sep 24 22:49:54 mediaserver-wyse5070thinclient caddy[2132]: {"level":"info","ts":1695610194.0222473,"logger":"admin.api","msg":"received request","method":"GET","host":"localhost:2019","uri":"/config","remote_ip":"127.0.0.1","remote_port":"53888","headers":{"Accept":["*/*"],"User-Agent":["curl/7.88.1"]}}

However, my reverse proxy doesn't work. I can't ping it. Same thing happens when I ping my global ip

PING xxxxxx.duckdns.org (104.183.123.226) 56(84) bytes of data.
From 192.168.1.254 (192.168.1.254) icmp_seq=4 Destination Host Unreachable
From 192.168.1.254 (192.168.1.254) icmp_seq=7 Destination Host Unreachable

I have previously setup dynamic dns successfully on raspberry pi for jellyfin, but unfortunately I didn't document the steps.

I'm on ATT Fiber with BGW320-505, and have a Deco X5700. Please advise.

 
 
 
 
view more: ‹ prev next ›