Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)ED
EddyNottingham @lemmy.ml
Posts 2
Comments 50
On this day 10 years ago, Microsoft acquired #Minecraft developer Mojang for US$2.5 billion.
  • Yeah, this is so true. I always play with the datapacks from vanillatweaks that allow you to recombine certain block types back into their base type. Like wood stairs back into wood block. Makes it slightly more bare-able. Do you do anything to make it better? If you do, I need to know 😅

  • On this day 10 years ago, Microsoft acquired #Minecraft developer Mojang for US$2.5 billion.
  • I think it's still simple enough, and actually simpler to get into and start playing now due to QoL improvements. I'm pretty casual, but I do run a server, and the Minecraft community who play regularly seem to mostly be asking for way more content.

  • There are two types of games
  • Going through a bit of my library...

    Elite: Dangerous - Menus Rocket League - Parkour Project Zomboid - Menus Stardew Valley - Menus Getting Over It - Parkour This War of Mine - Menus Outer Wilds - Parkour Stacklands - Menus

    Omg it's true!

  • Asshole Email Preferences
  • For those saying this is probably just the devs being lazy... Well, they took the effort to write these two lines of CSS, and took the time to make sure they displayed as the exact same color.

        input:checked+.slider {
          background-color: rgba(18, 107, 255, 1);
        }
    
        input+.slider {
          background-color: rgba(18, 107, 255, 1);
        }
    

    So there was effort to make both sides blue, whether that was incompetence or intentional, the design itself is still an asshole design and should be shamed :) Good toggle switches can be found all over the web in seconds!

  • Asshole Email Preferences

    Purposefully deceitful toggle switch colours. Am I saving my preference to receive none, or to receive all? Found on clevertap.com's mailing list service.

    !

    !

    13
    Samsung’s 20-year-life EV battery runs 600 miles on 9-minute charge
  • We literally can't all switch to electric right now so that's not a problem 😉 but yeah, if I do try to imagine it, I imagine a world where most people charge their cars at home or at work, so the only problem to solve is upping the charging capacity along certain long distance tourist routes. But we can build lots of lovely high speed rail to help decongest those routes 😋

  • I wasted my time making this shader!

    Knowing when to put the mouse and keyboard down is hard.

    I made this quite detailed shader, but it only fills a tiny part of the screen... Like maybe the player will see this once or twice max, but the rest of the time this element will only take up 40x40 pixel area 😅

    What techniques have you found that help to keep you on track and let you understand when it's time to stop?

    10