I’m a pixel artist and vtuber! Check out stuff and commissions at misnina.com.

.art account

doll base for avatar

  • 8 Posts
  • 152 Comments
Joined 1 year ago
cake
Cake day: June 4th, 2023

help-circle
  • Nina@lemmy.mlto196rule
    link
    fedilink
    English
    arrow-up
    23
    ·
    8 months ago

    I always like the soft clicks it made when communicating on the internet, after the screaming noise, when it settled down. Soft hum of the computer and little clicks as I read a forum post.






  • Nina@lemmy.mltomemes@lemmy.worldYou're tearing me apart!
    link
    fedilink
    English
    arrow-up
    5
    ·
    10 months ago

    What is it about short vertical video that makes people froth insanely at the mouth? Don’t “china” me on it, people whine over youtube shorts, instagram reels, they poopoo on snapchat, loathed twitter stories, and thought vine was a stupid idea. It feels like an ancient redditor thing, but I was in the 11 year club too and it’s just a different type of format for media, media which can be used in many different ways, as always. Like how internet video generally is different to TV.



  • Nina@lemmy.mltoMemes@lemmy.mlLemmy about to implode.
    link
    fedilink
    English
    arrow-up
    48
    ·
    10 months ago

    jokes aside, it’s just not a really attractive title.

    I’ve played 48 hours in one of the games in there, Traveller’s Rest, about running a tavern. It has money, supply, employees, trends etc. But I’m not enjoying it because Yay Capitalism! It’s because when you’re running your own cute shop with virtual money it’s fun. I do like the genre, but being reminded of the systems that are causing a lot of real world shit is just a bad title.

    But I guess “Business Sim Sale” wasn’t flashy enough.











  • Similar, I’m assuming gmail is a no go? I feel like theoretically it should work but it’s not. However, this may be because I’m using elest.io -> docker, but something’s fucked up with my domain’s SSL and it’s signed by itself. It gives the browser a big huge 'ol unsecured warning, so I would assume that because that’s messed up it’s causing gmail to not accept it? I’ve opened a ticket with them, so eventually maybe I can figure out if that’s the case, I’ve never had a problem pointing namecheap domains to anything before.

    It says this, but I assure you, the password is correct.

    lemmy_server::api_routes_websocket: email_send_failed: permanent error (535): 5.7.8 Username and Password not accepted. Learn more at5.7.8  https://support.google.com/mail/?p=BadCredentials [long chain of numbers and letters I'm not sure matter] - gsmtp
    

    The settings

      # Email sending configuration. All options except login/password are mandatory
      email: {
        # Hostname and port of the smtp server
        smtp_server: "smtp.gmail.com:587"
        smtp_login: "crystals.rest.lm@gmail.com"
        smtp_password: "[the password]"
        # Address to send emails from, eg "noreply@your-instance.com"
        smtp_from_address: "crystals.rest.lm@gmail.com"
        # Whether or not smtp connections should use tls. Can be none, tls, or starttls
        tls_type: "tls"
      }
    

    I also did start stattls and that didn’t work. Tried swapping ports around, nope.

    edit: fixed the ssl issue with elest.io, they just had a configuration wrong, but tbf lemmy support was added literally yesterday

    second edit: I just didn’t use gmail and instead made a zoho mail account that worked out after a lot of setting up




  • Yeah the codeberg iirc just lists a set of commands with no idea what you’re doing, so it’s very hard to know if you’ve done something wrong. Usually I would do that, and then edit and look up things as I go, but that was the biggest deadend I’ve ever had. Though, the recommended server provider’s interface, slowness, and bugs wasn’t impressing me, I’d really love if they could make a droplet. (and selfishly a droplet with something that has more options for US servers)