1. The soldier who returns to a changed world
Joe Haldeman’s The Forever War returns as the recalled work because its soldiers leave, experience time dilation, and return to a society that has moved on without them. A separated desktop segment faces a milder version of the same problem: it leaves with a shared state and returns to find that the main platform has continued operating. The reunion must account for the time apart.
This entry lists what the desktop would have to provide for autonomous rejoining to work.
2. Segment-level RPOD capability
Each segment that may rejoin needs:
- Relative navigation sensors: cameras, lidar, or markers to measure pose during approach.
- Guidance and control: the ability to plan and execute a safe approach trajectory, including aborts.
- Capture mechanism: a docking or berthing interface compatible with the main platform.
- Attitude and propulsion: enough control authority to match position, velocity, and attitude at contact.
- Communications: a link back to the main platform or ground for coordination and telemetry.
3. Federation reconciliation
Software must handle the reunion:
- State synchronization. The segment must reconcile its local data and configuration with the main platform’s current state.
- Clock synchronization. Time spent apart may have caused clocks to drift.
- Authority handover. The main platform must recognize the segment, admit it to the federation, and assign it a role.
- Service restart. Workloads and storage replicas must be redistributed to include the returning segment.
- Audit and verification. The rejoin event is logged and checked before critical functions are migrated back.
4. Operational and safety provisions
The ground side and procedures must be ready:
- Conjunction screening for the approach trajectory.
- Manual override so operators can abort or take control during approach.
- Lighting and thermal constraints for the sensors and mechanisms.
- Post-rejoin inspection to confirm mechanical, power, and data interfaces are healthy.
5. What this changes
- Autonomous rejoining requires segment-level RPOD hardware, federation reconciliation software, and operational safety procedures.
- Many of these provisions are extensions of the split-ready requirements from Entries 521 through 524.
- The next entry will decide whether the desktop should design for this capability.