io_uringを最大限活用したHTTPSサーバ実装。実装言語はRust。
---
GitHub - losfair/zeroserve: Zero-config, fast `io_uring`-based HTTPS server.
https://github.com/losfair/zeroserve
#bookmarks
About
SQLでワークフローを書けるPostgreSQL拡張。SQLらしくチェックポイントを挟むことができてサーバ再起動などがあっても再開可能。Microsoftがこういう拡張を用意するの感慨深いな。Azure HorizonDBで使えるらしい。
---
GitHub - microsoft/pg_durable: PostgreSQL in-database durable execution
https://github.com/microsoft/pg_durable
#bookmarks
pip installでインストールできないツール(ripgrepなど)もpyproject.tomlで一括して扱えるようにするためのuv支援ツール。
---
GitHub - prostomarkeloff/ohbin: Declarative GitHub-release binaries for uv projects — declare a tool in pyproject, ohbin run downloads, verifies, caches, and execs it.
https://github.com/prostomarkeloff/ohbin
#bookmarks
Amazon ECSを管理するためのデスクトップIDEアプリ。AWSのマネジメントコンソールは反応が遅いので作ったと。現時点でmacOS用、Windows対応も検討中。
---
GitHub - utibeabasi6/mercek: A local-first desktop IDE for Amazon ECS
https://github.com/utibeabasi6/mercek
#bookmarks
ブラウザで動作するffmpegのGUIクライアント。ffmpeg.wasmが動作と。どこでも気軽に使えるのがウリか。COOP/COEPを設定しているので一応マルチコアCPUも使える模様。
---
GitHub - tejaswigowda/ffmpeg-webCLI: A browser-based video editor powered by ffmpeg.wasm. No uploads, no servers -- all processing happens locally in your browser using WebAssembly.
https://github.com/tejaswigowda/ffmpeg-webCLI
#bookmarks
インタラクティブな動作が可能なJupyter Notebook代替。Julia
---
Pluto.jl — interactive Julia programming environment
https://plutojl.org/
#bookmarks
NVIDIA製グラフィックボード上のVRAMをswap領域として使えるLinux向けツール。NVMeと比べるとIOPSはやや劣るがレイテンシーは27倍高速と。
---
GitHub - c0deJedi/nbd-vram: Use your NVIDIA GPU's VRAM as swap space on Linux. Built for laptops with soldered memory and no upgrade path. If you have an RTX card sitting there with 8GB of VRAM and you're getting swapped to SSD, this puts that VRAM to wor
https://github.com/c0dejedi/nbd-vram
#bookmarks
汝のsystemdタイマーを愛せよ。cronよりもいいとこいっぱいあるから。せやな。
---
You Don't Love systemd Timers Enough
https://blog.tjll.net/you-dont-love-systemd-timers-enough/
#bookmarks
straceのTUIクライアントだ。良さそう。OCaml実装。
---
GitHub - janestreet/strace_ui: A Bonsai_term application for interactively viewing strace output
https://github.com/janestreet/strace_ui
#bookmarks
PostgreSQLからWALを受け取ってParquetファイルを生成して随時S3にIcebergとして保存するアプリケーション。Go実装。
---
GitHub - viggy28/streambed: Stream Postgres to Apache Iceberg on S3 via logical replication, queryable over the Postgres wire protocol.
https://github.com/viggy28/streambed
#bookmarks