Live data from Hacker News

They see your photos

theyseeyourphotos.com

151–160 of 240 posts

Re: They see your photos

#151

It'd be more terrifying if it didn't hallucinate earrings on somebody whose ears are out of frame , make comments about the left shoe of a barefoot child being out of focus, and so forth...

I had it trying to guess the economic status of a snow leopard. > The image centers on a single snow leopard; there are no humans present. The leopard's expression is alert and slightly wary but not aggressive. It's difficult to definitively determine the leopard's age or exact health from the image, but it appears to be an adult in relatively good physical condition. There are no clear indications of its economic st…

The economic status thing is interesting. I can’t help but wonder if there’s bias there.

I uploaded a picture of me and a friend. I am Caucasian, he is of African descent. It said that my attire indicated I was of a higher socio-economic status than him. I was wearing a black t-shirt with a worn print. He was wearing a shirt and sports jacket.

Re: They see your photos

#152

Earlier quoted context omitted.

Ente is client side E2EE at rest, on device AI, open source and audited. E2EE solves all of these issues as long as it's open source and reproducible. Efforts like these should be praised.

So then how can it be a paid service?

You can self-host Ente. The paid plans are if you choose to backup your photos with them, which is replicated across 3 different providers.

Re: They see your photos

#154
I once was foolish enough to upload a lot of personal photos to what was Picasa Web Albums integrated with desktop Google Picasa software back in 2007, but then years later deleted all of them. To this day I keep wondering whether Google still keeps all that photos somewhere in data lake warehouse.

https://en.wikipedia.org/wiki/Picasa_Web_Albums

Re: They see your photos

#155
post #148

magick convert IMG_1111.HEIC -strip -quality 87 -shave 10x10 -resize 91% -attenuate 1.1 +noise Uniform out.jpg This will strip ALL exif metadata, change the quality, shave 10 pixels off each edge just because , resize to xx%, attenuate, and adds noise of type "Uniform". Some additional notes: - attenuate needs to come before the +noise switch in the command line - the worse the jpeg quality figure, the harder it is t…

> So, AI image detection notwithstanding, ...

There is no point in trying. You're just making it worse for human viewers

Re: They see your photos

#156
This is already amazing, but one possible idea of improvement: Use the metadata (time and coordinates) to look up possible landmarks in the area or possible events/gatherings/conferences/etc that took place near the location and during that time, then add those to the prompt.

I posted some images that showed a well-known local landmark during a christmas fair event, as well as view of a close city.

The model accurately described the architectural details of the landmark that could be inferred from the photo, mentioned that there seems to be some event going on and made some speculations about the city in the background - but purely from the photo it had of course no way of knowing which landmark, event and city it was looking at.

I see this is slightly underestimating the amount of information you can extract from the photo: If you have a GIS database, it's not hard to know this stuff (or at least get a list of likely candidates) - and the kind of actors that this project is warning against very likely have one.

Also I'd be interested to see if the model could combine the context and the details from the photo to make some interesting additional observations.

Re: They see your photos

#158
post #148

magick convert IMG_1111.HEIC -strip -quality 87 -shave 10x10 -resize 91% -attenuate 1.1 +noise Uniform out.jpg This will strip ALL exif metadata, change the quality, shave 10 pixels off each edge just because , resize to xx%, attenuate, and adds noise of type "Uniform". Some additional notes: - attenuate needs to come before the +noise switch in the command line - the worse the jpeg quality figure, the harder it is t…

Always great to read about excellent linux command line apps and how to use them, cheers.

Re: They see your photos

#159

This is just an ad for their photo service. Which presumably has terrible search features, if it doesn't use AI to analyse them. That's one of the best features in Google Photos!

It is a weird advertisement when Ente (the name of the service) will also see your photos.

I think it's a pretty clever advert to be fair.

And I really like some of the stuff they are doing.

Their TOTP app is great.

Re: They see your photos

#160
post #148

magick convert IMG_1111.HEIC -strip -quality 87 -shave 10x10 -resize 91% -attenuate 1.1 +noise Uniform out.jpg This will strip ALL exif metadata, change the quality, shave 10 pixels off each edge just because , resize to xx%, attenuate, and adds noise of type "Uniform". Some additional notes: - attenuate needs to come before the +noise switch in the command line - the worse the jpeg quality figure, the harder it is t…

Clearly better than nothing, but how does it work with perceptual hashes? I gave it five minutes to try to get pHash to run locally but didn't manage to get any useful results from it, I was probably holding it wrong.
Post reply on HN