HN user

mxstbr

3,619 karma

Member of Technical Staff at OpenAI working on Connectors.

Previously at Shopify, Stellate, Gatsby, GitHub, Spectrum

Made styled-components, react-boilerplate, and a bunch of other open-source projects

mxstbr.com

[ my public key: https://keybase.io/mxstbr; my proof: https://keybase.io/mxstbr/sigs/ArtgNnaHFTt3gLux_RH3LNE2HNXinQ1y9o6ruaGoLNQ ]

Posts211
Comments321
View on HN
www.shopify.com 2mo ago

Store speed and conversion: what the data shows

mxstbr
2pts0
fly.io 9mo ago

Corrosion: Distributed service discovery without central servers or locking

mxstbr
2pts0
ghuntley.com 9mo ago

I ran Claude in a loop for 3 months to create a genz programming language

mxstbr
2pts0
alistair.sh 9mo ago

Avoiding homework with code (and getting caught)

mxstbr
2pts0
blog.arcjet.com 9mo ago

Introducing Arcjet's local AI security model

mxstbr
1pts0
aparnacd.substack.com 10mo ago

Microsoft CPO: Most Work Is Translation

mxstbr
2pts0
github.com 10mo ago

Source code for the X recommendation algorithm

mxstbr
249pts141
twitter.com 10mo ago

Triangle Man is a decent front end designer, but he knows nothing about networks

mxstbr
1pts0
jihad.house 1y ago

Startup Slop

mxstbr
2pts1
github.com 1y ago

Position-observer: asynchronously observe changes in the DOM element position

mxstbr
3pts0
fly.io 1y ago

We were wrong about GPUs

mxstbr
921pts578
john.onolan.org 1y ago

Democratising publishing

mxstbr
174pts50
planetscale.com 1y ago

Generics can make your Go code slower

mxstbr
1pts0
www.expand.ai 1y ago

Expand.ai: scraping made easy for developers

mxstbr
3pts0
commission.europa.eu 1y ago

The Future of European Competitiveness

mxstbr
121pts122
worksinprogress.co 1y ago

Pour over Coffee Got Good

mxstbr
63pts41
turso.tech 1y ago

We Transitioned to Clerk for Authentication

mxstbr
1pts0
www.justinmath.com 1y ago

The Most Superior Form of Training and why people don't use it

mxstbr
2pts0
stevedylan.dev 1y ago

Leaving Neovim for Zed

mxstbr
350pts322
longform.asmartbear.com 1y ago

Double your productivity without more work or stress

mxstbr
12pts0
twitter.com 2y ago

Using programmatic SEO to grow from from 0 organic traffic to thousands

mxstbr
1pts0
www.youtube.com 2y ago

Making Foosbar: the (unverifiably but plausibly) best foosball robot [video]

mxstbr
1pts0
linear.app 2y ago

We built multi-region support for Linear

mxstbr
1pts0
www.magiroux.com 2y ago

Why, after 8 years, I still like GraphQL sometimes in the right context

mxstbr
7pts1
stellate.co 2y ago

Open sourcing GraphQL-query: 8.7x faster GraphQL query parser written in Rust

mxstbr
4pts2
twitter.com 2y ago

Andrej Karpathy's advice for undergraduate students

mxstbr
15pts0
community.fly.io 2y ago

Some Volumes Were Slow and We Figured Out Why

mxstbr
18pts3
mxstbr.com 2y ago

You probably don't need GraphQL

mxstbr
3pts0
github.com 2y ago

Yelp: Why GraphQL [pdf]

mxstbr
1pts1
zed.dev 2y ago

Building a Text Editor in the Times of AI

mxstbr
2pts0
MCP is dead? 2 months ago

I run the team at OpenAI that's responsible for the ChatGPT App Store, Codex plugins, and all things MCP.

The thing that all these "MCP is dead" posts are missing is that whether or not MCP is used as a transport protocol is actually completely irrelevant.

The reason MCP isn't dead is because practically ~every company on the planet is building an MCP server. I know this because we interact with all of them. Most of these companies don't have a CLI. Many of these companies don't even have an external API! And yet, they're all building MCP servers.

And that's why MCP is not only not dead, but more important than ever.

Maybe we will turn every MCP server into a CLI under the hood. Maybe we'll use code mode. Maybe we'll implement tool search.

All of those are just implementation details to the much more important point: our AI agents are getting access to services they otherwise would never have had access to.[0] That's what matters.

So, is MCP dead as a direct communication layer for models to speak to? Maybe, maybe not. Is MCP dead as a protocol? Hell no, couldn't be further from the truth.

[0]: Although I will say the Codex app's computer & browser use features have made this statement a lot weaker than it used to be. If you haven't tried them yet—they're mindblowing.

It's interesting that he signs off with "So long, and thanks for all the fish," which is a quote from The Hitchhiker’s Guide to the Galaxy:

Just before the Vogons demolish Earth to make way for a hyperspace bypass, the dolphins, knowing what’s coming, leave the planet and their farewell message is “So long, and thanks for all the fish.”

I wonder what he's implying about GitHub…

Oh man, I got excited to use this with our kids, but then saw that it requires a " mobile device management (MDM) solution and Managed Apple IDs." I hope they consider the family use case in the future.

The Monospace Web 2 years ago

I was thinking about changing my personal website's font to a monospaced one.

Anybody know which ones are particularly good for long-form text readability?

Bonus points if it's on Google Fonts.

Absolutely, if you're building a GraphQL server, parsing is almost certainly not your bottleneck. Stellate is effectively a GraphQL CDN, so for us, it is.

Our request flow effectively boils down to:

1. Parsing a GraphQL query to assess which types and fields are within it

2. Matching the configured cache rules to those types and fields

3. Caching partial results accordingly

So, for our specific use case, parsing is one of the main things our edge gateway does, and reducing overhead there allowed us to significantly improve our overall performance.

Notion Calendar 3 years ago

Other way around! Notion bought Cron, which was around for a long time before Amie and (one could argue) inspired Amie.

This is the first German word I taught my (American) partner and it is, to this day, likely our most used German word. Such a core concept to our entire culture!

RONIN 3 years ago

I don't get what this is. Is it a CMS? Or a database? Or both?

Personally, through all these conversations over the last years, it's become obvious to me that there is a better way for companies to manage the interface between frontend and backend that few of them know about, data layers.

We have the passion and the expertise to try and help a few more companies to use data layers and can justify it as a business because our main product at Stellate is GraphQl edge caching—which works with any GraphQL API, including those created by Fuse.js.

This is similar to why Vercel can invest so much in React and Next.js