• 1 Post
  • 42 Comments
Joined 7 months ago
cake
Cake day: March 19th, 2024

help-circle

  • Oh that’s unfortunate, thats not how they run things here. I haven’t been in a while, but its more like a bunch of DMs and everyone gets randomly assigned to a table. Games are 30 minutes, and then rotating tables. Its more about trying out some different games than anything else.

    They did have a separate night they’d host, but those were reserved rooms (like a conference room setup, TV available for map display). More like a night for regular players to have a regular space to play, but its kind of obvious (with the reserved signs on the rooms and all).



  • I’m not sure you should have a Lowe’s Associate as a legal advisor.

    Here’s Home Depot covering it

    The relevant text:

    Corded blinds are dangerous to children and pets. Roughly one child per month dies from blind cord strangulation, and more than 600 children per year are injured. That’s nearly an average of 2 preventable injuries to a child per day. Between 1990 and 2015, more than 16,000 children were injured.

    New Voluntary Standards

    • The Window Covering Manufacturers Association decided safer standards in January 2018.
    • Manufacturers adopted the new standard on cordless blinds in December 2018.
    • In 2019, all standard model window blinds were expected to be cordless.

    Cordless Blinds & Law

    • Corded blinds are not regulated under state or federal legislation.
    • New, safer guidelines allow for cords on custom-made coverings.
    • Per WCMA standards, custom cords should not be longer than 40% of the window height.



  • There is nothing native (though a few options have been played with, AFAIK never completed because…), but there are a ton of integrations. You can use webhooks to teams, there are python wrappers for the API, even a google docs integration.

    Probably the lowest code option would be to find someone else’s tool for snipe-it (sorry I’ve never looked), or do something like snipe it to google sheets to be imported as a CSV or something.

    Or take a peek at some others in the same territory, or maybe ticketing systems with simple asset management.

    But i think something like snipe-it, if not exactly, is going to be the right territory of what you’re looking for







  • OK, so what you probably won’t get much out of would be load balancing knowledge, from your description the CPU far outpaces everything else you have running services today. To get a good handle on that sort of thing, its handy to have comparable hardware for each node.

    But the CPU is more than enough for most general task services, so yeah that will do fine. In terms of the GPU, yes, that will work for AI tasks as far as I know, most of the hardware I’m using for that is work stuff I get my hands on, so I couldn’t tell you much about the performance of the 3070 specifically, and I doubt a 6000 Ada as a reference w9uld be helpful, so maybe others can chime in on that aspect.

    Since its mostly for learning, yeah, go for it. If you want to run i5 24x7, I’d probably want to separate out some of that CPU from that PSU purely for power management/cost to run, but yes its more than adequate for most services you’d throw on there.

    Most of the servers I’m running are using a CPU that came out about 5 years before that Ryzen, but they are also lower wattage systems. Since they dont need a ton of CPU at all times, this is more the ideal for continually running home services, but not the only way to do it.

    So build away and enjoy



  • #3 is the route I’m going.

    Bigscreen is still pretty rough though, I’m trying to see if I can resolve some open issues to submit back to resolve, but in the meantime I’m going to start playing with flex launcher - https://complexlogic.github.io/flex-launcher/

    Its likely to be the way I go as of now.

    Lutris to be a gaming interface (retro games and Roms), jellyfin for movies/shows/music, gcompris for some kids educational stuff, etc.

    I want to figure out a remote that I like and get some CEC testing done, may look towards using my homeassistant to act as a control system if its a pain (and most CEC is implemented poorly IMO).

    But I’m done with stuff like Chromecast, rokus, etc.




  • If you can map a network drive (very east fstab edit BTW), then yes, its a great way to go.

    That’s what I do, I have two 5-bay NASs, both use all 4 uplinks (LAG) to my switch, and my media server is an LXC on an 8th gen intel, with GPU passthrough.

    If you reboot your nas, you may need to reconnect from the server. If you reboot your server, you dont have to do anything since its connecting when it starts up. If you end up needing more space, you just mount that new NAS alongside it.

    To me its the better approach.