Tuesday, October 22, 2024

AI Raspberry Pi 5, with GPU and AI Kit (NPU)

 Every Developer Needs a Raspberry Pi - YouTube

Raspberry Pi 8gb, 4gb, and 2gb models: https://www.seeedstudio.com/Raspberry... $80
Raspberry Pi 5 PCIe to M.2 NVMe 2CH: https://s.click.aliexpress.com/e/_Dd4...
l298n motor controller: https://s.click.aliexpress.com/e/_DlQ...

Amazon.com: Raspberry Pi 5, Single Board Computer, 4GB RAM, 2.4GHz 64-bit Quad-core Arm Cortex-A76 Processor, Bluetooth 5.0, BLE Wireless : Electronics
$90 



The AI module is a 13 tera-operations per second (TOPS) neural network inference accelerator built around the Hailo-8L chip.

ts-blank-space: TypeScript to JavaScript

ts-blank-space

ts-blank-space is a fast type-stripping compiler that converts TypeScript to JavaScript. It supports a modern subset of TypeScript by erasing the types and replacing them with whitespace. That's it. It is not a type checker and does not perform any other code transformations.

The underlying technique can improve build performance and simplify development. The implementation is pure TypeScript. It is simple enough to read and understand in a few minutes because it is only 700 lines of code and reuses the original TypeScript parser.