Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tasn
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Webhooks Suck: Fixing the Problems with Consuming Webhooks
(svix.com)
2 points
by
tasn
29d ago
|
0 comments
2.
▲
by
tasn
1mo ago
It's a matter of expressiveness, Rust expresses more. E.g. make a table that's 3x3 is easier to read (Go), but the equivalent line in Rust would also include material, angles, height, etc. because the type system encodes much more
3.
▲
by
tasn
1mo ago
I know (from our customers) that some of their customers make buying decisions based on the availability of webhooks. I'm unaware of anyone doing it based on the availability of our other functionality (but it could be I just don'
4.
▲
by
tasn
1mo ago
We (Svix, webhooks infra) actually help our customers directly write to Kafka topics, S3 buckets, SQS, etc. and have for a few years now. There are definitely people that adopt that, but receivers as well prefer the simplicity of webhooks.
5.
▲
by
tasn
1mo ago
Webhooks are simple and ubiquitous, and that's both a weakness and a strength. It's also why they are used for a lot of things, even things they are not great for (state sync). These weaknesses are why we[1] added FIFO endpoints,
6.
▲
Strong static typing, a hill I'm willing to die on
(svix.com)
4 points
by
tasn
2mo ago
|
1 comments
7.
▲
by
tasn
2mo ago
Dupe: https://news.ycombinator.com/item?id=49098965
8.
▲
Startup's security policies are concerning
(svix.com)
2 points
by
tasn
2mo ago
|
0 comments
9.
▲
The Future Is Event-Driven
(svix.com)
2 points
by
tasn
2mo ago
|
0 comments
10.
▲
by
tasn
2mo ago
I've lived both in the US and the UK. The US has the 5th amendment protecting you from self-incrimination, while in the UK you can go to prison for not divulging your encryption password (even if you forgot it!). The US doesn't ha
11.
▲
by
tasn
2mo ago
This, and other similar legislation, serve as a constant reminder of why the American founding fathers had to revolt against tyranny, and why constitution amendments like the 1st and 4th exist. The 4th in particular was written as a respons
12.
▲
Show HN: Diom – Back end primitives (queue, rate limit, etc.) in one Rust binary
(github.com)
2 points
by
tasn
4mo ago
|
0 comments
13.
▲
by
tasn
4mo ago
It has build.rs, which has essentially the same problems.
14.
▲
by
tasn
4mo ago
How is that different (in this sense) to any "slower" rewrites or other significant changes?
15.
▲
Show HN: Diom – Open-source back end primitives with no runtime dependencies
(github.com)
4 points
by
tasn
4mo ago
|
0 comments
16.
▲
Show HN: Diom – Backend primitives (queue, rate limit, etc.) in one Rust binary
(github.com)
5 points
by
tasn
5mo ago
|
0 comments
17.
▲
by
tasn
6mo ago
I wasn't comparing to Iran, I was just saying that putting an F-35 and a $2m drone on the same list and same count was funny. As for the $40m number: I also saw this number, but I don't think it's correct. E.g. Germany recent
18.
▲
by
tasn
6mo ago
Sure. But looking at all of the downed Israeli crafts, they are all $2-5m drones (all 18 of them). For perspective: Patriot missiles cost $4m each.
19.
▲
by
tasn
6mo ago
It's a bit weird counting drones in the same list as expensive fighter jets (and other expensive planes).
20.
▲
by
tasn
6mo ago
I use bbwrap to sandbox Claude. Works very well and gives me a lot of control and certainty around the sandbox.
21.
▲
by
tasn
6mo ago
Just buy the family pack and get your wife and kids on it too. As for traveling to the future: that sounds like fun!
22.
▲
by
tasn
7mo ago
Tip: if you implemented support for Clerk, you also support all the rest of Svix customers, and compatible with https://www.standardwebhooks.com/ So you support many more than you realize!
23.
▲
by
tasn
7mo ago
Cluely is not YC.
24.
▲
by
tasn
7mo ago
These are two sides of the same coin. Go has its quirks because they put things in the standard library so they can't iterate (in breaking manners), while Rust can iterate and improve ideas much faster as it's driven by the ecosys
25.
▲
by
tasn
8mo ago
Thanks for the context!
26.
▲
by
tasn
8mo ago
Very cool, thanks for sharing! Please let me know if you end up open sourcing this!
27.
▲
by
tasn
8mo ago
Very interesting that they opted for a rewrite in Rust instead of adjusting the existing codebase. I wonder how long it'll take them writing a compositor from scratch.
28.
▲
by
tasn
8mo ago
Pixels are pretty weak hardware wise in the areas people care about (heavy, relatively slow charging, big, etc.); I'd probably recommend people buy Samsungs which also get long term software updates nowadays.
29.
▲
by
tasn
8mo ago
How did you implement this runtime check? Is it a lint rule, or using the type system?
30.
▲
by
tasn
8mo ago
I think this framing is a bit backwards. Many C programs (and many parts of C programs) would benefit from being more like Go or Python as evident by your very own sds.c. Now, if what you're saying is that with super highly optimized s
More ›