• 0 Posts
  • 69 Comments
Joined 8 months ago
cake
Cake day: August 10th, 2025

help-circle



  • When I built my NAS I intentionally bought the latest gen cpu, but kept it in to the 65W series with a GPU chip onboard. It’s an AMD Ryzen 5 7600 6-Core @ 3800 MHz. My coral usb does frigate and the integrated graphics chip does jellyfin just fine. I started with ssds, but half of them burned out pretty quick, so I replaced them with spinning rust. But, as-is it can run for an hour on my desktop grade UPS before it shuts down. My proxmox cluster is old laptops that mount an NFS drive from my NAS. So, yes, I took power efficiency into account.








  • Exactly, seems like this should be up to the consumer. The devs can say: pixels have best security, here’s a 2nd and 3rd option, here’s their pros and cons.

    Because as much as I approve of privacy measures and security, my phone doesn’t have any lock screen. No pin, no biometrics, nothing.

    I work from home, I don’t really travel, I have 4 children. Physical security is annoying. I want grapheneos for data security. I don’t have people trying to steal my phone, I do have people constantly stealing my data.

    And without a non-pixel option (fuck google), I’m likely to go for to a competitor because, while their data security might not be as good as graphene, it is better than what I currently have.




  • If you don’t shy away from python, I just use the requests library most of the time:

    homeserver_url = “XXX”

    access_token = “XXX”

    room_id = “!XXX”

    url = f{homeserver_url}/_matrix/client/r0/rooms/{room_id}/send/m.room.message"

    headers = {“Authorization”: f"Bearer {access_token}",“Content-Type”: “application/json”,}

    data = “msgtype”: “m.text”,“body”: “Question of the day!”,}

    response = requests.post(url, headers=headers, data=json.dumps(data))

    Alternatively I also have a bot I use in NodeRed connected to Home Assistant.

    Double Alternatively, I’ve used AppRise successfully within various tools like ChangeDetection to notify me via matrix.


  • Depends on the girl and the number of babies you’ve had. If you’re on your 4th baby people will be able to tell sooner than your first.

    For your first baby, generally it’s unnoticeable for everyone in the first trimester including the mom. Second trimester is probably pretty safe too, this is when you might start looking a little fat by the end, but not really pregnant. Third trimester is when the majority of the weight is gained, and the baby grows the fastest. In the last month of the third trimester the baby gains like a pound per week.



  • Depending on how you make the game some launchers can make sense. You can set display options before launching the game. Back in ye olden times some games would launch by default in a set resolution which often made changing that in-game difficult as it would be off screen. Also makes your first time launching it a better experience than some low-res garbage. Also, without a platform like steam they can handle updates.

    That being said, I don’t think most modern games need those functions. Graphics engines are pretty good at getting screen resolution from your os (not perfect). And platforms handle patches and updates.

    Now they’re mostly there to gather metrics and shove ads in your face, and enforce drm.