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/)A
Posts
1
Comments
346
Joined
2 yr. ago

#nobridge

  • Update 22:51h: The vote originally scheduled for 14 October will not take place because there is no majority for the proposal. It is likely that the EU Commission will now propose to extend the Chat Control 1.0 regulation currently in force that permits providers to scan our messages (if they choose). An extension of this indiscriminate bulk scanning regime is not acceptable. Scanning under this regulation needs to be targeted and limited to suspects where requested by a judicial authority.

  • While ROCm is getting there you will find that a huge amount of AI playthings are built to play nice with nvidia cards and nothing else. Check what AI tools and software you wanna run and whether you run them on AMD before ordering.

    For gaming the balance between CPU and GPU also relies on what resolution you plan on gaming at.Not all games benefit from a huge L3 Cache on the CPU but those that do run much better with an X3D CPU.

  • Does this example match your network?

  • From your description it already sounds like all of it is in the same network?That cabling you have in the house doesn't split your network, Router -> CAT6 - CAT6 - CAT6 -> Switch is the same as Router -> CAT6 -> Switch as far as your equipment is concerned.

    This is oversimplified but catches most network topologies (including yours it seems):Internet -> Router -> Switches -> Client Devices

  • Removed Deleted

    Permanently Deleted

    Jump
  • That and also man hour costs versus hardware costs. It's often cheaper to buy some extra ram than it is to pay someone to make the code more efficient.

  • Isnt opnsense only for bsd? I am running linux.

    opnsense is bsd based yes, you can either run it on it's own hardware in front of your server or you can run it as a virtual machine and passthrough your hosts network ports to it for WAN/LAN.

  • When using a vpn server, only I could access the services right?

    You can easily setup vpn users for friends/family but a random person on the internet won't reach your services if you block access from WAN and forces everyone to go through the vpn server.

  • Your services would first of all need some sort of integration to report failed authentication attempts to your firewall or you wouldn't have anything to act on to start the block. Sounds complicated edit: and also what fail2ban does by reading logs it seems.

    If I were you I would ponder if it wouldn't be easier to just setup a headscale/wireguard/openvpn server and connect to your other services through that.

    My favourite home firewall right now would be opnsense

  • Deleted

    Permanently Deleted

    Jump
  • The article doesn't mention Linux at all, are you sure this is the correct community for this article?

  • Do you have more info regarding that ThinkPad E16?I'm mostly working with T series laptops and haven't had the problem, but always good to know if or when an E16 shows up.

  • Powerline communication uses adapters to transmit network signals over existing electrical wiring, avoiding the need for new CAT6 cables and offering a hardwired internet connection in hard-to-reach areas where running Ethernet is difficult or impossible (or where the house owner simply is too lazy).

  • Why are you giving gestapo your phone number instead of your username?

  • Having the motion sensor trigger saving local recordings is an idea that have gotten a positive dev response.https://github.com/themactep/thingino-firmware/discussions/289

    I can't find any discussions about accessing recordings using ONVIF or the tinycam app and don't have any cams running personally.

    I am planning on using thingino with frigate nvr and network storage later on so thanks for sharing your experience!

  • Removed Deleted

    Permanently Deleted

    Jump
  • What I like about running a hypervisor and true vms is that I can fool around with some vms in my server without risk of disrupting the others.I run most of my dockers in one VM, my game servers in another and the Jellyfin instance on a third. That allows me to fool around with my portainer instance or game servers without disrupting Jellyfin and so on.Part of it is that I'm more used to and comfortable in managing vms and their backup/recovery compared to LXCs and Dockers.

  • Removed Deleted

    Permanently Deleted

    Jump
  • I've never tried Arch but my debian server with kvm/qemu/cockpit running mdraid1 and smb/nfs file sharing - works well enough and I enjoy the tinkering and setting it all up. I'm writing this from a virtual Fedora KDE workstation that I've setup vfio and pcie passthrough of my dgpu and a usb controller on (both connected to my monitor that acts as a usb hub).

    A friend runs a Proxmox VE Community Edition with physical disk passthrough to a virtual Nextcloud server and that seems to work well too.I guess my answer is no, I don't look at UnRAID and think "fuck this shit I'm done", I enjoy the tinkering that makes you frustrated.

    May I ask what kind of brick walls you're hitting and what software you run on Arch that makes it so frustrating?

  • Yeah, with the way the ActivityPub works right now I imagine the only working solution would be a UI Wrapper that allows you to login at all the different instances you wanna use and get a somewhat unified UI for them.I wouldn't be surprised if it would end up about as unified as the Microsoft 365 admin centres though. (That is, not very).

    The other option I can think about is if someone designs a backend database that can be used to unify multiple services run by the same admin to allow the same login for all fediverse services hosted by that admin (f.e. mastodon.world, lemmy.world, friendica.world using the same user database and requiring only a single sign on) but that wouldn't truly solve it either if we talk about a consistent UI.