Melody Fwygon

Beehaw alt of @melody@lemmy.one

@fwygon on discord

  • 0 Posts
  • 102 Comments
Joined 11 months ago
cake
Cake day: July 10th, 2023

help-circle



  • They could certainly “clearly pass the cost” of this on to the user by not offering Audiobooks to users who didn’t pay for the “+ # of Audiobooks” tier of Spotify Premium; instead of this horrible enshittified crap where it cuts you off midsentence like a greedy telecomm provider would. Or perhaps their limitation should be on how many titles you can listen to concurrently in a certain time period. (So if you open X books; that’s it; you have to shelve one or wait it out)

    It certainly means that Spotify did a bad job at negotiating their rights to these audiobooks as well. That matters too; because that makes the product worse; and that should never have been allowed to happen. If they couldn’t have offered it nicely, they could’ve just not offered it at all or added it to a higher service tier so that the cost is diverted better.


  • I stopped using Termux in general because of this inanity where they moved off and stopped supporting the Play Store Version; now this happens where they’re unable to keep things from conflicting across the different APK sources?

    Yikes. Seems like a good time to continue staying away from Termux and not recommending it.

    It’s a shame since I really love the concept of the app; but each increment of Android has been rough on it and I can’t imagine it being useful with Google being stupid about their policies.

    …Unfortunately they’re often quick to blame apps they dislike for problems in the ecosystem, and they often directly attack them through nerfing APIs and system calls that the apps tend to use; which I think is absolutely a dogshit thing to do.

    Please, stop enshittifying our phones Google.



  • It isn’t AI itself, it’s AI as a vector for corporate recklessness.

    This. 1000% this. Many of Issac Asimov novels warned about this sort of thing too; as did any number of novels inspired by Asimov.

    It’s not that we didn’t provide the AI with rules. It’s not that the AI isn’t trying not to harm people. It’s that humans, being the clever little things we are, are far more adept at deceiving and tricking AI into saying things and using that to justify actions to gain benefit.

    …Understandably this is how that is being done. By selling AI that isn’t as intelligent as it is being trumpeted as. As long as these corporate shysters can organize a team to crap out a “Minimally Viable Product” they’re hailed as miracle workers and get paid fucking millions.

    Ideally all of this should violate the many, many laws of many, many civilized nations…but they’ve done some black magic with that too; by attacking and weakening laws and institutions that can hold them liable for this and even completely ripping out or neutering laws that could cause them to be held accountable by misusing their influence.







  • This is pretty clearly a company practiced at “riding the waves” of what’s popular to sell absolute bullshit.

    They appear to raise millions, develop what looks like a minimally viable product for it’s development phase, then pull the rug out and exit with the bag of cash, quickly pivoting away from discovered scams and name changing to avoid too much consumer ire or regulator scrutiny.

    It wouldn’t surprise me if the CEO or anyone else at the top levels of this company has an entire resume full of these sorts of ‘scam and run’ operations, the kinds that melt into the background and vanish the moment any real strong consumer or regulatory/legal scrutiny hits it.

    Basically this is investment fraud 101; you find something you can trick people into investing into, then spend as little as possible to get a ‘minimally viable product’ that appears plausible enough to give you time to exit stage left with all the fat cash you can take. Because this sort of operation does produce something; oftentimes they get away cleanly; because they did do something and oftentimes they obscure or obfuscate and hide the evidence of any planned malfeasance; usually the only places with any record of it is in the mind of the CEO or other executive(s), if they’re in on the scam too.

    Sometimes the CEO gets ‘caught’ intentionally and then fired…or they just run the company into the ground. That latter case can let them off the hook with a tidy golden parachute as well; depending on the circumstances and what they ‘negotiated’ when they were ‘hired’.





  • This kind of website sounds kind of problematic and useless. The ability to follow a specific person’s post is highly useful, and highly necessary oftentimes. If you want to reduce the friction that “Following” induces; you simply need to not disclose to the users how many people are following them, nor do you need to disclose how many followers a user has. Problems solved.

    The same goes for Likes. Nobody but the sender of the like should know about that like. Instead of keeping counts for the recipients to obsess over; calculate a reasonable percentage of people who we can guess “like” the post algorithmically based on views of the post and clicked likes. I get that the feedback mechanism is necessary; but it should be a gentle one that simply encourages people to post what people like and will view. This percentage should not be used to rank a post above or below other posts, unless the user viewing the list asks for the list to be sorted or ranked as such.




  • The largest barrier for me in FLOSS and FOSS applications is simply a lack of GUI tools for what is considered to be “Advanced” functions.

    Just because I can do it on linux doesn’t mean it’s easy or intuitive. Unfortunately a lot of FOSS and FLOSS applications are, of necessity, extremely limited in what tasks they are targeting. Frequently you cannot rely on the “alternative” to have a relied upon function or feature until deep in it’s lifecycle; when finally enough people have complained and the feature is implemented.

    Sometimes a feature is never implemented due to an entirely shifted paradigm in the way the program is implemented and the feature is “impossible” or “inconsistent with xyz”.

    One example of this is the number of GUIs and frontends written for ffmpeg; many of which simply are lazy GUI implementations of what the ffmpeg CLI binary itself will helpfully print out in the console when you ask it for help with the correct switch(es). Many are even less thought out than this and will often unhelpfully provide an obtuse box at the bottom for custom commands you wish to feed to the program…which is great if you know the command(s); but make using the GUI unhelpful when compared to just firing up a CLI and reading the output and figuring out the correct command for exactly what you want it to do.

    Keep in mind; I am not at all uncomfortable with using CLI interfaces; I just expect that a GUI doesn’t force me to fallback, or become so unusable that I am forced to fall back on an original CLI tool because I cannot possibly discern why it failed to work

    Frequently things that would be simply be an option buried deeply in the GUI menus only and are otherwise fairly simple are relegated as being only possible within a CLI interface; and I find that reality quite infuriating most often…as the limitations of a CLI oftentimes make the task I am trying to complete far less simple than it really should have been.