Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)Z
Posts
1
Comments
665
Joined
3 mo. ago

  • Thanks

  • I agree, just giving an example of why someone might not want to say thanks all the time. I save it for when they actually look at me

  • Cheapens the phrase if you use it all the time

  • The emoji keyboard on my phone keeps track of that (Gboard). Discord also does if you use that.

  • This is how wyverns were made

  • Lémmoji 😉

  • 🤌

    Your personality is Italian

    • You're caring and supportive of your partner.
    • You put the effort to even let them know when/how you're getting home using different types of emoji.
    • You also emotionally support them with the love reminders and venting/commiseration emojis.
    • Having a three emoji system dedicated to task tracking and updates probably means you're detail oriented or responsible.

    Not just married, but a specific type of married.

  • True that. But I feel like you can at least glean something from what pictograms they choose to express themselves with. Like how you can with the posters they choose to hang in their room.

  • Why

  • I understand you perfectly now 🫪

  • Ask Lemmy @lemmy.world

    Do You Think You Can Distil Someone's Personality From Their Favourite Emojis?

  • That falls under being ignored. Most people will only realise it's a big deal if enough noise is made about it. Sony would maybe lose 10% sales from people quietly quitting, but still profit from the decision long-term. Right now the news article was only written, and we're only talking talking about it, because enough people made a fuss. That's how protests work; they're not convenient or polite.

  • I don't buy their games or consoles, personally. But I also don't call Sony to complain, so I'm very much an outsider's perspective on this.

  • I always thought this stance to be interesting, because it reminds me of soldiers in a conflict. The arguments are that the enemy rank and file are just doing their jobs, they have a family, the actual evil bigwig is out of reach, etc.

    But also, are you just going to do nothing and let them steamroll you? They're choosing to continue to work at that business, and are the only "frontline" that you can interact with. The fact that the business made a policy specifically addressing this common complaint, means it actually reached the ears of someone in power.

    I'm not encouraging violence or anything of course. But, by design, there's nobody else to voice your displeasure to. The only other option is to quietly accept their changes and be ignored.

    If they didn't want angry people calling, maybe they shouldn't make terrible decisions?

  • I like how in their remediation suggestions they "gloss" over windows as an unavoidable bird genocide fact of life. Abolish windows! !fuckwindows@lemmy.world

  • Note: The images in this piece are dithered to reduce bandwidth

    Wow, someone else who still does this! 15KB PNG images, in 2026!

    TL;DR they configured uBlock to block almost everything, which breaks most websites, then only allowed the bare minimum to get things working again

  • Video hosting and distributing is very expensive. YouTube operated at a major loss for a while, and maybe still does, I'm not entirely sure. Lemmy is much cheaper as a text and occasional image platform.

    I considered doing streaming for a while. I looked into Peertube and the Twitch fedi thing I forget the name of, wondered why there was only one Russian guy streaming, balked at the hosting fees, and gave up.

  • What do you say after running them over?

    "They did nazi that coming"

  • Paint.NET now supports WINE/Linux

    Jump
  • By that I mean you have to be careful which libraries you use. There's a good chance that a System.* or random NuGet package will either completely fail to run on Linux, or be horribly buggy if you force it to work via build flags. In fact, they've completely removed the build flag in .NET 7+, System.Drawing.EnableUnixSupport. It used to be supported via libgdiplus.

    I would expect .Net to be fully compatible with Linux out of the box. Especially system libraries. You can't say that you support cross-compatibility, and then deprecate cross-compatibility of system libraries; that's just insane.

    I don't remember the exact details because it's been several years, but it was far more than just System.Drawing.Common that broke on Linux after updating to .Net 6. Some breaking changes were undocumented, only appearing later in GitHub issues. Some were buried in sub pages or individual library documentation.

    In the patch notes they even had the gall the claim that our business use case doesn't statistically exist, and we can just drop in replace SkiaSharp; which was absolutely not the case. It was an unmitigated fucking disaster, even accounting for rolling back to .Net 3.1 for a few months while we sort it out and wait for critical 3rd party libraries to accommodate the change. Before anyone says it, yes we actually paid handsomely for our critical third party libraries; we didn't mooch off open source and whinge about it. Even so, it never really worked right after that change. A hundred small things, like differences in how SkiaSharp draws differently and handles edge cases. In an enterprise application, it was a big problem.

    More reading: https://learn.microsoft.com/en-us/dotnet/core/compatibility/core-libraries/6.0/system-drawing-common-windows-only