HN user

MaxLeiter

3,963 karma

https://maxleiter.com/

Posts128
Comments472
View on HN
browse-your-way.vercel.app 1mo ago

Show HN: Browse the web your way

MaxLeiter
4pts1
vercel.com 1mo ago

Introducing Vercel Connect

MaxLeiter
5pts0
shud.in 1mo ago

Which

MaxLeiter
4pts0
maxleiter.com 1mo ago

They’re made out of weights

MaxLeiter
1529pts711
github.com 2mo ago

TheLounge v4.5.0 released – a modern, self-hosted web IRC client

MaxLeiter
6pts2
github.com 3mo ago

Shader-driven web transitions with HTML-in-canvas

MaxLeiter
2pts1
browse-your-way.vercel.app 4mo ago

Show HN: Browse-your-way – use LLMs to browse a customizable web

MaxLeiter
2pts0
vercel.com 4mo ago

npm i chat – One codebase, every chat platform

MaxLeiter
1pts0
gboy-ts.vercel.app 5mo ago

Show HN: gboy.ts: A gameboy emulator in TypeScript for the browser and server

MaxLeiter
3pts0
maxleiter.com 5mo ago

Sandcastle: A web-based Linux desktop environment

MaxLeiter
3pts1
twitter.com 5mo ago

Learning to Reason in 13 Parameters

MaxLeiter
3pts1
vercel.com 5mo ago

Introducing the new v0

MaxLeiter
4pts2
shud.in 6mo ago

Performance Is Not a Technical Problem

MaxLeiter
1pts0
aws.amazon.com 6mo ago

AWS Databases are now available on v0 by Vercel

MaxLeiter
3pts0
vercel.com 6mo ago

How we made v0 an effective coding agent

MaxLeiter
29pts10
maxleiter.com 6mo ago

Introducing HFSViewer

MaxLeiter
1pts0
v0-pip-playground.vercel.app 7mo ago

Show HN: Ten Picture-in-Picture Web Demos

MaxLeiter
1pts0
vercel.com 8mo ago

How we built the v0 iOS app

MaxLeiter
34pts48
maxleiter.com 8mo ago

The new maxleiter.com

MaxLeiter
1pts0
vercel.com 9mo ago

Update regarding Vercel service disruption on October 20, 2025

MaxLeiter
4pts0
misinforeview.hks.harvard.edu 9mo ago

Do language models favor their home countries?

MaxLeiter
3pts0
news.ycombinator.com 9mo ago

Ask HN: Share your personal site

MaxLeiter
4pts3
maxleiter.com 10mo ago

You should be rewriting your prompts

MaxLeiter
4pts0
openai.com 10mo ago

Statement on OpenAI's Nonprofit and PBC

MaxLeiter
4pts2
maxleiter.com 10mo ago

Formatting code should be unnecessary

MaxLeiter
354pts476
datamuseum.dk 10mo ago

The world has a running Rational R1000/400 computer again (2019)

MaxLeiter
53pts17
pudding.cool 10mo ago

30 minutes with a stranger

MaxLeiter
1103pts375
talksabout.tech 11mo ago

talksabout.tech

MaxLeiter
6pts1
twitter.com 11mo ago

v0.dev is now v0.app

MaxLeiter
9pts4
maxleiter.com 1y ago

Vibe-coding Minecraft mods (and the lessons learned)

MaxLeiter
2pts0
Claude Tag 29 days ago

It's a major rewrite of the slack plugin, with far more functionality and more capabilities. More surfaces will be available in the future

Claude Tag 29 days ago

Every channel has its own Claude, and Claude's access is configurable per-channel and per-workspace. Private channels don't leak information to other channels

This is one reason I think openai releasing a phone makes sense

If they can build an integrated AI assistant (what Siri should be) that can spin up and call agents it will be big (or it will flop but my money is on big if it’s the easiest way to use agents in your daily life)

I’ve been working on modernizing https://thelounge.chat, a self-hostable web based IRC client

Modernizing in two ways: migrating to new JS tooling (webpack -> vite, Node’s built in sqlite, etc) and adopting ircv3 features like emoji reactions, threaded replies, and typing indicators. Trying to bring IRC into the 21st century.

Its easy to contribute to and we have an active irc channel (perks of building an always-on client…) - feel free to join us! #thelounge on irc.libera.chat

Check out the bundle / CPU savings by leaving webpack: https://github.com/thelounge/thelounge/pull/5064

Eh, we’re approaching that world (I am "an AI maximalist", I guess)

But someone with the knowledge to guide an AI will have more success than someone without, at least today. I don’t think that will necessarily be true in a year or two.

Short term: they don’t need devs to build it, it’s already built

Long term: they now have experienced dev(s?) to build their next products and features

I think they key thing here is they "isolated the relevant code"

If the exploits exist in e.g. one file, great. But many complex zerodays and exploits are chains of various bugs/behaviors in complex systems.

Important research but I don’t think it dispels anything about Mythos

FTA:

In 2022, we built Tart, which became the most popular virtualization solution for Apple Silicon, along with several other tools along the way.

from Tart's github:

[Tart is for] macOS and Linux VMs on Apple Silicon to use in CI and other automations

My (naive?) hypothesis is this kind of expertise is why OpenAI chose to acquihire.

But then the LLM needs to write its own tools/code for interacting with said service. Which is fine, but slower and it can make mistakes vs officially provided tools

MCPs are great for some use cases

In v0, people can add e.g. Supabase, Neon, or Stripe to their projects with one click. We then auto-connect and auth to the integration’s remote MCP server on behalf of the user.

v0 can then use the tools the integration provider wants users to have, on behalf of the user, with no additional configuration. Query tables, run migrations, whatever. Zero maintenance burden on the team to manage the tools. And if users want to bring their own remote MCPs, that works via the same code path.

We also use various optimizations like a search_tools tool to avoid overfilling context

My friend and I were able to give claude a (no longer updated) unity arcade game. It decompiled it and created a one-to-one typescript port so it can run in the browser and now we're adding multiplayer support (for personal use, don't worry HN - we won't be distributing it). I'm very excited for what AI can do for legacy software.

v0 actually can directly copy files out of its examples and then apply edits. This saves it from having to write out the long examples verbatim. The rest of your comment is accurate

I think the fact that OpenNext can exist speaks to the opposite

A Next.js project can be deployed to a Docker image very easily [1]. If you want to use a provider that has their own infrastructure setup, then yes you need to do some work (that OpenNext does for you). But that's true of practically any framework deploying to a host that does more than just serve the docker container.

[1] https://nextjs.org/docs/app/getting-started/deploying

If you can point out how we actually lock you in, that would be more constructive than blanket accusations. I recommend reading the linked post

A lot of react native apps do not feel native. Even more are just low quality. Many v0 users were asking us how exactly we did X or Y to make it feel so good, which is what this post is for.