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/)FE
funkless_eck @sh.itjust.works
Posts 18
Comments 3K
Anon tries programming in Java
  • From PIE root "pau-" (few, little), to Latin-transliterated via Greek "paed" (boy, child), and spelled thusly to distinguish from "ped-" (foot), circa 1600AD. Reduced to "pedo" from "paedo" as part of the shift in Americanization of accents and spelling in the late 1700s early 1800s.

  • Manstrual cycles
  • not to mention the reason why you're only supposed to say the word "lawyer" to cops is they literally tell you: "ANYTHING you say CAN and WILL be used AGAINST YOU in a court of law." That doesn't mean "might or maybe" or "to help you."

  • Terrified friends burn to death trapped in Tesla as doors won't open after crash
  • The Titantic was designed to stay afloat long enough to allow everyone to disembark in cohorts on life boats to rescue boats and send the lifeboats back for the rest- it was never intended to fit everyone on lifeboats all at once.

    It was that a mix of how telephone operators made more money off personal telegrams than ice warnings, and didnt relay the messages, and how nearby possible rescue ships had gone to bed and turned off their radios meant this process didn't get executed, and how because the iceberg hit the ship, essentially creating a large gash the entire length of the ship, causing the flotation bulwarks to be breached, which is a very rare occurrence, caused so much death.

    In Tesla's case, that much aforethought hasn't been taken.

  • Is there any hope for me?
  • I have a 15+ year resume in my field and I struggled to find a job this year. It's not because of you that finding a job is hard. It's that job sites are like dating sites: the majority of posts are fake. You should decide on what kind of job you want and approach recruiters in that field - even with, maybe especially with, your requirements, they'll be able to help you better than clicking auto-apply on LinkedIn.

  • WSL goes brrr
  • it also misuses the meme. Top right is meant to ask Andy Samberg to name several examples, to which he is to respond with the name of a taxonomy or hierarchy that contains multiple examples of such.

  • Disagreement
  • It's a response to a meme going around of a white guy holding up a sign with the text "We can disagree and still be friends." People are pointing out that the moment Trump got elected the two main right wing "jokes" that happened were school girls being told "your body my choice" and black people being sent anonymous texts telling them plantations were about to kidnap them for cotton picking.

  • What is one (1) track from a video game OST I should put on my work playlist?

    I know you probably love a dozen tracks, please pick one, thank you in advance.

    EDIT: Thank you all so far, especially everyone who kept it to one. I am at work currently and will make my way through the list but may not get a chance to thank you individually. I am checking them all out though and appreciating it.

    97

    there's not really any point in explaining the context in which I made this

    6

    i am running *arr apps on a pi, using tailscale with mullvad exit nodes as a VPN, how do i add adguardhome or pihole to the stack without screwing everything up?

    -all *arr apps in docker containers using docker compose -tailscale has friendly tailnet name -...magicdns enabled -...global nameservers have mullvad public dns in them

    not very confident here, can I just follow this guide (link: https://tailscale.com/kb/1114/pi-hole/) and it works or do I need to change some settings? I notice it tells me to add a custom DNS but mullvad is already in there? how does it know which to use or in which order?

    8

    I want to get started with *arr apps - here are all the things I don't understand about (reverse-/)proxies and networking in order to get it set up.

    Please can someone show off how smart and sexy they are by answering these questions. I don't mind if you just link me to a video or guide explaining it (like I'm 5?) instead of typing it out - but please don't just send me stuff that says something like "To forward to ports correctly, simply forward the correct ports - but be sure to reverse-p the goeanity-2.0 exposed server flange via qPack*7_bingb (IMPORTANT put 1=2 in /conf!!!)" - which is what all the help documents read like to me right now.

    Here's what I think I know, but I have probably got wrong, and would be delighted if you could not only tell me how wrong I am but what is the right answer instead:

    -> I have a raspberry pi 4 running raspbian/debian bookworm, all software up to date.

    -> I have installed docker and docker compose. Docker lets you run apps/programs in separate little cages so if they crash or do something insecure they don't crash or expose the whole computer (the Raspberry Pi), the operating system (Raspbian), or the other apps running in other containers. Docker compose allows you to fine-tune the settings of these apps from outside the container by changing a text file. Each docker container, controlled by a compose yml has a port, e.g. Jellyfin's is :8096

    -> I can set up and configure radarr sonarr qbittorrent to download movies, for this I need a VPN. I paid for and installed mullvad (app) but it crashes a lot (for over a minute every 20 seconds), so it looks like I need to configure something like gluetun to do it instead. For this reason I want to stick with mullvad as I paid for it, gluetun is really confusing.

    -> However, downloading is only half the battle - assuming I can get a VPN to work without crashing every 20 seconds so it takes less than 5 hours to download a single movie in 1080p(!!!) - I can only watch stuff by plugging an HDMI cable into my raspberrypi and a monitor and using a mouse and keyboard to navigate to the UI and click "play"

    -> If I want to watch them on my TV I need to connect something to my TV that talks to the raspberry pi, so I have an NVIDIA shield with Jellyfin installed on it - but in order for the NVIDIA-Jellyfin to connect to the RaspberryPi-Jellyfin it needs to go through the internet (if this is not the case, how does one point the NVIDIA-Jellyfin at the Raspberry Pi jellyfin?)

    -> Because it's going through the internet I need to hide my activities from prying eyes, and because it's on the internet it will have a web address (I bought the cheapest domain for a few bucks on namecheap), so a proxy and reverse proxy are neccessary to hide my activity on my end (proxy) and the activity on the internet (reverse proxy) from said prying eyes while allowing me to watch my stuff in peace.

    -> I can set up my domain to point to Jellyfin, this means I configure mysubdomain.mydomain.com to point to Cloudflare on the internet. Then I set up Cloudflare to point to NGINX on my raspberry pi. But I really don't know what this entails or how to do it. I changed my nameservers to Cloudflare's on namecheap and that's where I stopped because I didn't understand any further.

    -> So, in practical terms, I'm on my sofa and I want to watch a movie in my Jellyfin on my raspberry pi, I open the NIVIDA sheild, I open the jellyfin app and I tell the jellyfin app to go to mysubdomain.mydomain.com

    -> I think I'm correct in saying that mysubdomain.mydomain.com is actually an IP address and a public port, so something like 123.456.7.8:443, then Cloudflare - which is the reverse proxy - gets involved (somehow? how?) to say "ah, 123.456.7.8:443, you obviously want to go to funkless.raspberry.pi:NGINX (or rather something like 987.654.3.2:443)" and then NGINX - which is the proxy-proxy, not a reverse-proxy - goes (somehow? how?) "ah, 987.654.3.2:443, you obviously want to go to 987.654.3.2:8096 which is jellyfin")

    -> At some point in that last step SSL certificate(s?) need to be issued and used on Cloudflare and/or NGINX - but I don't know how or why - and/or a public and private key

    Here's where the questions start:

    • First of all, is that all correct or have I misunderstood something?
    • How does mysubdomain.mydomain.com know it's me and not some random or bot?
    • How do I tell Cloudflare to switch from web:443 to local:443 (assuming I've understood this correctly)
    • Is this step "port forwarding" or "opening ports" or "exposing ports" or either or both? (I don't understand these terms)
    • If my browser when accessing mysubdomain.mydomain.com is always going to port 80/443, does it need to be told it's going to talk to cloudflare - if so how? - and does cloudflare need to be told it's going to talk to NGINX on my local machine - if so how?
    • How do I tell NGINX to switch from local:443 to local:8096 (assuming I've understood this correctly)
    • Is there a difference between an SSL cert and a public and private key - are they three things, two things or one thing?
    • Doesn't a VPN add an extra step of fuckery to this and how do I tell the VPN to allow all this traffic switching without blocking it and without showing the world what I'm doing?
    • Gluetun just looks like a text document to me (compose.yml) - how do I know it's actually protecting me?
    • From https://nginxproxymanager.com/ : "Add port forwarding for port 80 and 443 to the server hosting this project. I assume this means to tell NGINX that traffic is coming in on port 80 and 443 and it should take that traffic and send it to 8096 (Jellyfin) and 5000 (ombi) - but how?
    • Also from that site: "Configure your domain name details to point to your home, either with a static ip or a service like DuckDNS or Amazon Route53" - I assume this is what Cloudflare is for instead of Duck or Amazon? I also assume it means "tell Cloudflare to take traffic on port 80 and 443 and send it to NGINX's 80 and 443 as per the previous bullet) - but how?

    If your reaction is "Asking how how to set up port forwarding from Cloudflare to NGINX is a cowardly question - just figure it out!" Please could you at least link me to something that will help me figure it out if all those words just look like gibberish to me?

    Thank you so much for your help and time in advance.

    37

    My new landlord sent me an email that containts only ads for other companies.

    • Property mgmt company changed without our input

    • New company sent an intro email

    • This came a few days later. The entire email is like this with 11 ads in it.

    • Get in the fucking sea

    46

    One of my favourites — The Murderer by Luke Kennard

    10

    a miniature vase made on a potters' wheel, glazed and fired (cat for scale)

    23

    Ballet rule

    0

    is there a way to refederate instances just for me?

    when I see that whichever instance I choose is defederated from another bunch of random instances, is it possible to have those show in my feed without making a separate profile from other instances? and can I turn them off again if I see that defederating was the right idea?

    8

    teletext

    6

    nothing stops the purrsuit of a chin rest. nothing.

    the reverse angle

    !

    0

    sleep with one eye open, gripping your pillow tight

    4

    It was Sassy's birthday so we got her a lil punkin house and i have never seen a human love a birthday present as much as this cat loved hers

    7
    cute dogs, cats, and other animals @lemmy.ml funkless_eck @sh.itjust.works

    When the treats are extra stimky

    3

    hey im going to bed now but are you guys still here?

    lmk thanks.

    10

    New Mini Set Announced: The Fall of Ulduar

    1

    My indoor cat when she sees an outdoor cat through the window

    5