HackerTrans
TopNewTrendsCommentsPastAskShowJobs

palmdeezy

no profile record

Submissions

Show HN: How to Stream React from LLMs

sdk.vercel.ai
2 points·by palmdeezy·2 ปีที่แล้ว·0 comments

Shadcn is joining Vercel as a Design Engineer

twitter.com
2 points·by palmdeezy·3 ปีที่แล้ว·0 comments

Show HN: LLM streaming directly from React Server Components

rsc-llm-on-the-edge.vercel.app
13 points·by palmdeezy·3 ปีที่แล้ว·2 comments

Show HN: Next.js AI Chatbot Template by Vercel Labs

chat.vercel.ai
6 points·by palmdeezy·3 ปีที่แล้ว·3 comments

Show HN: Vercel AI SDK Playground – compare LLMs side-by-side

sdk.vercel.ai
8 points·by palmdeezy·3 ปีที่แล้ว·0 comments

Show HN: Vercel AI SDK Playground – Compare AI chat models side-by-side

play.vercel.ai
1 points·by palmdeezy·3 ปีที่แล้ว·0 comments

Show HN: AI Playground by Vercel Labs

play.vercel.ai
249 points·by palmdeezy·3 ปีที่แล้ว·102 comments

Turborepo 1.8: OSS Build System for JavaScript Codebases by Vercel

turbo.build
12 points·by palmdeezy·3 ปีที่แล้ว·0 comments

Turbopack will support Webpack loaders

twitter.com
3 points·by palmdeezy·3 ปีที่แล้ว·0 comments

Turbopack Performance Benchmarks

turbo.build
99 points·by palmdeezy·4 ปีที่แล้ว·47 comments

comments

palmdeezy
·3 ปีที่แล้ว·discuss
We're investigating this now. Early experiments are very promising.
palmdeezy
·3 ปีที่แล้ว·discuss
v0 is really for everyone. We hope it makes everyone more productive and creative...reducing the cost of iteration and experimentation.
palmdeezy
·3 ปีที่แล้ว·discuss
v0 saves loads of time by allowing you to quickly generate UIs with React via Shadcn UI (https://ui.shadcn.com) with simple text prompts. While full scale design tools are very useful, not every UI in your app needs that level of fidelity. Furthermore, a lot of UIs inside of apps and websites are already extremely programmatic (such as forms, tables, modals, etc.). The goal with v0 is to get you started (hence the name) faster....to give you something you can copy and paste and then modify yourself.
palmdeezy
·3 ปีที่แล้ว·discuss
Jared Palmer, v0 creator/team lead here...

Happy to answer any questions!
palmdeezy
·3 ปีที่แล้ว·discuss
Jared Palmer here... v0 Creator/Team Lead.

Tailwind is indeed required at the moment. However, we're working on supporting other popular design systems as well as custom ones.
palmdeezy
·3 ปีที่แล้ว·discuss
Yes! This is something we'll be adding soon!
palmdeezy
·3 ปีที่แล้ว·discuss
Hi everyone! Jared Palmer (https://x.com/jaredpalmer) here from the v0 team and Vercel. Happy to answer any questions. The team is very excited to finally share what we've been working on with the community. We know it's early, but as the name implies... it's v0.

Link: https://v0.dev | FAQ: https://v0.dev/faq
palmdeezy
·3 ปีที่แล้ว·discuss
Hola! Y'all can play with LLama 2 for free and compare it side by side to over 20 other models on the Vercel AI SDK playground.

Side-by-side comparison of LLama 2, Claude 2, GPT-3.5-turbo and GPT: https://sdk.vercel.ai/s/EkDy2iN
palmdeezy
·3 ปีที่แล้ว·discuss
Fixed Cohere and Replicate. Will add the other provider now! Appreciate the help!
palmdeezy
·3 ปีที่แล้ว·discuss
Investigating now. Thanks for the feedback!
palmdeezy
·3 ปีที่แล้ว·discuss
Correct. We are using various hosting providers.

As part of the project, I’ve been working with providers and hosts on updating their SDKs to work on Vercel Edge Functions (and streaming).
palmdeezy
·3 ปีที่แล้ว·discuss
Thanks man! Good idea on token/s. Will add
palmdeezy
·3 ปีที่แล้ว·discuss
Engineering Director of Frameworks at Vercel here…

It works automatically when you use the `app` directory in 13.2+. No additional steps are needed when you self-host/run on Node.js
palmdeezy
·3 ปีที่แล้ว·discuss
Yes! Prune then zip the output folder.
palmdeezy
·3 ปีที่แล้ว·discuss
Turborepo author here…

We do not invalidate the whole graph anymore for a lockfile change. We now have a sophisticated parser that can calculate if a change within the lockfile should actually alter the hash of a given target. In addition to higher cache hit rates, this is what powers our `turbo prune` command which allows teams to create slices of their monorepo for a target and its dependencies…useful for those building in Docker.

Prune docs: https://turbo.build/repo/docs/reference/command-line-referen...

Turborepo is much more scalable now than when we spoke pre-Vercel acquisition. It now powers the core web codebases at Netflix, Snap, Disney Streaming, Hearst, Plex and thousands of other high-performance teams. You can see a full list of users here: https://turbo.build/showcase

Would be happy to reconnect about Uber’s web monorepo sometime.