• 0 Posts
  • 34 Comments
Joined 1 year ago
cake
Cake day: July 4th, 2023

help-circle
rss




  • I like the policy of “Be Nice” even when I get annoyed that I can’t down vote. Tho a ultimatum like this would make me switch to another server. Why? Well first of all Lemmy is supposed to be federated imagine if Google did this with gmail, it would not end well. Secondly even if I like content from Beehaw communities I do enjoy and contribute to other instances, and would not follow BeeHaw if it where to defederate. The reason I chose and have stayed on BeeHaw is that ultimately it was my choice to use this instance and follow the rules, defederation would not allow me the freedom to be anywhere but on BeeHaw, and that sounds like the walled garden that I left behind. And those platforms end up hurting people allot. I would hate for BeeHaw to end up like it, and would way less be there to see it happen.

    TLDR: I want the freedom to chose the rules I want to abide by and would not support this. And would migrate to another instance if this where to go forward.







  • You need to undo what your teachers in school taught you a bit and remember that there is air as well as interference. When data is sent from one place to another you need signal integrity and it is a lot easier to ensure signal integrity over a cable than through air. The reason to your second question is quite simple does your router have a cable to all other routers in the world? Answer no. So you need to pass allot of different routers on your way to the websites router. An easy way to remember is the other name for the internet aka the World Wide Web, Web like a spider! I would recommend reading on Wikipedia more about this stuff it’s quite interesting!






  • Well depends on your current setup. If your current setup is a 1 WAN and 1 LAN(No Vlans) and your ISP doesn’t use PPPoE or similar it should be out of the box good to go, exept you needing to maintain it aka update and monitor. You can setup auto updates but checking logs and maybe setting up IDS/IPS would be a good idea.

    What do you mean “ditch a router” pf/opnsense are firewall/routers. If you want WiFi you will need a AP(Access Point) that can either be a dedicated AP like what Ubiquity offers or a WiFi router that allows you to disable all “router” features. As for dongles I would think that it’s a bad idea. I personally use a Unifi 6 Lite that is running OpenWRT. Also I use Opnsense due to the hardware support and it having a better layout in my opinion also some nice to have plugins.

    Also if I was you I would recommend OpenWRT it might be a better fit :)


  • Well experience and the concept of pods

    Edit: Just reread my response and thought it was quite bad so with this edit I hope to fix it. To answer your question regarding a one node setup with K3S compared to Docker Swarm is the following. When you later might want to expand your cluster or swarm K3S will be more flexible due to how it is built (Its architecture). Also you get the advantage of what is called pods that have way more isolation when setup correctly. Also if you use something like Harvester by Rancher or Proxmox you can turn one server into several this would allow you to have a several nodes and therefore also load balance and higher availability. I suggest you check our Kubernates(K8s) and K3S documentation and get to know the architecture of it! And the last and probably bigest advantage is that you will learn K3S and therefor K8S, this is a skill that is sought after in the IT industry!

    I hope this is a better response :)