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/)MO
Posts
7
Comments
358
Joined
2 yr. ago

  • weirdly high cost

    Price is completely independent of cost. Products are almost always segmented into three tiers. The lowest tier enables breadth and is sometimes sold at a loss. Middle tier is where most money is made, by having vastly higher margins. High tier is mostly to capitalize on people with money to spare, and to provide a psychological boost to the middle tier so those people think they’re making a balanced choice.

    This is how all consumer electronics are priced.

  • This is the third post I’ve seen on Lemmy recently where people seem to overwhelmingly think the word “scam” just means “something I don’t like”. To be a scam, something needs to be dishonest in its representation, usually either by falsifying the true cost to the buyer, or lying about what is being provided in return.

  • This dismissive sentiment is actually why I think eventually many Millennials will end up clueless as they age. Yes, Gen Z might not know how filesystems work, but that’s because they don’t have to. It’s fast becoming an obsolete user abstraction, replaced in many places by tags, dates, and other contextual / searchable hints. If I want to find photos of my sister’s wedding, I just tap the map where it was and I see the entire gallery - no need to navigate to /home/MooseBoys/Photos/2017/JanesWedding.

    Being able to adapt to new tech is as much about the ability to learn something new as it is to unlearn something old. The amount of people criticizing Gen Z for not knowing how some antiquated system works suggests to me that plenty of Millenials are holding on dearly to their mental models of how technology works. When presented with something vastly different, like a computer without a screen, they’ll probably be just as clueless as a boomer trying to figure out where to put the postage stamp on the email to their nephew.

  • Updated my comment. Apparently it’s not KNotes proper but a simpler version of the sticky note applet bundled with Plasma. I tried finding ways to remove it, but the consensus seems to be that you can only suppress its activation, not remove it completely.

  • The problem is that only half of the chiplets have access to the large cache. If the scheduler isn’t aware of that and a lot of data is shared across cores (as in the case for many games), you’ll miss out on most of that performance. AMD wrote a driver for Windows to help optimally schedule threads with high cache intensity to the expanded cache chiplets, but they didn’t do it for Linux. If your workload is not very chatty between cores, and threads don’t need to synchronize at 60Hz, it won’t matter as much. But for game workloads, it makes a big difference, and can actually result in worse performance than the homogenous chiplet design of the mid-tier 7800X3D if you get it wrong.

  • Android is a very secure system

    Except for the ridiculously powerful permissions you need to give most system-type apps in order for them to function (i.e. read and paint over all screen content) because the accessibility APIs are shit, and password manager APIs too fragmented to be useful.

    Sometimes the policy of “you will use our API and you will be happy” is actually beneficial for users.

  • That’s kind of my point. Linux supports it, but Windows doesn’t anymore. Why? Money - OEMs aren’t selling them anymore, so why spend time to support new features on them? On the flip side, the heterogeneous chiplet structure of the 7950X3D was supported on Windows from day 1, while on Linux the scheduler is still unaware of the different perf characteristics to this day. Why? Same answer - money. AMD doesn’t make money selling 7950X3D on Linux, so they’re not going to spend time writing a kernel driver to optimize perf on it.