Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)ST
Posts
0
Comments
147
Joined
2 yr. ago

  • Who are the leftists getting riled up over this? This is a slightly more centrist right-wing group slinging childish insults while the left looks at them confused.

    Nobody who cares about you and your family members was going to vote for Trump anyways. If weird poop jokes moves someone who was going to vote for Trump to think twice and maybe not vote at all, it’s a win.

  • I think it’s worth saying that the head unit failing in this scenario is very disruptive for two reasons:

    First and foremost, the purpose of this journey in this car is to review the car. So if the head unit craps out, and he doesn’t make every effort to reboot it, and he mentions it in the review, he loses a lot of credibility from the users and industry folks. Could you imagine a review for a computer where it crashes or turns off, and the reviewer just says “welp, that’s all folks”?

    My second point is that he is navigating in an unfamiliar place to a charger for the car. If you’re coming from Tesla or AA/CarPlay, this is something you expect to work flawlessly. And it’s part of the review that’s worth discussing whether or not it works.

    In my opinion, even if he 100% knew where he was going, his behaviors are justified for a review.

  • My team runs an async standup on Slack where you just respond to a bot with all the usual stuff. We also do a slightly longer meeting on Tuesday morning where we go into more details, but never more than a half-hour.

  • Yeah, I totally get that. I think that there is this insatiable desire for the upstart site to topple the previous site. On Digg we made fun of Usenet and Fark, on Reddit we made fun of Digg, on Lemmy people are always saying “fuck Spez”.

    I think that people are worried that if Lemmy doesn’t keep growing (at Reddit’s expense), then it will collapse under its own weight. I hope the federated model works out. I could easily host a Lemmy or KBin instance on my homelab.

    But yeah, the depressing truth is that as soon as someone invents a profit motive, it’s only a matter of time before it’s ruined.

  • You’re on the right track here. Longhorn kind of makes RAID irrelevant, but only for data stored in Longhorn. So anything on the host disk and not a PV is at risk. I tend to use MicroOS and k3s, so I’m okay with the risk, but it’s worth considering.

    For replicas, I wouldn’t jump straight to 3 and ignore 2. A lot of distributed storage systems use 3 so that they can resolve the “split brain” problem. Basically, if half the nodes can’t talk to each other, the side with quorum (2 of 3) knows that it can keep going while the side with 1 of 3 knows to stop accepting writes it can’t replicate. But Longhorn already does this in a Kubernetes native way. So it can get away with replica 2 because only one of the replicas will get the lease from the kube-api.

  • Longhorn is basically just acting like a fancy NFS mount in this configuration. It’s a really fancy NFS mount that will work well with kubernetes, for things like PVC resizing and snapshots, but longhorn isn’t really stretching its legs in this scenario.

    I’d say leave it, because it’s already setup. And someday you might add more (non-RAID) disks to those other nodes, in which case you can set Longhorn to replicas=2 and get some better availability.

  • What kind of job are you looking for?

    A+ is for help desk type folks. I wouldn’t really see that as relevant for a developer with 8 years of experience. I would assume you got it early in your career and still list it for whatever reason.

  • The biggest danger you’re going to run into is that those distros all lie downstream of the real changes, so non-gaming (and potentially security related) fixes might be slow or incompatible.

    If you go with something like Fedora or Ubuntu, there is going to be full support on all the core things, and you can build the gaming experience you want on top. Any changes that Nobara or Drauger are making to their distros you could probably make yourself.

    (I’ve never used any of those distros, but I’ve found winehq and other tools on Fedora more than sufficient)