Do folks managing servers mainly do so via command-line interfaces?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearWI
    wispydust517
    Now 100%

    Software engineer here who works on web services. Most production-critical things in our workplace aren't managed by GUI's, or command lines... but by code. There are usually some infrastructure-as-code tools involved, like Terraform, CDK or Pulumi.

    GUI's are often reserved for quick fixes and trying out things on staging servers (derisively called "click-ops").

    51
  • Black to play and mate in 3
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearWI
    wispydust517
    Now 100%

    It's a desperate move to prevent a checkmate. If white did anything else (try c5 for example), black will reply with g6#.

    If white did Bxf6, and black tries g6, white can escape by doing Kxg5.

    3
  • Am I the only one who finds AI generated porn odd
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearWI
    wispydust517
    Now 100%

    Honestly I've been wondering why AI porn is so... predictably unusual? Like I would have imagined having AI means we'll have absurd pterodactyl porn, but instead it's just nude photography but AI

    3
  • On my Pixel 7 Pro, on *Settings* - *Battery*, 89% is estimated to last up to 15 hours 30 mins. How about yours?

    1
    3
    What's your favorite alternate launcher?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearWI
    wispydust517
    Now 100%

    Smart Launcher. It feels more polished than Nova Launcher, and has most of the features I'd expect from an alternate launcher.

    With that said tho, I'm actually using the stock Pixel launcher because... Why not, it's not really bad.

    1
  • Any tips on dealing with symbols for programming?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearWI
    wispydust517
    Now 100%

    My preferred way is to have one symbol layer with all the symbols. It prevents having to constantly doing shift/unshift or switching layers (I personally call this "shift dancing") 😀

    It looks like this:

    https://keebogram.pages.dev/hypership/

    8
  • www.androidauthority.com

    From the article: - Google Pixel 8 colors: Haze, Jade, Licorice, Peony - Google Pixel 8 Pro colors: Jade, Licorice, Porcelain, Sky

    1
    3

    Have you seen it? What do you think?

    3
    3
    Share your experience on Mastodon
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearWI
    wispydust517
    Now 100%

    I really love Mastodon, but I'm seriously missing Twitter's search. It's nice to search terms and see how people are talking about (something specific). Mastodon only allows searching by hashtags.

    2
  • How do you deal with your ADHD?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearWI
    wispydust517
    Now 100%

    I got a list that I purposefully set up to grow. It's not a to-do list... It's a "might do" list. When things get messy in my to-do list, I move those items to the might-do list.

    Having 100 undone items on that list isn't a shameful thing, it means I said "no" to all those items (either actively or passively) and I try to celebrate that.

    5
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearUN
    Jump
    [SwayFX] [Self-hosted pictures] My little rice, hopefully this becomes my daily driver
    Your favourite themes
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearWI
    wispydust517
    Now 100%

    I've been on Minimal theme for ages. I don't see the appeal of trying others - Minimal is great by default, and allows for so much customisation as needed.

    4
  • Why do you personally prefer using an Android phone?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearWI
    wispydust517
    Now 100%

    I've been thinking about this for a while. Years ago I would have said customisation (root, custom ROMs, etc) but lately the need for that has gone down a lot for me. Now, it's:

    • Termux - a Linux terminal on the go
    • Syncthing - self-hosted file sync
    • Home screen widgets for Todoist
    1
  • Should I be concerned with exposing my server to the public?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearWI
    wispydust517
    Now 100%

    Mostly a convenience thing, since I only need it on-demand and I usually use SSH for things anyway. As this post suggests I'm obviously rethinking that now :)

    5
  • Hey all! For the longest time I've had a server that hosts some things (eg Syncthing), but is only available via SSH tunneling. I've been thinking of self-hosting more things like Nextcloud and Vaultwarden. I can keep my SSH tunneling setup but it might make it difficult to do SSL. How do you manage the security of having public-facing servers?

    14
    30
    Increasing Collaboration Confidence with bin/setup
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearWI
    wispydust517
    Now 100%

    I've seen bin/setup before, but it's not common for me to see it in use in CI. That's amazing and it's a good way to ensure it's up to date.

    With that said, I'm still skeptical about running a 100-line script on my system, especially for open source projects. I feel it might be better to optimise to simplify the bootstrap process into recognisable commands (docker compose up && yarn && yarn dev).

    2
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearWI
    Now
    4 21

    wispydust

    wispydust517@ lemmy.world