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/)CO
Posts
4
Comments
44
Joined
2 yr. ago

  • I hate that we already know that there's going to be bullshit in every bill that hits the floor; but it's just going to carry on through without resistance

    Sure - AOC is "tearing it apart", but the republicans don't give a shit, they'll will just vote in favour regardless, and it'll get passed

    Also, what's the point of voting anyway? Wouldn't DOGE just make the cuts anyway?

  • 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

  • I'm concerned about going to the US for the same reasons why I'm concerned about family coming to Canada: dealing with US customs.

    However, they're US citizens so I can't imagine that they'd have paperwork to go back to the US. Then without paperwork to make mistakes on, they should be less likely to get incarcerated, right?

  • 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?

  • Heating systems in Europe are unique and have a variety of hardware and software requirements that make it challenging to build for the diverse set of homes

    AKA. Europe probably has hardware and software requirements that make it so Google can't

    A) Harvest your data; and/or B) Must be able to function without an internet connection (aka. they can't kill it)