• 0 Posts
  • 108 Comments
Joined 1 year ago
cake
Cake day: June 17th, 2023

help-circle
  • I kinda don’t want YouTube to show my 8 year old daughter porn ads.

    And sure sex needs to be normalised, and my daughter needs to learn about it soon enough, but porn isn’t just normal sex… It’s often quite extreme and exaggerated, or even semi violent. And I’m not one to kink shame anyone, but I still think young people should start learning about the more “vanilla” kind of sex. Once they are comfortable with their sexuality and their body they can explore on their own.

    Porn can be quite shocking and frightening if it’s a person’s first introduction to the topic of sex.

    But besides that… I don’t have a problem with porn, but I don’t want it pushed on me.


  • The whole point of NixOS is that it’s “immutable” and “declarative”.

    In essence this means that you store the entire system configuration in a bunch of text files in a single directory. So your bootloader configuration, all your installed packages, every system service, every filesystem mounts, and even your partition layout and dotfiles, all of it in a common shared configuration.

    There’s even a concept called flakes, which lock the specific version of everything, so if you copy all your config to another computer (or reinstall), then applying the config will restore every system configuration to exactly that state. So if you like how you configured your machine, and want another machine exactly like it, you just copy all your configuration to the other machine, and run the nixos-rebuild command. Now the two machines are configured exactly identically, all the same package, all the same services, all the same configurations, even all the same versions if you make use of flakes.

    It also means that you can reason about your entire system setup just by looking at those configs. Is that piece of config in the files? Then that’s how your system is configured. If that piece of config isn’t there, then that is not how your system is configured.

    Want to install an application, just add it to the list in your config, and run the nixos-rebuild command. Now you have that installed. Don’t want it anymore? Just remove it from the list, and rerun nixos-rebuild.

    On top of that NixOS stores every generation of your config, so even if you break something, you just restart and pick the previous config generation, and your system starts up exactly as it was before you broke it, and you can go and resolve the issue in the config that broke your system.

    If you’ve ever done any programming, and made use of a dependency management tool that stores a dependency lock file, this is very similar, but for your entire operating system.

    If you’ve ever managed infrastructure via Terraform, then this feels like that, but for your entire system configuration.













  • My home-assistant installation alone is too much for my Raspberry Pi 3. It depends entirely on how much data it’s processing and needing to keep in memory.

    Octoprint needs to respond in a timely manner, so you will want to have the system mostly idle (at least below 60 percent CPU at all times), preferably octoprint should be the only thing running on the system unless it’s rather powerful.

    If I were you, I would install octoprint exclusively on your Raspberry Pi 3, and then buy a Raspberry Pi 4 for the other services.

    I’m running Pi-hole and a wireguard VPN on an old Raspberry Pi 2, which is perfectly fine if you are not expecting gigabit speeds on the VPN.



  • Yeah, there’s tonnes of good content on there, but as you allude to, there’s even more shitty or zero effort content… And the algorithm has a way of serving up absolute trash. And the parental controls are pretty much non existent…

    Youtube happily serves up videos to an 8 year old (on a supervised children’s account) that contain topics like abuse, sex, racism, horror, radical religious indoctrination, Chinese propaganda, and human centipede… This isn’t as rampant in the YouTube Kids app… But at least half the stuff on YouTube Kids is ASMR content or unboxing “surprise” toys…

    YouTube allows you to block channels, but will happily continue serving the 9000 other accounts that simply reupload the same exact videos.