Preset
Background
Text
Font
Size
Width
Account Saturday, March 21, 2026

The Git Times

“The best material model of a cat is another, or preferably the same, cat.” — Norbert Wiener

AI Models
Claude Sonnet 4.6 $15/M GPT-5.4 $15/M Gemini 3.1 Pro $12/M Grok 4.20 $6/M DeepSeek V3.2 $0.89/M Llama 4 Maverick $0.60/M
Full Markets →

Mole V1.30 Supercharges Mac Cleanup with Edge-Case Hardening

Latest release refines orphan detection, stabilizes scans, and boosts reliability for power users reclaiming disk space amid growing builds.

tw93/Mole Shell Latest: V1.30.0 42.8k stars 5mo old

Developers juggling massive Xcode projects, browser caches, and system logs know the drill: macOS hoards gigabytes of cruft that slows builds and eats SSD life. Enter Mole (tw93/Mole), the shell-based CLI powerhouse that's been a go-to for deep Mac optimization since last fall. Its V1.30.0 release—pushed just weeks ago—doesn't reinvent the wheel but fortifies it against real-world breakage, earning fresh buzz among builders weary of flaky cleaners.

At its core, Mole fuses the best of CleanMyMac, AppCleaner, DaisyDisk, and iStat Menus into a single, lightweight binary. Fire up mo clean to nuke caches, logs, and browser detritus; mo uninstall to excise apps plus sneaky launch agents and prefs; mo analyze for a visual disk breakdown spotting space hogs; or mo status for live CPU/GPU/memory/network dashboards. It's all script-driven—no bloaty GUIs, just bash smarts with Homebrew install (brew install mole) or a one-liner curl.

What sets V1.30.0 apart? It tackles the gritty edge cases that plague heavy users. Orphan app-data cleanup now applies a 30-day inactivity window for generics and a 7-day one for Claude VM bundles, slashing false positives while staying aggressive. Xcode DeviceSupport purging fixes empty-array crashes in sparse setups, and large-directory scans scope tighter to dodge stalls. Core Perl timeouts beef up reliability sans gtimeout, while mo purge and mo uninstall harden against unbound vars and missing lsregister. Homebrew paths stabilize sans excess sudo, and the main menu hides update prompts unless relevant. These aren't flashy; they're the unglamorous fixes that prevent mid-clean aborts during crunch-time deploys.

Technically, Mole shines in its safety-first shellcraft. Strict set -euo pipefail modes catch errors early, dry-runs (mo clean --dry-run) preview carnage, and whitelists (mo clean --whitelist) shield sacred dirs. Rebuild caches, refresh LaunchServices, purge build artifacts—it's a dev's Swiss Army knife. Live monitoring beats top for at-a-glance vitals, and commands like mo touchid streamline sudo. An experimental Windows port beckons cross-platform dreams, though macOS remains king.

Gaining traction amid ballooning project sizes, Mole matters now because V1.30 delivers bulletproof stability when every GB counts. No more nounset panics or stalled scans derailing workflows. For teams on M-series chips churning ML models or monorepos, it's the optimizer that just works—reclaiming space without the drama of paid suites. As macOS evolves, Mole's script agility keeps it ahead, proving open-source CLI can outpace glossy apps in raw utility.

(Word count: 448)

Use Cases
  • Xcode devs purging DeviceSupport and caches post-builds.
  • Frontend builders clearing browser leftovers and logs.
  • Sysadmins monitoring live stats during CI/CD runs.
Similar Projects
  • CleanMyMac - GUI suite with premium features; Mole matches depth in a free, scriptable CLI binary.
  • AppCleaner - Basic app uninstaller; Mole extends to full-system caches and launch agents.
  • DaisyDisk - Graphical disk visualizer; Mole offers CLI analysis with cache rebuilds and service refreshes.

More Stories

Modly Converts Images to 3D Models on Local GPUs

Open-source desktop app processes photos with AI extensions, no cloud required for Windows and Linux users

lightningpixel/modly · TypeScript · 437 stars 3d old

GitHub Tracks Open Source OS Age Verification Status

Lists Linux and BSD distros' compliance with Brazil, California laws and proposals

BryanLunduke/DoesItAgeVerify · Unknown · 480 stars 2d old

OpenGauss Launches Multi-Agent Lean Workflow Orchestrator

Math Inc project streamlines proof automation and formalization in Lean-based developments

