jrgd
@jrgd@lemmy.zip
previously @jrgd@lemm.ee, @jrgd@kbin.social
Lemmy.zip
- Comment on Borderlands 4's latest update aims to deliver more performance fixes, ends up causing more stuttering for some 3 weeks ago:
I recently dug through a sampled list of UE5 games released on Steam. It is shocking how many have such poor reviews (often for reasons not beholden to the engine). Sifting through stuff, I did find a handful of games that didn’t seem to have major performance, graphical flaws based on reviews and forum posts, though to note some of them also didn’t seem to leverage much of UE5 technologies to begin with (Lumen, Nanite, etc.). Some games did seem to leverage UE5 tech still and have minimal to no complaints.
Sadly, a large portion of the released games I pulled from this list had referenced performance issues or otherwise major issues that tanked the Steam review score. I unfortunately didn’t note down my findings for the handful that didn’t, but if you want to look for yourself the list I searched from is linked.
- Comment on Borderlands 4's latest update aims to deliver more performance fixes, ends up causing more stuttering for some 3 weeks ago:
Haven’t played it myself, but based on watching gameplay and seeing community sentiment on the Steam forums and reviews, as well as from friends, it doesn’t seem that the performance is quite perfect. Definitely better than most UE5 games currently released, but still has some problems. From the footage I have watched of the game, it definitely still looks like there is some moderate TAA ghosting as well. Does this hold true from gameplay?
- Comment on Is this mail something I should be concerned about? 2 months ago:
You’re likely looking for this docs section for Caddy. The failure is the automated request to populate Caddy’s root CA cert to the host system, but obviously failed as it doesn’t have root permissions. As the docs state, if you intend to use the local HTTPS functionality of Caddy, you can manually run
caddy trust
privileged in order to populate the Caddy root CA cert manually. If you intend to disable the local HTTPS functionality (such as if you’re running Caddy behind a http reverse proxy), you can ignore the mail message. - Comment on Changes to Bitnami Catalog on August 28th 2 months ago:
Certainly glad I had my suspicions of Bitnami rugpulling when constructing my Kubernetes cluster and preemptively stripped out as much as possible from helm charts that relied on anything Bitnami. This is going to suck for a lot of people and organizations given that images like rabbitmq, postgres, oauth2-proxy, minio among many others are affected.
It’s not a full rugpull yet, but not being able to pin versions for the newer security-hardened images is already a huge issue for many pieces of software. Especially for things like not being able to pin to a major version of postgres will cause major problems over time for cluster admins and helm chart developers alike if they don’t migrate to other solutions.
Who knows if (when) Bitnami decides to go further in restricting their images, charts from being free and open. I do wish in the future that more helm chart developers would know the caution that should be taken when trusting anything touched by Broadcom of all companies. Maybe this is the necessary warning sign for many.