• 0 Posts
  • 67 Comments
Joined 2 years ago
cake
Cake day: June 17th, 2023

help-circle




  • Agnosticism and gnosticism are actually not so much about doubt, but whether it is possible to know.

    An Agnostic says it’s not possible to know whether there is a god or not.

    A Gnostic says it’s possible to know whether there is a god or not

    An Atheist says they don’t believe a god exists

    A Theist says they believe a god exists.

    You can be an Agnostic Atheist. “I don’t believe in god, but I don’t think it can be proven god doesn’t exist.”

    Or a Gnostic Atheist. “I don’t believe in a god, and I think we can prove God doesn’t exist.”

    Or an Agnostic Theist. “I think God exists, but I don’t think we can prove it. You just have to believe”

    Or a Gnostic Theist. “I think God exists, and I think we can find proof.”



  • FrederikNJS@lemm.eetoPC Gaming@lemmy.caSOMA is 95% off
    link
    fedilink
    English
    arrow-up
    5
    ·
    3 months ago

    I can’t really figure out whether this is a game for me…

    I can’t handle horror…

    That being said some of my all time favorite games had horror elements in them, games like Subnautica, Outer Wilds and Half-life 2.

    So where on the horror scale does this rank? I heard there’s a “safe” mode where the monsters won’t hunt you, but does that actually reduce the horror? Or just cheapen the experience?









  • FrederikNJS@lemm.eetoTechnology@lemmy.worldStudent dorm does not allow wifi routers
    link
    fedilink
    English
    arrow-up
    20
    arrow-down
    2
    ·
    edit-2
    6 months ago

    Are these restrictions set out by the ISP or the dorm?

    If you don’t do business with the ISP, then you don’t have to agree to and follow their terms.

    So as long as the dorms doesn’t have rules against setting up your own WiFi, then you should be well within your rights to purchase an Internet connection from another provider, but since you are likely not allowed to get your own line installed, you are probably restricted to ISPs that provide a service over the cellular network.

    Of course using a cellular connection will give you worse latencies for online games, but at least you can have your own WiFi with low latency for your VR.

    If you want to be nice, you could then run as much of your Internet network over ethernet as possible, so you congest the air waves as little as possible, possibly only running the VR headset over WiFi, and maybe even only enabling the WiFi radio when you want to play VR. If all your WiFi devices support 5GHz, you might also completely disable your 2.4GHz WiFi, to leave the most congested frequencies alone.

    To lower the chance of someone complaining about your WiFi, you should configure it as a “hidden network”, such that it doesn’t broadcast an SSID, and therefore doesn’t show up when people are looking for WiFi networks to connect to.



  • I really don’t see much benefit to running two clusters.

    I’m also running single clusters with multiple ingress controllers both at home and at work.

    If you are concerned with blast radius, you should probably first look into setting up Network Policies to ensure that pods can’t talk to things they shouldn’t.

    There is of course still the risk of something escaping the container, but the risk is rather low in comparison. There are options out there for hardening the container runtime further.

    You might also look into adding things that can monitor the cluster for intrusions or prevent them. Stuff like running CrowdSec on your ingresses, and using Falco to watch for various malicious behaviour.




  • So as far as I understand, you have

    • Outer router (Comcast), which has WiFi enabled
    • Inner router (your own), which has WiFi enabled, and further meshes with other WiFi mesh devices (or is the mesh separate?)
    • A plain switch, for stuff you want cabled and fast

    Is that correct?

    Why not get the WiFi in the Comcast router disabled, and use your inner network exclusively, such that both WiFi and ethernet devices are on the same network?

    That’s what I did with my network, and I even got the ISP to put their modem/router into bridge mode, so it’s completely transparent.