HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rtukpe

no profile record

Submissions

How to become passionate about delivering shareholder value

seangoedecke.com
3 points·by rtukpe·작년·6 comments

Kafka Transactions Explained (Twice)

warpstream.com
6 points·by rtukpe·작년·0 comments

Ask HN: Have you had to design a distributed circuit breaker in production?

1 points·by rtukpe·2년 전·0 comments

Ask HN: Dealing with Back Pressure in Messaging System

1 points·by rtukpe·2년 전·1 comments

Stripe webhooks DoS caused $23k Vercel bills

getconvoy.io
4 points·by rtukpe·2년 전·1 comments

TLA+ in Practice and Theory

pron.github.io
2 points·by rtukpe·3년 전·0 comments

Ask HN: Hosted Postgres provider that offers sharding

4 points·by rtukpe·3년 전·3 comments

Ask HN: Is DigitalOcean Kubernetes Services (DOKS) Down?

2 points·by rtukpe·3년 전·1 comments

The Tightrope of Discipline

moretothat.com
2 points·by rtukpe·3년 전·0 comments

Launching Webhook Idempotency in Convoy

getconvoy.io
5 points·by rtukpe·3년 전·0 comments

[untitled]

1 points·by rtukpe·3년 전·0 comments

The Riddle of the Well-Paying, Pointless Job (2019)

moretothat.com
40 points·by rtukpe·3년 전·78 comments

Show HN: Open-Source Webhooks Gateway for Platform Engineers

github.com
119 points·by rtukpe·3년 전·16 comments

Conc: Better Structured Concurrency for Go

github.com
2 points·by rtukpe·4년 전·0 comments

Easily format and display code in Google Docs

workspaceupdates.googleblog.com
2 points·by rtukpe·4년 전·0 comments

Implementing secure webhooks signatures like Stripe

github.com
6 points·by rtukpe·4년 전·0 comments

Real-World Engineering Challenges: Choosing Technologies

newsletter.pragmaticengineer.com
4 points·by rtukpe·4년 전·0 comments

Playing Company and Playing Product

twitter.com
1 points·by rtukpe·4년 전·0 comments

Routing webhook events based on the payload content

getconvoy.io
11 points·by rtukpe·4년 전·0 comments

A Mindmap of Linux Commands

xmind.app
74 points·by rtukpe·4년 전·15 comments

comments

rtukpe
·3년 전·discuss
Thanks, I found out Pecona does this. I'll check out CockroachDB and Yugabyte.
rtukpe
·3년 전·discuss
Oh we try to poll well below their rate limits. For example, we send about 4 requests to Render every minute.
rtukpe
·3년 전·discuss
I don't know tbh. According a post on the MongoDB community forum Transactions are built on concepts of logical sessions they require features which are only available in replica set environment. You can see more here [0]

[0] https://www.mongodb.com/community/forums/t/why-replica-set-i...
rtukpe
·3년 전·discuss
I think callling it a gateway might be slightly correct. For example an API gateway acts as a reverse proxy to accept all API calls whilst handling traffic authentication and authorization and even things like A/B testing capabilities. A webhooks proxy that supports both sending and receiving might be classified as a gateway.
rtukpe
·4년 전·discuss
This is nice, I've used Litestream for a personal project. I wonder how it compares to something like rqlite [1] with larger datasets

[1] https://github.com/rqlite/rqlite
rtukpe
·4년 전·discuss
Yeah, it is, It's not a complete list of available Linux commands, maybe GNU/Unix is a better description.
rtukpe
·4년 전·discuss
Yes it is, the link leads to xmind. I didn't create it though so I don't know how to set the theme.
rtukpe
·4년 전·discuss
Yeah, most likely. There's a lot of tools that come with Linux that's missing