How to Run Bitcoin Mining on an ESP32 Microcontroller
The Bitaxe project and ESP-Miner repository bring back garage DIY vibes with an open-source Bitcoin mining firmware for ESP32.
Language
HomeLanguages
Sections
The Bitaxe project and ESP-Miner repository bring back garage DIY vibes with an open-source Bitcoin mining firmware for ESP32.
Turn a cheap Chinese IP camera into a full Linux computer with OpenIPC firmware. SSH access, RTSP streams, and no cloud dependency.
Batear project uses a microphone and ESP32 microcontroller to detect drones by their acoustic signatures, processing everything locally without cloud dependency.
A deep dive into bypassing Play Integrity checks and banking app restrictions on Snapdragon 8 Elite through low-level ABL patching with the gbl_root_canoe project.
MimiClaw runs a full AI agent loop on an ESP32-S3 microcontroller for just $5, with local memory, Telegram integration, and autonomous task scheduling.
ReXGlue uses static recompilation to convert Xbox 360 executables into native C++, eliminating runtime translation overhead and enabling games to run directly on modern hardware with lower resource demands.
Explore the radio spectrum from 1 MHz to 6 GHz using HackRF SDR platform and open-source tools like GNU Radio for signal analysis and reverse engineering.
EverythingToolbar brings Everything's lightning-fast NTFS search directly into the Windows taskbar, eliminating the need for separate windows or hotkeys.
DAOS is a distributed object storage system that abandons the traditional kernel I/O stack to squeeze maximum performance from NVMe and SCM memory.
KernelPatch lets you hook and patch the Linux kernel using only a stripped binary—no source code or debug symbols needed. Here's how it works.
DeskHop is an open-source hardware KVM switch built from two Raspberry Pi Pico boards that lets you instantly switch keyboard and mouse between two computers.
Mercedes-Benz released ARDEP on GitHub—an open hardware and software platform for rapid prototyping of automotive devices, built on Zephyr RTOS.
Developer ported Flipper Zero OS to cheap ESP32 boards. The project offers Wi-Fi attacks, Sub-1 GHz, NFC, and more on hardware for just a few thousand rubles.
A deep dive into zlib-ng: a modern fork of the classic zlib library that leverages vector instructions to achieve 4x faster compression without API changes.
Linus Torvalds built a full guitar multi-effect pedal with custom DSP algorithms, modular hardware, and a KiCad PCB design.
Dropbear is a lightweight SSH server and client that serves as the default standard in OpenWrt and network device firmware. Perfect for embedded systems with limited resources.
When a USB device freezes on a remote server, a standard reboot won't help since power keeps flowing to the ports. The uhubctl utility lets you cut power programmatically.
Erin Catto, creator of Box2D, has released Box3D—a rigid body 3D physics library written in C from scratch. No external dependencies, data-oriented design.
box64 lets you run x86_64 games and software on Arm and RISC-V without the usual QEMU slowdown. Here's how it works and what you can run.
OpenResty transforms Nginx into a full application server, enabling complex business logic, database queries, and caching directly within the proxy layer using Lua and LuaJIT.
A quick look at WebUI — a tiny C library that turns any browser into a lightweight GUI for your apps without Electron or heavy frameworks.
A look at the chips project — a collection of 8-bit chip emulators written in pure C, packed into header files with a unique pin bit mask approach.
LibreDWG is a free C library for reading and converting DWG files without AutoCAD. Perfect for automation, web visualization, and GIS integration.
Learn how to overcome the fear of kernel-level programming and start writing Windows drivers using Microsoft's official Windows-driver-samples repository.