• 0 Posts
  • 29 Comments
Joined 2 years ago
cake
Cake day: July 15th, 2023

help-circle


  • you think authorship is so valuable or so special that one should be granted a legally enforceable monopoly at the loosest notions of authorship

    Yes, I believe creative works should be protected as that expression has value and in a digital world it is too simple to copy and deprive the original author of the value of their work. This applies equally to Disney and Tumblr artists.

    I think without some agreement on the value of authorship / creation of original works, it’s pointless to respond to the rest of your argument.


  • I’ll repeat what you said with emphasis:

    AI can “learn” from and “read” a book in the same way a person can and does

    The emphasized part is incorrect. It’s not the same, yet your argument seems to be that because (your claim) it is the same, then it’s no different from a human reading all of these books.

    Regarding your last point, copyright law doesn’t just kick in because you try to pass something off as an original (by, for ex, marketing a book as being from a best selling author). It applies based on similarity whether you mention the original author or not.


  • AI can “learn” from and “read” a book in the same way a person can and does

    This statement is the basis for your argument and it is simply not correct.

    Training LLMs and similar AI models is much closer to a sophisticated lossy compression algorithm than it is to human learning. The processes are not at all similar given our current understanding of human learning.

    AI doesn’t reproduce a work that it “learns” from, so why would it be illegal?

    The current Disney lawsuit against Midjourney is illustrative - literally, it includes numerous side-by-side comparisons - of how AI models are capable of recreating iconic copyrighted work that is indistinguishable from the original.

    If a machine can replicate your writing style because it could identify certain patterns, words, sentence structure, etc then as long as it’s not pretending to create things attributed to you, there’s no issue.

    An AI doesn’t create works on its own. A human instructs AI to do so. Attribution is also irrelevant. If a human uses AI to recreate the exact tone, structure and other nuances of say, some best selling author, they harm the marketability of the original works which fails fair use tests (at least in the US).





  • The TV I currently have is Android OS but the built in Chromecast is noticeably lower quality. Not sure if it’s an older version or what.

    Regardless, IMO the displays themselves outlast their software support, and I prefer to just plug in whatever the latest device.

    I’ll also mention Android OS on my TV takes a full minute to “boot” and that itself makes me want to yeet it out the window.


  • My TV is probably going to kick the bucket in a year or two at most. Filtering “non smart TVs” on a site like BestBuy shows only commercial display options at this point.

    Are there any well maintained projects out there that are able to replace the firmware on newer smart TVs to get rid of these features? I really just want a dumb display with an input for a Chromecast with CEC support (or similar device if Google decides to enshittify that platform with screensaver ads too).





  • elrik@lemmy.worldtoTechnology@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    2
    ·
    10 months ago

    I’m not sure how true this perception is in more recent years. Many popular sites, with enormous traffic volumes that could drive digital impression ad revenue, are instead pushing subscriptions or other monetization models.

    For instance, the New York Times makes — by far — more money on digital subscriptions than digital advertising. Digital advertising revenues are also declining for them.

    Another example is Spotify, where ad revenue from their ad-supported tier did not cover their operational costs and now represents around only a tenth of their revenue compared to subscriptions.

    The exceptions to this are generally search and social media sites, where the product for sale on these sites are the users themselves. They’re just advertising platforms, which of course make their money from digital advertising.

    So I’d say one issue with digital advertising is that it often does not pay the bills for the site owner. Its value is tied to its ability to convert visitors to buyers, but it has to be ramped up to such an extreme level it instead only creates bad experiences.


  • elrik@lemmy.worldtoTechnology@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    14
    ·
    10 months ago

    I go through significant efforts to block digital advertising at multiple levels. Yet, I do not find it difficult to discover new things to buy (from both small and large businesses).

    For myself, I suspect most of that is supported through online communities related to my interests and hobbies. Those purchases feel more informed and often more intentional too.


  • elrik@lemmy.worldtoTechnology@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    49
    arrow-down
    2
    ·
    10 months ago

    What if we just got rid of digital advertising altogether in the US? How many issues of privacy, health and personal finance would disappear or be greatly reduced?

    It’s hard for me to imagine what that would look like or the downsides other than to the digital advertising industry itself.


  • JSON Problem Details

    https://datatracker.ietf.org/doc/html/rfc9457

    • It has a specification, so a consumer of the API can immediately know what to expect.
    • It has a content type, so a client sdk can intelligently handle the response.
    • It supports commonly needed members which are a superset of all of the above JSON examples, including type for code and repeating the http status code in the body if desired.
    • It is extensible if needed.
    • It has been defined since at least 2016.

    This specification’s aim is to define common error formats for applications that need one so that they aren’t required to define their own …

    So why aren’t you using problem details?