• 0 Posts
  • 7 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle
  • Metallibus@lemmy.worldtoMemes@lemmy.mlMy Cats
    link
    fedilink
    English
    arrow-up
    11
    ·
    edit-2
    1 year ago

    For those interested in solving this problem…

    Cats generally use furniture because it works better than the alternatives they are provided. Companies aren’t selling your cat a scratching post - they’re selling YOU the scratching post.

    If your cat uses a particular piece of furniture, find a post of similar size/shape and place it next to it. IE, if they’re scratching the back corner of the couch, get a 3 foot tall post and place it next to the corner of the couch. If they’re tearing up the rug, get one of the scratchers they stand on, and place it near that spot.

    Cats scratch in different ways/angles/shapes to not only sooth their nails, but also to stretch certain muscles. If you can give them a scratcher that is aimed at similar muscles, it’ll be more pleasant to use than the furniture, and they’ll likely use that instead.


  • But unfortunately these chairs are great value, you can’t find office chairs with the same comfort features for that cheap.

    This is blatantly false. There are tons of options on Amazon alone with better comfort features for the same $400 you listed. I’ve bought multiple for just about that which are on oar with $1200 chairs. Office chairs over $1000 are almost all Herman Miller and those are just overpriced. There are plenty of options if you just search Amazon for “office chair”.



  • A lot of these are just standard things that things like crash reporters pull. In other words, Discord probably included a crash reporter in their app, and it pulls things like memory usage, device state, os version, what orientation the device is in, etc so that when a crash happen, it can tag those to the developers. Those are all useful variables to the developers to understand what is causing the crash.

    Tons of apps use crash reporters to keep their app stable. I’m sure most apps will pull the vast majority of this information. That doesn’t mean that they’re using it to track you.


  • Yeah, my main problem so far has been finding communities actually worth following/joining/contributing to.

    If suddenly tons of average people join, they won’t really find communities, they’ll deem that their analysis of Lemmy, and leave with tiny chances of a second chance. It’ll just boom and bust in it’s current state. Most people aren’t interested in starting or growing a small community.

    Meanwhile, if we stay at this size for a while, communities may form/grow, and as people trickle in, they’ll grow bit by bit.



  • As mentioned in other comments, tracking logic is going to be so negligible at those sizes that it’s not even worth talking about - it’d be like 100kb at worst.

    The problem is Meta is extremely inefficient in writing mobile apps. They solve many problems by just chucking libraries at them, but those libraries are “jack of all trades” type libraries. They use React which is abysmally large, and tons of their own monolithic garbage.

    When you write an app from scratch, you only use the pieces you need. Meta is an absolute monolith with years and years of code that’s been added over time and it’s easier to just “copy/paste” most stuff they’ve ever written than to start over.