Github GPG keys

I write code, I play bass, that’s about all I’m rn

  • 3 Posts
  • 62 Comments
Joined 2 years ago
cake
Cake day: July 3rd, 2023

help-circle

  • The same advantages as all free and open source solution, it’s free and open source. That means how much it’s going to cost to your business is directly under your control. You can make a decision on how you acquire hardware based on your business’s needs. If you want to add or change features you can decide how to do that based on the deals you have with your programmers (like pick the developer you have with the best skills and the lowest cost), and then you get to control how much it costs you and how reliable the result is going to be.

    If you feel like the support you get from customer service from Amazon or Google or Microsoft is reliable enough and you don’t need more reliability then go ahead and stick with paid products. But if you already have a team of really expensive and talented engineers you might as well let them solve problems with free and open source equipment.





  • danhab99@programming.devtoLinux@lemmy.mlWhy?
    link
    fedilink
    arrow-up
    1
    ·
    2 months ago

    It’s basically a pattern of:

    Me: I have a problem and I need help fixing it

    Other: ok but what’s the problem

    Me: I can’t do this for some reason

    Other: you’re wrong for wanting to do that when you can just do this instead besides you’re dumb and stupid and wrong and you should just deal

    So I’d just keep changing things until my computer did what I wanted. I’d be fine using a Mac or windows if and only if it was ok to ask for help (meaning that I got to a point with a problem where I can’t move forward anymore myself and the only 2 options are to give up or ask for someone to contribute something that makes it so I can make progress)



  • 3 - voice assistants. wether done on device or phoning into our home servers and having requests processed there, this should be doable and integrated with convenient shortcuts. Home assistant has some things like this, and there’s good-old Mycroft blowing around out there still. Siri is used every day by plenty of people and she sucks. If that’s the benchmark I think our community can easily meet that.

    Of all the things that my phone is supposed to be able to do this is the one thing I never touch. It has never worked better for me than just doing it with my own two thumbs.

    Does anyone actually use their voice to control their phone (not voice typing)?


  • So Activpub needs an actor with an inbox and outbox to send and receive content. A did is a virtual actor that reroutes to a real actor and collects content across real actors.

    Gpg public keys have a dedicated email address field. And if you don’t want to share your “real” email address then just make a new one. (edit) Or don’t include one.

    And the did stores ur profile picture a public key display names bio etc etc.

    Yeah that’s a pain point I experienced with Gpg armored packets, I couldn’t figure out a way to pack in a PFP. Even shrinking it to 64x64 made the public key file feel too heavy. So I just decided profile pics are out of scope and you should just use gravatar.

    U could use pgp as the key in the did if the devs want to support it as a cryptography protocol. The did is also used to sign each message similar to pgp. U simply need more functionality than what pgp provides.

    I 80% agree. I do wish PGP armored packets had extra fields and if that’s an RFC that could be sent to the Gnupg maintainers then gpg would be absolutely perfect but I haven’t gotten around to figuring that out. All things considered since GnuPG already exists and it’s already installable everywhere and it already works I figured I could just roll with it for userless atleast. I want to use GPG for all user authentication related concerns.


  • Whelp here I go again

    Why not GPG!!??

    I’ve been working on my own idea for what the “fediverse” should be, I’m calling it userless because I want to avoid users in the database and I wanna use GPG as the individuals identity because it already exists and can yes perfectly verify for me who created a post, I’m not sure why we need more than that.

    I haven’t flushed the whole thing out yet and I plan to hand write proper docs for the protocol.

    But GPG has been around since forever. I’ve been told that it’s too hard to use, it’s insecure, it’s too old. And when I use the thing I just don’t agree, there is nothing technically wrong with the product like it should be way more popular.






  • NixOS makes me feel so safe making low-level changes to Linux and making sure that my work laptop, gaming desktop, and personal laptop all have the exact same shit on them and I’m gonna use them the exact same way.

    I wish that nixlang was decoupled from the concept of a build system bc it’s such a great DAG config DSL and I can think of so many cooler uses for it but I just don’t have time to focus on it.