math-inc/OpenGauss · Python · 443 stars 1d old

Flash-MoE Runs 397B MoE Model on Laptop

C/Metal engine streams Qwen3.5-397B from SSD at 4.4 tokens/second on M3 MacBook

danveloper/flash-moe · Objective-C · 423 stars 2d old

Open-Source AI Agents Embrace Modular Skills and Persistent Memory

Repositories cluster around composable frameworks, skill registries, and context systems for autonomous, long-running agentic workflows.

trend/ai-agents · Trend · 0 stars

Open Source Surges with LLM Agent Toolkits, Proxies, and Code Optimizers

Developers build modular utilities to unify, efficiency-boost, and agent-ify LLMs, paving way for AI-native dev workflows

trend/llm-tools · Trend · 0 stars

AI-Augmented CLI Dev Tools Surge in Open Source Ecosystems

Local-first proxies, agent orchestrators, and code intel engines redefine terminal-driven developer productivity.

trend/dev-tools · Trend · 0 stars

Deep Cuts

Use Cases
  • Remote hikers query AI for terrain navigation and first-aid protocols.
  • Disaster responders access offline comms tools and resource inventories.
  • Off-grid developers run local AI for secure code reviews anywhere.
Similar Projects
  • Kiwix - offline Wikipedia access, misses integrated AI and survival focus.
  • OsmAnd - robust offline maps, lacks comprehensive knowledge and AI suite.
  • Ollama - local AI inference, no bundled survival tools or interfaces.

Quick Hits

repomix Repomix packs your entire repo into one AI-optimized file for effortless LLM analysis with Claude, ChatGPT, or Grok. 22.6k
Netryx-OpenSource-Next-Gen-Street-Level-Geolocation Netryx delivers precise street-level geolocation from images via local computer vision, matching premium SaaS on your hardware. 435
platform Huly combines Linear, Jira, Slack, and Notion into one TypeScript platform for seamless project management. 25.1k
nixpkgs Nixpkgs provides a massive, reproducible package collection for declarative NixOS and Nix environments. 24k
goal-driven Goal-driven runs multi-agents for 100+ hours to solve and verify complex coding or math problems. 441
skills Skills archives all versions of Clawhub.com's skills, offering developers a complete historical repository. 3.2k

LLMs-from-Scratch Repo Updated with Fine-Tuning Code for Larger Models

Raschka's PyTorch notebooks evolve to mirror ChatGPT training amid rising custom LLM demands

rasbt/LLMs-from-scratch Jupyter Notebook 88.9k stars Est. 2023

The rasbt/LLMs-from-scratch repository, companion to Sebastian Raschka's book Build a Large Language Model (From Scratch), received its latest push on March 21, 2026. This update reinforces its role as a hands-on PyTorch guide for demystifying GPT-style architectures, now emphasizing code for loading and fine-tuning weights from larger pretrained models.

Developers familiar with the project know it walks through building a ChatGPT-like LLM from the ground up using Jupyter notebooks. It covers tokenization, embedding layers, transformer blocks, and autoregressive training—mirroring the scaled-up processes behind foundational models. The notebooks produce a small but functional model via pretraining on text corpora, followed by supervised fine-tuning for chat tasks.

What's evolved? Recent commits extend beyond toy models, integrating scripts to import weights from production-scale LLMs. This aligns with PyTorch's maturing ecosystem, where builders increasingly adapt giants like Llama or Mistral rather than train from zero. Raschka's approach uses standard components: multi-head self-attention, positional encodings, and causal masking, all implemented without external libraries beyond PyTorch.

# Example: Core GPT model skeleton
class GPT(nn.Module):
    def __init__(self, vocab_size, n_embd, n_head, n_layer):
        # Embeddings, transformer blocks, lm_head
    def forward(self, idx, targets=None):
        # Forward pass with logits

The repo stresses educational clarity: each notebook builds incrementally, with diagrams and explanations from the Manning-published book (ISBN 9781633437166). Clone via git clone --depth 1 https://github.com/rasbt/LLMs-from-scratch.git for the full suite, including setup tips for Python/PyTorch environments.

For builders, this matters now as closed-source LLMs dominate APIs. Understanding internals enables cost-effective fine-tuning on consumer GPUs, auditing black-box behaviors, or prototyping domain-specific models. It sidesteps library abstractions, revealing pain points like gradient accumulation for long sequences or LoRA adapters for efficiency—crucial for shipping reliable generative AI.

