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

help-circle
  • Where does the believe even originate from, that Redditors are any different than Lemmings? Basically the same people minus the youngest, because they stick with using Reddit. They might or might not migrate eventually.

    Make communities here bigger by contributing and spread the word of Reddit alternative. Make search engines find Lemmy content and then it goes on it’s own. I guess Bluesky will push the Fediverse, but I wonder how long people will stick to a Twitter esque when they could have Lemmy full text conversations and tree structures?




  • No, your reasoning, understanding of a topic and way of talking is just dumb. Get rid if that paranoia of everyone bullying you. Don’t go into threads of your political opposite and then be surprised to get flogged. Don’t brush of everyone disagreeing with you as “they are all the same and equally bad”. Stop ignoring authoritarian abusing power and wake up from you fantasy dream world where you believe this doesn’t happen. Once you’ve given up some of your rights, it’s really hard to get them back. No one is defending pedo platforms, it’s about our lifes and knowledge that these surveillance tools will fuck up normal people. It just takes one stupid vote to get the fascists into power and a whole country can move into a dictatorship. If you fail to see this, your very naiv and need to study more history content.

    You’re not wrong in criticizing the US, people who look at them objectively should obviously see the many flaws. But as with guns , the US is very patriotic and it’s difficult to argue against. But getting someone to realize and fix their own bias is another difficult topic.












  • Downvotes are one of the most important indicator if a post is trolling or nonsense. If it only shows the total, you lose all sense of perspective. A post could have 2 upvotes and 1 downvote or 10000 upvotes and 9999 downvoted, this massively changes the context of a post. Also why should I not use a vote to say I disagreed with something? I don’t always want to write a detailed explanation, especially not when people reply with “did an AI write this?” or simply ignore what I said. Most cases are not like your comment where there’s a valid reason to explain something.






  • 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.