Show HN: The text disappears when you screenshot it
151–160 of 204 posts
Re: Show HN: The text disappears when you screenshot it
#152You can take TWO screenshots, moments apart, open in GIMP, paste one over the other and choose any one of these laying modes: Lighten, Screen, Addition, Darken, Multiply, Linear burn, Hard Mix, Difference, Exclusion, Subtract, Grain Extract, Grain Merge, or Luminance. https://ibb.co/DDQBJDKR
> You can take TWO screenshots, moments apart, open in GIMP, paste one over the other and choose any one of these laying modes: You actually don't need any image editing skill. Here is a browser-only solution: 1. Take two screenshots. 2. Open these screenshots in two separate tabs on your browser. 3. Switch between tabs very, very quickly (use CTRL-Tab) Source: tested on Firefox
Re: Show HN: The text disappears when you screenshot it
#153Re: Show HN: The text disappears when you screenshot it
#154Others have mentioned Branta Games, but I first saw the effect here: https://youtu.be/TdTMeNXCnTs
This one is actually more sophisticated because it doesn't rely on scrolling pixels like the OP. So the object doesn't just disappear in screenshots, but also when the animation stops moving! So you can't actually display text that stands still, like the "hello" in the OP.
Re: Show HN: The text disappears when you screenshot it
#155Another idea I had with this concept is to make an LLM-proof captcha. Maybe humans can detect the characters in the 'motion' itself, which could be unique to us? - The captcha would be generated like this on a headless browser, and recorded as a video, which is then served to the user. - We can make the background also move in random directions, to prevent just detecting which pixels are changing and drawing an outli…
Take N screenshots, XOR them pairwise, OR the results, then perform normal OCR.
Wasn't that the whole point of Anubis?
Re: Show HN: The text disappears when you screenshot it
#156Earlier quoted context omitted.
The only way to see the text is in the movement. The pattern across any single frame is entirely random noise.
> The pattern across any single frame is entirely random noise. This is untrue in at least one sense. The patterning within the animated letters cycles. It is generated either by evaluating a periodic function or by reading from a file using a periodic offset.
Random noise as in a normal non-tech human cannot see anything discernable to them at all, without the motion component.
Re: Show HN: The text disappears when you screenshot it
#157I'm wondering. Can we also come up with something the other way around? Text you cannot read, unless you take a screenshot?
The screenshot would have a chance of capturing the text, depending on exactly when the screenshot pulls pixel data out of the framebuffer.
This might not work on certain devices. You need access to the refreshing timing information. The capture mechanism used for screenshots might also vary.
Re: Show HN: The text disappears when you screenshot it
#158This game disappears if you pause it: https://youtube.com/watch?v=Bg3RAI8uyVw
It reminds me of the mid-1990s video game Magic Carpet.
https://en.wikipedia.org/wiki/Magic_Carpet_(video_game)
This was a pseudo-3D game and on an ordinary display it used perspective to simulate 3D like most games. If you had 3D goggles it could use them, but I didn't.
However, it could do a true 3D display on a 2D monitor using a random-dot stereogram.
https://en.wikipedia.org/wiki/Random_dot_stereogram
If you have depth perception and are able to see RDS autostereograms, then Magic Carpet did an animated one. It was a wholly remarkable affect, but for me anyway, it was really hard to watch. It felt like it was trying to rotate my eyeballs in their sockets. Very impressive, but essentially unplayable and I could only watch for a minute or two before I couldn't stand the discomfort any more.
Re: Show HN: The text disappears when you screenshot it
#159This could be used for Captcha systems. Would current bots be able to decipher these?
But doing this on a massive scale would warm the planet.
And it's not friendly accessibility-wise.