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/)C
Posts
2
Comments
16
Joined
2 yr. ago

  • Yes! Thats it!

  • Tabs over spaces, always

    ... wait, you're asking in asklemmy, not programming...

    Uhhh... that thing where people glue little strands of hair to their forehead in an arc

  • Added it to my todo list!

  • Being honest - it doesn't sound like you love him, but rather want to stay in his nice house.

    Regardless of if you love him or not, that trust that's needed for a stable, long-term relationship has been obliterated. Every single thing you do will be questioned, outloud or at least subconsciously. That is not going to be good for a healthy relationship.

    I'd suggest that if you want to be in a happy and healthy relationship, it's probably a good idea to move on from this one. Take time to reflect and ask yourself why you cheated on this guy - obviously you were unhappy enough to seek someone else, but what made you unhappy in the first place? It could be something about them, but it could be something about yourself too - in which case, you might want to talk to a therapist

    If you did want to get back with your ex, I'd suggest giving him space and letting him decide if he wants to come back to the table, and when he wants to. If you seriously like him, don't see anyone else until he decides what he wants to do; but put a time limit on it for your own sanity. Then, after the time is up, give up on the relationship and move on. Tell a friend of yours about your plan so they can help keep you accountable in case you may not be in the right frame of mind

  • A shower curtain of a very important, and well known document from your country such as the Charter of Rights and Freedoms from Canada, or Declaration of Independence from the US. If you live in a country that still recognizes the British monarch, you could also put up a photo of the king (very common in government and military buildings)

  • This is what I've been trying to accomplish. While I've been able to get it to work; I generally have relatively poor performance for gaming.

    By chance do you game and have had enough success with the GPU pass through to play? What's your setup like?

  • It looks like an issue with the file system. I don't have a steam deck, but are you able to make sure the ssd is seated correctly? Are you able to try inserting a different one?

  • Not a GUI, but I keep my ~/.ssh/config clean by splitting my configs into folders, and including them in the main ~/.ssh/config.

    I have the folder, ~/.ssh/config.d/, and here's what it looks like:

     
        
    ~/.ssh/config.d
    .
    ├── work
    │   ├── dev.config
    │   ├── staging.config
    │   └── prod.config
    └── server
        ├── development.config
        ├── containers.config
        ├── home.config
        ├── pis.config
        └── server.config
    
      

    Then my ~/.ssh/config looks like this:

     
        
    Include config.d/work/*
    Include config.d/server/*
    Include config.d/other/*
    
      
  • I've used a non-touch DisplayLink USB monitor before. You might run into issues with getting it to work properly based on your OS. DisplayLink and Debian were not friends, and took a lot of messing around with drivers and other apps to get it to work. I can't speak for other OSs though

  • Ask Lemmy @lemmy.world

    For those that have crossed the US / Canadian border recently: What was your experience like when dealing with US customs?

  • Asklemmy @lemmy.ml

    For those that have crossed the US / Canadian border recently: What was your experience like when dealing with US customs?

  • I've actually been curious about something similar, and unfortunately I don't have an exact answer.

    I'm currently self hosting ArchiveBox which saves a copy of the web page, but I find the UI to be pretty bloated. As an alternative, I've been curious about LinkWarden, but I have yet to set it up.

    I know those two options aren't ideal as they don't directly integrate with NextCloud AFAIK, but they might support your other use cases?

  • Yeah, 100% a whole separate post on its own. If you ask the same question in a new post, you'll get more visibility and more answers

  • Might be just a rumor / old wives tale, but I thought the small text on screens / pages up close, without breaks, resulted in poor vision?

  • Welcome to 2025 where we discuss FOSS Calculators that don't collect your data... how did we get here again?

  • I fully agree - home assistant is the way to go, even if it's a little more complicated.

    It's much easier to add / remove / replace hubs as needed. A few years ago I switched my main hub from Alexa to HA. Then, a month or two ago, I decided to move away from Alexa due to the speech to text recognition noticeably degrading, they removed features (I forget what the feature was, it was a while ago), and recent policy changes. Super easy to disconnect and switch to a different assistant like Siri / HomeKit.