gorlak

joined 2 years ago
[–] gorlak@lemmy.world 8 points 2 months ago (13 children)

I have a Fairphone 6 with /e/os and it was great until I found out it has no RCS support, and every time someone with real Android or iOS sends a group text you get nothing and they don’t know you didn’t get it. For it to be workable you have to go around begging your friend to turn off RCS on their end and good luck with that.

[–] gorlak@lemmy.world 5 points 2 months ago (1 children)

Another great version of this track https://youtu.be/zhvsP_FPiiU

[–] gorlak@lemmy.world 43 points 5 months ago (6 children)

Luigi’s Mansion is now Available on Nintendo GameCube

I seem to recall this game was originally released on the Nintendo GameCube

[–] gorlak@lemmy.world 4 points 8 months ago

That’s cool, if true. I’m trying to buy all books DRM free lately.

[–] gorlak@lemmy.world 5 points 8 months ago (2 children)

Thanks! Picked it up for face value. Been wanting these DRM free for my Kobo and I love WCK.

[–] gorlak@lemmy.world 0 points 8 months ago (1 children)

Grave of the Fireflies

[–] gorlak@lemmy.world 0 points 9 months ago (1 children)

Now we get to learn if honey actually goes bad

[–] gorlak@lemmy.world 0 points 1 year ago

Except Windows doesn’t. You can send WM_CLOSE, but that may not actually bail out of the core loop. PostQuitMessage() works better for some apps, but not at all for windowless CONSOLE subsystem processes. Windows also has a lot of special behavior around generating signals in other processes. It’s a mess.

Like, every time I reboot the reboot UI complains about mysterious, unnamed processes that take suspiciously long to quit.

Having the kernel yank the process out of existence with prejudice is definitely the way to go as apps should be hardened for crashing, anyway.