We've known this was coming for a while now . . . but I suppose not everyone reads tech news.
Not that long gone—the last relict population on Wrangel Island only died out about 4000 years ago. That's (barely) within historic time. There are probably islands in the Canadian and Siberian Arctic that could still support them (and have no or few human inhabitants).
I see two big issues. First of all, not all knowledge among elephants is transmitted genetically, and I expect mammoths were the same. Who will the new ones learn from? They'll have to redevelop best practices for dealing with their environment from scratch.
Secondly, global warming. This seems like about the worst possible time to bring back an ice-age-adapted critter. We'd be better off transferring the effort spent on this project into de-extincting the thylacine, a more recent loss which doesn't have that specific issue.
The bubble will burst in a few years (it really should burst sooner, but too many people are trying to prop up their bad investments).
To put it another way, is this guy really any worse than Musk or any of the other too-wealthy wastes of oxygen rattling around?
Would everyone who is surprised by this please raise your hand? . . . That's what I thought.
This is why you don't train a bot on the entire Internet and then use it to offer advice. Even if only 1% of all posts are dangerously ignorant . . . that's a lot of dangerous ignorance.
Fortunately, this particular piece of bad advice is unlikely to poison any fool who goes through with it, since PVA glue is not considered an ingestion hazard, but "non-toxic" doesn't mean "edible", it just means "not going to poison you when used in the intended manner". "Non-toxic" can still be quite dangerous if you mistake something intended as linoleum pigment for a dessert topping.
I seem to recall that scarring around the electrodes, which eventually causes them to stop functioning, is a known failure mode of older experiments along similar lines. It's one of the reasons I didn't hold out much hope for this iteration.
I just hope the patient doesn't take any long-term damage from the implant.
Anyone who is actually surprised by this has not been paying attention.
Fake celebrity porn has existed since before photography, in the form of drawings and impersonators. At this point, if you're even somewhat young and good-looking (and sometimes even if you're not), the fake porn should be expected as part of the price you pay for fame. It isn't as though the sort of person who gets off on this cares whether the pictures are real or not—they just need them to be close enough that they can fool themselves.
Is it right? No, but it's the way the world is, because humans suck.
Y'know what's worse? When there's no dot. Worse than that, it's an undotted directory used to store a single config file. Ugh, unpleasant memories. 😒
Linux, and much of the open-source software that goes with it, has been multi-architecture for a long time. If you take something that already runs pretty decently on x86, x86_64, PA-RISC, Motorola 68000, PowerPC, MIPS, SPARC, and Intel Itanium CPUs, porting it to yet another architecture is, while not trivial, at least mostly a known problem.
Windows, by contrast, was built for descendants of the Intel 8088, period. It's unsurprising that porting it is a hard problem and that results aren't always satisfactory.
(Apple built on top of a modified BSD kernel, and BSD has also been ported around quite a bit, so they also have a ports-are-a-known-problem advantage.)
GIMP has the closest thing to feature parity. If you're looking for similarity of UI and workflow, you're not going to get it. Adobe throws millions of dollars that open-source projects don't have at streamlining their UI. UI specialists that will work for free are unicorns, so most open-source UIs are designed by volunteer generalist programmers. Which means that said UI gets the job done, but isn't optimized for the workflow of people who don't think like the original programmers.
Personally, I might shift the same picture through Darktable, GIMP, Inkscape, and even Scribus, depending on what I was trying to do with it. (Text on a path -> probably Inkscape, then export as PNG and import into GIMP as a layer.) Is that less convenient than performing all the operations in one program? Possibly, but since I don't like Photoshop's UI either, I'm willing to give up on "one-stop shopping".
(So who, for my money, had the best UI? Probably Paint Shop Pro, twenty or so years ago when it still belonged to JASC. Of course, it was a simpler program too, and so had less junk in its interface.)
Fact is, if you're a pro, you've invested years into learning Photoshop's interface and how to get the best results out of it. You're in the position of a baseball player who's decided to start all over again with basketball. Any attempt to transition to other software is going to be really, really frustrating for you, and likely drop your productivity into the toilet for a few months at least. Plus, you're going to need some features that average users don't care about, especially if you're preparing work for print.
I hate to say it, but you may honestly be best off running Photoshop in a VM rather than trying to move to other software, at least until you can set aside a couple of months where you have no urgent projects (if that ever happens).
It depends on the VM, but some of them have working graphics hardware acceleration. Virtualbox should be relatively easy to set up with modern Windows guests, but isn't free for commercial use. qemu/kvm is free for all uses, but may require some tinkering to get everything to work. qemu also supports video passthrough—using the VM to drive a second video card installed in your machine—which some gamer types prefer.