PeterBronez

joined 2 years ago
[–] [email protected] 1 points 2 weeks ago

@kent_eh exactly.

The alternative is “if you want your content to be private, share it privately.”

If you transmit your content to anyone who sends you a GET request, you lose control of that content. The recipient has the bits.

It would be nice to extend the core technology to better reflect your intent. Perhaps embedding license metadata in the images, the way LICENSE.txt travels with source code. That’s still quite weak, as we saw with Do Not Track.

[–] [email protected] 2 points 2 weeks ago (2 children)

@along_the_road what’s the alternative scenario here?

You could push to remove some public information from common crawl. How do you identify what public data is _unintentionally_ public?

Assume we solve that problem. Now the open datasets and models developed on them are weaker. They’re specifically weaker at identifying children as things that exist in the world. Do we want that? What if it reduces the performance of cars’ emergency breaking systems? CSAM filters? Family photo organization?

[–] [email protected] 7 points 2 weeks ago (4 children)

@along_the_road

“These were mostly family photos uploaded to personal and parenting blogs […] as well as stills from YouTube videos"

So… people posted photos of their kids on public websites, common crawl scraped them, LAION-5B cleaned it up for training, and now there are models. This doesn’t seem evil to me… digital commons working as intended.

If anyone is surprised, the fault lies with the UX around “private URL” sharing, not devs using Common Crawl

#commoncrawl #AI #laiondatabase

[–] [email protected] 9 points 10 months ago

@esaru @bmaxv @technology concur that this reduces privacy for users of Jitsi’s hosted service. It also has some concrete benefits for Jitsi - they get to outsource account validation and security. Perhaps they were struggling to contain abuse.

[–] [email protected] 1 points 10 months ago

@Unsustainable @bananahammock @technology

A “Matrix Bridge” is a computer program that connects to an arbitrary service and presents it as Matrix service. You can connect to that Matrix service with any Matrix client.

For example, this code connects LinkedIn messages to Matrix: https://github.com/beeper/linkedin

Beeper runs Matrix bridges for you as a service. If you don’t want to use that service, you can self-host the bridges.

[–] [email protected] 1 points 10 months ago (1 children)

@Unsustainable @bananahammock @technology Matrix is a protocol for real time communication. Several companies build products using this protocol, including Elemental, Beeper and Rocket Chat.

This is similar to how ActivityPub is a protocol for federated social media. Many projects are built using ActivityPub, including Mastodon, PixelFed, and Lemmy.

https://en.wikipedia.org/wiki/Matrix_(protocol)