HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kagitac

no profile record

Submissions

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

github.com
4 points·by kagitac·l’année dernière·0 comments

Using a Raspberry Pi to Monitor Plant Soil Moisture

mirio.dev
4 points·by kagitac·il y a 2 ans·0 comments

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

blog.cloudflare.com
9 points·by kagitac·il y a 2 ans·1 comments

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

crontab.dev
3 points·by kagitac·il y a 2 ans·0 comments

Terraform State backend using Cloudflare Workers and R2

github.com
3 points·by kagitac·il y a 2 ans·0 comments

Don't use LIMIT OFFSET for pagination in PostgreSQL

mirio.dev
3 points·by kagitac·il y a 2 ans·1 comments

Terraform state backend built on Cloudflare Workers

github.com
3 points·by kagitac·il y a 2 ans·0 comments

comments

kagitac
·l’année dernière·discuss
>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
·il y a 2 ans·discuss
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.