• 1 Post
  • 19 Comments
Joined 1 year ago
cake
Cake day: August 15th, 2023

help-circle



  • I have many friends which are vegan and we live in an area + work in an industry with a comparatively high amount of people with such a diet. We have talked about the topic at lengths, and my understanding is that in order to have a healthy diet you have to do quite a bit of research and spend time planning your meals. And then going out on a dinner is often a pain, although this has improved in the recent years.

    We eat much less meat than the general public. But going the next step and eliminating meat and then diary products is not trivial. Unless you have less responsibilities and or more prior knowledge to get you up to speed. I simply do not have the time for that, I have a small kid to take care of. And we often struggle to plan enough meals ahead of time in the short period of time between finishing work and doing groceries.

    It might sound like an excuse to you. It feels the same on my end, when my concerns are dismissed with some hand waving by people which usually are in a completely different place in their life than me.


  • You are completely ignoring the fact, that for many it is too time consuming and involved to go vegan. And then you are imposing your belief that others should invest the same amount of resources, be it time or money, or they are worse human beings not caring about animals. In other words, being able to switch your diet is usually a sign of at least slight financial privilege. I just had some tofu so you don’t have to preach to me. But let others be and do not compare veganism to anti-genocide. It is absolutely ridiculous.







  • Wifi pretty much excludes k*s and I assume that swarm and Nomad would be impacted by blips in the wireless connectivity. You can try how things work out with a load balancer / reverse proxy on a wired connection, which then checks the downstream services and routes the request to available instances.

    Please look into Wifi-specific issues related to the various orchestration platforms before deciding to try one out. Hypervisor is usually a win win, until you try to do failover.


  • I wasn’t intending on doing this, instead opting to install Pi-hole, Log2Ram, UFW, and the… other… softwares directly to the OS for simplicity. Why would one set up a Pi-hole et al in a containers instead of directly?

    So there are many reasons, and this is something I nowadays almost always do. But keep in mind that some of us have used Docker for our applications at work for over half a decade now. Some of these points might be relevant to you, others might seem or be unimportant.

    • The first and most important thing you gain is a declarative way to describe the environment (OS, dependencies, environment variables, configuration).
    • Then there is the packaging format. Containers are a way to package an application with its dependencies, and distribute it easily through the docker hub (or other registries). Redeploying is a matter of running a script and specifying the image and the tag (never use latest) of the image. You will never ask yourself again “What did I need to do to install this again? Run some random install.sh script off a github URL?”.
    • Networking with docker is a bit hit and miss, but the big thing about it is that you can have whatever software running on any port inside the container, and expose it on another port on the host. Eg two apps run on port :8080 natively, and one of them will fail to start due to the port being taken. You can keep them running on their preferred ports, but expose one on 18080 and another on 19080 instead.
    • You keep your host simple and empty of installed software and packages. Less of a problem with apps that come packaged as native executables, but there are languages out there which will require you to install a runtime to be able to start the app. Think .NET, Java but there is also Python out there which requires you to install it on the host and have the versions be compatible (there are virtual environments for that but im going into too much detail already).

    Basically I have a very simple host setup with only a few packages installed. Then I would remotely configure and start up my containers, expose ports etc. And I can cleanly define where my configuration is, back up only that particular folder for example and keep the rest of the setup easy to redeploy.


  • If you want to try setting it up in high availability with failover, give me a poke. And until then - go to Teleporter in the settings, and download the backup. You can restore from there.

    One thing worth saying is this - you can grab a cheap refurbished ssd (the smaller - the better), check it’s SMART data for any red flags, and attach it to the pi as OS disk. It will be much more reliable than SD, but overkill if you only run pi on the box. Alternatively look into log2ram, it keeps your SD card alive for longer :D but backup first!


  • I personally stepped away from compose. You mentioned that you want a more declarative setup. Give Ansible a try. It is primarily for config management, but you can easily deploy containerized apps and correlate configs, hosts etc.

    I usually write roles for some more specialized setups like my HTTP reverse proxy, the arrs etc. Then I keep everything in my inventory and var files. I’m really happy and I really can tear things down and rebuild quickly. One thing to point out is that the compose module for Ansible is basically unusable. I use the docker container module instead. Works well so far and it keeps my containers running without restarting them unnecessarily.




  • Awesome, thank you for taking the time to include so many details. I can see myself easily building the aforementioned plywood+foam sandwich platform, sounds like a more solid platform to put the NAS case on (mid tower).

    The subwoofer feet also look fun, I remember reading about them back in the reddit days. After revisiting my notes and the post, there were some concerns about harmonic vibrations and oscillations from the drive having an negative impact. But reading it again, I don’t think that this will be a problem.

    I think I’ll start with the feet and see how they perform while I source the plywood and foam. Maybe there are also some foam / rubber mounts for the disks themselves, I should be able to find suitable one as it’s a more common problem to have.

    Do you have recommendations for how I should best measure the results? Preciously I looked into the raw acceleration data to see how strong the vibrations are, and then I looked into the spectrum to find the vibration frequencies. All with consumer / noob friendly tools (phyphox), hoping that the change will be measurable and the results - meaningful.




  • I was considering getting a mirrorless camera and a compact lens setup for traveling with my family. After a week of researching I stayed with my phone. It’s a huge pita (especially once you consider post processing) and the only situations where you will really need one is low light or evening pictures, and nature photography.

    So no, hauling a dslr and 3kg of lens is not really a solution, especially with a kid in one arm. My phone is several years old (Oneplus 7 Pro) and the only thing I wish it had was modern camera and software to match.