惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

有赞技术团队
有赞技术团队
Stack Overflow Blog
Stack Overflow Blog
爱范儿
爱范儿
B
Blog
博客园 - 三生石上(FineUI控件)
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
A
About on SuperTechFans
C
Check Point Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
P
Proofpoint News Feed
Engineering at Meta
Engineering at Meta
Y
Y Combinator Blog
WordPress大学
WordPress大学
小众软件
小众软件
博客园 - 司徒正美
Apple Machine Learning Research
Apple Machine Learning Research
Recent Announcements
Recent Announcements
L
LangChain Blog
大猫的无限游戏
大猫的无限游戏
阮一峰的网络日志
阮一峰的网络日志
D
DataBreaches.Net
博客园 - 聂微东
Microsoft Security Blog
Microsoft Security Blog
美团技术团队

Hacker News

GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis Bonsai 1-bit WebGPU - a Hugging Face Space by webml-community Moving a large-scale metrics pipeline from StatsD to OpenTelemetry / Prometheus GitHub - Nightmare-Eclipse/RedSun: The Red Sun vulnerability repository GitHub - SethPyle376/hiraeth: Local AWS emulator focused on fast integration testing, with SQS support, SQLite-backed state, and a debug-friendly web UI. GitHub - macOS26/Agent: Any AI, replaces Claude Code, Cursor, OpenClaw. Over 18 LLM providers (Claude, OpenAI, Gemini, Ollama, Zai, HF, Qwen) wired into a native Mac app that writes code, builds Xcode projects, bumps versions, manages git, automates Safari, use AppleScript, JS or Accessibility, extend Agent! w/ MCP Servers, run tasks from your iPhone via Messages. YouTube now lets you turn off Shorts I Made a Terminal Pager Burgers | マクドナルド公式 Commands — HackerNews CLI documentation ChatGPT for Excel PiCore - Raspberry Pi Port of Tiny Core Linux Live Nation illegally monopolized ticketing market, jury finds Google Broke Its Promise to Me. Now ICE Has My Data. Founding Engineer at Adaptional | Y Combinator CRISPR takes important step toward silencing Down syndrome’s extra chromosome GitHub - saffron-health/libretto: The AI toolkit for building reliable browser automations US v. Heppner (S.D.N.Y. 2026) no attorney-client privilege for AI chats [pdf] Retrofitting JIT Compilers into C Interpreters IPv6 – Google The Accursèd Alphabetical Clock Cybersecurity Looks Like Proof of Work Now Fragments: April 14 Cal.com Goes Closed Source: Why AI Security Is Forcing Our Decision | Cal.com - Scheduling Software for Online Bookings Laravel raised money and now injects ads directly into your agent When moving fast, talking is the first thing to break Too much Discussion of the XOR swap trick – Heather Cafe Introduction to Spherical Harmonics for Graphics Programmers The Grand Line
Marc Andreessen Egg Game · eieio.games
2026-05-08 · via Hacker News

It's Time to Build Eggs That Look Like Marc Andreessen

May 7, 2026

Marc Andreessen Egg Game is a game about doodling on eggs to make them look like Marc Andreessen.

I've gotten really good at drawing on these eggs

The thesis of Marc Andreessen Egg Game is that the world has dramatically underestimated demand for images of eggs that look like Marc Andreessen. To help, please play the game and submit your drawings to the gallery.

Why?

I’m so glad you asked. Marc Andreessen Egg Game comes with a manifesto.

The Marc Andreessen Egg Game manifesto. The full text is below so I'm not going to also add it to the image here.

I know I'm right about this

Here's that text for you if you want itIt’s Time to Build Eggs

Global institutions have dramatically underestimated demand for eggs that look like Marc Andreessen. This failure will reverberate through the rest of the decade and beyond, but it’s not too late to roll up our sleeves and start fixing it.

We have enemies. Our enemy is inertia. Our enemy is regulatory capture. Our enemy is that Googling “Marc Andreessen Egg” barely returns any results - a damning failure of the media that is as much a generational indictment as it is a call to action.

If drawing eggs that look like Marc Andreessen were easy, we’d already be doing it. And doing it will take builders of all types: builders that use Speedrun Mode to ship 3 eggs at maximum velocity, and builders that use Creative Mode to painstakingly produce 1 egg of generational quality.

As you draw eggs, ask yourself: “is this egg so good that I want to see it every time Marc posts on Twitter?” And when the answer is yes, you should contribute to the Egg Gallery - a by-founders-for-founders global registry of the best that we all have to offer.

You’re still early. Ship the eggs. Save the world.

I think it’s not too late to make up for our embarassing institutional failures, roll up our sleeves, and draw some Marcs.

For the most part, building Marc Andreessen Egg Game was surprisingly simple. There were two challenges that I found interesting:

  • Lighting the egg
  • Scoring “speedrun” mode

Lighting The Egg

Marc’s head looks like an egg - we all know this.

But a thing that you might not appreciate if you haven’t looked at dozens of photos of Marc’s head is how shiny it is.

An image of Marc Andreessen. His bald dome reflects the light.

look at that!

I found it impossible to concentrate on drawing my eggs when they weren’t correctly lit.

To address this, Marc Andreessen Egg Game estimates a normal map for the egg - basically a way to answer the question “how would light bounce off of this object?” for any point along its surface. This is pretty easy to do with egg-like surfaces.

That allows me to hand-choose default lighting for each Marc - although you can play with those choices yourself in Creative Mode, as I do here:

lighting marc

Thank you to my friend Henry for this idea - I think it really ups the quality of the Marcs that we can draw in a major way.

Evaluating Speedruns

Marc Andreessen Egg Game has two modes: Creative Mode (draw one outstanding egg with unlimited time) and Speedrun Mode (draw three eggs quickly).

Figuring out how to “grade” speedrun mode was a challenge. Comparing your drawing to the raw pixels in an image of Marc seemed hard and arbitrary. But having no rules at all about what I considered a “completed” Marc seemed like a mistake.

What I ended up doing was drawing “reference” Marcs for each image that I found of him (you can see the interface that I use for this by looking at the author interface, which is public).

I take these reference drawings and break them down into groups of colored pixels, and then hand-label them.

The interface I use to label marcs. A marc image is displayed next to an image of an egg with a beard on it. A column along the right lists other labels like 'sweater' and 'eyes'

my labeling interface. There's his beard!

This allows me to give you prompts like “draw his beard” or “draw his nose” - and to automatically pick a reasonable color for you.

Then I compare what you draw against my reference regions. There’s a lot of flexibility here, and that flexibility changes based on region size. It’s reasonable to say “marc’s sweater should be pretty big and in the right spot” - but it turns out that it’s much harder to guess where to draw his eyebrows on an egg.

Wrapping Up

That’s it! I’m really excited about this site, and I hope that we can make up for our past failures by delivering some great eggs.

Happy drawing.