Why does it include Chinese "bons mots" [see below] in so many of its answers? That would be an annoying quirk even if it were right, but it's especially obnoxious when it's being smugly stupid.
Combining this technique with an automation website like Jenkins and a "no code" programing language could be an interesting product. I imagine having a UI where prompts can be specified and predefined components like send X an email can be dropped into the workflow. Acknowledgments that steps and complete can be tracked, and long running workflows could be shared between users.
The underlying concept would be akin to Business Process Modelling.
Using something like https://camunda.com [0], you can execute a business process model. Such a model can include sending emails, waiting for responses, human action, custom API requests, etc.
Camunda is not no-code, but it comes close to what you imagine. I suspect that when the existing API landscape of a company needs to be used for workflows, coding/integration is inevitable.
[0]: I only know of this because there's a department at my current job that specializes in implementing workflows using camunda. I got explanations for it during moderate drinking, so my recounting of it may be incorrect in parts.
Lower power density implies larger size, which implies higher cost. Since the parts outside the reactors themselves (the turbines, generators, heat sink, etc.) will be similar, this means a fusion power plant will cost more to build that a fission power plant.
The other problem is that size is also related to reliability. A fusion reactor will have many more parts than a fission reactor. It will also be much more complex, and operate at higher radiation and thermal stresses. This is particularly important because it is very difficult to repair something that is so radioactive that hands-on access is not possible.
Cells might be worth transporting. Although the DNA can be sent as data and reconstructed, de novo reconstruction of the rest of the cellular machinery needed to run the DNA might not be practical.
A seed universal constructor would be worth transporting. If that is a machine or a ship with cryogenically frozen human of all ages is a topic for another day.
I would like to see a split screen mode applied to trails. Seeing the current page along side the page I visited to get to it would work well on a lot of the sites I visit. For instance, it would be useful to see the main page of HN along side pages I reached from it and be able to click on the HN links to alter the content of the other panel similar to the way side navs work in many apps.
I've been working on a graphical command-line for manipulating webpages with natural language queries (https://contextscript.com). So far I've been using a bookmarklet, which has the benefit of working across browsers, but it has a lot of drawbacks too. If I go the browser extension route, this looks like it would be very useful for developing the UI.
Thanks for trying it out! I haven't noticed problems with cors enabled sites in general, so I'm curious what you tried to do. The bookmarklet doesn't with with websites that use headers to block scripts and css from unknown domains. Github is one example.