Skip Navigation
Jump
I redid the meme with what hurts me
  • Some people in the comments didn't take it as tongue-in-cheek as I did. 😝

    I thought this was really funny. That's a good collection of toe stubs.

    There is a lot of stuff to learn to be good at python but I still love it.

    56
  • Jump
    Absolutely loving Linux btw
  • I really like Bottles. I also tried Lutris for Battlenet which worked really well.

    I don't know all the differences between them though.

    7
  • Jump
    Can't change xbox controller settings without updating Windows first
  • What's really annoying is getting this error when you're already on the latest version in the windows preview program.

    Thank goodness for steam. I just do my controller config in there now.

    (Side note. Buying a steam deck finally pushed me over the edge to try to do all my gaming on Linux. So far so good.)

    55
  • Jump
    cocot46plus: A Corne-like unibody keyboard with trackball and encoder
  • I'm desperate to find a mod or standalone device like a track ball or track point that can be comfortably mounted near the right half of my Ergodox Moonlander. So far I've seen people buy the Thinkpad keyboards to mangle and remove the red track point nub.

    7
  • Jump
    Damn no integrated advanced AI-driven solution that analyzes patterns and just predicts the errors? 🤨
  • I would add Alertmanager to your stack if you haven't already. It's pretty tightly integrated with prometheus. There's some canned alerting rules based on predicting disk space full in X number of days. We wire Alertmanager to Pagerduty.

    2
  • Jump
    Damn no integrated advanced AI-driven solution that analyzes patterns and just predicts the errors? 🤨
  • I'm running Grafana Loki for my company now and I'll never go back to anything else. Loki acts like grep, is blazing fast and low maintenance. If it sounds like magic it kind is.


    I saw this post and genuinely thought one of my teammates wrote it.

    I had to manage an ELK stack and it was a full time job when we were supposed to be focusing on other important SRE work.

    Then we switched to Loki + Grafana and it's been amazing. Loki is literally k8s wide grep by default but then has an amazing query language for filtering and transforming logs into tables or even doing Prometheus style queries on top of a log query which gives you a graph.

    Managing Loki is super simple because it makes the trade off of not indexing anything other than the kubernetes labels, which are always going to be the same regardless of the app. And retention is just a breeze since all the data is stored in a bucket and not on the cluster.

    Sorry for gushing about Loki but I genuinely was that rage wojak before we switched. I am so much happier now.

    40