Yes usually, since an important aspect of steganography is error correction. For example we know that SynthID is robust enough to survive resizing and small blurs.
Even if you remove a watermark, the companies still have a record of which images they have generated and for whom. Even if you remove the obvious watermarks, all major image generators are using steganography to embed hidden information that you can't be sure were removed. This is a type of one-sided arms race where one player gets to be invisible if they want to.
It has been my experience that this is currently the case. I haven't had to even open protondb or search for a workaround in over a year. The only titles I know that don't work are a handful of multiplayer games that have intentionally disabled linux support.
They integrated Pocket as a proprietary service in their open source product 2 years before Mozilla acquired it. Removing the integration required editing about:config. The complaints were mostly during that time.
> Does a faster moving black hole cause more or less damage to a target?
When a black hole accretes matter, the matter can create tremendous radiation before it crosses the event horizon due to the atoms experiencing many effects such as rapid nuclear fusion and becoming new forms of matter such as neutronium. The precise amount of energy released depends on spin, charge, and size of the black hole, and the speed at which the matter approaches the black hole.
If a tiny black hole (Let's say 10cm across) ripped through the earth at significant speed it would be like the center of the planet momentarily became the center of a star and (hand waving a bunch of assumptions) the total energy could easily be greater than the gravitational binding energy of the planet. The planet would explode.
The black hole in the paper is also ~7 solar masses. If that passed between the Earth and the Moon it would rip apart the earth from just the tidal forces.
Automatic updates? Node.js? Why would one want to use this over the tried-and-tested Network UPS Tools that already ships with most Linux distributions?
That ACF security update was not made available on WordPress.org due to ACF maintainers being blocked from accessing WordPress.org, according to WordPress.org's blog https://wordpress.org/news/2024/09/wp-engine-banned/
The edge of the Mandelbrot set expands out to infinity and yet the area within the edge is finite. Who is to say that the universe isn't a hologram on a higher-dimensional Mandelbrot set-like object?
This often-repeated statement doesn't really communicate how the editor works. While it does use many of the same APIs, you couldn't build the editor from within the editor (bootstrapping). The editor itself is largely written in C++ and not Godot's integrated language GDScript, you can see for yourself https://github.com/godotengine/godot/tree/master/editor
It's interesting how this site gets around the ``rel="noreferrer"`` added to the link from HN. The banner uses a :visited CSS attribute to selectively show/hide the banner client side if your browser has been to the URL https://news.ycombinator.com/item?id=36971867. With how many other browser history privacy leaks have been released lately using :visited hacks, I wonder how long it will be until browser vendors disable :visited support across domains entirely.