HN user

cramforce

3,663 karma
Posts147
Comments200
View on HN
www.chat-sdk.dev 4mo ago

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

cramforce
2pts2
vercel.com 5mo ago

We Ralph Wiggumed WebStreams to make them 10x faster

cramforce
2pts0
justbash.dev 5mo ago

Show HN: Just-Bash

cramforce
2pts0
cyberscoop.com 6mo ago

Vercel's sleep-deprived race to contain React2Shell

cramforce
1pts0
vercel.com 7mo ago

Our $1M hacker challenge for React2Shell

cramforce
4pts0
useworkflow.dev 8mo ago

"use workflow": Understanding Directives

cramforce
2pts0
vercel.com 10mo ago

Scale to One

cramforce
2pts0
vercel.com 10mo ago

Addressing security and quality issues with MCP tools in AI Agents

cramforce
1pts0
vercel.com 10mo ago

Stress testing Biome's noFloatingPromises lint rule

cramforce
2pts0
vercel.com 10mo ago

Preparing for the worst: Our core database failover test

cramforce
3pts0
vercel.com 11mo ago

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

cramforce
2pts2
vercel.com 11mo ago

The serverless compute to database connection problem, solved

cramforce
3pts0
www.theregister.com 11mo ago

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

cramforce
4pts0
vercel.com 11mo ago

Fluid: We Built Serverless Servers

cramforce
3pts1
vercel.com 1y ago

Grep a million GitHub repositories via MCP

cramforce
3pts0
github.com 1y ago

Show HN: Resumable Web Streams

cramforce
5pts0
vercel.com 1y ago

The no-nonsense approach to AI agent development

cramforce
2pts0
vercel.com 1y ago

The v0 composite model family

cramforce
2pts0
open-web-advocacy.org 1y ago

Break Google's Search Monopoly Without Breaking the Web

cramforce
5pts0
vercel.com 1y ago

Protectd: Evolving Vercel's always-on denial-of-service mitigations

cramforce
3pts0
www.industrialempathy.com 1y ago

Organizations Are Distributed Systems

cramforce
1pts0
vercel.com 1y ago

The Rise of the AI Crawler

cramforce
8pts1
vercel.com 1y ago

Serverless servers: Efficient serverless Node.js with in-function concurrency

cramforce
2pts1
vercel.com 2y ago

Demystifying INP

cramforce
1pts0
vercel.com 2y ago

Latency numbers every front end developer should know

cramforce
6pts0
www.industrialempathy.com 3y ago

Version Skew

cramforce
2pts0
www.industrialempathy.com 3y ago

How to Ship

cramforce
2pts0
techcrunch.com 3y ago

Vercel makes it easier to collaborate on preview deployments

cramforce
7pts0
vercel.com 3y ago

Building an interactive WebGL experience in Next.js

cramforce
9pts1
www.industrialempathy.com 4y ago

Viral Software Deadlines

cramforce
3pts0
Deepsec 3 months ago

Author here. Let me know if you have questions!

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]

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]

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!

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

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

V0: Generative UI 3 years ago

<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.

<CTO of Vercel here>

- You can turn this on without changing the code of your site (just need to activate emitting the metadata in the CMS)

- Supports any framework

- We're working on an open content-source mapping standard that makes the underlying tech available to any CMS, e-commerce system, or other content source.

The editing functionality is delegated to the CMS. Respectively content changes flow through the exact pipeline as changes originated directly from the CMS would. In fact, we allow the CMS to completely control the actual editing experience.

The main point of this feature is that if an employee does find a typo on some article, they can just fix it rather than going to the CMS, finding the actual place where that text is stored, making the change, etc.

Storage on Vercel 3 years ago

Yeah, if you go into the dashboard it gives you a bunch of options for connecting to the DB including the names of the automatically generated environment variables. And that includes POSTGRES_URL which most tools default to.

I'm super excited in graphing this over time. Will be interesting to see how the providers develop over the coming months. FWIW we also need TTFB not just tokens per second. The first token is key for UX

<Vercel CTO> So, why this price is there is complicated within the way this marketplace works. In practice, you talk to sales and these figures are irrelevant. From the page: For custom pricing, EULA, or a private contract, please contact awsmarketplace@vercel.com for a private offer.

<Vercel CTO here> It does not mean this immediately. We're currently working with some clients on hybrid solution where a very limited feature set is available in a government context, but the full Vercel feature set is not yet available in AWS Gov Cloud. Definitely happy to have a conversation about it!

I think these are all good concerns. Where FdI runs counter to lock-in is applications do not "know" the target platform (as in they don't hard code any dependency on the platform). Respectively, the app is staying portable to every target that the app can deploy to.

Yeah, good question. For stateful infrastructure the way we are exploring it is basically like: "Hey, it looks like you expect to talk to a database and we've never seen this before. Would you like us to make one?" …and then going forward the mapping is persisted.

Next.js 13 4 years ago

If you have no alt attribute, then screen readers read the URL!

Empty strings are the way to go for decorative images

Disclaimer: Chief Architect @ Vercel

This is a good summary. Edge Functions bring another set of trade-offs into the mix:

- Startup-time so fast that if you hit a "cold start" it is still fast enough from a human perception (often <30ms attributable to startup)

- Global by default

- Cheaper on a per invocation

- No limits on concurrent invocations

BUT

- Restricted API set, no node.js API support like Buffers or filesystem access

- Smaller max binary size

- Lower available CPU quota per request

- Lower max RAM usage

- Lower CPU-

Do not use this, use Google Fonts, just self-host them. This site claims better privacy, but does so using the wrong solution since you still have to trust them.

Self host (supported by Google Fonts but not by this service): - Better privacy - Better performance (no extra DNS lookups, TLS connection)

Their default embed code is a CSS @import directive. These must never be used in production code (It's fine as a directive for the compiler for local files but not with remote URLs). Leads to FOUC and FOIT.

Also, next step in amateur hour: They serve their CSS and fonts on the same domain as their marketing website. Cookies galore.