No, those are the punishments. They won’t hurt you, but you have to tolerate them. Eternally.
I take my shitposts very seriously.
No, those are the punishments. They won’t hurt you, but you have to tolerate them. Eternally.
The original text is formatted as a code block for some reason. Depending on what lemmy front-end (specifically which Markdown renderer) you use, code blocks can be rendered with syntax highlighting as if they were programming language snippets. Check the source of this comment to see the difference:
This code block uses the default syntax highlighting on the Lemmy web front-end. It might look different in other clients.
This code block doesn't use highlighting at all because it is defined as a "text" code block.
There’s an ongoing debate tantrum about introducing Rust code to the kernel. Some people are pushing for it, some people have made it their life’s purpose to make sure that doesn’t happen, it has led to a wave of maintainers resigning, and Linus is sitting with his thumb up his arse when his leadership is needed.
Sci-fi shows about ancient Egypt: 𝚲
The Linux community is united! (Unless you mention Rust, or Wayland, or systemd, or Snap, or GNOME, or…)
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.”
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.
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)
Games actually provide lots of debugging information, but not in an easily accessible manner. It is usually printed to stdout
or stderr
, which is to say, to a terminal output, and you’ll only see it if the game executable is launched from a terminal or the outputs are redirected to a file.
the only way that’s going to keep Microsoft on top in the long term.
You underestimate the complacency of the masses.
Bring Me The Horizon: “CAN YOU HEAR THE SILENCE?”
Me, with mild-to-moderate tinnitus: boy I sure wish I couldn’t
It’s a method definition. C#'s standard formatting puts the left
bracketbrace of the method body on a new line. It’s equivalent to:private bool IsSus(){ ... }