Show more

Those who think they have the world figured out understand it the least.

We’re at the random parts with wires sticking out dev phase.

Here we’re performing initial crude thermal tests.

Pixelfed is a photo sharing social network, the Fediverse's alternative to Instagram.

You can find out more from the official website at:

➡️ pixelfed.org

The site has a server list and app list (click ☰ if you're on mobile).

The official @pixelfed apps are in public beta testing, and there are third party Pixelfed apps available such as @vernissage for iPhone and @PixelDroid for Android.

You can follow Pixelfed accounts from Mastodon, and Mastodon accounts from Pixelfed.

An improved, I think, version:

Destination:
$ nc -l -p 10002 | pv | gpg -d --no-symkey-cache | tar -x

Source:
$ tar -cv [folder] | gpg -c | nc [dest's hostname] 10002

The `tar` `-v` flag is moved to the source host, so that you can see `gpg -d`'s output better to check that it isn't decrypting bogus publickey-encrypted data.

This uses the `pv` command too, which is optional in the pipeline and is usually not installed. It behaves similar to `cat` but with a handy progress indicator.

@lack

Show thread

@lack That's pretty slick, and just one command on the source host, no need to manually enter the command on the destination host. This does ofc require ssh to be set up on the hosts though.

I didn't think about it, but since my command uses `gpg -d`, a malicious actor *could* send something publickey-encrypted, yeah... one would need to check its output (which currently could get drowned in tar's verbose mode output). Also, adding --no-symkey-cache to gpg -d might be a good idea in this case.

@cyberghost@fosstodon.org Probably 🧠

Lol yeah I think virtually no one would do that

Just found out a really neat, convenient way to transfer folders encrypted and peer-to-peer on Unix/Linux.

Destination:
$ nc -l -p 10002 | gpg -d | tar -xv

Source:
$ tar -c [folder] | gpg -c | nc [dest's hostname] 10002

I was aware of something like this before, but hadn't polished it off.

@cyberghost@fosstodon.org Where did you find this atrocity

Among the list of reasons modern cars are unappealing to me: in addition to uploading location data, they also sometimes have cameras that upload video to the vendor. In this case employees at Tesla found the juiciest videos and shared them internally:

reuters.com/technology/tesla-w

@carlrichell Maybe a silly question, but are you planning on experimenting with getting them slim enough to fit in a laptop?

Show more

Ethan Black's choices:

Librem Social

Librem Social is an opt-in public network. Messages are shared under Creative Commons BY-SA 4.0 license terms. Policy.

Stay safe. Please abide by our code of conduct.

(Source code)

image/svg+xml Librem Chat image/svg+xml