Where the open part ends in NVIDIA's DGX stack

In NVIDIA's DGX platforms the interconnect silicon (NVLink, NVSwitch) is proprietary, while the software and mechanical layers around it are public: NCCL under a BSD licence, the GB200 NVL72 rack contributed to the Open Compute Project. Where the line falls between what is documented and reusable and what stays tied to a single vendor.

Read more

Loki: indexing log labels instead of content

At KubeCon Seattle (December 2018) Grafana Labs presented Loki, an alpha-stage log aggregator that indexes only the labels of each stream and keeps the compressed content on object storage. Notes on the Cortex-derived architecture and on the cost-versus-search trade-off.

Read more

ROS and the reuse of robotics software

ROS 1.0, released in January 2010 by Willow Garage under a BSD licence, organises robot software as a graph of processes that talk via publish/subscribe to separate drivers, algorithms and hardware. Architecture, design choices and limits against Player/Stage and earlier middleware.

Read more