

Kinda feels like losing the game, doesn’t it?
I take my shitposts very seriously.
Kinda feels like losing the game, doesn’t it?
Counterpoint: if you have the ability and willingness to learn how Linux works, un-fucking a broken Arch installation will teach you more about the system than spending months with a stable distro. I know because my first serious daily driver was Manjaro.
The owner of an account can set individual posts or their entire account to be visible only to signed-in sessions. I see it used by certain artists that moved from twitter, and consider it an overall good feature.
predatory, mafia or middle-age money lender style.
Your words have lots of sentiments, but present no facts. I know that Wolfire and Sweeney are independently throwing a tantrum, and we all hate taxes, but I don’t see public exposés showing game developers who went hungry because they couldn’t afford the 70-30 split.
I’ll also remind you that the EGS (12%) is barely profitable, and operated for years at a loss, only sustained by Fortnite (which used dark patterns to extract money from kids, in case you want to see something actually predatory).
- The 30% percent cut, stealing money from devs
Sigh. Here we go again. I’ll just copy one of my older comments about that attitude.
Steam is not a parasitic middle man, it is a collection of services that would have to be provisioned and operated by the developer otherwise. The 30% cut pays for:
If the revenue from the cut exceeds the operational costs: it’s called profitability, not theft. The world doesn’t run on good vibes.
ORP Piorun with its new rocket boosters: “And I took that personally.”
volumes:
db:
services:
db:
image: mariadb:10.6
restart: always
command: --transaction-isolation=READ-COMMITTED --log-bin=binlog --binlog-format=ROW
volumes:
- db:/var/lib/mysql
secrets:
- mysql_root_password
- mysql_nextcloud_password
environment:
- MYSQL_ROOT_PASSWORD_FILE=/run/secrets/mysql_root_password
- MYSQL_PASSWORD_FILE=/run/secrets/mysql_nextcloud_password
- MYSQL_DATABASE=
- MYSQL_USER=
nextcloud:
image: nextcloud
restart: always
ports:
- 8080:80
depends_on:
- db
links:
- db
volumes:
- /var/www/html:/var/www/html
- /srv/data:/srv/data
secrets:
- mysql_nextcloud_password
environment:
- MYSQL_PASSWORD_FILE=/run/secrets/mysql_nextcloud_password
- MYSQL_DATABASE=
- MYSQL_USER=
- MYSQL_HOST=db
secrets:
mysql_root_password:
file: ...
mysql_nextcloud_password:
file: ...
If you use the links:
element in the nextcloud
service, the services listed there will be available using their hostnames. On the Nextcloud setup screen, choose mysql as the database engine, use db
as the database host, and enter matching values into the other fields.
Sounds like someone who’s never seen a wild banana.
I’ve seen Don’t Look Up. Having the technology to carry out a mission like that is the easy part.
corporations that would ban Linux from their network
You can’t change the license retroactively. Corporations would likely hard-fork the kernel at the last GPL2 commit and move it to a restricted but compliant access model like Red Hat did.
Same magnitude, but opposite polarity.
I’m not convinced that is the case. The studio was purchased by a holdings company, then its CEO bought four early sketches of DE from the studio for pocket change. When Kurvitz, Rostov, and Hindpere (writer) objected, they were demoted and later fired. Unless another exchange took place, I don’t see how this would amount to Kurvitz selling his rights; at the very least, he still owns Sacred And Terrible Air (with DE itself naturally belonging to the studio).
Shitty people are abundant in the creative industries, I have no delusions about that. Probably even more of those that have no public presence. But that has no bearing on whether or not he should retain sole ownership of his work. It’s an entirely separate issue. Andrzej Sapkowski is also a massive douchebag, but nobody would deny that The Witcher is his property.
Kurvitz and Aleksander Rostov (the lead artist) formed their own company Red Info in 2023. I will only recognise a game as Disco Elysium’s successor if it comes from them.
That’s Gall-Peters, isn’t it?
The world really ended in 2012. We’re living through the blooper reel.
Did you completely miss the part where I said “Not the solution, and not a possible solution for everyone, but it is a solution”? I don’t know what you think the usual troubleshooting process is, but it doesn’t start with “uninstall Windows”. Obviously the user was sufficiently intelligent to consider the advantages and disadvantages of switching, and based on that information, chose a course of action that they thought was correct, and it ended up being the solution to their issue.
I don’t know how else I can spell it out for you. Computer users are not dumbasses. They have agency over their own actions.
Are they still experiencing whatever problem they were having?
No? Then it is a solution. Not the solution, and not a possible solution for everyone, but it is a solution.
There’s a massive difference between the average Windows user and the average PHP developer. It’s a false equivalence.
The regular computer user who just needs their apps to run won’t likely make the effort to enter an entirely new ecosystem as long as those apps run. Even with the most user-friendly distros, the barrier of entry is still high. And when their apps break? They’ll reinstall Windows or pay someone else to fix it.
I love shitting on Microsoft as much as the next penguin, but they’re not idiots. Even if some of their decisions are questionable, Windows is still a major part of their business, and they won’t just let it degrade to a point where Linux converts are a significant threat to their profit.
(I did not downvote you, by the way, that was someone else)
Better compression results in smaller files. Downloading the game will induce less network traffic (good for slow connections and limited data plans), but unpacking the downloaded files might take a little longer if you have a very old CPU.