• 3 Posts
  • 11 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle
  • Pass uses GPG and git under the hood.

    You create keys to encrypt your data, and keep the encrypted data in git locally which can be cloned to github, gitlab and the like.

    It’s just files on your computer, so you can back them up that way, or use a thumb drive as a remote git repo and push to it.

    Day to day Type pass and tab complete to find the entry. Enter the command and be prompted to unlock it. It will then print the credentials to the terminal.

    To create a new password, you type and add command followed by a name and a text editor opens up for you to type credentials in, or it can generate them for you.

    To keep your backup up to date you just git push to the remote of your choice. I use github



  • lungdart@lemmy.catoLinux@lemmy.mlBSD Vs. Linux
    link
    fedilink
    arrow-up
    42
    ·
    27 days ago

    The majority of the Internet’s routing and switching architecture is BSD based. Historically it had the most stable and performant network stack of all the OSs.

    I used it extensively at one job in a previous life when I was a network appliance developer. It was rock solid and lightning fast. Tried it as a desktop at home and had a terrible experience.

    The little differences in the Unix commands used to drive me nuts as well…


  • It’s harder to freeze salt water then fresh water, do it’s not economical.

    The most energy efficient method of desalination i believe uses a membrane and pressure to get the fresh water to one side.

    But these aren’t even the biggest issue. The real question is what do you do with the left over brine? Desalination is not 100% perfect. You’re left with fresh water and a salty sludge called brine. It’s extremely difficult to dispose of without causing environmental impact






  • It’s a buzz word.

    Web 1.0 is just websites. They envisioned everyone had their own web site to blog on. Geocities, ISP hosting, web rings, link aggregators, and simple human curated search engines. That kind of thing.

    Web 2.0 basically meant APIs. You could stitch a weather API with a map API and make a weather map app. This kind of came true, but it wasn’t as free and open as people hoped for.

    Web 3.0 is supposed the intersection of the web and distributed apps. Think games on the block chain like crypto kitties. It’s mostly been a flop since blockchain based decentralization is slow, expensive, and difficult for users. That being said there are successful use cases like online wallet management and distributed exchanges (defi).