• 0 Posts
  • 13 Comments
Joined 1 year ago
cake
Cake day: September 27th, 2023

help-circle










  • Side note: why is it SO HARD to put two images together into one image file on a smartphone? There are multiple apps that want $1.99/mo for the privilege of making a collage, Instagram Layout has been broken for years now, and the first party solutions (particularly Google Photos) are overengineered in some big ways (like not allowing you to make a collage without some kind of border) and underengineered in others (like not allowing you to choose an image from a search, make a different search, and then choose another image). And as far as I can tell the only way to actually put one image on top of another is to use Double Exposure on Snapseed.

    We’ve had this problem solved on Windows for literally my entire life, and I’m pushing 40. So why can’t we figure out basic, no frills raster editing on mobile? I’m not even talking about layers (though, yes please). I’m talking about pretty much anything other than a filter.


  • Software as a Service is only a value when the service offers you something that the software on its own cannot do; otherwise it’s just rent seeking.

    Paying for cloud storage, for continuous content updates (especially news), or a server to process or generate content that can’t be done on my device, all fine. Paying for a messaging service to pass my messages to others, or for a game to maintain servers for multiplayer play? No problem.

    But a subscription to remove ads? Your app doesn’t need an external server to do that. That’s rent-seeking. Same with a subscription to unlock widgets or some third-party connection.

    A subscription for regular software updates are right on the line for me. In a sane world, the software package you purchase would be provided with some amount of security updates, but you wouldn’t have to pay any extra until you decided to purchase the next version for new features. You know, like it was until Adobe decided to upend the industry. (Incidentally, it’s weird that Adobe has gone from being the poster child for rent seeking in software to one of the more reasonable companies that’s doing software as a service. I still hate that there’s no way to get their software without a subscription, but at least they are providing some form of continuous value in the form of continuous updates, as well as fonts and stock images and such.)

    On the other end of the spectrum you have something like Minecraft, where my ($20? I don’t remember) purchase from over a decade ago is still receiving regular content updates for free, multiple times a year, with no subscription needed. I can pay a subscription fee to get an online realm for myself and my family, but I don’t have to because I can also just set up and operate a server myself. More than reasonable.


  • The link you’re using here is not telemetry. Telemetry is some sort of reporting on how the app is being used that’s “phoned home” back to the app creators. In the case of NewPipe, as the link you provided shows, there is none of that; and indeed, it only executes enough JavaScript to grab the video download link. Google still records a download, because they own the server (and any access of someone else’s server can be logged), but NewPipe is only sending it (1) the video page URL, (2) an anonymous user-string, required for every web request, and (3) a single, unidentifying query string parameter.

    Some apps don’t even send that much, and you can prove it by checking their source code when available.