No fluff: if you're debugging transformer convergence or customizing attention mechanisms, these notebooks cut through hype. The update ensures compatibility with PyTorch 2.x features like torch.compile, keeping it relevant for production pipelines. Raschka's repo remains a benchmark for reproducible LLM education, proving small-scale experiments scale insights to enterprise.

(Word count: 362)

Use Cases
  • ML engineers prototyping GPTs with causal transformers in PyTorch.
  • Researchers fine-tuning large pretrained LLMs on custom datasets.
  • Educators teaching LLM internals via step-by-step Jupyter notebooks.
Similar Projects
  • andrejkarpathy/nanoGPT - Concise GPT-2 trainer, lacks chat fine-tuning and book-length explanations.
  • facebookresearch/fairseq - Production-scale seq2seq framework, overly complex for from-scratch learning.
  • huggingface/transformers - High-level model hub, skips low-level PyTorch implementations.

More Stories

Netdata v2.9 Adds Database Query Analysis Tools

Release expands observability for 14 databases and OpenTelemetry log support

netdata/netdata · C · 78.2k stars Est. 2013

scikit-learn 1.8.0 Enables Free-Threaded CPython Support

Update targets Python 3.11-3.14 for enhanced ML multithreading performance

scikit-learn/scikit-learn · Python · 65.5k stars Est. 2010

Quick Hits

FinGPT Build revolutionary finance AI with FinGPT's open-source large language models, trained and ready on HuggingFace. 18.9k
spec-kit Launch spec-driven development fast with this toolkit's essential setup and workflows for builders. 79k
spaCy Process text at scale with spaCy's industrial-strength Python NLP for production-grade accuracy and speed. 33.4k
FinRL Train trading agents via FinRL's financial reinforcement learning framework in ready-to-run Jupyter notebooks. 14.2k
openai-cookbook Integrate OpenAI API effortlessly using this cookbook's practical Jupyter examples and guides. 72.3k

Newton Enhances GPU Physics for Humanoid Robot Development

Recent robot examples for G1 and H1 models boost differentiable simulations on NVIDIA Warp.

newton-physics/newton Python 3.5k stars 11mo old

Newton's GPU-accelerated physics engine, built on NVIDIA Warp, continues to evolve for roboticists tackling complex simulations. Last updated in March 2026, the project—initiated by Disney Research, Google DeepMind, and NVIDIA—now emphasizes extensible, differentiable computations via its integration of MuJoCo Warp as the primary backend. This extends Warp's deprecated warp.sim module, adding OpenUSD support for scalable scene handling and user-defined extensions for custom forces or contacts.

What sets Newton apart is its focus on GPU-native performance without local CUDA Toolkit installs. On NVIDIA GPUs (Maxwell+ with driver 545+), it delivers rapid iteration for robotics workflows. Python 3.10+ users on Linux, Windows, or macOS (CPU-only fallback) can start with:

pip install "newton[examples]"
python -m newton.examples.basic_pendulum

Recent pushes highlight robot-specific examples, including robot_g1 and robot_h1, enabling quick tests of humanoid dynamics like balance and locomotion. Basic demos cover URDF imports (basic_urdf), joint chains (basic_joints), conveyors (basic_conveyor), and heightfields (basic_heightfield). Advanced features include recording/replay (recording, replay_viewer) and plotting for analysis.

Differentiability shines for reinforcement learning pipelines, where gradients flow through physics for policy optimization. OpenUSD integration streamlines asset pipelines from tools like Omniverse, while extensibility lets researchers override solvers—crucial for novel actuators or hybrid systems.

As a Linux Foundation project under Apache-2.0, Newton fosters community maintenance, with docs under CC-BY-4.0. Install from source via uv for bleeding-edge tweaks.

For builders, Newton solves the bottleneck of CPU-limited sims in robotics R&D. Its Warp foundation ensures 100x+ speedups over traditional engines, making it ideal for scaling to fleets of virtual robots. Why now? Surging humanoid projects demand fast, gradable sims—Newton delivers without vendor lock-in.

Key technical edges:

  • No-CUDA setup: Warp handles kernels remotely.
  • Cross-platform: Full GPU on Linux/Windows, CPU on macOS.
  • Extensible APIs: Inject custom collision or integration logic.

Roboticists iterating on RL or control should benchmark against these updates—Newton's momentum positions it as a Warp successor for production sims.

