That’s exactly why they’re changing the license. The problem with Swanstation are the developers. Retroarch in general has some pretty horrible people maintaining it and this isn’t the first time they’ve harassed an emulator dev over nothing.
That’s exactly why they’re changing the license. The problem with Swanstation are the developers. Retroarch in general has some pretty horrible people maintaining it and this isn’t the first time they’ve harassed an emulator dev over nothing.
XML aims to be both human-readable and machine-readable, but manages neither. It’s only really worth it if you actually need the complexity or extensibility, otherwise it’s just a major pain to map XML structures to any sensible type representation. I’ve been forced to work with some of the protocols that people like to present as examples of good XML usage and I hate every single one of them.
Fuck YAML though. That spec is longer and more complex than any other markup language I know of and it doesn’t have a single fully compliant implementation.
I think this is the natural conclusion to modern social media. Constantly being confronted by a billion different worldviews and farming people for engagement by showing them things they disagree with is just going to breed extreme echo chambers.
This type of behaviour is neither new, nor actively harmful. There’s really nothing you, I or anyone else can do to stop it, so the only remaining choice is to ignore it and not post screenshots in different communities where people agree with you.
If I may ask: how practical is monitoring / administering rootless quadlets? I’m running rootless podman containers via systemd for home use, but splitting the single rootless user into multiple has proven to be quite the pain.
I feel like this was a trend started by video game journalists in the first place.
It would certainly help if the GitHub code search wasn’t utter garbage.
It’s always been a “whole ass computer”, not some kind of simple storage device.
Pretty sure that the registry path for official images is “library” (at least it used to be). So it should be “docker.io/library/debian”, though I can’t double check at the moment.
There’s a reason for the early rise in popularity of independent gaming reviewers and it isn’t the hard-hitting, honest quality of mainstream entertainment journalism at the time. With the advent of influencers though, it feels like everyone is just regurgitating the same pre-approved, publisher-friendly nonsense. I’m sure there are exceptions, but it feels more difficult today to find an honest review when every random internet personality is signing sponsorship contracts that require them to praise the game every 20 minutes.
You mean hiding their public IP? I guess that’s a feature.
That’s what a firewall and a DNS service is for respectively, imho. As long as you get an IPv6 prefix from your ISP, you can expose as many devices or services to the public as you want, by just allowing incoming traffic to a listening port. That was sort of the whole point of having a large enough address space when moving away from v4. Maybe it’s just me but reading stuff about “private AI” on a website where the relation to the product is not immediately obvious, makes me question their legitimacy.
The more I look at their site, the more it reads like a sales pitch for IPv6, which sounds kind of expensive at $6-10 a month.
What problem does this solve? Do ISPs not provide IPv6 prefixes anymore?
I would fucking hope not. TERM is explicitly passed along as the only exception, which is the only sensible default for temporary privilege elevation in a shell.
It’s a phoronix article, there’s never more than two paragraphs and a quote in there anyway.
That script is a wrapper around a single call to qrencode. I’ve been making qr codes from wireguard config files in the terminal at least since PiVPN existed. There are plenty of guides on how to do this as well.
I get what you’re saying, but this feels like a weird question to ask in a community for selfhosting enthusiasts.
Cloud saves work fine between Linux PCs, but the devs seem to have misconfigured the save path for Steam cloud saves integration on Windows. That’s why it doesn’t work. That’s on the devs, not the Steam client. Apparently they were working on a fix since about half a year ago, maybe they finally released that fix now?
I don’t doubt that Steam being first to market is the biggest reason for their success, but you make it sound as if there’s some alternative store that is better for the consumer in some way. What’s the alternative? I have yet to see any other store/launcher come close to Steam in terms of features, even more so when it comes to Linux support, which Valve have turned into a viable gaming OS pretty much by themselves. In the end, even exclusivity and drastically lower fees for publishers didn’t make EGS the success that Tim Sweeney wishes it was and I think at that point being first to market can’t be the only explanation. They have to be doing something right.
I wouldn’t recommend Docker for a production environment either, but there are plenty of container-based solutions that use OCI compatible images just fine and they are very widely used in production. Having said that, plenty of people run docker images in a homelab setting and they work fine. I don’t like running rootful containers under a system daemon, but calling it a giant mess doesn’t seem fair in my experience.