HackerLangs
トップ新着トレンドコメント過去質問紹介求人

MaxLeiter

3,962 カルマ登録 11 年前
https://maxleiter.com/

投稿

Show HN: Browse the web your way

browse-your-way.vercel.app
4 ポイント·投稿者 MaxLeiter·19 日前·1 コメント

Introducing Vercel Connect

vercel.com
5 ポイント·投稿者 MaxLeiter·23 日前·0 コメント

Which

shud.in
4 ポイント·投稿者 MaxLeiter·先月·0 コメント

They’re made out of weights

maxleiter.com
1,529 ポイント·投稿者 MaxLeiter·先月·711 コメント

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

github.com
6 ポイント·投稿者 MaxLeiter·2 か月前·2 コメント

Shader-driven web transitions with HTML-in-canvas

github.com
2 ポイント·投稿者 MaxLeiter·3 か月前·1 コメント

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

browse-your-way.vercel.app
2 ポイント·投稿者 MaxLeiter·4 か月前·0 コメント

npm i chat – One codebase, every chat platform

vercel.com
1 ポイント·投稿者 MaxLeiter·5 か月前·0 コメント

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

gboy-ts.vercel.app
3 ポイント·投稿者 MaxLeiter·5 か月前·0 コメント

Sandcastle: A web-based Linux desktop environment

maxleiter.com
3 ポイント·投稿者 MaxLeiter·5 か月前·1 コメント

Learning to Reason in 13 Parameters

twitter.com
3 ポイント·投稿者 MaxLeiter·5 か月前·1 コメント

Introducing the new v0

vercel.com
4 ポイント·投稿者 MaxLeiter·5 か月前·2 コメント

Performance Is Not a Technical Problem

shud.in
1 ポイント·投稿者 MaxLeiter·6 か月前·0 コメント

AWS Databases are now available on v0 by Vercel

aws.amazon.com
3 ポイント·投稿者 MaxLeiter·6 か月前·0 コメント

How we made v0 an effective coding agent

vercel.com
29 ポイント·投稿者 MaxLeiter·6 か月前·10 コメント

Introducing HFSViewer

maxleiter.com
1 ポイント·投稿者 MaxLeiter·6 か月前·0 コメント

Show HN: Ten Picture-in-Picture Web Demos

v0-pip-playground.vercel.app
1 ポイント·投稿者 MaxLeiter·7 か月前·0 コメント

How we built the v0 iOS app

vercel.com
34 ポイント·投稿者 MaxLeiter·8 か月前·48 コメント

The new maxleiter.com

maxleiter.com
1 ポイント·投稿者 MaxLeiter·8 か月前·0 コメント

Update regarding Vercel service disruption on October 20, 2025

vercel.com
4 ポイント·投稿者 MaxLeiter·9 か月前·0 コメント

コメント

MaxLeiter
·12 時間前·議論
The C++ documentary released last month was great and featured him a lot: https://www.youtube.com/watch?v=lI7tMxzSJ7w
MaxLeiter
·17 日前·議論
It's a major rewrite of the slack plugin, with far more functionality and more capabilities. More surfaces will be available in the future
MaxLeiter
·18 日前·議論
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
MaxLeiter
·先月·議論
From the maintainer: https://drewdevault.com/blog/Forking-vim/

HN discussion: https://news.ycombinator.com/item?id=47519308
MaxLeiter
·先月·議論
All credit to the original author. I just had to think of analogues.
MaxLeiter
·2 か月前·議論
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)
MaxLeiter
·3 か月前·議論
No, I have a bunch of PRs up and some already merged

We’re aiming for a minimal maintenance release soon, then a larger feature release after.
MaxLeiter
·3 か月前·議論
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
MaxLeiter
·3 か月前·議論
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.
MaxLeiter
·3 か月前·議論
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
MaxLeiter
·3 か月前·議論
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
MaxLeiter
·3 か月前·議論
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.
MaxLeiter
·3 か月前·議論
Great write-up. I love hardware running software it shouldn’t support
MaxLeiter
·3 か月前·議論
Each page navigation runs a WebGL shader that reads both the old and new page as live textures via the new texElementImage2D() API, then composites them through the selected compiz inspired effect.

You can test it here (must be using chrome canary): https://compiz-web.vercel.app/, or see the demo video on github
MaxLeiter
·4 か月前·議論
LLM generated READMEs hurt my eyes

But maybe there is some cool stuff here. A lot of prolific AI-assisted engineers I know have their own advanced plan modes, and the CEO plan mode in the repo is interesting (although very token heavy)

https://github.com/garrytan/gstack/blob/main/plan-ceo-review...
MaxLeiter
·4 か月前·議論
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
MaxLeiter
·4 か月前·議論
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
MaxLeiter
·5 か月前·議論
xcancel link: https://xcancel.com/jxmnop/status/2019251724020772933
MaxLeiter
·5 か月前·議論
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.
MaxLeiter
·6 か月前·議論
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