HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dieters

no profile record

Submissions

Wandb-compatible local server, and a bad pun

github.com
3 points·by dieters·hace 5 meses·0 comments

Codeframe.work: instant ephemeral shared coding spaces

codeframe.work
2 points·by dieters·hace 8 meses·0 comments

Grant your intercom WiFi superpowers for $8

writethat.blog
1 points·by dieters·hace 8 meses·0 comments

Zig Helped Us

blog.turso.tech
5 points·by dieters·hace 3 años·1 comments

Write your own disposable email server from scratch

blog.chiselstrike.com
5 points·by dieters·hace 3 años·0 comments

New Rust Driver for CQL

scylladb.com
1 points·by dieters·hace 5 años·0 comments

comments

dieters
·hace 3 años·discuss
I love Porkbun too. I don't generally praise companies online, but their prices and UX are just so good and effortless...
dieters
·hace 5 años·discuss
Yup, and redpanda happens to use Scylla's Seastar framework as well
dieters
·hace 5 años·discuss
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
·hace 5 años·discuss
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
·hace 5 años·discuss
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).