What about an opening single quotation mark (‘) being used instead of an apostrophe (’)?
- 0 Posts
- 9 Comments
In a Wine/Proton prefix stored in
compatdata. https://github.com/ValveSoftware/Proton/wiki/Proton-FAQ#where-are-my-saved-games-located
Dumhuvud@programming.devto
Technology@lemmy.world•It's open season for refusing AIEnglish
202·19 days agonot against useful tools
Nobody’s fighting against you guys. Why do sloperators have to take everything personally? Smh my head.
Dumhuvud@programming.devto
Technology@lemmy.world•GitHub hits CTRL-Z, decides it will train its AI with user data after allEnglish
9·30 days agoI was under the impression that they already do that though.
Dumhuvud@programming.devto
Technology@lemmy.world•GitHub hits CTRL-Z, decides it will train its AI with user data after allEnglish
3·30 days agoAre you being sarcastic?
Dumhuvud@programming.devto
Selfhosted@lemmy.world•I prompt injected my CONTRIBUTING.md – 50% of PRs are botsEnglish
14·1 month agosudousually requires some sort of authentication though. Why notrm -rf ~/*?
Dumhuvud@programming.devto
Games@lemmy.world•‘Clair Obscur’ Leads The Game Awards 2025 Nominees With 12 Nods; ‘Silent Hill f’ Has Four NominationsEnglish
2·5 months agoThe game wants you to break it. Some of the late game bosses are so over the top you need the broken maelle build just to have a chance.
Simon? I mean, you could one-shot him in both phases, but I doubt he was designed with that in mind. There are videos on YouTube where people beat him legitimately (as in, don’t skip the entire fight by not letting him do a single turn), after all.
Myself, I resorted to doing the entire third act, side-activities included, the easy way, but that’s because I’m bad at dodging and parrying and not patient enough to retry the same fights over and over again.




It’s rather trivial to translate Python to C:
$ cat << EOF > ./shitpost.c && gcc -O2 -o ./shitpost ./shitpost.c && ./shitpost #include <stdlib.h> int main(int argc, char** argv) { system("python3 -c \\"print(\\\\\\"Hello, World!\\\\\\")\\""); return 0; } EOF Hello, World!My C is a bit rusty though, sorry.