Little bit of everything!

Avid Swiftie (come join us at !taylorswift@poptalk.scrubbles.tech )

Gaming (Mass Effect, Witcher, and too much Satisfactory)

Sci-fi

I live for 90s TV sitcoms

  • 22 Posts
  • 515 Comments
Joined 2 years ago
cake
Cake day: June 2nd, 2023

help-circle







  • Thanks to Technology Connections - Dishwasher/Laundry pods. Soap with pretty colors, and probably more soap than you need per load. I’ve swapped to powder and literally cannot tell a difference at all, and instead of 8 dollars for 10 loads I now am getting an entire box with like, 40 loads for $8.

    And if you want something convenient for laundry they have the laundry sheets that don’t release plastic into your water so that’s nice.

    But personally if I want a known amount each time for each load I just use a scoop.







  • Yes, that is my proposal. Many people complain saying there are better ways to host instances but no one is willing to practice what they preach and actually do it. If you want to see change in the fediverse then you should step up and do it.

    New users have a choice when joining, you should make a new instance and convince the new users why they should join. I would support a toggle on join-lemmy which lets them see what servers are geographically close, but that would be irrelevant before you set up an instance to pave the way.

    If you “can’t be bothered” then obviously you aren’t as passionate about it as you claim to be.






  • Yeah Proxmox leaves a lot to be desired in terms of metrics. However, metrics are supported out of the box. Bad news, you probably won’t get what you want within proxmox. Good news, you have another project you get to undertake! Hooray!

    Like I said, Proxmox supports metrics out of the box. If you go Cluster -> Metric Server you’ll be able to see that you can add a metric server. The first iteration I did with proxmox I added an InfluxDB container which then proxmox can talk to (yes they can be on the same host), and then proxmox will start pumping metrics into InfluxDB. (It uses Telegraf under the hood). Then, you can also run Grafana, add your InfluxDB as a data source, and then you have a sweet metrics dashboard. There are a lot of pre-built dashboards already made that look great, and you can customize from there.

    You can also use Graphite, I personally haven’t used it, but I also dropped Influx over time too. These things evolve in that sort of way. That’s how I’d get set up and started though.