HackerTrans
トップ新着トレンドコメント過去質問紹介求人

kagitac

no profile record

投稿

Show HN: Torii – a Rust authentication library with pluggable storage back ends

github.com
4 ポイント·投稿者 kagitac·昨年·0 コメント

Using a Raspberry Pi to Monitor Plant Soil Moisture

mirio.dev
4 ポイント·投稿者 kagitac·2 年前·0 コメント

Cloudflare incident on November 14, 2024, resulting in lost logs

blog.cloudflare.com
9 ポイント·投稿者 kagitac·2 年前·1 コメント

Crontab.dev: convert cron expressions into a human-friendly format

crontab.dev
3 ポイント·投稿者 kagitac·2 年前·0 コメント

Terraform State backend using Cloudflare Workers and R2

github.com
3 ポイント·投稿者 kagitac·2 年前·0 コメント

Don't use LIMIT OFFSET for pagination in PostgreSQL

mirio.dev
3 ポイント·投稿者 kagitac·2 年前·1 コメント

Terraform state backend built on Cloudflare Workers

github.com
3 ポイント·投稿者 kagitac·2 年前·0 コメント

コメント

kagitac
·昨年·議論
>OpenDAL integrates all services by directly communicating with APIs instead of relying on SDKs, protecting users from potential disruptions like this one.

Implying that the SDKs don't communicate directly with the APIs? This "problem" could have happened in OpenDAL just as it did in AWS SDKs.
kagitac
·2 年前·議論
After reading this I went ahead and added the extra 12 bits to my Go UUID library. Thanks for the write up on the PostgreSQL patch.

If anyone is interested, here is the package: https://github.com/cmackenzie1/go-uuid. It also includes a CLI similar to that of `uuidgen`, but supports version 7.