Yeah, but I guess megacorps like Warner Brothers are even more obscene than elder gods.
Yeah, but I guess megacorps like Warner Brothers are even more obscene than elder gods.


Business Idiots. Ed Zitron wrote a whole thing about how many business leaders are out of touch with users and their own products. They live in their own little pocket dimension with each other, and only really care about shareholders.
Yeah, display port worked fine. It was when I plugged the second monitor in to HDMI I realized the problem. And then couldn’t get online to search for issues.
I had to tether the desktop to my phone over USB to get a network connection.
I later installed pop!_os , tested all that stuff, and it worked out of the box.
After booting, test WiFi, BT and audio functionality.
This is an important step. One time I boldly just installed without testing anything in the live session, and discovered that HDMI and Ethernet didn’t work. Woops.
It’s like do-gooder derogation. ( https://en.wikipedia.org/wiki/Do-gooder_derogation )
Someone doing something good? Fuck them. They think they’re better than us?? Where do they get off??!?
A lot of people are trash and are emotionally invested in both the way things currently are, and that they are a very good person


Yeah I would use python and pytest, probably.
You need to decide what you expect to be a passing case. Known keys are all there? All values in acceptable range? Do you have anything where you know exactly what the response should be?
How many endpoints are there?


Personally I feel like SQL syntax is upside down, and things are used before they are defined.
SELECT
a.id -- what the fuck is a?
, a.name
, b.city -- and b??
from users a -- oh
join city b on a.id = b.user_id -- oh here's b
I’d expect it to instead be like
From users a
join city b on a.id = b.user_id
SELECT
a.id,
a.name,
b.city
One of the shadow of Mordor games made sexy shelob and it was bad.


I had that specific problem trying to run an elden ring mod (reforged) this week.
/home/myuser/Games/er_reforged/ERRv2.0.1.1-541-2-0-1-1-1762909215/ERRv2.0.1.1/internals/modengine/bin/me3: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.39' not found (required by /home/myuser/Games/er_reforged/ERRv2.0.1.1-541-2-0-1-1-1762909215/ERRv2.0.1.1/internals/modengine/bin/me3)
[RED]Error:[/]
me3 failed to launch due to error code 1: Unknown
That kind of thing happens on Windows sometimes, but there’s also more people finding and posting solutions.
Of course, a regular user isn’t installing mods for games. That’s already kind of a niche activity.
Linux is still my choice, though.
Most people here have probably stopped using reddit. Getting most people to stop is so difficult. Not even this would move the needle.


I’ll stick with Linux. Even with the occasional “what do you mean clib2_39 isn’t installed?” nonsense it’s still better overall.


I played GW1 back when it was new. I remember it being a lot harder than gw2, but I might’ve just been bad at it. Gw2 is very forgiving though.


No luck for me:
/home/myuser/Games/er_reforged/ERRv2.0.1.1-541-2-0-1-1-1762909215/ERRv2.0.1.1/internals/modengine/bin/me3: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.39' not found (required by /home/myuser/Games/er_reforged/ERRv2.0.1.1-541-2-0-1-1-1762909215/ERRv2.0.1.1/internals/modengine/bin/me3)
[RED]Error:[/]
me3 failed to launch due to error code 1: Unknown
Not finding a lot of hits online for this problem. I think updating glibc can be kind of dicey?


Capital needs to pay people more if they want people to spend money. Sadly, food shelter and health come before video games.
Only if you’re still browsing fridge websites!
Lowering indent levels is nice in functions. Early returns mean you don’t have to think as much. “If it got here, I know foo isn’t null because it already would have returned”.
Yeah some comments are not useful
# returns the value as a string
return str(user.id)
Some comments are
# returns the user id as a string because ZenDesk's API throws errors if it gets a number.
# See ticket RA-1037
# See ZenDesk docs: https://etc/
return str(user.id)
Does Japan not have the fervent anti intellectualism that we have in the US with our right wing? And it’s not in bed with racism to fuck public education together?


I bought a fancy desktop PC recently so I’m not in the market. Otherwise I would consider it, but only if the desktop environment was usable for general computing. I believe it is, but I’m not sure if its version of Linux would be best for like software development.
Sometimes when people say they used ChatGPT to do some creative writing for them, I’m like “That’s like telling me you used a coal-powered machine to lift weights for you at the gym. You’re missing the point.”
But I guess some people go to the gym for reasons other than personal fitness, and some people don’t write to be creative.