Links
AddThe Filesystem That Makes S3 your Primary Storage. ZeroFS is 9P/NFS/NBD on top of S3.
ZeroFS makes S3 storage feel like a real filesystem. It provides file-level access via NFS and 9P and block-level access via NBD. Fast enough to compile code on, with clients already built into your OS. No FUSE drivers, no kernel modules, just mount and go.
A sane distributed file system.
9P is a network protocol developed at Bell Labs for the Plan 9 from Bell Labs distributed operating system as the means of accessing and manipulating resources and applications transparently in a distributed environment. 9P works both as a distributed file system and as a network transparent and language agnostic ‘API’.
Generate code from the terminal! Supercharge Your AI Coding. Simple. Fast. Powerful. Codebuff works in your terminal.
Codebuff is an open-source AI coding assistant that edits your codebase through natural language instructions. Instead of using one model for everything, it coordinates specialized agents that work together to understand your project and make precise changes.
Expose llms-txt to IDEs for development.
llms.txt is a website index for LLMs, providing background information, guidance, and links to detailed markdown files. IDEs like Cursor and Windsurf or apps like Claude Code/Desktop can use llms.txt to retrieve context for tasks. However, these apps use different built-in tools to read and process files like llms.txt. The retrieval process can be opaque, and there is not always a way to audit the tool calls or the context returned.
MCP offers a way for developers to have full control over tools used by these applications. Here, we create an open source MCP server to provide MCP host applications (e.g., Cursor, Windsurf, Claude Code/Desktop) with (1) a user-defined list of llms.txt files and (2) a simple fetch_docs tool read URLs within any of the provided llms.txt files. This allows the user to audit each tool call as well as the context returned.
Related contents:
Extensible Code Editor
CodeMirror is a code editor component for the web. It can be used in websites to implement a text input field with support for many editing features, and has a rich programming interface to allow further extension.
Related contents:
Fully customizable AI chatbot component for your website.
Deep Chat is a fully customizable AI chat component that can be injected into your website with just one line of code. Whether you want to create a chatbot that leverages popular APIs such as ChatGPT or connect to your own custom service, this component can do it all!
Web based user interface for mkcert CLI internal CA .
A secure, modern web interface for managing SSL certificates using the mkcert CLI tool. Generate, download, and manage local development certificates with enterprise-grade security and an intuitive web interface.
Lightweight, self-hosted note-taking application with filesystem-based storage so you maintain 100% portability of your notes.
A lightweight, self-hosted note-taking application with filesystem-based storage. Built with Nuxt 3, TypeScript, and designed for simplicity and performance. The primary goal of this app is to manage your notes in a manner that is 100% portable. You should be able to manage your notes in terminal, notepad or any other app - there is no database, just folders and files.
A Cloudflare alternative for local and cloud use, can be used ontop of cloudflare for cloudflares paid features, but for free!
NetGoat is a blazing-fast, self-hostable reverse proxy and traffic manager designed for developers, homelabbers, and teams who want Cloudflare-like features without the cost.
📬 Spacebar is a free open source selfhostable discord compatible communication platform. Selfhosted, secure communication that you're already familiar with.
Python-based disaster recovery documentation generator for Unraid servers. Automatically creates docker-compose files and restoration scripts from your running homelab setup.
Automatically generate comprehensive disaster recovery documentation for your Unraid setup.
Related contents:
A MQTT broker that is scalable, enterprise ready, and open source.
A distributed MQTT message broker based on Erlang/OTP. Built for high quality & Industrial use cases. The VerneMQ mission is active & the project maintained. Thank you for your support!
Web front end for your database.
Create professional databases, forms, sheets, and reports with drag-and-drop tools instead of custom code.
Simple dashboard to manage WireGuard VPN.
Monitoring WireGuard is not convenient, in most case, you'll need to login to your server and type wg show. That's why this project is being created, to view and manage all WireGuard configurations in a easy way.
A simple, blazingly fast, selfhosted URL shortener with no unnecessary features; written in Rust.
An HDR-compatible multiseat streaming solution based around TermWrap, Sunshine, Moonlight, and a variety of custom driver and library patches
Related contents:
Private front-end for Reddit. An alternative private front-end to Reddit, with its origins in Libreddit.
Redlib hopes to provide an easier way to browse Reddit, without the ads, trackers, and bloat. Redlib was inspired by other alternative front-ends to popular services such as Invidious for YouTube, Nitter for Twitter, and Bibliogram for Instagram.
Related contents:
Professional Event Management & Networking Platform.
Virtual and Hybrid Event management platform with real-time networking features. Create events, manage sessions, facilitate attendee connections, and enable live chat. Built with Flask, React, and Socket.IO.
Web UI for managing BorgBackup repositories with scheduling, monitoring, and cloud sync.
A comprehensive web-based management interface for BorgBackup repositories with real-time monitoring, automated scheduling, and cloud synchronization capabilities.
ComicOPDS is a lightweight OPDS server written in Python, designed for serving CBZ comics with metadata extracted from ComicInfo.xml. It's optimized for large libraries, supports FastAPI + SQLite + FTS5 search, thumbnail caching, and streaming (OPDS PSE 1.1).
IaC for Docker Compose
A thin layer on top of Docker Compose for declarative configurations.
Manage volumes, network, secrets, and even configuration files in a fully declarative way.
Lynx is an open-source, self-hosted link manager that helps you gather all your digital touchpoints in a single page, with secure authentication and a fully customizable design.
Honest, creative, and actionable feedback for every photo. PhotoCritic AI is a modern web application that allows users to upload a photo and receive an expert, AI-powered critique. The app provides a creative title, tags, a professional description, brutally honest suggestions, and a 1-5 star rating for your photo, all generated by a large language model (LLM) via Ollama.
Image Background Remover API. Open source image background removal model Remove backgrounds from images instantly with AI. Choose between local processing (free) or cloud API (best quality).
Publish presentation-rich content from a concise and comprehensive authoring format.
AsciiDoc is a plain text markup language for writing technical content. It’s packed with semantic elements and equipped with features to modularize and reuse content. AsciiDoc content can be composed using a text editor, managed in a version control system, and published to multiple output formats.
Related contents:
DevOps Platform Powerful. Simple. Git server with CI/CD, kanban, and packages. Seamless integration. Unparalleled experience.
Turn ideas into detections your SIEM understands. Generate Sigma, KQL, and SPL rules with tests and playbooks in seconds.
DetectPack Forge turns plain-English behaviors or sample logs into production-ready detection packs — Sigma, KQL (Sentinel), SPL (Splunk) — plus tests and a response playbook, mapped to MITRE ATT&CK, fully powered by Gen AI.
Pants is a scalable build system for monorepos: codebases containing multiple projects, often using multiple programming languages and frameworks, in a single unified code repository.
Related contents:
Terraform without the state file bottleneck.
Stategraph replaces the flat state file with a database-backed graph. Independent changes can run in parallel, and the state becomes queryable and auditable. No code changes.
Related contents:
Terraform is an infrastructure as code tool that lets you build, change, and version infrastructure safely and efficiently. This includes low-level components like compute instances, storage, and networking; and high-level components like DNS entries and SaaS features.
Related contents:
- 17 Key Considerations Before Designing Terraform Modules @ My Devops Journal.
- Terraform Search: Deep-Dive @ mattias.engineer.
- Terraform Actions: Deep-Dive @ mattias.engineer.
- Why Ephemeral Resources in Terraform Matter: How MyCoCo Eliminated Secrets from State Files @ Dhruv Chaudhary's dev.to.
- Automating Azure SFTP deployment with Terraform @ Techielass - A blog by Sarah Lean.
- Terraform state locking explained (and why it hurts at scale) @ Stategraph.
- How to write and rightsize Terraform modules @ HashiCorp's The Stack.
- Implementing Test-Driven Development with Terraform @ Version 1's Medium.
- Implementing Terraform Drift Detection in Your Workflow @ Devin Rosario's dev.to.
- Writing a Terraform Action @ DanielMSchmidt.de.
- Querying Terraform state with AWS Athena @ Aidan Steele's blog (usually about AWS).
- Terraform Workbook - Your Guide to Infra as Code (IaC) @ Hackerstack.
- Collaborating with Terraform: How Teams Can Work Together Without Breaking Things @ SYJ's Learning Diary's Medium.
- Manage Azure Firewall Rules,NSG rules, using Terraform resource blocks and csv files @ Azure Infrastructure Blog.
- Terraform vs OpenTofu: Which IaC tool fits your platform strategy? @ Platform Engineering.
- Securing AWS IAM with Terraform: From Shared Root to Structured Access @ Rayane Kadi's Medium.
- 20 Terraform Best Practices I Wish I Had Learned Earlier @ AWS in Plain English's Medium.
- How We Scaled Code Repository Management at DNSimple @ DNSimple.
- Terraform Parallelism: How It Works, Tuning & Best Practices @ spacelift.
- A secure automation platform: Terraform Enterprise, Ansible Automation Platform, & Vault Enterprise @ HashiCorp's YouTube.
- How AirFrance-KLM built a secure automation platform at global scale with Terraform, Vault, and Ansible @ HashiCorp's The Stack.
- How We Scaled Code Repository Management at DNSimple @ DNSSimple Blog.
- Automating Route 53 DNS Updates with Terraform When ALBs Are Reprovisioned @ Young Gyu Kim's Medium.
- How do we use Terraform at Preply @ Preply Engineering Blog.
- Terraform Enterprise 1.2 upgrades workflows, visibility, and brownfield migration @ HashiCorp's The Stack.
- GitOps architecture, patterns and anti-patterns @ Platform Engineering.
- Terraform, Feature Flags and Configurability @ Ninad's Blog.
- Advanced Terraform performance optimization @ Ricard Bejarano.
- A more mature take on stateless Terraform @ Ricard Bejarano.
- Speeding up Terraform caching with OverlayFS @ Ricard Bejarano.
- SREcon23 Americas - Scaling Terraform at ThousandEyes @ USENIX's YouTube.
- Inside Terraform: A series about the internals of Terraform @ DanielMSchmidt.de.
- Terraform Drift Detection Powered by GitHub Actions @ rosecurity@dev.
- Terraform Audit Guide: Monitoring, Logging & Compliance @ Spacelift.
- Terraform is dead @ graham gilbert.
- Terraform State Isolation—How I Kept Dev, Staging, and Production From Destroying Each Other @ DevOps.dev.
Welcome to the Coding Train with Daniel Shiffman! A community dedicated to learning creative coding with beginner-friendly tutorials and projects on YouTube and more.
Related contents:
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings.
Related contents:
Validate database backup files before migration to prevent costly failures.
BackupGuardian is a comprehensive tool for validating database backup files through deep structural analysis and integrity checking. Get confidence in your migrations before they matter.
The vector database to build knowledgeable AI.
The vector database for machine learning applications. Build vector-based personalization, ranking, and search systems that are accurate, fast, and scalable.
Related contents:
A scalable, fault-tolerant, and low-latency storage service optimized for real-time append-only workloads.
Related contents:
Cloud-Native, Distributed Messaging and Streaming Apache Pulsar is an open-source, distributed messaging and streaming platform built for the cloud.
Related contents:
Forecasting at scale.
Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth.
Prophet is a procedure for forecasting time series data based on an additive model where non-linear trends are fit with yearly, weekly, and daily seasonality, plus holiday effects. It works best with time series that have strong seasonal effects and several seasons of historical data. Prophet is robust to missing data and shifts in the trend, and typically handles outliers well.
Related contents:
Given a version number PROUD.DEFAULT.SHAME, increment the:
- PROUD version when you make changes you are really proud of
- DEFAULT version when you make a release that's okay
- SHAME version when you are fixing things that are too embarrassing to admit
This is a parody and a homage to the awesome Semantic Versioning.
Paralegal is a static analyzer for Rust code that enforces privacy and security policies on programs.
Related contents:
🛒 The Store of Infinite Products. Bring Impossible Products to Life
Your wildest product ideas, visualized in seconds.
Related contents:
📦 Mac App Store command line interface.
A command-line interface for the Mac App Store. Designed for scripting & automation.
Related contents:
EFfective Field theORy surrogaTe.:
Related contents:
Julia is a high-level, high-performance dynamic language for technical computing.
Related contents:
Want to piss off your IT department? Are your links not malicious looking enough?
This is a tool that takes any link and makes it look malicious. It works on the idea of a redirect. Much like https://tinyurl.com/ for example. Where tinyurl makes an url shorter, this site makes it look malicious.
Related contents:
The Fully Customizable Desktop Environment for Windows 10/11.
Seelen UI is a tool designed to enhance your Windows desktop experience with a focus on customization and productivity. It integrates smoothly into your system, providing a range of features that allow you to personalize your desktop and optimize your workflow.
Related contents:
Scramjet is an experimental interception based web proxy designed to evade internet censorship, bypass arbitrary web browser restrictions and innovate web proxy technologies. This project strives to maintain security, developer friendliness and performance unlike many other web proxies regardless of its open source nature.
Related contents:
A modern GUI for yt-dlp (and other youtube-dl forks).
Related contents:
MakeACopy is an open-source document scanner app for Android that allows you to digitize paper documents with OCR functionality. The app is designed to be privacy-friendly, working completely offline without any cloud connection or tracking.
Related contents:
Build excellent documentation with less effort. The beautiful & flexible React.js docs framework.
The framework for building documentation websites in any React.js frameworks. Fumadocs is a beautiful documentation framework for developers, flexible, performant, running on your React framework.
Dyad is a free, local, open-source AI app builder. The community-driven alternative to Lovable, v0, Bolt and Replit.
Related contents:
JavaScript API for Chrome and Firefox.
Puppeteer is a JavaScript library which provides a high-level API to control Chrome or Firefox over the DevTools Protocol or WebDriver BiDi. Puppeteer runs in the headless (no visible UI) by default.
Related contents:
Mercator is a Web application for managing the mapping of an information system as described in the Mapping the Information System Guide from ANSSI.
Mercator's objective is to enable a team to manage the mapping of an information system in a complete and consistent way, and to automatically generate the various reports needed to facilitate the maintenance and communication of this mapping.
Related contents:
- Mapping the information system @ ANSSI.
- Cartographie du système d'information @ ANSSI :fr:.
- Mercator - La cartographie du système d'information @ LinuxFr.org :fr:.
- Episode #513 consacré à Mercator @ NoLimitSecu :fr:.
- Mercator @ Sourcentis.
- Guide de l'ANSSI : Cartographie Du Système D'information by Chistine Dessus @ Calaméo :fr:.
retro-gaming hand-held consoles and game cabinets.
Related contents:
Open source Dropbox client
Maestral is a lightweight Dropbox client for macOS and Linux. It provides powerful command line tools, supports gitignore patterns to exclude local files from syncing and allows syncing multiple Dropbox accounts.
Related contents:
RetroDECK brings you an all-in-one sandboxed application to play your retro games (and even not-so-retro games) on Linux/SteamOS.
RetroDECK is committed to preserving retro and vintage games for all. However, even new games are at risk when online components are shut down. If you are an EU citizen you can help us in our mission by signing the Stop Killing Games EU initiative!
Related contents:
Varnish Cache is a web application accelerator also known as a caching HTTP reverse proxy. You install it in front of any server that speaks HTTP and configure it to cache the contents. Varnish Cache is really, really fast. It typically speeds up delivery with a factor of 300 - 1000x, depending on your architecture. A high level overview of what Varnish does can be seen in this video.
Like IntelliSense, but for shells!
IntelliShell is a command-line tool that acts as a smart bookmark manager. It helps you find, organize, and reuse complex shell commands without ever leaving your terminal.
Tails is a portable operating system that protects against surveillance and censorship.
Tails uses the Tor network to protect your privacy online and help you avoid censorship.
Create Distorted & Zalgo Text Effects. Transform Text into Digital Art
Create stunning glitch effects, zalgo text, and corrupted fonts instantly. Perfect for social media, gaming, and creative projects.