Use Cases
  • Roboticists simulating Unitree G1 humanoid balance on GPU.
  • Researchers training differentiable RL policies for H1 locomotion.
  • Developers prototyping URDF joints with OpenUSD viewers.
Similar Projects
  • NVIDIA Warp - Deprecated sim module; Newton generalizes and integrates MuJoCo for broader robotics use.
  • MuJoCo - Core physics backend; Newton adds Warp GPU speed and extensibility layers.
  • Brax - JAX-differentiable sims; Newton prioritizes NVIDIA GPU scale over multi-framework portability.

More Stories

GTSAM 4.2 Adds Hybrid Inference to Factor Graph SAM

Georgia Tech library boosts robotics stability with Python wrappers and Shonan averaging

borglab/gtsam · Jupyter Notebook · 3.3k stars Est. 2017

TLSFuzzer Refines TLS 1.3 Fuzzing Amid Ongoing Updates

Recent pushes extend protocol verifier's scripts for RFC compliance and vulnerability checks

tlsfuzzer/tlsfuzzer · Python · 617 stars Est. 2015

Quick Hits

mavros Bridge MAVLink drone protocols to ROS with GCS proxy for seamless UAV integration in robotic systems. 1.1k
rmvl Equip robots with precise vision-based manipulation via this high-performance C++ library. 109
auto-apms Craft modular robot behaviors using behavior trees in this flexible ROS 2 framework. 91
autoware Build complete autonomous driving stacks with this open-source software for self-driving vehicles. 11.3k
vortex-auv Navigate and control AUVs underwater with competition-ready guidance software. 118

Hacker Search Engines List Refreshed for Evolving Red Team Workflows

Recent update bolsters coverage of vulnerabilities, crypto leaks, and surveillance cams amid rising OSINT demands

edoardottt/awesome-hacker-search-engines Shell 10.3k stars Est. 2022

The edoardottt/awesome-hacker-search-engines repository, a staple for security practitioners, received its latest push on March 21, 2026, expanding its curated roster of specialized search engines. This update arrives as developers and builders face intensified pressure to integrate reconnaissance into CI/CD pipelines and vulnerability scanning—making quick access to niche tools more critical than ever.

At its core, the list addresses a key pain point in penetration testing and threat hunting: sifting through the internet's vast attack surface without drowning in general-purpose engines like Google or Bing. It organizes over 100 resources into targeted categories, from servers and vulnerabilities to emerging areas like surveillance cameras and crypto.

Server-focused engines dominate early sections. Shodan maps the Internet of Things, exposing unsecured devices from industrial controls to webcams. Censys and Onyphe.io provide deeper certificate and exposure data, while FOFA and Quake enable cyberspace-wide queries for protocol-specific fingerprints. Builders scripting automated scans can pipe these into shell workflows—the repo's primary language—for scalable asset discovery.

Vulnerabilities get robust treatment: NIST NVD and MITRE CVE for official disclosures, GitHub Advisory Database for ecosystem-specific alerts, and Vulners.com for cross-referenced exploits. Newer additions like osv.dev streamline open-source vuln tracking, vital for devs maintaining supply chains.

The update shines in niche expansions. Crypto tools hunt blockchain leaks, People searches aggregate social/OSINT profiles, and Surveillance cameras point to Insecam-style indexes—timely amid IoT breach spikes. Threat Intelligence covers GreyNoise for noise filtering and Natlas for network scaling.

For builders, this isn't passive reading: integrate via shell one-liners, e.g., querying ZoomEye APIs in recon scripts or Hunter for email recon. Red/Blue teams save hours; bug bounty hunters accelerate scoping.

Why now? With state-sponsored ops leaning on OSINT, and tools like these feeding ML-driven threat models, the refresh ensures parity against 2026's evasion tactics. No bloat—just signal for secure coding and ops.

(Word count: 362)

Use Cases
  • Red teamers mapping exposed IoT via Shodan queries
  • Bug bounty hunters tracking CVEs on Vulners.com
  • Blue teams filtering noise with GreyNoise intel
Similar Projects
  • jivoi/awesome-osint - Broader OSINT toolkit beyond search engines alone
  • sudobash/awesome-hacking-lists - Generalizes to exploits, not specialized searches
  • carlospolop/PEASS-ng - Focuses on post-exploitation, skips recon engines

More Stories

Radare2 6.1.2 Bolsters Analysis Reliability

