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

dieters

no profile record

投稿

Wandb-compatible local server, and a bad pun

github.com
3 ポイント·投稿者 dieters·5 か月前·0 コメント

Codeframe.work: instant ephemeral shared coding spaces

codeframe.work
2 ポイント·投稿者 dieters·8 か月前·0 コメント

Grant your intercom WiFi superpowers for $8

writethat.blog
1 ポイント·投稿者 dieters·8 か月前·0 コメント

Zig Helped Us

blog.turso.tech
5 ポイント·投稿者 dieters·3 年前·1 コメント

Write your own disposable email server from scratch

blog.chiselstrike.com
5 ポイント·投稿者 dieters·3 年前·0 コメント

New Rust Driver for CQL

scylladb.com
1 ポイント·投稿者 dieters·5 年前·0 コメント

コメント

dieters
·3 年前·議論
I love Porkbun too. I don't generally praise companies online, but their prices and UX are just so good and effortless...
dieters
·5 年前·議論
Yup, and redpanda happens to use Scylla's Seastar framework as well
dieters
·5 年前·議論
Scylla also exposes Redis API, disk-based as well: https://scylla.docs.scylladb.com/master/design-notes/redis.h... . With a good NVMe disk the latency is still expected to be good enough for most workloads.
dieters
·5 年前·議論
There are also ways out of vendor lock-in. Alternator comes to mind as a way of migrating DynamoDB workloads out to other cloud vendors or your own servers: https://docs.scylladb.com/using-scylla/alternator/
dieters
·5 年前·議論
There's none in the standard library, but e.g. Seastar already has coroutine support implemented for its future<>s and it works really well - the code looks clearer and in many cases it reduces the number of allocations to 1 (for the whole coroutine frame).