Urgent.News

One page, thousands of outlets. See who else covered it.

Editions

Tech

Chestnut: The $249 eGPU Dock With Open-Source Firmware That Could Disrupt a Closed Market

Comma AI, the company behind open-source automated driving software, just announced the Chestnut — an eGPU dock with open-source firmware that costs $249 bare. The announcement hit 55 points on Hacker News, and it represents something genuinely new in the external GPU dock market. What Makes Chestnut Different External GPU docks (eGPU enclosures) have existed for years, but they've always been…

Comma AI, a company renowned for open-source automated driving software, has unveiled the Chestnut - an eGPU dock with open-source firmware priced at $249. This innovative product has garnered significant attention on Hacker News, garnering 55 points in its announcement. The Chestnut is set to disrupt the external GPU dock market, which has traditionally been dominated by expensive and proprietary solutions.

The key differentiators of Chestnut are its affordability and open-source firmware. While most eGPU docks range between $300 to $500 and come with proprietary firmware, Chestnut is priced at $249 and offers fully open-source firmware that developers can inspect, modify, and enhance. The importance of open-source firmware for an eGPU dock cannot be overstated.

Common issues with proprietary docks include connection instability, thermal throttling, compatibility problems, and lack of updates. Open-source firmware addresses all these concerns, enabling users to diagnose and fix issues independently.

Comma AI, led by George Hotz, has a history of democratizing expensive, proprietary technology. The Chestnut aligns with this ethos, offering a more affordable and open alternative. This isn't merely about saving $50 on an eGPU dock; it's about empowering users with control over their hardware.

Based on the announcement, Chestnut supports USB4/Thunderbolt 4 interfaces, works with full-length, full-height GPUs up to 3-slot width, and can power high-wattage GPUs, depending on the included power supply. This eGPU dock benefits several communities:

1. The Maker and DIY Community can customize thermal management profiles, integrate it with home automation systems, monitor power consumption, and port the firmware to other hardware platforms.

2. The Budget AI/ML Community can connect a powerful GPU to a laptop or mini PC for AI workloads, significantly reducing AI computation costs.

3. The Linux Community can ensure full compatibility and optimize performance, as proprietary docks often lack Linux support.

The Chestnut is part of the broader open hardware movement, which emphasizes user control over hardware. Other examples of this movement include System76, Framework, RISC-V, and Glitch. The movement is driven by the belief that users should have control over the hardware they own, rather than being dependent on manufacturers' terms. With open-source firmware, Chestnut sets a precedent for the future of hardware innovation.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

Your Keras model config can contain a marshalled Python code object

Most conversations about malicious ML artifacts stop at pickle. That's understandable — torch.load calling __reduce__ is the canonical example, and it's the one everybody has read about.

  • Keras models can embed Python code objects within their configuration
  • Unmarshalling .keras files to inspect code is unsafe
  • Aisbom v1.3.0 identifies Lambda layers and embedded code as CRITICAL risks

Why Should the Language Change the Moment I Build a UI?

In ordinary application code, I create values, pass them to functions, and distinguish between cases. Then Web UI begins, and sometimes the whole world changes. Component. Hooks. JSX. Store.

  • Seseragi framework treats components as ordinary functions.
  • UI expressed as ordinary values and data constructors.
  • Development mirrors language progression, feels natural.

What If Programs Were Mostly Just Values Flowing Through Functions?

I've never particularly enjoyed reading code that makes me suddenly switch from following values to chasing control flow. A variable gets assigned halfway through. A function returns halfway through.

  • The author prefers code that shows values flowing through functions.
  • They created F-Box to maintain smooth value flow with a pipe helper.
  • Seseragi programming language emphasizes pleasant, intuitive code structure.

More from Sunday 16 August →