

The more I learn about the development of the Bungie Halo games (and the history of Bungie themselves), the more I believe Halo came to be despite Microsoft


The more I learn about the development of the Bungie Halo games (and the history of Bungie themselves), the more I believe Halo came to be despite Microsoft
Still, I believe I will steal pirate that reaction image


And now look at me, certain levels I can clear sub 6 minutes
yooo I foreshadowed that :D
[here] if you don’t want to leave the fediverse, but the original is on Reddit (unless they banned me without me noticing, it’s been a while since I bothered with the Bad Place)
I’ve had it happen to me once - more specifically, it was one of those situations where you make a clever meme but then find it reposted in two different places (or four different social media, in my case), both with more upvotes than your own post AND without getting any credit.
It’s a mixed feeling:
pride, because many people thought that the meme was worth spreading (especially so if it’s a meme on a niche topic);
understanding, because it’s not like I credited the artist behind the template;
envy, because… y’know, no street cred for me.


It’s a glob pattern, it matches “franch”, " frbnch", “frcnch”, " frdnch" and so on
deleted by creator

Interestingly, after 50 iterations of magick img.webp -quality 1 img.webp, “I use Linux” is just as readable as before
IIRC Reddit didn’t / doesn’t look for any one word in the prompt, the web interface of Lemmy does.
What’s even the point of that? More words in the prompt should narrow the search down, not widen it up!


It’s okay, I have backups


Me using KDE applications within a tiling WM:


ehh, kinda?


I’ve used 3 different clients (web IF included), so far the only thing that I’ve found not to be rendered consistently is the ^superscript^ syntax - on the web interface I have to wrap every word with the superscript thing, otherwise
, but one mobile client I’ve used does/did render it like you’d expect it to.


Fyi, you can write greentext-like text by writing a backslash before the greater-than character:
> This is how it looks like when submitted
\> This is how you write it
\\> This is how the previous line looks like as I’m writing this
\\\\> ditto
… all of this assuming your client renders my comment correctly.


> Not with that attitude
TL;DR: Winzozz is more corporate than Mac N’ Cheese OS
Windows is so corporate, it actually succeeds in being the unquestionable lowest common denominator corpos love so much.
Not that MacOS is the champion and savior of FOSS, but as far as I know, Windows is much more hellbent on backwards compatibility and simply being available on as many types of devices as possible, while Apple at the very least pretends to focus on innovation rather than exponentially increasing profits and universal availability, with Apple products being status symbols and all.


For the first question’s answer, that doesn’t work if the directory’s file system supports extended file attributes, as Dolphin will prioritize those above the .directory file.
The cruelest part is not formatting it correctly :c
#include <sys/types.h>
#include <signal.h>
#include <unistd.h>
int main() {
pid_t pid = fork();
if (pid == 0) {
// Child process
while (1);
} else {
// Parent process
sleep(2);
kill(pid, SIGKILL); // Force kill child
printf("Child process killed.\n");
}
return 0;
}
For fellow lazies who don’t like when a third slice of fellow lazies don’t embed the image in the comment: