HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dieters

no profile record

Submissions

Wandb-compatible local server, and a bad pun

github.com
3 points·by dieters·5 miesięcy temu·0 comments

Codeframe.work: instant ephemeral shared coding spaces

codeframe.work
2 points·by dieters·8 miesięcy temu·0 comments

Grant your intercom WiFi superpowers for $8

writethat.blog
1 points·by dieters·8 miesięcy temu·0 comments

Zig Helped Us

blog.turso.tech
5 points·by dieters·3 lata temu·1 comments

Write your own disposable email server from scratch

blog.chiselstrike.com
5 points·by dieters·3 lata temu·0 comments

New Rust Driver for CQL

scylladb.com
1 points·by dieters·5 lat temu·0 comments

comments

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