Skip Navigation

I hate how everything requires you to download a shitty proprietary data harvesting app nowadays when everything can be done just fine without an app.

I have recently started a new position and am required to use an app that has three Facebook trackers, one of them being a Facebook location tracker according to Exodus App Privacy in order to get your food when it would literally work perfectly fine ordering to a real cashier or shit even a website rather than having to download an app.

I have also read many stories of people that live in apartments that require them to use a mobile app for god damn LAUNDRY. All you need, is a card reader, and it will work perfectly fine like it has been for the longest time.

Privacy concerns aside, it is just annoying that you need this app and that app and this app and that app and it just clutters space on your phone. Security concerns too as now they have all of this additional info on you online, such as your phone number your email your real name, instead of just your credit card info like a card reader would have. And I am willing to guarantee that their security model is absolute horseshit because they have such a small team of engineers working on the app and the servers.

Literal enshitification

Magne

405 comments
  • A while ago, I started keeping a personal library/journal/etc. using Logseq. I could fire up Logseq in any browser on the planet, connect to my notes, and jot down whatever idea I had in the moment, all in a FOSS journal that stored my notes in plaintext markdown.

    Then ... I don't know what happened, but 100% of their effort went into building an app, which then required them to build a (paid, proprietary) sync service, all rather than just releasing a self-hosted build of the web interface so I could spin up my own note-taking server. (Please don't suggest alternatives; I've probably tried them all.) To "preserve privacy" and promote "local first", I had to download an app and rely on a closed-source backend to do something I could trivially accomplish on my own. If my platform doesn't support the app, no notes, unless I rely on the increasingly unmaintained web "demo" that does exactly 100% of what I need from the service, despite dozens of features missing compared to the app version.

    But the kicker is that I cannot install things on my work computer. At all. Not portable apps, nothing. I will get a phone call from infosec if I even try, because we are a heavily regulated company. So if I have a bright idea at work, a thought I want to preserve, find a good article, etc., I have to go to another device. I have to interrupt my workflow, change my focus completely, and, probably, lose half of what I wanted to capture.

    The thing is, I don't think they're data farming. I think they're running a really good project! Users were begging for an app. "When are you going to release an app?" was a common question forever, because a whole generation of dingleberries cannot be bothered to go to a website that does the same thing, faster, and better than any app.

    • I'm still going to mention Zettlr and you can't stop me.

      Though it doesn't have mobile apps and you'd have to use your own method of syncing the files, so not really what you'd need anyway.

      There really isn't a lot of FOSS apps than can replace Obsidian, while also being local-first and usable without an account, is there?

      • Logseq is really, really close. It's basically a page I can start writing on, forcing minimal organization through bullets but otherwise freeform. Backlinking, plugins (meh), plain markdown. It's just so good. It doesn't require me to do anything other than write. It used to be entirely browser-based, syncing through a github repository. They could have released a self-hostable version of that and I would have been over the moon. Or, alternately, a self-hostable version with non-local storage so I could store my notes on a notes server I control. But they went with the app + sync service route. Understandable but sad.

        So I just rolled my own sync through a git server and it works fine (other than iOS, which requires a maddening setup, but that's not logseq's fault).

        I looked at Zettlr once or twice (thank you for mentioning it). Obsidian makes me crazy with all the UI fiddly bits and configuration. I tried. Oh how I tried. But it just didn't work with my brain. (It's the exact same reaction I have to KDE -- there's just TOO MUCH and it sets me off in unproductive directions, and that's not a criticism of either project as such.)

  • Does the uni not cater to older people who don't have a phone? They probably have old systems in place for them if you insist to them you don't have a phone.

  • I work on the enterprise apps team at my university. We'd dump that so hard you'd think we were using it to get liftoff. Definitely complain. Also, it's not inclusive to students without smart devices (they exist!).

    If they do still have the option for manual use (with ID card scanners), there are a number of membership card / ID card wallets that are free on most platforms. You can just type the barcode into the app, and it'll make a virtual card that can be scanned. Same convenience, no physical plastic. If you're not offended by Google products, Google Wallet works pretty well. Or Stocard, but I'm not sure what level of tracking they implement. Granted, you're still installing an app, but you get to pick your poison a bit, instead of being railroaded into Facebook shenanigans.

  • They put Bluetooth in our apartment complex laundromat and if you don't have a smart phone or Internet service on your phone, you don't do laundry.

    • That type of shit needs to beade 100% illegal! I'd absolutely stage a riot in the complex laundromat if I were living there!

      • As with most property management companies, they'll just tell you, "Hey if you don't like it, move". I think they may have put a small blurb in the apartment complex newsletter a month prior but nobody reads those. Also, I had just upgraded to a phone that had mobile data, otherwise, I could not have used the machines because they no longer had coin slots and the app must connect to the Internet to use it. I also had a large bowl of quarters left over that I ended up using at the car wash... Which will soon be cashless also.

  • It took me a a couple of years and 3 phones before I started using Graphene OS as intended without many extra apps at all. Doing everything in vanadium without any stalkerware is far better. After nearly a year of heavy daily use, the battery still lasts two days on a charge with a decent margin of battery left by day two.

    If you ever take a deep dive into the AOSP user permissions space and learn how it achieve an idiot-user "safe" environment, you'll see why everyone wants their own stalkerware user app for data mining. In a nutshell, the app dev is similar to a Linux user within their app's sandbox. They have as much or more privileges than the user in that space. Additionally the zygote launcher automatically loads most apps into memory all the time on Android to supposedly save init response time. In practice, it is a fraction of a second and completely irrelevant on human time. It's just an excuse to run stalkerware 24/7 IMO

405 comments