• 1 Post
  • 64 Comments
Joined 3 years ago
cake
Cake day: June 7th, 2023

help-circle



  • For me, I’m Team Proxmox. It’s just easy to spin up containers for pretty much anything I need. No need for the resource overhead of a full-on virtual machine if I simply need to run a LAMP app. Anything you really have an issue transitioning from Docker to LXC can still be run inside a container with Docker installed. And if you need to set up a VM for Windows or pfSense or some other OS for whatever reason, it’s insanely easy to do.


  • Looks like it has an inertial sensor to control the view, here’s there relevant bit from the article:

    The parts he purchased online include two displays that max out at 2880×1440p and 90 Hz refresh rate, two lenses, an IMU (Inertial Measurement Unit) sensor, and an Arduino microcontroller board. The other parts of the headset were 3D-printed.

    The headset features individually adjustable IPD, interchangeable faceplates, and head tracking. But it does have downsides — at full resolution, it only runs at 60 Hz. Also, it only has three degrees of freedom (3DoF), which means it tracks looking up and down, left and right, and tilting the head left and right. He explained he didn’t bother equipping it with 6DoF as 3DoF was enough for his sim racing.



  • The self-driving cab, however, didn’t get dinged like you or us. Since there was no one operating the vehicle, the cops couldn’t issue a citation. But they did reach out to Waymo’s parent company Google to let them know about the glitch.

    “Our citation books don’t have a box for ‘robot,'” the department said.

    It frustrates me that Google doesn’t get a citation for this. It’s just another example of how laws don’t apply to the people pulling all the strings. They need to be just as accountable as anyone else, even if it’s robots doing the driving. Whoever is ultimately responsible for the unacceptable behavior needs to be held accountable, or they’ll learn they can keep doing unacceptable shit in new and creative ways without any real legal or financial risk for engaging in the bad behavior. If corporations are people, and corporate robots are doing things people get in trouble with the cops for, corporations need to be in trouble with the cops and the courts and feel the same heat.












  • Proxmox on a Lenovo micro form factor is probably a good cost effective option. Get a business class ThinkCentre, like an M720 or something similar that’s 3-5 years old that a corpo has just upgraded away from, i5 or Ryzen 5 with however much storage and RAM you want. Spin up a container specifically and only for PiHole+Unbound (and consider adding a pi or some other dedicated hardware for DNS later on for redundancy in case your main goes down), and then the rest is however you want to build your environment.

    For me, I’ve got a Pi dedicated to 3 key tasks: PiHole, Unbound, and PiVPN (edit: and Nginx Proxy Manager. It’s dedicated to 4 key tasks…). It’s basically my filtering interface between the home network the rest of the internet immediately after my router handles the frontline defenses, and then I’ve got a Proxmox cluster to run most of the rest of my internal services.


  • Seems to me like flags are usually political and/or ideological in nature… That’s, like, one of the main reasons we use flags at all. The US flag is political, the Idaho flag is political, banners that say “Merry Christmas” are gonna have to be left out of schools, even “Happy Birthday” is going to read like religious favoritism to someone like a Jehovah’s Witness. Especially if the Christofascist snowflakes can’t even be bothered to put up with “Everybody is welcome here”. Why would anyone else feel inclined to put up with their shit?

    flag 1

    [flag] Phonetic (Standard) IPA noun

    a piece of cloth, varying in size, shape, color, and design, usually attached at one edge to a staff or cord, and used as the symbol of a nation, state, or organization, as a means of signaling, etc.; ensign; standard; banner; pennant.
    

  • Ultimately up to you, but I’d go with no GUI and just use ssh (and sftp if you need to do file transfers).

    When I was using Docker, it was headless because the GUI just ate up space and resources I didn’t need. All your interaction will be in the shell anyway, launching your compose.yml files.

    But, if dealing with a headless machine sounds like more trouble than you want to try, install the DE if your choice and breathe easy because it’ll still work perfectly fine.