Clippy

Copy files from your terminal that actually paste into GUI apps. No more switching to Finder. macOS only – built specifically for the Mac clipboard system. Why Clippy? pbcopy copies file contents, but …

Galene videoconference server

Galene (or Galène) is a videoconference server (an “SFU”) that is easy to deploy and that requires very moderate server resources. It was originally designed for lectures, conferences and student …

Go kit: A toolkit for microservices

Why Go kit? Go kit is a programming toolkit for building microservices (or elegant monoliths) in Go. We solve common problems in distributed systems and application architecture so you can …

Learn MCP Fast

The Model Context Protocol(MCP) was introduced in 2024 by Anthropic, drawing inspiration from the Language Server Protocol (LSP), which revolutionized the integration of programming tools with code editors. MCP addresses …

Singleflight in Go

Singleflight is a pattern and corresponding package in Go’s golang.org/x/sync/singleflight library. Its primary purpose is to ensure that only one call to an expensive or duplicative operation is in flight …

biome: One toolchain for your web project

https://biomejs.dev/https://github.com/biomejs/biome Biome is a performant toolchain for web projects, it aims to provide developer tools to maintain the health of said projects. Biome is a fast formatter for JavaScript, TypeScript, JSX, JSON, CSS and GraphQL that scores 97% compatibility with Prettier. Biome is …

sshx: A secure web-based, collaborative terminal

sshx lets you share your terminal with anyone by link, on a multiplayer infinite canvas. It has real-time collaboration, with remote cursors and chat. It’s also fast and end-to-end encrypted, with a lightweight server written in …

Jujutsu—a version control system

Jujutsu is a powerful version control system for software projects. You use it to get a copy of your code, track changes to the code, and finally publish those changes for others …