• 1 Post
  • 32 Comments
Joined 2 months ago
cake
Cake day: September 13th, 2024

help-circle






  • You want to defederate from the largest Lemmy instance, the poster child, and the mascot of Lemmy? Good luck. They are Lemmy now.

    Don’t care. If I gave a shit about the biggest instance because it has the most users, then I would have stayed on Reddit which has orders of magnitudes more users and to put it in the linked comment’s words, they still are link aggregators in the the commenter thinks .world “are” Lemmy. The whole damn point of federation is your instance is not locked into what the biggest instance wants to do.












  • HiddenLayer555@lemmy.mltoComics@lemmy.mlThe current world state.
    link
    fedilink
    English
    arrow-up
    7
    ·
    edit-2
    1 month ago

    while the robots are doing what people would do to enjoy themselves.

    and for the specific purpose of increasing profit margins of media companies who no longer have to pay artists and writers

    If generative AI was merely a computer science endeavour, the 1% wouldn’t be investing this heavily in it.


  • HiddenLayer555@lemmy.mltoComics@lemmy.mlThe current world state.
    link
    fedilink
    English
    arrow-up
    34
    arrow-down
    1
    ·
    edit-2
    1 month ago

    Same with “communicating over the internet isn’t real communication.”

    I’m not saying that there aren’t problems with how much we’re communicating over the internet and how little we’re communicating in real life, but the vast majority of humans in history would have considered the ability to send text messages to someone on the other side of the world in less than a second to be reserved for the gods above.


  • HiddenLayer555@lemmy.mltoComics@lemmy.mlThe current world state.
    link
    fedilink
    English
    arrow-up
    22
    ·
    edit-2
    1 month ago

    AI also isn’t studying or being artistic. It has no real awareness of the concepts it’s seemingly learning, at least not yet. AI as of right now is basically just statistical analysis of human-made information and art and predictive modelling of how a human might respond to a given prompt.


  • Honestly it wouldn’t even be that hard to release full translated versions of existing programming languages. Like Python in Punjabi or Kotlin in Chinese or something (both of which already support unicode variable/class/function names). Just have a lookup table to redefine each keyword and standard library name to one in that language, it can literally just be an additional translation layer above the compiler/interpreter that converts the code to the original English version.

    It’s honestly really surprising that non-English speakers have developed entirely new programming languages in their own language (unfortunately none of which are getting very widespread use even among speakers of that language), but the practice of simply translating a widely used and industry standard English programming language doesn’t seem to be much of a thing.

    If I ever make my own programming language, I’m probably going to bake multi-language support into the compiler. Just supply it with a lookup table of translated terms and the code in that language.