Friday, September 20, 2024

New top story on Hacker News: Qualcomm Approached Intel About a Takeover in Recent Days

Qualcomm Approached Intel About a Takeover in Recent Days
24 by bgc | 23 comments on Hacker News.

New top story on Hacker News: Show HN: Inngest 1.0 – Open-source durable workflows on every platform

Show HN: Inngest 1.0 – Open-source durable workflows on every platform
23 by tonyhb | 0 comments on Hacker News.
Hi HN! I’m Tony, one of the co-founders of Inngest ( https://inngest.com/ ) Inngest is an open-source durable workflow platform that works on any cloud. Durable workflows are stateful, long running step functions written in code, which automatically retry on failure. It abstracts everything about queues, event streams and state for you, letting you focus on code. Some examples of uses: managing stateful AI chained step functions; managing search/rag indexes and data pipelines; integrations and webhooks; billing and payment flows. Technical details: unlike other solutions, we put lots of effort into designing our SDK’s step.run APIs to make them extremely easy to use — developer experience is the most important thing for us. We had to design and build our own queueing system to work with multi-tenancy, batching, and debouncing, and we’re iterating on this as we move to FoundationDB. It’s largely all Go in the backend, with a bunch of caching, clickhouse, event streams, and coordination on our behalf. Workers are shared nothing, and run based off of the queue and execution state. We did a post last year as we iterated on our TS SDK. The product has changed a lot since then and wanted to show the community what’s changed as we reach 1.0: * Golang, Java, and Python SDKs with cross-language function invocation (across clouds, too) * Multi-tenant aware flow control (concurrency, throttling, debounce) * Batching, grouping many events into a single function call * Much improved dashboard, with tracing and metrics built in * Advanced recovery tools like function replay, temporary pausing, bulk cancellation (with optional expressions). No more dead letter queues! * Branch deploys built in, with staging env support out of the box * Full local testing with production parity There's a ton on the roadmap, with more launching next week. We’re hiring systems & infra engineers, too — it’s a fun job with lots of challenges! Wanted to say thank you to the HN community for feedback so far! Happy Friday :)

Thursday, September 19, 2024

New top story on Hacker News: Show HN: An Elliptic Curve-Based Secure Chat, Written Using Rust and Protobuf

Show HN: An Elliptic Curve-Based Secure Chat, Written Using Rust and Protobuf
7 by vaktibabat | 0 comments on Hacker News.
This is a project I made to learn more about crypto. I've also written a [post]( https://ift.tt/rB0mjAt ) that explains all the crypto concepts and algorithms used in the project, and how I implemented them. I'd be very glad for any feedback about both the code and the post :)

New top story on Hacker News: Digital signatures and how to avoid them

Digital signatures and how to avoid them
6 by _ikke_ | 0 comments on Hacker News.

Monday, September 2, 2024

New top story on Hacker News: Ask HN: Who wants to be hired? (September 2024)

Ask HN: Who wants to be hired? (September 2024)
15 by whoishiring | 79 comments on Hacker News.
Share your information if you are looking for work. Please use this format: Location: Remote: Willing to relocate: Technologies: Résumé/CV: Email: Please only post if you are personally looking for work. Agencies, recruiters, job boards, and so on, are off topic here. Readers: please only email these addresses to discuss work opportunities. There's a site for searching these posts at https://ift.tt/XKBATZi .

New top story on Hacker News: Solving Redactle with Decision Trees

Solving Redactle with Decision Trees
3 by foobuzzHN | 0 comments on Hacker News.