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/)T
Posts
2
Comments
321
Joined
3 yr. ago

  • Eh, I try to keep this username separate from my real name. It’s not too hard though, you just need ‘@media print {‘. Set display none on stuff like the navbar and footer, and you also need to think about page breaks and such, there are guides.

    Browser dev tools can simulate print styles, and you can preview with the regular print preview. To get consistency across browsers you probably want to set a definite width, so the sizing stays the same.

  • Page on my personal site, with good print styles so I can print to pdf if needed.

  • I mean…. Let’s say you set up a Postgres user for all of your application users, with appropriate roles and row level security policies, you could actually do it without Bobby tables issues. I think.

  • https://sudoku.coach/ is installable as a progressive web app and is probably the best sudoku app I’ve encountered. Extremely customizable and good for learning new solving techniques

  • One of the most charming games I’ve ever played and I play a shitload of games

  • Hey that’s unethical! It should be “main”

  • Authoritarianism

  • Ahhhhh ok so a western politician insulted dear leader so of course y’all are spun up about it while the rest of us don’t even remember that it happened

  • „Dronie”? Is that supposed to be some kind of retort to „tankie”? Bless your lil’ heart

  • Ah, right. So as a shorthand for „way too batshit fucking crazy to have that much power”

    The issue is the authoritarianism, not the economic system

  • Webp

    Jump
  • Takes forever to encode though

  • Garmin is neat because it waits till you calm down to tell you you were stressed. Then you’re like „huh, yeah, I guess I was. Thanks for noticing!”

  • It’s because you live somewhere built for cars and not for people.

  • Your high altitude warning shots would wreck civilization. Read up on the starfish prime tests.

  • Honestly I don’t even care about justice anymore I just want the bleeding to stop so we can start healing

  • Objectively not true for spacex. I wish like hell it was owned by someone else.

  • Sometimes I’ll downvote myself if that seems to be the popular consensus. Who am I to disagree?

  • Make your own dockerfile, and the first line will be FROM

    <upstream>

    . Then make your changes.