Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
wittydeveloper
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
wittydeveloper
10mo ago
You can see durable execution as a combination of persistent state and queues (simplified example). With regular queues, the state is spread across many places from messages, runtime and external storages where the primary value is the reli
2.
▲
by
wittydeveloper
2y ago
Yup, I definitely faced multiple loops or "blocked" scenarios when iterating on the prompt and tools. The most obvious one is when the Agent generates a terminal command that requires some interactivity (ex: "confirm to ...&q
3.
▲
by
wittydeveloper
2y ago
E2B does support Python, AgentKit is only available in TypeScript for now
4.
▲
by
wittydeveloper
2y ago
Not the version featured in the blog post, but adding a MCP server like Stagehand could enable it to search on the web!
5.
▲
by
wittydeveloper
2y ago
Claude Code is a complete tool that is ready to be used locally, focusing on Anthropic API features, while this coding agent is for educational purposes (like OpenAI's Swarm) and works with any LLM provider. Thought this Coding Agent c
6.
▲
Replicating Cursor's Agent Mode with E2B and AgentKit
(e2b.dev)
36 points
by
wittydeveloper
2y ago
|
11 comments
7.
▲
Sharding high-throughput Redis without downtime
(inngest.com)
18 points
by
wittydeveloper
2y ago
|
4 comments
8.
▲
by
wittydeveloper
4y ago
1. Yes, we currently provide a simple approach to retries but are already working on providing features for idempotency. 2. All sensitive data (tokens, env vars) are encrypted on our side, however, we don't prevent users to print their
9.
▲
by
wittydeveloper
4y ago
It is actually comparable to both. We aim to provide a similar feature set as Sidekiq (throttling, unique jobs) but with a complete hosted solution. While Defer and Temporal can both be used for writing background jobs, workflows, and CRONs
10.
▲
by
wittydeveloper
4y ago
You're right! We will update them soon.
11.
▲
by
wittydeveloper
4y ago
Thank you for your feedback! Can't wait to onboard you on Defer
12.
▲
by
wittydeveloper
4y ago
Thank you!
13.
▲
by
wittydeveloper
4y ago
Thank you! Join our community so we can help you onboard and get updates on the upcoming features (more is coming soon): https://discord.gg/x2v84Vqsk6
14.
▲
by
wittydeveloper
4y ago
When deployed in non-local environments, background functions get executed on our infrastructure with their (securely stored) arguments, spawn in a dedicated isolated temporary container. For our users concerned about data locality, we reco
15.
▲
by
wittydeveloper
4y ago
We couldn't agree more!
16.
▲
by
wittydeveloper
4y ago
We support both CJS and ESM but showcase examples in ESM in our docs and landing
17.
▲
by
wittydeveloper
4y ago
Here’s how our Builder works: When a commit is pushed, we fetch your application’s repository from GitHub and compile (if TypeScript) all the files in the first `defer/` folder found. Then, we require each of those files to retrieve th
18.
▲
by
wittydeveloper
4y ago
I agree with you, as mentioned in the article, I’ve built similar solutions as yours at Algolia, using Redis and Kubernetes. However, not all developers know and want to do Kubernetes or RabbitMQ and not all companies can afford to invest t
19.
▲
by
wittydeveloper
4y ago
Sure! We got our first customers from both channels: network (sales) and inbound (twitter discussions, etc). I agree that top-down is not working well for a newcomers but getting better at a later stage.
20.
▲
by
wittydeveloper
4y ago
Sure, please note that was referring to “modern development standards” in the Node.js ecosystem. Node.js, with the flexibility of the JavaScript language, allowed the rise of great abstraction and other domain-oriented API designs, a bit li
21.
▲
by
wittydeveloper
4y ago
The first blog post is actually pinned but an icon or label to highlight this is missing, you're right! I'll fix it soon.
22.
▲
by
wittydeveloper
4y ago
We primarily focus on helping Node.js developers to build products without investing time in infrastructure while keeping it configurable. As @thdxr mentioned, our goal is also to provide top-notch queueing/scheduling features that are
23.
▲
by
wittydeveloper
4y ago
Yeah, that will be the way to go. This is actually how on of customers is achieving this behaviour for polling analytics. Right now our Executions list is not ideal for such pattern but we will soon release filtering based on arguments whic
24.
▲
by
wittydeveloper
4y ago
Thank you, good question! We want to enable developers working on a side project to build apps faster and new startups to have a faster time to market by avoiding spending time on infrastructure and building custom layers of API and dashboa
25.
▲
by
wittydeveloper
4y ago
Thank you! Right now, you will need to ensure that your background functions are idempotent but we plan to introduce an API for “retried execution” so you can clean up. Also, by default retry is an opt-in configuration option to avoid any u
26.
▲
by
wittydeveloper
4y ago
The Builder part is clearly a differentiator; however, background functions are different from Serverless functions on many points - on top of being natively integrated with our Scheduler. First, they allow a maximum execution time comparab
27.
▲
Launch HN: Defer (YC W23) – Zero-infrastructure background jobs for Node.js
202 points
by
wittydeveloper
4y ago
|
111 comments
28.
▲
Relay GraphQL: the choice of a stable front-end, a journey from Apollo to Relay
(defer.run)
3 points
by
wittydeveloper
4y ago
|
0 comments
29.
▲
Blazing-fast bug solving on React apps
(charlypoly.com)
1 points
by
wittydeveloper
6y ago
|
0 comments
30.
▲
From REST to GraphQL
(charlypoly.com)
2 points
by
wittydeveloper
6y ago
|
0 comments
More ›