AnAustralianPhotographer
@AnAustralianPhotographer@lemmy.world
Photographer and open source software fan.
I’ve also made a few tutorials at youtube.com/@AnAustralianPhotographer
Blog: anaustralianphotographer.wordpress.com
Webshop: anaustralianphotographer.threadless.com where you can buy prints and other merch featuring my photos.
- Comment on It's pretty cruel, particularly for non-native English speakers, that 'lose' and 'loose' seemingly switched spellings, meanings and pronunciations with each other when no one was looking 1 day ago:
Steady up over
theirthey’rethere. - Comment on Where can I buy a mosquito laser system? 2 days ago:
Would they be dangerous to mount them on sharks ? asking for a friend.
- Comment on Could a bird propel a skateboard by flapping its wings? 7 months ago:
I reckon a Pelican would easily be able to get a skateboard rolling. I’m just now sure the best steps to proceed testing it.
I’d try a skateboard at the top of a hill and see about getting a cockatoo to somehow get the board to roll under it’s own propulsion so it can sit back and enjoy a ride down a hill. That’d be the way I’d try if I wanted the bird to do it repeatedly.
- Comment on [deleted] 8 months ago:
I can’t help directly, but the people at lemmy.world/c/techsupport mighr be able to.
- Comment on Now that ChatGPT is being trained using Reddit posts 8 months ago:
And when it learns something new, the response will be “Holy Hell”.
- Comment on Is there an easy software to automatically Animate one image morphing into another image? 8 months ago:
A long time ago I have used ffmpeg to transition one jpg to another jpg as a gif animiation. I will see about coming back and editing the comment with a reference.
- Comment on xkcd #2893: Sphere Tastiness 9 months ago:
So, James and the giant peach?
- Comment on What is a GPG signature? Does it help us stay protected against deep fakes misinformation, and if so, how? 9 months ago:
GPG uses a public key encryption algorithms. Widely known encryption uses symmetric encryption, ie the same passphrase is used to encrypt and decrypt.
Public key encryption algorithms have two keys, a public key and a private key. They are created as a pair.
When someone creates the pair, they can safely widely publish their public key which is essential to encrypt a message to the receiver. But a different key is needed to decrypt the message (the private key).
They can also be used in reverse. A person with a private key can sign a message saying they created a document and it has this hash. We can use their public key to confirm the message they send out has not been altered.
A hash is a computer algorithm which examines a files and creates a short pattern of characters. If the file is changed then the hash of the file also changes.
As a example, If we had a written letter, a very simple hash could be to assign a the number 1, b 2, c 3 etc and full stop could be 27, comma 28, and the digits 0-9 29-38. For every character we keep adding the assigned numbes and keep a total. When we get to the end, we take the last 3 digits and have a number between 000 and 999. (Technically this is more a checksum than a hash, but please just go with it. A hash like MD5 or SHA256 is complex and has ways to detect if the message contents was shuffled that the described hash wouldn’t)
Continuing the example, I may receive a letter from a relative who asked me for some money or something. If I wasnt sure if it was real or not, I could calculate the hash and call the relative and confirm the hash.
But back to your example, there might be a press release from the presidents account saying something like
"Dear constituents, Please find attached a link to download the lastest video update from the presidents. It can be downloaded at URL, and it has a SHA256 hash of abcd12345 Signed President GPGSignature for president@example is ‘ajfuebslch’ " Once we download the file, we can use SHA to generate the has of the file we downloaded and GPG to confirm the signature of the message we received matches the text of the message we received.
If we didn’t have GPG and the Public key of the presidents account, an attacker who makes deep fakes could send us spam purporting to be from them and include in the message the correct hash for their deepfaked video.
I dont quite fully understand how public key encryption works, but the GPG signature allows us to confirm the message was sent by whoever has the matching private key to the public key we’ve got and the hash lets us confirm the file we downloaded is the same as the video the semder wants us to receive.
- Comment on What can i do with an old netbook? 9 months ago:
I would use it as a network attached storage / media player running Linux.
It doesn’t have to be always on, and having copies of photos or important documents would give peace of mind.
Debian, Ubuntu and the raspberry pi os (they have an installer for normal computers, not just pi’s) would be distributions I’d consider with the pi os at the top of the list.
This comic was posted on Lemmy recently.