HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cramforce

no profile record

Submissions

Show HN: A TS SDK for Building Chatbots Across Slack, Teams, GChat, Discord etc.

chat-sdk.dev
2 points·by cramforce·5 tháng trước·2 comments

We Ralph Wiggumed WebStreams to make them 10x faster

vercel.com
2 points·by cramforce·5 tháng trước·0 comments

Show HN: Just-Bash

justbash.dev
2 points·by cramforce·5 tháng trước·0 comments

Vercel's sleep-deprived race to contain React2Shell

cyberscoop.com
1 points·by cramforce·6 tháng trước·0 comments

Our $1M hacker challenge for React2Shell

vercel.com
4 points·by cramforce·7 tháng trước·0 comments

"use workflow": Understanding Directives

useworkflow.dev
2 points·by cramforce·9 tháng trước·0 comments

Scale to One

vercel.com
2 points·by cramforce·10 tháng trước·0 comments

Addressing security and quality issues with MCP tools in AI Agents

vercel.com
1 points·by cramforce·10 tháng trước·0 comments

Stress testing Biome's noFloatingPromises lint rule

vercel.com
2 points·by cramforce·10 tháng trước·0 comments

Preparing for the worst: Our core database failover test

vercel.com
3 points·by cramforce·11 tháng trước·0 comments

If agents are building your app, who gets the W-2?

vercel.com
2 points·by cramforce·11 tháng trước·2 comments

The serverless compute to database connection problem, solved

vercel.com
3 points·by cramforce·11 tháng trước·0 comments

Lambda charges for idle time: Vercel claims it found a way to dodge the bill

theregister.com
4 points·by cramforce·12 tháng trước·0 comments

Fluid: We Built Serverless Servers

vercel.com
3 points·by cramforce·12 tháng trước·1 comments

Grep a million GitHub repositories via MCP

vercel.com
3 points·by cramforce·12 tháng trước·0 comments

Show HN: Resumable Web Streams

github.com
5 points·by cramforce·năm ngoái·0 comments

The no-nonsense approach to AI agent development

vercel.com
2 points·by cramforce·năm ngoái·0 comments

The v0 composite model family

vercel.com
2 points·by cramforce·năm ngoái·0 comments

Break Google's Search Monopoly Without Breaking the Web

open-web-advocacy.org
5 points·by cramforce·năm ngoái·0 comments

State of AI Survey Results

vercel.com
1 points·by cramforce·năm ngoái·0 comments

comments

cramforce
·2 tháng trước·discuss
Author here. Let me know if you have questions!
cramforce
·5 tháng trước·discuss
I would not over-read into that doc. In practice, the only missing stuff are extreme edge cases of the type that is actually not consistent between other implementations of bash.

In practice it works great. I haven't seen a failed command in a while

[Disclaimer: I made the thing]
cramforce
·5 tháng trước·discuss
In practice it is actually extremely fast because there is no process fork. You're talking nanoseconds for common commands

[Disclaimer: I made the thing]
cramforce
·năm ngoái·discuss
The initiative is really focused on our current workloads like APIs, SSR, etc.

It definitely makes Vercel suitable for a broader set of workloads, though!
cramforce
·năm ngoái·discuss
The big difference is how the microvm is utilized. Lambda reserves the entire VM to handle a request end to end. Fluid can use a VM for multiple concurrent requests. Since most workloads are often idle waiting for IO, this ends up being much more efficient.

Displaimer: CTO of Vercel here
cramforce
·năm ngoái·discuss
That's 1 part, yes!

Part 2 is that you can also use an actual server if your workloads happens to be predictable (or is partly predictable). That gives you better cost efficiency for that part of the workload

Displaimer: CTO of Vercel here
cramforce
·2 năm trước·discuss
Author here. Let me know if you have questions!
cramforce
·3 năm trước·discuss
Co-author and CTO of Vercel here. Happy to answer questions!
cramforce
·3 năm trước·discuss
<CTO of Vercel here>

We're embracing copy-and-paste with the product rather than increasing abstraction. The tool provides the HTML or React code for building the generated UI. The way you actually use it, is by copy-pasting it into your app. From that moment on your workflow and specially debugging workflow is exactly as before. The tool just writes the first 100 lines of code to get you started with a great UI.
cramforce
·3 năm trước·discuss
New generations are behind a waitlist, but you can see what the service does on the explore page (and bottom of homepage linked above) https://v0.dev/explore
cramforce
·8 năm trước·discuss
Counter anecdote: As a Google engineer it always seemed like Edge implemented the sparsest possible version of the web platform to make major Google products work–and literally nothing else. That works to launch the browser, but then basically any product change runs a chance to no longer fall into that sparse subset and break in a browser. If Edge had implemented a more robust set of features, it would have massively improved compatibility down the road.