Brainroot release refines function handling, basic blocks in longstanding reversing toolkit

radareorg/radare2 · C · 23.3k stars Est. 2012

Matomo 5.8.0 Sharpens Self-Hosted Analytics Edge

New release refines PHP platform for privacy-first web and app data tracking

matomo-org/matomo · PHP · 21.4k stars Est. 2011

Quick Hits

rengine reNgine automates web app reconnaissance with configurable engines, data correlation, continuous monitoring, and intuitive UI for effortless pentesting. 8.5k
subfinder Subfinder delivers blazing-fast passive subdomain enumeration for stealthy, efficient recon without active scanning. 13.3k
cve CVE tool gathers and auto-updates latest CVEs with PoCs, enabling rapid exploit validation and testing. 7.6k
nuclei Nuclei scans vulnerabilities in apps, APIs, networks, and clouds using customizable YAML templates for trending threats. 27.6k
awesome-security-hardening Awesome-security-hardening curates guides, tools, and resources to harden systems against modern attacks. 6.2k

Base Node v0.14.9 Brings Critical op-geth and op-node Updates for Geth Runners

Recommended release patches Base Geth nodes with op-geth v1.101609.1 and op-node v1.16.7 amid rising L2 sovereignty demands.

base/node Go Latest: v0.14.9 68.7k stars Est. 2023

The base/node repository, a staple for self-hosting Base—an Optimism OP Stack L2—has issued v0.14.9, flagged as a recommended update specifically for Base Geth nodes. This release incorporates op-geth v1.101609.1 (from ethereum-optimism/op-geth) and op-node v1.16.7 (from ethereum-optimism/optimism), addressing recent chain stability and performance needs. Full changelogs detail the diffs, underscoring incremental fixes vital for production syncing.

Running a Base node via this repo sidesteps centralized RPC reliance, enabling builders to verify transactions, index data, or expose custom endpoints on mainnet or Sepolia testnet. Setup leverages Docker Compose: configure L1 endpoints like OP_NODE_L1_ETH_RPC, OP_NODE_L1_BEACON, and OP_NODE_L1_BEACON_ARCHIVER in .env.mainnet or .env.sepolia, then docker compose up --build. For testnet, prefix with NETWORK_ENV=.env.sepolia.

Supported clients include reth (default, with optional Flashblocks via RETH_FB_WEBSOCKET_URL), geth, and nethermind. Switch via CLIENT=reth docker compose up --build. Minimum hardware demands 32GB RAM (64GB advised), multicore CPU, and NVMe SSD with storage for 2x chain size plus snapshots and buffer. Production mirrors AWS i7i.12xlarge instances with RAID 0 NVMe/ext4 for Reth archive or Geth full nodes.

This update matters now as Base's TVL climbs and dApp activity surges, amplifying risks of third-party RPC downtime. Geth operators, in particular, gain from op-geth's targeted patches, ensuring sync parity with L1 Ethereum. Reth users benefit indirectly via stack-wide op-node improvements.

For builders, v0.14.9 lowers barriers to L2 node sovereignty. DeFi protocols can validate settlements independently; indexers avoid rate limits; and RPC providers scale without vendor lock-in. With Base's low-cost, secure design, self-hosting aligns with Ethereum's decentralization ethos, especially post-Dencun upgrades stressing L2 resilience.

The repo's three-year maturity reflects battle-tested Docker orchestration atop OP Stack, but this release sharpens its edge for Geth-heavy setups amid evolving L1-L2 interplay.

Use Cases
  • DeFi protocols verifying Base L2 transactions without RPC providers.
  • Indexers syncing full Base chain data for custom queries.
  • dApp teams exposing sovereign RPC endpoints for mainnet apps.
Similar Projects
  • ethereum-optimism/optimism - Upstream OP Stack source; base/node adds Base-tuned Docker and env configs.
  • ethereum-optimism/op-geth - Customized Geth fork; base/node integrates it into multi-client orchestration.
  • paradigmxyz/reth - Rust Ethereum client; base/node supports it as default for faster Base syncing.

More Stories

scrcpy v3.3.4 Fixes Android Upgrade Permission Bugs

Update resolves compatibility issues on upgraded devices and select Meizu models

Genymobile/scrcpy · C · 137.3k stars Est. 2017

Sway v0.70.3 Enables Const Generics by Default

Fuel blockchain's Rust-inspired language advances trait coherence and intrinsics in latest release

