• 0 Posts
  • 87 Comments
Joined 1 year ago
cake
Cake day: July 4th, 2023

help-circle
  • Yes, there is a degeneration of replies, the longer a conversation goes. Maybe this student kind of hit the jackpot by triggering a fiction writer reply inside the dataset. It is reproducible in a similar way as the student did, by asking many questions and at a certain point you’ll notice that even simple facts get wrong. I personally have observed this with chatgpt multiple times. It’s easier to trigger by using multiple similar but non related questions, as if the AI tries to push the wider context and chat history into the same LLM training “paths” but burns them out, blocks them that way and then tries to find a different direction, similar to the path electricity from a lightning strike can take.







  • SomeGuy69@lemmy.worldtoAsklemmy@lemmy.mlHow many users have you blocked?
    link
    fedilink
    arrow-up
    3
    arrow-down
    3
    ·
    edit-2
    26 days ago

    Only 16 user. I don’t have an issue with most people. However since I brows mostly new content from All, I got to block some communities (166 so far) or I’ll see gay/trans content, content in foreign languages or Russian propaganda. I don’t have anything personal per se against the former, I’m not homophobic, I just don’t want to see nude males constantly. Other trans communities are just fine, like when they do memes or news.

    Sadly the later part, Lemmy is basically Reddit/r/worldnews but worse and spread over multiple communities without curation, allowing for a lot of propaganda. I don’t need content of people telling me that communism, which failed in their shit hole of a country, is the answer to capitalism.

    However I see that this is a constant battle of the instance owner trying to keep ahead, so some of those are probably blocked instance wide already by now.

    This will become less of an issue once the content we subscribed to is more and therefore we don’t need to brows All to get enough entertainment. It’s getting better by the day.











  • I don’t understand the install instructions. I downloaded all the jars of step 2. Imported the folder into Visual Studio Code, checked that my Java Configuration is set to Java 17.

    And now “Main Class: com.joardanbunke.stripple_effect.StrippleEffect”

    What?

    I tried creating a launcher.json, but here I don’t know what to put into. With chatgpt I added some stuff like { “main class”: com.jordanbunke.stripple_effect.StrippleEffect"} and some more info like " classPathes": ${workspaceFolder}/lib/*" And saved it into .vscode folder.

    Edit: I got the StrippleEffect.java to no longer have red errors, but when I try task run it is missing a .settings fie in my roaming folder. I guess I made a mistake in the launcher.json.

    I guess I need to compile the .java to a jar? I created a tasks file in my .vscode folder and run Tasks: Run Build Task. But now it complains about missing packages.

    When running Tasks: error package com.jordanbunke.delta_times does not exist import com.joardanbunke.delta_time.OnStartup

    I tried to put the jars into the com\jordanBunke folder. No luck.