spacialized virtual KVM #56
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Generalize triggerbox, see e.g #28 , based on position of other devices, in particular their screen.
Related past explorations
See also the import/export label for issues https://git.benetou.fr/utopiah/text-code-xr-engine/issues?labels=25
See also previous work on dragging iframes e.g https://fabien.benetou.fr/Wiki/MetaWhiteboard?action=whiteboard
Note that iframe as a solution is problematic as it does not work in WebXR and also means the state will not be preserved, unless done via URL parameters.
In this context provenance #20 is particularly important.
For example if one were to drag an item from the
screenstackgenator then drop it on another display, it could display that very item. Rather what it should do is display what it represents, namely in this context the URL of a wiki page, thus the page itself. If the target device of that display is able to do so it should open the page instead.Consider also the Web Share API https://developer.mozilla.org/en-US/docs/Web/API/Web_Share_API and how a mobile is mostly a place of sharing text, including links, and thus how it translates there.
Consider extending glTF for that.
It would allow to have the 3D representation of an object but also possibly a text description, HTTP interface, SWAGGER description of that API, etc.
This could faciliate discovery then composability.
See also current implementation of manipulation of containers, e.g https://twitter.com/utopiah/status/1533064468292419585 to faciliate the usage of externals resources (e.g CPU, RAM, GPU, disk, etc).
See also past IoT explorations via WebThings.
Note that from https://fabien.benetou.fr/Content/OnManagingInterfaces one would stick to HTTP and only fallback to other levels if need be, e.g
WebDAVoversshfs.See also Designing for serendipity: supporting end-user configuration of ubiquitous computing environments https://dl.acm.org/doi/abs/10.1145/778712.778736 on the value of going beyond "just" KVM.
Own perspective on interfaces, including https://twitter.com/utopiah/status/1568912887334174727 , Future of Text presentation, subsequent https://fabien.benetou.fr/Content/OnManagingInterfaces
Offline version based on history, e.g ~/.bashrc shortcuts on last reMarkable pages or NAS photos or browsing history (cf tweet), could already be very useful.
Try sshfs mounts within WebDAV server with additional metadata e.g screencapture of last live session and last known IP with timestamp.
See https://git.benetou.fr/utopiah/offline-octopus