Exactly! I mean, my son has an autism diagnosis, and my wife has ADS, and my best friend has both, and I work in a field where almost everyone is diagnosed with something, but surely I am normal, because no one diagnosed me. Yet.
SigmarStern
- 0 Posts
- 13 Comments
SigmarStern@discuss.tchncs.deto Programmer Humor@programming.dev•me when i find out i can use ssh to sign my git commits1·2 months agoThanks for that rabbit hole. My former colleagues and I have just started a new conversation thread in our WhatsApp group about the differences of (non-) cryptographic hashes and encryption. And all because I was confused why you’ve chosen to reference the public key file in your original comment. Well, at least I’m learning something.
SigmarStern@discuss.tchncs.deto Programmer Humor@programming.dev•me when i find out i can use ssh to sign my git commits2·2 months agoSorry for the confusion about “encryption”. I meant “signing” which is encrypting a hash of the commit with your private key, so that others can verify that your the author of the commit using your public key and the hash.
I think, the only confusion here was the original comment that referenced the public key for signing, but this was resolved, as it is just telling git which key pair to use. Probably, all people here understand the basics of asymmetrical encryption and signing and it was merely misunderstanding of how the command for signing git commits can be used.
SigmarStern@discuss.tchncs.deto Programmer Humor@programming.dev•me when i find out i can use ssh to sign my git commits6·2 months agoOH! Now I see! Thanks for pointing that out.
SigmarStern@discuss.tchncs.deto Programmer Humor@programming.dev•me when i find out i can use ssh to sign my git commits4·2 months agoYeah, sorry, I meant signing, not encrypting. I know about asymmetrical encryption. That’s why I was confused by the original statement. For signing you use your private key so that others can verify your identity by using your public key for checking the signature. For encrypting data you use the public key of the receiver.
The original comment used the public key for signing, which is not what you want to do.I now read the explanation.
SigmarStern@discuss.tchncs.deto Programmer Humor@programming.dev•me when i find out i can use ssh to sign my git commits17·2 months agoBut why? Public is public. People can take my public key. The can encrypt my commit, making it indistinguishable from my commit.
Isn’t the idea to use your private key for encryption so that everyone can use your public key to decrypt your signature and to verify that it’s you who actually did the commit, because no one else has access to the private key?
SigmarStern@discuss.tchncs.deto Programmer Humor@programming.dev•me when i find out i can use ssh to sign my git commits20·2 months agoAre you using your public ssh key for signing? Wouldn’t it make more sense to use the private one as people can then verify your identity by using your public key?
SigmarStern@discuss.tchncs.deto Programmer Humor@lemmy.ml•Do you have this guy at work? I do30·1 year agoOh yeah, I remember the good ol’ “Our whole business Logic is within this 30 tables spread sheet, that only one person can read, and don’t you dare restarting that computer” times.
One person. Sitting in front of three monitors. In front of a spreadsheet that maxed out every resource of that computer. It was glorious.
SigmarStern@discuss.tchncs.deto Music@lemmy.world•Neil Young returns to Spotify as other streaming services begin hosting "disinformation podcasts": "I cannot leave all those services because my music would have no outlet to music lovers at all"English171·1 year agoIt led me to think about Spotify’s politics and ethics and ultimately leaving it as well as a paying customer.
I want that on a t-shirt! And I’m definitely going to steal it for my slack tagline.
SigmarStern@discuss.tchncs.deto Gaming@beehaw.org•Good singleplayer games without any story?9·2 years agoVampire Survivors
SigmarStern@discuss.tchncs.deto No Stupid Questions (Developer Edition)@programming.dev•Would it benefit my software dev job in the future if I learned Java?1·2 years agoIf you go down the Java route you will probably end up working with enterprise/legacy software. If you are fine with that, do it. But what’s wrong with focussing on JavaScript as your main language?
You can also just sit there and wait until everyone you ever bonded with gets diagnosed. It’s fun to listen to them explaining how the process went and slowly coming to some realizations about yourself.