2026-03
- GitHub - tarasko/picows: Ultra-fast websocket client and server for asyncio

- GitHub - 0x676e67/rnet: An ergonomic Python HTTP Client with TLS fingerprint

- GitHub - jessekrubin/ry: ry ~ rust-python

- GitHub - MarkusSintonen/pyreqwest: Fast Python HTTP client based on Rust reqwest

- GitHub - ploMP4/webrockets: High-performance rust powered websocket server for python
- GitHub - coseto6125/websocket-rs: High-performance WebSocket client library for Python using Rust
- GitHub - generalaction/emdash: Emdash is the Open-Source Agentic Development Environment (🧡 YC W26). Run multiple coding agents in parallel. Use any provider.

- GitHub - fcavallarin/wirebrowser: Wirebrowser is an advanced debugging and inspection tool built on the Chrome DevTools Protocol, unifying network interception, API replay, automation, and deep runtime/memory analysis in a single workflow.

- GitHub - blackboardsh/electrobun: Build ultra fast, tiny, and cross-platform desktop apps with Typescript.

- GitHub - stan-smith/FossFLOW: Make beautiful isometric infrastructure diagrams

- LINE Messengerの次世代ストレージ選定 - Speaker Deck
- GitHub - moonshine-ai/moonshine: Fast and accurate automatic speech recognition (ASR) for edge devices

- GitHub - long2ice/fastapi-limiter: A request rate limiter for fastapi

- GitHub - shanraisshan/claude-code-best-practice: practice made claude perfect

- GitHub - msitarzewski/agency-agents: A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy injectors to reality checkers. Each agent is a specialized expert with personality, processes, and proven deliverables.

- GitHub - openai/symphony: Symphony turns project work into isolated, autonomous implementation runs, allowing teams to manage work instead of supervising coding agents.

- Skill Create スキルを使用したスキルの作成と改善
- できるだけ無料でサービスを運用するための個人開発オススメデプロイ先 #Paas
- GitHub - astral-sh/claude-code-plugins

- GitHub - gsd-build/get-shit-done: A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.

- Kubernetesにおける推論基盤 - Speaker Deck
- GitHub - karpathy/autoresearch: AI agents running research on single-GPU nanochat training automatically

- SQL Syntax That Improved My Productivity : DuckDB
- State of the Model Serving Communities - March 2026
- https://dev.to/mikoshiba-kyu/managing-github-copilot-cli-mcp-server-configuration-in-your-repository-58i6
- GitHub - HKUDS/CLI-Anything: CLI-Anything: Making ALL Software Agent-Native

- パソコンで使える日本語AI音声入力の比較(2026年3月版) - Speaker Deck
- rustビルドのtips #Rust
- EXPLAINチートシート #初心者
- EXPLAIN ANALYZEでSQLパフォーマンスを改善|インデックス最適化の実践ガイド #MySQL
- GitHub - onecli/onecli: Open-source credential vault, give your AI agents access to services without exposing keys.

- Cloud VM benchmarks 2026: performance / price
- Comparison of cheap VPS hosting providers
- NVIDIA Dynamo入門 — 分散LLM推論を高速化するOSSフレームワークの全貌 #Python
- 10 DuckDB Caching Moves for Snappy Iteration
- 7 DuckDB Join Moves That Beat a Pandas Merge
- GitHub - ColeMurray/background-agents: An open-source background agents coding system

- GitHub - hectorvent/floci: Light, fluffy, and always free - AWS Local Emulator

- GitHub Copilot CLIでSuperpowersスキルを導入してみた
- GitHub - NousResearch/hermes-agent: The agent that grows with you

- tasilscaleを使ったssh環境に対して、rcloneを使うとうまく接続できなかった。`--sftp-sshオプションをつけると接続できるようになった。
- The Slow Collapse of MkDocs — Florian Maas
- GitHub - jaywhj/mkdocs-materialx: MaterialX, the next generation of mkdocs-material
- GitHub - klzgrad/naiveproxy: Make a fortune quietly

- GitHub - microsoft/playwright-cli: CLI for common Playwright actions. Record and generate Playwright code, inspect selectors and take screenshots.

- GitHub - fasouto/termaid: Render Mermaid diagrams in your terminal or Python app

- GitHub - sivchari/kumo: A lightweight AWS service emulator written in Go for CI/CD environments

- GitHub - sfu-db/connector-x: Fastest library to load data from DB to DataFrames in Rust and Python

- pandasと比較しているが、polarsと比較していないのが気になった
- 他のクライアントsdkと比べて、benchmark結果が良いが比較は5年前のものなので、最新のsdkとの比較も見てみたい
- GitHub - ddotta/awesome-polars: A curated list of Polars talks, tools, examples & articles. Contributions welcome !

- GitHub - max-sixty/worktrunk: Worktrunk is a CLI for Git worktree management, designed for parallel AI agent workflows

- git worktree を Worktrunk で管理したら手放せなくなった
- GitHub - badlogic/pi-mono: AI agent toolkit: coding agent CLI, unified LLM API, TUI & web UI libraries, Slack bot, vLLM pods

- Editor
toml [editor.file-picker] hidden = false git-ignore = false git-global = false git-exclude = false - この設定で、dotfilesも表示されるようになった
- GitHub - yandex/perforator: Perforator is a cluster-wide continuous profiling tool designed for large data centers

- GitHub - typescript-language-server/typescript-language-server: TypeScript & JavaScript Language Server

- typescript-language-serverを利用する際は、typescriptもインストールする必要がある。bunを使ったモノレポでは、プロジェクトルートにtypescriptがインストールされていないと、動作しないので
bun add -D typescriptでtypescriptをインストールする必要がある。
- GitHub - alirezarezvani/claude-skills: +192 Claude Code skills & agent plugins for Claude Code, Codex, Gemini CLI, Cursor, and 8 more coding agents — engineering, marketing, product, compliance, C-level advisory.

- GitHub - kubeai-project/kubeai: AI Inference Operator for Kubernetes. The easiest way to serve ML models in production. Supports VLMs, LLMs, embeddings, and speech-to-text.

- Zellij入門 - tmuxユーザーが知っておくべき次世代ターミナルマルチプレクサ #Linux
- 5 Emerging Data Formats— Parquet, Lance, Vortex, Nimble, etc
- Add experimental uv-based PEX builder (
\[python\].pex_builder) by seungwoo-ji-03 · Pull Request #23197 · pantsbuild/pants - uvを使ったpex builderが追加された。ベンチマークでは、uvを使ったpex builderは、従来のpex builderと比べて、ビルド時間が短くなっている。