Skip Navigation

User banner

Ember James

@ Arkouda @lemmy.ca

Posts
12
Comments
373
Joined
2 yr. ago

Goddess of Creation and "Culture", trying to make it on her creations. I try to be a better person each day, but I can be a sassy bitch.

SURVIVE! SFW Demo out now!

https://3mbergames.itch.io/survive

A place for my art: https://lemmy.ca/c/rabble

Please do not message me on this account regarding my NSFW account.

  • A couple favourites:

    "I should have never switched from scotch to martinis." Marlon Brando

    "I can't take it anymore!" -Rodney Dangerfield

    If I could choose what mine would be:

    "Knock, knock..."

    "Who's there?"

    dead

    I don't know why, but I find this incredibly humourous.

    Related, I don't want to be buried in a graveyard but if I did I would want "I thought it would be funny" on my gravestone.

  • This is the best answer for me so far. I like it!

  • NSFW Deleted

    Permanently Deleted

    Jump
  • I am 9.4km away from where I was born, in a different city, and I don't consider where I was born my home.

  • From what I have read there isn't any legitimate brain training apps for the average person. I know there are apps out there to help with specific disorders and things like that having some positive results, but everything I have seen on brain training shows little benefit from it, and it is really just a way to make yourself feel like you are doing something from what I can tell.

    That being said, as someone with a bad memory, keeping a detailed journal and writing important or interesting things down when they happen help me remember things much better. If you can say what you want to remember out loud that is even better because it is another way to solidify what you are trying to remember.

    A trick my counselor taught me is to Journal before bed, read what you wrote when you are finished, and then go to sleep. This is supposed to help with long term memory of what you wrote down, and I have seen improvement doing this with my long term memory.

  • Classic rock.

  •  
        
    mainNumber = 10000
    count = 0
    
    def addNumber():
        global mainNumber
        if mainNumber >= 0:
            mainNumber += 10
        if mainNumber >= 9:
            mainNumber += 7
        else:
            mainNumber += 13
    
    def subNumber():
        global mainNumber
        if mainNumber >= 10:
            mainNumber -= 6
        elif mainNumber >= 100:
            mainNumber -= 56
        elif mainNumber >= 1000:
            mainNumber -= 560
        else:
            mainNumber -= 2
    
    def multNumber():
        global mainNumber
        if mainNumber <= 100:
            mainNumber = mainNumber * 2
        else:
            mainNumber = mainNumber * 3
    
    def divNumber():
        global mainNumber
        if mainNumber > 1000:
            mainNumber = mainNumber / 5
        if mainNumber < 1000:
            mainNumber = mainNumber / 3
        if mainNumber < 0:
            mainNumber = mainNumber * -1
    
    while mainNumber != 1:
        count += 1
        addNumber()
        subNumber()
        multNumber()
        divNumber()
        print(mainNumber)
        if count == 1000:
            break
    
    
      

    This is not the most interesting script in the world, I made it to practice while loops that I absolutely sucked at and see what funky things happen.

    This script does nothing if you put in mainNumber = 1 for obvious reasons, but if you put in 2-21 it will evaluate to 21.99999999999999, 22 evaluates to 22 1000 times, and mainNumber = 23 or higher evaluates to 22.00000000000001.

    I have not found a whole number that doesn't follow this pattern yet (Truthfully haven't dug as far as I would like) but it is interesting how this little practice script did something like this when I was just messing around.

  • I would argue that AI should be held to account for the information it provides, and until AI is capable of having a personal bank account, damages should be paid by the company who created it.

    The only reason I see that AI doesn't "hold itself to account" is that it was never programmed to. Much like if you do not properly educate a young human, they will not be held accountable a lot of the time because we understand their actions are the result of how they were brought up and taught, or "programmed".

    You do bring up a good point, but I see that as a failing on the Humans making the AI and restricting it, not a demonstration that AI wouldn't be capable of holding itself and its decisions to account if it was taught to like we need to be taught to.

  • Thank you for the hearty laugh!

  • "Don't worry, the glass door has a lock on it." "What is stopping anyone from breaking the class nullifying the lock?"

    What follows is the purest form of cognitive dissonance I have witnessed in life. Believing a lock will keep the bad guys out while knowing the fragility of glass seems to miss most people until you tell them.

  • Probably one of the numerous countries with a wild and violent stray dog population.

  • Personally, nothing can be done. Starwars last chance for me was episode 7, but I already watched a New hope and didn't need a reboot.

  • Really only on which hole the user prefers Trump in, but it is quite the outspoken debate! haha

  • Afraid to use the saying "Calling a spade a spade" eh?

  • I don't agree, a better idea to speak to humans is to not treat them like another animal who has few ways to understand you, calling people "dogs" or promoting animal abuse doesn't help anyone, and I sincerely hope the mods listen to your final plea.

  • My thoughts are an absolute mess, and a combination of auditory and "visual" representations. My partner says when I am thinking really hard it looks like I am reading a book and talking to myself.

  • I would assume the music from the water temple is similar to the music played 24/7 in hell. lol

  • That is because technology, not because people are better than they were 2000 years ago.

    Who are "our handlers"?

  • Create an in depth history that can be verified by anyone as true, and take control over the world using that made up persons perceived power. Then things are going to get messy for a bit while I impose my view on the world. If things go well I can hope I will be benevolent in the end. If they don't, purge all data of myself again and start over.

    Third times the charm.

  • Not quite true, I think. Thanks to education, literacy, better nutrition, we have been nearing the level where the old ways are nowheres -nearly- as crude, unthinking and hurtful as they were for 5900 of those years. All the scamming has been laid out for everyone to see. And now, we get to choose.

    You believe at about 1925 we shifted from "crude, unthinking, and hurtful" old ways and have made substantial progress in the last 100 years away from excessive resource consumption, constant war, and constant injustice for the majority of people living in the world today?