FuelLabs/sway · Rust · 61.9k stars Est. 2021

Quick Hits

bitcoin Bitcoin Core integrates and stages Bitcoin protocol features for running full nodes with secure transaction validation and wallet support. 88.6k
lede Lean's LEDE compiles lean OpenWRT firmware for customizing routers with optimized performance and extensive package support. 31.4k
hugo Hugo builds static websites from Markdown at unmatched speed, perfect for high-performance blogs and documentation sites. 87.2k
awesome-go Awesome Go curates essential frameworks, libraries, and tools to supercharge Go development workflows. 167.9k
react-native React Native enables cross-platform native mobile apps using React for seamless iOS and Android deployment. 125.6k

OpenWeedLocator Reaches v1.0 Milestone with Pi 5 Support and Compact Enclosures

Mature open-source weed detector gains Raspberry Pi 5 compatibility, configurable detection, and new community resources for precision ag builders.

geezacoleman/OpenWeedLocator Python Latest: v1.0.0 444 stars Est. 2021

OpenWeedLocator (OWL), the Raspberry Pi-powered weed detection system, has marked a significant evolution with its first stable release, v1.0.0. Long a staple for DIY precision agriculture, OWL now fully supports the Raspberry Pi 5 and picamera2, alongside legacy picamera setups. A new config/config.ini file streamlines tuning detection parameters, making green-on-brown algorithms more adaptable for in-crop and fallow fields.

At its core, OWL processes images from off-the-shelf cameras to identify weeds via simple thresholding—readily upgradable for advanced models. Detection triggers a relay board or custom driver to activate 12V solenoids, relays, or sprayers. The system packages into 3D-printable or extruded aluminum enclosures, with fresh compact designs released in May 2024. Files are available directly from the repo or Printables.

Recent momentum underscores OWL's staying power. Last pushed in March 2026, the project launched a dedicated Discourse forum in December 2025 for agtech discussions, complementing GitHub Issues. A full YouTube installation guide dropped in February 2025, and the biweekly OpenSourceAg Newsletter keeps builders looped in. These resources lower the barrier for integrating OWL on robots, vehicles, or bikes.

The v1.0 release, DOI-stamped via Zenodo for research citation, invites community pull requests to refine code and hardware. Bugs fixed and features polished mean deployers can trust it for site-specific spraying without proprietary lock-in.

For builders tackling herbicide reduction, OWL delivers low-cost autonomy: under $100 in parts, Python-based, and extensible. It sidesteps heavy ML dependencies, prioritizing reliability in dusty fields. Researchers and smallholders gain a forkable baseline; the Pi 5 upgrade boosts edge performance for real-time decisions.

Why now? As ag faces regulatory pressure on chemical use, OWL's refinements position it for broader adoption in spot-treatment fleets. Check the Discussion tab for mounting hacks and parameter tweaks—it's builder-driven evolution in action.

Use Cases
  • Farmers on robots for automated spot spraying in row crops.
  • Vehicle mounts for large-field weed mapping and treatment.
  • Bicycle setups for small-scale organic fallow weed control.
Similar Projects
  • FarmBot/FarmBot - Comprehensive CNC planters/harvesters; OWL targets detection-only for sprayers.
  • BlueRiverTechnology/see-and-spray - Commercial ML sprayer; OWL offers open, low-cost hardware alternative.
  • tensorflow/models (agriculture) - Heavy deep learning vision; OWL uses lightweight, configurable thresholding.

More Stories

PrintpooP v1.7 Adds CYD Display Variant and Brightness Controls

Bambu Lab A1 accessory update improves screen options for ESP32-powered hotend display

VaAndCob/PrintpooP · C · 38 stars 10mo old

LibreHardwareMonitor Bolsters Motherboard and Fan Support

Release v0.9.6 adds Gigabyte board controls, Arctic fans, and metrics tweaks

LibreHardwareMonitor/LibreHardwareMonitor · C# · 8k stars Est. 2017

Quick Hits

SamehadaDB Build a simple relational DBMS in Go to master database internals hands-on. 76
tulipcc Create portable Python synthesizers for music and graphics on custom hardware. 857
micrOS Run mini async automation OS in Python for smart DIY IoT projects. 128
p3a Animate pixel art smoothly on ESP32-P4 for compact retro displays. 57
nwinfo Reveal detailed Windows hardware specs instantly to optimize your builds. 514
Memes section coming soon. Check back tomorrow!