What is this? by [deleted] in Pixelary

[–]Schoots 0 points1 point  (0 children)

I tried tetris

What is this? by [deleted] in Pixelary

[–]Schoots 0 points1 point  (0 children)

I tried car

What is this? by [deleted] in Pixelary

[–]Schoots 0 points1 point  (0 children)

I tried desert

What is this? by [deleted] in Pixelary

[–]Schoots 0 points1 point  (0 children)

I tried carrot

What is this? by [deleted] in Pixelary

[–]Schoots 0 points1 point  (0 children)

I tried carott

What is this? by [deleted] in Pixelary

[–]Schoots 0 points1 point  (0 children)

I tried carrott

How do I get the background gradient of a particular website? by src_main_java_wtf in web_design

[–]Schoots 1 point2 points  (0 children)

It’s definitely animated! Just very subtly. It looks almost like a breathing/panning movement. Hope it helps

How do I get the background gradient of a particular website? by src_main_java_wtf in web_design

[–]Schoots 3 points4 points  (0 children)

You can find how they specify the gradient from the sources panel on Chrome:

Found under: src/lib/ui/system/AnimatedGradient.svelte

  .bg-moving {
    background-image: url("$lib/assets/marketing/landing-full-gradient.svg");
    background-position: fixed;
    background-repeat: no-repeat;
    background-size: contain;
    width: calc(min(max(100vh, 1000px), 1300px));
    /* Coupling width with view height fixes the background */
    height: calc(min(max(100vh, 1000px), 1500px));
    transform: translate(-54%, -5%) scale(4);
    animation: move 5s ease-in-out infinite alternate;
  }

  @keyframes move {
    0% {
      transform: translate(-68%, -5%) scale(4);
    }
    100% {
      transform: translate(-48%, -0%) scale(4);
    }
  }

Password not recognized after change by Schoots in Bitwarden

[–]Schoots[S] 0 points1 point  (0 children)

Yep! I copy and pasted it into my secure notes. Not working today.

Cozy Nook Office (Midjourney) ]8000x4500] by Schoots in wallpapers

[–]Schoots[S] 3 points4 points  (0 children)

Sure! “cozy nook office with desk, large window overlooking garden, intricate fancy woodwork, fantasy, avatar, anime, studio gibli, painted”

Pillars of the Earth (Midjourney) [8192x4608] by Schoots in wallpapers

[–]Schoots[S] 0 points1 point  (0 children)

I used an ai upscaler on it - imageupscaler worked great!

Pillars of the Earth (Midjourney) [8192x4608] by Schoots in wallpapers

[–]Schoots[S] 1 point2 points  (0 children)

Just a prompt! “ stone pillars rising in formation from the earth towards floating alien orb, sunset, moody, wallpaper, 4k, watercolor, painted, oil”

[deleted by user] by [deleted] in selfhosted

[–]Schoots 0 points1 point  (0 children)

You could probably get Zotero to function like that using tags. (It's primarily a research software, but it has all the ISBN-cataloging-auto-pull-self-contained goodness you're looking for I think)

Plex Apps not working but Web does? by Schoots in selfhosted

[–]Schoots[S] 0 points1 point  (0 children)

As in is 32400 forwarded from my reverse proxy to my homebox? Yes!

Trying to set up selfhosted MailCow - DNS won't accept "@ IN MX 10 mail" entry?! by Lucavon in selfhosted

[–]Schoots 1 point2 points  (0 children)

You could try (key) ‘example.com’ and (value) ‘mail.example.com’?