C Git
No mentions found
This entity hasn't been tracked yet, or Iris is still building its knowledge base.
Related Articles from SNS
Grit: Rewriting Git in Rust with Agents
A few months ago I read about Anthropic's experiment of releasing a swarm of agents to write a functioning C compiler and it made me wonder about the feasibility of using that same approach to accomplish something I've been dreaming about for 15 years now, not long after we started GitHub - rewrite Git from scratch to be library based. Git is of course a very complex piece of software. There are lots of "plumbing" commands, lots of higher level commands - it was put together incrementally by...
Alibaba/Open-Code-Review
The open source AI code review agent. English | 简体中文 Open Code Review is an AI-powered code review CLI tool. It originated as Alibaba Group's internal official AI code review assistant — over the past two years, it has served tens of thousands of developers and identified millions of code defects.
Life and work is not meant to be spent in isolation
It is an amazing time for programmers! This is something I have been thinking a lot about but not yet written down in an article or blog post. It truly is a unique time to be alive as a person writing software.
Odysseus – self-hosted AI workspace
─────────────────────────────────────────────── ⊹ ࣪ ˖ ૮( ˶ᵔ ᵕ ᵔ˶ )っ Odysseus vers. 1.0 ─────────────────────────────────────────────── A self-hosted AI workspace -- meant to be the self-hosted version of the UI experience you get from ChatGPT and Claude. But with more jank and fun.
A Matter Wi-Fi Light Bulb in Rust on the Raspberry Pi Pico 2 W
This repository contains examples for the Raspberry Pi Pico 2 (RP2350) board, written in Rust using the Embassy async framework. cargo generate --git https://github.com/ImplFerris/pico2-template.git --name rust-rpico2-embassy-examples Board: Raspberry Pi Pico 2 - MCU: RP2350 (Dual-core Arm Cortex-M33 and RISC-V cores) - On-board peripherals: - LED on GPIO25 - I2C pins: - I2C0 SDA: GPIO4 - I2C0 SCL: GPIO5 - I2C1 SDA: GPIO2 - I2C1 SCL: GPIO3 - UART pins: - UART0 TX: GPIO0, UART0 RX: GPIO1 -...
Ask HN: What are tools you have made for yourself since the advent of AI?
I've made a number of ceramic molds for slumping fused glass into bowls. As well as wooden templates for ceramic mugs. I've devised a few carrying tools to move glass frit paintings from my studio down to my barn where the kilns sit without spilling the glass.
Zig ELF Linker Improvements Devlog
Devlog This page contains a curated list of recent changes to main branch Zig. Also available as an RSS feed. This page contains entries for the year 2026.
Zig: Build System Reworked
Devlog This page contains a curated list of recent changes to main branch Zig. Also available as an RSS feed. This page contains entries for the year 2026.
Movwin: My (Unpublished) TUI Framework
blog - git - desktop - contact 2026-05-29 Making programs with some sort of GUI (or TUI) has been a bit unsatisfactory for me for a very long time now. Libraries come and go, trends come and go. You constantly have to chase upstream's new decisions and adjust your code.
Anthropic's open-source framework for AI-powered vulnerability discovery
A reference implementation for autonomous vulnerability discovery and remediation with Claude, based on our learnings from partnering with security teams at several organizations since launching Claude Mythos Preview. For a write up of these learnings along with best practices, see the accompanying blog post (also available in blog-post.md ). For a lightweight SDK-only walkthrough of the same recon → find → triage → report → patch loop, see the companion cookbook.