diff --git a/README.md b/README.md index 79b301bc..a250922c 100644 --- a/README.md +++ b/README.md @@ -258,12 +258,16 @@ A [Profullstack](https://profullstack.com) project. ## Artwork and card data v2 +The complete 277-card edition is published in `public/releases/v2/`: native SVG +artwork, SVG and PNG card faces, the card-data catalog, a proof gallery and the +release manifest. All six site rosters use these versioned faces. + Build a new edition with native SVG artwork by default, Astra 6 at `xhigh`, NicheDB metadata and optional GPT Image 2 PNG output: ```bash pnpm release:v2 --dry-run -pnpm release:v2 --series legends --only 2 --out dist/releases/v2-proof +pnpm release:v2 --series legends --only 2 --background --out dist/releases/v2-proof ``` See [the v2 workflow](docs/artwork-v2.md) for full-edition builds, PNG fallback, diff --git a/docs/artwork-v2.md b/docs/artwork-v2.md index 68335267..7ca192e3 100644 --- a/docs/artwork-v2.md +++ b/docs/artwork-v2.md @@ -19,13 +19,13 @@ pnpm release:v2 --dry-run # Set OPENAI_API_KEY through your environment/secret manager first. # Build one proof before spending on the full edition. -pnpm release:v2 --series legends --only 2 --out dist/releases/v2-proof +pnpm release:v2 --series legends --only 2 --background --out dist/releases/v2-proof # Open dist/releases/v2-proof/index.html and inspect both sides and sources. pnpm release:v2 validate --out dist/releases/v2-proof # Build the whole edition. Re-run this exact command after an interruption. -pnpm release:v2 --png-copies +pnpm release:v2 --png-copies --background --concurrency 8 pnpm release:v2 validate # After reviewing dist/releases/v2/index.html, activate the completed files locally. @@ -152,9 +152,25 @@ directory. If the process is killed, verify it has stopped before removing its stale lock file and resuming. Requests have timeouts and bounded retries for transient failures. Generation is -sequential to make stopping, recovery and rate-limit handling predictable. The -script reports actual API usage when returned, but does not estimate spending or -promise API model access: your account must have access to the configured models. +sequential by default; `--concurrency N` permits 1–64 cards at once while preserving +roster order and serializing manifest writes. Adjust concurrency to your account's +rate limits. Changing concurrency does not invalidate artwork checkpoints. + +Use `--background` for Astra requests that can exceed the foreground request's +four-minute timeout. It submits `background: true, store: true` and saves the +response ID in the staging directory's `.requests/` folder before polling. A +restart retrieves that same request and reuses completed output, including when +SVG validation needs a repair. Background responses are explicitly stored on +OpenAI for recovery; they contain the public roster text and generated artwork. +These working response files are not copied into the public release. Submission +is not automatically retried after an ambiguous network failure. Polling stops +after 30 minutes; re-run the command to continue polling the saved request. +`--force` intentionally bypasses saved requests as well as artwork checkpoints. +Background mode changes transport only, so existing artwork remains reusable. +See the [OpenAI background mode documentation](https://developers.openai.com/api/docs/guides/background). + +The script reports actual API usage when returned, but does not estimate spending +or promise API model access: your account must have access to the configured models. No paid API generation is necessary for the mocked automated tests. ```bash diff --git a/public/releases/v2/cards.json b/public/releases/v2/cards.json new file mode 100644 index 00000000..0f792055 --- /dev/null +++ b/public/releases/v2/cards.json @@ -0,0 +1,12816 @@ +{ + "schemaVersion": 2, + "edition": 2, + "cards": [ + { + "number": 1, + "slug": "richard-stallman", + "name": "Richard Stallman", + "title": "Founder of the GNU Project", + "knownFor": "Advocate for free software movement", + "rarity": "iconic", + "impact": 95, + "nationality": "USA", + "era": "1953", + "projects": [ + "GNU Project", + "Free Software Foundation", + "GNU C Compiler", + "GNU Emacs" + ], + "scouting": "Richard Stallman is a pivotal figure in the free software movement. He advocates for user freedoms in software usage, study, and modification. His initiatives have shaped the landscape of software distribution and rights.", + "quote": "Freedom is a matter of choice.", + "front": "/releases/v2/legends/001-richard-stallman/front.svg", + "back": "/releases/v2/legends/001-richard-stallman/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://www.wikidata.org/wiki/Q7439" + }, + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Richard_Stallman" + } + ], + "id": "legends/001-richard-stallman", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:21:07.933Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Richard+Stallman&limit=30", + "matches": [], + "rejectedCount": 3 + }, + "edition": 2, + "artwork": "/releases/v2/legends/001-richard-stallman/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 2, + "slug": "linus-torvalds", + "name": "Linus Torvalds", + "title": "Creator of the Linux Kernel", + "knownFor": "Developing Linux and Git", + "rarity": "iconic", + "impact": 99, + "nationality": "Finland / USA", + "era": "1969", + "projects": [ + "Linux Kernel", + "Git" + ], + "scouting": "Linus Torvalds revolutionizes software development with the Linux kernel and Git. His contributions foster a global open source community, driving innovation and collaboration across industries.", + "quote": "Linus brings freedom and collaboration to software.", + "front": "/releases/v2/legends/002-linus-torvalds/front.svg", + "back": "/releases/v2/legends/002-linus-torvalds/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://www.wikidata.org/wiki/Q34253" + }, + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Linus_Torvalds" + } + ], + "id": "legends/002-linus-torvalds", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:05:11.580Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Linus+Torvalds&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/002-linus-torvalds/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 3, + "slug": "aaron-swartz", + "name": "Aaron Swartz", + "title": "Internet Activist and Programmer", + "knownFor": "Contributions to RSS and Markdown", + "rarity": "iconic", + "impact": 95, + "nationality": "USA", + "era": "1986-11-08", + "projects": [ + "RSS", + "Creative Commons", + "web.py", + "Markdown" + ], + "scouting": "Aaron Swartz is a pivotal figure in internet activism and programming. He significantly contributed to various projects that shaped the web, advocating for open access and civic engagement. His legacy inspires many in the tech community.", + "quote": "A prodigy who fought for freedom.", + "front": "/releases/v2/legends/003-aaron-swartz/front.svg", + "back": "/releases/v2/legends/003-aaron-swartz/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://www.wikidata.org/wiki/Q302817" + }, + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Aaron_Swartz" + } + ], + "id": "legends/003-aaron-swartz", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:21:07.925Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Aaron+Swartz&limit=30", + "matches": [], + "rejectedCount": 8 + }, + "edition": 2, + "artwork": "/releases/v2/legends/003-aaron-swartz/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 4, + "slug": "tj-holowaychuk", + "name": "TJ Holowaychuk", + "title": "Node.js Contributor", + "knownFor": "Creator of popular Node.js modules", + "rarity": "iconic", + "impact": 95, + "nationality": "Canada", + "era": "1987", + "projects": [ + "Express", + "Koa", + "Socket.IO", + "Mocha" + ], + "scouting": "TJ Holowaychuk is a pivotal figure in the Node.js community, known for his innovative frameworks and modules. His work has significantly shaped web development practices and tools, making him a respected leader in open source.", + "quote": "A master of Node.js frameworks.", + "front": "/releases/v2/legends/004-tj-holowaychuk/front.svg", + "back": "/releases/v2/legends/004-tj-holowaychuk/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/TJ_Holowaychuk" + } + ], + "id": "legends/004-tj-holowaychuk", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:21:07.931Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=TJ+Holowaychuk&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/004-tj-holowaychuk/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 5, + "slug": "guido-van-rossum", + "name": "Guido van Rossum", + "title": "Creator of the Python Language", + "knownFor": "Inventor of Python programming language", + "rarity": "iconic", + "impact": 95, + "nationality": "Netherlands", + "era": "1956", + "projects": [ + "Python" + ], + "scouting": "Guido van Rossum is a pivotal figure in programming, known for creating Python. His leadership as BDFL shaped the language's development and community, influencing countless developers worldwide.", + "quote": "Guido's Python has empowered generations of coders.", + "front": "/releases/v2/legends/005-guido-van-rossum/front.svg", + "back": "/releases/v2/legends/005-guido-van-rossum/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://www.wikidata.org/wiki/Q30942" + }, + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Guido_van_Rossum" + } + ], + "id": "legends/005-guido-van-rossum", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:21:07.935Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Guido+van+Rossum&limit=30", + "matches": [], + "rejectedCount": 2 + }, + "edition": 2, + "artwork": "/releases/v2/legends/005-guido-van-rossum/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 6, + "slug": "yukihiro-matsumoto", + "name": "Yukihiro Matsumoto", + "title": "Creator of Ruby Programming Language", + "knownFor": "Inventing the Ruby language", + "rarity": "iconic", + "impact": 95, + "nationality": "Japan", + "era": "1965", + "projects": [ + "Ruby", + "Ruby on Rails", + "RubyGems" + ], + "scouting": "Yukihiro Matsumoto, known as Matz, is the creator of Ruby. He emphasizes simplicity and productivity in programming. His work inspires a vibrant community that values creativity and collaboration.", + "quote": "Matz believes programming should be enjoyable.", + "front": "/releases/v2/legends/006-yukihiro-matsumoto/front.svg", + "back": "/releases/v2/legends/006-yukihiro-matsumoto/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://www.wikidata.org/wiki/Q109409154" + }, + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Yukihiro_Matz_Matsumoto" + } + ], + "id": "legends/006-yukihiro-matsumoto", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:21:07.966Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Yukihiro+Matsumoto&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/006-yukihiro-matsumoto/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 7, + "slug": "larry-wall", + "name": "Larry Wall", + "title": "Creator of Perl Programming Language", + "knownFor": "Inventing the Perl language", + "rarity": "legendary", + "impact": 92, + "nationality": "USA", + "era": "1954", + "projects": [ + "Perl", + "Patch", + "perlbrew" + ], + "scouting": "Larry Wall is a prominent figure in open source, known for creating Perl, a highly versatile programming language. His contributions to software development and community engagement have made a lasting impact on the tech landscape.", + "quote": "Perl: The duct tape of the Internet.", + "front": "/releases/v2/legends/007-larry-wall/front.svg", + "back": "/releases/v2/legends/007-larry-wall/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Larry_Wall" + } + ], + "id": "legends/007-larry-wall", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:21:07.968Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Larry+Wall&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "edition": 2, + "artwork": "/releases/v2/legends/007-larry-wall/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 8, + "slug": "brendan-eich", + "name": "Brendan Eich", + "title": "Creator of JavaScript", + "knownFor": "Co-founder of Mozilla and Firefox", + "rarity": "iconic", + "impact": 95, + "nationality": "USA", + "era": "1961-11-04", + "projects": [ + "JavaScript", + "Mozilla", + "Firefox" + ], + "scouting": "Brendan Eich is a pivotal figure in web development, known for creating JavaScript. He co-founded Mozilla, championing open-source principles and fostering innovation in web browsers. His work continues to influence how we interact with the internet today.", + "quote": "The man who brought interactivity to the web.", + "front": "/releases/v2/legends/008-brendan-eich/front.svg", + "back": "/releases/v2/legends/008-brendan-eich/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Brendan_Eich" + } + ], + "id": "legends/008-brendan-eich", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:21:07.979Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Brendan+Eich&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/008-brendan-eich/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 9, + "slug": "rasmus-lerdorf", + "name": "Rasmus Lerdorf", + "title": "Creator of PHP", + "knownFor": "Developing the PHP programming language", + "rarity": "iconic", + "impact": 95, + "nationality": "Canada / Denmark", + "era": "1968", + "projects": [ + "PHP", + "Apache", + "MySQL" + ], + "scouting": "Rasmus Lerdorf is a pivotal figure in web development, best known for creating PHP. His work enables dynamic web applications and has influenced countless developers worldwide. He continues to advocate for open source principles.", + "quote": "Rasmus Lerdorf transformed web programming forever.", + "front": "/releases/v2/legends/009-rasmus-lerdorf/front.svg", + "back": "/releases/v2/legends/009-rasmus-lerdorf/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Rasmus_Lerdorf" + } + ], + "id": "legends/009-rasmus-lerdorf", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:21:07.980Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Rasmus+Lerdorf&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/009-rasmus-lerdorf/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 10, + "slug": "david-heinemeier-hansson", + "name": "David Heinemeier Hansson", + "title": "Creator of Ruby on Rails", + "knownFor": "Pioneering web application framework", + "rarity": "legendary", + "impact": 90, + "nationality": "Denmark", + "era": "1979", + "projects": [ + "Ruby on Rails", + "Basecamp", + "HEXO" + ], + "scouting": "David Heinemeier Hansson transforms web development with Ruby on Rails, emphasizing simplicity and productivity. As a co-founder of Basecamp, he champions remote work and efficient project management.", + "quote": "Simplicity is the ultimate sophistication.", + "front": "/releases/v2/legends/010-david-heinemeier-hansson/front.svg", + "back": "/releases/v2/legends/010-david-heinemeier-hansson/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/David_Heinemeier_Hansson" + } + ], + "id": "legends/010-david-heinemeier-hansson", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:21:08.000Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=David+Heinemeier+Hansson&limit=30", + "matches": [], + "rejectedCount": 2 + }, + "edition": 2, + "artwork": "/releases/v2/legends/010-david-heinemeier-hansson/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 11, + "slug": "ryan-dahl", + "name": "Ryan Dahl", + "title": "Creator of Node.js", + "knownFor": "Developing server-side JavaScript runtime", + "rarity": "iconic", + "impact": 95, + "nationality": "USA", + "era": "1981", + "projects": [ + "Node.js", + "Deno" + ], + "scouting": "Ryan Dahl revolutionizes web development with Node.js, enabling JavaScript to run server-side. His work emphasizes efficiency and scalability, shaping modern web applications and influencing countless developers worldwide.", + "quote": "Ryan Dahl turns JavaScript into a powerful server tool.", + "front": "/releases/v2/legends/011-ryan-dahl/front.svg", + "back": "/releases/v2/legends/011-ryan-dahl/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Ryan_Dahl" + } + ], + "id": "legends/011-ryan-dahl", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:21:07.987Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Ryan+Dahl&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/011-ryan-dahl/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 12, + "slug": "evan-you", + "name": "Evan You", + "title": "Creator of Vue.js", + "knownFor": "Developing the Vue.js framework", + "rarity": "legendary", + "impact": 90, + "nationality": "USA", + "era": "1988", + "projects": [ + "Vue.js", + "Vue Router", + "Vuex" + ], + "scouting": "Evan You is a prominent figure in web development, known for creating Vue.js. His framework emphasizes simplicity and flexibility, making it popular among developers. He actively engages with the community, continuously enhancing the framework's capabilities.", + "quote": "Evan's vision reshapes how we build interfaces.", + "front": "/releases/v2/legends/012-evan-you/front.svg", + "back": "/releases/v2/legends/012-evan-you/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Evan_You" + } + ], + "id": "legends/012-evan-you", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:21:08.023Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Evan+You&limit=30", + "matches": [], + "rejectedCount": 30 + }, + "edition": 2, + "artwork": "/releases/v2/legends/012-evan-you/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 13, + "slug": "rich-harris", + "name": "Rich Harris", + "title": "Creator of Svelte Framework", + "knownFor": "Innovative JavaScript framework development", + "rarity": "legendary", + "impact": 90, + "nationality": "USA", + "era": "1988", + "projects": [ + "Svelte", + "Sapper", + "Rollup" + ], + "scouting": "Rich Harris is a leading figure in modern web development. He creates tools that streamline coding processes and improve application performance. His work on Svelte revolutionizes how developers build user interfaces.", + "quote": "Transforming the way we code for the web.", + "front": "/releases/v2/legends/013-rich-harris/front.svg", + "back": "/releases/v2/legends/013-rich-harris/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Rich_Harris" + } + ], + "id": "legends/013-rich-harris", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:21:08.027Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Rich+Harris&limit=30", + "matches": [], + "rejectedCount": 3 + }, + "edition": 2, + "artwork": "/releases/v2/legends/013-rich-harris/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 14, + "slug": "jordan-walke", + "name": "Jordan Walke", + "title": "Creator of React", + "knownFor": "Developing the React JavaScript library", + "rarity": "iconic", + "impact": 95, + "nationality": "USA", + "era": "1989", + "projects": [ + "React", + "React Native", + "Jest" + ], + "scouting": "Jordan Walke revolutionizes front-end development with React, a library that simplifies building user interfaces. His work emphasizes performance and usability, making it a favorite among developers worldwide.", + "quote": "Transforming how we build user interfaces.", + "front": "/releases/v2/legends/014-jordan-walke/front.svg", + "back": "/releases/v2/legends/014-jordan-walke/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Jordan_Walke" + } + ], + "id": "legends/014-jordan-walke", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:21:08.032Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Jordan+Walke&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "edition": 2, + "artwork": "/releases/v2/legends/014-jordan-walke/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 15, + "slug": "dan-abramov", + "name": "Dan Abramov", + "title": "Co-Creator of Redux", + "knownFor": "JavaScript libraries and tools", + "rarity": "legendary", + "impact": 92, + "nationality": "USA", + "era": "1986", + "projects": [ + "Redux", + "Create React App", + "React Hot Loader" + ], + "scouting": "Dan Abramov is a leading figure in the JavaScript community, known for his work on Redux and Create React App. His contributions significantly enhance the development experience for React developers worldwide.", + "quote": "Dan's tools empower developers to build better apps.", + "front": "/releases/v2/legends/015-dan-abramov/front.svg", + "back": "/releases/v2/legends/015-dan-abramov/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Dan_Abramov" + } + ], + "id": "legends/015-dan-abramov", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:21:08.034Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Dan+Abramov&limit=30", + "matches": [], + "rejectedCount": 2 + }, + "edition": 2, + "artwork": "/releases/v2/legends/015-dan-abramov/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 16, + "slug": "sebastian-mckenzie", + "name": "Sebastian McKenzie", + "title": "Creator of Babel Compiler", + "knownFor": "JavaScript transpiler development", + "rarity": "legendary", + "impact": 90, + "nationality": "USA", + "era": "1987", + "projects": [ + "Babel", + "Babel-Polyfill", + "Babel-CLI" + ], + "scouting": "Sebastian McKenzie is a pivotal figure in JavaScript development. He creates Babel, a tool that allows developers to use the latest JavaScript features while ensuring compatibility with older browsers.", + "quote": "Babel: bridging the gap in JavaScript.", + "front": "/releases/v2/legends/016-sebastian-mckenzie/front.svg", + "back": "/releases/v2/legends/016-sebastian-mckenzie/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Sebastian_McKenzie" + } + ], + "id": "legends/016-sebastian-mckenzie", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:21:08.078Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Sebastian+McKenzie&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/016-sebastian-mckenzie/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 17, + "slug": "isaac-z-schlueter", + "name": "Isaac Z. Schlueter", + "title": "Node.js Package Manager Creator", + "knownFor": "Founder of npm, Inc.", + "rarity": "iconic", + "impact": 95, + "nationality": "USA", + "era": "1984", + "projects": [ + "npm", + "Node.js" + ], + "scouting": "Isaac Z. Schlueter revolutionizes JavaScript development with npm, the world's largest software registry. His work fosters collaboration and innovation, making it easier for developers to share and reuse code.", + "quote": "Empowering developers, one package at a time.", + "front": "/releases/v2/legends/017-isaac-z-schlueter/front.svg", + "back": "/releases/v2/legends/017-isaac-z-schlueter/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Isaac_Z._Schlueter" + } + ], + "id": "legends/017-isaac-z-schlueter", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:21:08.077Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Isaac+Z.+Schlueter&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "edition": 2, + "artwork": "/releases/v2/legends/017-isaac-z-schlueter/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 18, + "slug": "matt-mullenweg", + "name": "Matt Mullenweg", + "title": "Co-founder of WordPress", + "knownFor": "Leading the WordPress project", + "rarity": "iconic", + "impact": 95, + "nationality": "USA", + "era": "1984", + "projects": [ + "WordPress", + "Akismet", + "BuddyPress" + ], + "scouting": "Matt Mullenweg is a key figure in web development, known for co-founding WordPress. He champions open-source principles and has significantly influenced online publishing and content management systems.", + "quote": "Empowering creators through open-source innovation.", + "front": "/releases/v2/legends/018-matt-mullenweg/front.svg", + "back": "/releases/v2/legends/018-matt-mullenweg/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Matt_Mullenweg" + } + ], + "id": "legends/018-matt-mullenweg", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:24:05.036Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Matt+Mullenweg&limit=30", + "matches": [], + "rejectedCount": 4 + }, + "edition": 2, + "artwork": "/releases/v2/legends/018-matt-mullenweg/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 19, + "slug": "dries-buytaert", + "name": "Dries Buytaert", + "title": "Creator of Drupal", + "knownFor": "Founding the Drupal content management system", + "rarity": "iconic", + "impact": 95, + "nationality": "Belgium", + "era": "1978", + "projects": [ + "Drupal", + "Acquia" + ], + "scouting": "Dries Buytaert is a pivotal figure in open source, known for creating Drupal, a leading content management system. He champions community-driven development and continues to influence the web landscape through his work at Acquia.", + "quote": "Empowering the web, one site at a time.", + "front": "/releases/v2/legends/019-dries-buytaert/front.svg", + "back": "/releases/v2/legends/019-dries-buytaert/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Dries_Buytaert" + } + ], + "id": "legends/019-dries-buytaert", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:24:09.691Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Dries+Buytaert&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/019-dries-buytaert/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 20, + "slug": "brian-behlendorf", + "name": "Brian Behlendorf", + "title": "Co-founder of Apache Software Foundation", + "knownFor": "Leading the Apache HTTP Server project", + "rarity": "iconic", + "impact": 95, + "nationality": "USA", + "era": "1971", + "projects": [ + "Apache HTTP Server", + "Apache Software Foundation", + "Mod_ssl" + ], + "scouting": "Brian Behlendorf is a pivotal figure in open source, known for co-founding the Apache Software Foundation. His leadership in developing the Apache HTTP Server has significantly shaped the web landscape, promoting collaboration and innovation in software development.", + "quote": "Brian champions the spirit of open collaboration.", + "front": "/releases/v2/legends/020-brian-behlendorf/front.svg", + "back": "/releases/v2/legends/020-brian-behlendorf/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Brian_Behlendorf" + } + ], + "id": "legends/020-brian-behlendorf", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:24:09.701Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Brian+Behlendorf&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/020-brian-behlendorf/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 21, + "slug": "roy-fielding", + "name": "Roy Fielding", + "title": "Architect of REST", + "knownFor": "Founding the REST architectural style", + "rarity": "iconic", + "impact": 95, + "nationality": "USA", + "era": "1965", + "projects": [ + "Apache HTTP Server", + "REST", + "HTTP/1.1" + ], + "scouting": "Roy Fielding is a pivotal figure in web architecture, known for his creation of REST. His work on HTTP and the Apache HTTP Server has profoundly influenced how modern web applications are designed and interact.", + "quote": "Fielding's REST principles revolutionized web communication.", + "front": "/releases/v2/legends/021-roy-fielding/front.svg", + "back": "/releases/v2/legends/021-roy-fielding/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Roy_Fielding" + } + ], + "id": "legends/021-roy-fielding", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:24:01.238Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Roy+Fielding&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/021-roy-fielding/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 22, + "slug": "eric-s-raymond", + "name": "Eric S. Raymond", + "title": "Open Source Advocate", + "knownFor": "Author of 'The Cathedral and the Bazaar'", + "rarity": "legendary", + "impact": 90, + "nationality": "USA", + "era": "1957", + "projects": [ + "Fetchmail", + "The Cathedral and the Bazaar", + "Open Source Initiative" + ], + "scouting": "Eric S. Raymond is a prominent figure in the open source movement. He advocates for transparency in software development and has authored influential works that shape modern programming practices.", + "quote": "Raymond's insights revolutionized software development.", + "front": "/releases/v2/legends/022-eric-s-raymond/front.svg", + "back": "/releases/v2/legends/022-eric-s-raymond/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Eric_S._Raymond" + } + ], + "id": "legends/022-eric-s-raymond", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:24:01.257Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Eric+S.+Raymond&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/022-eric-s-raymond/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 23, + "slug": "bruce-perens", + "name": "Bruce Perens", + "title": "Co-founder of Open Source Initiative", + "knownFor": "Advocate for open source software", + "rarity": "iconic", + "impact": 95, + "nationality": "USA", + "era": "1958", + "projects": [ + "Open Source Definition", + "Debian Project", + "Linux Standards Base" + ], + "scouting": "Bruce Perens is a pivotal figure in the open source movement. He co-founded the Open Source Initiative and authored the Open Source Definition, which shapes software licensing today. His advocacy continues to influence software development worldwide.", + "quote": "Open source is a philosophy, not just a license.", + "front": "/releases/v2/legends/023-bruce-perens/front.svg", + "back": "/releases/v2/legends/023-bruce-perens/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Bruce_Perens" + } + ], + "id": "legends/023-bruce-perens", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:24:01.280Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Bruce+Perens&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/023-bruce-perens/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 24, + "slug": "ian-murdock", + "name": "Ian Murdock", + "title": "Founder of Debian Project", + "knownFor": "Creating the Debian Linux distribution", + "rarity": "iconic", + "impact": 95, + "nationality": "USA", + "era": "1973-04-05", + "projects": [ + "Debian", + "Progeny Linux Systems" + ], + "scouting": "Ian Murdock is a pivotal figure in open source, known for founding the Debian Project. His vision for a collaborative operating system has influenced countless distributions and fostered a strong community ethos.", + "quote": "Debian: a legacy of freedom and collaboration.", + "front": "/releases/v2/legends/024-ian-murdock/front.svg", + "back": "/releases/v2/legends/024-ian-murdock/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Ian_Murdock" + } + ], + "id": "legends/024-ian-murdock", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:24:01.268Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Ian+Murdock&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/024-ian-murdock/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 25, + "slug": "mark-shuttleworth", + "name": "Mark Shuttleworth", + "title": "Founder of Ubuntu", + "knownFor": "Creating the Ubuntu operating system", + "rarity": "legendary", + "impact": 90, + "nationality": "South Africa", + "era": "1973-09-18", + "projects": [ + "Ubuntu", + "Canonical Ltd." + ], + "scouting": "Mark Shuttleworth is a visionary entrepreneur and philanthropist. He founded Ubuntu, which revolutionized Linux accessibility. His commitment to open source fosters innovation and community engagement worldwide.", + "quote": "Shuttleworth believes in the power of freedom through software.", + "front": "/releases/v2/legends/025-mark-shuttleworth/front.svg", + "back": "/releases/v2/legends/025-mark-shuttleworth/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Mark_Shuttleworth" + } + ], + "id": "legends/025-mark-shuttleworth", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:24:01.296Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Mark+Shuttleworth&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/025-mark-shuttleworth/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 26, + "slug": "theo-de-raadt", + "name": "Theo de Raadt", + "title": "Founder of OpenBSD", + "knownFor": "Advocate for open-source security", + "rarity": "iconic", + "impact": 95, + "nationality": "Netherlands / Canada", + "era": "1968", + "projects": [ + "OpenBSD", + "OpenSSH", + "LibreSSL" + ], + "scouting": "Theo de Raadt leads the OpenBSD project, emphasizing security and code correctness. His work on OpenSSH has transformed secure communications globally. He is a prominent figure in the open-source community.", + "quote": "Security and simplicity define his legacy.", + "front": "/releases/v2/legends/026-theo-de-raadt/front.svg", + "back": "/releases/v2/legends/026-theo-de-raadt/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Theo_de_Raadt" + } + ], + "id": "legends/026-theo-de-raadt", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:24:01.310Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Theo+de+Raadt&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/026-theo-de-raadt/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 27, + "slug": "d-richard-hipp", + "name": "D. Richard Hipp", + "title": "Creator of SQLite", + "knownFor": "Developing the SQLite database", + "rarity": "iconic", + "impact": 95, + "nationality": "USA", + "era": "1961", + "projects": [ + "SQLite", + "Tcl", + "Fossil" + ], + "scouting": "D. Richard Hipp is a prominent software developer known for creating SQLite, a lightweight database widely used in applications. His work on Fossil and Tcl further showcases his versatility and impact in the open-source community.", + "quote": "SQLite: the database that fits everywhere.", + "front": "/releases/v2/legends/027-d-richard-hipp/front.svg", + "back": "/releases/v2/legends/027-d-richard-hipp/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/D._Richard_Hipp" + } + ], + "id": "legends/027-d-richard-hipp", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:24:02.267Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=D.+Richard+Hipp&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/027-d-richard-hipp/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 28, + "slug": "fabrice-bellard", + "name": "Fabrice Bellard", + "title": "Creator of QEMU", + "knownFor": "Contributions to emulation and programming languages", + "rarity": "iconic", + "impact": 95, + "nationality": "France", + "era": "1972", + "projects": [ + "QEMU", + "FFmpeg", + "TinyCC" + ], + "scouting": "Fabrice Bellard is a prominent figure in open source software, known for his groundbreaking work in emulation and programming languages. His projects, especially QEMU and FFmpeg, have significantly influenced the tech landscape.", + "quote": "A pioneer in emulation and multimedia.", + "front": "/releases/v2/legends/028-fabrice-bellard/front.svg", + "back": "/releases/v2/legends/028-fabrice-bellard/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Fabrice_Bellard" + } + ], + "id": "legends/028-fabrice-bellard", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:24:01.325Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Fabrice+Bellard&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/028-fabrice-bellard/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 29, + "slug": "andrew-tridgell", + "name": "Andrew Tridgell", + "title": "Creator of Samba", + "knownFor": "Pioneering open-source file sharing", + "rarity": "legendary", + "impact": 90, + "nationality": "Australia", + "era": "1966", + "projects": [ + "Samba", + "rsync", + "CIFS" + ], + "scouting": "Andrew Tridgell is a key figure in open-source software, known for creating Samba and rsync. His work enables seamless file sharing across different operating systems, making him a vital contributor to the open-source community.", + "quote": "Tridgell bridges systems with open-source innovation.", + "front": "/releases/v2/legends/029-andrew-tridgell/front.svg", + "back": "/releases/v2/legends/029-andrew-tridgell/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Andrew_Tridgell" + } + ], + "id": "legends/029-andrew-tridgell", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:24:02.282Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Andrew+Tridgell&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/029-andrew-tridgell/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 30, + "slug": "bram-moolenaar", + "name": "Bram Moolenaar", + "title": "Creator of Vim Editor", + "knownFor": "Developing the Vim text editor", + "rarity": "legendary", + "impact": 90, + "nationality": "Netherlands", + "era": "1961", + "projects": [ + "Vim", + "Gvim", + "Vim.org" + ], + "scouting": "Bram Moolenaar is a prominent figure in software development, known for creating Vim, a highly configurable text editor. His work emphasizes efficiency and productivity, making Vim a staple among programmers worldwide.", + "quote": "Vim: The editor that keeps on giving.", + "front": "/releases/v2/legends/030-bram-moolenaar/front.svg", + "back": "/releases/v2/legends/030-bram-moolenaar/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Bram_Moolenaar" + } + ], + "id": "legends/030-bram-moolenaar", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:24:02.293Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Bram+Moolenaar&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/030-bram-moolenaar/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 31, + "slug": "brian-fox", + "name": "Brian Fox", + "title": "Co-Creator of GNU Bash", + "knownFor": "Developing the Bourne Again Shell", + "rarity": "legendary", + "impact": 90, + "nationality": "USA", + "era": "1961", + "projects": [ + "GNU Bash", + "GNU Project", + "Free Software Foundation" + ], + "scouting": "Brian Fox is a pivotal figure in the open source community, known for creating GNU Bash, a widely used command-line shell. His work has significantly influenced the development of free software and the GNU Project, promoting software freedom.", + "quote": "Brian Fox's legacy lives on in every terminal.", + "front": "/releases/v2/legends/031-brian-fox/front.svg", + "back": "/releases/v2/legends/031-brian-fox/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Brian_Fox" + } + ], + "id": "legends/031-brian-fox", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:24:02.306Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Brian+Fox&limit=30", + "matches": [], + "rejectedCount": 10 + }, + "edition": 2, + "artwork": "/releases/v2/legends/031-brian-fox/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 32, + "slug": "werner-koch", + "name": "Werner Koch", + "title": "Principal Author of GnuPG", + "knownFor": "Creating the GNU Privacy Guard", + "rarity": "legendary", + "impact": 90, + "nationality": "Germany", + "era": "unknown", + "projects": [ + "GNU Privacy Guard", + "Free Software Foundation Europe" + ], + "scouting": "Werner Koch is a pivotal figure in free software, known for his work on GnuPG. His contributions enhance digital security and privacy for users worldwide. He actively promotes free software principles through his leadership roles.", + "quote": "Koch champions freedom in digital security.", + "front": "/releases/v2/legends/032-werner-koch/front.svg", + "back": "/releases/v2/legends/032-werner-koch/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://www.wikidata.org/wiki/Q3567326" + }, + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Werner_Koch" + } + ], + "id": "legends/032-werner-koch", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:24:01.334Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Werner+Koch&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "edition": 2, + "artwork": "/releases/v2/legends/032-werner-koch/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 33, + "slug": "miguel-de-icaza", + "name": "Miguel de Icaza", + "title": "Creator of GNOME and Mono", + "knownFor": "Pioneering free software development", + "rarity": "legendary", + "impact": 90, + "nationality": "Mexico / USA", + "era": "unknown", + "projects": [ + "GNOME", + "Mono", + "Xamarin" + ], + "scouting": "Miguel de Icaza is a key figure in free software, driving innovation with GNOME and Mono. His work empowers developers and enhances user experiences across platforms.", + "quote": "A true champion of open source software.", + "front": "/releases/v2/legends/033-miguel-de-icaza/front.svg", + "back": "/releases/v2/legends/033-miguel-de-icaza/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://www.wikidata.org/wiki/Q62849" + }, + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Miguel_de_Icaza" + }, + { + "label": "Miguel de Icaza — via NicheDB", + "url": "https://rssamplifier.com/authors/miguel-de-icaza" + } + ], + "id": "legends/033-miguel-de-icaza", + "research": { + "status": "matched", + "searchedAt": "2026-09-13T19:24:01.363Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Miguel+de+Icaza&limit=30", + "matches": [ + { + "id": 11105015, + "title": "Miguel de Icaza", + "summary": "", + "url": "https://rssamplifier.com/authors/miguel-de-icaza", + "page": "https://nichedb.dev/i/11105015", + "collection": "profiles", + "kind": "openprofile", + "source": "openprofiles", + "updatedAt": "2026-09-13T08:55:48.317Z", + "tags": [ + "openprofile", + "from:rssamplifier" + ], + "matchedBy": "name-and-project:mono" + } + ], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/033-miguel-de-icaza/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 34, + "slug": "federico-mena-quintero", + "name": "Federico Mena Quintero", + "title": "Co-Creator of GNOME", + "knownFor": "Developing the GNOME desktop environment", + "rarity": "legendary", + "impact": 92, + "nationality": "Mexico", + "era": "1972", + "projects": [ + "GNOME", + "GNOME Shell" + ], + "scouting": "Federico Mena Quintero is a pivotal figure in open-source software, known for co-creating the GNOME desktop environment. His work enhances user experience across various Linux distributions, making technology accessible and user-friendly.", + "quote": "Transforming the Linux desktop experience.", + "front": "/releases/v2/legends/034-federico-mena-quintero/front.svg", + "back": "/releases/v2/legends/034-federico-mena-quintero/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://www.wikidata.org/wiki/Q2041395" + }, + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Federico_Mena" + }, + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/GNOME" + }, + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Federico_Mena_Quintero" + }, + { + "label": "Federico Mena Quintero — via NicheDB", + "url": "https://rssamplifier.com/authors/federico-mena-quintero" + } + ], + "id": "legends/034-federico-mena-quintero", + "research": { + "status": "matched", + "searchedAt": "2026-09-13T19:24:01.354Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Federico+Mena+Quintero&limit=30", + "matches": [ + { + "id": 11103112, + "title": "Federico Mena Quintero", + "summary": "", + "url": "https://rssamplifier.com/authors/federico-mena-quintero", + "page": "https://nichedb.dev/i/11103112", + "collection": "profiles", + "kind": "openprofile", + "source": "openprofiles", + "updatedAt": "2026-09-13T08:55:48.133Z", + "tags": [ + "openprofile", + "from:rssamplifier" + ], + "matchedBy": "name-and-project:gnome" + } + ], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/034-federico-mena-quintero/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 35, + "slug": "havoc-pennington", + "name": "Havoc Pennington", + "title": "Pioneer of Desktop Environments", + "knownFor": "Contributions to GNOME and D-Bus", + "rarity": "epic", + "impact": 88, + "nationality": "USA", + "era": "1970", + "projects": [ + "HAL", + "GNOME", + "Metacity", + "D-Bus" + ], + "scouting": "Havoc Pennington drives innovation in desktop environments, enhancing user experience with GNOME and D-Bus. His work supports seamless communication between applications, making software more accessible and efficient.", + "quote": "A key figure in the free software movement.", + "front": "/releases/v2/legends/035-havoc-pennington/front.svg", + "back": "/releases/v2/legends/035-havoc-pennington/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://www.wikidata.org/wiki/Q2444944" + }, + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Havoc_Pennington" + } + ], + "id": "legends/035-havoc-pennington", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:24:01.375Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Havoc+Pennington&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/035-havoc-pennington/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 36, + "slug": "keith-packard", + "name": "Keith Packard", + "title": "X Window System Developer", + "knownFor": "Pioneering work on graphical interfaces", + "rarity": "epic", + "impact": 85, + "nationality": "USA", + "era": "Unknown", + "projects": [ + "X Window System" + ], + "scouting": "Keith Packard is a prominent software developer recognized for his significant contributions to the X Window System, which revolutionized graphical interfaces in computing. His work continues to impact open source software development today.", + "quote": "A pioneer in graphical interface innovation.", + "front": "/releases/v2/legends/036-keith-packard/front.svg", + "back": "/releases/v2/legends/036-keith-packard/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://www.wikidata.org/wiki/Q92972" + }, + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Keith_Packard" + } + ], + "id": "legends/036-keith-packard", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:24:01.404Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Keith+Packard&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/036-keith-packard/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 37, + "slug": "lennart-poettering", + "name": "Lennart Poettering", + "title": "Systemd Creator", + "knownFor": "Developing systemd and related technologies", + "rarity": "legendary", + "impact": 90, + "nationality": "Germany", + "era": "1980", + "projects": [ + "systemd", + "PulseAudio", + "Avahi" + ], + "scouting": "Lennart Poettering is a pivotal figure in modern Linux systems. He revolutionizes how services are managed with systemd, impacting boot processes and service management across distributions. His work on audio and service discovery further enhances user experience.", + "quote": "Revolutionizing Linux with innovative technologies.", + "front": "/releases/v2/legends/037-lennart-poettering/front.svg", + "back": "/releases/v2/legends/037-lennart-poettering/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Lennart_Poettering" + }, + { + "label": "Lennart Poettering — via NicheDB", + "url": "https://rssamplifier.com/authors/lennart-poettering" + } + ], + "id": "legends/037-lennart-poettering", + "research": { + "status": "matched", + "searchedAt": "2026-09-13T19:24:01.392Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Lennart+Poettering&limit=30", + "matches": [ + { + "id": 11165543, + "title": "Lennart Poettering", + "summary": "", + "url": "https://rssamplifier.com/authors/lennart-poettering", + "page": "https://nichedb.dev/i/11165543", + "collection": "profiles", + "kind": "openprofile", + "source": "openprofiles", + "updatedAt": "2026-09-13T09:15:59.442Z", + "tags": [ + "openprofile", + "from:rssamplifier" + ], + "matchedBy": "name-and-project:systemd" + } + ], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/037-lennart-poettering/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 38, + "slug": "greg-kroah-hartman", + "name": "Greg Kroah-Hartman", + "title": "Linux Kernel Maintainer", + "knownFor": "Leading Linux kernel development", + "rarity": "iconic", + "impact": 95, + "nationality": "USA", + "era": "1973", + "projects": [ + "Linux Kernel", + "Driver Backports", + "Ksplice" + ], + "scouting": "Greg Kroah-Hartman is a pivotal figure in Linux kernel development, ensuring its stability and performance. His work on driver backports and Ksplice enhances system reliability, making him a respected leader in the open source community.", + "quote": "A guardian of the Linux kernel.", + "front": "/releases/v2/legends/038-greg-kroah-hartman/front.svg", + "back": "/releases/v2/legends/038-greg-kroah-hartman/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Greg_Kroah-Hartman" + } + ], + "id": "legends/038-greg-kroah-hartman", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:24:01.137Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Greg+Kroah-Hartman&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/038-greg-kroah-hartman/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 39, + "slug": "alan-cox", + "name": "Alan Cox", + "title": "Linux Kernel Developer", + "knownFor": "Contributions to the Linux kernel", + "rarity": "legendary", + "impact": 90, + "nationality": "UK", + "era": "1970", + "projects": [ + "Linux Kernel", + "Netfilter", + "Red Hat" + ], + "scouting": "Alan Cox is a prominent figure in the Linux community, known for his extensive contributions to the Linux kernel. He plays a crucial role in maintaining kernel releases and enhancing networking capabilities, solidifying his legacy in open source software.", + "quote": "A key architect of Linux's evolution.", + "front": "/releases/v2/legends/039-alan-cox/front.svg", + "back": "/releases/v2/legends/039-alan-cox/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Alan_Cox" + } + ], + "id": "legends/039-alan-cox", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:24:01.157Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Alan+Cox&limit=30", + "matches": [], + "rejectedCount": 2 + }, + "edition": 2, + "artwork": "/releases/v2/legends/039-alan-cox/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 40, + "slug": "chris-lattner", + "name": "Chris Lattner", + "title": "Creator of LLVM", + "knownFor": "Developing the LLVM compiler infrastructure", + "rarity": "iconic", + "impact": 95, + "nationality": "USA", + "era": "1985", + "projects": [ + "LLVM", + "Swift", + "Clang" + ], + "scouting": "Chris Lattner is a pivotal figure in programming language design and compiler technology. His work on LLVM revolutionizes how software is compiled, while Swift has transformed iOS development, making it more accessible and efficient.", + "quote": "A visionary in compilers and programming languages.", + "front": "/releases/v2/legends/040-chris-lattner/front.svg", + "back": "/releases/v2/legends/040-chris-lattner/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Chris_Lattner" + } + ], + "id": "legends/040-chris-lattner", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:24:01.164Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Chris+Lattner&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/040-chris-lattner/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 41, + "slug": "graydon-hoare", + "name": "Graydon Hoare", + "title": "Creator of the Rust Language", + "knownFor": "Developing the Rust programming language", + "rarity": "legendary", + "impact": 90, + "nationality": "Canada", + "era": "1983", + "projects": [ + "Rust", + "Servo" + ], + "scouting": "Graydon Hoare is a prominent software engineer known for creating Rust. His work emphasizes safety and concurrency, making a significant impact on modern programming practices. He continues to influence the open source community.", + "quote": "Graydon's vision redefines how we think about safety in programming.", + "front": "/releases/v2/legends/041-graydon-hoare/front.svg", + "back": "/releases/v2/legends/041-graydon-hoare/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Graydon_Hoare" + } + ], + "id": "legends/041-graydon-hoare", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:24:01.145Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Graydon+Hoare&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/041-graydon-hoare/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 42, + "slug": "steve-klabnik", + "name": "Steve Klabnik", + "title": "Open Source Advocate", + "knownFor": "Contributions to Rust programming language", + "rarity": "epic", + "impact": 88, + "nationality": "USA", + "era": "1989", + "projects": [ + "Rust", + "Cargo", + "Documentation" + ], + "scouting": "Steve Klabnik is a prominent figure in the Rust community, known for his advocacy of open source software. He plays a crucial role in enhancing Rust's documentation and fostering a welcoming environment for developers.", + "quote": "Steve champions the spirit of open source.", + "front": "/releases/v2/legends/042-steve-klabnik/front.svg", + "back": "/releases/v2/legends/042-steve-klabnik/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Steve_Klabnik" + } + ], + "id": "legends/042-steve-klabnik", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:24:01.185Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Steve+Klabnik&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/042-steve-klabnik/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 43, + "slug": "salvatore-sanfilippo", + "name": "Salvatore Sanfilippo", + "title": "Creator of Redis", + "knownFor": "Developing the Redis database", + "rarity": "iconic", + "impact": 95, + "nationality": "Italy", + "era": "1979", + "projects": [ + "Redis", + "Antirez" + ], + "scouting": "Salvatore Sanfilippo, known as antirez, is the creator of Redis, a powerful in-memory data structure store. His work has revolutionized data handling and caching in modern applications, making him a key figure in open source software.", + "quote": "Redis: Fast, reliable, and open source.", + "front": "/releases/v2/legends/043-salvatore-sanfilippo/front.svg", + "back": "/releases/v2/legends/043-salvatore-sanfilippo/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Salvatore_Sanfilippo" + } + ], + "id": "legends/043-salvatore-sanfilippo", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:24:01.201Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Salvatore+Sanfilippo&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/043-salvatore-sanfilippo/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 44, + "slug": "michael-widenius", + "name": "Michael Widenius", + "title": "Creator of MySQL Database", + "knownFor": "Co-founder of MySQL AB", + "rarity": "iconic", + "impact": 95, + "nationality": "Sweden", + "era": "1963-04-01", + "projects": [ + "MySQL", + "MariaDB", + "MaxScale" + ], + "scouting": "Michael 'Monty' Widenius revolutionizes data management with MySQL, a leading open-source database. His commitment to community-driven development continues through MariaDB, ensuring robust alternatives in database technology.", + "quote": "Monty believes in open-source freedom.", + "front": "/releases/v2/legends/044-michael-widenius/front.svg", + "back": "/releases/v2/legends/044-michael-widenius/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Michael_Monty_Widenius" + } + ], + "id": "legends/044-michael-widenius", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:24:01.177Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Michael+Widenius&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "edition": 2, + "artwork": "/releases/v2/legends/044-michael-widenius/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 45, + "slug": "brad-fitzpatrick", + "name": "Brad Fitzpatrick", + "title": "Creator of LiveJournal", + "knownFor": "Pioneering social networking platform", + "rarity": "epic", + "impact": 88, + "nationality": "USA", + "era": "1980", + "projects": [ + "LiveJournal", + "Memcached", + "Go Programming Language" + ], + "scouting": "Brad Fitzpatrick is a key figure in social networking and open source. He creates impactful projects like LiveJournal and Memcached, which have influenced web development and community building.", + "quote": "Innovator of social platforms and caching solutions.", + "front": "/releases/v2/legends/045-brad-fitzpatrick/front.svg", + "back": "/releases/v2/legends/045-brad-fitzpatrick/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Brad_Fitzpatrick" + } + ], + "id": "legends/045-brad-fitzpatrick", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:24:01.208Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Brad+Fitzpatrick&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/045-brad-fitzpatrick/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 46, + "slug": "solomon-hykes", + "name": "Solomon Hykes", + "title": "Creator of Docker", + "knownFor": "Pioneering container technology", + "rarity": "iconic", + "impact": 95, + "nationality": "USA", + "era": "1986", + "projects": [ + "Docker", + "DotCloud" + ], + "scouting": "Solomon Hykes revolutionizes software deployment with Docker, enabling developers to create, deploy, and manage applications in containers. His work fosters innovation in cloud computing and microservices, making it easier for teams to collaborate and scale.", + "quote": "Hykes transforms how we think about applications.", + "front": "/releases/v2/legends/046-solomon-hykes/front.svg", + "back": "/releases/v2/legends/046-solomon-hykes/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Solomon_Hykes" + } + ], + "id": "legends/046-solomon-hykes", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:24:01.214Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Solomon+Hykes&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/046-solomon-hykes/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 47, + "slug": "mitchell-hashimoto", + "name": "Mitchell Hashimoto", + "title": "Co-founder of HashiCorp", + "knownFor": "Infrastructure automation software", + "rarity": "legendary", + "impact": 92, + "nationality": "USA", + "era": "1990", + "projects": [ + "Terraform", + "Vagrant", + "Consul", + "Vault" + ], + "scouting": "Mitchell Hashimoto is a leading figure in infrastructure automation. He co-founds HashiCorp and creates tools that simplify cloud management. His work empowers developers to streamline workflows and enhance productivity.", + "quote": "Transforming infrastructure management, one tool at a time.", + "front": "/releases/v2/legends/047-mitchell-hashimoto/front.svg", + "back": "/releases/v2/legends/047-mitchell-hashimoto/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Mitchell_Hashimoto" + } + ], + "id": "legends/047-mitchell-hashimoto", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:24:01.228Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Mitchell+Hashimoto&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/047-mitchell-hashimoto/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 1, + "slug": "kevin-mitnick", + "name": "Kevin Mitnick", + "handle": "Condor", + "title": "The World’s Most Wanted Hacker", + "knownFor": "Social engineering, and the manhunt that followed it", + "rarity": "iconic", + "impact": 98, + "technical": 78, + "social": 99, + "notoriety": 98, + "influence": 90, + "nationality": "USA", + "era": "1979–2023", + "domains": [ + "Social engineering", + "Phone phreaking", + "Telecom" + ], + "scouting": "Talked his way into more networks than he ever broke into. A teenage phone phreak who became the FBI’s most-wanted hacker, was captured in 1995, served five years, and came out the other side as a security consultant and author of The Art of Deception. He made the industry admit the obvious: the person on the phone is the vulnerability.", + "note": "The card that defines the set. Nobody argues about this one.", + "status": "locked", + "front": "/releases/v2/hacking/001-kevin-mitnick/front.svg", + "back": "/releases/v2/hacking/001-kevin-mitnick/back.svg", + "sources": [ + { + "label": "Kevin Mitnick", + "url": "https://en.wikipedia.org/wiki/Kevin_Mitnick" + }, + { + "label": "Takedown — the 1995 arrest, as told by Markoff and Shimomura", + "url": "https://en.wikipedia.org/wiki/Takedown_(book)" + } + ], + "series": "hacking", + "id": "hacking/001-kevin-mitnick", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:22:32.965Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Kevin+Mitnick&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/001-kevin-mitnick/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 2, + "slug": "john-draper", + "name": "John Draper", + "handle": "Captain Crunch", + "title": "The Original Phone Phreak", + "knownFor": "The 2600 Hz whistle that opened the phone network", + "rarity": "iconic", + "impact": 94, + "technical": 82, + "social": 74, + "notoriety": 92, + "influence": 88, + "nationality": "USA", + "era": "1970s–1980s", + "domains": [ + "Phone phreaking", + "Blue boxes" + ], + "scouting": "Discovered that a toy whistle packed in a cereal box produced the exact 2600 Hz tone AT&T used to signal a free trunk line. The blue-box scene that grew from it pulled in two young Californians named Wozniak and Jobs, and drew the blueprint for every generation of hacker that followed.", + "note": "Patient zero for hacker culture. The whistle is the artifact of the century.", + "status": "locked", + "front": "/releases/v2/hacking/002-john-draper/front.svg", + "back": "/releases/v2/hacking/002-john-draper/back.svg", + "sources": [ + { + "label": "John Draper", + "url": "https://en.wikipedia.org/wiki/John_Draper" + }, + { + "label": "Blue box — the 2600 Hz signalling exploit", + "url": "https://en.wikipedia.org/wiki/Blue_box" + } + ], + "series": "hacking", + "id": "hacking/002-john-draper", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:22:32.975Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=John+Draper&limit=30", + "matches": [], + "rejectedCount": 4 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/002-john-draper/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 3, + "slug": "robert-tappan-morris", + "name": "Robert Tappan Morris", + "title": "Author of the Morris Worm", + "knownFor": "The 1988 worm that took down the early internet", + "rarity": "iconic", + "impact": 96, + "technical": 94, + "social": 30, + "notoriety": 95, + "influence": 92, + "nationality": "USA", + "era": "1988–present", + "domains": [ + "Worms", + "Unix internals" + ], + "scouting": "Released a self-replicating program from MIT in November 1988 that reinfected hosts far faster than intended and knocked out a large share of the machines on the internet. First person convicted under the Computer Fraud and Abuse Act. Went on to become an MIT professor and a co-founder of Y Combinator.", + "note": "The accident that created the entire incident-response industry — CERT exists because of this.", + "status": "locked", + "front": "/releases/v2/hacking/003-robert-tappan-morris/front.svg", + "back": "/releases/v2/hacking/003-robert-tappan-morris/back.svg", + "sources": [ + { + "label": "The Morris worm", + "url": "https://en.wikipedia.org/wiki/Morris_worm" + }, + { + "label": "United States v. Morris (1991) — the first CFAA conviction", + "url": "https://en.wikipedia.org/wiki/United_States_v._Morris_(1991)" + } + ], + "series": "hacking", + "id": "hacking/003-robert-tappan-morris", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:22:33.002Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Robert+Tappan+Morris&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/003-robert-tappan-morris/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 4, + "slug": "peiter-zatko", + "name": "Peiter Zatko", + "handle": "Mudge", + "title": "L0pht Elder, Government Insider", + "knownFor": "Telling the Senate he could take down the internet in 30 minutes", + "rarity": "iconic", + "impact": 95, + "technical": 93, + "social": 82, + "notoriety": 88, + "influence": 95, + "nationality": "USA", + "era": "1990s–present", + "domains": [ + "Vulnerability research", + "Policy", + "Password cracking" + ], + "scouting": "Front man of L0pht Heavy Industries and co-author of L0phtCrack. In 1998 the crew testified before the US Senate under their handles and warned that the internet could be taken down in half an hour. Later ran cyber programs at DARPA, worked security at Google and Stripe, and blew the whistle on Twitter’s security posture in 2022.", + "note": "The rare legend who went from underground to the Senate floor without changing his story.", + "status": "locked", + "front": "/releases/v2/hacking/004-peiter-zatko/front.svg", + "back": "/releases/v2/hacking/004-peiter-zatko/back.svg", + "sources": [ + { + "label": "Peiter “Mudge” Zatko", + "url": "https://en.wikipedia.org/wiki/Peiter_Zatko" + }, + { + "label": "L0pht, and the 1998 Senate testimony", + "url": "https://en.wikipedia.org/wiki/L0pht" + }, + { + "label": "L0phtCrack", + "url": "https://en.wikipedia.org/wiki/L0phtCrack" + } + ], + "series": "hacking", + "id": "hacking/004-peiter-zatko", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:22:32.981Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Peiter+Zatko&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/004-peiter-zatko/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 5, + "slug": "kevin-poulsen", + "name": "Kevin Poulsen", + "handle": "Dark Dante", + "title": "The Phreak Who Won a Porsche", + "knownFor": "Taking over LA phone lines to win a radio contest", + "rarity": "legendary", + "impact": 88, + "technical": 86, + "social": 80, + "notoriety": 87, + "influence": 74, + "nationality": "USA", + "era": "1980s–present", + "domains": [ + "Phone phreaking", + "Journalism" + ], + "scouting": "Seized control of every telephone line into KIIS-FM to guarantee he was caller 102 and won a Porsche. Ran from the FBI, was profiled on Unsolved Mysteries, and served time. Reinvented himself as an investigative journalist at Wired and helped build SecureDrop, the whistleblower system used by newsrooms worldwide.", + "note": "Rigged a radio contest, then spent his second act protecting sources.", + "status": "locked", + "front": "/releases/v2/hacking/005-kevin-poulsen/front.svg", + "back": "/releases/v2/hacking/005-kevin-poulsen/back.svg", + "sources": [ + { + "label": "Kevin Poulsen", + "url": "https://en.wikipedia.org/wiki/Kevin_Poulsen" + }, + { + "label": "SecureDrop, which Poulsen co-created", + "url": "https://en.wikipedia.org/wiki/SecureDrop" + } + ], + "series": "hacking", + "id": "hacking/005-kevin-poulsen", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:22:33.032Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Kevin+Poulsen&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/005-kevin-poulsen/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 6, + "slug": "eric-corley", + "name": "Eric Corley", + "handle": "Emmanuel Goldstein", + "title": "Publisher of 2600", + "knownFor": "2600: The Hacker Quarterly and Off The Hook", + "rarity": "legendary", + "impact": 90, + "technical": 62, + "social": 78, + "notoriety": 84, + "influence": 92, + "nationality": "USA", + "era": "1984–present", + "domains": [ + "Publishing", + "Radio", + "Activism" + ], + "scouting": "Founded 2600: The Hacker Quarterly in 1984 and has been broadcasting Off The Hook on WBAI since 1988. Organizer of the HOPE conferences and a defendant in the DeCSS case, where the courts first wrestled with whether publishing code is speech.", + "note": "The set needs a printing press, and this is it.", + "status": "locked", + "front": "/releases/v2/hacking/006-eric-corley/front.svg", + "back": "/releases/v2/hacking/006-eric-corley/back.svg", + "sources": [ + { + "label": "Eric Corley", + "url": "https://en.wikipedia.org/wiki/Eric_Corley" + }, + { + "label": "2600: The Hacker Quarterly", + "url": "https://www.2600.com/" + }, + { + "label": "Off the Hook", + "url": "https://en.wikipedia.org/wiki/Off_the_Hook_(radio_program)" + } + ], + "series": "hacking", + "id": "hacking/006-eric-corley", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:22:33.020Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Eric+Corley&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/006-eric-corley/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 7, + "slug": "loyd-blankenship", + "name": "Loyd Blankenship", + "handle": "The Mentor", + "title": "Author of the Hacker Manifesto", + "knownFor": "“The Conscience of a Hacker,” written after his arrest", + "rarity": "legendary", + "impact": 87, + "technical": 70, + "social": 72, + "notoriety": 82, + "influence": 93, + "nationality": "USA", + "era": "1980s–1990s", + "domains": [ + "Writing", + "Legion of Doom", + "Game design" + ], + "scouting": "Member of the Legion of Doom who, hours after being arrested in 1986, wrote the essay that Phrack published as The Conscience of a Hacker. Later wrote GURPS Cyberpunk for Steve Jackson Games — the manuscript the Secret Service seized in a raid that helped spark the founding of the EFF.", + "note": "One page of text that every hacker under thirty could still quote a decade later.", + "status": "locked", + "front": "/releases/v2/hacking/007-loyd-blankenship/front.svg", + "back": "/releases/v2/hacking/007-loyd-blankenship/back.svg", + "sources": [ + { + "label": "“The Conscience of a Hacker”, Phrack vol. 1 no. 7", + "url": "https://phrack.org/issues/7/3.html" + }, + { + "label": "Loyd Blankenship", + "url": "https://en.wikipedia.org/wiki/Loyd_Blankenship" + } + ], + "series": "hacking", + "id": "hacking/007-loyd-blankenship", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:22:33.054Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Loyd+Blankenship&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/007-loyd-blankenship/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 8, + "slug": "jeff-moss", + "name": "Jeff Moss", + "handle": "Dark Tangent", + "title": "Founder of DEF CON", + "knownFor": "Building the conferences where the scene meets", + "rarity": "legendary", + "impact": 89, + "technical": 72, + "social": 88, + "notoriety": 86, + "influence": 95, + "nationality": "USA", + "era": "1993–present", + "domains": [ + "Community", + "Conferences", + "Policy" + ], + "scouting": "Threw a going-away party for a friend in Las Vegas in 1993 and accidentally founded DEF CON, now the largest hacker gathering on earth. Also founded Black Hat, served on the US Homeland Security Advisory Council, and spent years translating between the underground and the institutions that fear it.", + "note": "Every other legend in this set has stood on a stage he built.", + "status": "locked", + "front": "/releases/v2/hacking/008-jeff-moss/front.svg", + "back": "/releases/v2/hacking/008-jeff-moss/back.svg", + "sources": [ + { + "label": "Jeff Moss", + "url": "https://en.wikipedia.org/wiki/Jeff_Moss_(hacker)" + }, + { + "label": "DEF CON", + "url": "https://defcon.org/" + } + ], + "series": "hacking", + "id": "hacking/008-jeff-moss", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:22:33.040Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Jeff+Moss&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/008-jeff-moss/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 9, + "slug": "dan-kaminsky", + "name": "Dan Kaminsky", + "title": "The Man Who Patched DNS", + "knownFor": "The 2008 DNS cache-poisoning flaw", + "rarity": "iconic", + "impact": 95, + "technical": 97, + "social": 74, + "notoriety": 88, + "influence": 96, + "nationality": "USA", + "era": "2000s–2021", + "domains": [ + "DNS", + "Protocol research", + "Coordinated disclosure" + ], + "scouting": "Found a flaw that let an attacker poison DNS caches and quietly redirect any name on the internet. Instead of publishing, he organized a secret multi-vendor patch effort and got the whole internet fixed on one coordinated day in July 2008. Died in 2021 at 42, and the industry has not stopped talking about him since.", + "note": "Proof that the biggest bug of your career is a responsibility, not a trophy.", + "status": "locked", + "front": "/releases/v2/hacking/009-dan-kaminsky/front.svg", + "back": "/releases/v2/hacking/009-dan-kaminsky/back.svg", + "sources": [ + { + "label": "Dan Kaminsky", + "url": "https://en.wikipedia.org/wiki/Dan_Kaminsky" + }, + { + "label": "CERT/CC VU#800113 — DNS cache poisoning", + "url": "https://www.kb.cert.org/vuls/id/800113" + }, + { + "label": "Wired, 2008 — how Kaminsky found the flaw", + "url": "https://www.wired.com/2008/07/kaminsky-on-how/" + } + ], + "series": "hacking", + "id": "hacking/009-dan-kaminsky", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:22:33.074Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Dan+Kaminsky&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/009-dan-kaminsky/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 10, + "slug": "cliff-stoll", + "name": "Clifford Stoll", + "title": "The Astronomer Who Caught a Spy", + "knownFor": "The Cuckoo’s Egg", + "rarity": "legendary", + "impact": 88, + "technical": 74, + "social": 66, + "notoriety": 86, + "influence": 90, + "nationality": "USA", + "era": "1986–1989", + "domains": [ + "Incident response", + "Forensics", + "Writing" + ], + "scouting": "Chased a 75-cent accounting error at Lawrence Berkeley Lab all the way to Markus Hess, a West German hacker selling US military data to the KGB. His logbooks and homemade tripwires invented network intrusion detection by hand, and The Cuckoo’s Egg is still the best on-ramp anyone ever wrote.", + "note": "The first documented cyber-espionage case, solved by an astronomer with a printer.", + "status": "locked", + "front": "/releases/v2/hacking/010-cliff-stoll/front.svg", + "back": "/releases/v2/hacking/010-cliff-stoll/back.svg", + "sources": [ + { + "label": "Clifford Stoll", + "url": "https://en.wikipedia.org/wiki/Clifford_Stoll" + }, + { + "label": "The Cuckoo’s Egg", + "url": "https://en.wikipedia.org/wiki/The_Cuckoo%27s_Egg_(book)" + } + ], + "series": "hacking", + "id": "hacking/010-cliff-stoll", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:22:33.066Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Clifford+Stoll&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/010-cliff-stoll/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 11, + "slug": "tsutomu-shimomura", + "name": "Tsutomu Shimomura", + "title": "The Man Who Tracked Mitnick", + "knownFor": "The 1995 pursuit and TCP sequence-prediction analysis", + "rarity": "epic", + "impact": 82, + "technical": 90, + "social": 52, + "notoriety": 84, + "influence": 70, + "nationality": "Japan / USA", + "era": "1990s", + "domains": [ + "Network forensics", + "TCP/IP" + ], + "scouting": "Computational physicist at San Diego Supercomputer Center whose own machines were broken into on Christmas Day 1994. His analysis of the IP-spoofing and TCP sequence-prediction attack, and the cell-tracking work that followed, led federal agents to Kevin Mitnick in Raleigh in February 1995.", + "note": "Card 1’s opposite number. They belong in the same pack.", + "status": "draft", + "front": "/releases/v2/hacking/011-tsutomu-shimomura/front.svg", + "back": "/releases/v2/hacking/011-tsutomu-shimomura/back.svg", + "sources": [ + { + "label": "Tsutomu Shimomura", + "url": "https://en.wikipedia.org/wiki/Tsutomu_Shimomura" + }, + { + "label": "IP address spoofing — the technique used against him", + "url": "https://en.wikipedia.org/wiki/IP_address_spoofing" + } + ], + "series": "hacking", + "id": "hacking/011-tsutomu-shimomura", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:22:33.119Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Tsutomu+Shimomura&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/011-tsutomu-shimomura/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 12, + "slug": "mark-abene", + "name": "Mark Abene", + "handle": "Phiber Optik", + "title": "Masters of Deception", + "knownFor": "The MOD-versus-LOD hacker war", + "rarity": "legendary", + "impact": 84, + "technical": 84, + "social": 76, + "notoriety": 86, + "influence": 72, + "nationality": "USA", + "era": "1980s–1990s", + "domains": [ + "Telecom switching", + "Crews" + ], + "scouting": "Teenage authority on telephone switching systems and the public face of Masters of Deception. His 1994 prison sentence was widely read as a message being sent to a whole generation; New York magazine had already named him one of the city’s smartest people.", + "note": "The last of the pure telephone hackers before the internet took over.", + "status": "draft", + "front": "/releases/v2/hacking/012-mark-abene/front.svg", + "back": "/releases/v2/hacking/012-mark-abene/back.svg", + "sources": [ + { + "label": "Mark Abene", + "url": "https://en.wikipedia.org/wiki/Mark_Abene" + }, + { + "label": "Masters of Deception", + "url": "https://en.wikipedia.org/wiki/Masters_of_Deception" + } + ], + "series": "hacking", + "id": "hacking/012-mark-abene", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:22:33.105Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Mark+Abene&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/012-mark-abene/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 13, + "slug": "susan-headley", + "name": "Susan Headley", + "handle": "Susan Thunder", + "title": "Early Social Engineer", + "knownFor": "Talking her way into military and telco systems", + "rarity": "epic", + "impact": 78, + "technical": 55, + "social": 94, + "notoriety": 72, + "influence": 68, + "nationality": "USA", + "era": "1970s–1980s", + "domains": [ + "Social engineering", + "Phone phreaking" + ], + "scouting": "Ran in the same Los Angeles phreaking circles as Mitnick and Lewis De Payne and specialized in the human layer — pretext calls, trashed printouts, borrowed credentials. One of the very few women documented in the earliest scene, and she walked away from it entirely.", + "note": "Written out of most retellings. This set puts her back in.", + "status": "draft", + "front": "/releases/v2/hacking/013-susan-headley/front.svg", + "back": "/releases/v2/hacking/013-susan-headley/back.svg", + "sources": [ + { + "label": "Susan Headley", + "url": "https://en.wikipedia.org/wiki/Susan_Headley" + }, + { + "label": "Phreaking", + "url": "https://en.wikipedia.org/wiki/Phreaking" + } + ], + "series": "hacking", + "id": "hacking/013-susan-headley", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:22:33.130Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Susan+Headley&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/013-susan-headley/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 14, + "slug": "adrian-lamo", + "name": "Adrian Lamo", + "handle": "The Homeless Hacker", + "title": "Intruder, Then Informant", + "knownFor": "The New York Times intrusion, and reporting Chelsea Manning", + "rarity": "epic", + "impact": 80, + "technical": 68, + "social": 84, + "notoriety": 88, + "influence": 62, + "nationality": "USA", + "era": "2000s–2018", + "domains": [ + "Web intrusion", + "Misconfiguration hunting" + ], + "scouting": "Broke into Microsoft, Yahoo and The New York Times from library terminals and coffee shops, usually telling the victim afterwards. In 2010 he reported Chelsea Manning to the authorities after she confided in him — a decision that split the community permanently. Died in 2018.", + "note": "The most divisive card in the set, and it stays in. The history is the history.", + "status": "draft", + "front": "/releases/v2/hacking/014-adrian-lamo/front.svg", + "back": "/releases/v2/hacking/014-adrian-lamo/back.svg", + "sources": [ + { + "label": "Adrian Lamo", + "url": "https://en.wikipedia.org/wiki/Adrian_Lamo" + }, + { + "label": "Wired, 2011 — the Manning–Lamo chat logs", + "url": "https://www.wired.com/2011/07/manning-lamo-logs/" + } + ], + "series": "hacking", + "id": "hacking/014-adrian-lamo", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:22:33.088Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Adrian+Lamo&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/014-adrian-lamo/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 15, + "slug": "gary-mckinnon", + "name": "Gary McKinnon", + "handle": "Solo", + "title": "The UFO Hunter", + "knownFor": "Searching US military networks for evidence of UFOs", + "rarity": "epic", + "impact": 76, + "technical": 58, + "social": 45, + "notoriety": 88, + "influence": 60, + "nationality": "UK", + "era": "2001–2002", + "domains": [ + "Default credentials", + "Extradition law" + ], + "scouting": "Scanned US military and NASA networks for machines with blank administrator passwords and found plenty. US prosecutors called it the biggest military computer hack of all time; a decade-long extradition fight ended in 2012 when the UK Home Secretary blocked it on human-rights grounds.", + "note": "Two words: no password. That is the whole exploit.", + "status": "draft", + "front": "/releases/v2/hacking/015-gary-mckinnon/front.svg", + "back": "/releases/v2/hacking/015-gary-mckinnon/back.svg", + "sources": [ + { + "label": "Gary McKinnon", + "url": "https://en.wikipedia.org/wiki/Gary_McKinnon" + }, + { + "label": "BBC, 2012 — extradition to the US blocked", + "url": "https://www.bbc.com/news/uk-19957138" + } + ], + "series": "hacking", + "id": "hacking/015-gary-mckinnon", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:22:33.135Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Gary+McKinnon&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/015-gary-mckinnon/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 16, + "slug": "jonathan-james", + "name": "Jonathan James", + "handle": "c0mrade", + "title": "The Teenager Who Got NASA’s Source", + "knownFor": "First juvenile jailed in the US for computer crime", + "rarity": "epic", + "impact": 77, + "technical": 78, + "social": 40, + "notoriety": 82, + "influence": 62, + "nationality": "USA", + "era": "1999–2008", + "domains": [ + "Government networks", + "Backdoors" + ], + "scouting": "At fifteen, installed a backdoor on a Defense Threat Reduction Agency server and downloaded NASA software supporting the International Space Station. Sentenced in 2000 as the first juvenile incarcerated for cybercrime in the US. Died by suicide in 2008 while under investigation in an unrelated case he denied any part in.", + "note": "A cautionary card. The set tells it straight or not at all.", + "status": "draft", + "front": "/releases/v2/hacking/016-jonathan-james/front.svg", + "back": "/releases/v2/hacking/016-jonathan-james/back.svg", + "sources": [ + { + "label": "Jonathan James", + "url": "https://en.wikipedia.org/wiki/Jonathan_James" + }, + { + "label": "Computer Fraud and Abuse Act", + "url": "https://en.wikipedia.org/wiki/Computer_Fraud_and_Abuse_Act" + } + ], + "series": "hacking", + "id": "hacking/016-jonathan-james", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:22:33.151Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Jonathan+James&limit=30", + "matches": [], + "rejectedCount": 22 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/016-jonathan-james/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 17, + "slug": "chris-wysopal", + "name": "Chris Wysopal", + "handle": "Weld Pond", + "title": "Architect of Responsible Disclosure", + "knownFor": "L0pht, the Senate testimony, and disclosure norms", + "rarity": "legendary", + "impact": 86, + "technical": 88, + "social": 78, + "notoriety": 74, + "influence": 93, + "nationality": "USA", + "era": "1990s–present", + "domains": [ + "Vulnerability research", + "AppSec", + "Disclosure policy" + ], + "scouting": "One of the seven L0pht members who testified to the Senate in 1998. Spent the following decades turning ad-hoc bug reporting into a process the industry could live with, then co-founded Veracode to make application security something you can actually buy.", + "note": "Half the reason a vendor takes your bug report seriously today.", + "status": "draft", + "front": "/releases/v2/hacking/017-chris-wysopal/front.svg", + "back": "/releases/v2/hacking/017-chris-wysopal/back.svg", + "sources": [ + { + "label": "Chris Wysopal", + "url": "https://en.wikipedia.org/wiki/Chris_Wysopal" + }, + { + "label": "L0pht", + "url": "https://en.wikipedia.org/wiki/L0pht" + }, + { + "label": "Coordinated vulnerability disclosure", + "url": "https://en.wikipedia.org/wiki/Coordinated_vulnerability_disclosure" + } + ], + "series": "hacking", + "id": "hacking/017-chris-wysopal", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:22:33.154Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Chris+Wysopal&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/017-chris-wysopal/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 18, + "slug": "katie-moussouris", + "name": "Katie Moussouris", + "title": "The Bug Bounty Builder", + "knownFor": "Microsoft’s first bounty program and Hack the Pentagon", + "rarity": "legendary", + "impact": 87, + "technical": 74, + "social": 92, + "notoriety": 78, + "influence": 95, + "nationality": "USA", + "era": "2000s–present", + "domains": [ + "Bug bounties", + "Policy", + "Export controls" + ], + "scouting": "Created Microsoft’s first bug bounty program, then ran Hack the Pentagon, the first bounty program in the history of the US federal government. Fought to keep defensive research from being criminalized under the Wassenaar Arrangement, and founded Luta Security.", + "note": "Turned “we do not pay for bugs” into an industry standard line item.", + "status": "draft", + "front": "/releases/v2/hacking/018-katie-moussouris/front.svg", + "back": "/releases/v2/hacking/018-katie-moussouris/back.svg", + "sources": [ + { + "label": "Katie Moussouris", + "url": "https://en.wikipedia.org/wiki/Katie_Moussouris" + }, + { + "label": "Bug bounty programs", + "url": "https://en.wikipedia.org/wiki/Bug_bounty_program" + } + ], + "series": "hacking", + "id": "hacking/018-katie-moussouris", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:22:33.174Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Katie+Moussouris&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/018-katie-moussouris/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 19, + "slug": "joanna-rutkowska", + "name": "Joanna Rutkowska", + "title": "Blue Pill", + "knownFor": "Hypervisor rootkits and Qubes OS", + "rarity": "legendary", + "impact": 88, + "technical": 96, + "social": 42, + "notoriety": 80, + "influence": 90, + "nationality": "Poland", + "era": "2006–present", + "domains": [ + "Rootkits", + "Virtualization", + "Secure OS design" + ], + "scouting": "Presented Blue Pill at Black Hat 2006, a rootkit that moved a running OS into a hypervisor beneath it, and coined the Evil Maid attack for machines left unattended. Then built the answer: Qubes OS, a desktop that assumes compromise and isolates by compartment.", + "note": "Broke the platform, then shipped a better one. Very few do both.", + "status": "draft", + "front": "/releases/v2/hacking/019-joanna-rutkowska/front.svg", + "back": "/releases/v2/hacking/019-joanna-rutkowska/back.svg", + "sources": [ + { + "label": "Joanna Rutkowska", + "url": "https://en.wikipedia.org/wiki/Joanna_Rutkowska" + }, + { + "label": "Blue Pill", + "url": "https://en.wikipedia.org/wiki/Blue_Pill_(software)" + }, + { + "label": "Qubes OS", + "url": "https://www.qubes-os.org/" + } + ], + "series": "hacking", + "id": "hacking/019-joanna-rutkowska", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:27:53.157Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Joanna+Rutkowska&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/019-joanna-rutkowska/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 20, + "slug": "michal-zalewski", + "name": "Michał Zalewski", + "handle": "lcamtuf", + "title": "The Fuzzer", + "knownFor": "american fuzzy lop and Silence on the Wire", + "rarity": "legendary", + "impact": 89, + "technical": 97, + "social": 40, + "notoriety": 78, + "influence": 94, + "nationality": "Poland", + "era": "2000s–present", + "domains": [ + "Fuzzing", + "Browser security", + "Passive recon" + ], + "scouting": "Wrote afl, the coverage-guided fuzzer that found thousands of bugs across the software everyone depends on and reset the state of the art for everyone else. Author of Silence on the Wire and The Tangled Web, and a long-time browser security lead at Google.", + "note": "The bug-finding tool with the highest body count in open source history.", + "status": "draft", + "front": "/releases/v2/hacking/020-michal-zalewski/front.svg", + "back": "/releases/v2/hacking/020-michal-zalewski/back.svg", + "sources": [ + { + "label": "Michał Zalewski", + "url": "https://en.wikipedia.org/wiki/Micha%C5%82_Zalewski" + }, + { + "label": "american fuzzy lop", + "url": "https://lcamtuf.coredump.cx/afl/" + }, + { + "label": "Fuzzing", + "url": "https://en.wikipedia.org/wiki/Fuzzing" + } + ], + "series": "hacking", + "id": "hacking/020-michal-zalewski", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:28:23.556Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Micha%C5%82+Zalewski&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/020-michal-zalewski/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 21, + "slug": "solar-designer", + "name": "Alexander Peslyak", + "handle": "Solar Designer", + "title": "John the Ripper", + "knownFor": "Password cracking and Linux hardening", + "rarity": "legendary", + "impact": 85, + "technical": 95, + "social": 38, + "notoriety": 72, + "influence": 90, + "nationality": "Russia", + "era": "1990s–present", + "domains": [ + "Password cracking", + "Kernel hardening", + "Disclosure" + ], + "scouting": "Wrote John the Ripper, still the reference password cracker three decades on. Founded Openwall, pioneered non-executable stack patches for Linux, published early return-into-libc work, and runs the oss-security list where the industry argues about disclosure in public.", + "note": "Runs the mailing list where your favorite CVE was first announced.", + "status": "draft", + "front": "/releases/v2/hacking/021-solar-designer/front.svg", + "back": "/releases/v2/hacking/021-solar-designer/back.svg", + "sources": [ + { + "label": "Alexander Peslyak", + "url": "https://en.wikipedia.org/wiki/Alexander_Peslyak" + }, + { + "label": "John the Ripper", + "url": "https://www.openwall.com/john/" + }, + { + "label": "oss-security, the disclosure list he runs", + "url": "https://www.openwall.com/lists/oss-security/" + } + ], + "series": "hacking", + "id": "hacking/021-solar-designer", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:28:35.486Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Alexander+Peslyak&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/021-solar-designer/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 22, + "slug": "hd-moore", + "name": "HD Moore", + "title": "Creator of Metasploit", + "knownFor": "Making exploitation a framework, not a one-off", + "rarity": "legendary", + "impact": 90, + "technical": 93, + "social": 60, + "notoriety": 84, + "influence": 96, + "nationality": "USA", + "era": "2003–present", + "domains": [ + "Exploit development", + "Internet-wide scanning" + ], + "scouting": "Released Metasploit in 2003 and turned exploit development from scattered one-off code into a shared, modular framework every penetration tester now learns first. Later ran internet-wide scanning projects that mapped just how much of the internet is quietly exposed.", + "note": "Changed what a working exploit is worth by making them all free.", + "status": "draft", + "front": "/releases/v2/hacking/022-hd-moore/front.svg", + "back": "/releases/v2/hacking/022-hd-moore/back.svg", + "sources": [ + { + "label": "HD Moore", + "url": "https://en.wikipedia.org/wiki/HD_Moore" + }, + { + "label": "Metasploit", + "url": "https://en.wikipedia.org/wiki/Metasploit" + } + ], + "series": "hacking", + "id": "hacking/022-hd-moore", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:28:43.666Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=HD+Moore&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/022-hd-moore/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 23, + "slug": "barnaby-jack", + "name": "Barnaby Jack", + "title": "ATM Jackpotting", + "knownFor": "Making cash machines spit money on stage", + "rarity": "legendary", + "impact": 84, + "technical": 90, + "social": 70, + "notoriety": 86, + "influence": 80, + "nationality": "New Zealand", + "era": "2000s–2013", + "domains": [ + "Embedded systems", + "Medical devices", + "ATMs" + ], + "scouting": "Walked onto the Black Hat 2010 stage, ran his Jackpotting demo, and made two ATMs pour out cash in front of the room. Then turned to insulin pumps and pacemakers, showing that implanted medical devices could be attacked wirelessly. Died in 2013, days before he was due to present that research.", + "note": "The most theatrical demo in the history of the conference circuit.", + "status": "draft", + "front": "/releases/v2/hacking/023-barnaby-jack/front.svg", + "back": "/releases/v2/hacking/023-barnaby-jack/back.svg", + "sources": [ + { + "label": "Barnaby Jack", + "url": "https://en.wikipedia.org/wiki/Barnaby_Jack" + }, + { + "label": "ATM security", + "url": "https://en.wikipedia.org/wiki/Automated_teller_machine#Security" + } + ], + "series": "hacking", + "id": "hacking/023-barnaby-jack", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:28:44.137Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Barnaby+Jack&limit=30", + "matches": [], + "rejectedCount": 2 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/023-barnaby-jack/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 24, + "slug": "charlie-miller", + "name": "Charlie Miller", + "title": "The Car Hacker", + "knownFor": "Remotely killing a Jeep on the highway", + "rarity": "epic", + "impact": 83, + "technical": 94, + "social": 50, + "notoriety": 82, + "influence": 85, + "nationality": "USA", + "era": "2007–present", + "domains": [ + "Automotive", + "iOS", + "Pwn2Own" + ], + "scouting": "Won Pwn2Own repeatedly, was the first to publicly exploit the iPhone, and then, with Chris Valasek, cut the transmission of a Jeep Cherokee on a live highway from a couch miles away. Chrysler recalled 1.4 million vehicles. Automotive security became a real discipline overnight.", + "note": "One demo, 1.4 million recalled vehicles. Hard to argue with the receipts.", + "status": "draft", + "front": "/releases/v2/hacking/024-charlie-miller/front.svg", + "back": "/releases/v2/hacking/024-charlie-miller/back.svg", + "sources": [ + { + "label": "Charlie Miller", + "url": "https://en.wikipedia.org/wiki/Charlie_Miller_(security_researcher)" + }, + { + "label": "Wired, 2015 — hackers remotely kill a Jeep on the highway", + "url": "https://www.wired.com/2015/07/hackers-remotely-kill-jeep-highway/" + } + ], + "series": "hacking", + "id": "hacking/024-charlie-miller", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:28:50.915Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Charlie+Miller&limit=30", + "matches": [], + "rejectedCount": 3 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/024-charlie-miller/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 25, + "slug": "chris-valasek", + "name": "Chris Valasek", + "title": "CAN Bus Whisperer", + "knownFor": "The Jeep hack, with Charlie Miller", + "rarity": "rare", + "impact": 76, + "technical": 89, + "social": 46, + "notoriety": 72, + "influence": 76, + "nationality": "USA", + "era": "2010s–present", + "domains": [ + "Automotive", + "CAN bus", + "Vehicle networks" + ], + "scouting": "Reverse-engineered the internal networks of production vehicles and, with Miller, demonstrated full remote control of a Jeep Cherokee in 2015. Both went on to build security teams inside the autonomous-vehicle industry they had just put on notice.", + "note": "Ships as a pair card with 24. Collectors will want both.", + "status": "candidate", + "front": "/releases/v2/hacking/025-chris-valasek/front.svg", + "back": "/releases/v2/hacking/025-chris-valasek/back.svg", + "sources": [ + { + "label": "Wired, 2015 — hackers remotely kill a Jeep on the highway", + "url": "https://www.wired.com/2015/07/hackers-remotely-kill-jeep-highway/" + }, + { + "label": "“Remote Exploitation of an Unaltered Passenger Vehicle” (PDF)", + "url": "https://illmatics.com/Remote%20Car%20Hacking.pdf" + }, + { + "label": "CAN bus", + "url": "https://en.wikipedia.org/wiki/Controller_Area_Network" + } + ], + "series": "hacking", + "id": "hacking/025-chris-valasek", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:29:08.853Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Chris+Valasek&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/025-chris-valasek/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 26, + "slug": "samy-kamkar", + "name": "Samy Kamkar", + "title": "The Worm That Ate MySpace", + "knownFor": "The Samy worm, and a decade of hardware hacks", + "rarity": "epic", + "impact": 81, + "technical": 88, + "social": 68, + "notoriety": 84, + "influence": 78, + "nationality": "USA", + "era": "2005–present", + "domains": [ + "XSS", + "Hardware", + "Radio" + ], + "scouting": "Released a self-propagating cross-site scripting worm in 2005 that added over a million MySpace friends in under a day and took the site down. After his sentence he kept publishing: SkyJack, OwnStar, KeySweeper, and a long line of garage-door and car-key radio attacks explained on video for anyone.", + "note": "The best explainer in the game. Half the set learned from his videos.", + "status": "draft", + "front": "/releases/v2/hacking/026-samy-kamkar/front.svg", + "back": "/releases/v2/hacking/026-samy-kamkar/back.svg", + "sources": [ + { + "label": "Samy Kamkar", + "url": "https://en.wikipedia.org/wiki/Samy_Kamkar" + }, + { + "label": "The Samy worm", + "url": "https://en.wikipedia.org/wiki/Samy_(computer_worm)" + }, + { + "label": "Kamkar’s own writeup of the MySpace worm", + "url": "https://samy.pl/myspace/" + } + ], + "series": "hacking", + "id": "hacking/026-samy-kamkar", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:29:15.226Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Samy+Kamkar&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/026-samy-kamkar/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 27, + "slug": "george-hotz", + "name": "George Hotz", + "handle": "geohot", + "title": "Jailbreaker", + "knownFor": "Unlocking the first iPhone and cracking the PS3", + "rarity": "epic", + "impact": 82, + "technical": 93, + "social": 58, + "notoriety": 88, + "influence": 78, + "nationality": "USA", + "era": "2007–present", + "domains": [ + "Jailbreaking", + "Console security", + "Reverse engineering" + ], + "scouting": "At seventeen, unlocked the original iPhone from its carrier. Then published PlayStation 3 root keys and was sued by Sony, in a case that became a rallying point for the right to modify hardware you own. Later founded comma.ai and worked on open self-driving.", + "note": "The card about who actually owns the device in your pocket.", + "status": "draft", + "front": "/releases/v2/hacking/027-george-hotz/front.svg", + "back": "/releases/v2/hacking/027-george-hotz/back.svg", + "sources": [ + { + "label": "George Hotz", + "url": "https://en.wikipedia.org/wiki/George_Hotz" + }, + { + "label": "Sony Computer Entertainment America v. Hotz", + "url": "https://en.wikipedia.org/wiki/Sony_Computer_Entertainment_America,_Inc._v._Hotz" + }, + { + "label": "iOS jailbreaking", + "url": "https://en.wikipedia.org/wiki/Jailbreaking_(iOS)" + } + ], + "series": "hacking", + "id": "hacking/027-george-hotz", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:29:35.847Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=George+Hotz&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/027-george-hotz/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 28, + "slug": "marcus-hutchins", + "name": "Marcus Hutchins", + "handle": "MalwareTech", + "title": "The WannaCry Killswitch", + "knownFor": "Stopping a global ransomware outbreak for $10.69", + "rarity": "epic", + "impact": 85, + "technical": 88, + "social": 50, + "notoriety": 90, + "influence": 80, + "nationality": "UK", + "era": "2017–present", + "domains": [ + "Malware analysis", + "Reverse engineering", + "Botnets" + ], + "scouting": "Reversing WannaCry as it tore through hospitals in May 2017, he spotted an unregistered domain in the code and bought it, unintentionally triggering the killswitch that halted the outbreak. Arrested months later over earlier banking-malware code he had written as a teenager; he pled guilty, was sentenced to time served, and now works in threat research.", + "note": "Saved the NHS on a Friday and was arrested by August. Both halves are the card.", + "status": "draft", + "front": "/releases/v2/hacking/028-marcus-hutchins/front.svg", + "back": "/releases/v2/hacking/028-marcus-hutchins/back.svg", + "sources": [ + { + "label": "Marcus Hutchins", + "url": "https://en.wikipedia.org/wiki/Marcus_Hutchins" + }, + { + "label": "The WannaCry ransomware attack", + "url": "https://en.wikipedia.org/wiki/WannaCry_ransomware_attack" + }, + { + "label": "Wired — The Confessions of Marcus Hutchins", + "url": "https://www.wired.com/story/confessions-marcus-hutchins-hacker-who-saved-the-internet/" + } + ], + "series": "hacking", + "id": "hacking/028-marcus-hutchins", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:29:36.290Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Marcus+Hutchins&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/028-marcus-hutchins/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 29, + "slug": "karsten-nohl", + "name": "Karsten Nohl", + "title": "Breaker of Radios", + "knownFor": "GSM, SIM card and BadUSB research", + "rarity": "epic", + "impact": 83, + "technical": 93, + "social": 44, + "notoriety": 76, + "influence": 84, + "nationality": "Germany", + "era": "2008–present", + "domains": [ + "Mobile networks", + "Smartcards", + "Firmware" + ], + "scouting": "Cracked GSM’s A5/1 encryption with rainbow tables, showed millions of SIM cards could be hijacked over the air with a text message, broke Mifare smartcards, and with Jakob Lell released BadUSB — proof that any USB device’s firmware can be reprogrammed to lie about what it is.", + "note": "If it has a radio and a chip, he has probably already read the datasheet.", + "status": "draft", + "front": "/releases/v2/hacking/029-karsten-nohl/front.svg", + "back": "/releases/v2/hacking/029-karsten-nohl/back.svg", + "sources": [ + { + "label": "Karsten Nohl", + "url": "https://en.wikipedia.org/wiki/Karsten_Nohl" + }, + { + "label": "BadUSB", + "url": "https://en.wikipedia.org/wiki/BadUSB" + }, + { + "label": "A5/1, the GSM cipher his team broke", + "url": "https://en.wikipedia.org/wiki/A5/1" + } + ], + "series": "hacking", + "id": "hacking/029-karsten-nohl", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:29:45.565Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Karsten+Nohl&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/029-karsten-nohl/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 30, + "slug": "moxie-marlinspike", + "name": "Moxie Marlinspike", + "title": "Crypto for Everyone Else", + "knownFor": "SSLstrip and the Signal Protocol", + "rarity": "legendary", + "impact": 91, + "technical": 95, + "social": 62, + "notoriety": 84, + "influence": 97, + "nationality": "USA", + "era": "2009–present", + "domains": [ + "TLS attacks", + "Applied cryptography", + "Secure messaging" + ], + "scouting": "Demonstrated SSLstrip and a run of attacks that exposed how fragile the certificate authority system really was. Then built Signal and the double-ratchet protocol behind it, which WhatsApp and others adopted — quietly putting end-to-end encryption in front of billions of people.", + "note": "Attacked the transport layer, then rewrote it. The set’s highest-leverage card.", + "status": "draft", + "front": "/releases/v2/hacking/030-moxie-marlinspike/front.svg", + "back": "/releases/v2/hacking/030-moxie-marlinspike/back.svg", + "sources": [ + { + "label": "Moxie Marlinspike", + "url": "https://en.wikipedia.org/wiki/Moxie_Marlinspike" + }, + { + "label": "The Signal Protocol", + "url": "https://en.wikipedia.org/wiki/Signal_Protocol" + }, + { + "label": "Signal protocol documentation", + "url": "https://signal.org/docs/" + } + ], + "series": "hacking", + "id": "hacking/030-moxie-marlinspike", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:29:50.301Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Moxie+Marlinspike&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/030-moxie-marlinspike/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 1, + "slug": "whitfield-diffie", + "name": "Whitfield Diffie", + "title": "Co-Author of Public-Key Cryptography", + "knownFor": "Diffie–Hellman key exchange, and the end of the shared-secret era", + "rarity": "iconic", + "impact": 98, + "technical": 96, + "defense": 90, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:29:52.043Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Whitfield+Diffie&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 99, + "nationality": "USA", + "era": "1976–present", + "domains": [ + "Cryptography", + "Key exchange", + "Policy" + ], + "scouting": "With Martin Hellman, published “New Directions in Cryptography” in 1976 and showed that two parties who had never met could agree on a secret over a wire anyone could read. It broke a problem the field had considered permanent, and every TLS handshake since is a descendant. Shared the 2015 Turing Award for it, and spent decades afterwards arguing the civil-liberties side of the crypto policy fights.", + "note": "The paper that made secure commerce on a public network conceivable at all.", + "status": "locked", + "front": "/releases/v2/security/001-whitfield-diffie/front.svg", + "back": "/releases/v2/security/001-whitfield-diffie/back.svg", + "sources": [ + { + "label": "Whitfield Diffie", + "url": "https://en.wikipedia.org/wiki/Whitfield_Diffie" + }, + { + "label": "New Directions in Cryptography (1976)", + "url": "https://ee.stanford.edu/~hellman/publications/24.pdf" + }, + { + "label": "ACM A.M. Turing Award 2015", + "url": "https://amturing.acm.org/award_winners/diffie_8371646.cfm" + } + ], + "series": "security", + "id": "security/001-whitfield-diffie", + "edition": 2, + "artwork": "/releases/v2/security/001-whitfield-diffie/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 2, + "slug": "martin-hellman", + "name": "Martin Hellman", + "title": "Co-Author of Public-Key Cryptography", + "knownFor": "Diffie–Hellman, and the fight to keep crypto research public", + "rarity": "iconic", + "impact": 97, + "technical": 96, + "defense": 88, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:29:54.200Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Martin+Hellman&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "influence": 97, + "nationality": "USA", + "era": "1976–present", + "domains": [ + "Cryptography", + "Key exchange", + "Academic freedom" + ], + "scouting": "Co-author of the 1976 paper and Stanford professor who then refused to let the NSA classify academic cryptography out of existence, publishing and teaching through explicit pressure to stop. Also co-authored the early analysis of DES key length that argued, correctly and years early, that 56 bits was not enough. Shared the 2015 Turing Award with Diffie.", + "note": "Won the maths, then won the argument about who is allowed to do the maths.", + "status": "locked", + "front": "/releases/v2/security/002-martin-hellman/front.svg", + "back": "/releases/v2/security/002-martin-hellman/back.svg", + "sources": [ + { + "label": "Martin Hellman", + "url": "https://en.wikipedia.org/wiki/Martin_Hellman" + }, + { + "label": "ACM A.M. Turing Award 2015", + "url": "https://amturing.acm.org/award_winners/hellman_4055781.cfm" + } + ], + "series": "security", + "id": "security/002-martin-hellman", + "edition": 2, + "artwork": "/releases/v2/security/002-martin-hellman/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 3, + "slug": "ron-rivest", + "name": "Ron Rivest", + "title": "The R in RSA", + "knownFor": "RSA, MD5, RC4 and a career of primitives everyone uses", + "rarity": "iconic", + "impact": 97, + "technical": 98, + "defense": 90, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:29:55.762Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Ron+Rivest&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 96, + "nationality": "USA", + "era": "1977–present", + "domains": [ + "Public-key cryptography", + "Hash functions", + "Election security" + ], + "scouting": "Co-invented the RSA cryptosystem at MIT in 1977 with Shamir and Adleman, turning public-key cryptography from a proposal into something you could ship. Went on to design MD2, MD4, MD5, RC4, RC5 and RC6, co-author the standard algorithms textbook, and spend his later career on verifiable election systems. Turing Award, 2002.", + "note": "Half the acronyms in a 1990s protocol stack trace back to one office at MIT.", + "status": "locked", + "front": "/releases/v2/security/003-ron-rivest/front.svg", + "back": "/releases/v2/security/003-ron-rivest/back.svg", + "sources": [ + { + "label": "Ron Rivest", + "url": "https://en.wikipedia.org/wiki/Ron_Rivest" + }, + { + "label": "ACM A.M. Turing Award 2002", + "url": "https://amturing.acm.org/award_winners/rivest_1403005.cfm" + } + ], + "series": "security", + "id": "security/003-ron-rivest", + "edition": 2, + "artwork": "/releases/v2/security/003-ron-rivest/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 4, + "slug": "adi-shamir", + "name": "Adi Shamir", + "title": "The S in RSA", + "knownFor": "RSA, secret sharing, and differential cryptanalysis", + "rarity": "legendary", + "impact": 96, + "technical": 99, + "defense": 82, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:30:01.904Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Adi+Shamir&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 94, + "nationality": "Israel", + "era": "1977–present", + "domains": [ + "Cryptanalysis", + "Public-key cryptography", + "Secret sharing" + ], + "scouting": "Co-invented RSA, then invented Shamir secret sharing, then co-developed differential cryptanalysis with Eli Biham — the technique that turned out to be the one the DES designers had quietly hardened against seventeen years earlier. Also a co-author of the cube attack and a long line of side-channel work. Turing Award, 2002.", + "note": "Builds the lock and breaks the lock, usually in the same decade.", + "status": "locked", + "front": "/releases/v2/security/004-adi-shamir/front.svg", + "back": "/releases/v2/security/004-adi-shamir/back.svg", + "sources": [ + { + "label": "Adi Shamir", + "url": "https://en.wikipedia.org/wiki/Adi_Shamir" + }, + { + "label": "Differential cryptanalysis", + "url": "https://en.wikipedia.org/wiki/Differential_cryptanalysis" + } + ], + "series": "security", + "id": "security/004-adi-shamir", + "edition": 2, + "artwork": "/releases/v2/security/004-adi-shamir/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 5, + "slug": "leonard-adleman", + "name": "Leonard Adleman", + "title": "The A in RSA", + "knownFor": "RSA, and naming the computer virus", + "rarity": "epic", + "impact": 92, + "technical": 95, + "defense": 80, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:30:02.086Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Leonard+Adleman&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 90, + "nationality": "USA", + "era": "1977–present", + "domains": [ + "Public-key cryptography", + "Complexity theory", + "DNA computing" + ], + "scouting": "The third name on the RSA paper, whose role was to keep breaking the schemes Rivest and Shamir proposed until one survived. Later coined the term “computer virus” for Fred Cohen’s 1983 experiments, and founded DNA computing with a molecular solution to the Hamiltonian path problem. Turing Award, 2002.", + "note": "The designated attacker on the RSA team. The set needs more of those.", + "status": "locked", + "front": "/releases/v2/security/005-leonard-adleman/front.svg", + "back": "/releases/v2/security/005-leonard-adleman/back.svg", + "sources": [ + { + "label": "Leonard Adleman", + "url": "https://en.wikipedia.org/wiki/Leonard_Adleman" + }, + { + "label": "ACM A.M. Turing Award 2002", + "url": "https://amturing.acm.org/award_winners/adleman_7308544.cfm" + } + ], + "series": "security", + "id": "security/005-leonard-adleman", + "edition": 2, + "artwork": "/releases/v2/security/005-leonard-adleman/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 6, + "slug": "phil-zimmermann", + "name": "Phil Zimmermann", + "title": "Author of PGP", + "knownFor": "Putting strong crypto in ordinary hands, and getting investigated for it", + "rarity": "iconic", + "impact": 96, + "technical": 88, + "defense": 95, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:30:02.479Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Phil+Zimmermann&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 97, + "nationality": "USA", + "era": "1991–present", + "domains": [ + "Email encryption", + "Crypto policy", + "Secure voice" + ], + "scouting": "Released Pretty Good Privacy as free software in 1991, and it escaped onto the internet worldwide. The US government opened a three-year criminal investigation into him for munitions export, dropped it in 1996 without charges, and the crypto-export regime never recovered. He later co-founded Silent Circle and worked on ZRTP for encrypted voice.", + "note": "The card for everyone who has ever typed a passphrase to read their own mail.", + "status": "locked", + "front": "/releases/v2/security/006-phil-zimmermann/front.svg", + "back": "/releases/v2/security/006-phil-zimmermann/back.svg", + "sources": [ + { + "label": "Phil Zimmermann", + "url": "https://en.wikipedia.org/wiki/Phil_Zimmermann" + }, + { + "label": "Pretty Good Privacy", + "url": "https://en.wikipedia.org/wiki/Pretty_Good_Privacy" + } + ], + "series": "security", + "id": "security/006-phil-zimmermann", + "edition": 2, + "artwork": "/releases/v2/security/006-phil-zimmermann/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 7, + "slug": "bruce-schneier", + "name": "Bruce Schneier", + "title": "The Field’s Public Conscience", + "knownFor": "Applied Cryptography, Blowfish, and “security theatre”", + "rarity": "iconic", + "impact": 95, + "technical": 88, + "defense": 90, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:30:03.935Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Bruce+Schneier&limit=30", + "matches": [], + "rejectedCount": 3 + }, + "influence": 98, + "nationality": "USA", + "era": "1994–present", + "domains": [ + "Cryptography", + "Security economics", + "Public policy" + ], + "scouting": "Wrote Applied Cryptography in 1994, the book that taught a generation of engineers how ciphers actually work, then designed Blowfish and co-designed Twofish. Spent the two decades after arguing the harder point: that security is a systems and incentives problem, not a maths problem. Coined “security theatre”, has written the Crypto-Gram newsletter since 1998, and helped report on the Snowden documents.", + "note": "More people entered this field because of one book than any other single cause.", + "status": "locked", + "front": "/releases/v2/security/007-bruce-schneier/front.svg", + "back": "/releases/v2/security/007-bruce-schneier/back.svg", + "sources": [ + { + "label": "Bruce Schneier", + "url": "https://en.wikipedia.org/wiki/Bruce_Schneier" + }, + { + "label": "Schneier on Security", + "url": "https://www.schneier.com/" + } + ], + "series": "security", + "id": "security/007-bruce-schneier", + "edition": 2, + "artwork": "/releases/v2/security/007-bruce-schneier/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 8, + "slug": "paul-kocher", + "name": "Paul Kocher", + "title": "The Side-Channel Pioneer", + "knownFor": "Timing attacks, differential power analysis, and Spectre", + "rarity": "legendary", + "impact": 94, + "technical": 98, + "defense": 88, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:30:32.423Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Paul+Kocher&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 92, + "nationality": "USA", + "era": "1995–present", + "domains": [ + "Side channels", + "Hardware security", + "TLS" + ], + "scouting": "Published the timing-attack paper in 1996 and differential power analysis in 1999, establishing that a correct implementation of a correct algorithm can still leak its key through how long it takes or how much current it draws. Co-authored the SSL 3.0 specification, founded Cryptography Research, and in 2018 was one of the co-discoverers of Spectre.", + "note": "Twice made the whole industry re-audit hardware it had already shipped.", + "status": "locked", + "front": "/releases/v2/security/008-paul-kocher/front.svg", + "back": "/releases/v2/security/008-paul-kocher/back.svg", + "sources": [ + { + "label": "Paul Kocher", + "url": "https://en.wikipedia.org/wiki/Paul_Kocher" + }, + { + "label": "Spectre (security vulnerability)", + "url": "https://en.wikipedia.org/wiki/Spectre_(security_vulnerability)" + }, + { + "label": "Differential Power Analysis (1999)", + "url": "https://www.paulkocher.com/doc/DifferentialPowerAnalysis.pdf" + } + ], + "series": "security", + "id": "security/008-paul-kocher", + "edition": 2, + "artwork": "/releases/v2/security/008-paul-kocher/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 9, + "slug": "dorothy-denning", + "name": "Dorothy E. Denning", + "title": "Founder of Intrusion Detection", + "knownFor": "The 1987 intrusion-detection model every SIEM still runs on", + "rarity": "iconic", + "impact": 94, + "technical": 90, + "defense": 97, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:30:33.909Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Dorothy+E.+Denning&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 94, + "nationality": "USA", + "era": "1975–present", + "domains": [ + "Intrusion detection", + "Information warfare", + "Crypto policy" + ], + "scouting": "Published “An Intrusion-Detection Model” in 1987, the paper that framed detection as statistical deviation from a profile of normal behaviour and gave the entire monitoring industry its foundation. Also wrote Cryptography and Data Security, worked on database security and lattice-based information flow, and was one of the few academics engaging seriously with both sides of the Clipper chip debate.", + "note": "Every alert queue in every SOC is downstream of one 1987 paper.", + "status": "locked", + "front": "/releases/v2/security/009-dorothy-denning/front.svg", + "back": "/releases/v2/security/009-dorothy-denning/back.svg", + "sources": [ + { + "label": "Dorothy E. Denning", + "url": "https://en.wikipedia.org/wiki/Dorothy_E._Denning" + }, + { + "label": "An Intrusion-Detection Model (1987)", + "url": "https://www.cs.colostate.edu/~cs656/reading/ieee-se-13-2.pdf" + } + ], + "series": "security", + "id": "security/009-dorothy-denning", + "edition": 2, + "artwork": "/releases/v2/security/009-dorothy-denning/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 10, + "slug": "gene-spafford", + "name": "Gene Spafford", + "handle": "Spaf", + "title": "The Academy’s Anchor", + "knownFor": "The Morris worm analysis, Practical UNIX Security, and CERIAS", + "rarity": "legendary", + "impact": 92, + "technical": 90, + "defense": 94, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:30:38.281Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Gene+Spafford&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 94, + "nationality": "USA", + "era": "1988–present", + "domains": [ + "Systems security", + "Forensics", + "Security education" + ], + "scouting": "Produced one of the first detailed technical analyses of the 1988 Morris worm while the internet was still smoking, co-wrote Practical UNIX and Internet Security with Simson Garfinkel, co-created Tripwire, and founded Purdue’s COAST lab and then CERIAS — for years the largest academic security centre in the US. Has advised more federal panels than most people have attended.", + "note": "Trained a large fraction of the people on the rest of these cards.", + "status": "locked", + "front": "/releases/v2/security/010-gene-spafford/front.svg", + "back": "/releases/v2/security/010-gene-spafford/back.svg", + "sources": [ + { + "label": "Gene Spafford", + "url": "https://en.wikipedia.org/wiki/Gene_Spafford" + }, + { + "label": "CERIAS, Purdue University", + "url": "https://www.cerias.purdue.edu/" + } + ], + "series": "security", + "id": "security/010-gene-spafford", + "edition": 2, + "artwork": "/releases/v2/security/010-gene-spafford/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 11, + "slug": "ross-anderson", + "name": "Ross Anderson", + "title": "Author of Security Engineering", + "knownFor": "The textbook, and the economics of why security fails", + "rarity": "iconic", + "impact": 94, + "technical": 94, + "defense": 92, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:30:38.838Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Ross+Anderson&limit=30", + "matches": [], + "rejectedCount": 5 + }, + "influence": 96, + "nationality": "UK", + "era": "1991–2024", + "domains": [ + "Security engineering", + "Security economics", + "Banking systems" + ], + "scouting": "Cambridge professor who wrote Security Engineering, the closest thing the field has to a canonical text, and gave away earlier editions free online. Founded the security-economics research programme with the observation that systems fail because the people who could fix them are not the people who bear the loss. Spent years demonstrating that bank chip-and-PIN systems were weaker than the banks told courts they were. Died in 2024.", + "note": "If you only read one book on this list, it is this one.", + "status": "locked", + "front": "/releases/v2/security/011-ross-anderson/front.svg", + "back": "/releases/v2/security/011-ross-anderson/back.svg", + "sources": [ + { + "label": "Ross J. Anderson", + "url": "https://en.wikipedia.org/wiki/Ross_J._Anderson" + }, + { + "label": "Security Engineering, third edition", + "url": "https://www.cl.cam.ac.uk/~rja14/book.html" + } + ], + "series": "security", + "id": "security/011-ross-anderson", + "edition": 2, + "artwork": "/releases/v2/security/011-ross-anderson/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 12, + "slug": "matt-blaze", + "name": "Matt Blaze", + "title": "The Clipper Chip Breaker", + "knownFor": "Killing key escrow, then auditing the voting machines", + "rarity": "legendary", + "impact": 92, + "technical": 94, + "defense": 88, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:30:42.943Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Matt+Blaze&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "influence": 93, + "nationality": "USA", + "era": "1994–present", + "domains": [ + "Cryptography", + "Election security", + "Physical security" + ], + "scouting": "Found the protocol flaw in the NSA’s Clipper chip escrow scheme in 1994 and published it, which did more to end mandated key escrow than any amount of lobbying. Later led state-commissioned source reviews of US voting systems, published work on the vulnerabilities of master-keyed physical locks and wiretap systems, and became a law-school professor arguing the same points to a different audience.", + "note": "Has broken the government’s preferred backdoor design once already.", + "status": "locked", + "front": "/releases/v2/security/012-matt-blaze/front.svg", + "back": "/releases/v2/security/012-matt-blaze/back.svg", + "sources": [ + { + "label": "Matt Blaze", + "url": "https://en.wikipedia.org/wiki/Matt_Blaze" + }, + { + "label": "Protocol Failure in the Escrowed Encryption Standard (1994)", + "url": "https://www.mattblaze.org/papers/eesproto.pdf" + } + ], + "series": "security", + "id": "security/012-matt-blaze", + "edition": 2, + "artwork": "/releases/v2/security/012-matt-blaze/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 13, + "slug": "radia-perlman", + "name": "Radia Perlman", + "title": "Architect of Resilient Networks", + "knownFor": "Spanning tree, and routing that survives a malicious node", + "rarity": "legendary", + "impact": 91, + "technical": 96, + "defense": 92, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:30:47.627Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Radia+Perlman&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 92, + "nationality": "USA", + "era": "1985–present", + "domains": [ + "Network protocols", + "PKI", + "Secure deletion" + ], + "scouting": "Invented the spanning-tree protocol that made large bridged Ethernets possible, and did the early work on routing protocols designed to keep functioning when a participating node is actively hostile rather than merely broken. Co-wrote Network Security: Private Communication in a Public World, and designed the “ephemerizer” approach to making data reliably expire.", + "note": "Designed for the assumption that some of the network is lying to you.", + "status": "locked", + "front": "/releases/v2/security/013-radia-perlman/front.svg", + "back": "/releases/v2/security/013-radia-perlman/back.svg", + "sources": [ + { + "label": "Radia Perlman", + "url": "https://en.wikipedia.org/wiki/Radia_Perlman" + }, + { + "label": "Internet Hall of Fame profile", + "url": "https://www.internethalloffame.org/inductee/radia-perlman/" + } + ], + "series": "security", + "id": "security/013-radia-perlman", + "edition": 2, + "artwork": "/releases/v2/security/013-radia-perlman/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 14, + "slug": "steven-bellovin", + "name": "Steven M. Bellovin", + "title": "The Protocol Sceptic", + "knownFor": "Security Problems in the TCP/IP Protocol Suite, and the firewall book", + "rarity": "legendary", + "impact": 91, + "technical": 94, + "defense": 94, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:30:47.799Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Steven+M.+Bellovin&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 91, + "nationality": "USA", + "era": "1989–present", + "domains": [ + "Network security", + "Protocol design", + "Policy" + ], + "scouting": "Wrote the 1989 paper cataloguing the security problems in TCP/IP — sequence-number prediction, source routing, DNS spoofing — years before anyone was exploiting them at scale. Co-authored Firewalls and Internet Security with Cheswick, co-invented encrypted key exchange, was a Usenet co-creator, and served as chief technologist at the FTC and on the Privacy and Civil Liberties Oversight Board.", + "note": "Published the attack list first and spent thirty years watching it come true.", + "status": "locked", + "front": "/releases/v2/security/014-steven-bellovin/front.svg", + "back": "/releases/v2/security/014-steven-bellovin/back.svg", + "sources": [ + { + "label": "Steven M. Bellovin", + "url": "https://en.wikipedia.org/wiki/Steven_M._Bellovin" + }, + { + "label": "Security Problems in the TCP/IP Protocol Suite (1989)", + "url": "https://www.cs.columbia.edu/~smb/papers/ipext.pdf" + } + ], + "series": "security", + "id": "security/014-steven-bellovin", + "edition": 2, + "artwork": "/releases/v2/security/014-steven-bellovin/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 15, + "slug": "william-cheswick", + "name": "William Cheswick", + "handle": "Ches", + "title": "The First Firewall Book", + "knownFor": "Firewalls and Internet Security, and “An Evening with Berferd”", + "rarity": "epic", + "impact": 88, + "technical": 92, + "defense": 94, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:30:53.138Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=William+Cheswick&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 89, + "nationality": "USA", + "era": "1990–present", + "domains": [ + "Firewalls", + "Honeypots", + "Internet mapping" + ], + "scouting": "Co-wrote the 1994 book that taught the industry what a firewall was and how to reason about a perimeter. “An Evening with Berferd” documented him feeding a live intruder a fake environment for months and writing down everything, which is the honeypot genre’s founding text. Later ran the Internet Mapping Project at Bell Labs.", + "note": "Invented the practice of watching the attacker instead of just shutting the door.", + "status": "locked", + "front": "/releases/v2/security/015-william-cheswick/front.svg", + "back": "/releases/v2/security/015-william-cheswick/back.svg", + "sources": [ + { + "label": "William Cheswick", + "url": "https://en.wikipedia.org/wiki/William_Cheswick" + }, + { + "label": "An Evening with Berferd (1992)", + "url": "https://www.cheswick.com/ches/papers/berferd.pdf" + } + ], + "series": "security", + "id": "security/015-william-cheswick", + "edition": 2, + "artwork": "/releases/v2/security/015-william-cheswick/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 16, + "slug": "marcus-ranum", + "name": "Marcus J. Ranum", + "title": "Builder of the First Commercial Firewall", + "knownFor": "DEC SEAL, the TIS toolkit, and thirty years of contrarianism", + "rarity": "legendary", + "impact": 89, + "technical": 92, + "defense": 96, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:30:56.224Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Marcus+J.+Ranum&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 90, + "nationality": "USA", + "era": "1990–present", + "domains": [ + "Firewalls", + "Proxies", + "Logging" + ], + "scouting": "Built DEC SEAL, generally credited as the first commercial firewall product, then the TIS Firewall Toolkit and Gauntlet — the code most early internet perimeters were actually made of. Ran whitehouse.gov’s first email server. Has spent the decades since publicly arguing that most of what the industry sells does not work, which has aged better than the products did.", + "note": "The perimeter, as an idea people could buy, is largely his fault and his credit.", + "status": "locked", + "front": "/releases/v2/security/016-marcus-ranum/front.svg", + "back": "/releases/v2/security/016-marcus-ranum/back.svg", + "sources": [ + { + "label": "Marcus J. Ranum", + "url": "https://en.wikipedia.org/wiki/Marcus_J._Ranum" + }, + { + "label": "Firewall (computing) — history", + "url": "https://en.wikipedia.org/wiki/Firewall_(computing)" + } + ], + "series": "security", + "id": "security/016-marcus-ranum", + "edition": 2, + "artwork": "/releases/v2/security/016-marcus-ranum/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 17, + "slug": "wietse-venema", + "name": "Wietse Venema", + "title": "Author of TCP Wrapper and Postfix", + "knownFor": "Defensive software that a generation of admins just ran", + "rarity": "legendary", + "impact": 90, + "technical": 96, + "defense": 97, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:30:58.942Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Wietse+Venema&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "influence": 90, + "nationality": "Netherlands", + "era": "1990–present", + "domains": [ + "Host security", + "Mail security", + "Forensics" + ], + "scouting": "Wrote TCP Wrapper, which for years was the access control on a very large share of Unix hosts on the internet, and Postfix, a mail server written from the start around privilege separation. Co-wrote SATAN with Dan Farmer and later the Coroner’s Toolkit and Forensic Discovery, giving incident responders their first real open tooling.", + "note": "Shipped the defence, then shipped the tools to work out how it was beaten.", + "status": "locked", + "front": "/releases/v2/security/017-wietse-venema/front.svg", + "back": "/releases/v2/security/017-wietse-venema/back.svg", + "sources": [ + { + "label": "Wietse Venema", + "url": "https://en.wikipedia.org/wiki/Wietse_Venema" + }, + { + "label": "Postfix", + "url": "https://www.postfix.org/" + } + ], + "series": "security", + "id": "security/017-wietse-venema", + "edition": 2, + "artwork": "/releases/v2/security/017-wietse-venema/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 18, + "slug": "dan-farmer", + "name": "Dan Farmer", + "title": "Author of COPS and SATAN", + "knownFor": "Publishing the scanner, and getting fired for it", + "rarity": "epic", + "impact": 87, + "technical": 90, + "defense": 88, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:31:03.396Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Dan+Farmer&limit=30", + "matches": [], + "rejectedCount": 3 + }, + "influence": 89, + "nationality": "USA", + "era": "1990–present", + "domains": [ + "Vulnerability scanning", + "Forensics", + "Host auditing" + ], + "scouting": "Wrote COPS as a student, then in 1995 released SATAN with Wietse Venema — a scanner that audited a network the way an attacker would, published openly so defenders could run it first. The press predicted the end of the internet; SGI fired him over it; the security scanner became a permanent product category. Later co-wrote Forensic Discovery.", + "note": "The original argument that defenders should get the attacker’s tools too.", + "status": "locked", + "front": "/releases/v2/security/018-dan-farmer/front.svg", + "back": "/releases/v2/security/018-dan-farmer/back.svg", + "sources": [ + { + "label": "Dan Farmer", + "url": "https://en.wikipedia.org/wiki/Dan_Farmer" + }, + { + "label": "SATAN", + "url": "https://en.wikipedia.org/wiki/Security_Administrator_Tool_for_Analyzing_Networks" + } + ], + "series": "security", + "id": "security/018-dan-farmer", + "edition": 2, + "artwork": "/releases/v2/security/018-dan-farmer/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 19, + "slug": "gordon-lyon", + "name": "Gordon Lyon", + "handle": "Fyodor", + "title": "Author of Nmap", + "knownFor": "The scanner that is on every security laptop on earth", + "rarity": "iconic", + "impact": 93, + "technical": 94, + "defense": 92, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:31:03.952Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Gordon+Lyon&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 95, + "nationality": "USA", + "era": "1997–present", + "domains": [ + "Network scanning", + "OS fingerprinting", + "Open source" + ], + "scouting": "Released Nmap in Phrack in 1997 and has maintained it ever since, adding OS fingerprinting, service detection and the NSE scripting engine. Runs seclists.org, hosting the Bugtraq and Full Disclosure archives that are the field’s institutional memory, and fought MPAA and studio takedown attempts over the tool. Nmap is the first command most defenders learn.", + "note": "Twenty-eight years of one maintainer. The reliability is the achievement.", + "status": "locked", + "front": "/releases/v2/security/019-gordon-lyon/front.svg", + "back": "/releases/v2/security/019-gordon-lyon/back.svg", + "sources": [ + { + "label": "Gordon Lyon", + "url": "https://en.wikipedia.org/wiki/Gordon_Lyon" + }, + { + "label": "Nmap", + "url": "https://nmap.org/" + } + ], + "series": "security", + "id": "security/019-gordon-lyon", + "edition": 2, + "artwork": "/releases/v2/security/019-gordon-lyon/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 20, + "slug": "martin-roesch", + "name": "Martin Roesch", + "title": "Author of Snort", + "knownFor": "Open-source intrusion detection, and the rule format everyone copied", + "rarity": "epic", + "impact": 89, + "technical": 92, + "defense": 96, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:31:09.972Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Martin+Roesch&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 91, + "nationality": "USA", + "era": "1998–present", + "domains": [ + "Intrusion detection", + "Packet analysis", + "Open source" + ], + "scouting": "Wrote Snort in 1998 as a lightweight packet sniffer, and it became the intrusion detection system that put IDS within reach of organisations that could never have bought one. Founded Sourcefire around it, which Cisco acquired in 2013. The Snort rule syntax outlived the product and is still how a large part of the industry writes network detections.", + "note": "A weekend tool that became the de facto standard for network detection.", + "status": "locked", + "front": "/releases/v2/security/020-martin-roesch/front.svg", + "back": "/releases/v2/security/020-martin-roesch/back.svg", + "sources": [ + { + "label": "Martin Roesch", + "url": "https://en.wikipedia.org/wiki/Martin_Roesch" + }, + { + "label": "Snort", + "url": "https://www.snort.org/" + } + ], + "series": "security", + "id": "security/020-martin-roesch", + "edition": 2, + "artwork": "/releases/v2/security/020-martin-roesch/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 21, + "slug": "gerald-combs", + "name": "Gerald Combs", + "title": "Author of Wireshark", + "knownFor": "Making packet analysis free, and keeping it free", + "rarity": "epic", + "impact": 88, + "technical": 91, + "defense": 93, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:31:19.755Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Gerald+Combs&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 92, + "nationality": "USA", + "era": "1998–present", + "domains": [ + "Packet analysis", + "Protocol dissection", + "Open source" + ], + "scouting": "Started Ethereal in 1998 because commercial protocol analysers cost more than his employer would spend, renamed it Wireshark in 2006 after a trademark problem, and has shepherded it ever since through thousands of contributed protocol dissectors. It is the default answer to “what is actually on the wire” for network engineers and incident responders alike.", + "note": "The tool you reach for when nobody can agree on what the traffic is doing.", + "status": "locked", + "front": "/releases/v2/security/021-gerald-combs/front.svg", + "back": "/releases/v2/security/021-gerald-combs/back.svg", + "sources": [ + { + "label": "Wireshark", + "url": "https://en.wikipedia.org/wiki/Wireshark" + }, + { + "label": "Wireshark project", + "url": "https://www.wireshark.org/about.html" + } + ], + "series": "security", + "id": "security/021-gerald-combs", + "edition": 2, + "artwork": "/releases/v2/security/021-gerald-combs/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 22, + "slug": "renaud-deraison", + "name": "Renaud Deraison", + "title": "Author of Nessus", + "knownFor": "The vulnerability scanner that defined the category", + "rarity": "epic", + "impact": 87, + "technical": 91, + "defense": 94, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:31:25.180Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Renaud+Deraison&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 89, + "nationality": "France / USA", + "era": "1998–present", + "domains": [ + "Vulnerability management", + "Scanning", + "Product security" + ], + "scouting": "Released Nessus in 1998 as a free scanner with its own plugin language, at a point when the alternative was an expensive appliance. Co-founded Tenable Network Security around it in 2002 and took the product closed-source in 2005, a decision the community argued about for years. Vulnerability management as a routine operational practice largely grew out of that codebase.", + "note": "The scan report that lands in an admin’s inbox every Monday started here.", + "status": "locked", + "front": "/releases/v2/security/022-renaud-deraison/front.svg", + "back": "/releases/v2/security/022-renaud-deraison/back.svg", + "sources": [ + { + "label": "Nessus (software)", + "url": "https://en.wikipedia.org/wiki/Nessus_(software)" + }, + { + "label": "Tenable leadership", + "url": "https://www.tenable.com/about-tenable/leadership" + } + ], + "series": "security", + "id": "security/022-renaud-deraison", + "edition": 2, + "artwork": "/releases/v2/security/022-renaud-deraison/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 23, + "slug": "paul-vixie", + "name": "Paul Vixie", + "title": "Keeper of the DNS", + "knownFor": "BIND, DNS RPZ, and the anti-abuse infrastructure nobody sees", + "rarity": "legendary", + "impact": 90, + "technical": 95, + "defense": 95, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:31:25.893Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Paul+Vixie&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 92, + "nationality": "USA", + "era": "1988–present", + "domains": [ + "DNS", + "Anti-abuse", + "Internet infrastructure" + ], + "scouting": "Maintained BIND for years and wrote or co-wrote a long run of DNS RFCs, then built the response-policy zone mechanism that lets defenders block malicious domains at the resolver. Founded the first anti-spam DNSBL, ran the Internet Software Consortium, operates F-root, and co-founded Farsight Security around passive DNS. Internet Hall of Fame, 2014.", + "note": "Ran the plumbing, then built the filters when the plumbing got abused.", + "status": "locked", + "front": "/releases/v2/security/023-paul-vixie/front.svg", + "back": "/releases/v2/security/023-paul-vixie/back.svg", + "sources": [ + { + "label": "Paul Vixie", + "url": "https://en.wikipedia.org/wiki/Paul_Vixie" + }, + { + "label": "Internet Hall of Fame profile", + "url": "https://www.internethalloffame.org/inductee/paul-vixie/" + } + ], + "series": "security", + "id": "security/023-paul-vixie", + "edition": 2, + "artwork": "/releases/v2/security/023-paul-vixie/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 24, + "slug": "niels-provos", + "name": "Niels Provos", + "title": "Honeypots and Safe Browsing", + "knownFor": "honeyd, bcrypt, and warning a billion browsers", + "rarity": "epic", + "impact": 88, + "technical": 95, + "defense": 94, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:31:36.707Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Niels+Provos&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 88, + "nationality": "Germany / USA", + "era": "1999–present", + "domains": [ + "Honeypots", + "Password hashing", + "Web malware" + ], + "scouting": "Wrote honeyd, co-designed the bcrypt password hash with David Mazières, and created systrace and privilege separation work in OpenSSH. At Google he led the Safe Browsing malware research that put interstitial warnings in front of drive-by download sites, and co-authored the papers that measured how large that problem actually was.", + "note": "bcrypt alone has protected more passwords than most companies have users.", + "status": "locked", + "front": "/releases/v2/security/024-niels-provos/front.svg", + "back": "/releases/v2/security/024-niels-provos/back.svg", + "sources": [ + { + "label": "Niels Provos", + "url": "https://en.wikipedia.org/wiki/Niels_Provos" + }, + { + "label": "A Future-Adaptable Password Scheme (bcrypt, 1999)", + "url": "https://www.usenix.org/legacy/events/usenix99/provos/provos.pdf" + } + ], + "series": "security", + "id": "security/024-niels-provos", + "edition": 2, + "artwork": "/releases/v2/security/024-niels-provos/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 25, + "slug": "jeremiah-grossman", + "name": "Jeremiah Grossman", + "title": "The Web Application Security Authority", + "knownFor": "XSS Attacks, WhiteHat Security, and making web appsec a discipline", + "rarity": "legendary", + "impact": 90, + "technical": 90, + "defense": 94, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:31:43.809Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Jeremiah+Grossman&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "influence": 93, + "nationality": "USA", + "era": "1999–present", + "domains": [ + "Web application security", + "Cross-site scripting", + "Vulnerability data" + ], + "scouting": "Was an information security officer at Yahoo before founding WhiteHat Security in 2001, where continuous scanning of thousands of production sites produced the first credible public statistics on how long real web vulnerabilities actually stay open. Co-founded the Web Application Security Consortium, and co-authored XSS Attacks: Cross Site Scripting Exploits and Defense in 2007 — the book that turned cross-site scripting from a curiosity into a class of bug developers were expected to know.", + "note": "The XSS book is still the reference. Web appsec became a discipline on his watch.", + "status": "locked", + "front": "/releases/v2/security/025-jeremiah-grossman/front.svg", + "back": "/releases/v2/security/025-jeremiah-grossman/back.svg", + "sources": [ + { + "label": "XSS Attacks: Cross Site Scripting Exploits and Defense", + "url": "https://books.google.com/books/about/XSS_Attacks.html?id=FKN5uL57tyAC" + }, + { + "label": "Jeremiah Grossman’s blog", + "url": "https://blog.jeremiahgrossman.com/" + }, + { + "label": "Web Application Security Consortium", + "url": "http://www.webappsec.org/" + } + ], + "series": "security", + "id": "security/025-jeremiah-grossman", + "edition": 2, + "artwork": "/releases/v2/security/025-jeremiah-grossman/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 26, + "slug": "robert-hansen", + "name": "Robert Hansen", + "handle": "RSnake", + "title": "The XSS Cheat Sheet", + "knownFor": "ha.ckers.org, Slowloris, and browser attack surface", + "rarity": "epic", + "impact": 85, + "technical": 90, + "defense": 84, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:31:49.990Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Robert+Hansen&limit=30", + "matches": [], + "rejectedCount": 10 + }, + "influence": 86, + "nationality": "USA", + "era": "2005–present", + "domains": [ + "Cross-site scripting", + "Browser security", + "Denial of service" + ], + "scouting": "Ran ha.ckers.org and published the XSS cheat sheet, which for years was the reference list of filter-evasion payloads that every web application firewall was tested against. Co-authored XSS Attacks with Grossman, released Slowloris to demonstrate that a single machine could hold a web server’s connections open indefinitely, and co-wrote Detecting Malice on behavioural detection.", + "note": "The cheat sheet did more for input validation than any standards document.", + "status": "locked", + "front": "/releases/v2/security/026-robert-hansen/front.svg", + "back": "/releases/v2/security/026-robert-hansen/back.svg", + "sources": [ + { + "label": "XSS Attacks: Cross Site Scripting Exploits and Defense", + "url": "https://books.google.com/books/about/XSS_Attacks.html?id=FKN5uL57tyAC" + }, + { + "label": "Slowloris (computer security)", + "url": "https://en.wikipedia.org/wiki/Slowloris_(cyber_attack)" + } + ], + "series": "security", + "id": "security/026-robert-hansen", + "edition": 2, + "artwork": "/releases/v2/security/026-robert-hansen/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 27, + "slug": "mark-curphey", + "name": "Mark Curphey", + "title": "Founder of OWASP", + "knownFor": "Starting the open project that appsec organised itself around", + "rarity": "epic", + "impact": 87, + "technical": 84, + "defense": 92, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:31:51.087Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Mark+Curphey&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 93, + "nationality": "UK / USA", + "era": "2001–present", + "domains": [ + "Application security", + "Open standards", + "Supply chain" + ], + "scouting": "Started the Open Web Application Security Project in September 2001 as a mailing list and a few documents, and it became the vendor-neutral body that produced the Top Ten, the ASVS, ZAP and the testing guides that appsec teams still work from. Later founded SourceClear on software composition analysis and has kept publicly pushing OWASP to stay relevant to modern supply-chain risk.", + "note": "Built the commons the whole application security industry now cites.", + "status": "locked", + "front": "/releases/v2/security/027-mark-curphey/front.svg", + "back": "/releases/v2/security/027-mark-curphey/back.svg", + "sources": [ + { + "label": "OWASP", + "url": "https://en.wikipedia.org/wiki/OWASP" + }, + { + "label": "Mark Curphey — OWASP Foundation", + "url": "https://owasp.org/www-board-candidates/2022/mark_curphey_2022" + } + ], + "series": "security", + "id": "security/027-mark-curphey", + "edition": 2, + "artwork": "/releases/v2/security/027-mark-curphey/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 28, + "slug": "jeff-williams", + "name": "Jeff Williams", + "title": "Author of the First OWASP Top Ten", + "knownFor": "The list every compliance regime ended up pointing at", + "rarity": "epic", + "impact": 86, + "technical": 88, + "defense": 92, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:31:53.202Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Jeff+Williams&limit=30", + "matches": [], + "rejectedCount": 7 + }, + "influence": 90, + "nationality": "USA", + "era": "2002–present", + "domains": [ + "Application security", + "Runtime protection", + "Standards" + ], + "scouting": "Wrote the first OWASP Top Ten and served as the volunteer chair of OWASP from 2003 to 2011, the years in which it went from a mailing list to the reference that PCI DSS and a long line of other standards cite by name. Co-founded Aspect Security and then Contrast Security, arguing for instrumentation inside the running application rather than scanning it from outside.", + "note": "One list, and suddenly every auditor knew what SQL injection was.", + "status": "locked", + "front": "/releases/v2/security/028-jeff-williams/front.svg", + "back": "/releases/v2/security/028-jeff-williams/back.svg", + "sources": [ + { + "label": "OWASP", + "url": "https://en.wikipedia.org/wiki/OWASP" + }, + { + "label": "OWASP Top Ten project", + "url": "https://owasp.org/www-project-top-ten/" + } + ], + "series": "security", + "id": "security/028-jeff-williams", + "edition": 2, + "artwork": "/releases/v2/security/028-jeff-williams/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 29, + "slug": "gary-mcgraw", + "name": "Gary McGraw", + "title": "Building Security In", + "knownFor": "Software security as a discipline, and BSIMM", + "rarity": "epic", + "impact": 86, + "technical": 86, + "defense": 92, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:31:58.185Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Gary+McGraw&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 90, + "nationality": "USA", + "era": "1997–present", + "domains": [ + "Software security", + "Secure design", + "Measurement" + ], + "scouting": "Wrote Building Secure Software, Exploiting Software and Software Security, making the case that you cannot test defects out of a system you designed insecurely. Co-created BSIMM, which measures what security programmes actually do rather than what a standard says they should, and has run a long-standing interview series documenting the field’s own history.", + "note": "Moved the argument from “scan it later” to “design it right”.", + "status": "locked", + "front": "/releases/v2/security/029-gary-mcgraw/front.svg", + "back": "/releases/v2/security/029-gary-mcgraw/back.svg", + "sources": [ + { + "label": "Gary McGraw", + "url": "https://en.wikipedia.org/wiki/Gary_McGraw" + }, + { + "label": "BSIMM", + "url": "https://www.bsimm.com/" + } + ], + "series": "security", + "id": "security/029-gary-mcgraw", + "edition": 2, + "artwork": "/releases/v2/security/029-gary-mcgraw/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 30, + "slug": "michael-howard", + "name": "Michael Howard", + "title": "Author of Writing Secure Code", + "knownFor": "The book and the process behind Microsoft’s security turnaround", + "rarity": "epic", + "impact": 87, + "technical": 90, + "defense": 94, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:32:01.904Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Michael+Howard&limit=30", + "matches": [], + "rejectedCount": 12 + }, + "influence": 91, + "nationality": "New Zealand / USA", + "era": "2001–present", + "domains": [ + "Secure development", + "SDL", + "Threat modelling" + ], + "scouting": "Co-wrote Writing Secure Code, which Bill Gates ordered Windows engineers to read during the 2002 Trustworthy Computing halt, and helped build the Security Development Lifecycle that came out of it — threat modelling, banned APIs, fuzzing and a final security review before ship. The SDL became the template most large software organisations copied.", + "note": "Turned “be careful” into a checklist an entire company could be held to.", + "status": "locked", + "front": "/releases/v2/security/030-michael-howard/front.svg", + "back": "/releases/v2/security/030-michael-howard/back.svg", + "sources": [ + { + "label": "Microsoft Security Development Lifecycle", + "url": "https://en.wikipedia.org/wiki/Microsoft_Security_Development_Lifecycle" + }, + { + "label": "Writing Secure Code, second edition", + "url": "https://www.microsoftpressstore.com/store/writing-secure-code-9780735617223" + } + ], + "series": "security", + "id": "security/030-michael-howard", + "edition": 2, + "artwork": "/releases/v2/security/030-michael-howard/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 31, + "slug": "adam-shostack", + "name": "Adam Shostack", + "title": "The Threat Modelling Canon", + "knownFor": "Threat Modeling: Designing for Security, and STRIDE in practice", + "rarity": "epic", + "impact": 85, + "technical": 86, + "defense": 92, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:32:10.532Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Adam+Shostack&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "influence": 89, + "nationality": "USA / Canada", + "era": "2003–present", + "domains": [ + "Threat modelling", + "Privacy", + "Security design" + ], + "scouting": "Drove threat modelling into shippable practice at Microsoft, including the Elevation of Privilege card game that got non-security engineers doing it voluntarily, then wrote Threat Modeling: Designing for Security and later Threats: What Every Engineer Should Learn. Served on the CVE editorial board and co-wrote The New School of Information Security on learning from breach data.", + "note": "Four questions — what are we building, what can go wrong, what do we do, did we do a good job.", + "status": "locked", + "front": "/releases/v2/security/031-adam-shostack/front.svg", + "back": "/releases/v2/security/031-adam-shostack/back.svg", + "sources": [ + { + "label": "Adam Shostack’s site", + "url": "https://shostack.org/about/adam" + }, + { + "label": "Elevation of Privilege threat modelling game", + "url": "https://shostack.org/games/elevation-of-privilege" + } + ], + "series": "security", + "id": "security/031-adam-shostack", + "edition": 2, + "artwork": "/releases/v2/security/031-adam-shostack/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 32, + "slug": "ivan-ristic", + "name": "Ivan Ristić", + "title": "Author of ModSecurity and SSL Labs", + "knownFor": "Grading the internet’s TLS, one hostname at a time", + "rarity": "epic", + "impact": 86, + "technical": 92, + "defense": 95, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:32:10.686Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Ivan+Risti%C4%87&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 88, + "nationality": "Croatia / UK", + "era": "2002–present", + "domains": [ + "TLS", + "Web application firewalls", + "Measurement" + ], + "scouting": "Wrote ModSecurity, the open-source web application firewall that became the reference implementation and the base of the OWASP Core Rule Set. Then built SSL Labs, whose A-to-F grade for a server’s TLS configuration turned an obscure ops detail into something executives asked about, and wrote Bulletproof TLS and PKI as the manual for fixing the grade.", + "note": "Made bad TLS visible and embarrassing, which fixed more of it than any RFC.", + "status": "locked", + "front": "/releases/v2/security/032-ivan-ristic/front.svg", + "back": "/releases/v2/security/032-ivan-ristic/back.svg", + "sources": [ + { + "label": "Ivan Ristić", + "url": "https://en.wikipedia.org/wiki/Ivan_Risti%C4%87" + }, + { + "label": "Qualys SSL Labs", + "url": "https://www.ssllabs.com/" + } + ], + "series": "security", + "id": "security/032-ivan-ristic", + "edition": 2, + "artwork": "/releases/v2/security/032-ivan-ristic/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 33, + "slug": "mark-dowd", + "name": "Mark Dowd", + "title": "The Art of Software Security Assessment", + "knownFor": "The code-audit bible, and the Sendmail and Flash bugs behind it", + "rarity": "rare", + "impact": 84, + "technical": 98, + "defense": 82, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:32:11.627Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Mark+Dowd&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 84, + "nationality": "Australia", + "era": "2002–present", + "domains": [ + "Code auditing", + "Memory corruption", + "Exploit mitigation" + ], + "scouting": "Co-wrote The Art of Software Security Assessment with John McDonald and Justin Schuh, still the most thorough published treatment of how to find memory-safety and logic flaws by reading code. Found deep bugs in Sendmail, OpenSSH and Flash while at ISS X-Force and IBM, and founded Azimuth Security. His work is why a generation of auditors know what to look for in a parser.", + "note": "The book that turned code review from a chore into a craft.", + "status": "locked", + "front": "/releases/v2/security/033-mark-dowd/front.svg", + "back": "/releases/v2/security/033-mark-dowd/back.svg", + "sources": [ + { + "label": "The Art of Software Security Assessment", + "url": "https://www.informit.com/store/art-of-software-security-assessment-identifying-and-9780321444424" + }, + { + "label": "Azimuth Security", + "url": "https://www.azimuthsecurity.com/" + } + ], + "series": "security", + "id": "security/033-mark-dowd", + "edition": 2, + "artwork": "/releases/v2/security/033-mark-dowd/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 34, + "slug": "halvar-flake", + "name": "Thomas Dullien", + "handle": "Halvar Flake", + "title": "The Binary Diffing Pioneer", + "knownFor": "BinDiff, and the theory of weird machines", + "rarity": "epic", + "impact": 85, + "technical": 97, + "defense": 86, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:32:14.221Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Thomas+Dullien&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "influence": 86, + "nationality": "Germany", + "era": "2000–present", + "domains": [ + "Reverse engineering", + "Patch analysis", + "Exploit theory" + ], + "scouting": "Built the graph-based binary diffing that made it routine to extract the vulnerability out of a vendor patch, founded zynamics around BinDiff and VxClass, and sold it to Google in 2011. Later worked in Project Zero and wrote the “weird machines” framing that treats exploitation as programming an unintended state machine inside the target.", + "note": "Turned Patch Tuesday into a reliable source of exploit intelligence.", + "status": "locked", + "front": "/releases/v2/security/034-halvar-flake/front.svg", + "back": "/releases/v2/security/034-halvar-flake/back.svg", + "sources": [ + { + "label": "BinDiff", + "url": "https://www.zynamics.com/bindiff.html" + }, + { + "label": "Thomas Dullien’s research blog", + "url": "https://addxorrol.blogspot.com/" + } + ], + "series": "security", + "id": "security/034-halvar-flake", + "edition": 2, + "artwork": "/releases/v2/security/034-halvar-flake/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 35, + "slug": "alex-sotirov", + "name": "Alex Sotirov", + "title": "The Rogue CA Demonstration", + "knownFor": "MD5 collisions against a real certificate authority", + "rarity": "rare", + "impact": 83, + "technical": 96, + "defense": 84, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:32:16.871Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Alex+Sotirov&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 84, + "nationality": "Bulgaria / USA", + "era": "2007–present", + "domains": [ + "PKI", + "Exploit mitigation", + "Browser security" + ], + "scouting": "Co-authored “Bypassing Browser Memory Protections”, the 2008 paper that showed how attackers were routing around DEP and ASLR, then at 25C3 the same year demonstrated a working rogue certificate authority built on MD5 collisions — which pushed the CA industry off MD5 for good. Co-founded Trail of Bits.", + "note": "Demonstrated the theoretical break against a live CA, which is the only kind that moves anyone.", + "status": "locked", + "front": "/releases/v2/security/035-alex-sotirov/front.svg", + "back": "/releases/v2/security/035-alex-sotirov/back.svg", + "sources": [ + { + "label": "MD5 considered harmful today (2008)", + "url": "https://www.win.tue.nl/hashclash/rogue-ca/" + }, + { + "label": "Bypassing Browser Memory Protections (2008)", + "url": "https://www.blackhat.com/presentations/bh-usa-08/Sotirov_Dowd/bh08-sotirov-dowd.pdf" + } + ], + "series": "security", + "id": "security/035-alex-sotirov", + "edition": 2, + "artwork": "/releases/v2/security/035-alex-sotirov/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 36, + "slug": "thomas-ptacek", + "name": "Thomas Ptacek", + "title": "The IDS Evasion Paper", + "knownFor": "Insertion, Evasion and Denial of Service, and Matasano", + "rarity": "rare", + "impact": 82, + "technical": 94, + "defense": 88, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:32:18.547Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Thomas+Ptacek&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 85, + "nationality": "USA", + "era": "1998–present", + "domains": [ + "Intrusion detection", + "Cryptographic review", + "Appsec consulting" + ], + "scouting": "Co-wrote the 1998 paper with Timothy Newsham showing that a network IDS which reassembles traffic differently from the host it protects can be walked straight past — the work that forced every vendor to rethink normalisation. Co-founded Matasano and later Latacora, and wrote the Cryptopals challenges that taught a generation how crypto actually breaks.", + "note": "One paper made every IDS vendor rewrite their TCP stack.", + "status": "locked", + "front": "/releases/v2/security/036-thomas-ptacek/front.svg", + "back": "/releases/v2/security/036-thomas-ptacek/back.svg", + "sources": [ + { + "label": "Insertion, Evasion, and Denial of Service (1998)", + "url": "https://insecure.org/stf/secnet_ids/secnet_ids.html" + }, + { + "label": "The Cryptopals crypto challenges", + "url": "https://cryptopals.com/" + } + ], + "series": "security", + "id": "security/036-thomas-ptacek", + "edition": 2, + "artwork": "/releases/v2/security/036-thomas-ptacek/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 37, + "slug": "matthew-green", + "name": "Matthew D. Green", + "title": "The Cryptography Auditor", + "knownFor": "TrueCrypt audit, and explaining broken crypto in public", + "rarity": "epic", + "impact": 86, + "technical": 92, + "defense": 88, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:32:20.995Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Matthew+D.+Green&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 89, + "nationality": "USA", + "era": "2010–present", + "domains": [ + "Applied cryptography", + "Protocol analysis", + "Public explanation" + ], + "scouting": "Johns Hopkins cryptographer who co-led the Open Crypto Audit Project’s review of TrueCrypt, contributed to the analysis of Dual_EC_DRBG and the RSA BSAFE backdoor, and worked on the attacks behind Logjam and DROWN. His blog is the standard place the rest of the industry goes to find out how badly a new crypto story is being reported.", + "note": "Does the audit, then does the translation so the rest of us can follow it.", + "status": "locked", + "front": "/releases/v2/security/037-matthew-green/front.svg", + "back": "/releases/v2/security/037-matthew-green/back.svg", + "sources": [ + { + "label": "Matthew D. Green", + "url": "https://en.wikipedia.org/wiki/Matthew_D._Green" + }, + { + "label": "A Few Thoughts on Cryptographic Engineering", + "url": "https://blog.cryptographyengineering.com/" + } + ], + "series": "security", + "id": "security/037-matthew-green", + "edition": 2, + "artwork": "/releases/v2/security/037-matthew-green/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 38, + "slug": "j-alex-halderman", + "name": "J. Alex Halderman", + "title": "The Voting Machine Auditor", + "knownFor": "Cold boot attacks, election security, and Let’s Encrypt", + "rarity": "epic", + "impact": 87, + "technical": 93, + "defense": 92, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:32:21.311Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=J.+Alex+Halderman&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 89, + "nationality": "USA", + "era": "2008–present", + "domains": [ + "Election security", + "Measurement", + "PKI" + ], + "scouting": "Co-authored the cold boot attack paper showing DRAM retains keys after power off, then spent a career demonstrating — in court and in front of legislatures — that deployed voting machines could be reprogrammed. Co-founded the Internet Security Research Group behind Let’s Encrypt, and co-authored the ZMap internet-wide scanner and the Logjam and FREAK results.", + "note": "Let’s Encrypt alone changed the default state of the web from plaintext to TLS.", + "status": "locked", + "front": "/releases/v2/security/038-j-alex-halderman/front.svg", + "back": "/releases/v2/security/038-j-alex-halderman/back.svg", + "sources": [ + { + "label": "J. Alex Halderman", + "url": "https://en.wikipedia.org/wiki/J._Alex_Halderman" + }, + { + "label": "Lest We Remember: Cold Boot Attacks on Encryption Keys", + "url": "https://citp.princeton.edu/our-work/memory/" + } + ], + "series": "security", + "id": "security/038-j-alex-halderman", + "edition": 2, + "artwork": "/releases/v2/security/038-j-alex-halderman/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 39, + "slug": "nadia-heninger", + "name": "Nadia Heninger", + "title": "The Key-Entropy Auditor", + "knownFor": "Mining Your Ps and Qs, Logjam, and measuring real deployed crypto", + "rarity": "epic", + "impact": 85, + "technical": 95, + "defense": 88, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:32:28.427Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Nadia+Heninger&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 87, + "nationality": "USA", + "era": "2012–present", + "domains": [ + "Cryptanalysis", + "Internet measurement", + "Key generation" + ], + "scouting": "Co-authored “Mining Your Ps and Qs”, which scanned the whole IPv4 internet and found that a meaningful share of TLS and SSH keys shared factors because embedded devices generated them without entropy — and then factored them. Followed it with Logjam, DROWN and FREAK, a body of work whose method is: measure what is actually deployed, then break the weak part.", + "note": "Proved the crypto was fine and the random number generators were not.", + "status": "locked", + "front": "/releases/v2/security/039-nadia-heninger/front.svg", + "back": "/releases/v2/security/039-nadia-heninger/back.svg", + "sources": [ + { + "label": "Nadia Heninger", + "url": "https://en.wikipedia.org/wiki/Nadia_Heninger" + }, + { + "label": "Mining Your Ps and Qs (USENIX Security 2012)", + "url": "https://factorable.net/paper.html" + } + ], + "series": "security", + "id": "security/039-nadia-heninger", + "edition": 2, + "artwork": "/releases/v2/security/039-nadia-heninger/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 40, + "slug": "troy-hunt", + "name": "Troy Hunt", + "title": "Keeper of Have I Been Pwned", + "knownFor": "Turning breach data into a public service", + "rarity": "rare", + "impact": 84, + "technical": 85, + "defense": 94, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:32:28.939Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Troy+Hunt&limit=30", + "matches": [], + "rejectedCount": 7 + }, + "influence": 90, + "nationality": "Australia", + "era": "2013–present", + "domains": [ + "Breach data", + "Password security", + "Public awareness" + ], + "scouting": "Built Have I Been Pwned in 2013 as a way for ordinary people to find out whether their account was in a dump, and it became infrastructure: browsers, password managers and the NIST-endorsed practice of checking passwords against known-breached lists all query it, using a k-anonymity scheme that never sends the password. Runs it as a public good rather than a product.", + "note": "One person’s side project ended up inside the login flow of half the web.", + "status": "locked", + "front": "/releases/v2/security/040-troy-hunt/front.svg", + "back": "/releases/v2/security/040-troy-hunt/back.svg", + "sources": [ + { + "label": "Troy Hunt", + "url": "https://en.wikipedia.org/wiki/Troy_Hunt" + }, + { + "label": "Have I Been Pwned", + "url": "https://haveibeenpwned.com/" + } + ], + "series": "security", + "id": "security/040-troy-hunt", + "edition": 2, + "artwork": "/releases/v2/security/040-troy-hunt/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 41, + "slug": "window-snyder", + "name": "Window Snyder", + "title": "The Serial Security Chief", + "knownFor": "Windows XP SP2, Firefox, Apple, Intel, and Threat Modeling", + "rarity": "legendary", + "impact": 89, + "technical": 88, + "defense": 96, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:32:32.822Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Window+Snyder&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "influence": 92, + "nationality": "USA", + "era": "2002–present", + "domains": [ + "Product security", + "Threat modelling", + "Device security" + ], + "scouting": "Was security lead and signoff for Windows XP Service Pack 2 and Windows Server 2003, co-wrote the Threat Modeling book that came out of that era, then ran security at Mozilla for Firefox, at Apple on privacy and security strategy, at Fastly and Square, and became Intel’s first chief software security officer. Founded Thistle Technologies in 2020 to bring update infrastructure to embedded devices.", + "note": "Has been the person accountable for a shipping product’s security more times than anyone.", + "status": "locked", + "front": "/releases/v2/security/041-window-snyder/front.svg", + "back": "/releases/v2/security/041-window-snyder/back.svg", + "sources": [ + { + "label": "Window Snyder", + "url": "https://en.wikipedia.org/wiki/Window_Snyder" + }, + { + "label": "Thistle Technologies", + "url": "https://thistle.tech/" + } + ], + "series": "security", + "id": "security/041-window-snyder", + "edition": 2, + "artwork": "/releases/v2/security/041-window-snyder/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 42, + "slug": "heather-adkins", + "name": "Heather Adkins", + "title": "Google’s Founding Defender", + "knownFor": "Twenty-plus years of Google security, and Operation Aurora", + "rarity": "rare", + "impact": 85, + "technical": 88, + "defense": 96, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:32:33.625Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Heather+Adkins&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 88, + "nationality": "USA", + "era": "2002–present", + "domains": [ + "Incident response", + "Enterprise defence", + "Reliability" + ], + "scouting": "A founding member of Google’s security team who built and ran its incident response function, including the response to the 2009 Operation Aurora intrusion that Google chose to disclose publicly — a decision that reset industry norms on breach transparency. Co-authored Building Secure and Reliable Systems, and has served on US federal cybersecurity advisory bodies.", + "note": "Ran the response that made public disclosure of a state intrusion normal.", + "status": "locked", + "front": "/releases/v2/security/042-heather-adkins/front.svg", + "back": "/releases/v2/security/042-heather-adkins/back.svg", + "sources": [ + { + "label": "Building Secure and Reliable Systems", + "url": "https://sre.google/books/building-secure-reliable-systems/" + }, + { + "label": "Operation Aurora", + "url": "https://en.wikipedia.org/wiki/Operation_Aurora" + } + ], + "series": "security", + "id": "security/042-heather-adkins", + "edition": 2, + "artwork": "/releases/v2/security/042-heather-adkins/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 43, + "slug": "parisa-tabriz", + "name": "Parisa Tabriz", + "title": "Google’s Security Princess", + "knownFor": "Chrome security, and the campaign that made HTTPS the default", + "rarity": "rare", + "impact": 86, + "technical": 89, + "defense": 95, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:32:34.361Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Parisa+Tabriz&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 90, + "nationality": "USA", + "era": "2007–present", + "domains": [ + "Browser security", + "HTTPS adoption", + "Security engineering" + ], + "scouting": "Joined Google as a penetration tester, printed “Security Princess” on her business card, and rose to run Chrome. Led the multi-year project to mark plain HTTP as “Not secure” in the world’s most-used browser, which more than anything else moved the web to encryption by default, and pushed Project Zero’s 90-day disclosure deadline as an industry-wide forcing function.", + "note": "Changed one string in a browser UI and moved the whole web to TLS.", + "status": "locked", + "front": "/releases/v2/security/043-parisa-tabriz/front.svg", + "back": "/releases/v2/security/043-parisa-tabriz/back.svg", + "sources": [ + { + "label": "Parisa Tabriz", + "url": "https://en.wikipedia.org/wiki/Parisa_Tabriz" + }, + { + "label": "Chromium: marking HTTP as not secure", + "url": "https://blog.chromium.org/2018/02/a-secure-web-is-here-to-stay.html" + } + ], + "series": "security", + "id": "security/043-parisa-tabriz", + "edition": 2, + "artwork": "/releases/v2/security/043-parisa-tabriz/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 44, + "slug": "alex-stamos", + "name": "Alex Stamos", + "title": "The CSO Who Resigned Over It", + "knownFor": "Yahoo, Facebook, and saying the uncomfortable thing in public", + "rarity": "rare", + "impact": 85, + "technical": 88, + "defense": 92, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:32:42.795Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Alex+Stamos&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 90, + "nationality": "USA", + "era": "2004–present", + "domains": [ + "Enterprise security", + "Platform abuse", + "Disinformation" + ], + "scouting": "Was CISO at Yahoo, where he objected to a government email-scanning programme, then CSO at Facebook through the investigation into foreign influence operations, leaving in 2018 over how much the company would disclose. Publicly challenged the NSA director on encryption backdoors, founded the Stanford Internet Observatory, and co-founded iSEC Partners and later Krebs Stamos Group.", + "note": "The card about what the job costs when you do it honestly.", + "status": "locked", + "front": "/releases/v2/security/044-alex-stamos/front.svg", + "back": "/releases/v2/security/044-alex-stamos/back.svg", + "sources": [ + { + "label": "Alex Stamos", + "url": "https://en.wikipedia.org/wiki/Alex_Stamos" + }, + { + "label": "Stanford Internet Observatory", + "url": "https://cyber.fsi.stanford.edu/io" + } + ], + "series": "security", + "id": "security/044-alex-stamos", + "edition": 2, + "artwork": "/releases/v2/security/044-alex-stamos/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 45, + "slug": "dan-geer", + "name": "Dan Geer", + "title": "The Field’s Dissenting Economist", + "knownFor": "CyberInsecurity: The Cost of Monopoly, and getting fired for it", + "rarity": "legendary", + "impact": 88, + "technical": 88, + "defense": 90, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:32:47.009Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Dan+Geer&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 93, + "nationality": "USA", + "era": "1998–present", + "domains": [ + "Security economics", + "Risk management", + "Policy" + ], + "scouting": "Co-authored the 2003 CCIA report arguing that monoculture in operating systems was itself a national security risk, and was fired by @stake, then a Microsoft consultancy, the day it was published. Went on to serve as chief information security officer of In-Q-Tel and to give a run of Black Hat and USENIX keynotes that are still the most quoted long-form arguments about security policy the field has produced.", + "note": "Paid for the paper with his job, and the paper was right.", + "status": "locked", + "front": "/releases/v2/security/045-dan-geer/front.svg", + "back": "/releases/v2/security/045-dan-geer/back.svg", + "sources": [ + { + "label": "Dan Geer", + "url": "https://en.wikipedia.org/wiki/Dan_Geer" + }, + { + "label": "CyberInsecurity: The Cost of Monopoly (2003)", + "url": "https://www.schneier.com/essays/archives/2003/09/cyberinsecurity_the.html" + } + ], + "series": "security", + "id": "security/045-dan-geer", + "edition": 2, + "artwork": "/releases/v2/security/045-dan-geer/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 46, + "slug": "kevin-mandia", + "name": "Kevin Mandia", + "title": "The Incident Response Industry", + "knownFor": "Mandiant, and the APT1 report that named the unit", + "rarity": "legendary", + "impact": 88, + "technical": 86, + "defense": 96, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:32:56.419Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Kevin+Mandia&limit=30", + "matches": [], + "rejectedCount": 2 + }, + "influence": 92, + "nationality": "USA", + "era": "2004–present", + "domains": [ + "Incident response", + "Threat attribution", + "Forensics" + ], + "scouting": "Founded Mandiant in 2004 and built breach response into a business that governments and Fortune 100 boards call at 2am. In 2013 the company published APT1, a report attributing years of intrusions to a specific People’s Liberation Army unit with building photographs and operator handles — the moment public, named attribution became something private companies did.", + "note": "Made attribution a commercial deliverable instead of a classified one.", + "status": "locked", + "front": "/releases/v2/security/046-kevin-mandia/front.svg", + "back": "/releases/v2/security/046-kevin-mandia/back.svg", + "sources": [ + { + "label": "Mandiant", + "url": "https://en.wikipedia.org/wiki/Mandiant" + }, + { + "label": "APT1: Exposing One of China’s Cyber Espionage Units (2013)", + "url": "https://www.mandiant.com/resources/reports/apt1-exposing-one-chinas-cyber-espionage-units" + } + ], + "series": "security", + "id": "security/046-kevin-mandia", + "edition": 2, + "artwork": "/releases/v2/security/046-kevin-mandia/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 47, + "slug": "mikko-hypponen", + "name": "Mikko Hyppönen", + "title": "The Malware Historian", + "knownFor": "Three decades at F-Secure, and finding the authors of Brain", + "rarity": "legendary", + "impact": 87, + "technical": 88, + "defense": 94, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:33:05.478Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Mikko+Hypp%C3%B6nen&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "influence": 92, + "nationality": "Finland", + "era": "1991–present", + "domains": [ + "Malware analysis", + "Threat research", + "Public communication" + ], + "scouting": "Has been analysing malware at F-Secure since 1991, through the DOS virus era, Sasser and Blaster, Stuxnet and modern ransomware. Tracked down and interviewed the Pakistani brothers who wrote Brain, the first PC virus, twenty years after the fact. Formulated Hyppönen’s law — if it is smart, it is vulnerable — and is the researcher most often trusted to explain a live incident to the public.", + "note": "The continuity card. One person watched the entire history of malware happen.", + "status": "locked", + "front": "/releases/v2/security/047-mikko-hypponen/front.svg", + "back": "/releases/v2/security/047-mikko-hypponen/back.svg", + "sources": [ + { + "label": "Mikko Hyppönen", + "url": "https://en.wikipedia.org/wiki/Mikko_Hypp%C3%B6nen" + }, + { + "label": "Brain (computer virus)", + "url": "https://en.wikipedia.org/wiki/Brain_(computer_virus)" + } + ], + "series": "security", + "id": "security/047-mikko-hypponen", + "edition": 2, + "artwork": "/releases/v2/security/047-mikko-hypponen/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 48, + "slug": "robert-m-lee", + "name": "Robert M. Lee", + "title": "The Industrial Control Defender", + "knownFor": "Dragos, and the analysis of the Ukraine grid attacks", + "rarity": "rare", + "impact": 83, + "technical": 90, + "defense": 95, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:33:17.341Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Robert+M.+Lee&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "influence": 85, + "nationality": "USA", + "era": "2013–present", + "domains": [ + "ICS/OT security", + "Threat intelligence", + "Incident response" + ], + "scouting": "A former US Air Force cyber warfare officer who co-authored the analysis of the 2015 Ukrainian power grid attack and the later CRASHOVERRIDE and TRISIS malware, then founded Dragos to do industrial control system defence as a specialism rather than an IT afterthought. Co-wrote the SANS ICS courses that most OT defenders come through.", + "note": "The set’s reminder that some networks fail into a physical consequence.", + "status": "locked", + "front": "/releases/v2/security/048-robert-m-lee/front.svg", + "back": "/releases/v2/security/048-robert-m-lee/back.svg", + "sources": [ + { + "label": "Robert M. Lee — Dragos", + "url": "https://www.dragos.com/leadership/robert-m-lee/" + }, + { + "label": "Analysis of the Cyber Attack on the Ukrainian Power Grid (SANS/E-ISAC, 2016)", + "url": "https://www.nerc.com/pa/CI/ESISAC/Documents/E-ISAC_SANS_Ukraine_DUC_18Mar2016.pdf" + } + ], + "series": "security", + "id": "security/048-robert-m-lee", + "edition": 2, + "artwork": "/releases/v2/security/048-robert-m-lee/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 49, + "slug": "lesley-carhart", + "name": "Lesley Carhart", + "handle": "hacks4pancakes", + "title": "The Industrial Incident Responder", + "knownFor": "OT forensics, and teaching the field how to get into the field", + "rarity": "rare", + "impact": 81, + "technical": 89, + "defense": 94, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:33:38.907Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Lesley+Carhart&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 86, + "nationality": "USA", + "era": "2010–present", + "domains": [ + "Digital forensics", + "ICS/OT security", + "Mentorship" + ], + "scouting": "Led incident response at Motorola Solutions and then at Dragos, running investigations inside live industrial networks where you cannot simply reimage the plant. Writes long-running public guidance on breaking into and surviving the profession, founded PancakesCon, and holds the SANS Lifetime Achievement Award for that work as much as the casework.", + "note": "The mentorship is the contribution. Half a conference floor learned from those posts.", + "status": "locked", + "front": "/releases/v2/security/049-lesley-carhart/front.svg", + "back": "/releases/v2/security/049-lesley-carhart/back.svg", + "sources": [ + { + "label": "Lesley Carhart", + "url": "https://en.wikipedia.org/wiki/Lesley_Carhart" + }, + { + "label": "Lesley Carhart’s blog", + "url": "https://tisiphone.net/about/" + } + ], + "series": "security", + "id": "security/049-lesley-carhart", + "edition": 2, + "artwork": "/releases/v2/security/049-lesley-carhart/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 50, + "slug": "katie-nickels", + "name": "Katie Nickels", + "title": "The ATT&CK Translator", + "knownFor": "MITRE ATT&CK threat intelligence, and making CTI actionable", + "rarity": "rare", + "impact": 82, + "technical": 84, + "defense": 94, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:33:46.727Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Katie+Nickels&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 88, + "nationality": "USA", + "era": "2015–present", + "domains": [ + "Threat intelligence", + "Detection engineering", + "ATT&CK" + ], + "scouting": "Was the threat intelligence lead for MITRE ATT&CK during the years it became the shared vocabulary defenders use to describe adversary behaviour, then went to Red Canary as director of intelligence. Teaches the SANS cyber threat intelligence course and spends most of her public work on the unglamorous question of how an intelligence report turns into a detection someone actually deploys.", + "note": "ATT&CK gave the blue team a language. This is the card for the person who taught it.", + "status": "locked", + "front": "/releases/v2/security/050-katie-nickels/front.svg", + "back": "/releases/v2/security/050-katie-nickels/back.svg", + "sources": [ + { + "label": "MITRE ATT&CK", + "url": "https://attack.mitre.org/" + }, + { + "label": "Katie Nickels — SANS Institute", + "url": "https://www.sans.org/profiles/katie-nickels/" + }, + { + "label": "Katie Nickels — Red Canary", + "url": "https://redcanary.com/authors/katie-nickels/" + } + ], + "series": "security", + "id": "security/050-katie-nickels", + "edition": 2, + "artwork": "/releases/v2/security/050-katie-nickels/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 1, + "slug": "geoffrey-hinton", + "name": "Geoffrey Hinton", + "title": "The Godfather of Deep Learning", + "knownFor": "Backpropagation, and thirty years of being right too early", + "rarity": "iconic", + "impact": 99, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:33:48.124Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Geoffrey+Hinton&limit=30", + "matches": [], + "rejectedCount": 2 + }, + "systems": 72, + "openness": 84, + "influence": 99, + "nationality": "UK / Canada", + "era": "1986–present", + "domains": [ + "Neural networks", + "Backpropagation", + "Deep learning" + ], + "scouting": "Co-authored the 1986 paper that made backpropagation practical, then spent the AI winter insisting neural networks would work while the field moved on. Was proved right in 2012 when his students won ImageNet by a margin nobody could argue with. Shared the 2018 Turing Award and the 2024 Nobel Prize in Physics, and left Google to speak freely about the risks.", + "note": "The whole field is downstream of one person refusing to change his mind.", + "status": "locked", + "front": "/releases/v2/gods/001-geoffrey-hinton/front.svg", + "back": "/releases/v2/gods/001-geoffrey-hinton/back.svg", + "sources": [ + { + "label": "Geoffrey Hinton", + "url": "https://en.wikipedia.org/wiki/Geoffrey_Hinton" + }, + { + "label": "ACM A.M. Turing Award 2018", + "url": "https://amturing.acm.org/award_winners/hinton_4791679.cfm" + } + ], + "series": "gods", + "id": "gods/001-geoffrey-hinton", + "edition": 2, + "artwork": "/releases/v2/gods/001-geoffrey-hinton/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 2, + "slug": "yann-lecun", + "name": "Yann LeCun", + "title": "Architect of the Convolutional Net", + "knownFor": "LeNet, and pushing Meta to release its models", + "rarity": "iconic", + "impact": 97, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:34:28.751Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Yann+LeCun&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "systems": 88, + "openness": 94, + "influence": 96, + "nationality": "France / USA", + "era": "1989–present", + "domains": [ + "Convolutional networks", + "Self-supervised learning", + "Open models" + ], + "scouting": "Built LeNet in the late 1980s and had convolutional networks reading cheques at industrial scale while the rest of the field doubted them. Shared the 2018 Turing Award. As Meta’s chief AI scientist he has been the loudest senior voice for releasing weights rather than gatekeeping them, which is a large part of why open-weight models exist at all.", + "note": "The open-weight ecosystem has one very stubborn advocate to thank.", + "status": "locked", + "front": "/releases/v2/gods/002-yann-lecun/front.svg", + "back": "/releases/v2/gods/002-yann-lecun/back.svg", + "sources": [ + { + "label": "Yann LeCun", + "url": "https://en.wikipedia.org/wiki/Yann_LeCun" + }, + { + "label": "Gradient-Based Learning Applied to Document Recognition (1998)", + "url": "http://yann.lecun.com/exdb/publis/pdf/lecun-98.pdf" + } + ], + "series": "gods", + "id": "gods/002-yann-lecun", + "edition": 2, + "artwork": "/releases/v2/gods/002-yann-lecun/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 3, + "slug": "yoshua-bengio", + "name": "Yoshua Bengio", + "title": "The Academic Conscience", + "knownFor": "Deep learning theory, Theano, and the turn to safety", + "rarity": "iconic", + "impact": 96, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:35:52.236Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Yoshua+Bengio&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "systems": 82, + "openness": 92, + "influence": 95, + "nationality": "Canada", + "era": "1991–present", + "domains": [ + "Deep learning", + "Representation learning", + "AI safety" + ], + "scouting": "Third of the 2018 Turing Award trio, and the one who stayed in the university. Founded MILA, whose lab produced Theano — the framework a generation of researchers learned on before TensorFlow and PyTorch existed. Co-authored the Deep Learning textbook, and now chairs international scientific reporting on AI risk.", + "note": "Kept the research public when the money was arguing for the opposite.", + "status": "locked", + "front": "/releases/v2/gods/003-yoshua-bengio/front.svg", + "back": "/releases/v2/gods/003-yoshua-bengio/back.svg", + "sources": [ + { + "label": "Yoshua Bengio", + "url": "https://en.wikipedia.org/wiki/Yoshua_Bengio" + }, + { + "label": "Mila — Quebec AI Institute", + "url": "https://mila.quebec/en" + } + ], + "series": "gods", + "id": "gods/003-yoshua-bengio", + "edition": 2, + "artwork": "/releases/v2/gods/003-yoshua-bengio/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 4, + "slug": "jurgen-schmidhuber", + "name": "Jürgen Schmidhuber", + "title": "Author of the LSTM", + "knownFor": "Long short-term memory, and insisting he did it first", + "rarity": "legendary", + "impact": 92, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:36:03.406Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=J%C3%BCrgen+Schmidhuber&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 78, + "openness": 84, + "influence": 90, + "nationality": "Germany", + "era": "1997–present", + "domains": [ + "Recurrent networks", + "LSTM", + "Meta-learning" + ], + "scouting": "With Sepp Hochreiter published long short-term memory in 1997, the architecture that made sequence learning work and which ran speech recognition and translation on a billion phones before transformers arrived. Also did early work on meta-learning, artificial curiosity and GAN-adjacent ideas, and is famous for pointing out, at length, when the field forgets its own history.", + "note": "Difficult, frequently correct, and the priority disputes are usually worth reading.", + "status": "locked", + "front": "/releases/v2/gods/004-jurgen-schmidhuber/front.svg", + "back": "/releases/v2/gods/004-jurgen-schmidhuber/back.svg", + "sources": [ + { + "label": "Jürgen Schmidhuber", + "url": "https://en.wikipedia.org/wiki/J%C3%BCrgen_Schmidhuber" + }, + { + "label": "Long Short-Term Memory (1997)", + "url": "https://www.bioinf.jku.at/publications/older/2604.pdf" + } + ], + "series": "gods", + "id": "gods/004-jurgen-schmidhuber", + "edition": 2, + "artwork": "/releases/v2/gods/004-jurgen-schmidhuber/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 5, + "slug": "rich-sutton", + "name": "Richard S. Sutton", + "title": "The Bitter Lesson", + "knownFor": "Reinforcement learning, and the essay that keeps being right", + "rarity": "iconic", + "impact": 95, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:36:19.013Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Richard+S.+Sutton&limit=30", + "matches": [], + "rejectedCount": 2 + }, + "systems": 76, + "openness": 92, + "influence": 96, + "nationality": "USA / Canada", + "era": "1988–present", + "domains": [ + "Reinforcement learning", + "Temporal-difference learning", + "AGI" + ], + "scouting": "Invented temporal-difference learning and co-wrote Reinforcement Learning: An Introduction, the textbook the whole field learned from and which is free online. His 2019 essay “The Bitter Lesson” — that general methods plus compute beat handcrafted human knowledge — has become the most-cited two pages in modern AI. Shared the 2024 Turing Award.", + "note": "Wrote the shortest, most annoying, most consistently vindicated thing in AI.", + "status": "locked", + "front": "/releases/v2/gods/005-rich-sutton/front.svg", + "back": "/releases/v2/gods/005-rich-sutton/back.svg", + "sources": [ + { + "label": "Richard S. Sutton", + "url": "https://en.wikipedia.org/wiki/Richard_S._Sutton" + }, + { + "label": "Reinforcement Learning: An Introduction", + "url": "http://incompleteideas.net/book/the-book.html" + }, + { + "label": "The Bitter Lesson (2019)", + "url": "http://www.incompleteideas.net/IncIdeas/BitterLesson.html" + } + ], + "series": "gods", + "id": "gods/005-rich-sutton", + "edition": 2, + "artwork": "/releases/v2/gods/005-rich-sutton/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 6, + "slug": "andrew-barto", + "name": "Andrew Barto", + "title": "Co-Founder of Reinforcement Learning", + "knownFor": "Actor-critic methods and the RL textbook", + "rarity": "legendary", + "impact": 90, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:36:19.715Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Andrew+Barto&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "systems": 70, + "openness": 90, + "influence": 90, + "nationality": "USA", + "era": "1983–present", + "domains": [ + "Reinforcement learning", + "Control", + "Neuroscience-inspired AI" + ], + "scouting": "With Sutton, built reinforcement learning into a coherent field from the actor-critic architecture onward, and co-wrote the textbook that defined it. His work tied machine learning back to animal learning and dopamine-driven reward prediction, which turned out to describe both. Shared the 2024 Turing Award.", + "note": "The quieter half of the pair that gave machines a reason to try things.", + "status": "locked", + "front": "/releases/v2/gods/006-andrew-barto/front.svg", + "back": "/releases/v2/gods/006-andrew-barto/back.svg", + "sources": [ + { + "label": "Andrew Barto", + "url": "https://en.wikipedia.org/wiki/Andrew_Barto" + }, + { + "label": "ACM A.M. Turing Award 2024", + "url": "https://amturing.acm.org/award_winners/barto_1013210.cfm" + } + ], + "series": "gods", + "id": "gods/006-andrew-barto", + "edition": 2, + "artwork": "/releases/v2/gods/006-andrew-barto/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 7, + "slug": "judea-pearl", + "name": "Judea Pearl", + "title": "The Causality Argument", + "knownFor": "Bayesian networks, do-calculus, and what deep learning cannot do", + "rarity": "legendary", + "impact": 91, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:36:49.474Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Judea+Pearl&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "systems": 68, + "openness": 86, + "influence": 92, + "nationality": "Israel / USA", + "era": "1988–present", + "domains": [ + "Probabilistic reasoning", + "Causal inference", + "Bayesian networks" + ], + "scouting": "Made probabilistic reasoning tractable with Bayesian networks, then built the formal machinery of causal inference — do-calculus, counterfactuals, the ladder of causation. Turing Award, 2011. Spends much of his time arguing that systems which only fit correlations are missing the thing that makes reasoning work, an argument the scaling era has not settled.", + "note": "The standing objection the field has not answered, only outrun.", + "status": "locked", + "front": "/releases/v2/gods/007-judea-pearl/front.svg", + "back": "/releases/v2/gods/007-judea-pearl/back.svg", + "sources": [ + { + "label": "Judea Pearl", + "url": "https://en.wikipedia.org/wiki/Judea_Pearl" + }, + { + "label": "ACM A.M. Turing Award 2011", + "url": "https://amturing.acm.org/award_winners/pearl_2658896.cfm" + } + ], + "series": "gods", + "id": "gods/007-judea-pearl", + "edition": 2, + "artwork": "/releases/v2/gods/007-judea-pearl/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 8, + "slug": "fei-fei-li", + "name": "Fei-Fei Li", + "title": "Creator of ImageNet", + "knownFor": "The dataset that started the deep learning era", + "rarity": "iconic", + "impact": 95, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:36:54.162Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Fei-Fei+Li&limit=30", + "matches": [], + "rejectedCount": 3 + }, + "systems": 86, + "openness": 96, + "influence": 95, + "nationality": "China / USA", + "era": "2009–present", + "domains": [ + "Computer vision", + "Datasets", + "Human-centred AI" + ], + "scouting": "Built ImageNet when the field believed better algorithms mattered more than more data, and gave it away. The 2012 competition on that dataset is the moment deep learning stopped being a minority position. Founded Stanford HAI, served as chief scientist of AI at Google Cloud, and has pushed hard on who gets a say in how this technology is built.", + "note": "Proved the data was the bottleneck, then handed the data to everyone.", + "status": "locked", + "front": "/releases/v2/gods/008-fei-fei-li/front.svg", + "back": "/releases/v2/gods/008-fei-fei-li/back.svg", + "sources": [ + { + "label": "Fei-Fei Li", + "url": "https://en.wikipedia.org/wiki/Fei-Fei_Li" + }, + { + "label": "ImageNet", + "url": "https://www.image-net.org/" + } + ], + "series": "gods", + "id": "gods/008-fei-fei-li", + "edition": 2, + "artwork": "/releases/v2/gods/008-fei-fei-li/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 9, + "slug": "ashish-vaswani", + "name": "Ashish Vaswani", + "title": "First Author on the Transformer", + "knownFor": "Attention Is All You Need", + "rarity": "iconic", + "impact": 96, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:37:00.322Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Ashish+Vaswani&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 86, + "openness": 84, + "influence": 98, + "nationality": "India / USA", + "era": "2017–present", + "domains": [ + "Transformers", + "Attention", + "Sequence modelling" + ], + "scouting": "Lead author of the 2017 paper that threw out recurrence and convolution and kept only attention. Every large language model since is a transformer, which makes those eight pages the most consequential architecture paper of the century so far. Later co-founded Adept and then Essential AI.", + "note": "One paper, and the shape of every model you have used since.", + "status": "locked", + "front": "/releases/v2/gods/009-ashish-vaswani/front.svg", + "back": "/releases/v2/gods/009-ashish-vaswani/back.svg", + "sources": [ + { + "label": "Attention Is All You Need (2017)", + "url": "https://arxiv.org/abs/1706.03762" + }, + { + "label": "Essential AI", + "url": "https://www.essential.ai/" + } + ], + "series": "gods", + "id": "gods/009-ashish-vaswani", + "edition": 2, + "artwork": "/releases/v2/gods/009-ashish-vaswani/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 10, + "slug": "noam-shazeer", + "name": "Noam Shazeer", + "title": "The Efficiency Obsessive", + "knownFor": "The Transformer, mixture-of-experts, and Character.AI", + "rarity": "legendary", + "impact": 93, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:37:08.304Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Noam+Shazeer&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 96, + "openness": 78, + "influence": 92, + "nationality": "USA", + "era": "2017–present", + "domains": [ + "Transformers", + "Mixture of experts", + "Inference efficiency" + ], + "scouting": "Transformer co-author whose fingerprints are on most of what made the architecture fast: multi-query attention, sparsely-gated mixture-of-experts, the Mesh-TensorFlow work on model parallelism, and the T5 line. Left Google to found Character.AI, then returned to lead Gemini. Widely regarded as the best engineer in the room on making big models cheap.", + "note": "Designed it, then spent a decade making it affordable to run.", + "status": "locked", + "front": "/releases/v2/gods/010-noam-shazeer/front.svg", + "back": "/releases/v2/gods/010-noam-shazeer/back.svg", + "sources": [ + { + "label": "Attention Is All You Need (2017)", + "url": "https://arxiv.org/abs/1706.03762" + }, + { + "label": "Outrageously Large Neural Networks: Sparsely-Gated Mixture-of-Experts (2017)", + "url": "https://arxiv.org/abs/1701.06538" + } + ], + "series": "gods", + "id": "gods/010-noam-shazeer", + "edition": 2, + "artwork": "/releases/v2/gods/010-noam-shazeer/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 11, + "slug": "lukasz-kaiser", + "name": "Łukasz Kaiser", + "title": "The One Who Open-Sourced It", + "knownFor": "The Transformer, Tensor2Tensor and Trax", + "rarity": "epic", + "impact": 88, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:37:14.972Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=%C5%81ukasz+Kaiser&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 90, + "openness": 94, + "influence": 88, + "nationality": "Poland / USA", + "era": "2017–present", + "domains": [ + "Transformers", + "ML frameworks", + "Reasoning models" + ], + "scouting": "Transformer co-author who also built and released Tensor2Tensor, the open library that put a working transformer implementation in everyone’s hands within weeks of the paper, and later Trax. Moved to OpenAI to work on the reasoning-model line. The gap between publishing an architecture and everyone being able to run it was largely his to close.", + "note": "The paper made it famous; the repo made it everyone’s.", + "status": "locked", + "front": "/releases/v2/gods/011-lukasz-kaiser/front.svg", + "back": "/releases/v2/gods/011-lukasz-kaiser/back.svg", + "sources": [ + { + "label": "Attention Is All You Need (2017)", + "url": "https://arxiv.org/abs/1706.03762" + }, + { + "label": "Tensor2Tensor", + "url": "https://github.com/tensorflow/tensor2tensor" + } + ], + "series": "gods", + "id": "gods/011-lukasz-kaiser", + "edition": 2, + "artwork": "/releases/v2/gods/011-lukasz-kaiser/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 12, + "slug": "aidan-gomez", + "name": "Aidan Gomez", + "title": "The Youngest Author", + "knownFor": "The Transformer, and building Cohere", + "rarity": "epic", + "impact": 85, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:37:26.495Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Aidan+Gomez&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 88, + "openness": 78, + "influence": 84, + "nationality": "Canada", + "era": "2017–present", + "domains": [ + "Transformers", + "Language models", + "Enterprise AI" + ], + "scouting": "Was an intern when he became a co-author on Attention Is All You Need. Co-founded FOR.ai and then Cohere, building large language models for enterprises, and Cohere Labs has released open-weight multilingual models including the Aya family with a strong emphasis on languages the field usually ignores.", + "note": "Went from intern on the paper to running a lab built on it.", + "status": "locked", + "front": "/releases/v2/gods/012-aidan-gomez/front.svg", + "back": "/releases/v2/gods/012-aidan-gomez/back.svg", + "sources": [ + { + "label": "Attention Is All You Need (2017)", + "url": "https://arxiv.org/abs/1706.03762" + }, + { + "label": "Cohere Labs", + "url": "https://cohere.com/research" + } + ], + "series": "gods", + "id": "gods/012-aidan-gomez", + "edition": 2, + "artwork": "/releases/v2/gods/012-aidan-gomez/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 13, + "slug": "alex-krizhevsky", + "name": "Alex Krizhevsky", + "title": "Author of AlexNet", + "knownFor": "The 2012 result that ended the argument", + "rarity": "legendary", + "impact": 93, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:37:26.692Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Alex+Krizhevsky&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 94, + "openness": 88, + "influence": 95, + "nationality": "Ukraine / Canada", + "era": "2012–present", + "domains": [ + "Convolutional networks", + "GPU training", + "Computer vision" + ], + "scouting": "Wrote the CUDA code that trained AlexNet on two consumer GPUs and won ImageNet 2012 by a margin so large it settled the question of whether deep learning worked. Released cuda-convnet so others could reproduce it. Also assembled CIFAR-10 and CIFAR-100, which remain the default first datasets for anyone learning the field.", + "note": "Hand-wrote the kernels that started the modern era, then went quiet.", + "status": "locked", + "front": "/releases/v2/gods/013-alex-krizhevsky/front.svg", + "back": "/releases/v2/gods/013-alex-krizhevsky/back.svg", + "sources": [ + { + "label": "Alex Krizhevsky", + "url": "https://en.wikipedia.org/wiki/Alex_Krizhevsky" + }, + { + "label": "ImageNet Classification with Deep CNNs (2012)", + "url": "https://proceedings.neurips.cc/paper/2012/file/c399862d3b9d6b76c8436e924a68c45b-Paper.pdf" + } + ], + "series": "gods", + "id": "gods/013-alex-krizhevsky", + "edition": 2, + "artwork": "/releases/v2/gods/013-alex-krizhevsky/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 14, + "slug": "ilya-sutskever", + "name": "Ilya Sutskever", + "title": "The Scaling Believer", + "knownFor": "AlexNet, seq2seq, and the GPT line", + "rarity": "iconic", + "impact": 96, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:37:34.204Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Ilya+Sutskever&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 92, + "openness": 70, + "influence": 96, + "nationality": "Russia / Israel / Canada", + "era": "2012–present", + "domains": [ + "Deep learning", + "Language models", + "Alignment" + ], + "scouting": "Co-author of AlexNet, then of sequence-to-sequence learning, then co-founder and chief scientist of OpenAI through the GPT series. The through-line of his career is a conviction that scale plus the right objective gets you most of the way, held earlier and harder than almost anyone. Left in 2024 to found Safe Superintelligence.", + "note": "Bet on scale before it was obvious, three separate times.", + "status": "locked", + "front": "/releases/v2/gods/014-ilya-sutskever/front.svg", + "back": "/releases/v2/gods/014-ilya-sutskever/back.svg", + "sources": [ + { + "label": "Ilya Sutskever", + "url": "https://en.wikipedia.org/wiki/Ilya_Sutskever" + }, + { + "label": "Sequence to Sequence Learning with Neural Networks (2014)", + "url": "https://arxiv.org/abs/1409.3215" + } + ], + "series": "gods", + "id": "gods/014-ilya-sutskever", + "edition": 2, + "artwork": "/releases/v2/gods/014-ilya-sutskever/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 15, + "slug": "ian-goodfellow", + "name": "Ian Goodfellow", + "title": "Inventor of the GAN", + "knownFor": "Generative adversarial networks", + "rarity": "legendary", + "impact": 90, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:37:41.412Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Ian+Goodfellow&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 84, + "openness": 88, + "influence": 90, + "nationality": "USA", + "era": "2014–present", + "domains": [ + "Generative models", + "Adversarial examples", + "Deep learning" + ], + "scouting": "Proposed generative adversarial networks in 2014 — two networks trained against each other — and gave image generation its first decade. Co-wrote the Deep Learning textbook with Bengio and Courville, which is free to read online, and did foundational work on adversarial examples that became its own subfield.", + "note": "Two networks arguing, and suddenly machines could imagine.", + "status": "locked", + "front": "/releases/v2/gods/015-ian-goodfellow/front.svg", + "back": "/releases/v2/gods/015-ian-goodfellow/back.svg", + "sources": [ + { + "label": "Ian Goodfellow", + "url": "https://en.wikipedia.org/wiki/Ian_Goodfellow" + }, + { + "label": "Generative Adversarial Networks (2014)", + "url": "https://arxiv.org/abs/1406.2661" + } + ], + "series": "gods", + "id": "gods/015-ian-goodfellow", + "edition": 2, + "artwork": "/releases/v2/gods/015-ian-goodfellow/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 16, + "slug": "tri-dao", + "name": "Tri Dao", + "title": "Author of FlashAttention", + "knownFor": "Making attention fit in memory, and co-creating Mamba", + "rarity": "legendary", + "impact": 89, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:38:10.548Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Tri+Dao&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "systems": 97, + "openness": 96, + "influence": 88, + "nationality": "Vietnam / USA", + "era": "2022–present", + "domains": [ + "Efficient attention", + "State space models", + "GPU kernels" + ], + "scouting": "Wrote FlashAttention, an IO-aware exact attention kernel that cut memory use enough to make long contexts practical, and released it openly — it is now in essentially every training stack in the world. Co-created the Mamba state space architecture with Albert Gu, also open. Chief scientist at Together AI and a Princeton professor.", + "note": "If your context window is long, it is partly because of his CUDA.", + "status": "locked", + "front": "/releases/v2/gods/016-tri-dao/front.svg", + "back": "/releases/v2/gods/016-tri-dao/back.svg", + "sources": [ + { + "label": "FlashAttention (2022)", + "url": "https://arxiv.org/abs/2205.14135" + }, + { + "label": "flash-attention on GitHub", + "url": "https://github.com/Dao-AILab/flash-attention" + } + ], + "series": "gods", + "id": "gods/016-tri-dao", + "edition": 2, + "artwork": "/releases/v2/gods/016-tri-dao/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 17, + "slug": "albert-gu", + "name": "Albert Gu", + "title": "The State Space Alternative", + "knownFor": "S4 and Mamba, the credible challenge to attention", + "rarity": "epic", + "impact": 85, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:38:16.008Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Albert+Gu&limit=30", + "matches": [], + "rejectedCount": 3 + }, + "systems": 88, + "openness": 94, + "influence": 84, + "nationality": "USA", + "era": "2021–present", + "domains": [ + "State space models", + "Long sequences", + "Architecture research" + ], + "scouting": "Developed structured state space models — S4 and its successors — showing that sequence modelling with linear-time scaling could compete with quadratic attention on long inputs. Co-created Mamba with Tri Dao and released it openly. The most serious architectural alternative to the transformer to come out of the last decade.", + "note": "The only person with a real answer to \"what comes after attention\".", + "status": "locked", + "front": "/releases/v2/gods/017-albert-gu/front.svg", + "back": "/releases/v2/gods/017-albert-gu/back.svg", + "sources": [ + { + "label": "Efficiently Modeling Long Sequences with Structured State Spaces (2021)", + "url": "https://arxiv.org/abs/2111.00396" + }, + { + "label": "Mamba (2023)", + "url": "https://arxiv.org/abs/2312.00752" + } + ], + "series": "gods", + "id": "gods/017-albert-gu", + "edition": 2, + "artwork": "/releases/v2/gods/017-albert-gu/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 18, + "slug": "alec-radford", + "name": "Alec Radford", + "title": "The Quiet Architect of GPT", + "knownFor": "GPT, CLIP and Whisper", + "rarity": "legendary", + "impact": 93, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:38:21.839Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Alec+Radford&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 90, + "openness": 82, + "influence": 93, + "nationality": "USA", + "era": "2015–present", + "domains": [ + "Language models", + "Multimodal models", + "Speech" + ], + "scouting": "First author on the original GPT paper, on GPT-2, on CLIP and on Whisper — an unusual concentration of foundational work in one person. DCGAN before that. Whisper was released openly with weights and remains the default speech recognition model for anyone who does not want to send audio to an API.", + "note": "Four papers, four subfields. Almost no public profile.", + "status": "locked", + "front": "/releases/v2/gods/018-alec-radford/front.svg", + "back": "/releases/v2/gods/018-alec-radford/back.svg", + "sources": [ + { + "label": "Improving Language Understanding by Generative Pre-Training (2018)", + "url": "https://cdn.openai.com/research-covers/language-unsupervised/language_understanding_paper.pdf" + }, + { + "label": "Whisper on GitHub", + "url": "https://github.com/openai/whisper" + } + ], + "series": "gods", + "id": "gods/018-alec-radford", + "edition": 2, + "artwork": "/releases/v2/gods/018-alec-radford/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 19, + "slug": "david-silver", + "name": "David Silver", + "title": "Architect of AlphaGo", + "knownFor": "AlphaGo, AlphaZero and learning without human data", + "rarity": "legendary", + "impact": 92, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:38:21.857Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=David+Silver&limit=30", + "matches": [], + "rejectedCount": 14 + }, + "systems": 92, + "openness": 74, + "influence": 92, + "nationality": "UK", + "era": "2016–present", + "domains": [ + "Reinforcement learning", + "Search", + "Self-play" + ], + "scouting": "Led the AlphaGo work that beat Lee Sedol in 2016, a result the field had expected to be a decade away, then AlphaZero — which threw away the human games entirely and taught itself Go, chess and shogi from the rules. His RL lecture series, free on YouTube, taught the subject to a generation.", + "note": "Showed that removing the human data made it stronger, not weaker.", + "status": "locked", + "front": "/releases/v2/gods/019-david-silver/front.svg", + "back": "/releases/v2/gods/019-david-silver/back.svg", + "sources": [ + { + "label": "David Silver", + "url": "https://en.wikipedia.org/wiki/David_Silver_(computer_scientist)" + }, + { + "label": "Mastering the game of Go without human knowledge (2017)", + "url": "https://www.nature.com/articles/nature24270" + } + ], + "series": "gods", + "id": "gods/019-david-silver", + "edition": 2, + "artwork": "/releases/v2/gods/019-david-silver/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 20, + "slug": "oriol-vinyals", + "name": "Oriol Vinyals", + "title": "From Seq2Seq to Gemini", + "knownFor": "Sequence-to-sequence, AlphaStar, and leading Gemini", + "rarity": "epic", + "impact": 89, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:38:24.228Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Oriol+Vinyals&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 92, + "openness": 74, + "influence": 89, + "nationality": "Spain / UK", + "era": "2014–present", + "domains": [ + "Sequence models", + "Multi-agent RL", + "Large models" + ], + "scouting": "Co-authored sequence-to-sequence learning and Pointer Networks, led AlphaStar to grandmaster level at StarCraft II — a far messier problem than board games — and is now a lead on Gemini. One of the few researchers whose career spans the pre-transformer, game-playing and frontier-model eras at the top of each.", + "note": "Has been at the front of three different eras of the field.", + "status": "locked", + "front": "/releases/v2/gods/020-oriol-vinyals/front.svg", + "back": "/releases/v2/gods/020-oriol-vinyals/back.svg", + "sources": [ + { + "label": "Oriol Vinyals", + "url": "https://en.wikipedia.org/wiki/Oriol_Vinyals" + }, + { + "label": "Grandmaster level in StarCraft II (2019)", + "url": "https://www.nature.com/articles/s41586-019-1724-z" + } + ], + "series": "gods", + "id": "gods/020-oriol-vinyals", + "edition": 2, + "artwork": "/releases/v2/gods/020-oriol-vinyals/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 21, + "slug": "john-jumper", + "name": "John Jumper", + "title": "Architect of AlphaFold", + "knownFor": "Solving protein structure prediction, and releasing it", + "rarity": "iconic", + "impact": 95, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:38:27.587Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=John+Jumper&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 93, + "openness": 95, + "influence": 94, + "nationality": "USA", + "era": "2020–present", + "domains": [ + "Structural biology", + "Deep learning", + "Open science" + ], + "scouting": "Led AlphaFold 2, which solved a fifty-year-old grand challenge in biology to experimental accuracy. DeepMind then released the code and predicted structures for essentially every known protein, free, which is the part biologists actually talk about. Shared the 2024 Nobel Prize in Chemistry.", + "note": "The strongest argument in the set that AI can just make a field better.", + "status": "locked", + "front": "/releases/v2/gods/021-john-jumper/front.svg", + "back": "/releases/v2/gods/021-john-jumper/back.svg", + "sources": [ + { + "label": "John Jumper", + "url": "https://en.wikipedia.org/wiki/John_Jumper" + }, + { + "label": "Highly accurate protein structure prediction with AlphaFold (2021)", + "url": "https://www.nature.com/articles/s41586-021-03819-2" + } + ], + "series": "gods", + "id": "gods/021-john-jumper", + "edition": 2, + "artwork": "/releases/v2/gods/021-john-jumper/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 22, + "slug": "shane-legg", + "name": "Shane Legg", + "title": "The One Who Said AGI", + "knownFor": "Co-founding DeepMind and defining machine intelligence", + "rarity": "epic", + "impact": 88, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:38:37.463Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Shane+Legg&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 80, + "openness": 72, + "influence": 90, + "nationality": "New Zealand / UK", + "era": "2010–present", + "domains": [ + "AGI", + "Machine intelligence theory", + "Safety" + ], + "scouting": "Co-founded DeepMind with Hassabis and Suleyman and is chief AGI scientist there. His doctoral work with Marcus Hutter produced a formal definition of machine intelligence, and he popularised the term AGI at a point when saying it out loud was a career risk. Has publicly held a rough timeline for human-level AI since 2011.", + "note": "Was using the word AGI in public when it still got you laughed at.", + "status": "locked", + "front": "/releases/v2/gods/022-shane-legg/front.svg", + "back": "/releases/v2/gods/022-shane-legg/back.svg", + "sources": [ + { + "label": "Shane Legg", + "url": "https://en.wikipedia.org/wiki/Shane_Legg" + }, + { + "label": "Universal Intelligence: A Definition of Machine Intelligence (2007)", + "url": "https://arxiv.org/abs/0712.3329" + } + ], + "series": "gods", + "id": "gods/022-shane-legg", + "edition": 2, + "artwork": "/releases/v2/gods/022-shane-legg/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 23, + "slug": "demis-hassabis", + "name": "Demis Hassabis", + "title": "Founder of DeepMind", + "knownFor": "AlphaGo, AlphaFold, and a Nobel Prize", + "rarity": "iconic", + "impact": 96, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:38:40.166Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Demis+Hassabis&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 94, + "openness": 78, + "influence": 96, + "nationality": "UK", + "era": "2010–present", + "domains": [ + "Reinforcement learning", + "Scientific AI", + "Neuroscience" + ], + "scouting": "Chess prodigy, then games developer, then neuroscientist, then founder of DeepMind — the lab that produced DQN, AlphaGo, AlphaZero and AlphaFold. Shared the 2024 Nobel Prize in Chemistry for the last of those. Has been consistent for two decades that the point of building intelligence is to use it on science.", + "note": "The rare lab founder who kept doing the research himself.", + "status": "locked", + "front": "/releases/v2/gods/023-demis-hassabis/front.svg", + "back": "/releases/v2/gods/023-demis-hassabis/back.svg", + "sources": [ + { + "label": "Demis Hassabis", + "url": "https://en.wikipedia.org/wiki/Demis_Hassabis" + }, + { + "label": "Nobel Prize in Chemistry 2024", + "url": "https://www.nobelprize.org/prizes/chemistry/2024/summary/" + } + ], + "series": "gods", + "id": "gods/023-demis-hassabis", + "edition": 2, + "artwork": "/releases/v2/gods/023-demis-hassabis/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 24, + "slug": "pieter-abbeel", + "name": "Pieter Abbeel", + "title": "Robots That Learn", + "knownFor": "Deep reinforcement learning for real machines", + "rarity": "epic", + "impact": 85, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:38:50.340Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Pieter+Abbeel&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "systems": 88, + "openness": 90, + "influence": 86, + "nationality": "Belgium / USA", + "era": "2010–present", + "domains": [ + "Robotics", + "Reinforcement learning", + "Imitation learning" + ], + "scouting": "Berkeley professor who moved deep RL out of simulators and onto physical robots, with apprenticeship learning, domain randomisation and the BAIR lab’s long run of open releases. Co-founded Covariant, and his Deep RL Bootcamp and course materials are freely available and are how a lot of people learned the subject.", + "note": "The bridge between a policy that works in sim and an arm that works.", + "status": "locked", + "front": "/releases/v2/gods/024-pieter-abbeel/front.svg", + "back": "/releases/v2/gods/024-pieter-abbeel/back.svg", + "sources": [ + { + "label": "Pieter Abbeel", + "url": "https://en.wikipedia.org/wiki/Pieter_Abbeel" + }, + { + "label": "Berkeley Artificial Intelligence Research", + "url": "https://bair.berkeley.edu/" + } + ], + "series": "gods", + "id": "gods/024-pieter-abbeel", + "edition": 2, + "artwork": "/releases/v2/gods/024-pieter-abbeel/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 25, + "slug": "andrej-karpathy", + "name": "Andrej Karpathy", + "title": "The Great Explainer", + "knownFor": "nanoGPT, micrograd, llm.c, and teaching the whole internet", + "rarity": "iconic", + "impact": 92, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:38:50.418Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Andrej+Karpathy&limit=30", + "matches": [], + "rejectedCount": 2 + }, + "systems": 94, + "openness": 99, + "influence": 95, + "nationality": "Slovakia / Canada / USA", + "era": "2015–present", + "domains": [ + "Neural networks", + "Teaching", + "Open source" + ], + "scouting": "Founding member of OpenAI, then director of AI at Tesla, but the reason he is on this card is the teaching: char-rnn, CS231n, micrograd, nanoGPT, llm.c and the Zero to Hero series, all free, all readable. He has probably taught more working engineers how a transformer actually works than every university course combined.", + "note": "The openness score is not a typo. Nobody else in this set is close.", + "status": "locked", + "front": "/releases/v2/gods/025-andrej-karpathy/front.svg", + "back": "/releases/v2/gods/025-andrej-karpathy/back.svg", + "sources": [ + { + "label": "Andrej Karpathy", + "url": "https://en.wikipedia.org/wiki/Andrej_Karpathy" + }, + { + "label": "nanoGPT", + "url": "https://github.com/karpathy/nanoGPT" + }, + { + "label": "Neural Networks: Zero to Hero", + "url": "https://karpathy.ai/zero-to-hero.html" + } + ], + "series": "gods", + "id": "gods/025-andrej-karpathy", + "edition": 2, + "artwork": "/releases/v2/gods/025-andrej-karpathy/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 26, + "slug": "jeff-dean", + "name": "Jeff Dean", + "title": "The Infrastructure", + "knownFor": "MapReduce, TensorFlow, TPUs and Google Brain", + "rarity": "iconic", + "impact": 95, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:38:52.616Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Jeff+Dean&limit=30", + "matches": [], + "rejectedCount": 5 + }, + "systems": 99, + "openness": 88, + "influence": 96, + "nationality": "USA", + "era": "2011–present", + "domains": [ + "Distributed systems", + "ML infrastructure", + "Model training" + ], + "scouting": "Built much of the distributed systems layer modern computing runs on — MapReduce, BigTable, Spanner — then co-founded Google Brain and drove DistBelief, TensorFlow and the TPU programme. TensorFlow being released openly in 2015 is a large part of why the deep learning boom was not confined to a handful of labs.", + "note": "Open-sourcing TensorFlow did more for the field than most research.", + "status": "locked", + "front": "/releases/v2/gods/026-jeff-dean/front.svg", + "back": "/releases/v2/gods/026-jeff-dean/back.svg", + "sources": [ + { + "label": "Jeff Dean", + "url": "https://en.wikipedia.org/wiki/Jeff_Dean" + }, + { + "label": "TensorFlow", + "url": "https://github.com/tensorflow/tensorflow" + } + ], + "series": "gods", + "id": "gods/026-jeff-dean", + "edition": 2, + "artwork": "/releases/v2/gods/026-jeff-dean/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 27, + "slug": "rajat-monga", + "name": "Rajat Monga", + "title": "The TensorFlow Lead", + "knownFor": "Turning DistBelief into something the public could use", + "rarity": "rare", + "impact": 82, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:38:53.776Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Rajat+Monga&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 95, + "openness": 94, + "influence": 84, + "nationality": "India / USA", + "era": "2015–present", + "domains": [ + "ML frameworks", + "Distributed training", + "Open source" + ], + "scouting": "Led TensorFlow engineering at Google, taking the internal DistBelief system and shipping it as an open-source framework with a public API, documentation and a community. For several years TensorFlow was simply how machine learning was done outside a handful of labs, and that was an engineering and release-management achievement as much as a research one.", + "note": "Somebody has to make the internal thing safe to hand to strangers.", + "status": "locked", + "front": "/releases/v2/gods/027-rajat-monga/front.svg", + "back": "/releases/v2/gods/027-rajat-monga/back.svg", + "sources": [ + { + "label": "TensorFlow: A system for large-scale machine learning (2016)", + "url": "https://www.usenix.org/system/files/conference/osdi16/osdi16-abadi.pdf" + }, + { + "label": "TensorFlow", + "url": "https://www.tensorflow.org/" + } + ], + "series": "gods", + "id": "gods/027-rajat-monga", + "edition": 2, + "artwork": "/releases/v2/gods/027-rajat-monga/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 28, + "slug": "soumith-chintala", + "name": "Soumith Chintala", + "title": "The Face of PyTorch", + "knownFor": "The framework the research world actually switched to", + "rarity": "legendary", + "impact": 91, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:38:55.056Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Soumith+Chintala&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 96, + "openness": 98, + "influence": 93, + "nationality": "India / USA", + "era": "2016–present", + "domains": [ + "ML frameworks", + "Open source", + "Community" + ], + "scouting": "Co-created and led PyTorch, which won the research community by being straightforwardly pleasant to debug when the alternative was not. Ran it as a genuinely open project with an unusually visible maintainer, shepherded it into the Linux Foundation, and co-authored DCGAN along the way. Almost every model in this set was trained in his framework.", + "note": "Won by making the thing nice to use, which nobody else tried.", + "status": "locked", + "front": "/releases/v2/gods/028-soumith-chintala/front.svg", + "back": "/releases/v2/gods/028-soumith-chintala/back.svg", + "sources": [ + { + "label": "PyTorch", + "url": "https://github.com/pytorch/pytorch" + }, + { + "label": "PyTorch: An Imperative Style, High-Performance Deep Learning Library (2019)", + "url": "https://arxiv.org/abs/1912.01703" + } + ], + "series": "gods", + "id": "gods/028-soumith-chintala", + "edition": 2, + "artwork": "/releases/v2/gods/028-soumith-chintala/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 29, + "slug": "adam-paszke", + "name": "Adam Paszke", + "title": "PyTorch and JAX", + "knownFor": "Writing the autograd everyone uses", + "rarity": "epic", + "impact": 86, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:38:58.297Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Adam+Paszke&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 96, + "openness": 96, + "influence": 86, + "nationality": "Poland", + "era": "2016–present", + "domains": [ + "Automatic differentiation", + "Compilers", + "ML frameworks" + ], + "scouting": "Wrote the original PyTorch autograd engine as a student and is first author on the PyTorch paper, then moved to Google and became a core author of JAX. Two of the three frameworks serious research runs on have his design decisions inside them, which is an unusual thing to be able to say.", + "note": "The differentiation engine under two ecosystems at once.", + "status": "locked", + "front": "/releases/v2/gods/029-adam-paszke/front.svg", + "back": "/releases/v2/gods/029-adam-paszke/back.svg", + "sources": [ + { + "label": "PyTorch: An Imperative Style, High-Performance Deep Learning Library (2019)", + "url": "https://arxiv.org/abs/1912.01703" + }, + { + "label": "JAX", + "url": "https://github.com/jax-ml/jax" + } + ], + "series": "gods", + "id": "gods/029-adam-paszke", + "edition": 2, + "artwork": "/releases/v2/gods/029-adam-paszke/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 30, + "slug": "tianqi-chen", + "name": "Tianqi Chen", + "title": "The Serial Framework Author", + "knownFor": "XGBoost, MXNet, TVM and MLC", + "rarity": "legendary", + "impact": 89, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:39:11.561Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Tianqi+Chen&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 97, + "openness": 98, + "influence": 89, + "nationality": "China / USA", + "era": "2014–present", + "domains": [ + "Gradient boosting", + "ML compilers", + "On-device inference" + ], + "scouting": "Wrote XGBoost, which won a remarkable share of Kaggle competitions and is still the default for tabular data. Then co-created MXNet, then Apache TVM for compiling models to any hardware, then MLC-LLM for running models on phones and browsers. Every one of them open, and each solved a bottleneck the field was about to hit.", + "note": "Four separate pieces of infrastructure, all still in use, all given away.", + "status": "locked", + "front": "/releases/v2/gods/030-tianqi-chen/front.svg", + "back": "/releases/v2/gods/030-tianqi-chen/back.svg", + "sources": [ + { + "label": "XGBoost", + "url": "https://github.com/dmlc/xgboost" + }, + { + "label": "Apache TVM", + "url": "https://tvm.apache.org/" + } + ], + "series": "gods", + "id": "gods/030-tianqi-chen", + "edition": 2, + "artwork": "/releases/v2/gods/030-tianqi-chen/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 31, + "slug": "yangqing-jia", + "name": "Yangqing Jia", + "title": "Author of Caffe", + "knownFor": "The first framework deep learning had", + "rarity": "epic", + "impact": 85, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:39:14.680Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Yangqing+Jia&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 94, + "openness": 94, + "influence": 87, + "nationality": "China / USA", + "era": "2013–present", + "domains": [ + "ML frameworks", + "Model interchange", + "Inference" + ], + "scouting": "Wrote Caffe as a Berkeley PhD student and released it, giving computer vision its first widely usable deep learning framework at exactly the moment the field needed one. Later built Caffe2 at Facebook, co-created ONNX so models could move between frameworks, and led large-scale AI infrastructure at Alibaba before founding Lepton AI.", + "note": "Before PyTorch and TensorFlow there was one option, and he wrote it.", + "status": "locked", + "front": "/releases/v2/gods/031-yangqing-jia/front.svg", + "back": "/releases/v2/gods/031-yangqing-jia/back.svg", + "sources": [ + { + "label": "Caffe: Convolutional Architecture for Fast Feature Embedding (2014)", + "url": "https://arxiv.org/abs/1408.5093" + }, + { + "label": "ONNX", + "url": "https://onnx.ai/" + } + ], + "series": "gods", + "id": "gods/031-yangqing-jia", + "edition": 2, + "artwork": "/releases/v2/gods/031-yangqing-jia/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 32, + "slug": "francois-chollet", + "name": "François Chollet", + "title": "Author of Keras", + "knownFor": "The API that made neural networks approachable, and ARC", + "rarity": "legendary", + "impact": 89, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:39:15.436Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Fran%C3%A7ois+Chollet&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 92, + "openness": 97, + "influence": 91, + "nationality": "France / USA", + "era": "2015–present", + "domains": [ + "ML frameworks", + "API design", + "Abstraction and reasoning" + ], + "scouting": "Wrote Keras, whose entire premise was that building a neural network should not require a PhD in the framework, and it became the on-ramp for an enormous number of practitioners. Also created the ARC benchmark and its prize, a deliberate test of fluid reasoning that current models still find hard — a useful corrective to benchmark saturation.", + "note": "Made it easy, then built the benchmark arguing easy is not the same as smart.", + "status": "locked", + "front": "/releases/v2/gods/032-francois-chollet/front.svg", + "back": "/releases/v2/gods/032-francois-chollet/back.svg", + "sources": [ + { + "label": "François Chollet", + "url": "https://en.wikipedia.org/wiki/Fran%C3%A7ois_Chollet" + }, + { + "label": "Keras", + "url": "https://github.com/keras-team/keras" + }, + { + "label": "On the Measure of Intelligence / ARC (2019)", + "url": "https://arxiv.org/abs/1911.01547" + } + ], + "series": "gods", + "id": "gods/032-francois-chollet", + "edition": 2, + "artwork": "/releases/v2/gods/032-francois-chollet/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 33, + "slug": "thomas-wolf", + "name": "Thomas Wolf", + "title": "The Transformers Library", + "knownFor": "Making every published model a one-line import", + "rarity": "legendary", + "impact": 90, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:39:19.837Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Thomas+Wolf&limit=30", + "matches": [], + "rejectedCount": 10 + }, + "systems": 94, + "openness": 99, + "influence": 92, + "nationality": "France", + "era": "2018–present", + "domains": [ + "Open models", + "Libraries", + "Community" + ], + "scouting": "Co-founder and chief scientist of Hugging Face, and the driving force behind the transformers library, which turned \"reproduce this paper\" from a week of work into an import statement. Led the BigScience collaboration that produced BLOOM, one of the first genuinely open large multilingual models, built by a thousand researchers in the open.", + "note": "Compressed the distance between a paper and a working model to nothing.", + "status": "locked", + "front": "/releases/v2/gods/033-thomas-wolf/front.svg", + "back": "/releases/v2/gods/033-thomas-wolf/back.svg", + "sources": [ + { + "label": "Transformers: State-of-the-Art Natural Language Processing (2020)", + "url": "https://aclanthology.org/2020.emnlp-demos.6/" + }, + { + "label": "huggingface/transformers", + "url": "https://github.com/huggingface/transformers" + } + ], + "series": "gods", + "id": "gods/033-thomas-wolf", + "edition": 2, + "artwork": "/releases/v2/gods/033-thomas-wolf/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 34, + "slug": "clement-delangue", + "name": "Clément Delangue", + "title": "The Hub", + "knownFor": "Building the place open models live", + "rarity": "epic", + "impact": 87, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:39:20.799Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Cl%C3%A9ment+Delangue&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 90, + "openness": 98, + "influence": 92, + "nationality": "France / USA", + "era": "2016–present", + "domains": [ + "Open models", + "Platforms", + "Community" + ], + "scouting": "Co-founded Hugging Face and turned it from a chatbot app into the default distribution point for open models, datasets and demos. Whatever you think of the company, the Hub is the reason an open-weight release can reach everyone the day it lands, and the reason a small lab can ship a model at all.", + "note": "Not a researcher. Built the infrastructure open research needed to matter.", + "status": "locked", + "front": "/releases/v2/gods/034-clement-delangue/front.svg", + "back": "/releases/v2/gods/034-clement-delangue/back.svg", + "sources": [ + { + "label": "Hugging Face", + "url": "https://en.wikipedia.org/wiki/Hugging_Face" + }, + { + "label": "The Hugging Face Hub", + "url": "https://huggingface.co/models" + } + ], + "series": "gods", + "id": "gods/034-clement-delangue", + "edition": 2, + "artwork": "/releases/v2/gods/034-clement-delangue/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 35, + "slug": "georgi-gerganov", + "name": "Georgi Gerganov", + "title": "Author of llama.cpp", + "knownFor": "Putting large models on ordinary hardware", + "rarity": "iconic", + "impact": 91, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:39:22.087Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Georgi+Gerganov&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 98, + "openness": 99, + "influence": 93, + "nationality": "Bulgaria", + "era": "2022–present", + "domains": [ + "Inference", + "Quantisation", + "Local models" + ], + "scouting": "Wrote ggml, whisper.cpp and llama.cpp — dependency-free C implementations that run large models on laptops, phones and Raspberry Pis. The GGUF format and its quantisation schemes are how most people actually run a model locally. Arguably did more for practical access to open models than any lab release.", + "note": "One person, plain C, and suddenly the models ran on your own machine.", + "status": "locked", + "front": "/releases/v2/gods/035-georgi-gerganov/front.svg", + "back": "/releases/v2/gods/035-georgi-gerganov/back.svg", + "sources": [ + { + "label": "llama.cpp", + "url": "https://github.com/ggml-org/llama.cpp" + }, + { + "label": "whisper.cpp", + "url": "https://github.com/ggml-org/whisper.cpp" + } + ], + "series": "gods", + "id": "gods/035-georgi-gerganov", + "edition": 2, + "artwork": "/releases/v2/gods/035-georgi-gerganov/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 36, + "slug": "tim-dettmers", + "name": "Tim Dettmers", + "title": "The Quantisation Guy", + "knownFor": "bitsandbytes and QLoRA", + "rarity": "epic", + "impact": 86, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:39:28.108Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Tim+Dettmers&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 94, + "openness": 97, + "influence": 87, + "nationality": "Germany / USA", + "era": "2021–present", + "domains": [ + "Quantisation", + "Efficient fine-tuning", + "Accessible training" + ], + "scouting": "Worked out how to run and fine-tune large models in 8-bit and then 4-bit without wrecking them, shipped it as bitsandbytes, and followed with QLoRA — which put fine-tuning a 65B model on a single consumer GPU. His hardware guides are the reference for anyone deciding what to buy.", + "note": "Turned \"you need a datacentre\" into \"you need one good GPU\".", + "status": "locked", + "front": "/releases/v2/gods/036-tim-dettmers/front.svg", + "back": "/releases/v2/gods/036-tim-dettmers/back.svg", + "sources": [ + { + "label": "QLoRA: Efficient Finetuning of Quantized LLMs (2023)", + "url": "https://arxiv.org/abs/2305.14314" + }, + { + "label": "bitsandbytes", + "url": "https://github.com/bitsandbytes-foundation/bitsandbytes" + } + ], + "series": "gods", + "id": "gods/036-tim-dettmers", + "edition": 2, + "artwork": "/releases/v2/gods/036-tim-dettmers/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 37, + "slug": "jeremy-howard", + "name": "Jeremy Howard", + "title": "Teacher and Agitator", + "knownFor": "fast.ai, ULMFiT, and arguing for open models in public", + "rarity": "legendary", + "impact": 88, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:39:30.713Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Jeremy+Howard&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "systems": 90, + "openness": 99, + "influence": 90, + "nationality": "Australia", + "era": "2016–present", + "domains": [ + "Transfer learning", + "Education", + "Open model policy" + ], + "scouting": "Co-authored ULMFiT, which brought transfer learning to NLP before the GPT line, and founded fast.ai, whose free courses and library have trained an enormous number of practitioners on the premise that you do not need a PhD to do this. Has been one of the most persistent public voices against regulating open-weight models out of existence.", + "note": "Teaches for free and then goes and argues with legislators about it.", + "status": "locked", + "front": "/releases/v2/gods/037-jeremy-howard/front.svg", + "back": "/releases/v2/gods/037-jeremy-howard/back.svg", + "sources": [ + { + "label": "Jeremy Howard", + "url": "https://en.wikipedia.org/wiki/Jeremy_Howard_(entrepreneur)" + }, + { + "label": "Universal Language Model Fine-tuning (2018)", + "url": "https://arxiv.org/abs/1801.06146" + }, + { + "label": "fast.ai", + "url": "https://www.fast.ai/" + } + ], + "series": "gods", + "id": "gods/037-jeremy-howard", + "edition": 2, + "artwork": "/releases/v2/gods/037-jeremy-howard/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 38, + "slug": "stella-biderman", + "name": "Stella Biderman", + "title": "Open Models, Open Data", + "knownFor": "EleutherAI, GPT-NeoX and Pythia", + "rarity": "legendary", + "impact": 87, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:39:32.677Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Stella+Biderman&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 90, + "openness": 99, + "influence": 88, + "nationality": "USA", + "era": "2020–present", + "domains": [ + "Open language models", + "Training data", + "Reproducibility" + ], + "scouting": "Executive director of EleutherAI, the volunteer collective that trained and released GPT-Neo, GPT-J and GPT-NeoX when nothing comparable was public, and built the Pile. Led Pythia, a suite of models released with every training checkpoint and the data order — which made a whole class of interpretability and memorisation research possible for the first time.", + "note": "Released the checkpoints, not just the model. That is the contribution.", + "status": "locked", + "front": "/releases/v2/gods/038-stella-biderman/front.svg", + "back": "/releases/v2/gods/038-stella-biderman/back.svg", + "sources": [ + { + "label": "Pythia: A Suite for Analyzing Large Language Models (2023)", + "url": "https://arxiv.org/abs/2304.01373" + }, + { + "label": "EleutherAI", + "url": "https://www.eleuther.ai/" + } + ], + "series": "gods", + "id": "gods/038-stella-biderman", + "edition": 2, + "artwork": "/releases/v2/gods/038-stella-biderman/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 39, + "slug": "justine-tunney", + "name": "Justine Tunney", + "title": "One File, Runs Anywhere", + "knownFor": "llamafile and Cosmopolitan Libc", + "rarity": "epic", + "impact": 84, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:39:33.826Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Justine+Tunney&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 99, + "openness": 98, + "influence": 84, + "nationality": "USA", + "era": "2020–present", + "domains": [ + "Systems programming", + "Portable binaries", + "Local inference" + ], + "scouting": "Wrote Cosmopolitan Libc, which produces a single binary that runs natively on Linux, macOS, Windows and BSD, then used it to build llamafile — a whole language model and its runtime in one executable file you can copy to a machine and run. Also contributed substantial CPU inference speedups back to llama.cpp.", + "note": "Distribution as an engineering problem, solved with unreasonable rigour.", + "status": "locked", + "front": "/releases/v2/gods/039-justine-tunney/front.svg", + "back": "/releases/v2/gods/039-justine-tunney/back.svg", + "sources": [ + { + "label": "llamafile", + "url": "https://github.com/Mozilla-Ocho/llamafile" + }, + { + "label": "Cosmopolitan Libc", + "url": "https://justine.lol/cosmopolitan/" + } + ], + "series": "gods", + "id": "gods/039-justine-tunney", + "edition": 2, + "artwork": "/releases/v2/gods/039-justine-tunney/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 40, + "slug": "guillaume-lample", + "name": "Guillaume Lample", + "title": "Lead Author of LLaMA", + "knownFor": "The model release that created the open-weight ecosystem", + "rarity": "legendary", + "impact": 91, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:39:40.001Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Guillaume+Lample&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 93, + "openness": 92, + "influence": 93, + "nationality": "France", + "era": "2023–present", + "domains": [ + "Language models", + "Open weights", + "Efficient training" + ], + "scouting": "Led LLaMA at Meta, showing that a smaller model trained on far more tokens beat much larger ones — and then it reached the public. Nearly every open fine-tune, quantisation and local-inference project of the following two years traces to those weights. Co-founded Mistral, which has kept releasing open-weight models under permissive licences.", + "note": "The weights that turned open-source AI from an argument into an ecosystem.", + "status": "locked", + "front": "/releases/v2/gods/040-guillaume-lample/front.svg", + "back": "/releases/v2/gods/040-guillaume-lample/back.svg", + "sources": [ + { + "label": "LLaMA: Open and Efficient Foundation Language Models (2023)", + "url": "https://arxiv.org/abs/2302.13971" + }, + { + "label": "Mistral AI", + "url": "https://mistral.ai/" + } + ], + "series": "gods", + "id": "gods/040-guillaume-lample", + "edition": 2, + "artwork": "/releases/v2/gods/040-guillaume-lample/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 41, + "slug": "arthur-mensch", + "name": "Arthur Mensch", + "title": "Europe’s Open Lab", + "knownFor": "Mistral, and shipping open weights as a business", + "rarity": "epic", + "impact": 86, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:39:43.898Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Arthur+Mensch&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "systems": 92, + "openness": 88, + "influence": 88, + "nationality": "France", + "era": "2023–present", + "domains": [ + "Language models", + "Open weights", + "Efficient inference" + ], + "scouting": "Worked on Chinchilla and Flamingo at DeepMind, then co-founded Mistral and released Mistral 7B and Mixtral under Apache 2.0 — models good enough that \"open weights\" stopped being a compromise. Made the case, commercially rather than rhetorically, that a frontier lab can give the weights away and still have a business.", + "note": "Proved open weights and a real company are not mutually exclusive.", + "status": "locked", + "front": "/releases/v2/gods/041-arthur-mensch/front.svg", + "back": "/releases/v2/gods/041-arthur-mensch/back.svg", + "sources": [ + { + "label": "Mistral 7B (2023)", + "url": "https://arxiv.org/abs/2310.06825" + }, + { + "label": "Mistral AI", + "url": "https://mistral.ai/" + } + ], + "series": "gods", + "id": "gods/041-arthur-mensch", + "edition": 2, + "artwork": "/releases/v2/gods/041-arthur-mensch/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 42, + "slug": "robin-rombach", + "name": "Robin Rombach", + "title": "Author of Latent Diffusion", + "knownFor": "Stable Diffusion", + "rarity": "legendary", + "impact": 90, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:39:44.750Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Robin+Rombach&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 92, + "openness": 95, + "influence": 92, + "nationality": "Germany", + "era": "2022–present", + "domains": [ + "Diffusion models", + "Generative imagery", + "Open weights" + ], + "scouting": "Lead author of the latent diffusion paper — run the diffusion in a compressed latent space and image generation suddenly fits on a consumer GPU — which became Stable Diffusion. Its open release in 2022 put image generation in everyone’s hands overnight and set off both an explosion of tooling and a still-unresolved argument about training data.", + "note": "The single release that made generative imagery a public technology.", + "status": "locked", + "front": "/releases/v2/gods/042-robin-rombach/front.svg", + "back": "/releases/v2/gods/042-robin-rombach/back.svg", + "sources": [ + { + "label": "High-Resolution Image Synthesis with Latent Diffusion Models (2021)", + "url": "https://arxiv.org/abs/2112.10752" + }, + { + "label": "Stable Diffusion", + "url": "https://en.wikipedia.org/wiki/Stable_Diffusion" + } + ], + "series": "gods", + "id": "gods/042-robin-rombach", + "edition": 2, + "artwork": "/releases/v2/gods/042-robin-rombach/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 43, + "slug": "patrick-esser", + "name": "Patrick Esser", + "title": "The Other Half of Diffusion", + "knownFor": "VQGAN, latent diffusion and Stable Diffusion 3", + "rarity": "epic", + "impact": 85, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:39:51.808Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Patrick+Esser&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 90, + "openness": 92, + "influence": 85, + "nationality": "Germany", + "era": "2021–present", + "domains": [ + "Generative models", + "Diffusion", + "Image synthesis" + ], + "scouting": "Co-authored VQGAN — the taming-transformers work that made high-resolution generation tractable — and then latent diffusion and Stable Diffusion. Later led the rectified-flow architecture behind Stable Diffusion 3 and moved to Black Forest Labs for the FLUX models, which were also released with open weights.", + "note": "Two labs, three architectures, and the weights kept coming out.", + "status": "locked", + "front": "/releases/v2/gods/043-patrick-esser/front.svg", + "back": "/releases/v2/gods/043-patrick-esser/back.svg", + "sources": [ + { + "label": "Taming Transformers for High-Resolution Image Synthesis (2020)", + "url": "https://arxiv.org/abs/2012.09841" + }, + { + "label": "Scaling Rectified Flow Transformers (2024)", + "url": "https://arxiv.org/abs/2403.03206" + } + ], + "series": "gods", + "id": "gods/043-patrick-esser", + "edition": 2, + "artwork": "/releases/v2/gods/043-patrick-esser/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 44, + "slug": "christoph-schuhmann", + "name": "Christoph Schuhmann", + "title": "Founder of LAION", + "knownFor": "The open datasets the image models were trained on", + "rarity": "epic", + "impact": 84, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:39:56.215Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Christoph+Schuhmann&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 86, + "openness": 99, + "influence": 87, + "nationality": "Germany", + "era": "2021–present", + "domains": [ + "Open datasets", + "Multimodal data", + "Community research" + ], + "scouting": "A schoolteacher who organised a volunteer effort to assemble LAION-400M and LAION-5B, the open image-text datasets that Stable Diffusion and OpenCLIP were trained on. Before LAION, the data behind multimodal models was private by default; afterwards, anyone could inspect it — including the researchers who found serious problems in it.", + "note": "Made the training data auditable, which is how its flaws got found.", + "status": "locked", + "front": "/releases/v2/gods/044-christoph-schuhmann/front.svg", + "back": "/releases/v2/gods/044-christoph-schuhmann/back.svg", + "sources": [ + { + "label": "LAION-5B (2022)", + "url": "https://arxiv.org/abs/2210.08402" + }, + { + "label": "LAION", + "url": "https://laion.ai/" + } + ], + "series": "gods", + "id": "gods/044-christoph-schuhmann", + "edition": 2, + "artwork": "/releases/v2/gods/044-christoph-schuhmann/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 45, + "slug": "joelle-pineau", + "name": "Joelle Pineau", + "title": "The Reproducibility Enforcer", + "knownFor": "Running Meta AI research, and the reproducibility checklist", + "rarity": "epic", + "impact": 86, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:40:00.899Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Joelle+Pineau&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 84, + "openness": 96, + "influence": 89, + "nationality": "Canada", + "era": "2017–present", + "domains": [ + "Reinforcement learning", + "Open science", + "Research leadership" + ], + "scouting": "McGill professor and long-time head of Meta’s AI research, during which FAIR released PyTorch, LLaMA, and a long run of open models and code. Created the machine learning reproducibility checklist adopted by NeurIPS, forcing the field to state its assumptions and publish enough to be checked.", + "note": "Made \"show your work\" a condition of publication at the biggest venue.", + "status": "locked", + "front": "/releases/v2/gods/045-joelle-pineau/front.svg", + "back": "/releases/v2/gods/045-joelle-pineau/back.svg", + "sources": [ + { + "label": "Joelle Pineau", + "url": "https://en.wikipedia.org/wiki/Joelle_Pineau" + }, + { + "label": "The Machine Learning Reproducibility Checklist", + "url": "https://www.cs.mcgill.ca/~jpineau/ReproducibilityChecklist.pdf" + } + ], + "series": "gods", + "id": "gods/045-joelle-pineau", + "edition": 2, + "artwork": "/releases/v2/gods/045-joelle-pineau/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 46, + "slug": "chris-olah", + "name": "Chris Olah", + "title": "Opening the Black Box", + "knownFor": "Distill, feature visualisation and mechanistic interpretability", + "rarity": "legendary", + "impact": 87, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:40:19.073Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Chris+Olah&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 82, + "openness": 97, + "influence": 90, + "nationality": "Canada", + "era": "2015–present", + "domains": [ + "Interpretability", + "Visualisation", + "Scientific communication" + ], + "scouting": "Did the feature-visualisation and circuits work that turned \"what is the network doing\" from a shrug into a research programme, and co-founded Distill to publish it in a form people could actually understand. Co-founded Anthropic, where the interpretability team continues to publish its findings openly.", + "note": "Made the insides of a model legible, and made the explanations beautiful.", + "status": "locked", + "front": "/releases/v2/gods/046-chris-olah/front.svg", + "back": "/releases/v2/gods/046-chris-olah/back.svg", + "sources": [ + { + "label": "Distill", + "url": "https://distill.pub/" + }, + { + "label": "Zoom In: An Introduction to Circuits (2020)", + "url": "https://distill.pub/2020/circuits/zoom-in/" + } + ], + "series": "gods", + "id": "gods/046-chris-olah", + "edition": 2, + "artwork": "/releases/v2/gods/046-chris-olah/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 47, + "slug": "paul-christiano", + "name": "Paul Christiano", + "title": "The RLHF Paper", + "knownFor": "Learning from human preferences", + "rarity": "epic", + "impact": 87, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:40:21.917Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Paul+Christiano&limit=30", + "matches": [], + "rejectedCount": 3 + }, + "systems": 80, + "openness": 88, + "influence": 91, + "nationality": "USA", + "era": "2017–present", + "domains": [ + "Alignment", + "Preference learning", + "AI safety" + ], + "scouting": "Lead author of deep reinforcement learning from human preferences, the technique that became RLHF and turned raw language models into things that follow instructions — the single largest reason chat assistants work at all. Later founded the Alignment Research Center and moved to the US AI Safety Institute.", + "note": "Wrote the alignment paper that turned out to also be the product paper.", + "status": "locked", + "front": "/releases/v2/gods/047-paul-christiano/front.svg", + "back": "/releases/v2/gods/047-paul-christiano/back.svg", + "sources": [ + { + "label": "Deep Reinforcement Learning from Human Preferences (2017)", + "url": "https://arxiv.org/abs/1706.03741" + }, + { + "label": "Alignment Research Center", + "url": "https://www.alignment.org/" + } + ], + "series": "gods", + "id": "gods/047-paul-christiano", + "edition": 2, + "artwork": "/releases/v2/gods/047-paul-christiano/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 48, + "slug": "jan-leike", + "name": "Jan Leike", + "title": "The Alignment Lead", + "knownFor": "InstructGPT, superalignment, and resigning over it", + "rarity": "epic", + "impact": 84, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:40:25.662Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Jan+Leike&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "systems": 84, + "openness": 84, + "influence": 87, + "nationality": "Germany", + "era": "2018–present", + "domains": [ + "Alignment", + "RLHF", + "Scalable oversight" + ], + "scouting": "Co-led the work that turned RLHF into InstructGPT and then ChatGPT, and headed OpenAI’s superalignment effort. Resigned publicly in 2024 saying safety culture had lost out to shipping, which is a rare thing for someone at that level to say on the record, and moved to Anthropic to continue the work.", + "note": "Built the alignment method, then said out loud when it was being sidelined.", + "status": "locked", + "front": "/releases/v2/gods/048-jan-leike/front.svg", + "back": "/releases/v2/gods/048-jan-leike/back.svg", + "sources": [ + { + "label": "Training language models to follow instructions (2022)", + "url": "https://arxiv.org/abs/2203.02155" + }, + { + "label": "Jan Leike", + "url": "https://en.wikipedia.org/wiki/Jan_Leike" + } + ], + "series": "gods", + "id": "gods/048-jan-leike", + "edition": 2, + "artwork": "/releases/v2/gods/048-jan-leike/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 49, + "slug": "stuart-russell", + "name": "Stuart Russell", + "title": "The Textbook and the Warning", + "knownFor": "Artificial Intelligence: A Modern Approach", + "rarity": "legendary", + "impact": 89, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:40:28.003Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Stuart+Russell&limit=30", + "matches": [], + "rejectedCount": 12 + }, + "systems": 74, + "openness": 90, + "influence": 93, + "nationality": "UK / USA", + "era": "1995–present", + "domains": [ + "AI foundations", + "Value alignment", + "Policy" + ], + "scouting": "Co-wrote Artificial Intelligence: A Modern Approach with Peter Norvig, the textbook that has taught the subject in essentially every university for thirty years. Then spent the later part of his career arguing that optimising a fixed objective is the wrong design, and that systems should be uncertain about what humans want.", + "note": "Taught the field its vocabulary, then told it the foundation was wrong.", + "status": "locked", + "front": "/releases/v2/gods/049-stuart-russell/front.svg", + "back": "/releases/v2/gods/049-stuart-russell/back.svg", + "sources": [ + { + "label": "Stuart J. Russell", + "url": "https://en.wikipedia.org/wiki/Stuart_J._Russell" + }, + { + "label": "Center for Human-Compatible AI", + "url": "https://humancompatible.ai/" + } + ], + "series": "gods", + "id": "gods/049-stuart-russell", + "edition": 2, + "artwork": "/releases/v2/gods/049-stuart-russell/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 50, + "slug": "dario-amodei", + "name": "Dario Amodei", + "title": "Scaling Laws and Anthropic", + "knownFor": "Concrete Problems in AI Safety, and the scaling hypothesis", + "rarity": "legendary", + "impact": 91, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:40:43.742Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Dario+Amodei&limit=30", + "matches": [], + "rejectedCount": 30 + }, + "systems": 92, + "openness": 74, + "influence": 93, + "nationality": "USA", + "era": "2016–present", + "domains": [ + "Scaling", + "Alignment", + "Frontier models" + ], + "scouting": "Co-authored Concrete Problems in AI Safety, which gave safety research a concrete agenda, and led the GPT-2 and GPT-3 work where the scaling laws were established. Left OpenAI to co-found Anthropic, whose interpretability and Constitutional AI research is published openly even though the models are not.", + "note": "The set’s open-weights sceptic, and its most rigorous public writer on scale.", + "status": "locked", + "front": "/releases/v2/gods/050-dario-amodei/front.svg", + "back": "/releases/v2/gods/050-dario-amodei/back.svg", + "sources": [ + { + "label": "Dario Amodei", + "url": "https://en.wikipedia.org/wiki/Dario_Amodei" + }, + { + "label": "Concrete Problems in AI Safety (2016)", + "url": "https://arxiv.org/abs/1606.06565" + }, + { + "label": "Scaling Laws for Neural Language Models (2020)", + "url": "https://arxiv.org/abs/2001.08361" + } + ], + "series": "gods", + "id": "gods/050-dario-amodei", + "edition": 2, + "artwork": "/releases/v2/gods/050-dario-amodei/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 1, + "slug": "ada-lovelace", + "name": "Ada Lovelace", + "title": "The First Programmer", + "knownFor": "Note G, and seeing what the machine could become", + "rarity": "iconic", + "impact": 97, + "technical": 92, + "pioneering": 100, + "openness": 88, + "influence": 96, + "nationality": "England", + "era": "1815-1852", + "domains": [ + "Algorithms", + "Analytical Engine", + "Computing theory" + ], + "scouting": "Her 1843 notes on Babbage’s Analytical Engine ran three times longer than the paper she was translating and contained Note G, a step-by-step method for computing Bernoulli numbers that is generally read as the first published algorithm. More striking is that she argued the machine could act on things other than numbers, which nobody else did for a century.", + "note": "Understood what the machine was for before one had ever been built.", + "status": "locked", + "front": "/releases/v2/women/001-ada-lovelace/front.svg", + "back": "/releases/v2/women/001-ada-lovelace/back.svg", + "sources": [ + { + "label": "Ada Lovelace", + "url": "https://en.wikipedia.org/wiki/Ada_Lovelace" + }, + { + "label": "Sketch of the Analytical Engine, with Notes (1843)", + "url": "https://www.fourmilab.ch/babbage/sketch.html" + } + ], + "series": "women", + "id": "women/001-ada-lovelace", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:40:47.644Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Ada+Lovelace&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "edition": 2, + "artwork": "/releases/v2/women/001-ada-lovelace/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 2, + "slug": "grace-hopper", + "name": "Grace Hopper", + "title": "Author of the First Compiler", + "knownFor": "A-0, COBOL, and machine-independent programming", + "rarity": "iconic", + "impact": 98, + "technical": 95, + "pioneering": 99, + "openness": 92, + "influence": 98, + "nationality": "USA", + "era": "1944-1992", + "domains": [ + "Compilers", + "COBOL", + "Programming languages" + ], + "scouting": "Wrote the A-0 system in 1952, the first compiler, against a field that told her computers could only do arithmetic. Drove the design of FLOW-MATIC and then COBOL, which put business programming into something close to English and ran the world’s finance for decades. Rear Admiral, and the reason anyone says a program has a bug.", + "note": "Argued that code should be readable by humans and won, permanently.", + "status": "locked", + "front": "/releases/v2/women/002-grace-hopper/front.svg", + "back": "/releases/v2/women/002-grace-hopper/back.svg", + "sources": [ + { + "label": "Grace Hopper", + "url": "https://en.wikipedia.org/wiki/Grace_Hopper" + }, + { + "label": "The A-0 compiler", + "url": "https://en.wikipedia.org/wiki/A-0_System" + } + ], + "series": "women", + "id": "women/002-grace-hopper", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:40:50.540Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Grace+Hopper&limit=30", + "matches": [], + "rejectedCount": 4 + }, + "edition": 2, + "artwork": "/releases/v2/women/002-grace-hopper/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 3, + "slug": "margaret-hamilton", + "name": "Margaret Hamilton", + "title": "Apollo Guidance Software", + "knownFor": "The code that landed Apollo 11, and the phrase software engineering", + "rarity": "iconic", + "impact": 96, + "technical": 96, + "pioneering": 97, + "openness": 86, + "influence": 95, + "nationality": "USA", + "era": "1965-present", + "domains": [ + "Flight software", + "Fault tolerance", + "Software engineering" + ], + "scouting": "Led the team that wrote the Apollo onboard flight software at MIT, including the priority scheduling that let the guidance computer shed lower-priority work during the 1202 alarms three minutes before the lunar landing rather than fail. She coined the term software engineering, partly to get the discipline taken seriously.", + "note": "The landing happened because her code knew what to drop under load.", + "status": "locked", + "front": "/releases/v2/women/003-margaret-hamilton/front.svg", + "back": "/releases/v2/women/003-margaret-hamilton/back.svg", + "sources": [ + { + "label": "Margaret Hamilton", + "url": "https://en.wikipedia.org/wiki/Margaret_Hamilton_(software_engineer)" + }, + { + "label": "Apollo Guidance Computer source", + "url": "https://github.com/chrislgarry/Apollo-11" + } + ], + "series": "women", + "id": "women/003-margaret-hamilton", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:41:02.308Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Margaret+Hamilton&limit=30", + "matches": [], + "rejectedCount": 3 + }, + "edition": 2, + "artwork": "/releases/v2/women/003-margaret-hamilton/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 4, + "slug": "katherine-johnson", + "name": "Katherine Johnson", + "title": "The Orbital Mathematician", + "knownFor": "The trajectory calculations behind Mercury and Apollo", + "rarity": "legendary", + "impact": 92, + "technical": 96, + "pioneering": 90, + "openness": 80, + "influence": 92, + "nationality": "USA", + "era": "1953-1986", + "domains": [ + "Orbital mechanics", + "Numerical analysis", + "Spaceflight" + ], + "scouting": "Computed trajectories for Alan Shepard’s flight and the Apollo missions at NASA Langley. When the agency moved to electronic computers for John Glenn’s orbit, Glenn asked for her to check the machine’s numbers by hand before he would fly. Co-authored a 1960 report on orbital calculation, unusual for a woman at Langley then.", + "note": "The astronaut trusted her arithmetic over the computer, and he was not wrong to.", + "status": "locked", + "front": "/releases/v2/women/004-katherine-johnson/front.svg", + "back": "/releases/v2/women/004-katherine-johnson/back.svg", + "sources": [ + { + "label": "Katherine Johnson", + "url": "https://en.wikipedia.org/wiki/Katherine_Johnson" + }, + { + "label": "NASA biography", + "url": "https://www.nasa.gov/people/katherine-johnson-biography/" + } + ], + "series": "women", + "id": "women/004-katherine-johnson", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:41:13.909Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Katherine+Johnson&limit=30", + "matches": [], + "rejectedCount": 3 + }, + "edition": 2, + "artwork": "/releases/v2/women/004-katherine-johnson/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 5, + "slug": "dorothy-vaughan", + "name": "Dorothy Vaughan", + "title": "The FORTRAN Supervisor", + "knownFor": "Teaching her whole section to program before the machines replaced them", + "rarity": "epic", + "impact": 87, + "technical": 88, + "pioneering": 92, + "openness": 86, + "influence": 88, + "nationality": "USA", + "era": "1943-1971", + "domains": [ + "FORTRAN", + "Numerical computing", + "Team leadership" + ], + "scouting": "NASA’s first Black supervisor, running the segregated West Area Computing unit. Seeing that the arriving IBM machines would make human computers obsolete, she taught herself FORTRAN and then taught her staff, moving the whole group into programming rather than out of work. That is a rarer kind of technical foresight than the usual sort.", + "note": "Saw the automation coming and retrained her entire team ahead of it.", + "status": "locked", + "front": "/releases/v2/women/005-dorothy-vaughan/front.svg", + "back": "/releases/v2/women/005-dorothy-vaughan/back.svg", + "sources": [ + { + "label": "Dorothy Vaughan", + "url": "https://en.wikipedia.org/wiki/Dorothy_Vaughan" + }, + { + "label": "NASA biography", + "url": "https://www.nasa.gov/people/dorothy-vaughan-biography/" + } + ], + "series": "women", + "id": "women/005-dorothy-vaughan", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:41:21.603Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Dorothy+Vaughan&limit=30", + "matches": [], + "rejectedCount": 3 + }, + "edition": 2, + "artwork": "/releases/v2/women/005-dorothy-vaughan/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 6, + "slug": "jean-bartik", + "name": "Jean Bartik", + "title": "One of the Six ENIAC Programmers", + "knownFor": "Programming the first electronic computer, then teaching it to store programs", + "rarity": "legendary", + "impact": 89, + "technical": 92, + "pioneering": 96, + "openness": 84, + "influence": 88, + "nationality": "USA", + "era": "1945-1951", + "domains": [ + "ENIAC", + "Stored-program computers", + "Early programming" + ], + "scouting": "One of the six women who programmed ENIAC by physically rewiring it, working from logic diagrams because no programming language or manual existed. They were called operators and left out of the 1946 press photographs. She went on to help convert ENIAC to a stored-program machine and to work on BINAC and UNIVAC.", + "note": "Invented the job while doing it, then watched the men be photographed.", + "status": "locked", + "front": "/releases/v2/women/006-jean-bartik/front.svg", + "back": "/releases/v2/women/006-jean-bartik/back.svg", + "sources": [ + { + "label": "Jean Bartik", + "url": "https://en.wikipedia.org/wiki/Jean_Bartik" + }, + { + "label": "ENIAC programmers", + "url": "https://en.wikipedia.org/wiki/ENIAC#Programmers" + } + ], + "series": "women", + "id": "women/006-jean-bartik", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:41:24.263Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Jean+Bartik&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/006-jean-bartik/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 7, + "slug": "betty-holberton", + "name": "Betty Holberton", + "title": "Author of the Sort-Merge Generator", + "knownFor": "ENIAC, the first generator program, and readable console design", + "rarity": "epic", + "impact": 86, + "technical": 92, + "pioneering": 94, + "openness": 82, + "influence": 86, + "nationality": "USA", + "era": "1945-1980s", + "domains": [ + "Early programming", + "Sorting", + "Human factors" + ], + "scouting": "ENIAC programmer who went on to write the sort-merge generator for UNIVAC, an early instance of a program that writes a program. She argued for the UNIVAC console being grey rather than black on human-factors grounds, worked on the C-10 instruction set, and later contributed to the COBOL and FORTRAN standards.", + "note": "Wrote code that wrote code, in 1951, on a machine with mercury memory.", + "status": "locked", + "front": "/releases/v2/women/007-betty-holberton/front.svg", + "back": "/releases/v2/women/007-betty-holberton/back.svg", + "sources": [ + { + "label": "Betty Holberton", + "url": "https://en.wikipedia.org/wiki/Betty_Holberton" + }, + { + "label": "ENIAC programmers", + "url": "https://en.wikipedia.org/wiki/ENIAC#Programmers" + } + ], + "series": "women", + "id": "women/007-betty-holberton", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:41:28.997Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Betty+Holberton&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/007-betty-holberton/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 8, + "slug": "kathleen-booth", + "name": "Kathleen Booth", + "title": "Inventor of Assembly Language", + "knownFor": "The first assembly language and its assembler", + "rarity": "legendary", + "impact": 88, + "technical": 94, + "pioneering": 97, + "openness": 86, + "influence": 89, + "nationality": "UK", + "era": "1947-1962", + "domains": [ + "Assembly language", + "Machine architecture", + "Early neural networks" + ], + "scouting": "Wrote what is generally considered the first assembly language, for the ARC2 and later APE(X)C machines at Birkbeck, and the assembler to go with it. Co-wrote some of the earliest books on how to program and design these machines, and did early work applying neural network ideas to character recognition in the late 1950s.", + "note": "Everything between machine code and a compiler starts here.", + "status": "locked", + "front": "/releases/v2/women/008-kathleen-booth/front.svg", + "back": "/releases/v2/women/008-kathleen-booth/back.svg", + "sources": [ + { + "label": "Kathleen Booth", + "url": "https://en.wikipedia.org/wiki/Kathleen_Booth" + }, + { + "label": "Coding for A.R.C. (1950)", + "url": "https://en.wikipedia.org/wiki/Assembly_language#History" + } + ], + "series": "women", + "id": "women/008-kathleen-booth", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:41:36.031Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Kathleen+Booth&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/008-kathleen-booth/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 9, + "slug": "mary-allen-wilkes", + "name": "Mary Allen Wilkes", + "title": "The First Home Computer User", + "knownFor": "The LINC operating system, written in her parents’ living room", + "rarity": "epic", + "impact": 85, + "technical": 92, + "pioneering": 96, + "openness": 84, + "influence": 84, + "nationality": "USA", + "era": "1959-1972", + "domains": [ + "Operating systems", + "Personal computing", + "Interactive systems" + ], + "scouting": "Wrote LAP6, the operating system for the LINC, one of the first interactive personal computers. In 1965 she took a LINC home and used it there, which makes her plausibly the first person to have a computer in their house. LAP6 supported real-time text editing on a machine with two kilowords of memory.", + "note": "Had a computer at home a decade before anyone was selling one.", + "status": "locked", + "front": "/releases/v2/women/009-mary-allen-wilkes/front.svg", + "back": "/releases/v2/women/009-mary-allen-wilkes/back.svg", + "sources": [ + { + "label": "Mary Allen Wilkes", + "url": "https://en.wikipedia.org/wiki/Mary_Allen_Wilkes" + }, + { + "label": "LINC", + "url": "https://en.wikipedia.org/wiki/LINC" + } + ], + "series": "women", + "id": "women/009-mary-allen-wilkes", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:41:39.912Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Mary+Allen+Wilkes&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/009-mary-allen-wilkes/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 10, + "slug": "erna-schneider-hoover", + "name": "Erna Schneider Hoover", + "title": "The Telephone Switch That Stopped Failing", + "knownFor": "Computerised call switching under load", + "rarity": "epic", + "impact": 85, + "technical": 92, + "pioneering": 92, + "openness": 72, + "influence": 86, + "nationality": "USA", + "era": "1954-1987", + "domains": [ + "Telephony", + "Real-time systems", + "Load control" + ], + "scouting": "At Bell Labs she designed a computerised switching system that monitored incoming call rates and prioritised work to stop exchanges collapsing under peak load, holding one of the first software patents for it. She reportedly sketched the design while in hospital after giving birth, and became the first woman supervisor of a technical department there.", + "note": "Solved overload in telephony before anyone called it backpressure.", + "status": "locked", + "front": "/releases/v2/women/010-erna-schneider-hoover/front.svg", + "back": "/releases/v2/women/010-erna-schneider-hoover/back.svg", + "sources": [ + { + "label": "Erna Schneider Hoover", + "url": "https://en.wikipedia.org/wiki/Erna_Schneider_Hoover" + }, + { + "label": "National Inventors Hall of Fame", + "url": "https://www.invent.org/inductees/erna-schneider-hoover" + } + ], + "series": "women", + "id": "women/010-erna-schneider-hoover", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:41:53.186Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Erna+Schneider+Hoover&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/010-erna-schneider-hoover/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 11, + "slug": "elizabeth-feinler", + "name": "Elizabeth Feinler", + "title": "Keeper of the Early Internet", + "knownFor": "The ARPANET directory, and the top-level domains", + "rarity": "legendary", + "impact": 89, + "technical": 86, + "pioneering": 94, + "openness": 94, + "influence": 91, + "nationality": "USA", + "era": "1972-1989", + "domains": [ + "ARPANET", + "DNS", + "Internet infrastructure" + ], + "scouting": "Ran the Network Information Center at SRI, which was the ARPANET’s directory, help desk and registry, publishing the Resource Handbook and maintaining the HOSTS.TXT file that every machine on the network relied on. Her group proposed the domain naming scheme that gave us .com, .edu, .gov, .mil, .net and .org.", + "note": "Ran the internet’s address book by hand, and named the neighbourhoods.", + "status": "locked", + "front": "/releases/v2/women/011-elizabeth-feinler/front.svg", + "back": "/releases/v2/women/011-elizabeth-feinler/back.svg", + "sources": [ + { + "label": "Elizabeth Feinler", + "url": "https://en.wikipedia.org/wiki/Elizabeth_J._Feinler" + }, + { + "label": "Internet Hall of Fame profile", + "url": "https://www.internethalloffame.org/inductee/elizabeth-feinler/" + } + ], + "series": "women", + "id": "women/011-elizabeth-feinler", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:41:56.570Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Elizabeth+Feinler&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/011-elizabeth-feinler/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 12, + "slug": "stephanie-shirley", + "name": "Stephanie Shirley", + "title": "Founder of Freelance Programmers", + "knownFor": "A software house staffed by women working from home, in 1962", + "rarity": "legendary", + "impact": 88, + "technical": 84, + "pioneering": 96, + "openness": 82, + "influence": 90, + "nationality": "UK", + "era": "1962-1993", + "domains": [ + "Software business", + "Distributed work", + "Employee ownership" + ], + "scouting": "Founded Freelance Programmers with six pounds, staffing it almost entirely with women programming from home around their children, decades before remote work had a name. Signed her business letters Steve because Stephanie was not getting replies. The company wrote the Concorde black box flight recorder software and she later gave much of her wealth away.", + "note": "Built the case for remote work in 1962 and shipped Concorde’s black box.", + "status": "locked", + "front": "/releases/v2/women/012-stephanie-shirley/front.svg", + "back": "/releases/v2/women/012-stephanie-shirley/back.svg", + "sources": [ + { + "label": "Steve Shirley", + "url": "https://en.wikipedia.org/wiki/Steve_Shirley" + }, + { + "label": "Her own account", + "url": "https://www.steveshirley.com/" + } + ], + "series": "women", + "id": "women/012-stephanie-shirley", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:42:19.371Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Stephanie+Shirley&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/012-stephanie-shirley/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 13, + "slug": "joan-clarke", + "name": "Joan Clarke", + "title": "Cryptanalyst, Hut 8", + "knownFor": "Breaking naval Enigma at Bletchley Park", + "rarity": "legendary", + "impact": 88, + "technical": 94, + "pioneering": 88, + "openness": 60, + "influence": 86, + "nationality": "UK", + "era": "1940-1977", + "domains": [ + "Cryptanalysis", + "Enigma", + "Signals intelligence" + ], + "scouting": "One of the very few women doing cryptanalytic rather than clerical work at Bletchley Park, in the Hut 8 team attacking naval Enigma, and a practitioner of Banburismus. She was initially classified as a linguist because the pay grades had no category for a woman cryptanalyst. The work stayed secret for decades, so the record of it is thinner than it should be.", + "note": "The openness score is low because the Official Secrets Act made it so.", + "status": "locked", + "front": "/releases/v2/women/013-joan-clarke/front.svg", + "back": "/releases/v2/women/013-joan-clarke/back.svg", + "sources": [ + { + "label": "Joan Clarke", + "url": "https://en.wikipedia.org/wiki/Joan_Clarke" + }, + { + "label": "Bletchley Park", + "url": "https://bletchleypark.org.uk/" + } + ], + "series": "women", + "id": "women/013-joan-clarke", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:42:24.310Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Joan+Clarke&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/013-joan-clarke/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 14, + "slug": "elizebeth-smith-friedman", + "name": "Elizebeth Smith Friedman", + "title": "The Codebreaker Nobody Credited", + "knownFor": "Breaking smuggler and Nazi spy ciphers, then watching Hoover take the credit", + "rarity": "epic", + "impact": 86, + "technical": 94, + "pioneering": 92, + "openness": 58, + "influence": 84, + "nationality": "USA", + "era": "1917-1946", + "domains": [ + "Cryptanalysis", + "Counterintelligence", + "Signals intelligence" + ], + "scouting": "Broke the ciphers of rum-runners during Prohibition and testified about it in court, then during the war ran the unit that broke the Enigma traffic of a Nazi spy ring in South America. The FBI publicly claimed those results. Her files stayed classified until 2008, which is why her husband William is the famous Friedman.", + "note": "Her work was credited to J. Edgar Hoover for sixty years.", + "status": "locked", + "front": "/releases/v2/women/014-elizebeth-smith-friedman/front.svg", + "back": "/releases/v2/women/014-elizebeth-smith-friedman/back.svg", + "sources": [ + { + "label": "Elizebeth Smith Friedman", + "url": "https://en.wikipedia.org/wiki/Elizebeth_Smith_Friedman" + }, + { + "label": "NSA Hall of Honor", + "url": "https://www.nsa.gov/History/Cryptologic-Hall-of-Honor/Article/1621807/elizebeth-smith-friedman/" + } + ], + "series": "women", + "id": "women/014-elizebeth-smith-friedman", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:43:10.016Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Elizebeth+Smith+Friedman&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/014-elizebeth-smith-friedman/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 15, + "slug": "hedy-lamarr", + "name": "Hedy Lamarr", + "title": "Frequency Hopping", + "knownFor": "A wartime patent that anticipated spread spectrum", + "rarity": "epic", + "impact": 84, + "technical": 84, + "pioneering": 94, + "openness": 88, + "influence": 86, + "nationality": "Austria / USA", + "era": "1941-1959", + "domains": [ + "Spread spectrum", + "Radio", + "Signal security" + ], + "scouting": "With composer George Antheil, patented a frequency-hopping scheme in 1942 to stop radio-guided torpedoes being jammed, synchronised by a mechanism borrowed from player pianos. The Navy shelved it. The underlying idea is an ancestor of the spread-spectrum techniques used in later secure and wireless communication, and the patent was allowed to lapse unpaid.", + "note": "Filed it, gave it to the Navy for free, and got nothing for decades.", + "status": "locked", + "front": "/releases/v2/women/015-hedy-lamarr/front.svg", + "back": "/releases/v2/women/015-hedy-lamarr/back.svg", + "sources": [ + { + "label": "Hedy Lamarr", + "url": "https://en.wikipedia.org/wiki/Hedy_Lamarr" + }, + { + "label": "US Patent 2,292,387", + "url": "https://patents.google.com/patent/US2292387A/en" + } + ], + "series": "women", + "id": "women/015-hedy-lamarr", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:43:10.317Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Hedy+Lamarr&limit=30", + "matches": [], + "rejectedCount": 5 + }, + "edition": 2, + "artwork": "/releases/v2/women/015-hedy-lamarr/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 16, + "slug": "frances-allen", + "name": "Frances Allen", + "title": "The Optimising Compiler", + "knownFor": "Program optimisation, and the first Turing Award to a woman", + "rarity": "iconic", + "impact": 93, + "technical": 97, + "pioneering": 94, + "openness": 84, + "influence": 93, + "nationality": "USA", + "era": "1957-2010", + "domains": [ + "Compilers", + "Program optimisation", + "Parallel computing" + ], + "scouting": "Spent a career at IBM building the theory and practice of compiler optimisation: control flow analysis, data flow analysis, the interprocedural work that every modern compiler still does. Her 1966 paper on program optimisation is foundational. In 2006 she became the first woman to receive the Turing Award, thirty-nine years after the award began.", + "note": "Every fast binary you have ever run is downstream of her analyses.", + "status": "locked", + "front": "/releases/v2/women/016-frances-allen/front.svg", + "back": "/releases/v2/women/016-frances-allen/back.svg", + "sources": [ + { + "label": "Frances Allen", + "url": "https://en.wikipedia.org/wiki/Frances_Allen" + }, + { + "label": "ACM A.M. Turing Award 2006", + "url": "https://amturing.acm.org/award_winners/allen_1012327.cfm" + } + ], + "series": "women", + "id": "women/016-frances-allen", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:43:10.810Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Frances+Allen&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/016-frances-allen/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 17, + "slug": "barbara-liskov", + "name": "Barbara Liskov", + "title": "The Substitution Principle", + "knownFor": "CLU, abstract data types, and the L in SOLID", + "rarity": "iconic", + "impact": 94, + "technical": 98, + "pioneering": 94, + "openness": 86, + "influence": 95, + "nationality": "USA", + "era": "1968-present", + "domains": [ + "Programming languages", + "Data abstraction", + "Distributed systems" + ], + "scouting": "Designed CLU, which introduced abstract data types, iterators and a serious treatment of exceptions, and which shows up in the ancestry of most modern languages. The Liskov substitution principle is the L in SOLID. Also did foundational work on Byzantine fault tolerance with Miguel Castro. Turing Award, 2008.", + "note": "You use her ideas whether or not you have heard the name.", + "status": "locked", + "front": "/releases/v2/women/017-barbara-liskov/front.svg", + "back": "/releases/v2/women/017-barbara-liskov/back.svg", + "sources": [ + { + "label": "Barbara Liskov", + "url": "https://en.wikipedia.org/wiki/Barbara_Liskov" + }, + { + "label": "ACM A.M. Turing Award 2008", + "url": "https://amturing.acm.org/award_winners/liskov_1108679.cfm" + } + ], + "series": "women", + "id": "women/017-barbara-liskov", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:43:39.662Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Barbara+Liskov&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/017-barbara-liskov/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 18, + "slug": "shafi-goldwasser", + "name": "Shafi Goldwasser", + "title": "Zero-Knowledge Proofs", + "knownFor": "Proving you know something without revealing it", + "rarity": "iconic", + "impact": 93, + "technical": 99, + "pioneering": 96, + "openness": 86, + "influence": 93, + "nationality": "Israel / USA", + "era": "1982-present", + "domains": [ + "Cryptography", + "Complexity theory", + "Zero-knowledge" + ], + "scouting": "With Silvio Micali and Charles Rackoff, introduced zero-knowledge interactive proofs, and with Micali the definition of semantic security that made modern encryption provable rather than merely unbroken. Two-time Godel Prize winner and Turing Award, 2012. Every zk-rollup and privacy protocol shipping today is standing on that 1985 paper.", + "note": "Formalised the idea of proving a thing without revealing it.", + "status": "locked", + "front": "/releases/v2/women/018-shafi-goldwasser/front.svg", + "back": "/releases/v2/women/018-shafi-goldwasser/back.svg", + "sources": [ + { + "label": "Shafi Goldwasser", + "url": "https://en.wikipedia.org/wiki/Shafi_Goldwasser" + }, + { + "label": "ACM A.M. Turing Award 2012", + "url": "https://amturing.acm.org/award_winners/goldwasser_8627889.cfm" + } + ], + "series": "women", + "id": "women/018-shafi-goldwasser", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:44:33.967Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Shafi+Goldwasser&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/018-shafi-goldwasser/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 19, + "slug": "karen-sparck-jones", + "name": "Karen Spärck Jones", + "title": "Inverse Document Frequency", + "knownFor": "The weighting that made search work", + "rarity": "legendary", + "impact": 90, + "technical": 94, + "pioneering": 94, + "openness": 90, + "influence": 92, + "nationality": "UK", + "era": "1964-2007", + "domains": [ + "Information retrieval", + "Natural language processing", + "Search" + ], + "scouting": "Her 1972 paper introduced inverse document frequency: rare terms tell you more than common ones. TF-IDF underpinned search engines for thirty years and is still the baseline every ranking system is measured against. She argued throughout her career that computing was too important to be left to men, and said so in those words.", + "note": "One weighting function, and search stopped being useless.", + "status": "locked", + "front": "/releases/v2/women/019-karen-sparck-jones/front.svg", + "back": "/releases/v2/women/019-karen-sparck-jones/back.svg", + "sources": [ + { + "label": "Karen Spärck Jones", + "url": "https://en.wikipedia.org/wiki/Karen_Sp%C3%A4rck_Jones" + }, + { + "label": "A statistical interpretation of term specificity (1972)", + "url": "https://www.emerald.com/insight/content/doi/10.1108/eb026526/full/html" + } + ], + "series": "women", + "id": "women/019-karen-sparck-jones", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:44:52.264Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Karen+Sp%C3%A4rck+Jones&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/019-karen-sparck-jones/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 20, + "slug": "cynthia-dwork", + "name": "Cynthia Dwork", + "title": "Differential Privacy", + "knownFor": "A formal definition of what privacy loss even means", + "rarity": "legendary", + "impact": 90, + "technical": 97, + "pioneering": 95, + "openness": 90, + "influence": 91, + "nationality": "USA", + "era": "2006-present", + "domains": [ + "Privacy", + "Cryptography", + "Algorithmic fairness" + ], + "scouting": "Co-invented differential privacy, which gave a mathematical definition to the amount of information a data release leaks about any one person, replacing a field of ad-hoc anonymisation that kept being broken. It is now in the US Census, Apple’s telemetry and Google’s. She also co-authored early work on proof-of-work and on algorithmic fairness.", + "note": "Turned privacy from a promise into a quantity you can bound.", + "status": "locked", + "front": "/releases/v2/women/020-cynthia-dwork/front.svg", + "back": "/releases/v2/women/020-cynthia-dwork/back.svg", + "sources": [ + { + "label": "Cynthia Dwork", + "url": "https://en.wikipedia.org/wiki/Cynthia_Dwork" + }, + { + "label": "Calibrating Noise to Sensitivity (2006)", + "url": "https://link.springer.com/chapter/10.1007/11681878_14" + } + ], + "series": "women", + "id": "women/020-cynthia-dwork", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:44:59.382Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Cynthia+Dwork&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/020-cynthia-dwork/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 21, + "slug": "anita-borg", + "name": "Anita Borg", + "title": "Founder of Systers", + "knownFor": "Building the network, and the conference that carries her name", + "rarity": "legendary", + "impact": 89, + "technical": 88, + "pioneering": 94, + "openness": 94, + "influence": 94, + "nationality": "USA", + "era": "1987-2003", + "domains": [ + "Operating systems", + "Community building", + "Advocacy" + ], + "scouting": "An OS researcher who built a fault-tolerant Unix and a memory architecture analysis tool, and who in 1987 started Systers, the first email network for women in computing. Co-founded the Grace Hopper Celebration and the Institute for Women and Technology. The conference now draws tens of thousands a year.", + "note": "Built the professional network that a generation of the others came through.", + "status": "locked", + "front": "/releases/v2/women/021-anita-borg/front.svg", + "back": "/releases/v2/women/021-anita-borg/back.svg", + "sources": [ + { + "label": "Anita Borg", + "url": "https://en.wikipedia.org/wiki/Anita_Borg" + }, + { + "label": "AnitaB.org", + "url": "https://anitab.org/" + } + ], + "series": "women", + "id": "women/021-anita-borg", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:45:00.441Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Anita+Borg&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/021-anita-borg/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 22, + "slug": "lynn-conway", + "name": "Lynn Conway", + "title": "The VLSI Revolution", + "knownFor": "Mead-Conway, and making chip design something you could teach", + "rarity": "iconic", + "impact": 94, + "technical": 98, + "pioneering": 97, + "openness": 96, + "influence": 95, + "nationality": "USA", + "era": "1964-2024", + "domains": [ + "VLSI design", + "Computer architecture", + "Design methodology" + ], + "scouting": "Invented dynamic instruction scheduling at IBM in the 1960s, was fired when she transitioned, and rebuilt her career from scratch. At Xerox PARC she and Carver Mead created the VLSI design methodology and the textbook that let universities teach chip design, then set up MOSIS so students could actually fabricate. Modern semiconductors are organised the way she said they should be.", + "note": "Did it twice, the second time after the industry threw her away.", + "status": "locked", + "front": "/releases/v2/women/022-lynn-conway/front.svg", + "back": "/releases/v2/women/022-lynn-conway/back.svg", + "sources": [ + { + "label": "Lynn Conway", + "url": "https://en.wikipedia.org/wiki/Lynn_Conway" + }, + { + "label": "Introduction to VLSI Systems", + "url": "https://en.wikipedia.org/wiki/Introduction_to_VLSI_Systems" + } + ], + "series": "women", + "id": "women/022-lynn-conway", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:45:16.289Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Lynn+Conway&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/022-lynn-conway/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 23, + "slug": "sophie-wilson", + "name": "Sophie Wilson", + "title": "Designer of the ARM Instruction Set", + "knownFor": "BBC BASIC, and the architecture in every phone on earth", + "rarity": "iconic", + "impact": 95, + "technical": 99, + "pioneering": 96, + "openness": 82, + "influence": 96, + "nationality": "UK", + "era": "1981-present", + "domains": [ + "Instruction set design", + "Microprocessors", + "Programming languages" + ], + "scouting": "Wrote BBC BASIC, then designed the original ARM instruction set with Steve Furber, a RISC architecture so efficient the first silicon ran on leakage current when its power was accidentally disconnected. There are now more ARM cores in the world than any other processor architecture, by a wide margin. Later designed the FirePath processor at Broadcom.", + "note": "The chip in your pocket runs her instruction set. So does the other one.", + "status": "locked", + "front": "/releases/v2/women/023-sophie-wilson/front.svg", + "back": "/releases/v2/women/023-sophie-wilson/back.svg", + "sources": [ + { + "label": "Sophie Wilson", + "url": "https://en.wikipedia.org/wiki/Sophie_Wilson" + }, + { + "label": "ARM architecture", + "url": "https://en.wikipedia.org/wiki/ARM_architecture_family" + } + ], + "series": "women", + "id": "women/023-sophie-wilson", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:45:24.431Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Sophie+Wilson&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "edition": 2, + "artwork": "/releases/v2/women/023-sophie-wilson/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 24, + "slug": "adele-goldberg", + "name": "Adele Goldberg", + "title": "Smalltalk and the Desktop", + "knownFor": "The object-oriented environment Apple walked out with", + "rarity": "legendary", + "impact": 91, + "technical": 94, + "pioneering": 95, + "openness": 90, + "influence": 93, + "nationality": "USA", + "era": "1973-present", + "domains": [ + "Object-oriented programming", + "Smalltalk", + "Interactive environments" + ], + "scouting": "At Xerox PARC she developed Smalltalk-80 with Alan Kay and Dan Ingalls and wrote the books that let anyone else learn it. She objected to demonstrating it to Steve Jobs and was overruled by management; the Macintosh interface followed. Smalltalk is where object-oriented programming and the modern IDE both actually come from.", + "note": "Told PARC not to show Jobs the demo. She was right.", + "status": "locked", + "front": "/releases/v2/women/024-adele-goldberg/front.svg", + "back": "/releases/v2/women/024-adele-goldberg/back.svg", + "sources": [ + { + "label": "Adele Goldberg", + "url": "https://en.wikipedia.org/wiki/Adele_Goldberg_(computer_scientist)" + }, + { + "label": "Smalltalk", + "url": "https://en.wikipedia.org/wiki/Smalltalk" + } + ], + "series": "women", + "id": "women/024-adele-goldberg", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:45:35.292Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Adele+Goldberg&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/024-adele-goldberg/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 25, + "slug": "susan-kare", + "name": "Susan Kare", + "title": "The Icons You Grew Up With", + "knownFor": "The Macintosh interface, one pixel at a time", + "rarity": "legendary", + "impact": 90, + "technical": 84, + "pioneering": 94, + "openness": 80, + "influence": 94, + "nationality": "USA", + "era": "1983-present", + "domains": [ + "Interface design", + "Iconography", + "Typography" + ], + "scouting": "Designed the original Macintosh icons, fonts and cursors on graph paper, inventing a visual grammar for direct manipulation that nobody had needed before. The Command key symbol, the trash can, the watch cursor and the Happy Mac are hers. Later did the same work for NeXT, Microsoft and IBM. Her bitmaps are in MoMA.", + "note": "Made the computer look friendly, in a 32 by 32 grid.", + "status": "locked", + "front": "/releases/v2/women/025-susan-kare/front.svg", + "back": "/releases/v2/women/025-susan-kare/back.svg", + "sources": [ + { + "label": "Susan Kare", + "url": "https://en.wikipedia.org/wiki/Susan_Kare" + }, + { + "label": "Her portfolio", + "url": "https://kare.com/" + } + ], + "series": "women", + "id": "women/025-susan-kare", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:45:40.115Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Susan+Kare&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/025-susan-kare/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 26, + "slug": "limor-fried", + "name": "Limor Fried", + "title": "Founder of Adafruit", + "knownFor": "Open hardware as a business that actually works", + "rarity": "legendary", + "impact": 88, + "technical": 92, + "pioneering": 90, + "openness": 99, + "influence": 90, + "nationality": "USA", + "era": "2005-present", + "domains": [ + "Open hardware", + "Electronics education", + "Manufacturing" + ], + "scouting": "Founded Adafruit from an MIT dorm room and built it into a substantial manufacturer that publishes its schematics, board files and firmware openly, alongside thousands of free tutorials. Leads CircuitPython, which put a REPL on microcontrollers and made embedded programming approachable. Proved open hardware can be a real company rather than a gesture.", + "note": "The openness score is 99 because the schematics ship with the product.", + "status": "locked", + "front": "/releases/v2/women/026-limor-fried/front.svg", + "back": "/releases/v2/women/026-limor-fried/back.svg", + "sources": [ + { + "label": "Limor Fried", + "url": "https://en.wikipedia.org/wiki/Limor_Fried" + }, + { + "label": "CircuitPython", + "url": "https://circuitpython.org/" + } + ], + "series": "women", + "id": "women/026-limor-fried", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:45:46.552Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Limor+Fried&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/026-limor-fried/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 27, + "slug": "mitchell-baker", + "name": "Mitchell Baker", + "title": "The Mozilla Public License", + "knownFor": "Keeping Netscape’s code free, and steering Firefox", + "rarity": "legendary", + "impact": 90, + "technical": 76, + "pioneering": 90, + "openness": 96, + "influence": 93, + "nationality": "USA", + "era": "1998-present", + "domains": [ + "Open source licensing", + "Governance", + "Browsers" + ], + "scouting": "Wrote the Mozilla Public License and led the Mozilla project through the open-sourcing of Netscape, the years when it looked dead, and the rise of Firefox, which broke Internet Explorer’s monopoly and dragged web standards forward. Chaired the Mozilla Foundation for two decades of arguing that the browser should answer to users.", + "note": "The reason there is still a browser engine not owned by an ad company.", + "status": "locked", + "front": "/releases/v2/women/027-mitchell-baker/front.svg", + "back": "/releases/v2/women/027-mitchell-baker/back.svg", + "sources": [ + { + "label": "Mitchell Baker", + "url": "https://en.wikipedia.org/wiki/Mitchell_Baker" + }, + { + "label": "Mozilla Public License", + "url": "https://www.mozilla.org/en-US/MPL/" + } + ], + "series": "women", + "id": "women/027-mitchell-baker", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:45:48.474Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Mitchell+Baker&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/027-mitchell-baker/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 28, + "slug": "audrey-tang", + "name": "Audrey Tang", + "title": "Open Government, Actually Open", + "knownFor": "g0v, Perl 6, and running a ministry in public", + "rarity": "legendary", + "impact": 89, + "technical": 94, + "pioneering": 94, + "openness": 99, + "influence": 90, + "nationality": "Taiwan", + "era": "2005-present", + "domains": [ + "Civic technology", + "Open government", + "Programming languages" + ], + "scouting": "Worked on Pugs, the first usable Perl 6 implementation, and on Haskell and Perl tooling, then became a central figure in g0v, the Taiwanese civic hacking community that forks government websites into working versions. As Taiwan’s digital minister she published transcripts of essentially every meeting she took, and used participatory tooling like vTaiwan on real policy.", + "note": "Published the minutes of her own meetings. All of them.", + "status": "locked", + "front": "/releases/v2/women/028-audrey-tang/front.svg", + "back": "/releases/v2/women/028-audrey-tang/back.svg", + "sources": [ + { + "label": "Audrey Tang", + "url": "https://en.wikipedia.org/wiki/Audrey_Tang" + }, + { + "label": "g0v", + "url": "https://g0v.tw/" + } + ], + "series": "women", + "id": "women/028-audrey-tang", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:45:48.815Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Audrey+Tang&limit=30", + "matches": [], + "rejectedCount": 2 + }, + "edition": 2, + "artwork": "/releases/v2/women/028-audrey-tang/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 29, + "slug": "karen-sandler", + "name": "Karen Sandler", + "title": "Software Freedom as a Medical Problem", + "knownFor": "The Software Freedom Conservancy, and asking to read her own pacemaker", + "rarity": "epic", + "impact": 85, + "technical": 78, + "pioneering": 90, + "openness": 98, + "influence": 88, + "nationality": "USA", + "era": "2005-present", + "domains": [ + "Software freedom", + "Licensing enforcement", + "Nonprofit governance" + ], + "scouting": "Executive director of the Software Freedom Conservancy, which provides the legal and financial home for a long list of open source projects and does the unglamorous work of GPL enforcement. A lawyer with a heart condition, she has made the argument for auditable code concrete by asking to see the source of the defibrillator implanted in her chest, and being refused.", + "note": "The strongest argument for source access anyone has: her own heart.", + "status": "locked", + "front": "/releases/v2/women/029-karen-sandler/front.svg", + "back": "/releases/v2/women/029-karen-sandler/back.svg", + "sources": [ + { + "label": "Karen Sandler", + "url": "https://en.wikipedia.org/wiki/Karen_Sandler" + }, + { + "label": "Software Freedom Conservancy", + "url": "https://sfconservancy.org/" + } + ], + "series": "women", + "id": "women/029-karen-sandler", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:45:52.284Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Karen+Sandler&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/029-karen-sandler/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 30, + "slug": "danese-cooper", + "name": "Danese Cooper", + "title": "The Open Source Diplomat", + "knownFor": "Open source programs at Sun, Intel, PayPal and the Node Foundation", + "rarity": "epic", + "impact": 84, + "technical": 80, + "pioneering": 88, + "openness": 96, + "influence": 88, + "nationality": "USA", + "era": "1999-present", + "domains": [ + "Open source strategy", + "Foundations", + "Corporate policy" + ], + "scouting": "Ran open source at Sun during the OpenSolaris and OpenOffice years, then at Intel, PayPal and Wikimedia, and chaired the Node.js Foundation through the io.js reconciliation. Served on the OSI board. Much of what a corporate open source program office does was invented by her arguing with lawyers, repeatedly, for twenty years.", + "note": "Spent two decades translating between engineers and general counsel.", + "status": "locked", + "front": "/releases/v2/women/030-danese-cooper/front.svg", + "back": "/releases/v2/women/030-danese-cooper/back.svg", + "sources": [ + { + "label": "Danese Cooper", + "url": "https://en.wikipedia.org/wiki/Danese_Cooper" + }, + { + "label": "Open Source Initiative", + "url": "https://opensource.org/" + } + ], + "series": "women", + "id": "women/030-danese-cooper", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:46:06.683Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Danese+Cooper&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/030-danese-cooper/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 31, + "slug": "allison-randal", + "name": "Allison Randal", + "title": "Languages, Foundations and Licences", + "knownFor": "Parrot, Perl 6 design, and chairing the OSI", + "rarity": "epic", + "impact": 83, + "technical": 90, + "pioneering": 86, + "openness": 96, + "influence": 85, + "nationality": "USA", + "era": "2001-present", + "domains": [ + "Virtual machines", + "Open source governance", + "Licensing" + ], + "scouting": "Led the Parrot virtual machine and worked on the Perl 6 design, then served as president of the Perl Foundation, chair of the Open Source Initiative, on the board of the Python Software Foundation, and at Canonical and HP on OpenStack. One of the few people equally credible on a language runtime and on licence text.", + "note": "Turns up wherever open source needs both a compiler and a constitution.", + "status": "locked", + "front": "/releases/v2/women/031-allison-randal/front.svg", + "back": "/releases/v2/women/031-allison-randal/back.svg", + "sources": [ + { + "label": "Allison Randal", + "url": "https://en.wikipedia.org/wiki/Allison_Randal" + }, + { + "label": "Her site", + "url": "https://www.allisonrandal.com/" + } + ], + "series": "women", + "id": "women/031-allison-randal", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:46:23.533Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Allison+Randal&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/031-allison-randal/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 32, + "slug": "valerie-aurora", + "name": "Valerie Aurora", + "title": "Filesystems and the Ada Initiative", + "knownFor": "Linux filesystem work, then changing how conferences behave", + "rarity": "epic", + "impact": 83, + "technical": 92, + "pioneering": 88, + "openness": 94, + "influence": 86, + "nationality": "USA", + "era": "2002-present", + "domains": [ + "Linux filesystems", + "Kernel development", + "Community standards" + ], + "scouting": "Worked on Linux filesystems including ext4, ChunkFS and union mounts, and wrote a long-running series on filesystem design for LWN. Co-founded the Ada Initiative, whose example anti-harassment policy was adopted across a large part of the conference circuit and materially changed what open source events tolerate.", + "note": "Shipped kernel code, then fixed the conferences that ran on it.", + "status": "locked", + "front": "/releases/v2/women/032-valerie-aurora/front.svg", + "back": "/releases/v2/women/032-valerie-aurora/back.svg", + "sources": [ + { + "label": "Valerie Aurora", + "url": "https://en.wikipedia.org/wiki/Valerie_Aurora" + }, + { + "label": "Her LWN filesystem writing", + "url": "https://lwn.net/Articles/190222/" + } + ], + "series": "women", + "id": "women/032-valerie-aurora", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:46:26.194Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Valerie+Aurora&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/032-valerie-aurora/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 33, + "slug": "coraline-ada-ehmke", + "name": "Coraline Ada Ehmke", + "title": "Author of the Contributor Covenant", + "knownFor": "The code of conduct most projects actually use", + "rarity": "epic", + "impact": 84, + "technical": 84, + "pioneering": 90, + "openness": 97, + "influence": 89, + "nationality": "USA", + "era": "2014-present", + "domains": [ + "Community governance", + "Codes of conduct", + "Ethical licensing" + ], + "scouting": "Wrote the Contributor Covenant in 2014; it has since been adopted by well over a hundred thousand projects including Linux, Rails and Kubernetes, and it is the reason most repositories have a CODE_OF_CONDUCT.md at all. Also created the Hippocratic License and the Organization for Ethical Source, and took a great deal of abuse for both.", + "note": "That file in the root of your repo is hers.", + "status": "locked", + "front": "/releases/v2/women/033-coraline-ada-ehmke/front.svg", + "back": "/releases/v2/women/033-coraline-ada-ehmke/back.svg", + "sources": [ + { + "label": "Coraline Ada Ehmke", + "url": "https://en.wikipedia.org/wiki/Coraline_Ada_Ehmke" + }, + { + "label": "Contributor Covenant", + "url": "https://www.contributor-covenant.org/" + } + ], + "series": "women", + "id": "women/033-coraline-ada-ehmke", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:46:35.871Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Coraline+Ada+Ehmke&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/033-coraline-ada-ehmke/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 34, + "slug": "sumana-harihareswara", + "name": "Sumana Harihareswara", + "title": "Maintainer of the Maintainers", + "knownFor": "pip’s resolver, PyPI funding, and taking project management seriously", + "rarity": "rare", + "impact": 80, + "technical": 84, + "pioneering": 82, + "openness": 96, + "influence": 82, + "nationality": "USA", + "era": "2010-present", + "domains": [ + "Python packaging", + "Project management", + "Open source sustainability" + ], + "scouting": "Led the successful grant-funded work to replace pip’s dependency resolver, a change every Python user benefits from and almost nobody noticed. Has worked on Wikimedia engineering community, Zulip and MediaWiki, and writes seriously about the unglamorous parts of open source: release management, funding, and how maintainers burn out.", + "note": "Fixed pip’s resolver. Consider what your builds were like before.", + "status": "locked", + "front": "/releases/v2/women/034-sumana-harihareswara/front.svg", + "back": "/releases/v2/women/034-sumana-harihareswara/back.svg", + "sources": [ + { + "label": "Sumana Harihareswara", + "url": "https://en.wikipedia.org/wiki/Sumana_Harihareswara" + }, + { + "label": "The pip resolver rollout", + "url": "https://pyfound.blogspot.com/2020/11/pip-20-3-new-resolver.html" + } + ], + "series": "women", + "id": "women/034-sumana-harihareswara", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:46:35.876Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Sumana+Harihareswara&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "edition": 2, + "artwork": "/releases/v2/women/034-sumana-harihareswara/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 35, + "slug": "latanya-sweeney", + "name": "Latanya Sweeney", + "title": "Re-identification, and k-Anonymity", + "knownFor": "Proving anonymised data is not anonymous", + "rarity": "legendary", + "impact": 88, + "technical": 94, + "pioneering": 95, + "openness": 90, + "influence": 90, + "nationality": "USA", + "era": "1997-present", + "domains": [ + "Data privacy", + "Re-identification", + "Technology policy" + ], + "scouting": "Showed that 87 percent of Americans could be uniquely identified from ZIP code, birth date and sex, then demonstrated it by re-identifying the Massachusetts governor’s medical records in a public dataset and mailing them to him. Proposed k-anonymity in response. Later served as chief technologist at the FTC and published work on discrimination in online ad delivery.", + "note": "Mailed the governor his own supposedly anonymous health records.", + "status": "locked", + "front": "/releases/v2/women/035-latanya-sweeney/front.svg", + "back": "/releases/v2/women/035-latanya-sweeney/back.svg", + "sources": [ + { + "label": "Latanya Sweeney", + "url": "https://en.wikipedia.org/wiki/Latanya_Sweeney" + }, + { + "label": "k-Anonymity (2002)", + "url": "https://dataprivacylab.org/dataprivacy/projects/kanonymity/kanonymity.pdf" + } + ], + "series": "women", + "id": "women/035-latanya-sweeney", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:46:38.861Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Latanya+Sweeney&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/035-latanya-sweeney/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 36, + "slug": "jessica-mckellar", + "name": "Jessica McKellar", + "title": "Python, and Who Gets to Join", + "knownFor": "CPython contributions and PSF leadership", + "rarity": "rare", + "impact": 79, + "technical": 88, + "pioneering": 80, + "openness": 94, + "influence": 82, + "nationality": "USA", + "era": "2010-present", + "domains": [ + "Python", + "Open source community", + "Developer education" + ], + "scouting": "CPython contributor, Python Software Foundation director and Twisted maintainer who did a large amount of the outreach work that widened who shows up to Python: Boston Python’s beginner workshops moved the local user group to roughly a third women, which nobody had managed before. Co-wrote a book on Twisted and taught a great deal for free.", + "note": "Ran the workshops that changed who was in the room.", + "status": "locked", + "front": "/releases/v2/women/036-jessica-mckellar/front.svg", + "back": "/releases/v2/women/036-jessica-mckellar/back.svg", + "sources": [ + { + "label": "Jessica McKellar", + "url": "https://en.wikipedia.org/wiki/Jessica_McKellar" + }, + { + "label": "Python Software Foundation", + "url": "https://www.python.org/psf/" + } + ], + "series": "women", + "id": "women/036-jessica-mckellar", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:46:39.924Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Jessica+McKellar&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/036-jessica-mckellar/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 37, + "slug": "carol-willing", + "name": "Carol Willing", + "title": "Jupyter and CPython", + "knownFor": "The notebook infrastructure science runs on", + "rarity": "epic", + "impact": 82, + "technical": 88, + "pioneering": 82, + "openness": 97, + "influence": 84, + "nationality": "USA", + "era": "2015-present", + "domains": [ + "Jupyter", + "Python core", + "Scientific computing" + ], + "scouting": "Project Jupyter steering council member and CPython core developer who has done a great deal of the work on JupyterHub and Binder, the pieces that turn a notebook from a file on someone’s laptop into shared, reproducible infrastructure. Served as a Python Steering Council member and does the release and mentoring work that keeps both projects running.", + "note": "Notebooks are how science ships now, and she maintains them.", + "status": "locked", + "front": "/releases/v2/women/037-carol-willing/front.svg", + "back": "/releases/v2/women/037-carol-willing/back.svg", + "sources": [ + { + "label": "Project Jupyter", + "url": "https://jupyter.org/about" + }, + { + "label": "Python Steering Council", + "url": "https://github.com/python/steering-council" + } + ], + "series": "women", + "id": "women/037-carol-willing", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:46:50.146Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Carol+Willing&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/037-carol-willing/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 38, + "slug": "julia-evans", + "name": "Julia Evans", + "title": "The Zines", + "knownFor": "Explaining systems programming so people actually understand it", + "rarity": "legendary", + "impact": 85, + "technical": 90, + "pioneering": 84, + "openness": 98, + "influence": 90, + "nationality": "Canada", + "era": "2013-present", + "domains": [ + "Systems programming", + "Debugging", + "Technical writing" + ], + "scouting": "Writes hand-drawn zines and a long-running blog that explain strace, tcpdump, DNS, containers, git internals and networking better than the manuals do, mostly by working through her own confusion in public. Wrote a Ruby profiler and various debugging tools. An enormous number of engineers learned how their machine works from her drawings.", + "note": "Made \"I do not understand this yet\" a legitimate way to write documentation.", + "status": "locked", + "front": "/releases/v2/women/038-julia-evans/front.svg", + "back": "/releases/v2/women/038-julia-evans/back.svg", + "sources": [ + { + "label": "Julia Evans’ blog", + "url": "https://jvns.ca/" + }, + { + "label": "Wizard Zines", + "url": "https://wizardzines.com/" + } + ], + "series": "women", + "id": "women/038-julia-evans", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:46:54.966Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Julia+Evans&limit=30", + "matches": [], + "rejectedCount": 3 + }, + "edition": 2, + "artwork": "/releases/v2/women/038-julia-evans/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 39, + "slug": "rachel-andrew", + "name": "Rachel Andrew", + "title": "CSS Grid, Explained", + "knownFor": "Getting the web to actually use its layout system", + "rarity": "epic", + "impact": 83, + "technical": 90, + "pioneering": 84, + "openness": 95, + "influence": 88, + "nationality": "UK", + "era": "2001-present", + "domains": [ + "CSS", + "Web standards", + "Technical writing" + ], + "scouting": "CSS Working Group invited expert and the person who did more than anyone to get CSS Grid understood and adopted, through Grid by Example, years of writing and a great deal of patient explanation. Later editor in chief of Smashing Magazine and now on the Chrome developer relations team writing the platform documentation.", + "note": "A spec nobody understands is a spec nobody ships. She fixed that.", + "status": "locked", + "front": "/releases/v2/women/039-rachel-andrew/front.svg", + "back": "/releases/v2/women/039-rachel-andrew/back.svg", + "sources": [ + { + "label": "Rachel Andrew", + "url": "https://rachelandrew.co.uk/" + }, + { + "label": "Grid by Example", + "url": "https://gridbyexample.com/" + } + ], + "series": "women", + "id": "women/039-rachel-andrew", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:47:01.524Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Rachel+Andrew&limit=30", + "matches": [], + "rejectedCount": 7 + }, + "edition": 2, + "artwork": "/releases/v2/women/039-rachel-andrew/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 40, + "slug": "jen-simmons", + "name": "Jen Simmons", + "title": "Layout on the Real Web", + "knownFor": "Intrinsic web design, and shipping CSS in Safari", + "rarity": "epic", + "impact": 82, + "technical": 90, + "pioneering": 86, + "openness": 92, + "influence": 86, + "nationality": "USA", + "era": "2013-present", + "domains": [ + "CSS", + "Layout", + "Browser engineering" + ], + "scouting": "Coined intrinsic web design for the layout approach Grid and Flexbox actually enable, and spent years demonstrating it in public so designers would stop rebuilding 2010 in a modern browser. Worked on Firefox developer tools including the Grid inspector, and is now an Apple evangelist and CSS Working Group member shipping the features in Safari.", + "note": "Argued the web should stop imitating print, then shipped the tools.", + "status": "locked", + "front": "/releases/v2/women/040-jen-simmons/front.svg", + "back": "/releases/v2/women/040-jen-simmons/back.svg", + "sources": [ + { + "label": "Jen Simmons", + "url": "https://jensimmons.com/" + }, + { + "label": "CSS Working Group", + "url": "https://www.w3.org/Style/CSS/members" + } + ], + "series": "women", + "id": "women/040-jen-simmons", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:47:12.059Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Jen+Simmons&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/040-jen-simmons/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 41, + "slug": "lea-verou", + "name": "Lea Verou", + "title": "CSS, and the Tools Around It", + "knownFor": "Prism, Mavo, and CSS Working Group membership", + "rarity": "epic", + "impact": 82, + "technical": 92, + "pioneering": 86, + "openness": 97, + "influence": 86, + "nationality": "Greece / USA", + "era": "2011-present", + "domains": [ + "CSS", + "Open source libraries", + "Web standards" + ], + "scouting": "Wrote Prism, the syntax highlighter running on a very large share of technical sites, and a run of small widely-used libraries. CSS Working Group invited expert who has driven several specs including colour functions, wrote CSS Secrets, and researches end-user programming at MIT. Nearly everything she makes is MIT licensed and on GitHub.", + "note": "The code highlighting on the docs you read this morning is probably hers.", + "status": "locked", + "front": "/releases/v2/women/041-lea-verou/front.svg", + "back": "/releases/v2/women/041-lea-verou/back.svg", + "sources": [ + { + "label": "Lea Verou", + "url": "https://lea.verou.me/" + }, + { + "label": "Prism", + "url": "https://github.com/PrismJS/prism" + } + ], + "series": "women", + "id": "women/041-lea-verou", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:47:13.403Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Lea+Verou&limit=30", + "matches": [], + "rejectedCount": 3 + }, + "edition": 2, + "artwork": "/releases/v2/women/041-lea-verou/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 42, + "slug": "sarah-drasner", + "name": "Sarah Drasner", + "title": "Animation, Vue and Developer Experience", + "knownFor": "Vue core team, SVG animation, and leading platform teams", + "rarity": "rare", + "impact": 79, + "technical": 88, + "pioneering": 80, + "openness": 93, + "influence": 84, + "nationality": "USA", + "era": "2016-present", + "domains": [ + "Vue", + "Web animation", + "Developer experience" + ], + "scouting": "Vue core team member who wrote much of the animation documentation and a well-regarded book on SVG animation, then led developer experience at Netlify, Google and Azure. Her writing on animation performance and on running engineering teams is widely read, and she has published a large amount of demo code for free.", + "note": "Made web animation a craft with technique rather than a pile of tricks.", + "status": "locked", + "front": "/releases/v2/women/042-sarah-drasner/front.svg", + "back": "/releases/v2/women/042-sarah-drasner/back.svg", + "sources": [ + { + "label": "Sarah Drasner", + "url": "https://sarah.dev/" + }, + { + "label": "Vue.js team", + "url": "https://vuejs.org/about/team" + } + ], + "series": "women", + "id": "women/042-sarah-drasner", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:47:14.086Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Sarah+Drasner&limit=30", + "matches": [], + "rejectedCount": 14 + }, + "edition": 2, + "artwork": "/releases/v2/women/042-sarah-drasner/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 43, + "slug": "leonie-watson", + "name": "Léonie Watson", + "title": "Accessibility in the Standards", + "knownFor": "W3C board, and making the platform work with a screen reader", + "rarity": "epic", + "impact": 82, + "technical": 86, + "pioneering": 86, + "openness": 94, + "influence": 87, + "nationality": "UK", + "era": "2010-present", + "domains": [ + "Accessibility", + "Web standards", + "Screen readers" + ], + "scouting": "A blind engineer who has served on the W3C Board of Directors, co-chaired the Web Applications Working Group and worked on the accessibility of HTML, ARIA and the Web Audio API from inside the specs rather than filing bugs from outside. Runs TetraLogical and has spent years teaching developers what their markup actually sounds like.", + "note": "Fixed accessibility where it is cheapest to fix: in the spec.", + "status": "locked", + "front": "/releases/v2/women/043-leonie-watson/front.svg", + "back": "/releases/v2/women/043-leonie-watson/back.svg", + "sources": [ + { + "label": "Léonie Watson", + "url": "https://tink.uk/about-me/" + }, + { + "label": "W3C", + "url": "https://www.w3.org/" + } + ], + "series": "women", + "id": "women/043-leonie-watson", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:47:17.549Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=L%C3%A9onie+Watson&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "edition": 2, + "artwork": "/releases/v2/women/043-leonie-watson/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 44, + "slug": "charity-majors", + "name": "Charity Majors", + "title": "Observability, and Testing in Production", + "knownFor": "Honeycomb, and the argument about unknown unknowns", + "rarity": "legendary", + "impact": 85, + "technical": 92, + "pioneering": 90, + "openness": 88, + "influence": 90, + "nationality": "USA", + "era": "2016-present", + "domains": [ + "Observability", + "Operations", + "Distributed systems" + ], + "scouting": "Co-founded Honeycomb and made the case that dashboards of pre-aggregated metrics cannot answer questions you did not think to ask, which reframed monitoring into observability and high-cardinality events. Co-wrote Observability Engineering and Database Reliability Engineering, and has been relentlessly, usefully rude about the idea that you can avoid testing in production.", + "note": "You do test in production. She just wants you to admit it and instrument it.", + "status": "locked", + "front": "/releases/v2/women/044-charity-majors/front.svg", + "back": "/releases/v2/women/044-charity-majors/back.svg", + "sources": [ + { + "label": "Charity Majors", + "url": "https://charity.wtf/" + }, + { + "label": "Observability Engineering", + "url": "https://www.honeycomb.io/observability-engineering-oreilly-book-2022" + } + ], + "series": "women", + "id": "women/044-charity-majors", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:47:18.322Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Charity+Majors&limit=30", + "matches": [], + "rejectedCount": 2 + }, + "edition": 2, + "artwork": "/releases/v2/women/044-charity-majors/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 45, + "slug": "liz-fong-jones", + "name": "Liz Fong-Jones", + "title": "SRE in the Open", + "knownFor": "Site reliability practice, OpenTelemetry advocacy, and organising", + "rarity": "epic", + "impact": 82, + "technical": 90, + "pioneering": 84, + "openness": 92, + "influence": 86, + "nationality": "USA", + "era": "2011-present", + "domains": [ + "Site reliability", + "Observability", + "Labour organising" + ], + "scouting": "Was a Google SRE for over a decade, then principal developer advocate at Honeycomb, pushing OpenTelemetry and publishing a great deal on SLOs and reliability practice that teams actually adopt. Also one of the more visible organisers in the tech worker movement, which cost her something and which she has been candid about.", + "note": "Publishes the reliability practice most companies keep as tribal knowledge.", + "status": "locked", + "front": "/releases/v2/women/045-liz-fong-jones/front.svg", + "back": "/releases/v2/women/045-liz-fong-jones/back.svg", + "sources": [ + { + "label": "Liz Fong-Jones", + "url": "https://en.wikipedia.org/wiki/Liz_Fong-Jones" + }, + { + "label": "Her writing", + "url": "https://www.honeycomb.io/authors/liz-fong-jones" + } + ], + "series": "women", + "id": "women/045-liz-fong-jones", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:47:26.221Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Liz+Fong-Jones&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "edition": 2, + "artwork": "/releases/v2/women/045-liz-fong-jones/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 46, + "slug": "jessie-frazelle", + "name": "Jessie Frazelle", + "title": "Containers, and Then Silicon", + "knownFor": "Docker maintainer, container security, and Oxide", + "rarity": "legendary", + "impact": 85, + "technical": 96, + "pioneering": 88, + "openness": 96, + "influence": 87, + "nationality": "USA", + "era": "2014-present", + "domains": [ + "Containers", + "Linux security", + "Hardware" + ], + "scouting": "A core Docker maintainer during the years containers took over, known for running absolutely everything in one including desktop applications, and for the seccomp and AppArmor work on container isolation. Later worked on Kubernetes and GitHub, then co-founded Oxide Computer to build servers with an open firmware stack, which is a much harder version of the same argument.", + "note": "Containerised her own desktop to prove a point, then went after firmware.", + "status": "locked", + "front": "/releases/v2/women/046-jessie-frazelle/front.svg", + "back": "/releases/v2/women/046-jessie-frazelle/back.svg", + "sources": [ + { + "label": "Jessie Frazelle", + "url": "https://en.wikipedia.org/wiki/Jessie_Frazelle" + }, + { + "label": "Oxide Computer", + "url": "https://oxide.computer/" + } + ], + "series": "women", + "id": "women/046-jessie-frazelle", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:47:28.587Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Jessie+Frazelle&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/046-jessie-frazelle/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 47, + "slug": "camille-fournier", + "name": "Camille Fournier", + "title": "ZooKeeper, and The Manager’s Path", + "knownFor": "Distributed coordination, then teaching engineers to lead", + "rarity": "epic", + "impact": 83, + "technical": 90, + "pioneering": 82, + "openness": 90, + "influence": 88, + "nationality": "USA", + "era": "2011-present", + "domains": [ + "Distributed systems", + "Engineering leadership", + "Apache projects" + ], + "scouting": "Apache ZooKeeper committer and project chair, and CTO of Rent the Runway, then head of platform engineering at Two Sigma. Wrote The Manager’s Path, which is the book most engineers are handed when they first lead a team, and which is unusually honest about the parts of the job that are not fun.", + "note": "Shipped the coordination service, then documented the harder job.", + "status": "locked", + "front": "/releases/v2/women/047-camille-fournier/front.svg", + "back": "/releases/v2/women/047-camille-fournier/back.svg", + "sources": [ + { + "label": "Camille Fournier", + "url": "https://www.elidedbranches.com/" + }, + { + "label": "Apache ZooKeeper", + "url": "https://zookeeper.apache.org/" + } + ], + "series": "women", + "id": "women/047-camille-fournier", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:47:34.433Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Camille+Fournier&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "edition": 2, + "artwork": "/releases/v2/women/047-camille-fournier/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 48, + "slug": "timnit-gebru", + "name": "Timnit Gebru", + "title": "Stochastic Parrots", + "knownFor": "The paper Google fired her over, and DAIR", + "rarity": "iconic", + "impact": 90, + "technical": 90, + "pioneering": 94, + "openness": 92, + "influence": 94, + "nationality": "Ethiopia / USA", + "era": "2017-present", + "domains": [ + "Algorithmic bias", + "AI ethics", + "Research independence" + ], + "scouting": "Co-authored Gender Shades with Joy Buolamwini, measuring commercial face recognition error rates that reached 34 percent for darker-skinned women against near zero for lighter-skinned men, which forced public changes from IBM and Microsoft. Co-led Google’s ethical AI team until her exit over the Stochastic Parrots paper, then founded DAIR to do the research outside a company.", + "note": "The exit made the news. The measurements are why the paper mattered.", + "status": "locked", + "front": "/releases/v2/women/048-timnit-gebru/front.svg", + "back": "/releases/v2/women/048-timnit-gebru/back.svg", + "sources": [ + { + "label": "Timnit Gebru", + "url": "https://en.wikipedia.org/wiki/Timnit_Gebru" + }, + { + "label": "Stochastic Parrots (2021)", + "url": "https://dl.acm.org/doi/10.1145/3442188.3445922" + }, + { + "label": "DAIR Institute", + "url": "https://www.dair-institute.org/" + } + ], + "series": "women", + "id": "women/048-timnit-gebru", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:47:37.706Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Timnit+Gebru&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "edition": 2, + "artwork": "/releases/v2/women/048-timnit-gebru/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 49, + "slug": "joy-buolamwini", + "name": "Joy Buolamwini", + "title": "Gender Shades", + "knownFor": "Auditing face recognition, and being invisible to it", + "rarity": "legendary", + "impact": 88, + "technical": 88, + "pioneering": 94, + "openness": 92, + "influence": 92, + "nationality": "Ghana / USA", + "era": "2016-present", + "domains": [ + "Algorithmic auditing", + "Computer vision", + "Policy" + ], + "scouting": "Found as an MIT student that face detection would not see her face until she put on a white mask, and turned that into Gender Shades, a systematic audit of commercial classifiers by skin tone and gender. Founded the Algorithmic Justice League. The work fed directly into moratoria on police use of face recognition in several US cities.", + "note": "Started with a white mask in a lab and ended in city legislation.", + "status": "locked", + "front": "/releases/v2/women/049-joy-buolamwini/front.svg", + "back": "/releases/v2/women/049-joy-buolamwini/back.svg", + "sources": [ + { + "label": "Joy Buolamwini", + "url": "https://en.wikipedia.org/wiki/Joy_Buolamwini" + }, + { + "label": "Gender Shades", + "url": "http://gendershades.org/" + } + ], + "series": "women", + "id": "women/049-joy-buolamwini", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:47:49.698Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Joy+Buolamwini&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/049-joy-buolamwini/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 50, + "slug": "margaret-mitchell", + "name": "Margaret Mitchell", + "title": "Model Cards", + "knownFor": "Documentation standards for models, and refusing to stop asking", + "rarity": "epic", + "impact": 84, + "technical": 90, + "pioneering": 90, + "openness": 94, + "influence": 87, + "nationality": "USA", + "era": "2018-present", + "domains": [ + "Model documentation", + "AI ethics", + "Evaluation" + ], + "scouting": "Founded and co-led Google’s ethical AI team, and first-authored Model Cards for Model Reporting, which proposed that a released model should ship with a document stating its intended use, its evaluation data and where it performs worse. Hugging Face made model cards a default. She was fired alongside Gebru and is now chief ethics scientist at Hugging Face.", + "note": "Every model card on the Hub traces back to one 2019 paper.", + "status": "locked", + "front": "/releases/v2/women/050-margaret-mitchell/front.svg", + "back": "/releases/v2/women/050-margaret-mitchell/back.svg", + "sources": [ + { + "label": "Margaret Mitchell", + "url": "https://en.wikipedia.org/wiki/Margaret_Mitchell_(scientist)" + }, + { + "label": "Model Cards for Model Reporting (2019)", + "url": "https://arxiv.org/abs/1810.03993" + } + ], + "series": "women", + "id": "women/050-margaret-mitchell", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:47:50.391Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Margaret+Mitchell&limit=30", + "matches": [], + "rejectedCount": 4 + }, + "edition": 2, + "artwork": "/releases/v2/women/050-margaret-mitchell/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 1, + "slug": "david-packard", + "name": "David Packard", + "title": "Co-founder and CEO, Hewlett-Packard", + "knownFor": "The garage, and the management doctrine that came out of it", + "rarity": "legendary", + "impact": 90, + "product": 78, + "operating": 95, + "openness": 62, + "influence": 92, + "nationality": "USA", + "era": "1939–1996", + "domains": [ + "Instruments", + "Computing", + "Management" + ], + "scouting": "Started HP in a Palo Alto garage in 1939 with Bill Hewlett and $538, and grew it into the template every Valley company copied: engineers running engineering, profit sharing, and an across-the-board pay cut rather than layoffs in a downturn. He set the practice down late in life as The HP Way. The garage is now a California historical landmark.", + "note": "Invented the Silicon Valley company before there was a Silicon Valley to put it in.", + "status": "locked", + "front": "/releases/v2/ceos/001-david-packard/front.svg", + "back": "/releases/v2/ceos/001-david-packard/back.svg", + "sources": [ + { + "label": "David Packard", + "url": "https://en.wikipedia.org/wiki/David_Packard" + }, + { + "label": "The HP Way", + "url": "https://en.wikipedia.org/wiki/The_HP_Way" + } + ], + "series": "ceos", + "id": "ceos/001-david-packard", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:48:01.914Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=David+Packard&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/001-david-packard/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 2, + "slug": "akio-morita", + "name": "Akio Morita", + "title": "Co-founder and CEO, Sony", + "knownFor": "Making Japanese electronics the thing to beat", + "rarity": "legendary", + "impact": 89, + "product": 92, + "operating": 90, + "openness": 40, + "influence": 88, + "nationality": "Japan", + "era": "1946–1994", + "domains": [ + "Consumer electronics", + "Manufacturing", + "Global brands" + ], + "scouting": "Co-founded Sony in the ruins of postwar Tokyo and spent forty years insisting a Japanese company could sell to the world under its own name rather than someone else’s label. Pushed the transistor radio, the Trinitron and, over his own engineers’ objections, the Walkman, a tape player with no record function that sold hundreds of millions. He also lost the format war with Betamax.", + "note": "Proved a hardware brand could be built on taste rather than price.", + "status": "locked", + "front": "/releases/v2/ceos/002-akio-morita/front.svg", + "back": "/releases/v2/ceos/002-akio-morita/back.svg", + "sources": [ + { + "label": "Akio Morita", + "url": "https://en.wikipedia.org/wiki/Akio_Morita" + }, + { + "label": "Walkman", + "url": "https://en.wikipedia.org/wiki/Walkman" + } + ], + "series": "ceos", + "id": "ceos/002-akio-morita", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:48:02.191Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Akio+Morita&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/002-akio-morita/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 3, + "slug": "thomas-watson-jr", + "name": "Thomas J. Watson Jr.", + "title": "President and CEO, IBM", + "knownFor": "Betting the company on the System/360", + "rarity": "legendary", + "impact": 92, + "product": 84, + "operating": 96, + "openness": 45, + "influence": 94, + "nationality": "USA", + "era": "1952–1971", + "domains": [ + "Mainframes", + "Compatibility", + "Corporate computing" + ], + "scouting": "Took over his father’s punched-card company and moved it into electronic computing over considerable internal objection. The System/360, announced in 1964 after a development effort usually costed at around $5 billion, was the bet: one architecture spanning the whole product line, so a customer’s software survived the next hardware purchase. Backwards compatibility as a commercial strategy starts here, and mainframes running 360-descended code are still in production sixty years later.", + "note": "The most expensive product decision anyone in computing had made, and it worked.", + "status": "locked", + "front": "/releases/v2/ceos/003-thomas-watson-jr/front.svg", + "back": "/releases/v2/ceos/003-thomas-watson-jr/back.svg", + "sources": [ + { + "label": "Thomas J. Watson Jr.", + "url": "https://en.wikipedia.org/wiki/Thomas_J._Watson_Jr." + }, + { + "label": "IBM System/360", + "url": "https://en.wikipedia.org/wiki/IBM_System/360" + } + ], + "series": "ceos", + "id": "ceos/003-thomas-watson-jr", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:48:03.446Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Thomas+J.+Watson+Jr.&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/003-thomas-watson-jr/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 4, + "slug": "ken-olsen", + "name": "Ken Olsen", + "title": "Founder and President, Digital Equipment Corporation", + "knownFor": "The minicomputer, and the machines Unix was written on", + "rarity": "epic", + "impact": 86, + "product": 88, + "operating": 74, + "openness": 66, + "influence": 90, + "nationality": "USA", + "era": "1957–1992", + "domains": [ + "Minicomputers", + "PDP", + "VAX" + ], + "scouting": "Founded DEC in 1957 and built computers people could put their hands on, at a time when a computer meant a room you booked time in. The PDP-7 and PDP-11 are where Unix and C were written; the VAX and VMS ran a generation of university and research computing. He also spent the 1980s dismissing the personal computer, and DEC was sold to Compaq six years after he left.", + "note": "Every Unix story starts on one of his machines. The PC story ended his company.", + "status": "locked", + "front": "/releases/v2/ceos/004-ken-olsen/front.svg", + "back": "/releases/v2/ceos/004-ken-olsen/back.svg", + "sources": [ + { + "label": "Ken Olsen", + "url": "https://en.wikipedia.org/wiki/Ken_Olsen" + }, + { + "label": "PDP-11", + "url": "https://en.wikipedia.org/wiki/PDP-11" + } + ], + "series": "ceos", + "id": "ceos/004-ken-olsen", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:48:14.204Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Ken+Olsen&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/004-ken-olsen/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 5, + "slug": "robert-noyce", + "name": "Robert Noyce", + "title": "Co-founder and CEO, Intel", + "knownFor": "The integrated circuit, then the company that mass-produced it", + "rarity": "legendary", + "impact": 93, + "product": 95, + "operating": 82, + "openness": 55, + "influence": 95, + "nationality": "USA", + "era": "1957–1990", + "domains": [ + "Semiconductors", + "Integrated circuits", + "Founding" + ], + "scouting": "Co-invented the silicon integrated circuit at Fairchild, independently of Jack Kilby at Texas Instruments, then co-founded Intel with Gordon Moore in 1968 to build memory and, later, microprocessors. He ran it with the open-plan, no-reserved-parking informality that became the industry’s house style. He was called the Mayor of Silicon Valley, and the eight who walked out of Shockley Semiconductor with him seeded most of what followed.", + "note": "Half the companies in the Valley trace their org chart back to his.", + "status": "locked", + "front": "/releases/v2/ceos/005-robert-noyce/front.svg", + "back": "/releases/v2/ceos/005-robert-noyce/back.svg", + "sources": [ + { + "label": "Robert Noyce", + "url": "https://en.wikipedia.org/wiki/Robert_Noyce" + }, + { + "label": "Integrated circuit", + "url": "https://en.wikipedia.org/wiki/Integrated_circuit" + } + ], + "series": "ceos", + "id": "ceos/005-robert-noyce", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:48:30.117Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Robert+Noyce&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/005-robert-noyce/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 6, + "slug": "gordon-moore", + "name": "Gordon Moore", + "title": "Co-founder and CEO, Intel", + "knownFor": "The observation the whole industry then had to keep true", + "rarity": "legendary", + "impact": 92, + "product": 90, + "operating": 86, + "openness": 52, + "influence": 96, + "nationality": "USA", + "era": "1965–2023", + "domains": [ + "Semiconductors", + "Process technology", + "Forecasting" + ], + "scouting": "Wrote a short article for Electronics magazine in 1965 noting that the number of components on a chip had been doubling on a regular cadence and would keep doing so. Moore’s law was a market observation that turned into a roadmap the semiconductor industry then organised itself around, decade after decade. He was Intel’s CEO from 1975 to 1987, through the period that made the microprocessor the company’s business.", + "note": "The one forecast in tech that firms spent sixty years and trillions of dollars making come true.", + "status": "locked", + "front": "/releases/v2/ceos/006-gordon-moore/front.svg", + "back": "/releases/v2/ceos/006-gordon-moore/back.svg", + "sources": [ + { + "label": "Gordon Moore", + "url": "https://en.wikipedia.org/wiki/Gordon_Moore" + }, + { + "label": "Moore’s law", + "url": "https://en.wikipedia.org/wiki/Moore%27s_law" + } + ], + "series": "ceos", + "id": "ceos/006-gordon-moore", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:48:35.660Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Gordon+Moore&limit=30", + "matches": [], + "rejectedCount": 22 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/006-gordon-moore/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 7, + "slug": "bill-gates", + "name": "Bill Gates", + "title": "Co-founder and CEO, Microsoft", + "knownFor": "Software as a licensed product, on every desk", + "rarity": "iconic", + "impact": 97, + "product": 92, + "operating": 96, + "openness": 20, + "influence": 99, + "nationality": "USA", + "era": "1975–2008", + "domains": [ + "Operating systems", + "Licensing", + "Applications" + ], + "scouting": "Understood before anyone that the money was in the software, not the machine, and structured the 1980 MS-DOS deal with IBM to keep the right to license it to everybody else. His 1976 Open Letter to Hobbyists, which called copying Altair BASIC theft, is the document free software spent twenty years arguing with. Microsoft was found to have violated the Sherman Act in 2000.", + "note": "The counterparty in the argument this entire site descends from.", + "status": "locked", + "front": "/releases/v2/ceos/007-bill-gates/front.svg", + "back": "/releases/v2/ceos/007-bill-gates/back.svg", + "sources": [ + { + "label": "Bill Gates", + "url": "https://en.wikipedia.org/wiki/Bill_Gates" + }, + { + "label": "An Open Letter to Hobbyists (1976)", + "url": "https://en.wikipedia.org/wiki/Open_Letter_to_Hobbyists" + }, + { + "label": "United States v. Microsoft Corp.", + "url": "https://en.wikipedia.org/wiki/United_States_v._Microsoft_Corp." + } + ], + "series": "ceos", + "id": "ceos/007-bill-gates", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:48:37.183Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Bill+Gates&limit=30", + "matches": [], + "rejectedCount": 25 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/007-bill-gates/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 8, + "slug": "steve-jobs", + "name": "Steve Jobs", + "title": "Co-founder and CEO, Apple", + "knownFor": "Apple twice, NeXT, Pixar, and the phone", + "rarity": "iconic", + "impact": 99, + "product": 99, + "operating": 88, + "openness": 44, + "influence": 99, + "nationality": "USA", + "era": "1976–2011", + "domains": [ + "Personal computing", + "Product design", + "Consumer devices" + ], + "scouting": "Co-founded Apple in 1976, was forced out in 1985, founded NeXT, bought Pixar, and returned in 1997 to a company close to insolvency. What came back with him mattered technically as well as commercially: NeXTSTEP became macOS and iOS, putting a BSD-derived Unix under hundreds of millions of consumer machines, and Apple’s KHTML fork became WebKit. The iPhone reset what a computer is.", + "note": "Ran the most valuable company on earth on taste, and got away with it.", + "status": "locked", + "front": "/releases/v2/ceos/008-steve-jobs/front.svg", + "back": "/releases/v2/ceos/008-steve-jobs/back.svg", + "sources": [ + { + "label": "Steve Jobs", + "url": "https://en.wikipedia.org/wiki/Steve_Jobs" + }, + { + "label": "WebKit", + "url": "https://en.wikipedia.org/wiki/WebKit" + }, + { + "label": "NeXTSTEP", + "url": "https://en.wikipedia.org/wiki/NeXTSTEP" + } + ], + "series": "ceos", + "id": "ceos/008-steve-jobs", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:48:56.395Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Steve+Jobs&limit=30", + "matches": [], + "rejectedCount": 30 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/008-steve-jobs/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 9, + "slug": "larry-ellison", + "name": "Larry Ellison", + "title": "Co-founder and CEO, Oracle", + "knownFor": "Selling the relational database to the enterprise", + "rarity": "legendary", + "impact": 90, + "product": 80, + "operating": 94, + "openness": 25, + "influence": 91, + "nationality": "USA", + "era": "1977–2014", + "domains": [ + "Databases", + "Enterprise software", + "Acquisitions" + ], + "scouting": "Read Codd’s paper on the relational model and shipped a commercial product from it before IBM did, then spent thirty-seven years as CEO making Oracle the enterprise system of record, largely by acquisition: PeopleSoft, Siebel, and in 2010 Sun. That made Oracle the steward of Java and MySQL, and the plaintiff in Google v. Oracle. The Supreme Court ruled fair use in 2021.", + "note": "Owns more of the software you depend on than the licence file admits.", + "status": "locked", + "front": "/releases/v2/ceos/009-larry-ellison/front.svg", + "back": "/releases/v2/ceos/009-larry-ellison/back.svg", + "sources": [ + { + "label": "Larry Ellison", + "url": "https://en.wikipedia.org/wiki/Larry_Ellison" + }, + { + "label": "Google LLC v. Oracle America, Inc.", + "url": "https://en.wikipedia.org/wiki/Google_LLC_v._Oracle_America,_Inc." + } + ], + "series": "ceos", + "id": "ceos/009-larry-ellison", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:49:12.631Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Larry+Ellison&limit=30", + "matches": [], + "rejectedCount": 6 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/009-larry-ellison/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 10, + "slug": "narayana-murthy", + "name": "N. R. Narayana Murthy", + "title": "Co-founder and CEO, Infosys", + "knownFor": "Building the Indian software industry as an export business", + "rarity": "epic", + "impact": 84, + "product": 62, + "operating": 93, + "openness": 48, + "influence": 86, + "nationality": "India", + "era": "1981–2014", + "domains": [ + "IT services", + "Offshore delivery", + "Corporate governance" + ], + "scouting": "Founded Infosys in 1981 with six colleagues and seed money borrowed from his wife, and built it into the company that made offshore software delivery a credible global business rather than a cost-cutting rumour. Infosys became the first India-registered company listed on Nasdaq, in 1999. Domestically he was as known for insisting on Western-standard disclosure and governance at a time when neither was expected of an Indian firm.", + "note": "Rewired where the world’s software gets written, without writing much of it himself.", + "status": "locked", + "front": "/releases/v2/ceos/010-narayana-murthy/front.svg", + "back": "/releases/v2/ceos/010-narayana-murthy/back.svg", + "sources": [ + { + "label": "N. R. Narayana Murthy", + "url": "https://en.wikipedia.org/wiki/N._R._Narayana_Murthy" + }, + { + "label": "Infosys", + "url": "https://en.wikipedia.org/wiki/Infosys" + } + ], + "series": "ceos", + "id": "ceos/010-narayana-murthy", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:49:12.635Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=N.+R.+Narayana+Murthy&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/010-narayana-murthy/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 11, + "slug": "masayoshi-son", + "name": "Masayoshi Son", + "title": "Founder and CEO, SoftBank", + "knownFor": "The largest technology bets ever placed, in both directions", + "rarity": "epic", + "impact": 82, + "product": 45, + "operating": 80, + "openness": 42, + "influence": 88, + "nationality": "Japan", + "era": "1981–", + "domains": [ + "Investment", + "Telecoms", + "Semiconductors" + ], + "scouting": "Built SoftBank from software distribution into a telecoms operator and then the most consequential technology investor alive. An early stake in Alibaba, bought for around $20 million, returned tens of billions. He acquired Arm, whose instruction set is in essentially every phone on earth, for about $32 billion in 2016, and launched the $100 billion Vision Fund, which then produced WeWork.", + "note": "Nobody has been spectacularly right and spectacularly wrong at this scale.", + "status": "locked", + "front": "/releases/v2/ceos/011-masayoshi-son/front.svg", + "back": "/releases/v2/ceos/011-masayoshi-son/back.svg", + "sources": [ + { + "label": "Masayoshi Son", + "url": "https://en.wikipedia.org/wiki/Masayoshi_Son" + }, + { + "label": "SoftBank Vision Fund", + "url": "https://en.wikipedia.org/wiki/SoftBank_Vision_Fund" + } + ], + "series": "ceos", + "id": "ceos/011-masayoshi-son", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:49:23.321Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Masayoshi+Son&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/011-masayoshi-son/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 12, + "slug": "michael-dell", + "name": "Michael Dell", + "title": "Founder and CEO, Dell", + "knownFor": "Build to order, and the largest tech buyout of its time", + "rarity": "epic", + "impact": 83, + "product": 70, + "operating": 96, + "openness": 55, + "influence": 84, + "nationality": "USA", + "era": "1984–", + "domains": [ + "PCs", + "Supply chain", + "Enterprise hardware" + ], + "scouting": "Started assembling PCs in a University of Texas dorm room in 1984 and turned direct sales and negative working capital into a manufacturing weapon: the customer paid before the supplier did. He took the company private in a $24.4 billion buyout in 2013, then bought EMC, and with it VMware, for about $67 billion in 2016.", + "note": "The supply chain was the product. Everything else was a box.", + "status": "locked", + "front": "/releases/v2/ceos/012-michael-dell/front.svg", + "back": "/releases/v2/ceos/012-michael-dell/back.svg", + "sources": [ + { + "label": "Michael Dell", + "url": "https://en.wikipedia.org/wiki/Michael_Dell" + }, + { + "label": "Dell Technologies", + "url": "https://en.wikipedia.org/wiki/Dell_Technologies" + } + ], + "series": "ceos", + "id": "ceos/012-michael-dell", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:49:25.843Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Michael+Dell&limit=30", + "matches": [], + "rejectedCount": 4 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/012-michael-dell/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 13, + "slug": "scott-mcnealy", + "name": "Scott McNealy", + "title": "Co-founder and CEO, Sun Microsystems", + "knownFor": "The network is the computer, and giving Java away", + "rarity": "legendary", + "impact": 88, + "product": 85, + "operating": 78, + "openness": 88, + "influence": 90, + "nationality": "USA", + "era": "1984–2006", + "domains": [ + "Workstations", + "Java", + "Open source" + ], + "scouting": "Ran Sun for twenty-two years and shipped an extraordinary amount of what the internet was built on: NFS, SPARC, Solaris and Java. Sun published NFS as an open specification, released OpenSolaris in 2005 and put Java under the GPL in 2006, decisions that outlived the company since OpenJDK is what most Java runs on today. Commodity Linux boxes killed the workstation business.", + "note": "Gave away more load-bearing software than any CEO before him, and still lost the company.", + "status": "locked", + "front": "/releases/v2/ceos/013-scott-mcnealy/front.svg", + "back": "/releases/v2/ceos/013-scott-mcnealy/back.svg", + "sources": [ + { + "label": "Scott McNealy", + "url": "https://en.wikipedia.org/wiki/Scott_McNealy" + }, + { + "label": "OpenJDK", + "url": "https://en.wikipedia.org/wiki/OpenJDK" + }, + { + "label": "Sun Microsystems", + "url": "https://en.wikipedia.org/wiki/Sun_Microsystems" + } + ], + "series": "ceos", + "id": "ceos/013-scott-mcnealy", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:49:38.044Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Scott+McNealy&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/013-scott-mcnealy/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 14, + "slug": "morris-chang", + "name": "Morris Chang", + "title": "Founder and CEO, TSMC", + "knownFor": "Inventing the pure-play foundry, and with it the fabless industry", + "rarity": "iconic", + "impact": 96, + "product": 88, + "operating": 98, + "openness": 50, + "influence": 97, + "nationality": "Taiwan / USA", + "era": "1987–2018", + "domains": [ + "Semiconductors", + "Manufacturing", + "Foundry model" + ], + "scouting": "Spent twenty-five years at Texas Instruments, then founded TSMC in 1987 on a proposition nobody had tried: a chip factory that designs nothing of its own and therefore never competes with its customers. That decision is why a company can exist with brilliant chip designers and no fab, which is to say why Nvidia, AMD and Apple Silicon exist in their current form.", + "note": "Changed the shape of an entire industry by choosing what not to build.", + "status": "locked", + "front": "/releases/v2/ceos/014-morris-chang/front.svg", + "back": "/releases/v2/ceos/014-morris-chang/back.svg", + "sources": [ + { + "label": "Morris Chang", + "url": "https://en.wikipedia.org/wiki/Morris_Chang" + }, + { + "label": "TSMC", + "url": "https://en.wikipedia.org/wiki/TSMC" + }, + { + "label": "Foundry model", + "url": "https://en.wikipedia.org/wiki/Semiconductor_fabrication_plant" + } + ], + "series": "ceos", + "id": "ceos/014-morris-chang", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:49:45.946Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Morris+Chang&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/014-morris-chang/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 15, + "slug": "andy-grove", + "name": "Andrew Grove", + "title": "CEO, Intel", + "knownFor": "The memory-to-microprocessor pivot, and the management text about it", + "rarity": "legendary", + "impact": 91, + "product": 86, + "operating": 97, + "openness": 40, + "influence": 93, + "nationality": "Hungary / USA", + "era": "1968–2005", + "domains": [ + "Semiconductors", + "Management", + "Manufacturing" + ], + "scouting": "Escaped Hungary in 1956, joined Intel as its first hire, and as CEO from 1987 to 1998 pushed the company out of the memory business it was founded on and into microprocessors, after Japanese competitors made DRAM unprofitable. He wrote the discipline up in High Output Management and Only the Paranoid Survive. Intel’s revenue grew roughly tenfold on his watch.", + "note": "Killed his own company’s founding product before somebody else did.", + "status": "locked", + "front": "/releases/v2/ceos/015-andy-grove/front.svg", + "back": "/releases/v2/ceos/015-andy-grove/back.svg", + "sources": [ + { + "label": "Andrew Grove", + "url": "https://en.wikipedia.org/wiki/Andrew_Grove" + }, + { + "label": "Only the Paranoid Survive", + "url": "https://en.wikipedia.org/wiki/Only_the_Paranoid_Survive" + } + ], + "series": "ceos", + "id": "ceos/015-andy-grove", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:49:54.057Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Andrew+Grove&limit=30", + "matches": [], + "rejectedCount": 2 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/015-andy-grove/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 16, + "slug": "ren-zhengfei", + "name": "Ren Zhengfei", + "title": "Founder and CEO, Huawei", + "knownFor": "The world’s largest telecom equipment maker, and the sanctions fight", + "rarity": "epic", + "impact": 85, + "product": 72, + "operating": 94, + "openness": 58, + "influence": 87, + "nationality": "China", + "era": "1987–", + "domains": [ + "Telecom equipment", + "Smartphones", + "Geopolitics" + ], + "scouting": "Founded Huawei in Shenzhen in 1987 reselling telephone switches, and built the largest supplier of telecommunications equipment on earth. US restrictions from 2019 cut the company off from advanced chips and Google’s Android services, and the response was to fund substitutes in the open: HarmonyOS, and openEuler and openGauss handed to a Chinese open source foundation.", + "note": "Carded for scale and for what being cut off made the company release.", + "status": "locked", + "front": "/releases/v2/ceos/016-ren-zhengfei/front.svg", + "back": "/releases/v2/ceos/016-ren-zhengfei/back.svg", + "sources": [ + { + "label": "Ren Zhengfei", + "url": "https://en.wikipedia.org/wiki/Ren_Zhengfei" + }, + { + "label": "Huawei", + "url": "https://en.wikipedia.org/wiki/Huawei" + }, + { + "label": "openEuler", + "url": "https://en.wikipedia.org/wiki/EulerOS" + } + ], + "series": "ceos", + "id": "ceos/016-ren-zhengfei", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:49:54.856Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Ren+Zhengfei&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/016-ren-zhengfei/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 17, + "slug": "lou-gerstner", + "name": "Lou Gerstner", + "title": "Chairman and CEO, IBM", + "knownFor": "Turning IBM around, and putting a billion dollars behind Linux", + "rarity": "legendary", + "impact": 88, + "product": 60, + "operating": 97, + "openness": 82, + "influence": 90, + "nationality": "USA", + "era": "1993–2002", + "domains": [ + "Enterprise", + "Services", + "Linux" + ], + "scouting": "Arrived from RJR Nabisco in 1993 at an IBM losing billions and widely expected to be broken up, kept it whole, and pivoted it from hardware to services. The decision that matters here was announced in 2000: roughly a billion dollars of IBM investment into Linux, plus lawyers and patent cover. Nothing did more to make Linux acceptable in enterprise procurement.", + "note": "The suit who made Linux safe to buy.", + "status": "locked", + "front": "/releases/v2/ceos/017-lou-gerstner/front.svg", + "back": "/releases/v2/ceos/017-lou-gerstner/back.svg", + "sources": [ + { + "label": "Louis V. Gerstner Jr.", + "url": "https://en.wikipedia.org/wiki/Louis_V._Gerstner_Jr." + }, + { + "label": "History of IBM", + "url": "https://en.wikipedia.org/wiki/History_of_IBM" + }, + { + "label": "Linux adoption", + "url": "https://en.wikipedia.org/wiki/Linux_adoption" + } + ], + "series": "ceos", + "id": "ceos/017-lou-gerstner", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:50:06.915Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Lou+Gerstner&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/017-lou-gerstner/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 18, + "slug": "jensen-huang", + "name": "Jensen Huang", + "title": "Co-founder and CEO, Nvidia", + "knownFor": "CUDA, and the hardware the entire AI industry runs on", + "rarity": "iconic", + "impact": 97, + "product": 96, + "operating": 95, + "openness": 48, + "influence": 98, + "nationality": "Taiwan / USA", + "era": "1993–", + "domains": [ + "GPUs", + "CUDA", + "AI infrastructure" + ], + "scouting": "Co-founded Nvidia in 1993 to build graphics chips for games, then funded CUDA, a way to run general computation on them, long before there was a market for it. When deep learning arrived, the hardware and the programming model were already there. The open source relationship is two-sided: the proprietary Linux driver drew Torvalds’ famous 2012 insult, and the kernel modules were opened in 2022.", + "note": "Spent a decade funding a bet on a market that did not exist yet.", + "status": "locked", + "front": "/releases/v2/ceos/018-jensen-huang/front.svg", + "back": "/releases/v2/ceos/018-jensen-huang/back.svg", + "sources": [ + { + "label": "Jensen Huang", + "url": "https://en.wikipedia.org/wiki/Jensen_Huang" + }, + { + "label": "CUDA", + "url": "https://en.wikipedia.org/wiki/CUDA" + }, + { + "label": "Nvidia open GPU kernel modules", + "url": "https://github.com/NVIDIA/open-gpu-kernel-modules" + } + ], + "series": "ceos", + "id": "ceos/018-jensen-huang", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:50:17.170Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Jensen+Huang&limit=30", + "matches": [], + "rejectedCount": 8 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/018-jensen-huang/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 19, + "slug": "bob-young", + "name": "Bob Young", + "title": "Co-founder and CEO, Red Hat", + "knownFor": "Proving you can build a real business on software you give away", + "rarity": "legendary", + "impact": 89, + "product": 70, + "operating": 84, + "openness": 99, + "influence": 92, + "nationality": "Canada / USA", + "era": "1993–1999", + "domains": [ + "Linux distributions", + "Open source business", + "Subscriptions" + ], + "scouting": "Sold Linux CDs out of a catalogue business, co-founded Red Hat with Marc Ewing, and worked out the argument that made open source investable: nobody pays for the bits, they pay for support, certification and someone to call. Red Hat’s 1999 IPO was one of the largest first-day gains in Nasdaq history, and the moment Wall Street conceded free software was a business.", + "note": "The business model half of open source has one author, and it is him.", + "status": "locked", + "front": "/releases/v2/ceos/019-bob-young/front.svg", + "back": "/releases/v2/ceos/019-bob-young/back.svg", + "sources": [ + { + "label": "Bob Young", + "url": "https://en.wikipedia.org/wiki/Bob_Young_(businessman)" + }, + { + "label": "Red Hat", + "url": "https://en.wikipedia.org/wiki/Red_Hat" + } + ], + "series": "ceos", + "id": "ceos/019-bob-young", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:50:17.909Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Bob+Young&limit=30", + "matches": [], + "rejectedCount": 30 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/019-bob-young/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 20, + "slug": "jeff-bezos", + "name": "Jeff Bezos", + "title": "Founder and CEO, Amazon", + "knownFor": "Retail, then renting the internet its computers", + "rarity": "iconic", + "impact": 96, + "product": 90, + "operating": 99, + "openness": 46, + "influence": 97, + "nationality": "USA", + "era": "1994–2021", + "domains": [ + "E-commerce", + "Cloud", + "Logistics" + ], + "scouting": "Started an online bookshop in 1994 and ran it for twenty-seven years on deliberately thin margins and reinvestment, which is how it outlasted competitors optimising for quarterly profit. The decision with the deepest technical consequences was internal: an API mandate that every team expose its data over service interfaces, which turned Amazon’s own plumbing into AWS in 2006.", + "note": "Sold books until the warehouse for the internet turned out to be the business.", + "status": "locked", + "front": "/releases/v2/ceos/020-jeff-bezos/front.svg", + "back": "/releases/v2/ceos/020-jeff-bezos/back.svg", + "sources": [ + { + "label": "Jeff Bezos", + "url": "https://en.wikipedia.org/wiki/Jeff_Bezos" + }, + { + "label": "Amazon Web Services", + "url": "https://en.wikipedia.org/wiki/Amazon_Web_Services" + } + ], + "series": "ceos", + "id": "ceos/020-jeff-bezos", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:50:20.626Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Jeff+Bezos&limit=30", + "matches": [], + "rejectedCount": 13 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/020-jeff-bezos/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 21, + "slug": "reed-hastings", + "name": "Reed Hastings", + "title": "Co-founder and CEO, Netflix", + "knownFor": "Cannibalising his own business twice, on purpose", + "rarity": "epic", + "impact": 85, + "product": 88, + "operating": 90, + "openness": 74, + "influence": 87, + "nationality": "USA", + "era": "1997–2023", + "domains": [ + "Streaming", + "Distributed systems", + "Culture" + ], + "scouting": "Co-founded Netflix as a DVD-by-post service in 1997, launched streaming in 2007 against his own profitable business, then commissioned originals against the studios he licensed from. Netflix engineering shaped how the industry runs services at scale and published most of it: Chaos Monkey, Hystrix, Eureka and Zuul all shipped as open source, and chaos engineering came out of that work.", + "note": "Broke his own company twice before anyone else could.", + "status": "locked", + "front": "/releases/v2/ceos/021-reed-hastings/front.svg", + "back": "/releases/v2/ceos/021-reed-hastings/back.svg", + "sources": [ + { + "label": "Reed Hastings", + "url": "https://en.wikipedia.org/wiki/Reed_Hastings" + }, + { + "label": "Chaos Monkey", + "url": "https://en.wikipedia.org/wiki/Chaos_engineering" + }, + { + "label": "Netflix Open Source", + "url": "https://netflix.github.io/" + } + ], + "series": "ceos", + "id": "ceos/021-reed-hastings", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:50:30.487Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Reed+Hastings&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/021-reed-hastings/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 22, + "slug": "meg-whitman", + "name": "Meg Whitman", + "title": "CEO, eBay and Hewlett-Packard", + "knownFor": "Scaling the first great internet marketplace", + "rarity": "epic", + "impact": 80, + "product": 68, + "operating": 94, + "openness": 50, + "influence": 82, + "nationality": "USA", + "era": "1998–2018", + "domains": [ + "Marketplaces", + "Payments", + "Enterprise" + ], + "scouting": "Joined eBay in 1998 when it had a few dozen employees and left in 2008 with tens of thousands, having turned an auction site into proof that strangers would transact online at scale, and having bought PayPal in 2002, which mattered more to the internet than the auctions did. She later ran HP through its split into HP Inc and HPE.", + "note": "Made online payment between strangers normal, which everything after assumes.", + "status": "locked", + "front": "/releases/v2/ceos/022-meg-whitman/front.svg", + "back": "/releases/v2/ceos/022-meg-whitman/back.svg", + "sources": [ + { + "label": "Meg Whitman", + "url": "https://en.wikipedia.org/wiki/Meg_Whitman" + }, + { + "label": "eBay", + "url": "https://en.wikipedia.org/wiki/EBay" + } + ], + "series": "ceos", + "id": "ceos/022-meg-whitman", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:50:37.236Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Meg+Whitman&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/022-meg-whitman/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 23, + "slug": "diane-greene", + "name": "Diane Greene", + "title": "Co-founder and CEO, VMware", + "knownFor": "Making virtualisation work on commodity x86", + "rarity": "legendary", + "impact": 87, + "product": 92, + "operating": 88, + "openness": 60, + "influence": 89, + "nationality": "USA", + "era": "1998–2019", + "domains": [ + "Virtualisation", + "Data centres", + "Cloud" + ], + "scouting": "Co-founded VMware in 1998 and ran it for a decade, shipping the thing everyone had been told was impractical: efficient virtualisation of an x86 architecture never designed for it. The consequence is the modern data centre. Server consolidation, live migration and the economics that made public cloud viable all rest on that work. She later ran Google Cloud.", + "note": "Every cloud instance you have ever rented is downstream of her company’s hypervisor.", + "status": "locked", + "front": "/releases/v2/ceos/023-diane-greene/front.svg", + "back": "/releases/v2/ceos/023-diane-greene/back.svg", + "sources": [ + { + "label": "Diane Greene", + "url": "https://en.wikipedia.org/wiki/Diane_Greene" + }, + { + "label": "VMware", + "url": "https://en.wikipedia.org/wiki/VMware" + } + ], + "series": "ceos", + "id": "ceos/023-diane-greene", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:50:47.017Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Diane+Greene&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/023-diane-greene/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 24, + "slug": "larry-page", + "name": "Larry Page", + "title": "Co-founder and CEO, Google and Alphabet", + "knownFor": "PageRank, then giving away the mobile operating system", + "rarity": "iconic", + "impact": 96, + "product": 94, + "operating": 88, + "openness": 76, + "influence": 97, + "nationality": "USA", + "era": "1998–2019", + "domains": [ + "Search", + "Android", + "Infrastructure" + ], + "scouting": "Co-invented PageRank as a Stanford graduate student and co-founded Google in 1998, serving as CEO twice. Two decisions on his watch had enormous open source consequence: Android was released permissively and given to handset makers, which is why most phones run a Linux kernel, and Chromium was open-sourced, which is why nearly every non-Safari browser is a Chromium derivative.", + "note": "The most consequential giving-away of code by a company that was not trying to be an open source company.", + "status": "locked", + "front": "/releases/v2/ceos/024-larry-page/front.svg", + "back": "/releases/v2/ceos/024-larry-page/back.svg", + "sources": [ + { + "label": "Larry Page", + "url": "https://en.wikipedia.org/wiki/Larry_Page" + }, + { + "label": "Android (operating system)", + "url": "https://en.wikipedia.org/wiki/Android_(operating_system)" + }, + { + "label": "Chromium", + "url": "https://en.wikipedia.org/wiki/Chromium_(web_browser)" + } + ], + "series": "ceos", + "id": "ceos/024-larry-page", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:51:03.482Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Larry+Page&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/024-larry-page/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 25, + "slug": "marc-benioff", + "name": "Marc Benioff", + "title": "Founder and CEO, Salesforce", + "knownFor": "The End of Software, and the subscription model that replaced it", + "rarity": "epic", + "impact": 84, + "product": 76, + "operating": 93, + "openness": 44, + "influence": 88, + "nationality": "USA", + "era": "1999–", + "domains": [ + "SaaS", + "Enterprise", + "Cloud" + ], + "scouting": "Left Oracle to found Salesforce in 1999 behind a marketing campaign built on a red circle struck through the word Software, and made multi-tenant applications delivered over a browser the default way businesses buy anything. Almost every enterprise product now sold by subscription, including most open source companies’ commercial tiers, operates in the category he legitimised.", + "note": "Invented the pricing page the rest of the industry now uses.", + "status": "locked", + "front": "/releases/v2/ceos/025-marc-benioff/front.svg", + "back": "/releases/v2/ceos/025-marc-benioff/back.svg", + "sources": [ + { + "label": "Marc Benioff", + "url": "https://en.wikipedia.org/wiki/Marc_Benioff" + }, + { + "label": "Salesforce", + "url": "https://en.wikipedia.org/wiki/Salesforce" + } + ], + "series": "ceos", + "id": "ceos/025-marc-benioff", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:51:05.018Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Marc+Benioff&limit=30", + "matches": [], + "rejectedCount": 2 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/025-marc-benioff/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 26, + "slug": "jack-ma", + "name": "Jack Ma", + "title": "Founder and CEO, Alibaba", + "knownFor": "Building China’s commerce infrastructure from an apartment", + "rarity": "epic", + "impact": 84, + "product": 66, + "operating": 92, + "openness": 60, + "influence": 87, + "nationality": "China", + "era": "1999–2019", + "domains": [ + "E-commerce", + "Payments", + "Cloud" + ], + "scouting": "A former English teacher who founded Alibaba in his Hangzhou apartment in 1999, beat eBay in China with Taobao, and solved the trust problem with an escrow payment system that became Alipay. Alibaba’s 2014 New York listing raised about $25 billion, the largest IPO in history at the time. Dubbo and RocketMQ are Apache projects that came out of the company.", + "note": "The card that shows how much of the internet was built outside Silicon Valley.", + "status": "locked", + "front": "/releases/v2/ceos/026-jack-ma/front.svg", + "back": "/releases/v2/ceos/026-jack-ma/back.svg", + "sources": [ + { + "label": "Jack Ma", + "url": "https://en.wikipedia.org/wiki/Jack_Ma" + }, + { + "label": "Alibaba Group", + "url": "https://en.wikipedia.org/wiki/Alibaba_Group" + }, + { + "label": "Apache Dubbo", + "url": "https://dubbo.apache.org/" + } + ], + "series": "ceos", + "id": "ceos/026-jack-ma", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:51:20.127Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Jack+Ma&limit=30", + "matches": [], + "rejectedCount": 30 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/026-jack-ma/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 27, + "slug": "marten-mickos", + "name": "Mårten Mickos", + "title": "CEO, MySQL AB", + "knownFor": "The billion-dollar exit that made open core a category", + "rarity": "epic", + "impact": 80, + "product": 66, + "operating": 86, + "openness": 94, + "influence": 84, + "nationality": "Finland", + "era": "2001–", + "domains": [ + "Databases", + "Open source business", + "Security" + ], + "scouting": "Ran MySQL AB from 2001 and sold it to Sun in 2008 for about a billion dollars, the most anyone had paid for an open source company. MySQL was the M in LAMP, so the deal proved a freely licensed database with a paid support tier could be worth as much as a proprietary one. He later ran Eucalyptus and HackerOne.", + "note": "The exit every open source founder cited for the following decade.", + "status": "locked", + "front": "/releases/v2/ceos/027-marten-mickos/front.svg", + "back": "/releases/v2/ceos/027-marten-mickos/back.svg", + "sources": [ + { + "label": "Mårten Mickos", + "url": "https://en.wikipedia.org/wiki/M%C3%A5rten_Mickos" + }, + { + "label": "MySQL AB", + "url": "https://en.wikipedia.org/wiki/MySQL_AB" + } + ], + "series": "ceos", + "id": "ceos/027-marten-mickos", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:51:42.566Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=M%C3%A5rten+Mickos&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/027-marten-mickos/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 28, + "slug": "eric-schmidt", + "name": "Eric Schmidt", + "title": "CEO, Google; previously CEO, Novell", + "knownFor": "Turning a research culture into an operating company", + "rarity": "epic", + "impact": 83, + "product": 70, + "operating": 94, + "openness": 72, + "influence": 86, + "nationality": "USA", + "era": "1997–2020", + "domains": [ + "Search", + "Advertising", + "Enterprise" + ], + "scouting": "Worked on Unix tooling early, was CTO at Sun during the Java years and CEO of Novell, then ran Google from 2001 to 2011, hired as adult supervision for two founders in their twenties. He built the advertising machine and the management structure that carried the company from a few hundred people to tens of thousands, and presided over the Android and YouTube acquisitions.", + "note": "Three of the companies on this card list are places he ran or nearly did.", + "status": "locked", + "front": "/releases/v2/ceos/028-eric-schmidt/front.svg", + "back": "/releases/v2/ceos/028-eric-schmidt/back.svg", + "sources": [ + { + "label": "Eric Schmidt", + "url": "https://en.wikipedia.org/wiki/Eric_Schmidt" + }, + { + "label": "Lex (software)", + "url": "https://en.wikipedia.org/wiki/Lex_(software)" + } + ], + "series": "ceos", + "id": "ceos/028-eric-schmidt", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:51:53.836Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Eric+Schmidt&limit=30", + "matches": [], + "rejectedCount": 4 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/028-eric-schmidt/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 29, + "slug": "mark-zuckerberg", + "name": "Mark Zuckerberg", + "title": "Founder and CEO, Meta", + "knownFor": "Three billion users, React, PyTorch and open-weight models", + "rarity": "iconic", + "impact": 94, + "product": 90, + "operating": 92, + "openness": 80, + "influence": 95, + "nationality": "USA", + "era": "2004–", + "domains": [ + "Social platforms", + "Open source", + "AI" + ], + "scouting": "Founded Facebook in a Harvard dorm in 2004 and still runs the company two decades and about three billion users later, through Cambridge Analytica, the Instagram and WhatsApp deals, and the pivot to Meta. The open source record is enormous and largely separate from the reputational one: React, PyTorch, GraphQL, RocksDB, the Open Compute Project, and the Llama open-weight models.", + "note": "The most-criticised CEO in tech also runs its largest open source operation.", + "status": "locked", + "front": "/releases/v2/ceos/029-mark-zuckerberg/front.svg", + "back": "/releases/v2/ceos/029-mark-zuckerberg/back.svg", + "sources": [ + { + "label": "Mark Zuckerberg", + "url": "https://en.wikipedia.org/wiki/Mark_Zuckerberg" + }, + { + "label": "React", + "url": "https://en.wikipedia.org/wiki/React_(software)" + }, + { + "label": "Llama (language model)", + "url": "https://en.wikipedia.org/wiki/Llama_(language_model)" + } + ], + "series": "ceos", + "id": "ceos/029-mark-zuckerberg", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:52:00.507Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Mark+Zuckerberg&limit=30", + "matches": [], + "rejectedCount": 21 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/029-mark-zuckerberg/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 30, + "slug": "tobias-lutke", + "name": "Tobias Lütke", + "title": "Founder and CEO, Shopify", + "knownFor": "A Rails core contributor who kept the company on Rails", + "rarity": "epic", + "impact": 80, + "product": 94, + "operating": 88, + "openness": 86, + "influence": 82, + "nationality": "Germany / Canada", + "era": "2004–", + "domains": [ + "E-commerce", + "Ruby", + "Developer platforms" + ], + "scouting": "Tried to sell snowboards online in 2004, found the available software unusable, and wrote his own in Ruby on Rails, early enough that he became a Rails core contributor while doing it. Shopify grew into the platform behind millions of storefronts and remains one of the largest Ruby deployments anywhere, with Liquid, its templating language, released as open source.", + "note": "The rare public-company CEO whose GitHub profile is not decorative.", + "status": "locked", + "front": "/releases/v2/ceos/030-tobias-lutke/front.svg", + "back": "/releases/v2/ceos/030-tobias-lutke/back.svg", + "sources": [ + { + "label": "Tobias Lütke", + "url": "https://en.wikipedia.org/wiki/Tobias_L%C3%BCtke" + }, + { + "label": "Liquid (template language)", + "url": "https://github.com/Shopify/liquid" + }, + { + "label": "Shopify", + "url": "https://en.wikipedia.org/wiki/Shopify" + } + ], + "series": "ceos", + "id": "ceos/030-tobias-lutke", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:52:16.943Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Tobias+L%C3%BCtke&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/030-tobias-lutke/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 31, + "slug": "elon-musk", + "name": "Elon Musk", + "title": "CEO, Tesla, SpaceX and X", + "knownFor": "Rockets, electric cars, and releasing the patents", + "rarity": "iconic", + "impact": 93, + "product": 90, + "operating": 88, + "openness": 64, + "influence": 95, + "nationality": "South Africa / USA", + "era": "2002–", + "domains": [ + "Aerospace", + "Automotive", + "Social platforms" + ], + "scouting": "Runs several companies at once and has changed at least two industries: SpaceX made orbital launch reusable and drove cost per kilogram down by an order of magnitude, and Tesla made electric cars something people wanted rather than tolerated. In 2014 Tesla pledged not to enforce its patents against anyone using them in good faith. He bought Twitter for $44 billion in 2022.", + "note": "Carded for the launch cost curve and the patent pledge, not the posting.", + "status": "locked", + "front": "/releases/v2/ceos/031-elon-musk/front.svg", + "back": "/releases/v2/ceos/031-elon-musk/back.svg", + "sources": [ + { + "label": "Elon Musk", + "url": "https://en.wikipedia.org/wiki/Elon_Musk" + }, + { + "label": "Tesla, Inc.", + "url": "https://en.wikipedia.org/wiki/Tesla,_Inc." + }, + { + "label": "SpaceX reusable launch system", + "url": "https://en.wikipedia.org/wiki/SpaceX_reusable_launch_system_development_program" + } + ], + "series": "ceos", + "id": "ceos/031-elon-musk", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:52:36.838Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Elon+Musk&limit=30", + "matches": [], + "rejectedCount": 30 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/031-elon-musk/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 32, + "slug": "daniel-ek", + "name": "Daniel Ek", + "title": "Co-founder and CEO, Spotify", + "knownFor": "Making streaming better than piracy", + "rarity": "rare", + "impact": 76, + "product": 86, + "operating": 84, + "openness": 78, + "influence": 78, + "nationality": "Sweden", + "era": "2006–", + "domains": [ + "Streaming", + "Licensing", + "Developer tooling" + ], + "scouting": "Co-founded Spotify in Stockholm in 2006 with an engineering goal that sounds trivial and was not: a track had to start playing faster than a pirated file on your own disk. The early peer-to-peer work solved it, and the licensing deals dragged the record industry into a model it had spent a decade litigating against. Spotify also gave the industry Backstage.", + "note": "Beat piracy on latency, which is a more honest explanation than the marketing.", + "status": "locked", + "front": "/releases/v2/ceos/032-daniel-ek/front.svg", + "back": "/releases/v2/ceos/032-daniel-ek/back.svg", + "sources": [ + { + "label": "Daniel Ek", + "url": "https://en.wikipedia.org/wiki/Daniel_Ek" + }, + { + "label": "Backstage", + "url": "https://backstage.io/" + } + ], + "series": "ceos", + "id": "ceos/032-daniel-ek", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:53:10.692Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Daniel+Ek&limit=30", + "matches": [], + "rejectedCount": 2 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/032-daniel-ek/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 33, + "slug": "andy-jassy", + "name": "Andy Jassy", + "title": "Founder of AWS; CEO, Amazon", + "knownFor": "Building the cloud, and the licence backlash it caused", + "rarity": "legendary", + "impact": 89, + "product": 84, + "operating": 95, + "openness": 52, + "influence": 91, + "nationality": "USA", + "era": "2003–", + "domains": [ + "Cloud", + "Infrastructure", + "Enterprise" + ], + "scouting": "Wrote the original business plan for what became AWS and ran it from 2006 until succeeding Bezos in 2021. AWS turned computing into a utility. It also set off the defining licensing fight of the era: Elastic, MongoDB and Redis changed licences over managed services built on their code, and Amazon forked Elasticsearch into OpenSearch, later donated to the Linux Foundation.", + "note": "The reason the SSPL exists, and the reason OpenSearch does.", + "status": "locked", + "front": "/releases/v2/ceos/033-andy-jassy/front.svg", + "back": "/releases/v2/ceos/033-andy-jassy/back.svg", + "sources": [ + { + "label": "Andy Jassy", + "url": "https://en.wikipedia.org/wiki/Andy_Jassy" + }, + { + "label": "OpenSearch", + "url": "https://en.wikipedia.org/wiki/OpenSearch_(software)" + }, + { + "label": "Server Side Public License", + "url": "https://en.wikipedia.org/wiki/Server_Side_Public_License" + } + ], + "series": "ceos", + "id": "ceos/033-andy-jassy", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:53:13.889Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Andy+Jassy&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/033-andy-jassy/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 34, + "slug": "chris-wanstrath", + "name": "Chris Wanstrath", + "title": "Co-founder and CEO, GitHub", + "knownFor": "The place the world’s open source moved to", + "rarity": "legendary", + "impact": 88, + "product": 92, + "operating": 78, + "openness": 90, + "influence": 92, + "nationality": "USA", + "era": "2008–2018", + "domains": [ + "Developer platforms", + "Git", + "Collaboration" + ], + "scouting": "Co-founded GitHub in 2008 and was CEO through the period when it became the default home of open source, largely by making the pull request a social object rather than a mailing-list patch. The company was bootstrapped for four years, ran on a famously flat structure that later came apart, and sold to Microsoft for $7.5 billion in 2018.", + "note": "Turned reviewing a patch into something people do for fun.", + "status": "locked", + "front": "/releases/v2/ceos/034-chris-wanstrath/front.svg", + "back": "/releases/v2/ceos/034-chris-wanstrath/back.svg", + "sources": [ + { + "label": "Chris Wanstrath", + "url": "https://en.wikipedia.org/wiki/Chris_Wanstrath" + }, + { + "label": "GitHub", + "url": "https://en.wikipedia.org/wiki/GitHub" + }, + { + "label": "Electron", + "url": "https://en.wikipedia.org/wiki/Electron_(software_framework)" + } + ], + "series": "ceos", + "id": "ceos/034-chris-wanstrath", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:53:16.319Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Chris+Wanstrath&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/034-chris-wanstrath/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 35, + "slug": "jim-whitehurst", + "name": "Jim Whitehurst", + "title": "CEO, Red Hat", + "knownFor": "Taking an open source company past three billion in revenue", + "rarity": "epic", + "impact": 83, + "product": 62, + "operating": 94, + "openness": 92, + "influence": 85, + "nationality": "USA", + "era": "2008–2020", + "domains": [ + "Linux", + "Open source business", + "Enterprise" + ], + "scouting": "Came from Delta Air Lines to run Red Hat in 2008 and grew it from about $500 million to over $3 billion in annual revenue, the first open source company at that scale, before selling to IBM for $34 billion in 2019. He wrote The Open Organization, and backed the OpenShift bet on Kubernetes early.", + "note": "The proof that the open source business model scales past the true believers.", + "status": "locked", + "front": "/releases/v2/ceos/035-jim-whitehurst/front.svg", + "back": "/releases/v2/ceos/035-jim-whitehurst/back.svg", + "sources": [ + { + "label": "Jim Whitehurst", + "url": "https://en.wikipedia.org/wiki/Jim_Whitehurst" + }, + { + "label": "IBM acquisition of Red Hat", + "url": "https://en.wikipedia.org/wiki/Red_Hat" + } + ], + "series": "ceos", + "id": "ceos/035-jim-whitehurst", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:53:37.732Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Jim+Whitehurst&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/035-jim-whitehurst/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 36, + "slug": "matthew-prince", + "name": "Matthew Prince", + "title": "Co-founder and CEO, Cloudflare", + "knownFor": "A free tier that quietly became internet infrastructure", + "rarity": "epic", + "impact": 82, + "product": 86, + "operating": 88, + "openness": 80, + "influence": 84, + "nationality": "USA", + "era": "2009–", + "domains": [ + "CDN", + "Security", + "Edge computing" + ], + "scouting": "Co-founded Cloudflare in 2009 with Michelle Zatlyn and Lee Holloway and gave away DDoS protection and a CDN to anyone who asked, which is why a large share of the web now passes through it. The company open-sourced Quiche, Pingora and the Workers runtime, funded Let’s Encrypt, and runs Project Galileo for civil society sites at no charge.", + "note": "Gave away the expensive part and made the internet structurally dependent on it.", + "status": "locked", + "front": "/releases/v2/ceos/036-matthew-prince/front.svg", + "back": "/releases/v2/ceos/036-matthew-prince/back.svg", + "sources": [ + { + "label": "Matthew Prince", + "url": "https://en.wikipedia.org/wiki/Matthew_Prince" + }, + { + "label": "Cloudflare", + "url": "https://en.wikipedia.org/wiki/Cloudflare" + }, + { + "label": "Pingora", + "url": "https://github.com/cloudflare/pingora" + } + ], + "series": "ceos", + "id": "ceos/036-matthew-prince", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:53:38.099Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Matthew+Prince&limit=30", + "matches": [], + "rejectedCount": 6 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/036-matthew-prince/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 37, + "slug": "patrick-collison", + "name": "Patrick Collison", + "title": "Co-founder and CEO, Stripe", + "knownFor": "Seven lines of code instead of a merchant account", + "rarity": "epic", + "impact": 82, + "product": 92, + "operating": 88, + "openness": 66, + "influence": 85, + "nationality": "Ireland", + "era": "2010–", + "domains": [ + "Payments", + "Developer platforms", + "APIs" + ], + "scouting": "Founded Stripe with his brother John in 2010, when accepting a card online meant weeks of paperwork with a bank, and replaced it with an API you could integrate in an afternoon. The company set the standard for what developer documentation is expected to look like, and open-sourced Sorbet, a gradual type checker for Ruby now used well beyond Stripe.", + "note": "Made the payments industry answer to developers rather than procurement.", + "status": "locked", + "front": "/releases/v2/ceos/037-patrick-collison/front.svg", + "back": "/releases/v2/ceos/037-patrick-collison/back.svg", + "sources": [ + { + "label": "Patrick Collison", + "url": "https://en.wikipedia.org/wiki/Patrick_Collison" + }, + { + "label": "Stripe", + "url": "https://en.wikipedia.org/wiki/Stripe,_Inc." + }, + { + "label": "Sorbet", + "url": "https://sorbet.org/" + } + ], + "series": "ceos", + "id": "ceos/037-patrick-collison", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:53:40.538Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Patrick+Collison&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/037-patrick-collison/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 38, + "slug": "tim-cook", + "name": "Tim Cook", + "title": "CEO, Apple", + "knownFor": "Operating the largest company in the world, and Swift", + "rarity": "legendary", + "impact": 90, + "product": 74, + "operating": 99, + "openness": 58, + "influence": 90, + "nationality": "USA", + "era": "1998–", + "domains": [ + "Supply chain", + "Consumer devices", + "Silicon" + ], + "scouting": "Joined Apple in 1998 and rebuilt its supply chain into the most efficient operation in consumer electronics, then took over in 2011 and grew the company past a three trillion dollar valuation. The move to Apple Silicon was the largest architecture migration any consumer platform has attempted. Apple open-sourced Swift in 2015 and funds LLVM, Clang and WebKit.", + "note": "The logistics person who turned out to be the right kind of successor.", + "status": "locked", + "front": "/releases/v2/ceos/038-tim-cook/front.svg", + "back": "/releases/v2/ceos/038-tim-cook/back.svg", + "sources": [ + { + "label": "Tim Cook", + "url": "https://en.wikipedia.org/wiki/Tim_Cook" + }, + { + "label": "Swift (programming language)", + "url": "https://en.wikipedia.org/wiki/Swift_(programming_language)" + }, + { + "label": "Apple silicon", + "url": "https://en.wikipedia.org/wiki/Apple_silicon" + } + ], + "series": "ceos", + "id": "ceos/038-tim-cook", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:53:53.135Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Tim+Cook&limit=30", + "matches": [], + "rejectedCount": 17 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/038-tim-cook/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 39, + "slug": "ginni-rometty", + "name": "Ginni Rometty", + "title": "Chairman and CEO, IBM", + "knownFor": "Buying Red Hat for thirty-four billion dollars", + "rarity": "epic", + "impact": 79, + "product": 58, + "operating": 88, + "openness": 84, + "influence": 82, + "nationality": "USA", + "era": "1981–2020", + "domains": [ + "Enterprise", + "Cloud", + "Hybrid infrastructure" + ], + "scouting": "Joined IBM as a systems engineer in 1981 and became its first woman CEO in 2012, running the company through a long and contested revenue decline as it shifted toward cloud. The decision she will be remembered for is the 2019 acquisition of Red Hat for $34 billion, structured to leave Red Hat operating independently, which is why the community did not scatter.", + "note": "Paid the largest sum in software history for a company that gives its product away.", + "status": "locked", + "front": "/releases/v2/ceos/039-ginni-rometty/front.svg", + "back": "/releases/v2/ceos/039-ginni-rometty/back.svg", + "sources": [ + { + "label": "Ginni Rometty", + "url": "https://en.wikipedia.org/wiki/Ginni_Rometty" + }, + { + "label": "IBM acquisition of Red Hat", + "url": "https://en.wikipedia.org/wiki/Red_Hat" + } + ], + "series": "ceos", + "id": "ceos/039-ginni-rometty", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:53:57.388Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Ginni+Rometty&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/039-ginni-rometty/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 40, + "slug": "pat-gelsinger", + "name": "Pat Gelsinger", + "title": "CEO, VMware and Intel", + "knownFor": "An 80486 architect who came back to run the company", + "rarity": "epic", + "impact": 80, + "product": 90, + "operating": 84, + "openness": 76, + "influence": 82, + "nationality": "USA", + "era": "1979–2024", + "domains": [ + "Processors", + "Virtualisation", + "Manufacturing" + ], + "scouting": "Joined Intel at eighteen, led the design of the 80486 and became the company’s first CTO, then ran VMware from 2012 through its Kubernetes pivot, then returned as Intel’s CEO in 2021 to attempt the hardest turnaround in the industry: rebuilding leading-edge manufacturing against TSMC. He left in 2024 with that unfinished.", + "note": "The engineer’s engineer handed the hardest job in semiconductors, twenty years late.", + "status": "locked", + "front": "/releases/v2/ceos/040-pat-gelsinger/front.svg", + "back": "/releases/v2/ceos/040-pat-gelsinger/back.svg", + "sources": [ + { + "label": "Pat Gelsinger", + "url": "https://en.wikipedia.org/wiki/Pat_Gelsinger" + }, + { + "label": "Intel 80486", + "url": "https://en.wikipedia.org/wiki/I486" + } + ], + "series": "ceos", + "id": "ceos/040-pat-gelsinger", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:54:02.887Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Pat+Gelsinger&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/040-pat-gelsinger/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 41, + "slug": "satya-nadella", + "name": "Satya Nadella", + "title": "CEO, Microsoft", + "knownFor": "Microsoft loves Linux, and meaning it", + "rarity": "iconic", + "impact": 95, + "product": 84, + "operating": 97, + "openness": 88, + "influence": 96, + "nationality": "India / USA", + "era": "1992–", + "domains": [ + "Cloud", + "Open source", + "AI" + ], + "scouting": "Took over Microsoft in 2014, a company whose previous CEO had called Linux a cancer, and reversed the posture completely: .NET open-sourced and cross-platform, the Linux kernel shipped inside Windows as WSL, VS Code released under MIT, Microsoft joining the Linux Foundation, and GitHub bought for $7.5 billion in 2018 and left to run itself.", + "note": "Turned the villain of Series One’s founding argument into the largest corporate contributor to open source.", + "status": "locked", + "front": "/releases/v2/ceos/041-satya-nadella/front.svg", + "back": "/releases/v2/ceos/041-satya-nadella/back.svg", + "sources": [ + { + "label": "Satya Nadella", + "url": "https://en.wikipedia.org/wiki/Satya_Nadella" + }, + { + "label": "Windows Subsystem for Linux", + "url": "https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux" + }, + { + "label": "Microsoft acquisition of GitHub", + "url": "https://en.wikipedia.org/wiki/GitHub" + } + ], + "series": "ceos", + "id": "ceos/041-satya-nadella", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:54:19.502Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Satya+Nadella&limit=30", + "matches": [], + "rejectedCount": 2 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/041-satya-nadella/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 42, + "slug": "lisa-su", + "name": "Lisa Su", + "title": "CEO, AMD", + "knownFor": "The turnaround that put competition back into x86", + "rarity": "iconic", + "impact": 92, + "product": 96, + "operating": 95, + "openness": 82, + "influence": 92, + "nationality": "Taiwan / USA", + "era": "2012–", + "domains": [ + "Processors", + "GPUs", + "Semiconductors" + ], + "scouting": "An MIT-trained semiconductor engineer with real silicon credentials, she took over an AMD near collapse in 2014, bet everything on the Zen architecture and a chiplet strategy, and turned it into a company that took server share from Intel and grew its market value more than fiftyfold. AMD’s ROCm stack is open source, the only credible open alternative to CUDA.", + "note": "The most complete corporate turnaround in modern hardware, run by someone who could read the layouts.", + "status": "locked", + "front": "/releases/v2/ceos/042-lisa-su/front.svg", + "back": "/releases/v2/ceos/042-lisa-su/back.svg", + "sources": [ + { + "label": "Lisa Su", + "url": "https://en.wikipedia.org/wiki/Lisa_Su" + }, + { + "label": "Zen (microarchitecture)", + "url": "https://en.wikipedia.org/wiki/Zen_(microarchitecture)" + }, + { + "label": "ROCm", + "url": "https://en.wikipedia.org/wiki/ROCm" + } + ], + "series": "ceos", + "id": "ceos/042-lisa-su", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:54:19.635Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Lisa+Su&limit=30", + "matches": [], + "rejectedCount": 2 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/042-lisa-su/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 43, + "slug": "susan-wojcicki", + "name": "Susan Wojcicki", + "title": "CEO, YouTube", + "knownFor": "The garage, AdSense, and the royalty-free video codecs", + "rarity": "epic", + "impact": 82, + "product": 78, + "operating": 90, + "openness": 78, + "influence": 85, + "nationality": "USA", + "era": "1998–2024", + "domains": [ + "Video", + "Advertising", + "Codecs" + ], + "scouting": "Rented her Menlo Park garage to Google’s founders in 1998, became employee sixteen, built AdSense into the business that funded the free web, argued for buying YouTube in 2006, and ran it from 2014 to 2023. The open thread runs through the codecs: Google released VP8 and VP9 royalty-free, then AV1 through the Alliance for Open Media. She died in 2024.", + "note": "Ran the platform, and quietly made its file format free for everyone else.", + "status": "locked", + "front": "/releases/v2/ceos/043-susan-wojcicki/front.svg", + "back": "/releases/v2/ceos/043-susan-wojcicki/back.svg", + "sources": [ + { + "label": "Susan Wojcicki", + "url": "https://en.wikipedia.org/wiki/Susan_Wojcicki" + }, + { + "label": "AV1", + "url": "https://en.wikipedia.org/wiki/AV1" + }, + { + "label": "VP9", + "url": "https://en.wikipedia.org/wiki/VP9" + } + ], + "series": "ceos", + "id": "ceos/043-susan-wojcicki", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:54:49.463Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Susan+Wojcicki&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/043-susan-wojcicki/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 44, + "slug": "sid-sijbrandij", + "name": "Sid Sijbrandij", + "title": "Co-founder and CEO, GitLab", + "knownFor": "Open core, an all-remote company, and a handbook anyone can read", + "rarity": "epic", + "impact": 78, + "product": 84, + "operating": 86, + "openness": 96, + "influence": 80, + "nationality": "Netherlands", + "era": "2012–", + "domains": [ + "DevOps", + "Open core", + "Remote work" + ], + "scouting": "Turned Dmitriy Zaporozhets’ side project into a company in 2012 and took it public in 2021, running one of the few genuinely successful open core businesses: the community edition stays free and self-hostable while the enterprise tiers pay the bills. GitLab has been all-remote from the start and publishes its entire internal handbook in public.", + "note": "Runs the company with the doors off, and it is a public company.", + "status": "locked", + "front": "/releases/v2/ceos/044-sid-sijbrandij/front.svg", + "back": "/releases/v2/ceos/044-sid-sijbrandij/back.svg", + "sources": [ + { + "label": "GitLab", + "url": "https://en.wikipedia.org/wiki/GitLab" + }, + { + "label": "The GitLab Handbook", + "url": "https://handbook.gitlab.com/" + } + ], + "series": "ceos", + "id": "ceos/044-sid-sijbrandij", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:54:59.342Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Sid+Sijbrandij&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/044-sid-sijbrandij/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 45, + "slug": "jay-kreps", + "name": "Jay Kreps", + "title": "Co-founder and CEO, Confluent", + "knownFor": "Writing Kafka, then building the company around it", + "rarity": "epic", + "impact": 79, + "product": 94, + "operating": 82, + "openness": 90, + "influence": 82, + "nationality": "USA", + "era": "2010–", + "domains": [ + "Streaming data", + "Distributed systems", + "Open source business" + ], + "scouting": "Co-created Apache Kafka at LinkedIn to solve the company’s own data-pipeline mess, wrote The Log, the essay that taught a generation of engineers to think of state as a replayable stream, and left in 2014 to found Confluent around it. Kafka is now infrastructure at most large companies, and Confluent went public in 2021.", + "note": "Wrote the thing, then had to work out how to keep the lights on around it.", + "status": "locked", + "front": "/releases/v2/ceos/045-jay-kreps/front.svg", + "back": "/releases/v2/ceos/045-jay-kreps/back.svg", + "sources": [ + { + "label": "Apache Kafka", + "url": "https://en.wikipedia.org/wiki/Apache_Kafka" + }, + { + "label": "The Log: What every software engineer should know (archived)", + "url": "https://web.archive.org/web/2020/https://engineering.linkedin.com/distributed-systems/log-what-every-software-engineer-should-know-about-real-time-datas-unifying" + }, + { + "label": "Confluent", + "url": "https://en.wikipedia.org/wiki/Confluent,_Inc." + } + ], + "series": "ceos", + "id": "ceos/045-jay-kreps", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:55:01.557Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Jay+Kreps&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/045-jay-kreps/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 46, + "slug": "sundar-pichai", + "name": "Sundar Pichai", + "title": "CEO, Google and Alphabet", + "knownFor": "Chrome, Android, and the browser that ate the desktop", + "rarity": "legendary", + "impact": 90, + "product": 86, + "operating": 94, + "openness": 78, + "influence": 91, + "nationality": "India / USA", + "era": "2004–", + "domains": [ + "Browsers", + "Android", + "AI" + ], + "scouting": "Made his name arguing internally that Google should build a browser at all, shipped Chrome in 2008 and took it from nothing to dominant, picking up Android and Chrome OS on the way before becoming CEO in 2015. Google under him released TensorFlow, Kubernetes, Go and Chromium, while facing antitrust rulings over the businesses that pay for all of it.", + "note": "Runs the company that both funds and dominates the open web.", + "status": "locked", + "front": "/releases/v2/ceos/046-sundar-pichai/front.svg", + "back": "/releases/v2/ceos/046-sundar-pichai/back.svg", + "sources": [ + { + "label": "Sundar Pichai", + "url": "https://en.wikipedia.org/wiki/Sundar_Pichai" + }, + { + "label": "Kubernetes", + "url": "https://en.wikipedia.org/wiki/Kubernetes" + }, + { + "label": "TensorFlow", + "url": "https://en.wikipedia.org/wiki/TensorFlow" + } + ], + "series": "ceos", + "id": "ceos/046-sundar-pichai", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:55:13.775Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Sundar+Pichai&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/046-sundar-pichai/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 47, + "slug": "guillermo-rauch", + "name": "Guillermo Rauch", + "title": "Founder and CEO, Vercel", + "knownFor": "Next.js, and making deployment a git push", + "rarity": "rare", + "impact": 76, + "product": 94, + "operating": 78, + "openness": 88, + "influence": 80, + "nationality": "Argentina / USA", + "era": "2010–", + "domains": [ + "Web frameworks", + "Deployment", + "JavaScript" + ], + "scouting": "Wrote socket.io and mongoose before founding the company now called Vercel, which maintains Next.js, the most used React framework, and turned preview deployments on every pull request into a baseline expectation rather than a luxury. He is also the clearest example of the open-core tension of his generation: the framework is MIT, the hosting is the business.", + "note": "Ships the framework, hosts the framework, and takes the argument about it in public.", + "status": "locked", + "front": "/releases/v2/ceos/047-guillermo-rauch/front.svg", + "back": "/releases/v2/ceos/047-guillermo-rauch/back.svg", + "sources": [ + { + "label": "Next.js", + "url": "https://en.wikipedia.org/wiki/Next.js" + }, + { + "label": "Socket.IO", + "url": "https://en.wikipedia.org/wiki/Socket.IO" + }, + { + "label": "Vercel", + "url": "https://vercel.com/about" + } + ], + "series": "ceos", + "id": "ceos/047-guillermo-rauch", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:55:14.767Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Guillermo+Rauch&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/047-guillermo-rauch/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 48, + "slug": "ali-ghodsi", + "name": "Ali Ghodsi", + "title": "Co-founder and CEO, Databricks", + "knownFor": "Spark out of a research lab and into every data platform", + "rarity": "epic", + "impact": 81, + "product": 90, + "operating": 88, + "openness": 86, + "influence": 84, + "nationality": "Iran / Sweden / USA", + "era": "2013–", + "domains": [ + "Data platforms", + "Distributed computing", + "AI" + ], + "scouting": "One of the Berkeley AMPLab researchers behind Apache Spark, which replaced MapReduce as the default way to process large datasets, and CEO of Databricks since 2016. The company has kept releasing the substrate rather than hoarding it: Delta Lake, MLflow, Unity Catalog and the Dolly models were all open-sourced, and it bought MosaicML and Tabular to keep the open table format from fragmenting.", + "note": "A professor who turned the lab’s output into a platform without closing the source.", + "status": "locked", + "front": "/releases/v2/ceos/048-ali-ghodsi/front.svg", + "back": "/releases/v2/ceos/048-ali-ghodsi/back.svg", + "sources": [ + { + "label": "Ali Ghodsi", + "url": "https://en.wikipedia.org/wiki/Ali_Ghodsi" + }, + { + "label": "Apache Spark", + "url": "https://en.wikipedia.org/wiki/Apache_Spark" + }, + { + "label": "Delta Lake", + "url": "https://delta.io/" + } + ], + "series": "ceos", + "id": "ceos/048-ali-ghodsi", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:55:17.151Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Ali+Ghodsi&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/048-ali-ghodsi/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 49, + "slug": "nat-friedman", + "name": "Nat Friedman", + "title": "CEO, GitHub", + "knownFor": "Running GitHub after Microsoft bought it, and shipping Copilot", + "rarity": "epic", + "impact": 82, + "product": 92, + "operating": 84, + "openness": 88, + "influence": 85, + "nationality": "USA", + "era": "1999–", + "domains": [ + "Developer platforms", + "Open source", + "AI tooling" + ], + "scouting": "Co-founded Ximian with Miguel de Icaza, carded in Series One, working on GNOME and Mono, then ran GitHub from 2018 to 2021, the years when the community expected Microsoft to ruin it. Instead private repositories became free, Actions and Codespaces shipped, and the Arctic Code Vault buried a snapshot of open source in a Norwegian mine.", + "note": "Took over the thing everyone expected to be spoiled, and it was not.", + "status": "locked", + "front": "/releases/v2/ceos/049-nat-friedman/front.svg", + "back": "/releases/v2/ceos/049-nat-friedman/back.svg", + "sources": [ + { + "label": "Nat Friedman", + "url": "https://en.wikipedia.org/wiki/Nat_Friedman" + }, + { + "label": "GitHub Copilot", + "url": "https://en.wikipedia.org/wiki/GitHub_Copilot" + }, + { + "label": "GitHub Archive Program", + "url": "https://archiveprogram.github.com/" + } + ], + "series": "ceos", + "id": "ceos/049-nat-friedman", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:55:24.660Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Nat+Friedman&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/049-nat-friedman/artwork.svg", + "artworkFormat": "svg" + }, + { + "number": 50, + "slug": "sam-altman", + "name": "Sam Altman", + "title": "CEO, OpenAI", + "knownFor": "ChatGPT, and the argument about what open means", + "rarity": "iconic", + "impact": 94, + "product": 86, + "operating": 90, + "openness": 54, + "influence": 96, + "nationality": "USA", + "era": "2005–", + "domains": [ + "AI", + "Startups", + "Capital" + ], + "scouting": "Ran Y Combinator from 2014 to 2019, then OpenAI, where ChatGPT reached a hundred million users faster than any consumer product before it and forced every large technology company to reorganise around one technology. He was fired by his own board in November 2023 and reinstated five days later. The name is the permanent argument: frontier models closed, Whisper and gpt-oss open.", + "note": "The most consequential CEO in tech right now, and the one whose company name is a standing dispute.", + "status": "locked", + "front": "/releases/v2/ceos/050-sam-altman/front.svg", + "back": "/releases/v2/ceos/050-sam-altman/back.svg", + "sources": [ + { + "label": "Sam Altman", + "url": "https://en.wikipedia.org/wiki/Sam_Altman" + }, + { + "label": "ChatGPT", + "url": "https://en.wikipedia.org/wiki/ChatGPT" + }, + { + "label": "Removal of Sam Altman from OpenAI", + "url": "https://en.wikipedia.org/wiki/Removal_of_Sam_Altman_from_OpenAI" + } + ], + "series": "ceos", + "id": "ceos/050-sam-altman", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:55:34.129Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Sam+Altman&limit=30", + "matches": [], + "rejectedCount": 30 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/050-sam-altman/artwork.svg", + "artworkFormat": "svg" + } + ] +} diff --git a/public/releases/v2/ceos/001-david-packard/artwork.svg b/public/releases/v2/ceos/001-david-packard/artwork.svg new file mode 100644 index 00000000..adbbf8e4 --- /dev/null +++ b/public/releases/v2/ceos/001-david-packard/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/ceos/001-david-packard/back.png b/public/releases/v2/ceos/001-david-packard/back.png new file mode 100644 index 00000000..cb81f6b6 Binary files /dev/null and b/public/releases/v2/ceos/001-david-packard/back.png differ diff --git a/public/releases/v2/ceos/001-david-packard/back.svg b/public/releases/v2/ceos/001-david-packard/back.svg new file mode 100644 index 00000000..a9136786 --- /dev/null +++ b/public/releases/v2/ceos/001-david-packard/back.svg @@ -0,0 +1 @@ +David Packard — Open Source Legends v2TECH CEOS / V2David PackardTHE CONTRIBUTIONStarted HP in a Palo Alto garage in 1939 with Bill Hewlettand $538, and grew it into the template every Valleycompany copied: engineers running engineering, profitsharing, and an across-the-board pay cut rather thanlayoffs in a downturn. He set the practice down late inlife as The HP Way. The garage is now a Californiahistorical landmark.PROJECTS / DOMAINSInstruments · Computing · ManagementPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.001 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/001-david-packard/front.png b/public/releases/v2/ceos/001-david-packard/front.png new file mode 100644 index 00000000..c883ca93 Binary files /dev/null and b/public/releases/v2/ceos/001-david-packard/front.png differ diff --git a/public/releases/v2/ceos/001-david-packard/front.svg b/public/releases/v2/ceos/001-david-packard/front.svg new file mode 100644 index 00000000..0e89e8cc --- /dev/null +++ b/public/releases/v2/ceos/001-david-packard/front.svg @@ -0,0 +1 @@ +David Packard — Open Source Legends v2TECH CEOS / V2David PackardCo-founder and CEO, Hewlett-PackardThe garage, and the management doctrine that came out of it001 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/002-akio-morita/artwork.svg b/public/releases/v2/ceos/002-akio-morita/artwork.svg new file mode 100644 index 00000000..81ed02a3 --- /dev/null +++ b/public/releases/v2/ceos/002-akio-morita/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/ceos/002-akio-morita/back.png b/public/releases/v2/ceos/002-akio-morita/back.png new file mode 100644 index 00000000..baf500d9 Binary files /dev/null and b/public/releases/v2/ceos/002-akio-morita/back.png differ diff --git a/public/releases/v2/ceos/002-akio-morita/back.svg b/public/releases/v2/ceos/002-akio-morita/back.svg new file mode 100644 index 00000000..a12d3798 --- /dev/null +++ b/public/releases/v2/ceos/002-akio-morita/back.svg @@ -0,0 +1 @@ +Akio Morita — Open Source Legends v2TECH CEOS / V2Akio MoritaTHE CONTRIBUTIONCo-founded Sony in the ruins of postwar Tokyo and spentforty years insisting a Japanese company could sell to theworld under its own name rather than someone else’s label.Pushed the transistor radio, the Trinitron and, over hisown engineers’ objections, the Walkman, a tape player withno record function that sold hundreds of millions. He alsolost the format war with Betamax.PROJECTS / DOMAINSConsumer electronics · Manufacturing · Global brandsPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.002 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/002-akio-morita/front.png b/public/releases/v2/ceos/002-akio-morita/front.png new file mode 100644 index 00000000..6e3f4fe3 Binary files /dev/null and b/public/releases/v2/ceos/002-akio-morita/front.png differ diff --git a/public/releases/v2/ceos/002-akio-morita/front.svg b/public/releases/v2/ceos/002-akio-morita/front.svg new file mode 100644 index 00000000..2eccd847 --- /dev/null +++ b/public/releases/v2/ceos/002-akio-morita/front.svg @@ -0,0 +1 @@ +Akio Morita — Open Source Legends v2TECH CEOS / V2Akio MoritaCo-founder and CEO, SonyMaking Japanese electronics the thing to beat002 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/003-thomas-watson-jr/artwork.svg b/public/releases/v2/ceos/003-thomas-watson-jr/artwork.svg new file mode 100644 index 00000000..34119bd8 --- /dev/null +++ b/public/releases/v2/ceos/003-thomas-watson-jr/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/ceos/003-thomas-watson-jr/back.png b/public/releases/v2/ceos/003-thomas-watson-jr/back.png new file mode 100644 index 00000000..cfbdddba Binary files /dev/null and b/public/releases/v2/ceos/003-thomas-watson-jr/back.png differ diff --git a/public/releases/v2/ceos/003-thomas-watson-jr/back.svg b/public/releases/v2/ceos/003-thomas-watson-jr/back.svg new file mode 100644 index 00000000..30f47068 --- /dev/null +++ b/public/releases/v2/ceos/003-thomas-watson-jr/back.svg @@ -0,0 +1 @@ +Thomas J. Watson Jr. — Open Source Legends v2TECH CEOS / V2Thomas J. Watson Jr.THE CONTRIBUTIONTook over his father’s punched-card company and moved itinto electronic computing over considerable internalobjection. The System/360, announced in 1964 after adevelopment effort usually costed at around $5 billion, wasthe bet: one architecture spanning the whole product line,so a customer’s software survived the next hardwarepurchase. Backwards compatibility as a commercial strategystarts here, and mainframes running 360-descended code arestill in production sixty years later.PROJECTS / DOMAINSMainframes · Compatibility · Corporate computingPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.003 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/003-thomas-watson-jr/front.png b/public/releases/v2/ceos/003-thomas-watson-jr/front.png new file mode 100644 index 00000000..e47b42b3 Binary files /dev/null and b/public/releases/v2/ceos/003-thomas-watson-jr/front.png differ diff --git a/public/releases/v2/ceos/003-thomas-watson-jr/front.svg b/public/releases/v2/ceos/003-thomas-watson-jr/front.svg new file mode 100644 index 00000000..6f01eabe --- /dev/null +++ b/public/releases/v2/ceos/003-thomas-watson-jr/front.svg @@ -0,0 +1 @@ +Thomas J. Watson Jr. — Open Source Legends v2TECH CEOS / V2Thomas J. Watson Jr.President and CEO, IBMBetting the company on the System/360003 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/004-ken-olsen/artwork.svg b/public/releases/v2/ceos/004-ken-olsen/artwork.svg new file mode 100644 index 00000000..f30c5941 --- /dev/null +++ b/public/releases/v2/ceos/004-ken-olsen/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/ceos/004-ken-olsen/back.png b/public/releases/v2/ceos/004-ken-olsen/back.png new file mode 100644 index 00000000..065ad065 Binary files /dev/null and b/public/releases/v2/ceos/004-ken-olsen/back.png differ diff --git a/public/releases/v2/ceos/004-ken-olsen/back.svg b/public/releases/v2/ceos/004-ken-olsen/back.svg new file mode 100644 index 00000000..b5d57795 --- /dev/null +++ b/public/releases/v2/ceos/004-ken-olsen/back.svg @@ -0,0 +1 @@ +Ken Olsen — Open Source Legends v2TECH CEOS / V2Ken OlsenTHE CONTRIBUTIONFounded DEC in 1957 and built computers people could puttheir hands on, at a time when a computer meant a room youbooked time in. The PDP-7 and PDP-11 are where Unix and Cwere written; the VAX and VMS ran a generation ofuniversity and research computing. He also spent the 1980sdismissing the personal computer, and DEC was sold toCompaq six years after he left.PROJECTS / DOMAINSMinicomputers · PDP · VAXPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.004 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/004-ken-olsen/front.png b/public/releases/v2/ceos/004-ken-olsen/front.png new file mode 100644 index 00000000..752a5cae Binary files /dev/null and b/public/releases/v2/ceos/004-ken-olsen/front.png differ diff --git a/public/releases/v2/ceos/004-ken-olsen/front.svg b/public/releases/v2/ceos/004-ken-olsen/front.svg new file mode 100644 index 00000000..09be1e7e --- /dev/null +++ b/public/releases/v2/ceos/004-ken-olsen/front.svg @@ -0,0 +1 @@ +Ken Olsen — Open Source Legends v2TECH CEOS / V2Ken OlsenFounder and President, Digital EquipmentCorporationThe minicomputer, and the machines Unix was written on004 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/005-robert-noyce/artwork.svg b/public/releases/v2/ceos/005-robert-noyce/artwork.svg new file mode 100644 index 00000000..750e3495 --- /dev/null +++ b/public/releases/v2/ceos/005-robert-noyce/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/ceos/005-robert-noyce/back.png b/public/releases/v2/ceos/005-robert-noyce/back.png new file mode 100644 index 00000000..019ac52c Binary files /dev/null and b/public/releases/v2/ceos/005-robert-noyce/back.png differ diff --git a/public/releases/v2/ceos/005-robert-noyce/back.svg b/public/releases/v2/ceos/005-robert-noyce/back.svg new file mode 100644 index 00000000..dcd1c736 --- /dev/null +++ b/public/releases/v2/ceos/005-robert-noyce/back.svg @@ -0,0 +1 @@ +Robert Noyce — Open Source Legends v2TECH CEOS / V2Robert NoyceTHE CONTRIBUTIONCo-invented the silicon integrated circuit at Fairchild,independently of Jack Kilby at Texas Instruments, thenco-founded Intel with Gordon Moore in 1968 to build memoryand, later, microprocessors. He ran it with the open-plan,no-reserved-parking informality that became the industry’shouse style. He was called the Mayor of Silicon Valley, andthe eight who walked out of Shockley Semiconductor with himseeded most of what followed.PROJECTS / DOMAINSSemiconductors · Integrated circuits · FoundingPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.005 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/005-robert-noyce/front.png b/public/releases/v2/ceos/005-robert-noyce/front.png new file mode 100644 index 00000000..76b6a98e Binary files /dev/null and b/public/releases/v2/ceos/005-robert-noyce/front.png differ diff --git a/public/releases/v2/ceos/005-robert-noyce/front.svg b/public/releases/v2/ceos/005-robert-noyce/front.svg new file mode 100644 index 00000000..d9d9dcb4 --- /dev/null +++ b/public/releases/v2/ceos/005-robert-noyce/front.svg @@ -0,0 +1 @@ +Robert Noyce — Open Source Legends v2TECH CEOS / V2Robert NoyceCo-founder and CEO, IntelThe integrated circuit, then the company that mass-produced it005 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/006-gordon-moore/artwork.svg b/public/releases/v2/ceos/006-gordon-moore/artwork.svg new file mode 100644 index 00000000..3335f79e --- /dev/null +++ b/public/releases/v2/ceos/006-gordon-moore/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/ceos/006-gordon-moore/back.png b/public/releases/v2/ceos/006-gordon-moore/back.png new file mode 100644 index 00000000..f2befedd Binary files /dev/null and b/public/releases/v2/ceos/006-gordon-moore/back.png differ diff --git a/public/releases/v2/ceos/006-gordon-moore/back.svg b/public/releases/v2/ceos/006-gordon-moore/back.svg new file mode 100644 index 00000000..77287faa --- /dev/null +++ b/public/releases/v2/ceos/006-gordon-moore/back.svg @@ -0,0 +1 @@ +Gordon Moore — Open Source Legends v2TECH CEOS / V2Gordon MooreTHE CONTRIBUTIONWrote a short article for Electronics magazine in 1965noting that the number of components on a chip had beendoubling on a regular cadence and would keep doing so.Moore’s law was a market observation that turned into aroadmap the semiconductor industry then organised itselfaround, decade after decade. He was Intel’s CEO from 1975to 1987, through the period that made the microprocessorthe company’s business.PROJECTS / DOMAINSSemiconductors · Process technology · ForecastingPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.006 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/006-gordon-moore/front.png b/public/releases/v2/ceos/006-gordon-moore/front.png new file mode 100644 index 00000000..4ab3da50 Binary files /dev/null and b/public/releases/v2/ceos/006-gordon-moore/front.png differ diff --git a/public/releases/v2/ceos/006-gordon-moore/front.svg b/public/releases/v2/ceos/006-gordon-moore/front.svg new file mode 100644 index 00000000..139c586c --- /dev/null +++ b/public/releases/v2/ceos/006-gordon-moore/front.svg @@ -0,0 +1 @@ +Gordon Moore — Open Source Legends v2TECH CEOS / V2Gordon MooreCo-founder and CEO, IntelThe observation the whole industry then had to keep true006 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/007-bill-gates/artwork.svg b/public/releases/v2/ceos/007-bill-gates/artwork.svg new file mode 100644 index 00000000..ee42fe2d --- /dev/null +++ b/public/releases/v2/ceos/007-bill-gates/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/ceos/007-bill-gates/back.png b/public/releases/v2/ceos/007-bill-gates/back.png new file mode 100644 index 00000000..07415d5b Binary files /dev/null and b/public/releases/v2/ceos/007-bill-gates/back.png differ diff --git a/public/releases/v2/ceos/007-bill-gates/back.svg b/public/releases/v2/ceos/007-bill-gates/back.svg new file mode 100644 index 00000000..b03ad97a --- /dev/null +++ b/public/releases/v2/ceos/007-bill-gates/back.svg @@ -0,0 +1 @@ +Bill Gates — Open Source Legends v2TECH CEOS / V2Bill GatesTHE CONTRIBUTIONUnderstood before anyone that the money was in thesoftware, not the machine, and structured the 1980 MS-DOSdeal with IBM to keep the right to license it to everybodyelse. His 1976 Open Letter to Hobbyists, which calledcopying Altair BASIC theft, is the document free softwarespent twenty years arguing with. Microsoft was found tohave violated the Sherman Act in 2000.PROJECTS / DOMAINSOperating systems · Licensing · ApplicationsPROVENANCE3 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.007 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/007-bill-gates/front.png b/public/releases/v2/ceos/007-bill-gates/front.png new file mode 100644 index 00000000..a2f51eb5 Binary files /dev/null and b/public/releases/v2/ceos/007-bill-gates/front.png differ diff --git a/public/releases/v2/ceos/007-bill-gates/front.svg b/public/releases/v2/ceos/007-bill-gates/front.svg new file mode 100644 index 00000000..76711736 --- /dev/null +++ b/public/releases/v2/ceos/007-bill-gates/front.svg @@ -0,0 +1 @@ +Bill Gates — Open Source Legends v2TECH CEOS / V2Bill GatesCo-founder and CEO, MicrosoftSoftware as a licensed product, on every desk007 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/008-steve-jobs/artwork.svg b/public/releases/v2/ceos/008-steve-jobs/artwork.svg new file mode 100644 index 00000000..d25de197 --- /dev/null +++ b/public/releases/v2/ceos/008-steve-jobs/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/ceos/008-steve-jobs/back.png b/public/releases/v2/ceos/008-steve-jobs/back.png new file mode 100644 index 00000000..9d606ad0 Binary files /dev/null and b/public/releases/v2/ceos/008-steve-jobs/back.png differ diff --git a/public/releases/v2/ceos/008-steve-jobs/back.svg b/public/releases/v2/ceos/008-steve-jobs/back.svg new file mode 100644 index 00000000..cb29dd38 --- /dev/null +++ b/public/releases/v2/ceos/008-steve-jobs/back.svg @@ -0,0 +1 @@ +Steve Jobs — Open Source Legends v2TECH CEOS / V2Steve JobsTHE CONTRIBUTIONCo-founded Apple in 1976, was forced out in 1985, foundedNeXT, bought Pixar, and returned in 1997 to a company closeto insolvency. What came back with him mattered technicallyas well as commercially: NeXTSTEP became macOS and iOS,putting a BSD-derived Unix under hundreds of millions ofconsumer machines, and Apple’s KHTML fork became WebKit.The iPhone reset what a computer is.PROJECTS / DOMAINSPersonal computing · Product design · Consumer devicesPROVENANCE3 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.008 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/008-steve-jobs/front.png b/public/releases/v2/ceos/008-steve-jobs/front.png new file mode 100644 index 00000000..8d1ff5ff Binary files /dev/null and b/public/releases/v2/ceos/008-steve-jobs/front.png differ diff --git a/public/releases/v2/ceos/008-steve-jobs/front.svg b/public/releases/v2/ceos/008-steve-jobs/front.svg new file mode 100644 index 00000000..aa4820d3 --- /dev/null +++ b/public/releases/v2/ceos/008-steve-jobs/front.svg @@ -0,0 +1 @@ +Steve Jobs — Open Source Legends v2TECH CEOS / V2Steve JobsCo-founder and CEO, AppleApple twice, NeXT, Pixar, and the phone008 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/009-larry-ellison/artwork.svg b/public/releases/v2/ceos/009-larry-ellison/artwork.svg new file mode 100644 index 00000000..85d021e6 --- /dev/null +++ b/public/releases/v2/ceos/009-larry-ellison/artwork.svg @@ -0,0 +1 @@ +The load-bearing joinRelational tables become an impossible elevated bridge. Distinct modular approaches feed a suspended matrix of shared records, surrounded by deep architectural cutaways. \ No newline at end of file diff --git a/public/releases/v2/ceos/009-larry-ellison/back.png b/public/releases/v2/ceos/009-larry-ellison/back.png new file mode 100644 index 00000000..c3bcecdf Binary files /dev/null and b/public/releases/v2/ceos/009-larry-ellison/back.png differ diff --git a/public/releases/v2/ceos/009-larry-ellison/back.svg b/public/releases/v2/ceos/009-larry-ellison/back.svg new file mode 100644 index 00000000..72a4bcd0 --- /dev/null +++ b/public/releases/v2/ceos/009-larry-ellison/back.svg @@ -0,0 +1 @@ +Larry Ellison — Open Source Legends v2TECH CEOS / V2Larry EllisonTHE CONTRIBUTIONRead Codd’s paper on the relational model and shipped acommercial product from it before IBM did, then spentthirty-seven years as CEO making Oracle the enterprisesystem of record, largely by acquisition: PeopleSoft,Siebel, and in 2010 Sun. That made Oracle the steward ofJava and MySQL, and the plaintiff in Google v. Oracle. TheSupreme Court ruled fair use in 2021.PROJECTS / DOMAINSDatabases · Enterprise software · AcquisitionsPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.009 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/009-larry-ellison/front.png b/public/releases/v2/ceos/009-larry-ellison/front.png new file mode 100644 index 00000000..d96eec9a Binary files /dev/null and b/public/releases/v2/ceos/009-larry-ellison/front.png differ diff --git a/public/releases/v2/ceos/009-larry-ellison/front.svg b/public/releases/v2/ceos/009-larry-ellison/front.svg new file mode 100644 index 00000000..0e51b640 --- /dev/null +++ b/public/releases/v2/ceos/009-larry-ellison/front.svg @@ -0,0 +1 @@ +Larry Ellison — Open Source Legends v2TECH CEOS / V2Larry EllisonThe load-bearing joinRelational tables become an impossible elevated bridge. Distinct modular approaches feed a suspended matrix of shared records, surrounded by deep architectural cutaways.Co-founder and CEO, OracleSelling the relational database to the enterprise009 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/010-narayana-murthy/artwork.svg b/public/releases/v2/ceos/010-narayana-murthy/artwork.svg new file mode 100644 index 00000000..e8b5c3c7 --- /dev/null +++ b/public/releases/v2/ceos/010-narayana-murthy/artwork.svg @@ -0,0 +1 @@ +The open spanA folded architectural bridge carries identical modular bundles between two distant platforms. Its ivory roadway opens into a transparent, ribbed inspection hall, exposing the structure that makes the crossing possible. \ No newline at end of file diff --git a/public/releases/v2/ceos/010-narayana-murthy/back.png b/public/releases/v2/ceos/010-narayana-murthy/back.png new file mode 100644 index 00000000..a29ba8f0 Binary files /dev/null and b/public/releases/v2/ceos/010-narayana-murthy/back.png differ diff --git a/public/releases/v2/ceos/010-narayana-murthy/back.svg b/public/releases/v2/ceos/010-narayana-murthy/back.svg new file mode 100644 index 00000000..06fb07c7 --- /dev/null +++ b/public/releases/v2/ceos/010-narayana-murthy/back.svg @@ -0,0 +1 @@ +N. R. Narayana Murthy — Open Source Legends v2TECH CEOS / V2N. R. Narayana MurthyTHE CONTRIBUTIONFounded Infosys in 1981 with six colleagues and seed moneyborrowed from his wife, and built it into the company thatmade offshore software delivery a credible global businessrather than a cost-cutting rumour. Infosys became the firstIndia-registered company listed on Nasdaq, in 1999.Domestically he was as known for insisting onWestern-standard disclosure and governance at a time whenneither was expected of an Indian firm.PROJECTS / DOMAINSIT services · Offshore delivery · Corporate governancePROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.010 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/010-narayana-murthy/front.png b/public/releases/v2/ceos/010-narayana-murthy/front.png new file mode 100644 index 00000000..8777c178 Binary files /dev/null and b/public/releases/v2/ceos/010-narayana-murthy/front.png differ diff --git a/public/releases/v2/ceos/010-narayana-murthy/front.svg b/public/releases/v2/ceos/010-narayana-murthy/front.svg new file mode 100644 index 00000000..0e21ceec --- /dev/null +++ b/public/releases/v2/ceos/010-narayana-murthy/front.svg @@ -0,0 +1 @@ +N. R. Narayana Murthy — Open Source Legends v2TECH CEOS / V2N. R. Narayana MurthyThe open spanA folded architectural bridge carries identical modular bundles between two distant platforms. Its ivory roadway opens into a transparent, ribbed inspection hall, exposing the structure that makes the crossing possible.Co-founder and CEO, InfosysBuilding the Indian software industry as an export business010 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/011-masayoshi-son/artwork.svg b/public/releases/v2/ceos/011-masayoshi-son/artwork.svg new file mode 100644 index 00000000..ad3650f2 --- /dev/null +++ b/public/releases/v2/ceos/011-masayoshi-son/artwork.svg @@ -0,0 +1 @@ +Displaced investment strata surround a deep fault. A precision semiconductor bridge joins the two masses, with distribution modules and open signal arcs above, and descending fractured plates below. \ No newline at end of file diff --git a/public/releases/v2/ceos/011-masayoshi-son/back.png b/public/releases/v2/ceos/011-masayoshi-son/back.png new file mode 100644 index 00000000..02f115c7 Binary files /dev/null and b/public/releases/v2/ceos/011-masayoshi-son/back.png differ diff --git a/public/releases/v2/ceos/011-masayoshi-son/back.svg b/public/releases/v2/ceos/011-masayoshi-son/back.svg new file mode 100644 index 00000000..7bb24cc3 --- /dev/null +++ b/public/releases/v2/ceos/011-masayoshi-son/back.svg @@ -0,0 +1 @@ +Masayoshi Son — Open Source Legends v2TECH CEOS / V2Masayoshi SonTHE CONTRIBUTIONBuilt SoftBank from software distribution into a telecomsoperator and then the most consequential technologyinvestor alive. An early stake in Alibaba, bought foraround $20 million, returned tens of billions. He acquiredArm, whose instruction set is in essentially every phone onearth, for about $32 billion in 2016, and launched the $100billion Vision Fund, which then produced WeWork.PROJECTS / DOMAINSInvestment · Telecoms · SemiconductorsPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.011 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/011-masayoshi-son/front.png b/public/releases/v2/ceos/011-masayoshi-son/front.png new file mode 100644 index 00000000..831f2f2f Binary files /dev/null and b/public/releases/v2/ceos/011-masayoshi-son/front.png differ diff --git a/public/releases/v2/ceos/011-masayoshi-son/front.svg b/public/releases/v2/ceos/011-masayoshi-son/front.svg new file mode 100644 index 00000000..b50d407d --- /dev/null +++ b/public/releases/v2/ceos/011-masayoshi-son/front.svg @@ -0,0 +1 @@ +Masayoshi Son — Open Source Legends v2TECH CEOS / V2Masayoshi SonDisplaced investment strata surround a deep fault. A precision semiconductor bridge joins the two masses, with distribution modules and open signal arcs above, and descending fractured plates below.Founder and CEO, SoftBankThe largest technology bets ever placed, in both directions011 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/012-michael-dell/artwork.svg b/public/releases/v2/ceos/012-michael-dell/artwork.svg new file mode 100644 index 00000000..c5863e15 --- /dev/null +++ b/public/releases/v2/ceos/012-michael-dell/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/ceos/012-michael-dell/back.png b/public/releases/v2/ceos/012-michael-dell/back.png new file mode 100644 index 00000000..d4fcf5e1 Binary files /dev/null and b/public/releases/v2/ceos/012-michael-dell/back.png differ diff --git a/public/releases/v2/ceos/012-michael-dell/back.svg b/public/releases/v2/ceos/012-michael-dell/back.svg new file mode 100644 index 00000000..581db3be --- /dev/null +++ b/public/releases/v2/ceos/012-michael-dell/back.svg @@ -0,0 +1 @@ +Michael Dell — Open Source Legends v2TECH CEOS / V2Michael DellTHE CONTRIBUTIONStarted assembling PCs in a University of Texas dorm roomin 1984 and turned direct sales and negative workingcapital into a manufacturing weapon: the customer paidbefore the supplier did. He took the company private in a$24.4 billion buyout in 2013, then bought EMC, and with itVMware, for about $67 billion in 2016.PROJECTS / DOMAINSPCs · Supply chain · Enterprise hardwarePROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.012 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/012-michael-dell/front.png b/public/releases/v2/ceos/012-michael-dell/front.png new file mode 100644 index 00000000..a5877535 Binary files /dev/null and b/public/releases/v2/ceos/012-michael-dell/front.png differ diff --git a/public/releases/v2/ceos/012-michael-dell/front.svg b/public/releases/v2/ceos/012-michael-dell/front.svg new file mode 100644 index 00000000..68fd978f --- /dev/null +++ b/public/releases/v2/ceos/012-michael-dell/front.svg @@ -0,0 +1 @@ +Michael Dell — Open Source Legends v2TECH CEOS / V2Michael DellFounder and CEO, DellBuild to order, and the largest tech buyout of its time012 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/013-scott-mcnealy/artwork.svg b/public/releases/v2/ceos/013-scott-mcnealy/artwork.svg new file mode 100644 index 00000000..ca77d299 --- /dev/null +++ b/public/releases/v2/ceos/013-scott-mcnealy/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/ceos/013-scott-mcnealy/back.png b/public/releases/v2/ceos/013-scott-mcnealy/back.png new file mode 100644 index 00000000..b4dc55bd Binary files /dev/null and b/public/releases/v2/ceos/013-scott-mcnealy/back.png differ diff --git a/public/releases/v2/ceos/013-scott-mcnealy/back.svg b/public/releases/v2/ceos/013-scott-mcnealy/back.svg new file mode 100644 index 00000000..f255bbca --- /dev/null +++ b/public/releases/v2/ceos/013-scott-mcnealy/back.svg @@ -0,0 +1 @@ +Scott McNealy — Open Source Legends v2TECH CEOS / V2Scott McNealyTHE CONTRIBUTIONRan Sun for twenty-two years and shipped an extraordinaryamount of what the internet was built on: NFS, SPARC,Solaris and Java. Sun published NFS as an openspecification, released OpenSolaris in 2005 and put Javaunder the GPL in 2006, decisions that outlived the companysince OpenJDK is what most Java runs on today. CommodityLinux boxes killed the workstation business.PROJECTS / DOMAINSWorkstations · Java · Open sourcePROVENANCE3 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.013 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/013-scott-mcnealy/front.png b/public/releases/v2/ceos/013-scott-mcnealy/front.png new file mode 100644 index 00000000..8de17702 Binary files /dev/null and b/public/releases/v2/ceos/013-scott-mcnealy/front.png differ diff --git a/public/releases/v2/ceos/013-scott-mcnealy/front.svg b/public/releases/v2/ceos/013-scott-mcnealy/front.svg new file mode 100644 index 00000000..dd7234a1 --- /dev/null +++ b/public/releases/v2/ceos/013-scott-mcnealy/front.svg @@ -0,0 +1 @@ +Scott McNealy — Open Source Legends v2TECH CEOS / V2Scott McNealyCo-founder and CEO, Sun MicrosystemsThe network is the computer, and giving Java away013 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/014-morris-chang/artwork.svg b/public/releases/v2/ceos/014-morris-chang/artwork.svg new file mode 100644 index 00000000..626ee511 --- /dev/null +++ b/public/releases/v2/ceos/014-morris-chang/artwork.svg @@ -0,0 +1 @@ +Independent patterns, shared fabricationA cutaway precision foundry receives distinct patterned masks through a common optical instrument. Beneath it, a luminous silicon wafer carries many geometries on one shared manufacturing stage. \ No newline at end of file diff --git a/public/releases/v2/ceos/014-morris-chang/back.png b/public/releases/v2/ceos/014-morris-chang/back.png new file mode 100644 index 00000000..aff1af28 Binary files /dev/null and b/public/releases/v2/ceos/014-morris-chang/back.png differ diff --git a/public/releases/v2/ceos/014-morris-chang/back.svg b/public/releases/v2/ceos/014-morris-chang/back.svg new file mode 100644 index 00000000..5941681e --- /dev/null +++ b/public/releases/v2/ceos/014-morris-chang/back.svg @@ -0,0 +1 @@ +Morris Chang — Open Source Legends v2TECH CEOS / V2Morris ChangTHE CONTRIBUTIONSpent twenty-five years at Texas Instruments, then foundedTSMC in 1987 on a proposition nobody had tried: a chipfactory that designs nothing of its own and therefore nevercompetes with its customers. That decision is why a companycan exist with brilliant chip designers and no fab, whichis to say why Nvidia, AMD and Apple Silicon exist in theircurrent form.PROJECTS / DOMAINSSemiconductors · Manufacturing · Foundry modelPROVENANCE3 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.014 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/014-morris-chang/front.png b/public/releases/v2/ceos/014-morris-chang/front.png new file mode 100644 index 00000000..ebbd26a0 Binary files /dev/null and b/public/releases/v2/ceos/014-morris-chang/front.png differ diff --git a/public/releases/v2/ceos/014-morris-chang/front.svg b/public/releases/v2/ceos/014-morris-chang/front.svg new file mode 100644 index 00000000..6ea7ca1a --- /dev/null +++ b/public/releases/v2/ceos/014-morris-chang/front.svg @@ -0,0 +1 @@ +Morris Chang — Open Source Legends v2TECH CEOS / V2Morris ChangIndependent patterns, shared fabricationA cutaway precision foundry receives distinct patterned masks through a common optical instrument. Beneath it, a luminous silicon wafer carries many geometries on one shared manufacturing stage.Founder and CEO, TSMCInventing the pure-play foundry, and with it the fabless industry014 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/015-andy-grove/artwork.svg b/public/releases/v2/ceos/015-andy-grove/artwork.svg new file mode 100644 index 00000000..c56135c8 --- /dev/null +++ b/public/releases/v2/ceos/015-andy-grove/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/ceos/015-andy-grove/back.png b/public/releases/v2/ceos/015-andy-grove/back.png new file mode 100644 index 00000000..4cbe1b43 Binary files /dev/null and b/public/releases/v2/ceos/015-andy-grove/back.png differ diff --git a/public/releases/v2/ceos/015-andy-grove/back.svg b/public/releases/v2/ceos/015-andy-grove/back.svg new file mode 100644 index 00000000..c7540a39 --- /dev/null +++ b/public/releases/v2/ceos/015-andy-grove/back.svg @@ -0,0 +1 @@ +Andrew Grove — Open Source Legends v2TECH CEOS / V2Andrew GroveTHE CONTRIBUTIONEscaped Hungary in 1956, joined Intel as its first hire,and as CEO from 1987 to 1998 pushed the company out of thememory business it was founded on and into microprocessors,after Japanese competitors made DRAM unprofitable. He wrotethe discipline up in High Output Management and Only theParanoid Survive. Intel’s revenue grew roughly tenfold onhis watch.PROJECTS / DOMAINSSemiconductors · Management · ManufacturingPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.015 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/015-andy-grove/front.png b/public/releases/v2/ceos/015-andy-grove/front.png new file mode 100644 index 00000000..afe7adf1 Binary files /dev/null and b/public/releases/v2/ceos/015-andy-grove/front.png differ diff --git a/public/releases/v2/ceos/015-andy-grove/front.svg b/public/releases/v2/ceos/015-andy-grove/front.svg new file mode 100644 index 00000000..ce2121b3 --- /dev/null +++ b/public/releases/v2/ceos/015-andy-grove/front.svg @@ -0,0 +1 @@ +Andrew Grove — Open Source Legends v2TECH CEOS / V2Andrew GroveCEO, IntelThe memory-to-microprocessor pivot, and the management text aboutit015 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/016-ren-zhengfei/artwork.svg b/public/releases/v2/ceos/016-ren-zhengfei/artwork.svg new file mode 100644 index 00000000..7cecbaec --- /dev/null +++ b/public/releases/v2/ceos/016-ren-zhengfei/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/ceos/016-ren-zhengfei/back.png b/public/releases/v2/ceos/016-ren-zhengfei/back.png new file mode 100644 index 00000000..0305a44d Binary files /dev/null and b/public/releases/v2/ceos/016-ren-zhengfei/back.png differ diff --git a/public/releases/v2/ceos/016-ren-zhengfei/back.svg b/public/releases/v2/ceos/016-ren-zhengfei/back.svg new file mode 100644 index 00000000..2d03df31 --- /dev/null +++ b/public/releases/v2/ceos/016-ren-zhengfei/back.svg @@ -0,0 +1 @@ +Ren Zhengfei — Open Source Legends v2TECH CEOS / V2Ren ZhengfeiTHE CONTRIBUTIONFounded Huawei in Shenzhen in 1987 reselling telephoneswitches, and built the largest supplier oftelecommunications equipment on earth. US restrictions from2019 cut the company off from advanced chips and Google’sAndroid services, and the response was to fund substitutesin the open: HarmonyOS, and openEuler and openGauss handedto a Chinese open source foundation.PROJECTS / DOMAINSTelecom equipment · Smartphones · GeopoliticsPROVENANCE3 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.016 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/016-ren-zhengfei/front.png b/public/releases/v2/ceos/016-ren-zhengfei/front.png new file mode 100644 index 00000000..8125f69c Binary files /dev/null and b/public/releases/v2/ceos/016-ren-zhengfei/front.png differ diff --git a/public/releases/v2/ceos/016-ren-zhengfei/front.svg b/public/releases/v2/ceos/016-ren-zhengfei/front.svg new file mode 100644 index 00000000..d10ebbad --- /dev/null +++ b/public/releases/v2/ceos/016-ren-zhengfei/front.svg @@ -0,0 +1 @@ +Ren Zhengfei — Open Source Legends v2TECH CEOS / V2Ren ZhengfeiFounder and CEO, HuaweiThe world’s largest telecom equipment maker, and the sanctionsfight016 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/017-lou-gerstner/artwork.svg b/public/releases/v2/ceos/017-lou-gerstner/artwork.svg new file mode 100644 index 00000000..67883f62 --- /dev/null +++ b/public/releases/v2/ceos/017-lou-gerstner/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/ceos/017-lou-gerstner/back.png b/public/releases/v2/ceos/017-lou-gerstner/back.png new file mode 100644 index 00000000..19023de2 Binary files /dev/null and b/public/releases/v2/ceos/017-lou-gerstner/back.png differ diff --git a/public/releases/v2/ceos/017-lou-gerstner/back.svg b/public/releases/v2/ceos/017-lou-gerstner/back.svg new file mode 100644 index 00000000..007a9246 --- /dev/null +++ b/public/releases/v2/ceos/017-lou-gerstner/back.svg @@ -0,0 +1 @@ +Lou Gerstner — Open Source Legends v2TECH CEOS / V2Lou GerstnerTHE CONTRIBUTIONArrived from RJR Nabisco in 1993 at an IBM losing billionsand widely expected to be broken up, kept it whole, andpivoted it from hardware to services. The decision thatmatters here was announced in 2000: roughly a billiondollars of IBM investment into Linux, plus lawyers andpatent cover. Nothing did more to make Linux acceptable inenterprise procurement.PROJECTS / DOMAINSEnterprise · Services · LinuxPROVENANCE3 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.017 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/017-lou-gerstner/front.png b/public/releases/v2/ceos/017-lou-gerstner/front.png new file mode 100644 index 00000000..3aed3dfa Binary files /dev/null and b/public/releases/v2/ceos/017-lou-gerstner/front.png differ diff --git a/public/releases/v2/ceos/017-lou-gerstner/front.svg b/public/releases/v2/ceos/017-lou-gerstner/front.svg new file mode 100644 index 00000000..bfbbcad2 --- /dev/null +++ b/public/releases/v2/ceos/017-lou-gerstner/front.svg @@ -0,0 +1 @@ +Lou Gerstner — Open Source Legends v2TECH CEOS / V2Lou GerstnerChairman and CEO, IBMTurning IBM around, and putting a billion dollars behind Linux017 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/018-jensen-huang/artwork.svg b/public/releases/v2/ceos/018-jensen-huang/artwork.svg new file mode 100644 index 00000000..643bbfc5 --- /dev/null +++ b/public/releases/v2/ceos/018-jensen-huang/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/ceos/018-jensen-huang/back.png b/public/releases/v2/ceos/018-jensen-huang/back.png new file mode 100644 index 00000000..ca9a2b62 Binary files /dev/null and b/public/releases/v2/ceos/018-jensen-huang/back.png differ diff --git a/public/releases/v2/ceos/018-jensen-huang/back.svg b/public/releases/v2/ceos/018-jensen-huang/back.svg new file mode 100644 index 00000000..9f8e04c4 --- /dev/null +++ b/public/releases/v2/ceos/018-jensen-huang/back.svg @@ -0,0 +1 @@ +Jensen Huang — Open Source Legends v2TECH CEOS / V2Jensen HuangTHE CONTRIBUTIONCo-founded Nvidia in 1993 to build graphics chips forgames, then funded CUDA, a way to run general computationon them, long before there was a market for it. When deeplearning arrived, the hardware and the programming modelwere already there. The open source relationship istwo-sided: the proprietary Linux driver drew Torvalds’famous 2012 insult, and the kernel modules were opened in2022.PROJECTS / DOMAINSGPUs · CUDA · AI infrastructurePROVENANCE3 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.018 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/018-jensen-huang/front.png b/public/releases/v2/ceos/018-jensen-huang/front.png new file mode 100644 index 00000000..f2d66928 Binary files /dev/null and b/public/releases/v2/ceos/018-jensen-huang/front.png differ diff --git a/public/releases/v2/ceos/018-jensen-huang/front.svg b/public/releases/v2/ceos/018-jensen-huang/front.svg new file mode 100644 index 00000000..e5e93339 --- /dev/null +++ b/public/releases/v2/ceos/018-jensen-huang/front.svg @@ -0,0 +1 @@ +Jensen Huang — Open Source Legends v2TECH CEOS / V2Jensen HuangCo-founder and CEO, NvidiaCUDA, and the hardware the entire AI industry runs on018 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/019-bob-young/artwork.svg b/public/releases/v2/ceos/019-bob-young/artwork.svg new file mode 100644 index 00000000..ef806480 --- /dev/null +++ b/public/releases/v2/ceos/019-bob-young/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/ceos/019-bob-young/back.png b/public/releases/v2/ceos/019-bob-young/back.png new file mode 100644 index 00000000..771f290e Binary files /dev/null and b/public/releases/v2/ceos/019-bob-young/back.png differ diff --git a/public/releases/v2/ceos/019-bob-young/back.svg b/public/releases/v2/ceos/019-bob-young/back.svg new file mode 100644 index 00000000..e62c588b --- /dev/null +++ b/public/releases/v2/ceos/019-bob-young/back.svg @@ -0,0 +1 @@ +Bob Young — Open Source Legends v2TECH CEOS / V2Bob YoungTHE CONTRIBUTIONSold Linux CDs out of a catalogue business, co-founded RedHat with Marc Ewing, and worked out the argument that madeopen source investable: nobody pays for the bits, they payfor support, certification and someone to call. Red Hat’s1999 IPO was one of the largest first-day gains in Nasdaqhistory, and the moment Wall Street conceded free softwarewas a business.PROJECTS / DOMAINSLinux distributions · Open source business · SubscriptionsPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.019 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/019-bob-young/front.png b/public/releases/v2/ceos/019-bob-young/front.png new file mode 100644 index 00000000..90c93c54 Binary files /dev/null and b/public/releases/v2/ceos/019-bob-young/front.png differ diff --git a/public/releases/v2/ceos/019-bob-young/front.svg b/public/releases/v2/ceos/019-bob-young/front.svg new file mode 100644 index 00000000..bdd2f6f5 --- /dev/null +++ b/public/releases/v2/ceos/019-bob-young/front.svg @@ -0,0 +1 @@ +Bob Young — Open Source Legends v2TECH CEOS / V2Bob YoungCo-founder and CEO, Red HatProving you can build a real business on software you give away019 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/020-jeff-bezos/artwork.svg b/public/releases/v2/ceos/020-jeff-bezos/artwork.svg new file mode 100644 index 00000000..3584bc59 --- /dev/null +++ b/public/releases/v2/ceos/020-jeff-bezos/artwork.svg @@ -0,0 +1 @@ +The shared spanA suspended architectural viaduct connects books, parcels, and modular computers. Three exposed service conduits pass through a monumental pink interface, turning the bridge's internal plumbing into shared infrastructure. \ No newline at end of file diff --git a/public/releases/v2/ceos/020-jeff-bezos/back.png b/public/releases/v2/ceos/020-jeff-bezos/back.png new file mode 100644 index 00000000..77eba07b Binary files /dev/null and b/public/releases/v2/ceos/020-jeff-bezos/back.png differ diff --git a/public/releases/v2/ceos/020-jeff-bezos/back.svg b/public/releases/v2/ceos/020-jeff-bezos/back.svg new file mode 100644 index 00000000..f952ef31 --- /dev/null +++ b/public/releases/v2/ceos/020-jeff-bezos/back.svg @@ -0,0 +1 @@ +Jeff Bezos — Open Source Legends v2TECH CEOS / V2Jeff BezosTHE CONTRIBUTIONStarted an online bookshop in 1994 and ran it fortwenty-seven years on deliberately thin margins andreinvestment, which is how it outlasted competitorsoptimising for quarterly profit. The decision with thedeepest technical consequences was internal: an API mandatethat every team expose its data over service interfaces,which turned Amazon’s own plumbing into AWS in 2006.PROJECTS / DOMAINSE-commerce · Cloud · LogisticsPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.020 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/020-jeff-bezos/front.png b/public/releases/v2/ceos/020-jeff-bezos/front.png new file mode 100644 index 00000000..083b53f7 Binary files /dev/null and b/public/releases/v2/ceos/020-jeff-bezos/front.png differ diff --git a/public/releases/v2/ceos/020-jeff-bezos/front.svg b/public/releases/v2/ceos/020-jeff-bezos/front.svg new file mode 100644 index 00000000..0cebbdab --- /dev/null +++ b/public/releases/v2/ceos/020-jeff-bezos/front.svg @@ -0,0 +1 @@ +Jeff Bezos — Open Source Legends v2TECH CEOS / V2Jeff BezosThe shared spanA suspended architectural viaduct connects books, parcels, and modular computers. Three exposed service conduits pass through a monumental pink interface, turning the bridge's internal plumbing into shared infrastructure.Founder and CEO, AmazonRetail, then renting the internet its computers020 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/021-reed-hastings/artwork.svg b/public/releases/v2/ceos/021-reed-hastings/artwork.svg new file mode 100644 index 00000000..4ca7104b --- /dev/null +++ b/public/releases/v2/ceos/021-reed-hastings/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/ceos/021-reed-hastings/back.png b/public/releases/v2/ceos/021-reed-hastings/back.png new file mode 100644 index 00000000..45f358ab Binary files /dev/null and b/public/releases/v2/ceos/021-reed-hastings/back.png differ diff --git a/public/releases/v2/ceos/021-reed-hastings/back.svg b/public/releases/v2/ceos/021-reed-hastings/back.svg new file mode 100644 index 00000000..f6728cdb --- /dev/null +++ b/public/releases/v2/ceos/021-reed-hastings/back.svg @@ -0,0 +1 @@ +Reed Hastings — Open Source Legends v2TECH CEOS / V2Reed HastingsTHE CONTRIBUTIONCo-founded Netflix as a DVD-by-post service in 1997,launched streaming in 2007 against his own profitablebusiness, then commissioned originals against the studioshe licensed from. Netflix engineering shaped how theindustry runs services at scale and published most of it:Chaos Monkey, Hystrix, Eureka and Zuul all shipped as opensource, and chaos engineering came out of that work.PROJECTS / DOMAINSStreaming · Distributed systems · CulturePROVENANCE3 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.021 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/021-reed-hastings/front.png b/public/releases/v2/ceos/021-reed-hastings/front.png new file mode 100644 index 00000000..34243f25 Binary files /dev/null and b/public/releases/v2/ceos/021-reed-hastings/front.png differ diff --git a/public/releases/v2/ceos/021-reed-hastings/front.svg b/public/releases/v2/ceos/021-reed-hastings/front.svg new file mode 100644 index 00000000..0f6ccbe5 --- /dev/null +++ b/public/releases/v2/ceos/021-reed-hastings/front.svg @@ -0,0 +1 @@ +Reed Hastings — Open Source Legends v2TECH CEOS / V2Reed HastingsCo-founder and CEO, NetflixCannibalising his own business twice, on purpose021 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/022-meg-whitman/artwork.svg b/public/releases/v2/ceos/022-meg-whitman/artwork.svg new file mode 100644 index 00000000..9b8e5f55 --- /dev/null +++ b/public/releases/v2/ceos/022-meg-whitman/artwork.svg @@ -0,0 +1 @@ +A common passageAn architectural cutaway of a growing marketplace. Independent folded lots gather on multiplying terraces around a pink communal exchange. A continuous green settlement plane passes through its open center and connects the divided foundations. \ No newline at end of file diff --git a/public/releases/v2/ceos/022-meg-whitman/back.png b/public/releases/v2/ceos/022-meg-whitman/back.png new file mode 100644 index 00000000..8927ed84 Binary files /dev/null and b/public/releases/v2/ceos/022-meg-whitman/back.png differ diff --git a/public/releases/v2/ceos/022-meg-whitman/back.svg b/public/releases/v2/ceos/022-meg-whitman/back.svg new file mode 100644 index 00000000..e5814bfb --- /dev/null +++ b/public/releases/v2/ceos/022-meg-whitman/back.svg @@ -0,0 +1 @@ +Meg Whitman — Open Source Legends v2TECH CEOS / V2Meg WhitmanTHE CONTRIBUTIONJoined eBay in 1998 when it had a few dozen employees andleft in 2008 with tens of thousands, having turned anauction site into proof that strangers would transactonline at scale, and having bought PayPal in 2002, whichmattered more to the internet than the auctions did. Shelater ran HP through its split into HP Inc and HPE.PROJECTS / DOMAINSMarketplaces · Payments · EnterprisePROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.022 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/022-meg-whitman/front.png b/public/releases/v2/ceos/022-meg-whitman/front.png new file mode 100644 index 00000000..e44675cd Binary files /dev/null and b/public/releases/v2/ceos/022-meg-whitman/front.png differ diff --git a/public/releases/v2/ceos/022-meg-whitman/front.svg b/public/releases/v2/ceos/022-meg-whitman/front.svg new file mode 100644 index 00000000..0d94cc96 --- /dev/null +++ b/public/releases/v2/ceos/022-meg-whitman/front.svg @@ -0,0 +1 @@ +Meg Whitman — Open Source Legends v2TECH CEOS / V2Meg WhitmanA common passageAn architectural cutaway of a growing marketplace. Independent folded lots gather on multiplying terraces around a pink communal exchange. A continuous green settlement plane passes through its open center and connects the divided foundations.CEO, eBay and Hewlett-PackardScaling the first great internet marketplace022 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/023-diane-greene/artwork.svg b/public/releases/v2/ceos/023-diane-greene/artwork.svg new file mode 100644 index 00000000..2a862e91 --- /dev/null +++ b/public/releases/v2/ceos/023-diane-greene/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/ceos/023-diane-greene/back.png b/public/releases/v2/ceos/023-diane-greene/back.png new file mode 100644 index 00000000..5f480cf5 Binary files /dev/null and b/public/releases/v2/ceos/023-diane-greene/back.png differ diff --git a/public/releases/v2/ceos/023-diane-greene/back.svg b/public/releases/v2/ceos/023-diane-greene/back.svg new file mode 100644 index 00000000..96fdb905 --- /dev/null +++ b/public/releases/v2/ceos/023-diane-greene/back.svg @@ -0,0 +1 @@ +Diane Greene — Open Source Legends v2TECH CEOS / V2Diane GreeneTHE CONTRIBUTIONCo-founded VMware in 1998 and ran it for a decade, shippingthe thing everyone had been told was impractical: efficientvirtualisation of an x86 architecture never designed forit. The consequence is the modern data centre. Serverconsolidation, live migration and the economics that madepublic cloud viable all rest on that work. She later ranGoogle Cloud.PROJECTS / DOMAINSVirtualisation · Data centres · CloudPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.023 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/023-diane-greene/front.png b/public/releases/v2/ceos/023-diane-greene/front.png new file mode 100644 index 00000000..d466abb4 Binary files /dev/null and b/public/releases/v2/ceos/023-diane-greene/front.png differ diff --git a/public/releases/v2/ceos/023-diane-greene/front.svg b/public/releases/v2/ceos/023-diane-greene/front.svg new file mode 100644 index 00000000..e5cae041 --- /dev/null +++ b/public/releases/v2/ceos/023-diane-greene/front.svg @@ -0,0 +1 @@ +Diane Greene — Open Source Legends v2TECH CEOS / V2Diane GreeneCo-founder and CEO, VMwareMaking virtualisation work on commodity x86023 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/024-larry-page/artwork.svg b/public/releases/v2/ceos/024-larry-page/artwork.svg new file mode 100644 index 00000000..27f89d5b --- /dev/null +++ b/public/releases/v2/ceos/024-larry-page/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/ceos/024-larry-page/back.png b/public/releases/v2/ceos/024-larry-page/back.png new file mode 100644 index 00000000..96616235 Binary files /dev/null and b/public/releases/v2/ceos/024-larry-page/back.png differ diff --git a/public/releases/v2/ceos/024-larry-page/back.svg b/public/releases/v2/ceos/024-larry-page/back.svg new file mode 100644 index 00000000..6e7e1fdc --- /dev/null +++ b/public/releases/v2/ceos/024-larry-page/back.svg @@ -0,0 +1 @@ +Larry Page — Open Source Legends v2TECH CEOS / V2Larry PageTHE CONTRIBUTIONCo-invented PageRank as a Stanford graduate student andco-founded Google in 1998, serving as CEO twice. Twodecisions on his watch had enormous open sourceconsequence: Android was released permissively and given tohandset makers, which is why most phones run a Linuxkernel, and Chromium was open-sourced, which is why nearlyevery non-Safari browser is a Chromium derivative.PROJECTS / DOMAINSSearch · Android · InfrastructurePROVENANCE3 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.024 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/024-larry-page/front.png b/public/releases/v2/ceos/024-larry-page/front.png new file mode 100644 index 00000000..d4420b9c Binary files /dev/null and b/public/releases/v2/ceos/024-larry-page/front.png differ diff --git a/public/releases/v2/ceos/024-larry-page/front.svg b/public/releases/v2/ceos/024-larry-page/front.svg new file mode 100644 index 00000000..24ca9f5a --- /dev/null +++ b/public/releases/v2/ceos/024-larry-page/front.svg @@ -0,0 +1 @@ +Larry Page — Open Source Legends v2TECH CEOS / V2Larry PageCo-founder and CEO, Google and AlphabetPageRank, then giving away the mobile operating system024 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/025-marc-benioff/artwork.svg b/public/releases/v2/ceos/025-marc-benioff/artwork.svg new file mode 100644 index 00000000..7daa89c5 --- /dev/null +++ b/public/releases/v2/ceos/025-marc-benioff/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/ceos/025-marc-benioff/back.png b/public/releases/v2/ceos/025-marc-benioff/back.png new file mode 100644 index 00000000..9b50ac0a Binary files /dev/null and b/public/releases/v2/ceos/025-marc-benioff/back.png differ diff --git a/public/releases/v2/ceos/025-marc-benioff/back.svg b/public/releases/v2/ceos/025-marc-benioff/back.svg new file mode 100644 index 00000000..afec3045 --- /dev/null +++ b/public/releases/v2/ceos/025-marc-benioff/back.svg @@ -0,0 +1 @@ +Marc Benioff — Open Source Legends v2TECH CEOS / V2Marc BenioffTHE CONTRIBUTIONLeft Oracle to found Salesforce in 1999 behind a marketingcampaign built on a red circle struck through the wordSoftware, and made multi-tenant applications delivered overa browser the default way businesses buy anything. Almostevery enterprise product now sold by subscription,including most open source companies’ commercial tiers,operates in the category he legitimised.PROJECTS / DOMAINSSaaS · Enterprise · CloudPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.025 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/025-marc-benioff/front.png b/public/releases/v2/ceos/025-marc-benioff/front.png new file mode 100644 index 00000000..8dd8fb11 Binary files /dev/null and b/public/releases/v2/ceos/025-marc-benioff/front.png differ diff --git a/public/releases/v2/ceos/025-marc-benioff/front.svg b/public/releases/v2/ceos/025-marc-benioff/front.svg new file mode 100644 index 00000000..bae0874a --- /dev/null +++ b/public/releases/v2/ceos/025-marc-benioff/front.svg @@ -0,0 +1 @@ +Marc Benioff — Open Source Legends v2TECH CEOS / V2Marc BenioffFounder and CEO, SalesforceThe End of Software, and the subscription model that replaced it025 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/026-jack-ma/artwork.svg b/public/releases/v2/ceos/026-jack-ma/artwork.svg new file mode 100644 index 00000000..b4c0b9e9 --- /dev/null +++ b/public/releases/v2/ceos/026-jack-ma/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/ceos/026-jack-ma/back.png b/public/releases/v2/ceos/026-jack-ma/back.png new file mode 100644 index 00000000..68138f27 Binary files /dev/null and b/public/releases/v2/ceos/026-jack-ma/back.png differ diff --git a/public/releases/v2/ceos/026-jack-ma/back.svg b/public/releases/v2/ceos/026-jack-ma/back.svg new file mode 100644 index 00000000..119da8e1 --- /dev/null +++ b/public/releases/v2/ceos/026-jack-ma/back.svg @@ -0,0 +1 @@ +Jack Ma — Open Source Legends v2TECH CEOS / V2Jack MaTHE CONTRIBUTIONA former English teacher who founded Alibaba in hisHangzhou apartment in 1999, beat eBay in China with Taobao,and solved the trust problem with an escrow payment systemthat became Alipay. Alibaba’s 2014 New York listing raisedabout $25 billion, the largest IPO in history at the time.Dubbo and RocketMQ are Apache projects that came out of thecompany.PROJECTS / DOMAINSE-commerce · Payments · CloudPROVENANCE3 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.026 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/026-jack-ma/front.png b/public/releases/v2/ceos/026-jack-ma/front.png new file mode 100644 index 00000000..e70e9352 Binary files /dev/null and b/public/releases/v2/ceos/026-jack-ma/front.png differ diff --git a/public/releases/v2/ceos/026-jack-ma/front.svg b/public/releases/v2/ceos/026-jack-ma/front.svg new file mode 100644 index 00000000..b3bbeb49 --- /dev/null +++ b/public/releases/v2/ceos/026-jack-ma/front.svg @@ -0,0 +1 @@ +Jack Ma — Open Source Legends v2TECH CEOS / V2Jack MaFounder and CEO, AlibabaBuilding China’s commerce infrastructure from an apartment026 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/027-marten-mickos/artwork.svg b/public/releases/v2/ceos/027-marten-mickos/artwork.svg new file mode 100644 index 00000000..5c57b560 --- /dev/null +++ b/public/releases/v2/ceos/027-marten-mickos/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/ceos/027-marten-mickos/back.png b/public/releases/v2/ceos/027-marten-mickos/back.png new file mode 100644 index 00000000..5a56e343 Binary files /dev/null and b/public/releases/v2/ceos/027-marten-mickos/back.png differ diff --git a/public/releases/v2/ceos/027-marten-mickos/back.svg b/public/releases/v2/ceos/027-marten-mickos/back.svg new file mode 100644 index 00000000..3cb0b95f --- /dev/null +++ b/public/releases/v2/ceos/027-marten-mickos/back.svg @@ -0,0 +1 @@ +Mårten Mickos — Open Source Legends v2TECH CEOS / V2Mårten MickosTHE CONTRIBUTIONRan MySQL AB from 2001 and sold it to Sun in 2008 for abouta billion dollars, the most anyone had paid for an opensource company. MySQL was the M in LAMP, so the deal proveda freely licensed database with a paid support tier couldbe worth as much as a proprietary one. He later ranEucalyptus and HackerOne.PROJECTS / DOMAINSDatabases · Open source business · SecurityPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.027 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/027-marten-mickos/front.png b/public/releases/v2/ceos/027-marten-mickos/front.png new file mode 100644 index 00000000..181dab06 Binary files /dev/null and b/public/releases/v2/ceos/027-marten-mickos/front.png differ diff --git a/public/releases/v2/ceos/027-marten-mickos/front.svg b/public/releases/v2/ceos/027-marten-mickos/front.svg new file mode 100644 index 00000000..73e25799 --- /dev/null +++ b/public/releases/v2/ceos/027-marten-mickos/front.svg @@ -0,0 +1 @@ +Mårten Mickos — Open Source Legends v2TECH CEOS / V2Mårten MickosCEO, MySQL ABThe billion-dollar exit that made open core a category027 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/028-eric-schmidt/artwork.svg b/public/releases/v2/ceos/028-eric-schmidt/artwork.svg new file mode 100644 index 00000000..bfd04273 --- /dev/null +++ b/public/releases/v2/ceos/028-eric-schmidt/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/ceos/028-eric-schmidt/back.png b/public/releases/v2/ceos/028-eric-schmidt/back.png new file mode 100644 index 00000000..f0511618 Binary files /dev/null and b/public/releases/v2/ceos/028-eric-schmidt/back.png differ diff --git a/public/releases/v2/ceos/028-eric-schmidt/back.svg b/public/releases/v2/ceos/028-eric-schmidt/back.svg new file mode 100644 index 00000000..723b1662 --- /dev/null +++ b/public/releases/v2/ceos/028-eric-schmidt/back.svg @@ -0,0 +1 @@ +Eric Schmidt — Open Source Legends v2TECH CEOS / V2Eric SchmidtTHE CONTRIBUTIONWorked on Unix tooling early, was CTO at Sun during theJava years and CEO of Novell, then ran Google from 2001 to2011, hired as adult supervision for two founders in theirtwenties. He built the advertising machine and themanagement structure that carried the company from a fewhundred people to tens of thousands, and presided over theAndroid and YouTube acquisitions.PROJECTS / DOMAINSSearch · Advertising · EnterprisePROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.028 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/028-eric-schmidt/front.png b/public/releases/v2/ceos/028-eric-schmidt/front.png new file mode 100644 index 00000000..7877aa1e Binary files /dev/null and b/public/releases/v2/ceos/028-eric-schmidt/front.png differ diff --git a/public/releases/v2/ceos/028-eric-schmidt/front.svg b/public/releases/v2/ceos/028-eric-schmidt/front.svg new file mode 100644 index 00000000..d9499aa9 --- /dev/null +++ b/public/releases/v2/ceos/028-eric-schmidt/front.svg @@ -0,0 +1 @@ +Eric Schmidt — Open Source Legends v2TECH CEOS / V2Eric SchmidtCEO, Google; previously CEO, NovellTurning a research culture into an operating company028 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/029-mark-zuckerberg/artwork.svg b/public/releases/v2/ceos/029-mark-zuckerberg/artwork.svg new file mode 100644 index 00000000..91f9c3f6 --- /dev/null +++ b/public/releases/v2/ceos/029-mark-zuckerberg/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/ceos/029-mark-zuckerberg/back.png b/public/releases/v2/ceos/029-mark-zuckerberg/back.png new file mode 100644 index 00000000..df916309 Binary files /dev/null and b/public/releases/v2/ceos/029-mark-zuckerberg/back.png differ diff --git a/public/releases/v2/ceos/029-mark-zuckerberg/back.svg b/public/releases/v2/ceos/029-mark-zuckerberg/back.svg new file mode 100644 index 00000000..04ebaf0a --- /dev/null +++ b/public/releases/v2/ceos/029-mark-zuckerberg/back.svg @@ -0,0 +1 @@ +Mark Zuckerberg — Open Source Legends v2TECH CEOS / V2Mark ZuckerbergTHE CONTRIBUTIONFounded Facebook in a Harvard dorm in 2004 and still runsthe company two decades and about three billion userslater, through Cambridge Analytica, the Instagram andWhatsApp deals, and the pivot to Meta. The open sourcerecord is enormous and largely separate from thereputational one: React, PyTorch, GraphQL, RocksDB, theOpen Compute Project, and the Llama open-weight models.PROJECTS / DOMAINSSocial platforms · Open source · AIPROVENANCE3 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.029 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/029-mark-zuckerberg/front.png b/public/releases/v2/ceos/029-mark-zuckerberg/front.png new file mode 100644 index 00000000..ec2c98e6 Binary files /dev/null and b/public/releases/v2/ceos/029-mark-zuckerberg/front.png differ diff --git a/public/releases/v2/ceos/029-mark-zuckerberg/front.svg b/public/releases/v2/ceos/029-mark-zuckerberg/front.svg new file mode 100644 index 00000000..0a8e1b23 --- /dev/null +++ b/public/releases/v2/ceos/029-mark-zuckerberg/front.svg @@ -0,0 +1 @@ +Mark Zuckerberg — Open Source Legends v2TECH CEOS / V2Mark ZuckerbergFounder and CEO, MetaThree billion users, React, PyTorch and open-weight models029 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/030-tobias-lutke/artwork.svg b/public/releases/v2/ceos/030-tobias-lutke/artwork.svg new file mode 100644 index 00000000..f47fe8aa --- /dev/null +++ b/public/releases/v2/ceos/030-tobias-lutke/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/ceos/030-tobias-lutke/back.png b/public/releases/v2/ceos/030-tobias-lutke/back.png new file mode 100644 index 00000000..9bad8211 Binary files /dev/null and b/public/releases/v2/ceos/030-tobias-lutke/back.png differ diff --git a/public/releases/v2/ceos/030-tobias-lutke/back.svg b/public/releases/v2/ceos/030-tobias-lutke/back.svg new file mode 100644 index 00000000..8308b5e0 --- /dev/null +++ b/public/releases/v2/ceos/030-tobias-lutke/back.svg @@ -0,0 +1 @@ +Tobias Lütke — Open Source Legends v2TECH CEOS / V2Tobias LütkeTHE CONTRIBUTIONTried to sell snowboards online in 2004, found theavailable software unusable, and wrote his own in Ruby onRails, early enough that he became a Rails core contributorwhile doing it. Shopify grew into the platform behindmillions of storefronts and remains one of the largest Rubydeployments anywhere, with Liquid, its templating language,released as open source.PROJECTS / DOMAINSE-commerce · Ruby · Developer platformsPROVENANCE3 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.030 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/030-tobias-lutke/front.png b/public/releases/v2/ceos/030-tobias-lutke/front.png new file mode 100644 index 00000000..f0ab1e61 Binary files /dev/null and b/public/releases/v2/ceos/030-tobias-lutke/front.png differ diff --git a/public/releases/v2/ceos/030-tobias-lutke/front.svg b/public/releases/v2/ceos/030-tobias-lutke/front.svg new file mode 100644 index 00000000..1123586c --- /dev/null +++ b/public/releases/v2/ceos/030-tobias-lutke/front.svg @@ -0,0 +1 @@ +Tobias Lütke — Open Source Legends v2TECH CEOS / V2Tobias LütkeFounder and CEO, ShopifyA Rails core contributor who kept the company on Rails030 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/031-elon-musk/artwork.svg b/public/releases/v2/ceos/031-elon-musk/artwork.svg new file mode 100644 index 00000000..9b077b81 --- /dev/null +++ b/public/releases/v2/ceos/031-elon-musk/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/ceos/031-elon-musk/back.png b/public/releases/v2/ceos/031-elon-musk/back.png new file mode 100644 index 00000000..32d4e5aa Binary files /dev/null and b/public/releases/v2/ceos/031-elon-musk/back.png differ diff --git a/public/releases/v2/ceos/031-elon-musk/back.svg b/public/releases/v2/ceos/031-elon-musk/back.svg new file mode 100644 index 00000000..eb79e3af --- /dev/null +++ b/public/releases/v2/ceos/031-elon-musk/back.svg @@ -0,0 +1 @@ +Elon Musk — Open Source Legends v2TECH CEOS / V2Elon MuskTHE CONTRIBUTIONRuns several companies at once and has changed at least twoindustries: SpaceX made orbital launch reusable and drovecost per kilogram down by an order of magnitude, and Teslamade electric cars something people wanted rather thantolerated. In 2014 Tesla pledged not to enforce its patentsagainst anyone using them in good faith. He bought Twitterfor $44 billion in 2022.PROJECTS / DOMAINSAerospace · Automotive · Social platformsPROVENANCE3 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.031 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/031-elon-musk/front.png b/public/releases/v2/ceos/031-elon-musk/front.png new file mode 100644 index 00000000..9679e993 Binary files /dev/null and b/public/releases/v2/ceos/031-elon-musk/front.png differ diff --git a/public/releases/v2/ceos/031-elon-musk/front.svg b/public/releases/v2/ceos/031-elon-musk/front.svg new file mode 100644 index 00000000..234992e8 --- /dev/null +++ b/public/releases/v2/ceos/031-elon-musk/front.svg @@ -0,0 +1 @@ +Elon Musk — Open Source Legends v2TECH CEOS / V2Elon MuskCEO, Tesla, SpaceX and XRockets, electric cars, and releasing the patents031 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/032-daniel-ek/artwork.svg b/public/releases/v2/ceos/032-daniel-ek/artwork.svg new file mode 100644 index 00000000..09d1d68e --- /dev/null +++ b/public/releases/v2/ceos/032-daniel-ek/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/ceos/032-daniel-ek/back.png b/public/releases/v2/ceos/032-daniel-ek/back.png new file mode 100644 index 00000000..9d9188c7 Binary files /dev/null and b/public/releases/v2/ceos/032-daniel-ek/back.png differ diff --git a/public/releases/v2/ceos/032-daniel-ek/back.svg b/public/releases/v2/ceos/032-daniel-ek/back.svg new file mode 100644 index 00000000..12e349c9 --- /dev/null +++ b/public/releases/v2/ceos/032-daniel-ek/back.svg @@ -0,0 +1 @@ +Daniel Ek — Open Source Legends v2TECH CEOS / V2Daniel EkTHE CONTRIBUTIONCo-founded Spotify in Stockholm in 2006 with an engineeringgoal that sounds trivial and was not: a track had to startplaying faster than a pirated file on your own disk. Theearly peer-to-peer work solved it, and the licensing dealsdragged the record industry into a model it had spent adecade litigating against. Spotify also gave the industryBackstage.PROJECTS / DOMAINSStreaming · Licensing · Developer toolingPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.032 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/032-daniel-ek/front.png b/public/releases/v2/ceos/032-daniel-ek/front.png new file mode 100644 index 00000000..4b51d0fe Binary files /dev/null and b/public/releases/v2/ceos/032-daniel-ek/front.png differ diff --git a/public/releases/v2/ceos/032-daniel-ek/front.svg b/public/releases/v2/ceos/032-daniel-ek/front.svg new file mode 100644 index 00000000..5de5ad4c --- /dev/null +++ b/public/releases/v2/ceos/032-daniel-ek/front.svg @@ -0,0 +1 @@ +Daniel Ek — Open Source Legends v2TECH CEOS / V2Daniel EkCo-founder and CEO, SpotifyMaking streaming better than piracy032 / RARE / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/033-andy-jassy/artwork.svg b/public/releases/v2/ceos/033-andy-jassy/artwork.svg new file mode 100644 index 00000000..27fa7469 --- /dev/null +++ b/public/releases/v2/ceos/033-andy-jassy/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/ceos/033-andy-jassy/back.png b/public/releases/v2/ceos/033-andy-jassy/back.png new file mode 100644 index 00000000..8b2875c8 Binary files /dev/null and b/public/releases/v2/ceos/033-andy-jassy/back.png differ diff --git a/public/releases/v2/ceos/033-andy-jassy/back.svg b/public/releases/v2/ceos/033-andy-jassy/back.svg new file mode 100644 index 00000000..e46169ff --- /dev/null +++ b/public/releases/v2/ceos/033-andy-jassy/back.svg @@ -0,0 +1 @@ +Andy Jassy — Open Source Legends v2TECH CEOS / V2Andy JassyTHE CONTRIBUTIONWrote the original business plan for what became AWS andran it from 2006 until succeeding Bezos in 2021. AWS turnedcomputing into a utility. It also set off the defininglicensing fight of the era: Elastic, MongoDB and Redischanged licences over managed services built on their code,and Amazon forked Elasticsearch into OpenSearch, laterdonated to the Linux Foundation.PROJECTS / DOMAINSCloud · Infrastructure · EnterprisePROVENANCE3 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.033 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/033-andy-jassy/front.png b/public/releases/v2/ceos/033-andy-jassy/front.png new file mode 100644 index 00000000..fdd4ef5a Binary files /dev/null and b/public/releases/v2/ceos/033-andy-jassy/front.png differ diff --git a/public/releases/v2/ceos/033-andy-jassy/front.svg b/public/releases/v2/ceos/033-andy-jassy/front.svg new file mode 100644 index 00000000..5611e231 --- /dev/null +++ b/public/releases/v2/ceos/033-andy-jassy/front.svg @@ -0,0 +1 @@ +Andy Jassy — Open Source Legends v2TECH CEOS / V2Andy JassyFounder of AWS; CEO, AmazonBuilding the cloud, and the licence backlash it caused033 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/034-chris-wanstrath/artwork.svg b/public/releases/v2/ceos/034-chris-wanstrath/artwork.svg new file mode 100644 index 00000000..239a54ab --- /dev/null +++ b/public/releases/v2/ceos/034-chris-wanstrath/artwork.svg @@ -0,0 +1 @@ +The merge commonsAn asymmetric mechanical bloom of open contribution decks, folded channels and suspended leaves gathers around a shared pink review courtyard. Independent ivory pathways converge into one citron passage. \ No newline at end of file diff --git a/public/releases/v2/ceos/034-chris-wanstrath/back.png b/public/releases/v2/ceos/034-chris-wanstrath/back.png new file mode 100644 index 00000000..318fcbd4 Binary files /dev/null and b/public/releases/v2/ceos/034-chris-wanstrath/back.png differ diff --git a/public/releases/v2/ceos/034-chris-wanstrath/back.svg b/public/releases/v2/ceos/034-chris-wanstrath/back.svg new file mode 100644 index 00000000..78beb88c --- /dev/null +++ b/public/releases/v2/ceos/034-chris-wanstrath/back.svg @@ -0,0 +1 @@ +Chris Wanstrath — Open Source Legends v2TECH CEOS / V2Chris WanstrathTHE CONTRIBUTIONCo-founded GitHub in 2008 and was CEO through the periodwhen it became the default home of open source, largely bymaking the pull request a social object rather than amailing-list patch. The company was bootstrapped for fouryears, ran on a famously flat structure that later cameapart, and sold to Microsoft for $7.5 billion in 2018.PROJECTS / DOMAINSDeveloper platforms · Git · CollaborationPROVENANCE3 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.034 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/034-chris-wanstrath/front.png b/public/releases/v2/ceos/034-chris-wanstrath/front.png new file mode 100644 index 00000000..8bc196a9 Binary files /dev/null and b/public/releases/v2/ceos/034-chris-wanstrath/front.png differ diff --git a/public/releases/v2/ceos/034-chris-wanstrath/front.svg b/public/releases/v2/ceos/034-chris-wanstrath/front.svg new file mode 100644 index 00000000..80609f35 --- /dev/null +++ b/public/releases/v2/ceos/034-chris-wanstrath/front.svg @@ -0,0 +1 @@ +Chris Wanstrath — Open Source Legends v2TECH CEOS / V2Chris WanstrathThe merge commonsAn asymmetric mechanical bloom of open contribution decks, folded channels and suspended leaves gathers around a shared pink review courtyard. Independent ivory pathways converge into one citron passage.Co-founder and CEO, GitHubThe place the world’s open source moved to034 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/035-jim-whitehurst/artwork.svg b/public/releases/v2/ceos/035-jim-whitehurst/artwork.svg new file mode 100644 index 00000000..b9a7abb9 --- /dev/null +++ b/public/releases/v2/ceos/035-jim-whitehurst/artwork.svg @@ -0,0 +1 @@ +The expanding commonsAn outward-growing architectural sculpture of interlocked folded planes. Small open modules support larger shared terraces, a luminous ascending passage, and a broad pink canopy that remains open. \ No newline at end of file diff --git a/public/releases/v2/ceos/035-jim-whitehurst/back.png b/public/releases/v2/ceos/035-jim-whitehurst/back.png new file mode 100644 index 00000000..4505ee73 Binary files /dev/null and b/public/releases/v2/ceos/035-jim-whitehurst/back.png differ diff --git a/public/releases/v2/ceos/035-jim-whitehurst/back.svg b/public/releases/v2/ceos/035-jim-whitehurst/back.svg new file mode 100644 index 00000000..f5f4b3c6 --- /dev/null +++ b/public/releases/v2/ceos/035-jim-whitehurst/back.svg @@ -0,0 +1 @@ +Jim Whitehurst — Open Source Legends v2TECH CEOS / V2Jim WhitehurstTHE CONTRIBUTIONCame from Delta Air Lines to run Red Hat in 2008 and grewit from about $500 million to over $3 billion in annualrevenue, the first open source company at that scale,before selling to IBM for $34 billion in 2019. He wrote TheOpen Organization, and backed the OpenShift bet onKubernetes early.PROJECTS / DOMAINSLinux · Open source business · EnterprisePROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.035 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/035-jim-whitehurst/front.png b/public/releases/v2/ceos/035-jim-whitehurst/front.png new file mode 100644 index 00000000..86701248 Binary files /dev/null and b/public/releases/v2/ceos/035-jim-whitehurst/front.png differ diff --git a/public/releases/v2/ceos/035-jim-whitehurst/front.svg b/public/releases/v2/ceos/035-jim-whitehurst/front.svg new file mode 100644 index 00000000..af995cb2 --- /dev/null +++ b/public/releases/v2/ceos/035-jim-whitehurst/front.svg @@ -0,0 +1 @@ +Jim Whitehurst — Open Source Legends v2TECH CEOS / V2Jim WhitehurstThe expanding commonsAn outward-growing architectural sculpture of interlocked folded planes. Small open modules support larger shared terraces, a luminous ascending passage, and a broad pink canopy that remains open.CEO, Red HatTaking an open source company past three billion in revenue035 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/036-matthew-prince/artwork.svg b/public/releases/v2/ceos/036-matthew-prince/artwork.svg new file mode 100644 index 00000000..0f6883f7 --- /dev/null +++ b/public/releases/v2/ceos/036-matthew-prince/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/ceos/036-matthew-prince/back.png b/public/releases/v2/ceos/036-matthew-prince/back.png new file mode 100644 index 00000000..5c0073b3 Binary files /dev/null and b/public/releases/v2/ceos/036-matthew-prince/back.png differ diff --git a/public/releases/v2/ceos/036-matthew-prince/back.svg b/public/releases/v2/ceos/036-matthew-prince/back.svg new file mode 100644 index 00000000..184b2de8 --- /dev/null +++ b/public/releases/v2/ceos/036-matthew-prince/back.svg @@ -0,0 +1 @@ +Matthew Prince — Open Source Legends v2TECH CEOS / V2Matthew PrinceTHE CONTRIBUTIONCo-founded Cloudflare in 2009 with Michelle Zatlyn and LeeHolloway and gave away DDoS protection and a CDN to anyonewho asked, which is why a large share of the web now passesthrough it. The company open-sourced Quiche, Pingora andthe Workers runtime, funded Let’s Encrypt, and runs ProjectGalileo for civil society sites at no charge.PROJECTS / DOMAINSCDN · Security · Edge computingPROVENANCE3 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.036 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/036-matthew-prince/front.png b/public/releases/v2/ceos/036-matthew-prince/front.png new file mode 100644 index 00000000..393a9bf0 Binary files /dev/null and b/public/releases/v2/ceos/036-matthew-prince/front.png differ diff --git a/public/releases/v2/ceos/036-matthew-prince/front.svg b/public/releases/v2/ceos/036-matthew-prince/front.svg new file mode 100644 index 00000000..5267e7fe --- /dev/null +++ b/public/releases/v2/ceos/036-matthew-prince/front.svg @@ -0,0 +1 @@ +Matthew Prince — Open Source Legends v2TECH CEOS / V2Matthew PrinceCo-founder and CEO, CloudflareA free tier that quietly became internet infrastructure036 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/037-patrick-collison/artwork.svg b/public/releases/v2/ceos/037-patrick-collison/artwork.svg new file mode 100644 index 00000000..fd5cdaaf --- /dev/null +++ b/public/releases/v2/ceos/037-patrick-collison/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/ceos/037-patrick-collison/back.png b/public/releases/v2/ceos/037-patrick-collison/back.png new file mode 100644 index 00000000..6fd017ca Binary files /dev/null and b/public/releases/v2/ceos/037-patrick-collison/back.png differ diff --git a/public/releases/v2/ceos/037-patrick-collison/back.svg b/public/releases/v2/ceos/037-patrick-collison/back.svg new file mode 100644 index 00000000..c8c7a9c6 --- /dev/null +++ b/public/releases/v2/ceos/037-patrick-collison/back.svg @@ -0,0 +1 @@ +Patrick Collison — Open Source Legends v2TECH CEOS / V2Patrick CollisonTHE CONTRIBUTIONFounded Stripe with his brother John in 2010, whenaccepting a card online meant weeks of paperwork with abank, and replaced it with an API you could integrate in anafternoon. The company set the standard for what developerdocumentation is expected to look like, and open-sourcedSorbet, a gradual type checker for Ruby now used wellbeyond Stripe.PROJECTS / DOMAINSPayments · Developer platforms · APIsPROVENANCE3 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.037 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/037-patrick-collison/front.png b/public/releases/v2/ceos/037-patrick-collison/front.png new file mode 100644 index 00000000..5596e343 Binary files /dev/null and b/public/releases/v2/ceos/037-patrick-collison/front.png differ diff --git a/public/releases/v2/ceos/037-patrick-collison/front.svg b/public/releases/v2/ceos/037-patrick-collison/front.svg new file mode 100644 index 00000000..2eeeef10 --- /dev/null +++ b/public/releases/v2/ceos/037-patrick-collison/front.svg @@ -0,0 +1 @@ +Patrick Collison — Open Source Legends v2TECH CEOS / V2Patrick CollisonCo-founder and CEO, StripeSeven lines of code instead of a merchant account037 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/038-tim-cook/artwork.svg b/public/releases/v2/ceos/038-tim-cook/artwork.svg new file mode 100644 index 00000000..413793e5 --- /dev/null +++ b/public/releases/v2/ceos/038-tim-cook/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/ceos/038-tim-cook/back.png b/public/releases/v2/ceos/038-tim-cook/back.png new file mode 100644 index 00000000..e1868410 Binary files /dev/null and b/public/releases/v2/ceos/038-tim-cook/back.png differ diff --git a/public/releases/v2/ceos/038-tim-cook/back.svg b/public/releases/v2/ceos/038-tim-cook/back.svg new file mode 100644 index 00000000..e4e89f98 --- /dev/null +++ b/public/releases/v2/ceos/038-tim-cook/back.svg @@ -0,0 +1 @@ +Tim Cook — Open Source Legends v2TECH CEOS / V2Tim CookTHE CONTRIBUTIONJoined Apple in 1998 and rebuilt its supply chain into themost efficient operation in consumer electronics, then tookover in 2011 and grew the company past a three trilliondollar valuation. The move to Apple Silicon was the largestarchitecture migration any consumer platform has attempted.Apple open-sourced Swift in 2015 and funds LLVM, Clang andWebKit.PROJECTS / DOMAINSSupply chain · Consumer devices · SiliconPROVENANCE3 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.038 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/038-tim-cook/front.png b/public/releases/v2/ceos/038-tim-cook/front.png new file mode 100644 index 00000000..a468a1d4 Binary files /dev/null and b/public/releases/v2/ceos/038-tim-cook/front.png differ diff --git a/public/releases/v2/ceos/038-tim-cook/front.svg b/public/releases/v2/ceos/038-tim-cook/front.svg new file mode 100644 index 00000000..ded78d6a --- /dev/null +++ b/public/releases/v2/ceos/038-tim-cook/front.svg @@ -0,0 +1 @@ +Tim Cook — Open Source Legends v2TECH CEOS / V2Tim CookCEO, AppleOperating the largest company in the world, and Swift038 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/039-ginni-rometty/artwork.svg b/public/releases/v2/ceos/039-ginni-rometty/artwork.svg new file mode 100644 index 00000000..5be14e65 --- /dev/null +++ b/public/releases/v2/ceos/039-ginni-rometty/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/ceos/039-ginni-rometty/back.png b/public/releases/v2/ceos/039-ginni-rometty/back.png new file mode 100644 index 00000000..9e5b14dd Binary files /dev/null and b/public/releases/v2/ceos/039-ginni-rometty/back.png differ diff --git a/public/releases/v2/ceos/039-ginni-rometty/back.svg b/public/releases/v2/ceos/039-ginni-rometty/back.svg new file mode 100644 index 00000000..c37450d7 --- /dev/null +++ b/public/releases/v2/ceos/039-ginni-rometty/back.svg @@ -0,0 +1 @@ +Ginni Rometty — Open Source Legends v2TECH CEOS / V2Ginni RomettyTHE CONTRIBUTIONJoined IBM as a systems engineer in 1981 and became itsfirst woman CEO in 2012, running the company through a longand contested revenue decline as it shifted toward cloud.The decision she will be remembered for is the 2019acquisition of Red Hat for $34 billion, structured to leaveRed Hat operating independently, which is why the communitydid not scatter.PROJECTS / DOMAINSEnterprise · Cloud · Hybrid infrastructurePROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.039 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/039-ginni-rometty/front.png b/public/releases/v2/ceos/039-ginni-rometty/front.png new file mode 100644 index 00000000..3b56e010 Binary files /dev/null and b/public/releases/v2/ceos/039-ginni-rometty/front.png differ diff --git a/public/releases/v2/ceos/039-ginni-rometty/front.svg b/public/releases/v2/ceos/039-ginni-rometty/front.svg new file mode 100644 index 00000000..0f20600a --- /dev/null +++ b/public/releases/v2/ceos/039-ginni-rometty/front.svg @@ -0,0 +1 @@ +Ginni Rometty — Open Source Legends v2TECH CEOS / V2Ginni RomettyChairman and CEO, IBMBuying Red Hat for thirty-four billion dollars039 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/040-pat-gelsinger/artwork.svg b/public/releases/v2/ceos/040-pat-gelsinger/artwork.svg new file mode 100644 index 00000000..a68a5f3e --- /dev/null +++ b/public/releases/v2/ceos/040-pat-gelsinger/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/ceos/040-pat-gelsinger/back.png b/public/releases/v2/ceos/040-pat-gelsinger/back.png new file mode 100644 index 00000000..62656722 Binary files /dev/null and b/public/releases/v2/ceos/040-pat-gelsinger/back.png differ diff --git a/public/releases/v2/ceos/040-pat-gelsinger/back.svg b/public/releases/v2/ceos/040-pat-gelsinger/back.svg new file mode 100644 index 00000000..b6e6d25c --- /dev/null +++ b/public/releases/v2/ceos/040-pat-gelsinger/back.svg @@ -0,0 +1 @@ +Pat Gelsinger — Open Source Legends v2TECH CEOS / V2Pat GelsingerTHE CONTRIBUTIONJoined Intel at eighteen, led the design of the 80486 andbecame the company’s first CTO, then ran VMware from 2012through its Kubernetes pivot, then returned as Intel’s CEOin 2021 to attempt the hardest turnaround in the industry:rebuilding leading-edge manufacturing against TSMC. He leftin 2024 with that unfinished.PROJECTS / DOMAINSProcessors · Virtualisation · ManufacturingPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.040 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/040-pat-gelsinger/front.png b/public/releases/v2/ceos/040-pat-gelsinger/front.png new file mode 100644 index 00000000..9de4a662 Binary files /dev/null and b/public/releases/v2/ceos/040-pat-gelsinger/front.png differ diff --git a/public/releases/v2/ceos/040-pat-gelsinger/front.svg b/public/releases/v2/ceos/040-pat-gelsinger/front.svg new file mode 100644 index 00000000..f5046059 --- /dev/null +++ b/public/releases/v2/ceos/040-pat-gelsinger/front.svg @@ -0,0 +1 @@ +Pat Gelsinger — Open Source Legends v2TECH CEOS / V2Pat GelsingerCEO, VMware and IntelAn 80486 architect who came back to run the company040 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/041-satya-nadella/artwork.svg b/public/releases/v2/ceos/041-satya-nadella/artwork.svg new file mode 100644 index 00000000..2f3a9c0c --- /dev/null +++ b/public/releases/v2/ceos/041-satya-nadella/artwork.svg @@ -0,0 +1 @@ +Open chamberAn exploded architectural instrument: an opened host surrounds a distinct finned kernel. A shared pink runway crosses layered substrates and reaches an independent branching archive. \ No newline at end of file diff --git a/public/releases/v2/ceos/041-satya-nadella/back.png b/public/releases/v2/ceos/041-satya-nadella/back.png new file mode 100644 index 00000000..33dea30b Binary files /dev/null and b/public/releases/v2/ceos/041-satya-nadella/back.png differ diff --git a/public/releases/v2/ceos/041-satya-nadella/back.svg b/public/releases/v2/ceos/041-satya-nadella/back.svg new file mode 100644 index 00000000..6ededf14 --- /dev/null +++ b/public/releases/v2/ceos/041-satya-nadella/back.svg @@ -0,0 +1 @@ +Satya Nadella — Open Source Legends v2TECH CEOS / V2Satya NadellaTHE CONTRIBUTIONTook over Microsoft in 2014, a company whose previous CEOhad called Linux a cancer, and reversed the posturecompletely: .NET open-sourced and cross-platform, the Linuxkernel shipped inside Windows as WSL, VS Code releasedunder MIT, Microsoft joining the Linux Foundation, andGitHub bought for $7.5 billion in 2018 and left to runitself.PROJECTS / DOMAINSCloud · Open source · AIPROVENANCE3 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.041 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/041-satya-nadella/front.png b/public/releases/v2/ceos/041-satya-nadella/front.png new file mode 100644 index 00000000..acfc9ce2 Binary files /dev/null and b/public/releases/v2/ceos/041-satya-nadella/front.png differ diff --git a/public/releases/v2/ceos/041-satya-nadella/front.svg b/public/releases/v2/ceos/041-satya-nadella/front.svg new file mode 100644 index 00000000..dde3142a --- /dev/null +++ b/public/releases/v2/ceos/041-satya-nadella/front.svg @@ -0,0 +1 @@ +Satya Nadella — Open Source Legends v2TECH CEOS / V2Satya NadellaOpen chamberAn exploded architectural instrument: an opened host surrounds a distinct finned kernel. A shared pink runway crosses layered substrates and reaches an independent branching archive.CEO, MicrosoftMicrosoft loves Linux, and meaning it041 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/042-lisa-su/artwork.svg b/public/releases/v2/ceos/042-lisa-su/artwork.svg new file mode 100644 index 00000000..ae84d085 --- /dev/null +++ b/public/releases/v2/ceos/042-lisa-su/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/ceos/042-lisa-su/back.png b/public/releases/v2/ceos/042-lisa-su/back.png new file mode 100644 index 00000000..401f4f53 Binary files /dev/null and b/public/releases/v2/ceos/042-lisa-su/back.png differ diff --git a/public/releases/v2/ceos/042-lisa-su/back.svg b/public/releases/v2/ceos/042-lisa-su/back.svg new file mode 100644 index 00000000..f93dd0fe --- /dev/null +++ b/public/releases/v2/ceos/042-lisa-su/back.svg @@ -0,0 +1 @@ +Lisa Su — Open Source Legends v2TECH CEOS / V2Lisa SuTHE CONTRIBUTIONAn MIT-trained semiconductor engineer with real siliconcredentials, she took over an AMD near collapse in 2014,bet everything on the Zen architecture and a chipletstrategy, and turned it into a company that took servershare from Intel and grew its market value more thanfiftyfold. AMD’s ROCm stack is open source, the onlycredible open alternative to CUDA.PROJECTS / DOMAINSProcessors · GPUs · SemiconductorsPROVENANCE3 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.042 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/042-lisa-su/front.png b/public/releases/v2/ceos/042-lisa-su/front.png new file mode 100644 index 00000000..59ca54ac Binary files /dev/null and b/public/releases/v2/ceos/042-lisa-su/front.png differ diff --git a/public/releases/v2/ceos/042-lisa-su/front.svg b/public/releases/v2/ceos/042-lisa-su/front.svg new file mode 100644 index 00000000..8de61d09 --- /dev/null +++ b/public/releases/v2/ceos/042-lisa-su/front.svg @@ -0,0 +1 @@ +Lisa Su — Open Source Legends v2TECH CEOS / V2Lisa SuCEO, AMDThe turnaround that put competition back into x86042 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/043-susan-wojcicki/artwork.svg b/public/releases/v2/ceos/043-susan-wojcicki/artwork.svg new file mode 100644 index 00000000..c457452d --- /dev/null +++ b/public/releases/v2/ceos/043-susan-wojcicki/artwork.svg @@ -0,0 +1 @@ +The open codec loomBlock-partitioned moving-image material becomes a sculptural weave around an open projection aperture, releasing three freely unfolding ribbons. \ No newline at end of file diff --git a/public/releases/v2/ceos/043-susan-wojcicki/back.png b/public/releases/v2/ceos/043-susan-wojcicki/back.png new file mode 100644 index 00000000..a92dce81 Binary files /dev/null and b/public/releases/v2/ceos/043-susan-wojcicki/back.png differ diff --git a/public/releases/v2/ceos/043-susan-wojcicki/back.svg b/public/releases/v2/ceos/043-susan-wojcicki/back.svg new file mode 100644 index 00000000..0f73dd60 --- /dev/null +++ b/public/releases/v2/ceos/043-susan-wojcicki/back.svg @@ -0,0 +1 @@ +Susan Wojcicki — Open Source Legends v2TECH CEOS / V2Susan WojcickiTHE CONTRIBUTIONRented her Menlo Park garage to Google’s founders in 1998,became employee sixteen, built AdSense into the businessthat funded the free web, argued for buying YouTube in2006, and ran it from 2014 to 2023. The open thread runsthrough the codecs: Google released VP8 and VP9royalty-free, then AV1 through the Alliance for Open Media.She died in 2024.PROJECTS / DOMAINSVideo · Advertising · CodecsPROVENANCE3 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.043 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/043-susan-wojcicki/front.png b/public/releases/v2/ceos/043-susan-wojcicki/front.png new file mode 100644 index 00000000..2e733a2a Binary files /dev/null and b/public/releases/v2/ceos/043-susan-wojcicki/front.png differ diff --git a/public/releases/v2/ceos/043-susan-wojcicki/front.svg b/public/releases/v2/ceos/043-susan-wojcicki/front.svg new file mode 100644 index 00000000..23c4c6c8 --- /dev/null +++ b/public/releases/v2/ceos/043-susan-wojcicki/front.svg @@ -0,0 +1 @@ +Susan Wojcicki — Open Source Legends v2TECH CEOS / V2Susan WojcickiThe open codec loomBlock-partitioned moving-image material becomes a sculptural weave around an open projection aperture, releasing three freely unfolding ribbons.CEO, YouTubeThe garage, AdSense, and the royalty-free video codecs043 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/044-sid-sijbrandij/artwork.svg b/public/releases/v2/ceos/044-sid-sijbrandij/artwork.svg new file mode 100644 index 00000000..9e58f101 --- /dev/null +++ b/public/releases/v2/ceos/044-sid-sijbrandij/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/ceos/044-sid-sijbrandij/back.png b/public/releases/v2/ceos/044-sid-sijbrandij/back.png new file mode 100644 index 00000000..884583f3 Binary files /dev/null and b/public/releases/v2/ceos/044-sid-sijbrandij/back.png differ diff --git a/public/releases/v2/ceos/044-sid-sijbrandij/back.svg b/public/releases/v2/ceos/044-sid-sijbrandij/back.svg new file mode 100644 index 00000000..58fcb9db --- /dev/null +++ b/public/releases/v2/ceos/044-sid-sijbrandij/back.svg @@ -0,0 +1 @@ +Sid Sijbrandij — Open Source Legends v2TECH CEOS / V2Sid SijbrandijTHE CONTRIBUTIONTurned Dmitriy Zaporozhets’ side project into a company in2012 and took it public in 2021, running one of the fewgenuinely successful open core businesses: the communityedition stays free and self-hostable while the enterprisetiers pay the bills. GitLab has been all-remote from thestart and publishes its entire internal handbook in public.PROJECTS / DOMAINSDevOps · Open core · Remote workPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.044 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/044-sid-sijbrandij/front.png b/public/releases/v2/ceos/044-sid-sijbrandij/front.png new file mode 100644 index 00000000..8692e4f5 Binary files /dev/null and b/public/releases/v2/ceos/044-sid-sijbrandij/front.png differ diff --git a/public/releases/v2/ceos/044-sid-sijbrandij/front.svg b/public/releases/v2/ceos/044-sid-sijbrandij/front.svg new file mode 100644 index 00000000..81c9d36c --- /dev/null +++ b/public/releases/v2/ceos/044-sid-sijbrandij/front.svg @@ -0,0 +1 @@ +Sid Sijbrandij — Open Source Legends v2TECH CEOS / V2Sid SijbrandijCo-founder and CEO, GitLabOpen core, an all-remote company, and a handbook anyone can read044 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/045-jay-kreps/artwork.svg b/public/releases/v2/ceos/045-jay-kreps/artwork.svg new file mode 100644 index 00000000..a6d889d3 --- /dev/null +++ b/public/releases/v2/ceos/045-jay-kreps/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/ceos/045-jay-kreps/back.png b/public/releases/v2/ceos/045-jay-kreps/back.png new file mode 100644 index 00000000..dd0e05d1 Binary files /dev/null and b/public/releases/v2/ceos/045-jay-kreps/back.png differ diff --git a/public/releases/v2/ceos/045-jay-kreps/back.svg b/public/releases/v2/ceos/045-jay-kreps/back.svg new file mode 100644 index 00000000..9f307886 --- /dev/null +++ b/public/releases/v2/ceos/045-jay-kreps/back.svg @@ -0,0 +1 @@ +Jay Kreps — Open Source Legends v2TECH CEOS / V2Jay KrepsTHE CONTRIBUTIONCo-created Apache Kafka at LinkedIn to solve the company’sown data-pipeline mess, wrote The Log, the essay thattaught a generation of engineers to think of state as areplayable stream, and left in 2014 to found Confluentaround it. Kafka is now infrastructure at most largecompanies, and Confluent went public in 2021.PROJECTS / DOMAINSStreaming data · Distributed systems · Open source businessPROVENANCE3 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.045 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/045-jay-kreps/front.png b/public/releases/v2/ceos/045-jay-kreps/front.png new file mode 100644 index 00000000..651c5482 Binary files /dev/null and b/public/releases/v2/ceos/045-jay-kreps/front.png differ diff --git a/public/releases/v2/ceos/045-jay-kreps/front.svg b/public/releases/v2/ceos/045-jay-kreps/front.svg new file mode 100644 index 00000000..b4f7fcb6 --- /dev/null +++ b/public/releases/v2/ceos/045-jay-kreps/front.svg @@ -0,0 +1 @@ +Jay Kreps — Open Source Legends v2TECH CEOS / V2Jay KrepsCo-founder and CEO, ConfluentWriting Kafka, then building the company around it045 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/046-sundar-pichai/artwork.svg b/public/releases/v2/ceos/046-sundar-pichai/artwork.svg new file mode 100644 index 00000000..de71a18f --- /dev/null +++ b/public/releases/v2/ceos/046-sundar-pichai/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/ceos/046-sundar-pichai/back.png b/public/releases/v2/ceos/046-sundar-pichai/back.png new file mode 100644 index 00000000..e522c836 Binary files /dev/null and b/public/releases/v2/ceos/046-sundar-pichai/back.png differ diff --git a/public/releases/v2/ceos/046-sundar-pichai/back.svg b/public/releases/v2/ceos/046-sundar-pichai/back.svg new file mode 100644 index 00000000..d2155ea0 --- /dev/null +++ b/public/releases/v2/ceos/046-sundar-pichai/back.svg @@ -0,0 +1 @@ +Sundar Pichai — Open Source Legends v2TECH CEOS / V2Sundar PichaiTHE CONTRIBUTIONMade his name arguing internally that Google should build abrowser at all, shipped Chrome in 2008 and took it fromnothing to dominant, picking up Android and Chrome OS onthe way before becoming CEO in 2015. Google under himreleased TensorFlow, Kubernetes, Go and Chromium, whilefacing antitrust rulings over the businesses that pay forall of it.PROJECTS / DOMAINSBrowsers · Android · AIPROVENANCE3 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.046 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/046-sundar-pichai/front.png b/public/releases/v2/ceos/046-sundar-pichai/front.png new file mode 100644 index 00000000..5a8cd526 Binary files /dev/null and b/public/releases/v2/ceos/046-sundar-pichai/front.png differ diff --git a/public/releases/v2/ceos/046-sundar-pichai/front.svg b/public/releases/v2/ceos/046-sundar-pichai/front.svg new file mode 100644 index 00000000..c51bae13 --- /dev/null +++ b/public/releases/v2/ceos/046-sundar-pichai/front.svg @@ -0,0 +1 @@ +Sundar Pichai — Open Source Legends v2TECH CEOS / V2Sundar PichaiCEO, Google and AlphabetChrome, Android, and the browser that ate the desktop046 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/047-guillermo-rauch/artwork.svg b/public/releases/v2/ceos/047-guillermo-rauch/artwork.svg new file mode 100644 index 00000000..c76f41e8 --- /dev/null +++ b/public/releases/v2/ceos/047-guillermo-rauch/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/ceos/047-guillermo-rauch/back.png b/public/releases/v2/ceos/047-guillermo-rauch/back.png new file mode 100644 index 00000000..6b26b129 Binary files /dev/null and b/public/releases/v2/ceos/047-guillermo-rauch/back.png differ diff --git a/public/releases/v2/ceos/047-guillermo-rauch/back.svg b/public/releases/v2/ceos/047-guillermo-rauch/back.svg new file mode 100644 index 00000000..78c7f35d --- /dev/null +++ b/public/releases/v2/ceos/047-guillermo-rauch/back.svg @@ -0,0 +1 @@ +Guillermo Rauch — Open Source Legends v2TECH CEOS / V2Guillermo RauchTHE CONTRIBUTIONWrote socket.io and mongoose before founding the companynow called Vercel, which maintains Next.js, the most usedReact framework, and turned preview deployments on everypull request into a baseline expectation rather than aluxury. He is also the clearest example of the open-coretension of his generation: the framework is MIT, thehosting is the business.PROJECTS / DOMAINSWeb frameworks · Deployment · JavaScriptPROVENANCE3 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.047 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/047-guillermo-rauch/front.png b/public/releases/v2/ceos/047-guillermo-rauch/front.png new file mode 100644 index 00000000..b8a28dd8 Binary files /dev/null and b/public/releases/v2/ceos/047-guillermo-rauch/front.png differ diff --git a/public/releases/v2/ceos/047-guillermo-rauch/front.svg b/public/releases/v2/ceos/047-guillermo-rauch/front.svg new file mode 100644 index 00000000..f5cd4708 --- /dev/null +++ b/public/releases/v2/ceos/047-guillermo-rauch/front.svg @@ -0,0 +1 @@ +Guillermo Rauch — Open Source Legends v2TECH CEOS / V2Guillermo RauchFounder and CEO, VercelNext.js, and making deployment a git push047 / RARE / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/048-ali-ghodsi/artwork.svg b/public/releases/v2/ceos/048-ali-ghodsi/artwork.svg new file mode 100644 index 00000000..178bff5f --- /dev/null +++ b/public/releases/v2/ceos/048-ali-ghodsi/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/ceos/048-ali-ghodsi/back.png b/public/releases/v2/ceos/048-ali-ghodsi/back.png new file mode 100644 index 00000000..96e764da Binary files /dev/null and b/public/releases/v2/ceos/048-ali-ghodsi/back.png differ diff --git a/public/releases/v2/ceos/048-ali-ghodsi/back.svg b/public/releases/v2/ceos/048-ali-ghodsi/back.svg new file mode 100644 index 00000000..ca0852d7 --- /dev/null +++ b/public/releases/v2/ceos/048-ali-ghodsi/back.svg @@ -0,0 +1 @@ +Ali Ghodsi — Open Source Legends v2TECH CEOS / V2Ali GhodsiTHE CONTRIBUTIONOne of the Berkeley AMPLab researchers behind Apache Spark,which replaced MapReduce as the default way to processlarge datasets, and CEO of Databricks since 2016. Thecompany has kept releasing the substrate rather thanhoarding it: Delta Lake, MLflow, Unity Catalog and theDolly models were all open-sourced, and it bought MosaicMLand Tabular to keep the open table format from fragmenting.PROJECTS / DOMAINSData platforms · Distributed computing · AIPROVENANCE3 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.048 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/048-ali-ghodsi/front.png b/public/releases/v2/ceos/048-ali-ghodsi/front.png new file mode 100644 index 00000000..5f314b6f Binary files /dev/null and b/public/releases/v2/ceos/048-ali-ghodsi/front.png differ diff --git a/public/releases/v2/ceos/048-ali-ghodsi/front.svg b/public/releases/v2/ceos/048-ali-ghodsi/front.svg new file mode 100644 index 00000000..9c7e8d7e --- /dev/null +++ b/public/releases/v2/ceos/048-ali-ghodsi/front.svg @@ -0,0 +1 @@ +Ali Ghodsi — Open Source Legends v2TECH CEOS / V2Ali GhodsiCo-founder and CEO, DatabricksSpark out of a research lab and into every data platform048 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/049-nat-friedman/artwork.svg b/public/releases/v2/ceos/049-nat-friedman/artwork.svg new file mode 100644 index 00000000..179d9977 --- /dev/null +++ b/public/releases/v2/ceos/049-nat-friedman/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/ceos/049-nat-friedman/back.png b/public/releases/v2/ceos/049-nat-friedman/back.png new file mode 100644 index 00000000..caee1637 Binary files /dev/null and b/public/releases/v2/ceos/049-nat-friedman/back.png differ diff --git a/public/releases/v2/ceos/049-nat-friedman/back.svg b/public/releases/v2/ceos/049-nat-friedman/back.svg new file mode 100644 index 00000000..723ae51f --- /dev/null +++ b/public/releases/v2/ceos/049-nat-friedman/back.svg @@ -0,0 +1 @@ +Nat Friedman — Open Source Legends v2TECH CEOS / V2Nat FriedmanTHE CONTRIBUTIONCo-founded Ximian with Miguel de Icaza, carded in SeriesOne, working on GNOME and Mono, then ran GitHub from 2018to 2021, the years when the community expected Microsoft toruin it. Instead private repositories became free, Actionsand Codespaces shipped, and the Arctic Code Vault buried asnapshot of open source in a Norwegian mine.PROJECTS / DOMAINSDeveloper platforms · Open source · AI toolingPROVENANCE3 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.049 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/049-nat-friedman/front.png b/public/releases/v2/ceos/049-nat-friedman/front.png new file mode 100644 index 00000000..3bf9f526 Binary files /dev/null and b/public/releases/v2/ceos/049-nat-friedman/front.png differ diff --git a/public/releases/v2/ceos/049-nat-friedman/front.svg b/public/releases/v2/ceos/049-nat-friedman/front.svg new file mode 100644 index 00000000..82b506b3 --- /dev/null +++ b/public/releases/v2/ceos/049-nat-friedman/front.svg @@ -0,0 +1 @@ +Nat Friedman — Open Source Legends v2TECH CEOS / V2Nat FriedmanCEO, GitHubRunning GitHub after Microsoft bought it, and shipping Copilot049 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/ceos/050-sam-altman/artwork.svg b/public/releases/v2/ceos/050-sam-altman/artwork.svg new file mode 100644 index 00000000..6d76d231 --- /dev/null +++ b/public/releases/v2/ceos/050-sam-altman/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/ceos/050-sam-altman/back.png b/public/releases/v2/ceos/050-sam-altman/back.png new file mode 100644 index 00000000..274c0988 Binary files /dev/null and b/public/releases/v2/ceos/050-sam-altman/back.png differ diff --git a/public/releases/v2/ceos/050-sam-altman/back.svg b/public/releases/v2/ceos/050-sam-altman/back.svg new file mode 100644 index 00000000..604ea992 --- /dev/null +++ b/public/releases/v2/ceos/050-sam-altman/back.svg @@ -0,0 +1 @@ +Sam Altman — Open Source Legends v2TECH CEOS / V2Sam AltmanTHE CONTRIBUTIONRan Y Combinator from 2014 to 2019, then OpenAI, whereChatGPT reached a hundred million users faster than anyconsumer product before it and forced every largetechnology company to reorganise around one technology. Hewas fired by his own board in November 2023 and reinstatedfive days later. The name is the permanent argument:frontier models closed, Whisper and gpt-oss open.PROJECTS / DOMAINSAI · Startups · CapitalPROVENANCE3 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.050 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/ceos/050-sam-altman/front.png b/public/releases/v2/ceos/050-sam-altman/front.png new file mode 100644 index 00000000..5ccf1a44 Binary files /dev/null and b/public/releases/v2/ceos/050-sam-altman/front.png differ diff --git a/public/releases/v2/ceos/050-sam-altman/front.svg b/public/releases/v2/ceos/050-sam-altman/front.svg new file mode 100644 index 00000000..0dd712aa --- /dev/null +++ b/public/releases/v2/ceos/050-sam-altman/front.svg @@ -0,0 +1 @@ +Sam Altman — Open Source Legends v2TECH CEOS / V2Sam AltmanCEO, OpenAIChatGPT, and the argument about what open means050 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/001-geoffrey-hinton/artwork.svg b/public/releases/v2/gods/001-geoffrey-hinton/artwork.svg new file mode 100644 index 00000000..b977f8b1 --- /dev/null +++ b/public/releases/v2/gods/001-geoffrey-hinton/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/001-geoffrey-hinton/back.png b/public/releases/v2/gods/001-geoffrey-hinton/back.png new file mode 100644 index 00000000..e8952acc Binary files /dev/null and b/public/releases/v2/gods/001-geoffrey-hinton/back.png differ diff --git a/public/releases/v2/gods/001-geoffrey-hinton/back.svg b/public/releases/v2/gods/001-geoffrey-hinton/back.svg new file mode 100644 index 00000000..5e1649a4 --- /dev/null +++ b/public/releases/v2/gods/001-geoffrey-hinton/back.svg @@ -0,0 +1 @@ +Geoffrey Hinton — Open Source Legends v2GODS OF AI / V2Geoffrey HintonTHE CONTRIBUTIONCo-authored the 1986 paper that made backpropagationpractical, then spent the AI winter insisting neuralnetworks would work while the field moved on. Was provedright in 2012 when his students won ImageNet by a marginnobody could argue with. Shared the 2018 Turing Award andthe 2024 Nobel Prize in Physics, and left Google to speakfreely about the risks.PROJECTS / DOMAINSNeural networks · Backpropagation · Deep learningPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.001 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/001-geoffrey-hinton/front.png b/public/releases/v2/gods/001-geoffrey-hinton/front.png new file mode 100644 index 00000000..383c5f56 Binary files /dev/null and b/public/releases/v2/gods/001-geoffrey-hinton/front.png differ diff --git a/public/releases/v2/gods/001-geoffrey-hinton/front.svg b/public/releases/v2/gods/001-geoffrey-hinton/front.svg new file mode 100644 index 00000000..b3109c99 --- /dev/null +++ b/public/releases/v2/gods/001-geoffrey-hinton/front.svg @@ -0,0 +1 @@ +Geoffrey Hinton — Open Source Legends v2GODS OF AI / V2Geoffrey HintonThe Godfather of Deep LearningBackpropagation, and thirty years of being right too early001 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/002-yann-lecun/artwork.svg b/public/releases/v2/gods/002-yann-lecun/artwork.svg new file mode 100644 index 00000000..c385e763 --- /dev/null +++ b/public/releases/v2/gods/002-yann-lecun/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/002-yann-lecun/back.png b/public/releases/v2/gods/002-yann-lecun/back.png new file mode 100644 index 00000000..4bd1599c Binary files /dev/null and b/public/releases/v2/gods/002-yann-lecun/back.png differ diff --git a/public/releases/v2/gods/002-yann-lecun/back.svg b/public/releases/v2/gods/002-yann-lecun/back.svg new file mode 100644 index 00000000..4c9f7b47 --- /dev/null +++ b/public/releases/v2/gods/002-yann-lecun/back.svg @@ -0,0 +1 @@ +Yann LeCun — Open Source Legends v2GODS OF AI / V2Yann LeCunTHE CONTRIBUTIONBuilt LeNet in the late 1980s and had convolutionalnetworks reading cheques at industrial scale while the restof the field doubted them. Shared the 2018 Turing Award. AsMeta’s chief AI scientist he has been the loudest seniorvoice for releasing weights rather than gatekeeping them,which is a large part of why open-weight models exist atall.PROJECTS / DOMAINSConvolutional networks · Self-supervised learning · Open modelsPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.002 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/002-yann-lecun/front.png b/public/releases/v2/gods/002-yann-lecun/front.png new file mode 100644 index 00000000..e438f353 Binary files /dev/null and b/public/releases/v2/gods/002-yann-lecun/front.png differ diff --git a/public/releases/v2/gods/002-yann-lecun/front.svg b/public/releases/v2/gods/002-yann-lecun/front.svg new file mode 100644 index 00000000..d9bbdcb2 --- /dev/null +++ b/public/releases/v2/gods/002-yann-lecun/front.svg @@ -0,0 +1 @@ +Yann LeCun — Open Source Legends v2GODS OF AI / V2Yann LeCunArchitect of the Convolutional NetLeNet, and pushing Meta to release its models002 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/003-yoshua-bengio/artwork.svg b/public/releases/v2/gods/003-yoshua-bengio/artwork.svg new file mode 100644 index 00000000..09e4e2b5 --- /dev/null +++ b/public/releases/v2/gods/003-yoshua-bengio/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/003-yoshua-bengio/back.png b/public/releases/v2/gods/003-yoshua-bengio/back.png new file mode 100644 index 00000000..62e277c5 Binary files /dev/null and b/public/releases/v2/gods/003-yoshua-bengio/back.png differ diff --git a/public/releases/v2/gods/003-yoshua-bengio/back.svg b/public/releases/v2/gods/003-yoshua-bengio/back.svg new file mode 100644 index 00000000..7705f246 --- /dev/null +++ b/public/releases/v2/gods/003-yoshua-bengio/back.svg @@ -0,0 +1 @@ +Yoshua Bengio — Open Source Legends v2GODS OF AI / V2Yoshua BengioTHE CONTRIBUTIONThird of the 2018 Turing Award trio, and the one who stayedin the university. Founded MILA, whose lab produced Theano— the framework a generation of researchers learned onbefore TensorFlow and PyTorch existed. Co-authored the DeepLearning textbook, and now chairs international scientificreporting on AI risk.PROJECTS / DOMAINSDeep learning · Representation learning · AI safetyPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.003 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/003-yoshua-bengio/front.png b/public/releases/v2/gods/003-yoshua-bengio/front.png new file mode 100644 index 00000000..2aae68f5 Binary files /dev/null and b/public/releases/v2/gods/003-yoshua-bengio/front.png differ diff --git a/public/releases/v2/gods/003-yoshua-bengio/front.svg b/public/releases/v2/gods/003-yoshua-bengio/front.svg new file mode 100644 index 00000000..48c22e82 --- /dev/null +++ b/public/releases/v2/gods/003-yoshua-bengio/front.svg @@ -0,0 +1 @@ +Yoshua Bengio — Open Source Legends v2GODS OF AI / V2Yoshua BengioThe Academic ConscienceDeep learning theory, Theano, and the turn to safety003 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/004-jurgen-schmidhuber/artwork.svg b/public/releases/v2/gods/004-jurgen-schmidhuber/artwork.svg new file mode 100644 index 00000000..3198da2c --- /dev/null +++ b/public/releases/v2/gods/004-jurgen-schmidhuber/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/004-jurgen-schmidhuber/back.png b/public/releases/v2/gods/004-jurgen-schmidhuber/back.png new file mode 100644 index 00000000..04dafeca Binary files /dev/null and b/public/releases/v2/gods/004-jurgen-schmidhuber/back.png differ diff --git a/public/releases/v2/gods/004-jurgen-schmidhuber/back.svg b/public/releases/v2/gods/004-jurgen-schmidhuber/back.svg new file mode 100644 index 00000000..ba33ae74 --- /dev/null +++ b/public/releases/v2/gods/004-jurgen-schmidhuber/back.svg @@ -0,0 +1 @@ +Jürgen Schmidhuber — Open Source Legends v2GODS OF AI / V2Jürgen SchmidhuberTHE CONTRIBUTIONWith Sepp Hochreiter published long short-term memory in1997, the architecture that made sequence learning work andwhich ran speech recognition and translation on a billionphones before transformers arrived. Also did early work onmeta-learning, artificial curiosity and GAN-adjacent ideas,and is famous for pointing out, at length, when the fieldforgets its own history.PROJECTS / DOMAINSRecurrent networks · LSTM · Meta-learningPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.004 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/004-jurgen-schmidhuber/front.png b/public/releases/v2/gods/004-jurgen-schmidhuber/front.png new file mode 100644 index 00000000..10e90765 Binary files /dev/null and b/public/releases/v2/gods/004-jurgen-schmidhuber/front.png differ diff --git a/public/releases/v2/gods/004-jurgen-schmidhuber/front.svg b/public/releases/v2/gods/004-jurgen-schmidhuber/front.svg new file mode 100644 index 00000000..81e11dcb --- /dev/null +++ b/public/releases/v2/gods/004-jurgen-schmidhuber/front.svg @@ -0,0 +1 @@ +Jürgen Schmidhuber — Open Source Legends v2GODS OF AI / V2Jürgen SchmidhuberAuthor of the LSTMLong short-term memory, and insisting he did it first004 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/005-rich-sutton/artwork.svg b/public/releases/v2/gods/005-rich-sutton/artwork.svg new file mode 100644 index 00000000..6daddd8a --- /dev/null +++ b/public/releases/v2/gods/005-rich-sutton/artwork.svg @@ -0,0 +1 @@ +The self-correcting spanAn impossible modular viaduct folds through its own structure. Repeated chambers carry a sequence of predictions toward a luminous replacement step; faint earlier estimates trail behind it. \ No newline at end of file diff --git a/public/releases/v2/gods/005-rich-sutton/back.png b/public/releases/v2/gods/005-rich-sutton/back.png new file mode 100644 index 00000000..226b2dff Binary files /dev/null and b/public/releases/v2/gods/005-rich-sutton/back.png differ diff --git a/public/releases/v2/gods/005-rich-sutton/back.svg b/public/releases/v2/gods/005-rich-sutton/back.svg new file mode 100644 index 00000000..95f1cfb7 --- /dev/null +++ b/public/releases/v2/gods/005-rich-sutton/back.svg @@ -0,0 +1 @@ +Richard S. Sutton — Open Source Legends v2GODS OF AI / V2Richard S. SuttonTHE CONTRIBUTIONInvented temporal-difference learning and co-wroteReinforcement Learning: An Introduction, the textbook thewhole field learned from and which is free online. His 2019essay “The Bitter Lesson” — that general methods pluscompute beat handcrafted human knowledge — has become themost-cited two pages in modern AI. Shared the 2024 TuringAward.PROJECTS / DOMAINSReinforcement learning · Temporal-difference learning · AGIPROVENANCE3 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.005 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/005-rich-sutton/front.png b/public/releases/v2/gods/005-rich-sutton/front.png new file mode 100644 index 00000000..61b5366c Binary files /dev/null and b/public/releases/v2/gods/005-rich-sutton/front.png differ diff --git a/public/releases/v2/gods/005-rich-sutton/front.svg b/public/releases/v2/gods/005-rich-sutton/front.svg new file mode 100644 index 00000000..01f47ccf --- /dev/null +++ b/public/releases/v2/gods/005-rich-sutton/front.svg @@ -0,0 +1 @@ +Richard S. Sutton — Open Source Legends v2GODS OF AI / V2Richard S. SuttonThe self-correcting spanAn impossible modular viaduct folds through its own structure. Repeated chambers carry a sequence of predictions toward a luminous replacement step; faint earlier estimates trail behind it.The Bitter LessonReinforcement learning, and the essay that keeps being right005 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/006-andrew-barto/artwork.svg b/public/releases/v2/gods/006-andrew-barto/artwork.svg new file mode 100644 index 00000000..f726acf0 --- /dev/null +++ b/public/releases/v2/gods/006-andrew-barto/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/006-andrew-barto/back.png b/public/releases/v2/gods/006-andrew-barto/back.png new file mode 100644 index 00000000..9db32815 Binary files /dev/null and b/public/releases/v2/gods/006-andrew-barto/back.png differ diff --git a/public/releases/v2/gods/006-andrew-barto/back.svg b/public/releases/v2/gods/006-andrew-barto/back.svg new file mode 100644 index 00000000..e7f67c4d --- /dev/null +++ b/public/releases/v2/gods/006-andrew-barto/back.svg @@ -0,0 +1 @@ +Andrew Barto — Open Source Legends v2GODS OF AI / V2Andrew BartoTHE CONTRIBUTIONWith Sutton, built reinforcement learning into a coherentfield from the actor-critic architecture onward, andco-wrote the textbook that defined it. His work tiedmachine learning back to animal learning anddopamine-driven reward prediction, which turned out todescribe both. Shared the 2024 Turing Award.PROJECTS / DOMAINSReinforcement learning · Control · Neuroscience-inspired AIPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.006 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/006-andrew-barto/front.png b/public/releases/v2/gods/006-andrew-barto/front.png new file mode 100644 index 00000000..ee29132d Binary files /dev/null and b/public/releases/v2/gods/006-andrew-barto/front.png differ diff --git a/public/releases/v2/gods/006-andrew-barto/front.svg b/public/releases/v2/gods/006-andrew-barto/front.svg new file mode 100644 index 00000000..4b45601b --- /dev/null +++ b/public/releases/v2/gods/006-andrew-barto/front.svg @@ -0,0 +1 @@ +Andrew Barto — Open Source Legends v2GODS OF AI / V2Andrew BartoCo-Founder of Reinforcement LearningActor-critic methods and the RL textbook006 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/007-judea-pearl/artwork.svg b/public/releases/v2/gods/007-judea-pearl/artwork.svg new file mode 100644 index 00000000..6c4ef95e --- /dev/null +++ b/public/releases/v2/gods/007-judea-pearl/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/007-judea-pearl/back.png b/public/releases/v2/gods/007-judea-pearl/back.png new file mode 100644 index 00000000..b863a0a8 Binary files /dev/null and b/public/releases/v2/gods/007-judea-pearl/back.png differ diff --git a/public/releases/v2/gods/007-judea-pearl/back.svg b/public/releases/v2/gods/007-judea-pearl/back.svg new file mode 100644 index 00000000..36f3f312 --- /dev/null +++ b/public/releases/v2/gods/007-judea-pearl/back.svg @@ -0,0 +1 @@ +Judea Pearl — Open Source Legends v2GODS OF AI / V2Judea PearlTHE CONTRIBUTIONMade probabilistic reasoning tractable with Bayesiannetworks, then built the formal machinery of causalinference — do-calculus, counterfactuals, the ladder ofcausation. Turing Award, 2011. Spends much of his timearguing that systems which only fit correlations aremissing the thing that makes reasoning work, an argumentthe scaling era has not settled.PROJECTS / DOMAINSProbabilistic reasoning · Causal inference · Bayesian networksPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.007 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/007-judea-pearl/front.png b/public/releases/v2/gods/007-judea-pearl/front.png new file mode 100644 index 00000000..35ce4565 Binary files /dev/null and b/public/releases/v2/gods/007-judea-pearl/front.png differ diff --git a/public/releases/v2/gods/007-judea-pearl/front.svg b/public/releases/v2/gods/007-judea-pearl/front.svg new file mode 100644 index 00000000..0b06630a --- /dev/null +++ b/public/releases/v2/gods/007-judea-pearl/front.svg @@ -0,0 +1 @@ +Judea Pearl — Open Source Legends v2GODS OF AI / V2Judea PearlThe Causality ArgumentBayesian networks, do-calculus, and what deep learning cannot do007 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/008-fei-fei-li/artwork.svg b/public/releases/v2/gods/008-fei-fei-li/artwork.svg new file mode 100644 index 00000000..4bdb9215 --- /dev/null +++ b/public/releases/v2/gods/008-fei-fei-li/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/008-fei-fei-li/back.png b/public/releases/v2/gods/008-fei-fei-li/back.png new file mode 100644 index 00000000..1f8107ef Binary files /dev/null and b/public/releases/v2/gods/008-fei-fei-li/back.png differ diff --git a/public/releases/v2/gods/008-fei-fei-li/back.svg b/public/releases/v2/gods/008-fei-fei-li/back.svg new file mode 100644 index 00000000..f854233a --- /dev/null +++ b/public/releases/v2/gods/008-fei-fei-li/back.svg @@ -0,0 +1 @@ +Fei-Fei Li — Open Source Legends v2GODS OF AI / V2Fei-Fei LiTHE CONTRIBUTIONBuilt ImageNet when the field believed better algorithmsmattered more than more data, and gave it away. The 2012competition on that dataset is the moment deep learningstopped being a minority position. Founded Stanford HAI,served as chief scientist of AI at Google Cloud, and haspushed hard on who gets a say in how this technology isbuilt.PROJECTS / DOMAINSComputer vision · Datasets · Human-centred AIPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.008 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/008-fei-fei-li/front.png b/public/releases/v2/gods/008-fei-fei-li/front.png new file mode 100644 index 00000000..039689e9 Binary files /dev/null and b/public/releases/v2/gods/008-fei-fei-li/front.png differ diff --git a/public/releases/v2/gods/008-fei-fei-li/front.svg b/public/releases/v2/gods/008-fei-fei-li/front.svg new file mode 100644 index 00000000..b69528b6 --- /dev/null +++ b/public/releases/v2/gods/008-fei-fei-li/front.svg @@ -0,0 +1 @@ +Fei-Fei Li — Open Source Legends v2GODS OF AI / V2Fei-Fei LiCreator of ImageNetThe dataset that started the deep learning era008 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/009-ashish-vaswani/artwork.svg b/public/releases/v2/gods/009-ashish-vaswani/artwork.svg new file mode 100644 index 00000000..11422a2d --- /dev/null +++ b/public/releases/v2/gods/009-ashish-vaswani/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/009-ashish-vaswani/back.png b/public/releases/v2/gods/009-ashish-vaswani/back.png new file mode 100644 index 00000000..ac4dd4b1 Binary files /dev/null and b/public/releases/v2/gods/009-ashish-vaswani/back.png differ diff --git a/public/releases/v2/gods/009-ashish-vaswani/back.svg b/public/releases/v2/gods/009-ashish-vaswani/back.svg new file mode 100644 index 00000000..588e32c8 --- /dev/null +++ b/public/releases/v2/gods/009-ashish-vaswani/back.svg @@ -0,0 +1 @@ +Ashish Vaswani — Open Source Legends v2GODS OF AI / V2Ashish VaswaniTHE CONTRIBUTIONLead author of the 2017 paper that threw out recurrence andconvolution and kept only attention. Every large languagemodel since is a transformer, which makes those eight pagesthe most consequential architecture paper of the century sofar. Later co-founded Adept and then Essential AI.PROJECTS / DOMAINSTransformers · Attention · Sequence modellingPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.009 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/009-ashish-vaswani/front.png b/public/releases/v2/gods/009-ashish-vaswani/front.png new file mode 100644 index 00000000..d4011fc8 Binary files /dev/null and b/public/releases/v2/gods/009-ashish-vaswani/front.png differ diff --git a/public/releases/v2/gods/009-ashish-vaswani/front.svg b/public/releases/v2/gods/009-ashish-vaswani/front.svg new file mode 100644 index 00000000..5f6c85ae --- /dev/null +++ b/public/releases/v2/gods/009-ashish-vaswani/front.svg @@ -0,0 +1 @@ +Ashish Vaswani — Open Source Legends v2GODS OF AI / V2Ashish VaswaniFirst Author on the TransformerAttention Is All You Need009 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/010-noam-shazeer/artwork.svg b/public/releases/v2/gods/010-noam-shazeer/artwork.svg new file mode 100644 index 00000000..939f29da --- /dev/null +++ b/public/releases/v2/gods/010-noam-shazeer/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/010-noam-shazeer/back.png b/public/releases/v2/gods/010-noam-shazeer/back.png new file mode 100644 index 00000000..1e132b3f Binary files /dev/null and b/public/releases/v2/gods/010-noam-shazeer/back.png differ diff --git a/public/releases/v2/gods/010-noam-shazeer/back.svg b/public/releases/v2/gods/010-noam-shazeer/back.svg new file mode 100644 index 00000000..8ce7801e --- /dev/null +++ b/public/releases/v2/gods/010-noam-shazeer/back.svg @@ -0,0 +1 @@ +Noam Shazeer — Open Source Legends v2GODS OF AI / V2Noam ShazeerTHE CONTRIBUTIONTransformer co-author whose fingerprints are on most ofwhat made the architecture fast: multi-query attention,sparsely-gated mixture-of-experts, the Mesh-TensorFlow workon model parallelism, and the T5 line. Left Google to foundCharacter.AI, then returned to lead Gemini. Widely regardedas the best engineer in the room on making big modelscheap.PROJECTS / DOMAINSTransformers · Mixture of experts · Inference efficiencyPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.010 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/010-noam-shazeer/front.png b/public/releases/v2/gods/010-noam-shazeer/front.png new file mode 100644 index 00000000..0e5ec3ae Binary files /dev/null and b/public/releases/v2/gods/010-noam-shazeer/front.png differ diff --git a/public/releases/v2/gods/010-noam-shazeer/front.svg b/public/releases/v2/gods/010-noam-shazeer/front.svg new file mode 100644 index 00000000..4c9953b8 --- /dev/null +++ b/public/releases/v2/gods/010-noam-shazeer/front.svg @@ -0,0 +1 @@ +Noam Shazeer — Open Source Legends v2GODS OF AI / V2Noam ShazeerThe Efficiency ObsessiveThe Transformer, mixture-of-experts, and Character.AI010 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/011-lukasz-kaiser/artwork.svg b/public/releases/v2/gods/011-lukasz-kaiser/artwork.svg new file mode 100644 index 00000000..f1fc8068 --- /dev/null +++ b/public/releases/v2/gods/011-lukasz-kaiser/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/011-lukasz-kaiser/back.png b/public/releases/v2/gods/011-lukasz-kaiser/back.png new file mode 100644 index 00000000..b72fd6d1 Binary files /dev/null and b/public/releases/v2/gods/011-lukasz-kaiser/back.png differ diff --git a/public/releases/v2/gods/011-lukasz-kaiser/back.svg b/public/releases/v2/gods/011-lukasz-kaiser/back.svg new file mode 100644 index 00000000..c5040309 --- /dev/null +++ b/public/releases/v2/gods/011-lukasz-kaiser/back.svg @@ -0,0 +1 @@ +Łukasz Kaiser — Open Source Legends v2GODS OF AI / V2Łukasz KaiserTHE CONTRIBUTIONTransformer co-author who also built and releasedTensor2Tensor, the open library that put a workingtransformer implementation in everyone’s hands within weeksof the paper, and later Trax. Moved to OpenAI to work onthe reasoning-model line. The gap between publishing anarchitecture and everyone being able to run it was largelyhis to close.PROJECTS / DOMAINSTransformers · ML frameworks · Reasoning modelsPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.011 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/011-lukasz-kaiser/front.png b/public/releases/v2/gods/011-lukasz-kaiser/front.png new file mode 100644 index 00000000..a416eb6b Binary files /dev/null and b/public/releases/v2/gods/011-lukasz-kaiser/front.png differ diff --git a/public/releases/v2/gods/011-lukasz-kaiser/front.svg b/public/releases/v2/gods/011-lukasz-kaiser/front.svg new file mode 100644 index 00000000..7e16ba8d --- /dev/null +++ b/public/releases/v2/gods/011-lukasz-kaiser/front.svg @@ -0,0 +1 @@ +Łukasz Kaiser — Open Source Legends v2GODS OF AI / V2Łukasz KaiserThe One Who Open-Sourced ItThe Transformer, Tensor2Tensor and Trax011 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/012-aidan-gomez/artwork.svg b/public/releases/v2/gods/012-aidan-gomez/artwork.svg new file mode 100644 index 00000000..d8c3b0bd --- /dev/null +++ b/public/releases/v2/gods/012-aidan-gomez/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/012-aidan-gomez/back.png b/public/releases/v2/gods/012-aidan-gomez/back.png new file mode 100644 index 00000000..941fab55 Binary files /dev/null and b/public/releases/v2/gods/012-aidan-gomez/back.png differ diff --git a/public/releases/v2/gods/012-aidan-gomez/back.svg b/public/releases/v2/gods/012-aidan-gomez/back.svg new file mode 100644 index 00000000..d65412ac --- /dev/null +++ b/public/releases/v2/gods/012-aidan-gomez/back.svg @@ -0,0 +1 @@ +Aidan Gomez — Open Source Legends v2GODS OF AI / V2Aidan GomezTHE CONTRIBUTIONWas an intern when he became a co-author on Attention IsAll You Need. Co-founded FOR.ai and then Cohere, buildinglarge language models for enterprises, and Cohere Labs hasreleased open-weight multilingual models including the Ayafamily with a strong emphasis on languages the fieldusually ignores.PROJECTS / DOMAINSTransformers · Language models · Enterprise AIPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.012 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/012-aidan-gomez/front.png b/public/releases/v2/gods/012-aidan-gomez/front.png new file mode 100644 index 00000000..a1eebc26 Binary files /dev/null and b/public/releases/v2/gods/012-aidan-gomez/front.png differ diff --git a/public/releases/v2/gods/012-aidan-gomez/front.svg b/public/releases/v2/gods/012-aidan-gomez/front.svg new file mode 100644 index 00000000..4dad69a7 --- /dev/null +++ b/public/releases/v2/gods/012-aidan-gomez/front.svg @@ -0,0 +1 @@ +Aidan Gomez — Open Source Legends v2GODS OF AI / V2Aidan GomezThe Youngest AuthorThe Transformer, and building Cohere012 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/013-alex-krizhevsky/artwork.svg b/public/releases/v2/gods/013-alex-krizhevsky/artwork.svg new file mode 100644 index 00000000..23b4ef09 --- /dev/null +++ b/public/releases/v2/gods/013-alex-krizhevsky/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/013-alex-krizhevsky/back.png b/public/releases/v2/gods/013-alex-krizhevsky/back.png new file mode 100644 index 00000000..f20f19fb Binary files /dev/null and b/public/releases/v2/gods/013-alex-krizhevsky/back.png differ diff --git a/public/releases/v2/gods/013-alex-krizhevsky/back.svg b/public/releases/v2/gods/013-alex-krizhevsky/back.svg new file mode 100644 index 00000000..840f24bd --- /dev/null +++ b/public/releases/v2/gods/013-alex-krizhevsky/back.svg @@ -0,0 +1 @@ +Alex Krizhevsky — Open Source Legends v2GODS OF AI / V2Alex KrizhevskyTHE CONTRIBUTIONWrote the CUDA code that trained AlexNet on two consumerGPUs and won ImageNet 2012 by a margin so large it settledthe question of whether deep learning worked. Releasedcuda-convnet so others could reproduce it. Also assembledCIFAR-10 and CIFAR-100, which remain the default firstdatasets for anyone learning the field.PROJECTS / DOMAINSConvolutional networks · GPU training · Computer visionPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.013 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/013-alex-krizhevsky/front.png b/public/releases/v2/gods/013-alex-krizhevsky/front.png new file mode 100644 index 00000000..cfae2a3d Binary files /dev/null and b/public/releases/v2/gods/013-alex-krizhevsky/front.png differ diff --git a/public/releases/v2/gods/013-alex-krizhevsky/front.svg b/public/releases/v2/gods/013-alex-krizhevsky/front.svg new file mode 100644 index 00000000..54edc1e9 --- /dev/null +++ b/public/releases/v2/gods/013-alex-krizhevsky/front.svg @@ -0,0 +1 @@ +Alex Krizhevsky — Open Source Legends v2GODS OF AI / V2Alex KrizhevskyAuthor of AlexNetThe 2012 result that ended the argument013 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/014-ilya-sutskever/artwork.svg b/public/releases/v2/gods/014-ilya-sutskever/artwork.svg new file mode 100644 index 00000000..fc126035 --- /dev/null +++ b/public/releases/v2/gods/014-ilya-sutskever/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/014-ilya-sutskever/back.png b/public/releases/v2/gods/014-ilya-sutskever/back.png new file mode 100644 index 00000000..fba0b7ac Binary files /dev/null and b/public/releases/v2/gods/014-ilya-sutskever/back.png differ diff --git a/public/releases/v2/gods/014-ilya-sutskever/back.svg b/public/releases/v2/gods/014-ilya-sutskever/back.svg new file mode 100644 index 00000000..896d4e08 --- /dev/null +++ b/public/releases/v2/gods/014-ilya-sutskever/back.svg @@ -0,0 +1 @@ +Ilya Sutskever — Open Source Legends v2GODS OF AI / V2Ilya SutskeverTHE CONTRIBUTIONCo-author of AlexNet, then of sequence-to-sequencelearning, then co-founder and chief scientist of OpenAIthrough the GPT series. The through-line of his career is aconviction that scale plus the right objective gets youmost of the way, held earlier and harder than almostanyone. Left in 2024 to found Safe Superintelligence.PROJECTS / DOMAINSDeep learning · Language models · AlignmentPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.014 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/014-ilya-sutskever/front.png b/public/releases/v2/gods/014-ilya-sutskever/front.png new file mode 100644 index 00000000..421c136c Binary files /dev/null and b/public/releases/v2/gods/014-ilya-sutskever/front.png differ diff --git a/public/releases/v2/gods/014-ilya-sutskever/front.svg b/public/releases/v2/gods/014-ilya-sutskever/front.svg new file mode 100644 index 00000000..c4543262 --- /dev/null +++ b/public/releases/v2/gods/014-ilya-sutskever/front.svg @@ -0,0 +1 @@ +Ilya Sutskever — Open Source Legends v2GODS OF AI / V2Ilya SutskeverThe Scaling BelieverAlexNet, seq2seq, and the GPT line014 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/015-ian-goodfellow/artwork.svg b/public/releases/v2/gods/015-ian-goodfellow/artwork.svg new file mode 100644 index 00000000..7f94c1d7 --- /dev/null +++ b/public/releases/v2/gods/015-ian-goodfellow/artwork.svg @@ -0,0 +1 @@ +Opposed synthesisA synthetic volume assembled from violet contour plates faces an ivory orbital measuring jaw. Its opened skin reveals layered sections. One displaced orange surface cell travels back along a separate feedback trajectory. \ No newline at end of file diff --git a/public/releases/v2/gods/015-ian-goodfellow/back.png b/public/releases/v2/gods/015-ian-goodfellow/back.png new file mode 100644 index 00000000..faec5a57 Binary files /dev/null and b/public/releases/v2/gods/015-ian-goodfellow/back.png differ diff --git a/public/releases/v2/gods/015-ian-goodfellow/back.svg b/public/releases/v2/gods/015-ian-goodfellow/back.svg new file mode 100644 index 00000000..fddfc8a7 --- /dev/null +++ b/public/releases/v2/gods/015-ian-goodfellow/back.svg @@ -0,0 +1 @@ +Ian Goodfellow — Open Source Legends v2GODS OF AI / V2Ian GoodfellowTHE CONTRIBUTIONProposed generative adversarial networks in 2014 — twonetworks trained against each other — and gave imagegeneration its first decade. Co-wrote the Deep Learningtextbook with Bengio and Courville, which is free to readonline, and did foundational work on adversarial examplesthat became its own subfield.PROJECTS / DOMAINSGenerative models · Adversarial examples · Deep learningPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.015 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/015-ian-goodfellow/front.png b/public/releases/v2/gods/015-ian-goodfellow/front.png new file mode 100644 index 00000000..9687cc2f Binary files /dev/null and b/public/releases/v2/gods/015-ian-goodfellow/front.png differ diff --git a/public/releases/v2/gods/015-ian-goodfellow/front.svg b/public/releases/v2/gods/015-ian-goodfellow/front.svg new file mode 100644 index 00000000..3fa1bf44 --- /dev/null +++ b/public/releases/v2/gods/015-ian-goodfellow/front.svg @@ -0,0 +1 @@ +Ian Goodfellow — Open Source Legends v2GODS OF AI / V2Ian GoodfellowOpposed synthesisA synthetic volume assembled from violet contour plates faces an ivory orbital measuring jaw. Its opened skin reveals layered sections. One displaced orange surface cell travels back along a separate feedback trajectory.Inventor of the GANGenerative adversarial networks015 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/016-tri-dao/artwork.svg b/public/releases/v2/gods/016-tri-dao/artwork.svg new file mode 100644 index 00000000..a3c39cbe --- /dev/null +++ b/public/releases/v2/gods/016-tri-dao/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/016-tri-dao/back.png b/public/releases/v2/gods/016-tri-dao/back.png new file mode 100644 index 00000000..5b00ddb9 Binary files /dev/null and b/public/releases/v2/gods/016-tri-dao/back.png differ diff --git a/public/releases/v2/gods/016-tri-dao/back.svg b/public/releases/v2/gods/016-tri-dao/back.svg new file mode 100644 index 00000000..240deec3 --- /dev/null +++ b/public/releases/v2/gods/016-tri-dao/back.svg @@ -0,0 +1 @@ +Tri Dao — Open Source Legends v2GODS OF AI / V2Tri DaoTHE CONTRIBUTIONWrote FlashAttention, an IO-aware exact attention kernelthat cut memory use enough to make long contexts practical,and released it openly — it is now in essentially everytraining stack in the world. Co-created the Mamba statespace architecture with Albert Gu, also open. Chiefscientist at Together AI and a Princeton professor.PROJECTS / DOMAINSEfficient attention · State space models · GPU kernelsPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.016 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/016-tri-dao/front.png b/public/releases/v2/gods/016-tri-dao/front.png new file mode 100644 index 00000000..e0f9f65a Binary files /dev/null and b/public/releases/v2/gods/016-tri-dao/front.png differ diff --git a/public/releases/v2/gods/016-tri-dao/front.svg b/public/releases/v2/gods/016-tri-dao/front.svg new file mode 100644 index 00000000..c8b0fe9a --- /dev/null +++ b/public/releases/v2/gods/016-tri-dao/front.svg @@ -0,0 +1 @@ +Tri Dao — Open Source Legends v2GODS OF AI / V2Tri DaoAuthor of FlashAttentionMaking attention fit in memory, and co-creating Mamba016 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/017-albert-gu/artwork.svg b/public/releases/v2/gods/017-albert-gu/artwork.svg new file mode 100644 index 00000000..d5ee9285 --- /dev/null +++ b/public/releases/v2/gods/017-albert-gu/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/017-albert-gu/back.png b/public/releases/v2/gods/017-albert-gu/back.png new file mode 100644 index 00000000..e0517cb8 Binary files /dev/null and b/public/releases/v2/gods/017-albert-gu/back.png differ diff --git a/public/releases/v2/gods/017-albert-gu/back.svg b/public/releases/v2/gods/017-albert-gu/back.svg new file mode 100644 index 00000000..f11803c9 --- /dev/null +++ b/public/releases/v2/gods/017-albert-gu/back.svg @@ -0,0 +1 @@ +Albert Gu — Open Source Legends v2GODS OF AI / V2Albert GuTHE CONTRIBUTIONDeveloped structured state space models — S4 and itssuccessors — showing that sequence modelling withlinear-time scaling could compete with quadratic attentionon long inputs. Co-created Mamba with Tri Dao and releasedit openly. The most serious architectural alternative tothe transformer to come out of the last decade.PROJECTS / DOMAINSState space models · Long sequences · Architecture researchPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.017 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/017-albert-gu/front.png b/public/releases/v2/gods/017-albert-gu/front.png new file mode 100644 index 00000000..d3382926 Binary files /dev/null and b/public/releases/v2/gods/017-albert-gu/front.png differ diff --git a/public/releases/v2/gods/017-albert-gu/front.svg b/public/releases/v2/gods/017-albert-gu/front.svg new file mode 100644 index 00000000..bd71dc58 --- /dev/null +++ b/public/releases/v2/gods/017-albert-gu/front.svg @@ -0,0 +1 @@ +Albert Gu — Open Source Legends v2GODS OF AI / V2Albert GuThe State Space AlternativeS4 and Mamba, the credible challenge to attention017 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/018-alec-radford/artwork.svg b/public/releases/v2/gods/018-alec-radford/artwork.svg new file mode 100644 index 00000000..2b06bafa --- /dev/null +++ b/public/releases/v2/gods/018-alec-radford/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/018-alec-radford/back.png b/public/releases/v2/gods/018-alec-radford/back.png new file mode 100644 index 00000000..8da3acf1 Binary files /dev/null and b/public/releases/v2/gods/018-alec-radford/back.png differ diff --git a/public/releases/v2/gods/018-alec-radford/back.svg b/public/releases/v2/gods/018-alec-radford/back.svg new file mode 100644 index 00000000..c8303862 --- /dev/null +++ b/public/releases/v2/gods/018-alec-radford/back.svg @@ -0,0 +1 @@ +Alec Radford — Open Source Legends v2GODS OF AI / V2Alec RadfordTHE CONTRIBUTIONFirst author on the original GPT paper, on GPT-2, on CLIPand on Whisper — an unusual concentration of foundationalwork in one person. DCGAN before that. Whisper was releasedopenly with weights and remains the default speechrecognition model for anyone who does not want to sendaudio to an API.PROJECTS / DOMAINSLanguage models · Multimodal models · SpeechPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.018 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/018-alec-radford/front.png b/public/releases/v2/gods/018-alec-radford/front.png new file mode 100644 index 00000000..0fa57a97 Binary files /dev/null and b/public/releases/v2/gods/018-alec-radford/front.png differ diff --git a/public/releases/v2/gods/018-alec-radford/front.svg b/public/releases/v2/gods/018-alec-radford/front.svg new file mode 100644 index 00000000..6c6dfaa7 --- /dev/null +++ b/public/releases/v2/gods/018-alec-radford/front.svg @@ -0,0 +1 @@ +Alec Radford — Open Source Legends v2GODS OF AI / V2Alec RadfordThe Quiet Architect of GPTGPT, CLIP and Whisper018 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/019-david-silver/artwork.svg b/public/releases/v2/gods/019-david-silver/artwork.svg new file mode 100644 index 00000000..802b5258 --- /dev/null +++ b/public/releases/v2/gods/019-david-silver/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/019-david-silver/back.png b/public/releases/v2/gods/019-david-silver/back.png new file mode 100644 index 00000000..fb908372 Binary files /dev/null and b/public/releases/v2/gods/019-david-silver/back.png differ diff --git a/public/releases/v2/gods/019-david-silver/back.svg b/public/releases/v2/gods/019-david-silver/back.svg new file mode 100644 index 00000000..fa6aec15 --- /dev/null +++ b/public/releases/v2/gods/019-david-silver/back.svg @@ -0,0 +1 @@ +David Silver — Open Source Legends v2GODS OF AI / V2David SilverTHE CONTRIBUTIONLed the AlphaGo work that beat Lee Sedol in 2016, a resultthe field had expected to be a decade away, then AlphaZero— which threw away the human games entirely and taughtitself Go, chess and shogi from the rules. His RL lectureseries, free on YouTube, taught the subject to ageneration.PROJECTS / DOMAINSReinforcement learning · Search · Self-playPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.019 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/019-david-silver/front.png b/public/releases/v2/gods/019-david-silver/front.png new file mode 100644 index 00000000..cef1c96c Binary files /dev/null and b/public/releases/v2/gods/019-david-silver/front.png differ diff --git a/public/releases/v2/gods/019-david-silver/front.svg b/public/releases/v2/gods/019-david-silver/front.svg new file mode 100644 index 00000000..4d52ca8f --- /dev/null +++ b/public/releases/v2/gods/019-david-silver/front.svg @@ -0,0 +1 @@ +David Silver — Open Source Legends v2GODS OF AI / V2David SilverArchitect of AlphaGoAlphaGo, AlphaZero and learning without human data019 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/020-oriol-vinyals/artwork.svg b/public/releases/v2/gods/020-oriol-vinyals/artwork.svg new file mode 100644 index 00000000..fd49d206 --- /dev/null +++ b/public/releases/v2/gods/020-oriol-vinyals/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/020-oriol-vinyals/back.png b/public/releases/v2/gods/020-oriol-vinyals/back.png new file mode 100644 index 00000000..71e98541 Binary files /dev/null and b/public/releases/v2/gods/020-oriol-vinyals/back.png differ diff --git a/public/releases/v2/gods/020-oriol-vinyals/back.svg b/public/releases/v2/gods/020-oriol-vinyals/back.svg new file mode 100644 index 00000000..cb470bde --- /dev/null +++ b/public/releases/v2/gods/020-oriol-vinyals/back.svg @@ -0,0 +1 @@ +Oriol Vinyals — Open Source Legends v2GODS OF AI / V2Oriol VinyalsTHE CONTRIBUTIONCo-authored sequence-to-sequence learning and PointerNetworks, led AlphaStar to grandmaster level at StarCraftII — a far messier problem than board games — and is now alead on Gemini. One of the few researchers whose careerspans the pre-transformer, game-playing and frontier-modeleras at the top of each.PROJECTS / DOMAINSSequence models · Multi-agent RL · Large modelsPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.020 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/020-oriol-vinyals/front.png b/public/releases/v2/gods/020-oriol-vinyals/front.png new file mode 100644 index 00000000..875830f2 Binary files /dev/null and b/public/releases/v2/gods/020-oriol-vinyals/front.png differ diff --git a/public/releases/v2/gods/020-oriol-vinyals/front.svg b/public/releases/v2/gods/020-oriol-vinyals/front.svg new file mode 100644 index 00000000..8df46521 --- /dev/null +++ b/public/releases/v2/gods/020-oriol-vinyals/front.svg @@ -0,0 +1 @@ +Oriol Vinyals — Open Source Legends v2GODS OF AI / V2Oriol VinyalsFrom Seq2Seq to GeminiSequence-to-sequence, AlphaStar, and leading Gemini020 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/021-john-jumper/artwork.svg b/public/releases/v2/gods/021-john-jumper/artwork.svg new file mode 100644 index 00000000..3566a8f0 --- /dev/null +++ b/public/releases/v2/gods/021-john-jumper/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/021-john-jumper/back.png b/public/releases/v2/gods/021-john-jumper/back.png new file mode 100644 index 00000000..e52c1ce6 Binary files /dev/null and b/public/releases/v2/gods/021-john-jumper/back.png differ diff --git a/public/releases/v2/gods/021-john-jumper/back.svg b/public/releases/v2/gods/021-john-jumper/back.svg new file mode 100644 index 00000000..6d31a5b6 --- /dev/null +++ b/public/releases/v2/gods/021-john-jumper/back.svg @@ -0,0 +1 @@ +John Jumper — Open Source Legends v2GODS OF AI / V2John JumperTHE CONTRIBUTIONLed AlphaFold 2, which solved a fifty-year-old grandchallenge in biology to experimental accuracy. DeepMindthen released the code and predicted structures foressentially every known protein, free, which is the partbiologists actually talk about. Shared the 2024 Nobel Prizein Chemistry.PROJECTS / DOMAINSStructural biology · Deep learning · Open sciencePROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.021 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/021-john-jumper/front.png b/public/releases/v2/gods/021-john-jumper/front.png new file mode 100644 index 00000000..f85452de Binary files /dev/null and b/public/releases/v2/gods/021-john-jumper/front.png differ diff --git a/public/releases/v2/gods/021-john-jumper/front.svg b/public/releases/v2/gods/021-john-jumper/front.svg new file mode 100644 index 00000000..1134fd2f --- /dev/null +++ b/public/releases/v2/gods/021-john-jumper/front.svg @@ -0,0 +1 @@ +John Jumper — Open Source Legends v2GODS OF AI / V2John JumperArchitect of AlphaFoldSolving protein structure prediction, and releasing it021 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/022-shane-legg/artwork.svg b/public/releases/v2/gods/022-shane-legg/artwork.svg new file mode 100644 index 00000000..9d859bba --- /dev/null +++ b/public/releases/v2/gods/022-shane-legg/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/022-shane-legg/back.png b/public/releases/v2/gods/022-shane-legg/back.png new file mode 100644 index 00000000..f1806cc4 Binary files /dev/null and b/public/releases/v2/gods/022-shane-legg/back.png differ diff --git a/public/releases/v2/gods/022-shane-legg/back.svg b/public/releases/v2/gods/022-shane-legg/back.svg new file mode 100644 index 00000000..0f71a42b --- /dev/null +++ b/public/releases/v2/gods/022-shane-legg/back.svg @@ -0,0 +1 @@ +Shane Legg — Open Source Legends v2GODS OF AI / V2Shane LeggTHE CONTRIBUTIONCo-founded DeepMind with Hassabis and Suleyman and is chiefAGI scientist there. His doctoral work with Marcus Hutterproduced a formal definition of machine intelligence, andhe popularised the term AGI at a point when saying it outloud was a career risk. Has publicly held a rough timelinefor human-level AI since 2011.PROJECTS / DOMAINSAGI · Machine intelligence theory · SafetyPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.022 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/022-shane-legg/front.png b/public/releases/v2/gods/022-shane-legg/front.png new file mode 100644 index 00000000..a62ced65 Binary files /dev/null and b/public/releases/v2/gods/022-shane-legg/front.png differ diff --git a/public/releases/v2/gods/022-shane-legg/front.svg b/public/releases/v2/gods/022-shane-legg/front.svg new file mode 100644 index 00000000..3678e0bf --- /dev/null +++ b/public/releases/v2/gods/022-shane-legg/front.svg @@ -0,0 +1 @@ +Shane Legg — Open Source Legends v2GODS OF AI / V2Shane LeggThe One Who Said AGICo-founding DeepMind and defining machine intelligence022 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/023-demis-hassabis/artwork.svg b/public/releases/v2/gods/023-demis-hassabis/artwork.svg new file mode 100644 index 00000000..17056138 --- /dev/null +++ b/public/releases/v2/gods/023-demis-hassabis/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/023-demis-hassabis/back.png b/public/releases/v2/gods/023-demis-hassabis/back.png new file mode 100644 index 00000000..70d888b4 Binary files /dev/null and b/public/releases/v2/gods/023-demis-hassabis/back.png differ diff --git a/public/releases/v2/gods/023-demis-hassabis/back.svg b/public/releases/v2/gods/023-demis-hassabis/back.svg new file mode 100644 index 00000000..46cfd182 --- /dev/null +++ b/public/releases/v2/gods/023-demis-hassabis/back.svg @@ -0,0 +1 @@ +Demis Hassabis — Open Source Legends v2GODS OF AI / V2Demis HassabisTHE CONTRIBUTIONChess prodigy, then games developer, then neuroscientist,then founder of DeepMind — the lab that produced DQN,AlphaGo, AlphaZero and AlphaFold. Shared the 2024 NobelPrize in Chemistry for the last of those. Has beenconsistent for two decades that the point of buildingintelligence is to use it on science.PROJECTS / DOMAINSReinforcement learning · Scientific AI · NeurosciencePROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.023 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/023-demis-hassabis/front.png b/public/releases/v2/gods/023-demis-hassabis/front.png new file mode 100644 index 00000000..d1726c4f Binary files /dev/null and b/public/releases/v2/gods/023-demis-hassabis/front.png differ diff --git a/public/releases/v2/gods/023-demis-hassabis/front.svg b/public/releases/v2/gods/023-demis-hassabis/front.svg new file mode 100644 index 00000000..dc14f902 --- /dev/null +++ b/public/releases/v2/gods/023-demis-hassabis/front.svg @@ -0,0 +1 @@ +Demis Hassabis — Open Source Legends v2GODS OF AI / V2Demis HassabisFounder of DeepMindAlphaGo, AlphaFold, and a Nobel Prize023 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/024-pieter-abbeel/artwork.svg b/public/releases/v2/gods/024-pieter-abbeel/artwork.svg new file mode 100644 index 00000000..6160ebbe --- /dev/null +++ b/public/releases/v2/gods/024-pieter-abbeel/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/024-pieter-abbeel/back.png b/public/releases/v2/gods/024-pieter-abbeel/back.png new file mode 100644 index 00000000..4864afc7 Binary files /dev/null and b/public/releases/v2/gods/024-pieter-abbeel/back.png differ diff --git a/public/releases/v2/gods/024-pieter-abbeel/back.svg b/public/releases/v2/gods/024-pieter-abbeel/back.svg new file mode 100644 index 00000000..5ff871b4 --- /dev/null +++ b/public/releases/v2/gods/024-pieter-abbeel/back.svg @@ -0,0 +1 @@ +Pieter Abbeel — Open Source Legends v2GODS OF AI / V2Pieter AbbeelTHE CONTRIBUTIONBerkeley professor who moved deep RL out of simulators andonto physical robots, with apprenticeship learning, domainrandomisation and the BAIR lab’s long run of open releases.Co-founded Covariant, and his Deep RL Bootcamp and coursematerials are freely available and are how a lot of peoplelearned the subject.PROJECTS / DOMAINSRobotics · Reinforcement learning · Imitation learningPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.024 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/024-pieter-abbeel/front.png b/public/releases/v2/gods/024-pieter-abbeel/front.png new file mode 100644 index 00000000..5340c5d8 Binary files /dev/null and b/public/releases/v2/gods/024-pieter-abbeel/front.png differ diff --git a/public/releases/v2/gods/024-pieter-abbeel/front.svg b/public/releases/v2/gods/024-pieter-abbeel/front.svg new file mode 100644 index 00000000..139b140d --- /dev/null +++ b/public/releases/v2/gods/024-pieter-abbeel/front.svg @@ -0,0 +1 @@ +Pieter Abbeel — Open Source Legends v2GODS OF AI / V2Pieter AbbeelRobots That LearnDeep reinforcement learning for real machines024 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/025-andrej-karpathy/artwork.svg b/public/releases/v2/gods/025-andrej-karpathy/artwork.svg new file mode 100644 index 00000000..a2f2ecf2 --- /dev/null +++ b/public/releases/v2/gods/025-andrej-karpathy/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/025-andrej-karpathy/back.png b/public/releases/v2/gods/025-andrej-karpathy/back.png new file mode 100644 index 00000000..f1125cda Binary files /dev/null and b/public/releases/v2/gods/025-andrej-karpathy/back.png differ diff --git a/public/releases/v2/gods/025-andrej-karpathy/back.svg b/public/releases/v2/gods/025-andrej-karpathy/back.svg new file mode 100644 index 00000000..a0b1df65 --- /dev/null +++ b/public/releases/v2/gods/025-andrej-karpathy/back.svg @@ -0,0 +1 @@ +Andrej Karpathy — Open Source Legends v2GODS OF AI / V2Andrej KarpathyTHE CONTRIBUTIONFounding member of OpenAI, then director of AI at Tesla,but the reason he is on this card is the teaching:char-rnn, CS231n, micrograd, nanoGPT, llm.c and the Zero toHero series, all free, all readable. He has probably taughtmore working engineers how a transformer actually worksthan every university course combined.PROJECTS / DOMAINSNeural networks · Teaching · Open sourcePROVENANCE3 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.025 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/025-andrej-karpathy/front.png b/public/releases/v2/gods/025-andrej-karpathy/front.png new file mode 100644 index 00000000..cf357377 Binary files /dev/null and b/public/releases/v2/gods/025-andrej-karpathy/front.png differ diff --git a/public/releases/v2/gods/025-andrej-karpathy/front.svg b/public/releases/v2/gods/025-andrej-karpathy/front.svg new file mode 100644 index 00000000..3c491538 --- /dev/null +++ b/public/releases/v2/gods/025-andrej-karpathy/front.svg @@ -0,0 +1 @@ +Andrej Karpathy — Open Source Legends v2GODS OF AI / V2Andrej KarpathyThe Great ExplainernanoGPT, micrograd, llm.c, and teaching the whole internet025 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/026-jeff-dean/artwork.svg b/public/releases/v2/gods/026-jeff-dean/artwork.svg new file mode 100644 index 00000000..eec2ccff --- /dev/null +++ b/public/releases/v2/gods/026-jeff-dean/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/026-jeff-dean/back.png b/public/releases/v2/gods/026-jeff-dean/back.png new file mode 100644 index 00000000..9300a687 Binary files /dev/null and b/public/releases/v2/gods/026-jeff-dean/back.png differ diff --git a/public/releases/v2/gods/026-jeff-dean/back.svg b/public/releases/v2/gods/026-jeff-dean/back.svg new file mode 100644 index 00000000..62d87b19 --- /dev/null +++ b/public/releases/v2/gods/026-jeff-dean/back.svg @@ -0,0 +1 @@ +Jeff Dean — Open Source Legends v2GODS OF AI / V2Jeff DeanTHE CONTRIBUTIONBuilt much of the distributed systems layer moderncomputing runs on — MapReduce, BigTable, Spanner — thenco-founded Google Brain and drove DistBelief, TensorFlowand the TPU programme. TensorFlow being released openly in2015 is a large part of why the deep learning boom was notconfined to a handful of labs.PROJECTS / DOMAINSDistributed systems · ML infrastructure · Model trainingPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.026 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/026-jeff-dean/front.png b/public/releases/v2/gods/026-jeff-dean/front.png new file mode 100644 index 00000000..114edf09 Binary files /dev/null and b/public/releases/v2/gods/026-jeff-dean/front.png differ diff --git a/public/releases/v2/gods/026-jeff-dean/front.svg b/public/releases/v2/gods/026-jeff-dean/front.svg new file mode 100644 index 00000000..f8f23c8c --- /dev/null +++ b/public/releases/v2/gods/026-jeff-dean/front.svg @@ -0,0 +1 @@ +Jeff Dean — Open Source Legends v2GODS OF AI / V2Jeff DeanThe InfrastructureMapReduce, TensorFlow, TPUs and Google Brain026 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/027-rajat-monga/artwork.svg b/public/releases/v2/gods/027-rajat-monga/artwork.svg new file mode 100644 index 00000000..98a21aa6 --- /dev/null +++ b/public/releases/v2/gods/027-rajat-monga/artwork.svg @@ -0,0 +1 @@ +Public ManifoldA dense, enclosed tensor assembly opens through an exploded precision interface. Flowing lavender lamellae distribute its structure into three accessible, interchangeable training platforms, with exposed sockets and layered specification plates. \ No newline at end of file diff --git a/public/releases/v2/gods/027-rajat-monga/back.png b/public/releases/v2/gods/027-rajat-monga/back.png new file mode 100644 index 00000000..4c4f3c02 Binary files /dev/null and b/public/releases/v2/gods/027-rajat-monga/back.png differ diff --git a/public/releases/v2/gods/027-rajat-monga/back.svg b/public/releases/v2/gods/027-rajat-monga/back.svg new file mode 100644 index 00000000..dd0e14fb --- /dev/null +++ b/public/releases/v2/gods/027-rajat-monga/back.svg @@ -0,0 +1 @@ +Rajat Monga — Open Source Legends v2GODS OF AI / V2Rajat MongaTHE CONTRIBUTIONLed TensorFlow engineering at Google, taking the internalDistBelief system and shipping it as an open-sourceframework with a public API, documentation and a community.For several years TensorFlow was simply how machinelearning was done outside a handful of labs, and that wasan engineering and release-management achievement as muchas a research one.PROJECTS / DOMAINSML frameworks · Distributed training · Open sourcePROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.027 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/027-rajat-monga/front.png b/public/releases/v2/gods/027-rajat-monga/front.png new file mode 100644 index 00000000..3c9298f9 Binary files /dev/null and b/public/releases/v2/gods/027-rajat-monga/front.png differ diff --git a/public/releases/v2/gods/027-rajat-monga/front.svg b/public/releases/v2/gods/027-rajat-monga/front.svg new file mode 100644 index 00000000..e7b62bfe --- /dev/null +++ b/public/releases/v2/gods/027-rajat-monga/front.svg @@ -0,0 +1 @@ +Rajat Monga — Open Source Legends v2GODS OF AI / V2Rajat MongaPublic ManifoldA dense, enclosed tensor assembly opens through an exploded precision interface. Flowing lavender lamellae distribute its structure into three accessible, interchangeable training platforms, with exposed sockets and layered specification plates.The TensorFlow LeadTurning DistBelief into something the public could use027 / RARE / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/028-soumith-chintala/artwork.svg b/public/releases/v2/gods/028-soumith-chintala/artwork.svg new file mode 100644 index 00000000..1075c0dd --- /dev/null +++ b/public/releases/v2/gods/028-soumith-chintala/artwork.svg @@ -0,0 +1 @@ +An open, inspectable frameworkA cutaway ceramic labyrinth threaded by a lavender working path. Removable partitions expose the interior, and an amber inspection gate opens above the route. Layered foundations and interchangeable pieces make the construction visibly accessible. \ No newline at end of file diff --git a/public/releases/v2/gods/028-soumith-chintala/back.png b/public/releases/v2/gods/028-soumith-chintala/back.png new file mode 100644 index 00000000..d10cca92 Binary files /dev/null and b/public/releases/v2/gods/028-soumith-chintala/back.png differ diff --git a/public/releases/v2/gods/028-soumith-chintala/back.svg b/public/releases/v2/gods/028-soumith-chintala/back.svg new file mode 100644 index 00000000..6ef682ea --- /dev/null +++ b/public/releases/v2/gods/028-soumith-chintala/back.svg @@ -0,0 +1 @@ +Soumith Chintala — Open Source Legends v2GODS OF AI / V2Soumith ChintalaTHE CONTRIBUTIONCo-created and led PyTorch, which won the researchcommunity by being straightforwardly pleasant to debug whenthe alternative was not. Ran it as a genuinely open projectwith an unusually visible maintainer, shepherded it intothe Linux Foundation, and co-authored DCGAN along the way.Almost every model in this set was trained in hisframework.PROJECTS / DOMAINSML frameworks · Open source · CommunityPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.028 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/028-soumith-chintala/front.png b/public/releases/v2/gods/028-soumith-chintala/front.png new file mode 100644 index 00000000..d19d14fe Binary files /dev/null and b/public/releases/v2/gods/028-soumith-chintala/front.png differ diff --git a/public/releases/v2/gods/028-soumith-chintala/front.svg b/public/releases/v2/gods/028-soumith-chintala/front.svg new file mode 100644 index 00000000..f0b96bdd --- /dev/null +++ b/public/releases/v2/gods/028-soumith-chintala/front.svg @@ -0,0 +1 @@ +Soumith Chintala — Open Source Legends v2GODS OF AI / V2Soumith ChintalaAn open, inspectable frameworkA cutaway ceramic labyrinth threaded by a lavender working path. Removable partitions expose the interior, and an amber inspection gate opens above the route. Layered foundations and interchangeable pieces make the construction visibly accessible.The Face of PyTorchThe framework the research world actually switched to028 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/029-adam-paszke/artwork.svg b/public/releases/v2/gods/029-adam-paszke/artwork.svg new file mode 100644 index 00000000..8728cf92 --- /dev/null +++ b/public/releases/v2/gods/029-adam-paszke/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/029-adam-paszke/back.png b/public/releases/v2/gods/029-adam-paszke/back.png new file mode 100644 index 00000000..6a3220b7 Binary files /dev/null and b/public/releases/v2/gods/029-adam-paszke/back.png differ diff --git a/public/releases/v2/gods/029-adam-paszke/back.svg b/public/releases/v2/gods/029-adam-paszke/back.svg new file mode 100644 index 00000000..11f7d493 --- /dev/null +++ b/public/releases/v2/gods/029-adam-paszke/back.svg @@ -0,0 +1 @@ +Adam Paszke — Open Source Legends v2GODS OF AI / V2Adam PaszkeTHE CONTRIBUTIONWrote the original PyTorch autograd engine as a student andis first author on the PyTorch paper, then moved to Googleand became a core author of JAX. Two of the threeframeworks serious research runs on have his designdecisions inside them, which is an unusual thing to be ableto say.PROJECTS / DOMAINSAutomatic differentiation · Compilers · ML frameworksPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.029 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/029-adam-paszke/front.png b/public/releases/v2/gods/029-adam-paszke/front.png new file mode 100644 index 00000000..e2829911 Binary files /dev/null and b/public/releases/v2/gods/029-adam-paszke/front.png differ diff --git a/public/releases/v2/gods/029-adam-paszke/front.svg b/public/releases/v2/gods/029-adam-paszke/front.svg new file mode 100644 index 00000000..6848b609 --- /dev/null +++ b/public/releases/v2/gods/029-adam-paszke/front.svg @@ -0,0 +1 @@ +Adam Paszke — Open Source Legends v2GODS OF AI / V2Adam PaszkePyTorch and JAXWriting the autograd everyone uses029 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/030-tianqi-chen/artwork.svg b/public/releases/v2/gods/030-tianqi-chen/artwork.svg new file mode 100644 index 00000000..fa8e202d --- /dev/null +++ b/public/releases/v2/gods/030-tianqi-chen/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/030-tianqi-chen/back.png b/public/releases/v2/gods/030-tianqi-chen/back.png new file mode 100644 index 00000000..64cb83b6 Binary files /dev/null and b/public/releases/v2/gods/030-tianqi-chen/back.png differ diff --git a/public/releases/v2/gods/030-tianqi-chen/back.svg b/public/releases/v2/gods/030-tianqi-chen/back.svg new file mode 100644 index 00000000..df3ed13b --- /dev/null +++ b/public/releases/v2/gods/030-tianqi-chen/back.svg @@ -0,0 +1 @@ +Tianqi Chen — Open Source Legends v2GODS OF AI / V2Tianqi ChenTHE CONTRIBUTIONWrote XGBoost, which won a remarkable share of Kagglecompetitions and is still the default for tabular data.Then co-created MXNet, then Apache TVM for compiling modelsto any hardware, then MLC-LLM for running models on phonesand browsers. Every one of them open, and each solved abottleneck the field was about to hit.PROJECTS / DOMAINSGradient boosting · ML compilers · On-device inferencePROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.030 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/030-tianqi-chen/front.png b/public/releases/v2/gods/030-tianqi-chen/front.png new file mode 100644 index 00000000..85ac4a24 Binary files /dev/null and b/public/releases/v2/gods/030-tianqi-chen/front.png differ diff --git a/public/releases/v2/gods/030-tianqi-chen/front.svg b/public/releases/v2/gods/030-tianqi-chen/front.svg new file mode 100644 index 00000000..0c61c13d --- /dev/null +++ b/public/releases/v2/gods/030-tianqi-chen/front.svg @@ -0,0 +1 @@ +Tianqi Chen — Open Source Legends v2GODS OF AI / V2Tianqi ChenThe Serial Framework AuthorXGBoost, MXNet, TVM and MLC030 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/031-yangqing-jia/artwork.svg b/public/releases/v2/gods/031-yangqing-jia/artwork.svg new file mode 100644 index 00000000..0a1abc48 --- /dev/null +++ b/public/releases/v2/gods/031-yangqing-jia/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/031-yangqing-jia/back.png b/public/releases/v2/gods/031-yangqing-jia/back.png new file mode 100644 index 00000000..2738e8d4 Binary files /dev/null and b/public/releases/v2/gods/031-yangqing-jia/back.png differ diff --git a/public/releases/v2/gods/031-yangqing-jia/back.svg b/public/releases/v2/gods/031-yangqing-jia/back.svg new file mode 100644 index 00000000..6a1d1c76 --- /dev/null +++ b/public/releases/v2/gods/031-yangqing-jia/back.svg @@ -0,0 +1 @@ +Yangqing Jia — Open Source Legends v2GODS OF AI / V2Yangqing JiaTHE CONTRIBUTIONWrote Caffe as a Berkeley PhD student and released it,giving computer vision its first widely usable deeplearning framework at exactly the moment the field neededone. Later built Caffe2 at Facebook, co-created ONNX somodels could move between frameworks, and led large-scaleAI infrastructure at Alibaba before founding Lepton AI.PROJECTS / DOMAINSML frameworks · Model interchange · InferencePROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.031 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/031-yangqing-jia/front.png b/public/releases/v2/gods/031-yangqing-jia/front.png new file mode 100644 index 00000000..9c09285d Binary files /dev/null and b/public/releases/v2/gods/031-yangqing-jia/front.png differ diff --git a/public/releases/v2/gods/031-yangqing-jia/front.svg b/public/releases/v2/gods/031-yangqing-jia/front.svg new file mode 100644 index 00000000..549e4228 --- /dev/null +++ b/public/releases/v2/gods/031-yangqing-jia/front.svg @@ -0,0 +1 @@ +Yangqing Jia — Open Source Legends v2GODS OF AI / V2Yangqing JiaAuthor of CaffeThe first framework deep learning had031 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/032-francois-chollet/artwork.svg b/public/releases/v2/gods/032-francois-chollet/artwork.svg new file mode 100644 index 00000000..fbbde759 --- /dev/null +++ b/public/releases/v2/gods/032-francois-chollet/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/032-francois-chollet/back.png b/public/releases/v2/gods/032-francois-chollet/back.png new file mode 100644 index 00000000..0ce0b4bb Binary files /dev/null and b/public/releases/v2/gods/032-francois-chollet/back.png differ diff --git a/public/releases/v2/gods/032-francois-chollet/back.svg b/public/releases/v2/gods/032-francois-chollet/back.svg new file mode 100644 index 00000000..aaf252bb --- /dev/null +++ b/public/releases/v2/gods/032-francois-chollet/back.svg @@ -0,0 +1 @@ +François Chollet — Open Source Legends v2GODS OF AI / V2François CholletTHE CONTRIBUTIONWrote Keras, whose entire premise was that building aneural network should not require a PhD in the framework,and it became the on-ramp for an enormous number ofpractitioners. Also created the ARC benchmark and itsprize, a deliberate test of fluid reasoning that currentmodels still find hard — a useful corrective to benchmarksaturation.PROJECTS / DOMAINSML frameworks · API design · Abstraction and reasoningPROVENANCE3 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.032 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/032-francois-chollet/front.png b/public/releases/v2/gods/032-francois-chollet/front.png new file mode 100644 index 00000000..0209d5dc Binary files /dev/null and b/public/releases/v2/gods/032-francois-chollet/front.png differ diff --git a/public/releases/v2/gods/032-francois-chollet/front.svg b/public/releases/v2/gods/032-francois-chollet/front.svg new file mode 100644 index 00000000..fd949d19 --- /dev/null +++ b/public/releases/v2/gods/032-francois-chollet/front.svg @@ -0,0 +1 @@ +François Chollet — Open Source Legends v2GODS OF AI / V2François CholletAuthor of KerasThe API that made neural networks approachable, and ARC032 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/033-thomas-wolf/artwork.svg b/public/releases/v2/gods/033-thomas-wolf/artwork.svg new file mode 100644 index 00000000..5d9185e3 --- /dev/null +++ b/public/releases/v2/gods/033-thomas-wolf/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/033-thomas-wolf/back.png b/public/releases/v2/gods/033-thomas-wolf/back.png new file mode 100644 index 00000000..6c6e2a3e Binary files /dev/null and b/public/releases/v2/gods/033-thomas-wolf/back.png differ diff --git a/public/releases/v2/gods/033-thomas-wolf/back.svg b/public/releases/v2/gods/033-thomas-wolf/back.svg new file mode 100644 index 00000000..9d18e72d --- /dev/null +++ b/public/releases/v2/gods/033-thomas-wolf/back.svg @@ -0,0 +1 @@ +Thomas Wolf — Open Source Legends v2GODS OF AI / V2Thomas WolfTHE CONTRIBUTIONCo-founder and chief scientist of Hugging Face, and thedriving force behind the transformers library, which turned"reproduce this paper" from a week of work into an importstatement. Led the BigScience collaboration that producedBLOOM, one of the first genuinely open large multilingualmodels, built by a thousand researchers in the open.PROJECTS / DOMAINSOpen models · Libraries · CommunityPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.033 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/033-thomas-wolf/front.png b/public/releases/v2/gods/033-thomas-wolf/front.png new file mode 100644 index 00000000..38c26ad3 Binary files /dev/null and b/public/releases/v2/gods/033-thomas-wolf/front.png differ diff --git a/public/releases/v2/gods/033-thomas-wolf/front.svg b/public/releases/v2/gods/033-thomas-wolf/front.svg new file mode 100644 index 00000000..6ddc6dc1 --- /dev/null +++ b/public/releases/v2/gods/033-thomas-wolf/front.svg @@ -0,0 +1 @@ +Thomas Wolf — Open Source Legends v2GODS OF AI / V2Thomas WolfThe Transformers LibraryMaking every published model a one-line import033 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/034-clement-delangue/artwork.svg b/public/releases/v2/gods/034-clement-delangue/artwork.svg new file mode 100644 index 00000000..767c046f --- /dev/null +++ b/public/releases/v2/gods/034-clement-delangue/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/034-clement-delangue/back.png b/public/releases/v2/gods/034-clement-delangue/back.png new file mode 100644 index 00000000..ae0a80b5 Binary files /dev/null and b/public/releases/v2/gods/034-clement-delangue/back.png differ diff --git a/public/releases/v2/gods/034-clement-delangue/back.svg b/public/releases/v2/gods/034-clement-delangue/back.svg new file mode 100644 index 00000000..62687365 --- /dev/null +++ b/public/releases/v2/gods/034-clement-delangue/back.svg @@ -0,0 +1 @@ +Clément Delangue — Open Source Legends v2GODS OF AI / V2Clément DelangueTHE CONTRIBUTIONCo-founded Hugging Face and turned it from a chatbot appinto the default distribution point for open models,datasets and demos. Whatever you think of the company, theHub is the reason an open-weight release can reach everyonethe day it lands, and the reason a small lab can ship amodel at all.PROJECTS / DOMAINSOpen models · Platforms · CommunityPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.034 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/034-clement-delangue/front.png b/public/releases/v2/gods/034-clement-delangue/front.png new file mode 100644 index 00000000..8c09d36b Binary files /dev/null and b/public/releases/v2/gods/034-clement-delangue/front.png differ diff --git a/public/releases/v2/gods/034-clement-delangue/front.svg b/public/releases/v2/gods/034-clement-delangue/front.svg new file mode 100644 index 00000000..656cb937 --- /dev/null +++ b/public/releases/v2/gods/034-clement-delangue/front.svg @@ -0,0 +1 @@ +Clément Delangue — Open Source Legends v2GODS OF AI / V2Clément DelangueThe HubBuilding the place open models live034 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/035-georgi-gerganov/artwork.svg b/public/releases/v2/gods/035-georgi-gerganov/artwork.svg new file mode 100644 index 00000000..e20324b6 --- /dev/null +++ b/public/releases/v2/gods/035-georgi-gerganov/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/035-georgi-gerganov/back.png b/public/releases/v2/gods/035-georgi-gerganov/back.png new file mode 100644 index 00000000..bd646ed5 Binary files /dev/null and b/public/releases/v2/gods/035-georgi-gerganov/back.png differ diff --git a/public/releases/v2/gods/035-georgi-gerganov/back.svg b/public/releases/v2/gods/035-georgi-gerganov/back.svg new file mode 100644 index 00000000..60b9f51a --- /dev/null +++ b/public/releases/v2/gods/035-georgi-gerganov/back.svg @@ -0,0 +1 @@ +Georgi Gerganov — Open Source Legends v2GODS OF AI / V2Georgi GerganovTHE CONTRIBUTIONWrote ggml, whisper.cpp and llama.cpp — dependency-free Cimplementations that run large models on laptops, phonesand Raspberry Pis. The GGUF format and its quantisationschemes are how most people actually run a model locally.Arguably did more for practical access to open models thanany lab release.PROJECTS / DOMAINSInference · Quantisation · Local modelsPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.035 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/035-georgi-gerganov/front.png b/public/releases/v2/gods/035-georgi-gerganov/front.png new file mode 100644 index 00000000..2741fff5 Binary files /dev/null and b/public/releases/v2/gods/035-georgi-gerganov/front.png differ diff --git a/public/releases/v2/gods/035-georgi-gerganov/front.svg b/public/releases/v2/gods/035-georgi-gerganov/front.svg new file mode 100644 index 00000000..ccdb572e --- /dev/null +++ b/public/releases/v2/gods/035-georgi-gerganov/front.svg @@ -0,0 +1 @@ +Georgi Gerganov — Open Source Legends v2GODS OF AI / V2Georgi GerganovAuthor of llama.cppPutting large models on ordinary hardware035 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/036-tim-dettmers/artwork.svg b/public/releases/v2/gods/036-tim-dettmers/artwork.svg new file mode 100644 index 00000000..5b604ca3 --- /dev/null +++ b/public/releases/v2/gods/036-tim-dettmers/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/036-tim-dettmers/back.png b/public/releases/v2/gods/036-tim-dettmers/back.png new file mode 100644 index 00000000..6440f722 Binary files /dev/null and b/public/releases/v2/gods/036-tim-dettmers/back.png differ diff --git a/public/releases/v2/gods/036-tim-dettmers/back.svg b/public/releases/v2/gods/036-tim-dettmers/back.svg new file mode 100644 index 00000000..acb75b1a --- /dev/null +++ b/public/releases/v2/gods/036-tim-dettmers/back.svg @@ -0,0 +1 @@ +Tim Dettmers — Open Source Legends v2GODS OF AI / V2Tim DettmersTHE CONTRIBUTIONWorked out how to run and fine-tune large models in 8-bitand then 4-bit without wrecking them, shipped it asbitsandbytes, and followed with QLoRA — which putfine-tuning a 65B model on a single consumer GPU. Hishardware guides are the reference for anyone deciding whatto buy.PROJECTS / DOMAINSQuantisation · Efficient fine-tuning · Accessible trainingPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.036 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/036-tim-dettmers/front.png b/public/releases/v2/gods/036-tim-dettmers/front.png new file mode 100644 index 00000000..2866c085 Binary files /dev/null and b/public/releases/v2/gods/036-tim-dettmers/front.png differ diff --git a/public/releases/v2/gods/036-tim-dettmers/front.svg b/public/releases/v2/gods/036-tim-dettmers/front.svg new file mode 100644 index 00000000..3f4cc1a3 --- /dev/null +++ b/public/releases/v2/gods/036-tim-dettmers/front.svg @@ -0,0 +1 @@ +Tim Dettmers — Open Source Legends v2GODS OF AI / V2Tim DettmersThe Quantisation Guybitsandbytes and QLoRA036 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/037-jeremy-howard/artwork.svg b/public/releases/v2/gods/037-jeremy-howard/artwork.svg new file mode 100644 index 00000000..064fa778 --- /dev/null +++ b/public/releases/v2/gods/037-jeremy-howard/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/037-jeremy-howard/back.png b/public/releases/v2/gods/037-jeremy-howard/back.png new file mode 100644 index 00000000..1c174935 Binary files /dev/null and b/public/releases/v2/gods/037-jeremy-howard/back.png differ diff --git a/public/releases/v2/gods/037-jeremy-howard/back.svg b/public/releases/v2/gods/037-jeremy-howard/back.svg new file mode 100644 index 00000000..a7085492 --- /dev/null +++ b/public/releases/v2/gods/037-jeremy-howard/back.svg @@ -0,0 +1 @@ +Jeremy Howard — Open Source Legends v2GODS OF AI / V2Jeremy HowardTHE CONTRIBUTIONCo-authored ULMFiT, which brought transfer learning to NLPbefore the GPT line, and founded fast.ai, whose freecourses and library have trained an enormous number ofpractitioners on the premise that you do not need a PhD todo this. Has been one of the most persistent public voicesagainst regulating open-weight models out of existence.PROJECTS / DOMAINSTransfer learning · Education · Open model policyPROVENANCE3 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.037 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/037-jeremy-howard/front.png b/public/releases/v2/gods/037-jeremy-howard/front.png new file mode 100644 index 00000000..29c8cfed Binary files /dev/null and b/public/releases/v2/gods/037-jeremy-howard/front.png differ diff --git a/public/releases/v2/gods/037-jeremy-howard/front.svg b/public/releases/v2/gods/037-jeremy-howard/front.svg new file mode 100644 index 00000000..3f2c562d --- /dev/null +++ b/public/releases/v2/gods/037-jeremy-howard/front.svg @@ -0,0 +1 @@ +Jeremy Howard — Open Source Legends v2GODS OF AI / V2Jeremy HowardTeacher and Agitatorfast.ai, ULMFiT, and arguing for open models in public037 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/038-stella-biderman/artwork.svg b/public/releases/v2/gods/038-stella-biderman/artwork.svg new file mode 100644 index 00000000..7ce9225e --- /dev/null +++ b/public/releases/v2/gods/038-stella-biderman/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/038-stella-biderman/back.png b/public/releases/v2/gods/038-stella-biderman/back.png new file mode 100644 index 00000000..f6100425 Binary files /dev/null and b/public/releases/v2/gods/038-stella-biderman/back.png differ diff --git a/public/releases/v2/gods/038-stella-biderman/back.svg b/public/releases/v2/gods/038-stella-biderman/back.svg new file mode 100644 index 00000000..3fc71798 --- /dev/null +++ b/public/releases/v2/gods/038-stella-biderman/back.svg @@ -0,0 +1 @@ +Stella Biderman — Open Source Legends v2GODS OF AI / V2Stella BidermanTHE CONTRIBUTIONExecutive director of EleutherAI, the volunteer collectivethat trained and released GPT-Neo, GPT-J and GPT-NeoX whennothing comparable was public, and built the Pile. LedPythia, a suite of models released with every trainingcheckpoint and the data order — which made a whole class ofinterpretability and memorisation research possible for thefirst time.PROJECTS / DOMAINSOpen language models · Training data · ReproducibilityPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.038 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/038-stella-biderman/front.png b/public/releases/v2/gods/038-stella-biderman/front.png new file mode 100644 index 00000000..8db578eb Binary files /dev/null and b/public/releases/v2/gods/038-stella-biderman/front.png differ diff --git a/public/releases/v2/gods/038-stella-biderman/front.svg b/public/releases/v2/gods/038-stella-biderman/front.svg new file mode 100644 index 00000000..b18390d5 --- /dev/null +++ b/public/releases/v2/gods/038-stella-biderman/front.svg @@ -0,0 +1 @@ +Stella Biderman — Open Source Legends v2GODS OF AI / V2Stella BidermanOpen Models, Open DataEleutherAI, GPT-NeoX and Pythia038 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/039-justine-tunney/artwork.svg b/public/releases/v2/gods/039-justine-tunney/artwork.svg new file mode 100644 index 00000000..fb4dfd21 --- /dev/null +++ b/public/releases/v2/gods/039-justine-tunney/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/039-justine-tunney/back.png b/public/releases/v2/gods/039-justine-tunney/back.png new file mode 100644 index 00000000..4932574c Binary files /dev/null and b/public/releases/v2/gods/039-justine-tunney/back.png differ diff --git a/public/releases/v2/gods/039-justine-tunney/back.svg b/public/releases/v2/gods/039-justine-tunney/back.svg new file mode 100644 index 00000000..3929345b --- /dev/null +++ b/public/releases/v2/gods/039-justine-tunney/back.svg @@ -0,0 +1 @@ +Justine Tunney — Open Source Legends v2GODS OF AI / V2Justine TunneyTHE CONTRIBUTIONWrote Cosmopolitan Libc, which produces a single binarythat runs natively on Linux, macOS, Windows and BSD, thenused it to build llamafile — a whole language model and itsruntime in one executable file you can copy to a machineand run. Also contributed substantial CPU inferencespeedups back to llama.cpp.PROJECTS / DOMAINSSystems programming · Portable binaries · Local inferencePROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.039 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/039-justine-tunney/front.png b/public/releases/v2/gods/039-justine-tunney/front.png new file mode 100644 index 00000000..18adaf7f Binary files /dev/null and b/public/releases/v2/gods/039-justine-tunney/front.png differ diff --git a/public/releases/v2/gods/039-justine-tunney/front.svg b/public/releases/v2/gods/039-justine-tunney/front.svg new file mode 100644 index 00000000..98be97f6 --- /dev/null +++ b/public/releases/v2/gods/039-justine-tunney/front.svg @@ -0,0 +1 @@ +Justine Tunney — Open Source Legends v2GODS OF AI / V2Justine TunneyOne File, Runs Anywherellamafile and Cosmopolitan Libc039 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/040-guillaume-lample/artwork.svg b/public/releases/v2/gods/040-guillaume-lample/artwork.svg new file mode 100644 index 00000000..716da96a --- /dev/null +++ b/public/releases/v2/gods/040-guillaume-lample/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/040-guillaume-lample/back.png b/public/releases/v2/gods/040-guillaume-lample/back.png new file mode 100644 index 00000000..2ccd7b6c Binary files /dev/null and b/public/releases/v2/gods/040-guillaume-lample/back.png differ diff --git a/public/releases/v2/gods/040-guillaume-lample/back.svg b/public/releases/v2/gods/040-guillaume-lample/back.svg new file mode 100644 index 00000000..9044dd3f --- /dev/null +++ b/public/releases/v2/gods/040-guillaume-lample/back.svg @@ -0,0 +1 @@ +Guillaume Lample — Open Source Legends v2GODS OF AI / V2Guillaume LampleTHE CONTRIBUTIONLed LLaMA at Meta, showing that a smaller model trained onfar more tokens beat much larger ones — and then it reachedthe public. Nearly every open fine-tune, quantisation andlocal-inference project of the following two years tracesto those weights. Co-founded Mistral, which has keptreleasing open-weight models under permissive licences.PROJECTS / DOMAINSLanguage models · Open weights · Efficient trainingPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.040 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/040-guillaume-lample/front.png b/public/releases/v2/gods/040-guillaume-lample/front.png new file mode 100644 index 00000000..c5b46502 Binary files /dev/null and b/public/releases/v2/gods/040-guillaume-lample/front.png differ diff --git a/public/releases/v2/gods/040-guillaume-lample/front.svg b/public/releases/v2/gods/040-guillaume-lample/front.svg new file mode 100644 index 00000000..0b65cdeb --- /dev/null +++ b/public/releases/v2/gods/040-guillaume-lample/front.svg @@ -0,0 +1 @@ +Guillaume Lample — Open Source Legends v2GODS OF AI / V2Guillaume LampleLead Author of LLaMAThe model release that created the open-weight ecosystem040 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/041-arthur-mensch/artwork.svg b/public/releases/v2/gods/041-arthur-mensch/artwork.svg new file mode 100644 index 00000000..04161841 --- /dev/null +++ b/public/releases/v2/gods/041-arthur-mensch/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/041-arthur-mensch/back.png b/public/releases/v2/gods/041-arthur-mensch/back.png new file mode 100644 index 00000000..b27acbd9 Binary files /dev/null and b/public/releases/v2/gods/041-arthur-mensch/back.png differ diff --git a/public/releases/v2/gods/041-arthur-mensch/back.svg b/public/releases/v2/gods/041-arthur-mensch/back.svg new file mode 100644 index 00000000..185a0a30 --- /dev/null +++ b/public/releases/v2/gods/041-arthur-mensch/back.svg @@ -0,0 +1 @@ +Arthur Mensch — Open Source Legends v2GODS OF AI / V2Arthur MenschTHE CONTRIBUTIONWorked on Chinchilla and Flamingo at DeepMind, thenco-founded Mistral and released Mistral 7B and Mixtralunder Apache 2.0 — models good enough that "open weights"stopped being a compromise. Made the case, commerciallyrather than rhetorically, that a frontier lab can give theweights away and still have a business.PROJECTS / DOMAINSLanguage models · Open weights · Efficient inferencePROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.041 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/041-arthur-mensch/front.png b/public/releases/v2/gods/041-arthur-mensch/front.png new file mode 100644 index 00000000..d6c13d71 Binary files /dev/null and b/public/releases/v2/gods/041-arthur-mensch/front.png differ diff --git a/public/releases/v2/gods/041-arthur-mensch/front.svg b/public/releases/v2/gods/041-arthur-mensch/front.svg new file mode 100644 index 00000000..8206e080 --- /dev/null +++ b/public/releases/v2/gods/041-arthur-mensch/front.svg @@ -0,0 +1 @@ +Arthur Mensch — Open Source Legends v2GODS OF AI / V2Arthur MenschEurope’s Open LabMistral, and shipping open weights as a business041 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/042-robin-rombach/artwork.svg b/public/releases/v2/gods/042-robin-rombach/artwork.svg new file mode 100644 index 00000000..781ed3ce --- /dev/null +++ b/public/releases/v2/gods/042-robin-rombach/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/042-robin-rombach/back.png b/public/releases/v2/gods/042-robin-rombach/back.png new file mode 100644 index 00000000..847da0b1 Binary files /dev/null and b/public/releases/v2/gods/042-robin-rombach/back.png differ diff --git a/public/releases/v2/gods/042-robin-rombach/back.svg b/public/releases/v2/gods/042-robin-rombach/back.svg new file mode 100644 index 00000000..d5f6878b --- /dev/null +++ b/public/releases/v2/gods/042-robin-rombach/back.svg @@ -0,0 +1 @@ +Robin Rombach — Open Source Legends v2GODS OF AI / V2Robin RombachTHE CONTRIBUTIONLead author of the latent diffusion paper — run thediffusion in a compressed latent space and image generationsuddenly fits on a consumer GPU — which became StableDiffusion. Its open release in 2022 put image generation ineveryone’s hands overnight and set off both an explosion oftooling and a still-unresolved argument about trainingdata.PROJECTS / DOMAINSDiffusion models · Generative imagery · Open weightsPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.042 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/042-robin-rombach/front.png b/public/releases/v2/gods/042-robin-rombach/front.png new file mode 100644 index 00000000..e8de2ead Binary files /dev/null and b/public/releases/v2/gods/042-robin-rombach/front.png differ diff --git a/public/releases/v2/gods/042-robin-rombach/front.svg b/public/releases/v2/gods/042-robin-rombach/front.svg new file mode 100644 index 00000000..00e9f166 --- /dev/null +++ b/public/releases/v2/gods/042-robin-rombach/front.svg @@ -0,0 +1 @@ +Robin Rombach — Open Source Legends v2GODS OF AI / V2Robin RombachAuthor of Latent DiffusionStable Diffusion042 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/043-patrick-esser/artwork.svg b/public/releases/v2/gods/043-patrick-esser/artwork.svg new file mode 100644 index 00000000..cb51253b --- /dev/null +++ b/public/releases/v2/gods/043-patrick-esser/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/043-patrick-esser/back.png b/public/releases/v2/gods/043-patrick-esser/back.png new file mode 100644 index 00000000..1e16e13d Binary files /dev/null and b/public/releases/v2/gods/043-patrick-esser/back.png differ diff --git a/public/releases/v2/gods/043-patrick-esser/back.svg b/public/releases/v2/gods/043-patrick-esser/back.svg new file mode 100644 index 00000000..2d74df49 --- /dev/null +++ b/public/releases/v2/gods/043-patrick-esser/back.svg @@ -0,0 +1 @@ +Patrick Esser — Open Source Legends v2GODS OF AI / V2Patrick EsserTHE CONTRIBUTIONCo-authored VQGAN — the taming-transformers work that madehigh-resolution generation tractable — and then latentdiffusion and Stable Diffusion. Later led therectified-flow architecture behind Stable Diffusion 3 andmoved to Black Forest Labs for the FLUX models, which werealso released with open weights.PROJECTS / DOMAINSGenerative models · Diffusion · Image synthesisPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.043 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/043-patrick-esser/front.png b/public/releases/v2/gods/043-patrick-esser/front.png new file mode 100644 index 00000000..62ad7fe4 Binary files /dev/null and b/public/releases/v2/gods/043-patrick-esser/front.png differ diff --git a/public/releases/v2/gods/043-patrick-esser/front.svg b/public/releases/v2/gods/043-patrick-esser/front.svg new file mode 100644 index 00000000..7d991b61 --- /dev/null +++ b/public/releases/v2/gods/043-patrick-esser/front.svg @@ -0,0 +1 @@ +Patrick Esser — Open Source Legends v2GODS OF AI / V2Patrick EsserThe Other Half of DiffusionVQGAN, latent diffusion and Stable Diffusion 3043 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/044-christoph-schuhmann/artwork.svg b/public/releases/v2/gods/044-christoph-schuhmann/artwork.svg new file mode 100644 index 00000000..51bd53d6 --- /dev/null +++ b/public/releases/v2/gods/044-christoph-schuhmann/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/044-christoph-schuhmann/back.png b/public/releases/v2/gods/044-christoph-schuhmann/back.png new file mode 100644 index 00000000..33fa3e8f Binary files /dev/null and b/public/releases/v2/gods/044-christoph-schuhmann/back.png differ diff --git a/public/releases/v2/gods/044-christoph-schuhmann/back.svg b/public/releases/v2/gods/044-christoph-schuhmann/back.svg new file mode 100644 index 00000000..c94497d5 --- /dev/null +++ b/public/releases/v2/gods/044-christoph-schuhmann/back.svg @@ -0,0 +1 @@ +Christoph Schuhmann — Open Source Legends v2GODS OF AI / V2Christoph SchuhmannTHE CONTRIBUTIONA schoolteacher who organised a volunteer effort toassemble LAION-400M and LAION-5B, the open image-textdatasets that Stable Diffusion and OpenCLIP were trainedon. Before LAION, the data behind multimodal models wasprivate by default; afterwards, anyone could inspect it —including the researchers who found serious problems in it.PROJECTS / DOMAINSOpen datasets · Multimodal data · Community researchPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.044 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/044-christoph-schuhmann/front.png b/public/releases/v2/gods/044-christoph-schuhmann/front.png new file mode 100644 index 00000000..88e91600 Binary files /dev/null and b/public/releases/v2/gods/044-christoph-schuhmann/front.png differ diff --git a/public/releases/v2/gods/044-christoph-schuhmann/front.svg b/public/releases/v2/gods/044-christoph-schuhmann/front.svg new file mode 100644 index 00000000..e3c45f3d --- /dev/null +++ b/public/releases/v2/gods/044-christoph-schuhmann/front.svg @@ -0,0 +1 @@ +Christoph Schuhmann — Open Source Legends v2GODS OF AI / V2Christoph SchuhmannFounder of LAIONThe open datasets the image models were trained on044 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/045-joelle-pineau/artwork.svg b/public/releases/v2/gods/045-joelle-pineau/artwork.svg new file mode 100644 index 00000000..16225eea --- /dev/null +++ b/public/releases/v2/gods/045-joelle-pineau/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/045-joelle-pineau/back.png b/public/releases/v2/gods/045-joelle-pineau/back.png new file mode 100644 index 00000000..ce17ce35 Binary files /dev/null and b/public/releases/v2/gods/045-joelle-pineau/back.png differ diff --git a/public/releases/v2/gods/045-joelle-pineau/back.svg b/public/releases/v2/gods/045-joelle-pineau/back.svg new file mode 100644 index 00000000..d320f2cb --- /dev/null +++ b/public/releases/v2/gods/045-joelle-pineau/back.svg @@ -0,0 +1 @@ +Joelle Pineau — Open Source Legends v2GODS OF AI / V2Joelle PineauTHE CONTRIBUTIONMcGill professor and long-time head of Meta’s AI research,during which FAIR released PyTorch, LLaMA, and a long runof open models and code. Created the machine learningreproducibility checklist adopted by NeurIPS, forcing thefield to state its assumptions and publish enough to bechecked.PROJECTS / DOMAINSReinforcement learning · Open science · Research leadershipPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.045 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/045-joelle-pineau/front.png b/public/releases/v2/gods/045-joelle-pineau/front.png new file mode 100644 index 00000000..613b2b18 Binary files /dev/null and b/public/releases/v2/gods/045-joelle-pineau/front.png differ diff --git a/public/releases/v2/gods/045-joelle-pineau/front.svg b/public/releases/v2/gods/045-joelle-pineau/front.svg new file mode 100644 index 00000000..36970dd3 --- /dev/null +++ b/public/releases/v2/gods/045-joelle-pineau/front.svg @@ -0,0 +1 @@ +Joelle Pineau — Open Source Legends v2GODS OF AI / V2Joelle PineauThe Reproducibility EnforcerRunning Meta AI research, and the reproducibility checklist045 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/046-chris-olah/artwork.svg b/public/releases/v2/gods/046-chris-olah/artwork.svg new file mode 100644 index 00000000..6f8f995f --- /dev/null +++ b/public/releases/v2/gods/046-chris-olah/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/046-chris-olah/back.png b/public/releases/v2/gods/046-chris-olah/back.png new file mode 100644 index 00000000..e4fd3163 Binary files /dev/null and b/public/releases/v2/gods/046-chris-olah/back.png differ diff --git a/public/releases/v2/gods/046-chris-olah/back.svg b/public/releases/v2/gods/046-chris-olah/back.svg new file mode 100644 index 00000000..492d2efc --- /dev/null +++ b/public/releases/v2/gods/046-chris-olah/back.svg @@ -0,0 +1 @@ +Chris Olah — Open Source Legends v2GODS OF AI / V2Chris OlahTHE CONTRIBUTIONDid the feature-visualisation and circuits work that turned"what is the network doing" from a shrug into a researchprogramme, and co-founded Distill to publish it in a formpeople could actually understand. Co-founded Anthropic,where the interpretability team continues to publish itsfindings openly.PROJECTS / DOMAINSInterpretability · Visualisation · Scientific communicationPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.046 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/046-chris-olah/front.png b/public/releases/v2/gods/046-chris-olah/front.png new file mode 100644 index 00000000..8d544112 Binary files /dev/null and b/public/releases/v2/gods/046-chris-olah/front.png differ diff --git a/public/releases/v2/gods/046-chris-olah/front.svg b/public/releases/v2/gods/046-chris-olah/front.svg new file mode 100644 index 00000000..b468b928 --- /dev/null +++ b/public/releases/v2/gods/046-chris-olah/front.svg @@ -0,0 +1 @@ +Chris Olah — Open Source Legends v2GODS OF AI / V2Chris OlahOpening the Black BoxDistill, feature visualisation and mechanistic interpretability046 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/047-paul-christiano/artwork.svg b/public/releases/v2/gods/047-paul-christiano/artwork.svg new file mode 100644 index 00000000..6cde5b08 --- /dev/null +++ b/public/releases/v2/gods/047-paul-christiano/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/047-paul-christiano/back.png b/public/releases/v2/gods/047-paul-christiano/back.png new file mode 100644 index 00000000..11c0baa5 Binary files /dev/null and b/public/releases/v2/gods/047-paul-christiano/back.png differ diff --git a/public/releases/v2/gods/047-paul-christiano/back.svg b/public/releases/v2/gods/047-paul-christiano/back.svg new file mode 100644 index 00000000..5c79a8ce --- /dev/null +++ b/public/releases/v2/gods/047-paul-christiano/back.svg @@ -0,0 +1 @@ +Paul Christiano — Open Source Legends v2GODS OF AI / V2Paul ChristianoTHE CONTRIBUTIONLead author of deep reinforcement learning from humanpreferences, the technique that became RLHF and turned rawlanguage models into things that follow instructions — thesingle largest reason chat assistants work at all. Laterfounded the Alignment Research Center and moved to the USAI Safety Institute.PROJECTS / DOMAINSAlignment · Preference learning · AI safetyPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.047 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/047-paul-christiano/front.png b/public/releases/v2/gods/047-paul-christiano/front.png new file mode 100644 index 00000000..8cfa4c88 Binary files /dev/null and b/public/releases/v2/gods/047-paul-christiano/front.png differ diff --git a/public/releases/v2/gods/047-paul-christiano/front.svg b/public/releases/v2/gods/047-paul-christiano/front.svg new file mode 100644 index 00000000..069b9d86 --- /dev/null +++ b/public/releases/v2/gods/047-paul-christiano/front.svg @@ -0,0 +1 @@ +Paul Christiano — Open Source Legends v2GODS OF AI / V2Paul ChristianoThe RLHF PaperLearning from human preferences047 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/048-jan-leike/artwork.svg b/public/releases/v2/gods/048-jan-leike/artwork.svg new file mode 100644 index 00000000..6bc0de0d --- /dev/null +++ b/public/releases/v2/gods/048-jan-leike/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/048-jan-leike/back.png b/public/releases/v2/gods/048-jan-leike/back.png new file mode 100644 index 00000000..9ac330d0 Binary files /dev/null and b/public/releases/v2/gods/048-jan-leike/back.png differ diff --git a/public/releases/v2/gods/048-jan-leike/back.svg b/public/releases/v2/gods/048-jan-leike/back.svg new file mode 100644 index 00000000..d5127267 --- /dev/null +++ b/public/releases/v2/gods/048-jan-leike/back.svg @@ -0,0 +1 @@ +Jan Leike — Open Source Legends v2GODS OF AI / V2Jan LeikeTHE CONTRIBUTIONCo-led the work that turned RLHF into InstructGPT and thenChatGPT, and headed OpenAI’s superalignment effort.Resigned publicly in 2024 saying safety culture had lostout to shipping, which is a rare thing for someone at thatlevel to say on the record, and moved to Anthropic tocontinue the work.PROJECTS / DOMAINSAlignment · RLHF · Scalable oversightPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.048 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/048-jan-leike/front.png b/public/releases/v2/gods/048-jan-leike/front.png new file mode 100644 index 00000000..80e99a0a Binary files /dev/null and b/public/releases/v2/gods/048-jan-leike/front.png differ diff --git a/public/releases/v2/gods/048-jan-leike/front.svg b/public/releases/v2/gods/048-jan-leike/front.svg new file mode 100644 index 00000000..146b2e4a --- /dev/null +++ b/public/releases/v2/gods/048-jan-leike/front.svg @@ -0,0 +1 @@ +Jan Leike — Open Source Legends v2GODS OF AI / V2Jan LeikeThe Alignment LeadInstructGPT, superalignment, and resigning over it048 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/049-stuart-russell/artwork.svg b/public/releases/v2/gods/049-stuart-russell/artwork.svg new file mode 100644 index 00000000..9d7a6f62 --- /dev/null +++ b/public/releases/v2/gods/049-stuart-russell/artwork.svg @@ -0,0 +1 @@ +Open ObjectivesAn open book supports a luminous, hollow branching instrument. Its layered channels open toward displaced possible continuations, while one rigid line is constrained by a small, fixed aperture. \ No newline at end of file diff --git a/public/releases/v2/gods/049-stuart-russell/back.png b/public/releases/v2/gods/049-stuart-russell/back.png new file mode 100644 index 00000000..9eebb995 Binary files /dev/null and b/public/releases/v2/gods/049-stuart-russell/back.png differ diff --git a/public/releases/v2/gods/049-stuart-russell/back.svg b/public/releases/v2/gods/049-stuart-russell/back.svg new file mode 100644 index 00000000..8101e1fb --- /dev/null +++ b/public/releases/v2/gods/049-stuart-russell/back.svg @@ -0,0 +1 @@ +Stuart Russell — Open Source Legends v2GODS OF AI / V2Stuart RussellTHE CONTRIBUTIONCo-wrote Artificial Intelligence: A Modern Approach withPeter Norvig, the textbook that has taught the subject inessentially every university for thirty years. Then spentthe later part of his career arguing that optimising afixed objective is the wrong design, and that systemsshould be uncertain about what humans want.PROJECTS / DOMAINSAI foundations · Value alignment · PolicyPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.049 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/049-stuart-russell/front.png b/public/releases/v2/gods/049-stuart-russell/front.png new file mode 100644 index 00000000..5b2b908a Binary files /dev/null and b/public/releases/v2/gods/049-stuart-russell/front.png differ diff --git a/public/releases/v2/gods/049-stuart-russell/front.svg b/public/releases/v2/gods/049-stuart-russell/front.svg new file mode 100644 index 00000000..aa2c74ae --- /dev/null +++ b/public/releases/v2/gods/049-stuart-russell/front.svg @@ -0,0 +1 @@ +Stuart Russell — Open Source Legends v2GODS OF AI / V2Stuart RussellOpen ObjectivesAn open book supports a luminous, hollow branching instrument. Its layered channels open toward displaced possible continuations, while one rigid line is constrained by a small, fixed aperture.The Textbook and the WarningArtificial Intelligence: A Modern Approach049 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/gods/050-dario-amodei/artwork.svg b/public/releases/v2/gods/050-dario-amodei/artwork.svg new file mode 100644 index 00000000..e29aa169 --- /dev/null +++ b/public/releases/v2/gods/050-dario-amodei/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/gods/050-dario-amodei/back.png b/public/releases/v2/gods/050-dario-amodei/back.png new file mode 100644 index 00000000..c7a9d015 Binary files /dev/null and b/public/releases/v2/gods/050-dario-amodei/back.png differ diff --git a/public/releases/v2/gods/050-dario-amodei/back.svg b/public/releases/v2/gods/050-dario-amodei/back.svg new file mode 100644 index 00000000..be88afd7 --- /dev/null +++ b/public/releases/v2/gods/050-dario-amodei/back.svg @@ -0,0 +1 @@ +Dario Amodei — Open Source Legends v2GODS OF AI / V2Dario AmodeiTHE CONTRIBUTIONCo-authored Concrete Problems in AI Safety, which gavesafety research a concrete agenda, and led the GPT-2 andGPT-3 work where the scaling laws were established. LeftOpenAI to co-found Anthropic, whose interpretability andConstitutional AI research is published openly even thoughthe models are not.PROJECTS / DOMAINSScaling · Alignment · Frontier modelsPROVENANCE3 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.050 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/gods/050-dario-amodei/front.png b/public/releases/v2/gods/050-dario-amodei/front.png new file mode 100644 index 00000000..99ec5a6c Binary files /dev/null and b/public/releases/v2/gods/050-dario-amodei/front.png differ diff --git a/public/releases/v2/gods/050-dario-amodei/front.svg b/public/releases/v2/gods/050-dario-amodei/front.svg new file mode 100644 index 00000000..eef333c9 --- /dev/null +++ b/public/releases/v2/gods/050-dario-amodei/front.svg @@ -0,0 +1 @@ +Dario Amodei — Open Source Legends v2GODS OF AI / V2Dario AmodeiScaling Laws and AnthropicConcrete Problems in AI Safety, and the scaling hypothesis050 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/hacking/001-kevin-mitnick/artwork.svg b/public/releases/v2/hacking/001-kevin-mitnick/artwork.svg new file mode 100644 index 00000000..8d6ce6b4 --- /dev/null +++ b/public/releases/v2/hacking/001-kevin-mitnick/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/hacking/001-kevin-mitnick/back.png b/public/releases/v2/hacking/001-kevin-mitnick/back.png new file mode 100644 index 00000000..323d3a99 Binary files /dev/null and b/public/releases/v2/hacking/001-kevin-mitnick/back.png differ diff --git a/public/releases/v2/hacking/001-kevin-mitnick/back.svg b/public/releases/v2/hacking/001-kevin-mitnick/back.svg new file mode 100644 index 00000000..d7872419 --- /dev/null +++ b/public/releases/v2/hacking/001-kevin-mitnick/back.svg @@ -0,0 +1 @@ +Kevin Mitnick — Open Source Legends v2HACKING LEGENDS / V2Kevin MitnickTHE CONTRIBUTIONTalked his way into more networks than he ever broke into.A teenage phone phreak who became the FBI’s most-wantedhacker, was captured in 1995, served five years, and cameout the other side as a security consultant and author ofThe Art of Deception. He made the industry admit theobvious: the person on the phone is the vulnerability.PROJECTS / DOMAINSSocial engineering · Phone phreaking · TelecomPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.001 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/hacking/001-kevin-mitnick/front.png b/public/releases/v2/hacking/001-kevin-mitnick/front.png new file mode 100644 index 00000000..28de0797 Binary files /dev/null and b/public/releases/v2/hacking/001-kevin-mitnick/front.png differ diff --git a/public/releases/v2/hacking/001-kevin-mitnick/front.svg b/public/releases/v2/hacking/001-kevin-mitnick/front.svg new file mode 100644 index 00000000..71935214 --- /dev/null +++ b/public/releases/v2/hacking/001-kevin-mitnick/front.svg @@ -0,0 +1 @@ +Kevin Mitnick — Open Source Legends v2HACKING LEGENDS / V2Kevin MitnickThe World’s Most Wanted HackerSocial engineering, and the manhunt that followed it001 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/hacking/002-john-draper/artwork.svg b/public/releases/v2/hacking/002-john-draper/artwork.svg new file mode 100644 index 00000000..272cf6fe --- /dev/null +++ b/public/releases/v2/hacking/002-john-draper/artwork.svg @@ -0,0 +1 @@ +A tone opens a trunkA small whistle sends a precisely ordered wave into an opened acoustic gate. Luminous channels branch through an ivory exchange suspended above a blue, unlettered switching instrument. \ No newline at end of file diff --git a/public/releases/v2/hacking/002-john-draper/back.png b/public/releases/v2/hacking/002-john-draper/back.png new file mode 100644 index 00000000..c88796ef Binary files /dev/null and b/public/releases/v2/hacking/002-john-draper/back.png differ diff --git a/public/releases/v2/hacking/002-john-draper/back.svg b/public/releases/v2/hacking/002-john-draper/back.svg new file mode 100644 index 00000000..cac7841b --- /dev/null +++ b/public/releases/v2/hacking/002-john-draper/back.svg @@ -0,0 +1 @@ +John Draper — Open Source Legends v2HACKING LEGENDS / V2John DraperTHE CONTRIBUTIONDiscovered that a toy whistle packed in a cereal boxproduced the exact 2600 Hz tone AT&T used to signal a freetrunk line. The blue-box scene that grew from it pulled intwo young Californians named Wozniak and Jobs, and drew theblueprint for every generation of hacker that followed.PROJECTS / DOMAINSPhone phreaking · Blue boxesPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.002 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/hacking/002-john-draper/front.png b/public/releases/v2/hacking/002-john-draper/front.png new file mode 100644 index 00000000..b28cb74a Binary files /dev/null and b/public/releases/v2/hacking/002-john-draper/front.png differ diff --git a/public/releases/v2/hacking/002-john-draper/front.svg b/public/releases/v2/hacking/002-john-draper/front.svg new file mode 100644 index 00000000..505d9d1c --- /dev/null +++ b/public/releases/v2/hacking/002-john-draper/front.svg @@ -0,0 +1 @@ +John Draper — Open Source Legends v2HACKING LEGENDS / V2John DraperA tone opens a trunkA small whistle sends a precisely ordered wave into an opened acoustic gate. Luminous channels branch through an ivory exchange suspended above a blue, unlettered switching instrument.The Original Phone PhreakThe 2600 Hz whistle that opened the phone network002 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/hacking/003-robert-tappan-morris/artwork.svg b/public/releases/v2/hacking/003-robert-tappan-morris/artwork.svg new file mode 100644 index 00000000..dd750990 --- /dev/null +++ b/public/releases/v2/hacking/003-robert-tappan-morris/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/hacking/003-robert-tappan-morris/back.png b/public/releases/v2/hacking/003-robert-tappan-morris/back.png new file mode 100644 index 00000000..1fc0238f Binary files /dev/null and b/public/releases/v2/hacking/003-robert-tappan-morris/back.png differ diff --git a/public/releases/v2/hacking/003-robert-tappan-morris/back.svg b/public/releases/v2/hacking/003-robert-tappan-morris/back.svg new file mode 100644 index 00000000..4bfd5a28 --- /dev/null +++ b/public/releases/v2/hacking/003-robert-tappan-morris/back.svg @@ -0,0 +1 @@ +Robert Tappan Morris — Open Source Legends v2HACKING LEGENDS / V2Robert Tappan MorrisTHE CONTRIBUTIONReleased a self-replicating program from MIT in November1988 that reinfected hosts far faster than intended andknocked out a large share of the machines on the internet.First person convicted under the Computer Fraud and AbuseAct. Went on to become an MIT professor and a co-founder ofY Combinator.PROJECTS / DOMAINSWorms · Unix internalsPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.003 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/hacking/003-robert-tappan-morris/front.png b/public/releases/v2/hacking/003-robert-tappan-morris/front.png new file mode 100644 index 00000000..49d71e4f Binary files /dev/null and b/public/releases/v2/hacking/003-robert-tappan-morris/front.png differ diff --git a/public/releases/v2/hacking/003-robert-tappan-morris/front.svg b/public/releases/v2/hacking/003-robert-tappan-morris/front.svg new file mode 100644 index 00000000..4792c0ba --- /dev/null +++ b/public/releases/v2/hacking/003-robert-tappan-morris/front.svg @@ -0,0 +1 @@ +Robert Tappan Morris — Open Source Legends v2HACKING LEGENDS / V2Robert Tappan MorrisAuthor of the Morris WormThe 1988 worm that took down the early internet003 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/hacking/004-peiter-zatko/artwork.svg b/public/releases/v2/hacking/004-peiter-zatko/artwork.svg new file mode 100644 index 00000000..3461fc94 --- /dev/null +++ b/public/releases/v2/hacking/004-peiter-zatko/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/hacking/004-peiter-zatko/back.png b/public/releases/v2/hacking/004-peiter-zatko/back.png new file mode 100644 index 00000000..f6c20ce5 Binary files /dev/null and b/public/releases/v2/hacking/004-peiter-zatko/back.png differ diff --git a/public/releases/v2/hacking/004-peiter-zatko/back.svg b/public/releases/v2/hacking/004-peiter-zatko/back.svg new file mode 100644 index 00000000..be8ec85a --- /dev/null +++ b/public/releases/v2/hacking/004-peiter-zatko/back.svg @@ -0,0 +1 @@ +Peiter Zatko — Open Source Legends v2HACKING LEGENDS / V2Peiter ZatkoTHE CONTRIBUTIONFront man of L0pht Heavy Industries and co-author ofL0phtCrack. In 1998 the crew testified before the US Senateunder their handles and warned that the internet could betaken down in half an hour. Later ran cyber programs atDARPA, worked security at Google and Stripe, and blew thewhistle on Twitter’s security posture in 2022.PROJECTS / DOMAINSVulnerability research · Policy · Password crackingPROVENANCE3 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.004 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/hacking/004-peiter-zatko/front.png b/public/releases/v2/hacking/004-peiter-zatko/front.png new file mode 100644 index 00000000..4e906e9a Binary files /dev/null and b/public/releases/v2/hacking/004-peiter-zatko/front.png differ diff --git a/public/releases/v2/hacking/004-peiter-zatko/front.svg b/public/releases/v2/hacking/004-peiter-zatko/front.svg new file mode 100644 index 00000000..3b0d6cef --- /dev/null +++ b/public/releases/v2/hacking/004-peiter-zatko/front.svg @@ -0,0 +1 @@ +Peiter Zatko — Open Source Legends v2HACKING LEGENDS / V2Peiter ZatkoL0pht Elder, Government InsiderTelling the Senate he could take down the internet in 30 minutes004 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/hacking/005-kevin-poulsen/artwork.svg b/public/releases/v2/hacking/005-kevin-poulsen/artwork.svg new file mode 100644 index 00000000..71e80d8b --- /dev/null +++ b/public/releases/v2/hacking/005-kevin-poulsen/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/hacking/005-kevin-poulsen/back.png b/public/releases/v2/hacking/005-kevin-poulsen/back.png new file mode 100644 index 00000000..2d880571 Binary files /dev/null and b/public/releases/v2/hacking/005-kevin-poulsen/back.png differ diff --git a/public/releases/v2/hacking/005-kevin-poulsen/back.svg b/public/releases/v2/hacking/005-kevin-poulsen/back.svg new file mode 100644 index 00000000..b967b7ba --- /dev/null +++ b/public/releases/v2/hacking/005-kevin-poulsen/back.svg @@ -0,0 +1 @@ +Kevin Poulsen — Open Source Legends v2HACKING LEGENDS / V2Kevin PoulsenTHE CONTRIBUTIONSeized control of every telephone line into KIIS-FM toguarantee he was caller 102 and won a Porsche. Ran from theFBI, was profiled on Unsolved Mysteries, and served time.Reinvented himself as an investigative journalist at Wiredand helped build SecureDrop, the whistleblower system usedby newsrooms worldwide.PROJECTS / DOMAINSPhone phreaking · JournalismPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.005 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/hacking/005-kevin-poulsen/front.png b/public/releases/v2/hacking/005-kevin-poulsen/front.png new file mode 100644 index 00000000..38bd4c05 Binary files /dev/null and b/public/releases/v2/hacking/005-kevin-poulsen/front.png differ diff --git a/public/releases/v2/hacking/005-kevin-poulsen/front.svg b/public/releases/v2/hacking/005-kevin-poulsen/front.svg new file mode 100644 index 00000000..bf629b35 --- /dev/null +++ b/public/releases/v2/hacking/005-kevin-poulsen/front.svg @@ -0,0 +1 @@ +Kevin Poulsen — Open Source Legends v2HACKING LEGENDS / V2Kevin PoulsenThe Phreak Who Won a PorscheTaking over LA phone lines to win a radio contest005 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/hacking/006-eric-corley/artwork.svg b/public/releases/v2/hacking/006-eric-corley/artwork.svg new file mode 100644 index 00000000..26aa4c17 --- /dev/null +++ b/public/releases/v2/hacking/006-eric-corley/artwork.svg @@ -0,0 +1 @@ +The open spanAn impossible bridge of laminated publication sheets passes through a divided charcoal portal, connecting an exposed printing mechanism to an open broadcast resonator. \ No newline at end of file diff --git a/public/releases/v2/hacking/006-eric-corley/back.png b/public/releases/v2/hacking/006-eric-corley/back.png new file mode 100644 index 00000000..e731543a Binary files /dev/null and b/public/releases/v2/hacking/006-eric-corley/back.png differ diff --git a/public/releases/v2/hacking/006-eric-corley/back.svg b/public/releases/v2/hacking/006-eric-corley/back.svg new file mode 100644 index 00000000..b3398fd7 --- /dev/null +++ b/public/releases/v2/hacking/006-eric-corley/back.svg @@ -0,0 +1 @@ +Eric Corley — Open Source Legends v2HACKING LEGENDS / V2Eric CorleyTHE CONTRIBUTIONFounded 2600: The Hacker Quarterly in 1984 and has beenbroadcasting Off The Hook on WBAI since 1988. Organizer ofthe HOPE conferences and a defendant in the DeCSS case,where the courts first wrestled with whether publishingcode is speech.PROJECTS / DOMAINSPublishing · Radio · ActivismPROVENANCE3 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.006 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/hacking/006-eric-corley/front.png b/public/releases/v2/hacking/006-eric-corley/front.png new file mode 100644 index 00000000..b6636e36 Binary files /dev/null and b/public/releases/v2/hacking/006-eric-corley/front.png differ diff --git a/public/releases/v2/hacking/006-eric-corley/front.svg b/public/releases/v2/hacking/006-eric-corley/front.svg new file mode 100644 index 00000000..1c607322 --- /dev/null +++ b/public/releases/v2/hacking/006-eric-corley/front.svg @@ -0,0 +1 @@ +Eric Corley — Open Source Legends v2HACKING LEGENDS / V2Eric CorleyThe open spanAn impossible bridge of laminated publication sheets passes through a divided charcoal portal, connecting an exposed printing mechanism to an open broadcast resonator.Publisher of 26002600: The Hacker Quarterly and Off The Hook006 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/hacking/007-loyd-blankenship/artwork.svg b/public/releases/v2/hacking/007-loyd-blankenship/artwork.svg new file mode 100644 index 00000000..9ec07ee3 --- /dev/null +++ b/public/releases/v2/hacking/007-loyd-blankenship/artwork.svg @@ -0,0 +1 @@ +Release under pressureA perforated manuscript rises from a split industrial platen and curls into an open architectural loop. Ivory paper, coral fracture surfaces and sea-green metal emerge from a charcoal field. \ No newline at end of file diff --git a/public/releases/v2/hacking/007-loyd-blankenship/back.png b/public/releases/v2/hacking/007-loyd-blankenship/back.png new file mode 100644 index 00000000..7aac9692 Binary files /dev/null and b/public/releases/v2/hacking/007-loyd-blankenship/back.png differ diff --git a/public/releases/v2/hacking/007-loyd-blankenship/back.svg b/public/releases/v2/hacking/007-loyd-blankenship/back.svg new file mode 100644 index 00000000..2d420c04 --- /dev/null +++ b/public/releases/v2/hacking/007-loyd-blankenship/back.svg @@ -0,0 +1 @@ +Loyd Blankenship — Open Source Legends v2HACKING LEGENDS / V2Loyd BlankenshipTHE CONTRIBUTIONMember of the Legion of Doom who, hours after beingarrested in 1986, wrote the essay that Phrack published asThe Conscience of a Hacker. Later wrote GURPS Cyberpunk forSteve Jackson Games — the manuscript the Secret Serviceseized in a raid that helped spark the founding of the EFF.PROJECTS / DOMAINSWriting · Legion of Doom · Game designPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.007 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/hacking/007-loyd-blankenship/front.png b/public/releases/v2/hacking/007-loyd-blankenship/front.png new file mode 100644 index 00000000..97cb04dd Binary files /dev/null and b/public/releases/v2/hacking/007-loyd-blankenship/front.png differ diff --git a/public/releases/v2/hacking/007-loyd-blankenship/front.svg b/public/releases/v2/hacking/007-loyd-blankenship/front.svg new file mode 100644 index 00000000..d83c6889 --- /dev/null +++ b/public/releases/v2/hacking/007-loyd-blankenship/front.svg @@ -0,0 +1 @@ +Loyd Blankenship — Open Source Legends v2HACKING LEGENDS / V2Loyd BlankenshipRelease under pressureA perforated manuscript rises from a split industrial platen and curls into an open architectural loop. Ivory paper, coral fracture surfaces and sea-green metal emerge from a charcoal field.Author of the Hacker Manifesto“The Conscience of a Hacker,” written after his arrest007 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/hacking/008-jeff-moss/artwork.svg b/public/releases/v2/hacking/008-jeff-moss/artwork.svg new file mode 100644 index 00000000..24122e94 --- /dev/null +++ b/public/releases/v2/hacking/008-jeff-moss/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/hacking/008-jeff-moss/back.png b/public/releases/v2/hacking/008-jeff-moss/back.png new file mode 100644 index 00000000..4d1d571a Binary files /dev/null and b/public/releases/v2/hacking/008-jeff-moss/back.png differ diff --git a/public/releases/v2/hacking/008-jeff-moss/back.svg b/public/releases/v2/hacking/008-jeff-moss/back.svg new file mode 100644 index 00000000..978efb56 --- /dev/null +++ b/public/releases/v2/hacking/008-jeff-moss/back.svg @@ -0,0 +1 @@ +Jeff Moss — Open Source Legends v2HACKING LEGENDS / V2Jeff MossTHE CONTRIBUTIONThrew a going-away party for a friend in Las Vegas in 1993and accidentally founded DEF CON, now the largest hackergathering on earth. Also founded Black Hat, served on theUS Homeland Security Advisory Council, and spent yearstranslating between the underground and the institutionsthat fear it.PROJECTS / DOMAINSCommunity · Conferences · PolicyPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.008 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/hacking/008-jeff-moss/front.png b/public/releases/v2/hacking/008-jeff-moss/front.png new file mode 100644 index 00000000..92b77dd4 Binary files /dev/null and b/public/releases/v2/hacking/008-jeff-moss/front.png differ diff --git a/public/releases/v2/hacking/008-jeff-moss/front.svg b/public/releases/v2/hacking/008-jeff-moss/front.svg new file mode 100644 index 00000000..ef4f4885 --- /dev/null +++ b/public/releases/v2/hacking/008-jeff-moss/front.svg @@ -0,0 +1 @@ +Jeff Moss — Open Source Legends v2HACKING LEGENDS / V2Jeff MossFounder of DEF CONBuilding the conferences where the scene meets008 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/hacking/009-dan-kaminsky/artwork.svg b/public/releases/v2/hacking/009-dan-kaminsky/artwork.svg new file mode 100644 index 00000000..705096d6 --- /dev/null +++ b/public/releases/v2/hacking/009-dan-kaminsky/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/hacking/009-dan-kaminsky/back.png b/public/releases/v2/hacking/009-dan-kaminsky/back.png new file mode 100644 index 00000000..fa243a97 Binary files /dev/null and b/public/releases/v2/hacking/009-dan-kaminsky/back.png differ diff --git a/public/releases/v2/hacking/009-dan-kaminsky/back.svg b/public/releases/v2/hacking/009-dan-kaminsky/back.svg new file mode 100644 index 00000000..51658f87 --- /dev/null +++ b/public/releases/v2/hacking/009-dan-kaminsky/back.svg @@ -0,0 +1 @@ +Dan Kaminsky — Open Source Legends v2HACKING LEGENDS / V2Dan KaminskyTHE CONTRIBUTIONFound a flaw that let an attacker poison DNS caches andquietly redirect any name on the internet. Instead ofpublishing, he organized a secret multi-vendor patch effortand got the whole internet fixed on one coordinated day inJuly 2008. Died in 2021 at 42, and the industry has notstopped talking about him since.PROJECTS / DOMAINSDNS · Protocol research · Coordinated disclosurePROVENANCE3 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.009 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/hacking/009-dan-kaminsky/front.png b/public/releases/v2/hacking/009-dan-kaminsky/front.png new file mode 100644 index 00000000..7d10ccdd Binary files /dev/null and b/public/releases/v2/hacking/009-dan-kaminsky/front.png differ diff --git a/public/releases/v2/hacking/009-dan-kaminsky/front.svg b/public/releases/v2/hacking/009-dan-kaminsky/front.svg new file mode 100644 index 00000000..0f68577f --- /dev/null +++ b/public/releases/v2/hacking/009-dan-kaminsky/front.svg @@ -0,0 +1 @@ +Dan Kaminsky — Open Source Legends v2HACKING LEGENDS / V2Dan KaminskyThe Man Who Patched DNSThe 2008 DNS cache-poisoning flaw009 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/hacking/010-cliff-stoll/artwork.svg b/public/releases/v2/hacking/010-cliff-stoll/artwork.svg new file mode 100644 index 00000000..371145cb --- /dev/null +++ b/public/releases/v2/hacking/010-cliff-stoll/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/hacking/010-cliff-stoll/back.png b/public/releases/v2/hacking/010-cliff-stoll/back.png new file mode 100644 index 00000000..c8f655b5 Binary files /dev/null and b/public/releases/v2/hacking/010-cliff-stoll/back.png differ diff --git a/public/releases/v2/hacking/010-cliff-stoll/back.svg b/public/releases/v2/hacking/010-cliff-stoll/back.svg new file mode 100644 index 00000000..e31e9355 --- /dev/null +++ b/public/releases/v2/hacking/010-cliff-stoll/back.svg @@ -0,0 +1 @@ +Clifford Stoll — Open Source Legends v2HACKING LEGENDS / V2Clifford StollTHE CONTRIBUTIONChased a 75-cent accounting error at Lawrence Berkeley Laball the way to Markus Hess, a West German hacker selling USmilitary data to the KGB. His logbooks and homemadetripwires invented network intrusion detection by hand, andThe Cuckoo’s Egg is still the best on-ramp anyone everwrote.PROJECTS / DOMAINSIncident response · Forensics · WritingPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.010 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/hacking/010-cliff-stoll/front.png b/public/releases/v2/hacking/010-cliff-stoll/front.png new file mode 100644 index 00000000..fed54846 Binary files /dev/null and b/public/releases/v2/hacking/010-cliff-stoll/front.png differ diff --git a/public/releases/v2/hacking/010-cliff-stoll/front.svg b/public/releases/v2/hacking/010-cliff-stoll/front.svg new file mode 100644 index 00000000..52d7371d --- /dev/null +++ b/public/releases/v2/hacking/010-cliff-stoll/front.svg @@ -0,0 +1 @@ +Clifford Stoll — Open Source Legends v2HACKING LEGENDS / V2Clifford StollThe Astronomer Who Caught a SpyThe Cuckoo’s Egg010 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/hacking/011-tsutomu-shimomura/artwork.svg b/public/releases/v2/hacking/011-tsutomu-shimomura/artwork.svg new file mode 100644 index 00000000..0acf5f6f --- /dev/null +++ b/public/releases/v2/hacking/011-tsutomu-shimomura/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/hacking/011-tsutomu-shimomura/back.png b/public/releases/v2/hacking/011-tsutomu-shimomura/back.png new file mode 100644 index 00000000..3870fa99 Binary files /dev/null and b/public/releases/v2/hacking/011-tsutomu-shimomura/back.png differ diff --git a/public/releases/v2/hacking/011-tsutomu-shimomura/back.svg b/public/releases/v2/hacking/011-tsutomu-shimomura/back.svg new file mode 100644 index 00000000..fc431aab --- /dev/null +++ b/public/releases/v2/hacking/011-tsutomu-shimomura/back.svg @@ -0,0 +1 @@ +Tsutomu Shimomura — Open Source Legends v2HACKING LEGENDS / V2Tsutomu ShimomuraTHE CONTRIBUTIONComputational physicist at San Diego Supercomputer Centerwhose own machines were broken into on Christmas Day 1994.His analysis of the IP-spoofing and TCP sequence-predictionattack, and the cell-tracking work that followed, ledfederal agents to Kevin Mitnick in Raleigh in February1995.PROJECTS / DOMAINSNetwork forensics · TCP/IPPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.011 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/hacking/011-tsutomu-shimomura/front.png b/public/releases/v2/hacking/011-tsutomu-shimomura/front.png new file mode 100644 index 00000000..87e82cb6 Binary files /dev/null and b/public/releases/v2/hacking/011-tsutomu-shimomura/front.png differ diff --git a/public/releases/v2/hacking/011-tsutomu-shimomura/front.svg b/public/releases/v2/hacking/011-tsutomu-shimomura/front.svg new file mode 100644 index 00000000..9478bc86 --- /dev/null +++ b/public/releases/v2/hacking/011-tsutomu-shimomura/front.svg @@ -0,0 +1 @@ +Tsutomu Shimomura — Open Source Legends v2HACKING LEGENDS / V2Tsutomu ShimomuraThe Man Who Tracked MitnickThe 1995 pursuit and TCP sequence-prediction analysis011 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/hacking/012-mark-abene/artwork.svg b/public/releases/v2/hacking/012-mark-abene/artwork.svg new file mode 100644 index 00000000..31668ab6 --- /dev/null +++ b/public/releases/v2/hacking/012-mark-abene/artwork.svg @@ -0,0 +1 @@ +Suspended exchangeA cutaway switching exchange becomes an impossible bridge. Copper and sea-green routes rise from opposing terminal banks, converge on a lifted mechanical selector, and return beneath the architecture in a great suspended cable loop. \ No newline at end of file diff --git a/public/releases/v2/hacking/012-mark-abene/back.png b/public/releases/v2/hacking/012-mark-abene/back.png new file mode 100644 index 00000000..609f9e95 Binary files /dev/null and b/public/releases/v2/hacking/012-mark-abene/back.png differ diff --git a/public/releases/v2/hacking/012-mark-abene/back.svg b/public/releases/v2/hacking/012-mark-abene/back.svg new file mode 100644 index 00000000..66a69371 --- /dev/null +++ b/public/releases/v2/hacking/012-mark-abene/back.svg @@ -0,0 +1 @@ +Mark Abene — Open Source Legends v2HACKING LEGENDS / V2Mark AbeneTHE CONTRIBUTIONTeenage authority on telephone switching systems and thepublic face of Masters of Deception. His 1994 prisonsentence was widely read as a message being sent to a wholegeneration; New York magazine had already named him one ofthe city’s smartest people.PROJECTS / DOMAINSTelecom switching · CrewsPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.012 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/hacking/012-mark-abene/front.png b/public/releases/v2/hacking/012-mark-abene/front.png new file mode 100644 index 00000000..aa7db1e1 Binary files /dev/null and b/public/releases/v2/hacking/012-mark-abene/front.png differ diff --git a/public/releases/v2/hacking/012-mark-abene/front.svg b/public/releases/v2/hacking/012-mark-abene/front.svg new file mode 100644 index 00000000..4009d5b0 --- /dev/null +++ b/public/releases/v2/hacking/012-mark-abene/front.svg @@ -0,0 +1 @@ +Mark Abene — Open Source Legends v2HACKING LEGENDS / V2Mark AbeneSuspended exchangeA cutaway switching exchange becomes an impossible bridge. Copper and sea-green routes rise from opposing terminal banks, converge on a lifted mechanical selector, and return beneath the architecture in a great suspended cable loop.Masters of DeceptionThe MOD-versus-LOD hacker war012 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/hacking/013-susan-headley/artwork.svg b/public/releases/v2/hacking/013-susan-headley/artwork.svg new file mode 100644 index 00000000..36adccfc --- /dev/null +++ b/public/releases/v2/hacking/013-susan-headley/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/hacking/013-susan-headley/back.png b/public/releases/v2/hacking/013-susan-headley/back.png new file mode 100644 index 00000000..60dc4f7c Binary files /dev/null and b/public/releases/v2/hacking/013-susan-headley/back.png differ diff --git a/public/releases/v2/hacking/013-susan-headley/back.svg b/public/releases/v2/hacking/013-susan-headley/back.svg new file mode 100644 index 00000000..d8f11560 --- /dev/null +++ b/public/releases/v2/hacking/013-susan-headley/back.svg @@ -0,0 +1 @@ +Susan Headley — Open Source Legends v2HACKING LEGENDS / V2Susan HeadleyTHE CONTRIBUTIONRan in the same Los Angeles phreaking circles as Mitnickand Lewis De Payne and specialized in the human layer —pretext calls, trashed printouts, borrowed credentials. Oneof the very few women documented in the earliest scene, andshe walked away from it entirely.PROJECTS / DOMAINSSocial engineering · Phone phreakingPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.013 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/hacking/013-susan-headley/front.png b/public/releases/v2/hacking/013-susan-headley/front.png new file mode 100644 index 00000000..5e62e472 Binary files /dev/null and b/public/releases/v2/hacking/013-susan-headley/front.png differ diff --git a/public/releases/v2/hacking/013-susan-headley/front.svg b/public/releases/v2/hacking/013-susan-headley/front.svg new file mode 100644 index 00000000..eb82e3fb --- /dev/null +++ b/public/releases/v2/hacking/013-susan-headley/front.svg @@ -0,0 +1 @@ +Susan Headley — Open Source Legends v2HACKING LEGENDS / V2Susan HeadleyEarly Social EngineerTalking her way into military and telco systems013 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/hacking/014-adrian-lamo/artwork.svg b/public/releases/v2/hacking/014-adrian-lamo/artwork.svg new file mode 100644 index 00000000..257ff33c --- /dev/null +++ b/public/releases/v2/hacking/014-adrian-lamo/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/hacking/014-adrian-lamo/back.png b/public/releases/v2/hacking/014-adrian-lamo/back.png new file mode 100644 index 00000000..e31359c9 Binary files /dev/null and b/public/releases/v2/hacking/014-adrian-lamo/back.png differ diff --git a/public/releases/v2/hacking/014-adrian-lamo/back.svg b/public/releases/v2/hacking/014-adrian-lamo/back.svg new file mode 100644 index 00000000..053054bc --- /dev/null +++ b/public/releases/v2/hacking/014-adrian-lamo/back.svg @@ -0,0 +1 @@ +Adrian Lamo — Open Source Legends v2HACKING LEGENDS / V2Adrian LamoTHE CONTRIBUTIONBroke into Microsoft, Yahoo and The New York Times fromlibrary terminals and coffee shops, usually telling thevictim afterwards. In 2010 he reported Chelsea Manning tothe authorities after she confided in him — a decision thatsplit the community permanently. Died in 2018.PROJECTS / DOMAINSWeb intrusion · Misconfiguration huntingPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.014 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/hacking/014-adrian-lamo/front.png b/public/releases/v2/hacking/014-adrian-lamo/front.png new file mode 100644 index 00000000..e01150d5 Binary files /dev/null and b/public/releases/v2/hacking/014-adrian-lamo/front.png differ diff --git a/public/releases/v2/hacking/014-adrian-lamo/front.svg b/public/releases/v2/hacking/014-adrian-lamo/front.svg new file mode 100644 index 00000000..66460b4c --- /dev/null +++ b/public/releases/v2/hacking/014-adrian-lamo/front.svg @@ -0,0 +1 @@ +Adrian Lamo — Open Source Legends v2HACKING LEGENDS / V2Adrian LamoIntruder, Then InformantThe New York Times intrusion, and reporting Chelsea Manning014 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/hacking/015-gary-mckinnon/artwork.svg b/public/releases/v2/hacking/015-gary-mckinnon/artwork.svg new file mode 100644 index 00000000..41585258 --- /dev/null +++ b/public/releases/v2/hacking/015-gary-mckinnon/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/hacking/015-gary-mckinnon/back.png b/public/releases/v2/hacking/015-gary-mckinnon/back.png new file mode 100644 index 00000000..5ca7c94c Binary files /dev/null and b/public/releases/v2/hacking/015-gary-mckinnon/back.png differ diff --git a/public/releases/v2/hacking/015-gary-mckinnon/back.svg b/public/releases/v2/hacking/015-gary-mckinnon/back.svg new file mode 100644 index 00000000..e5fa3042 --- /dev/null +++ b/public/releases/v2/hacking/015-gary-mckinnon/back.svg @@ -0,0 +1 @@ +Gary McKinnon — Open Source Legends v2HACKING LEGENDS / V2Gary McKinnonTHE CONTRIBUTIONScanned US military and NASA networks for machines withblank administrator passwords and found plenty. USprosecutors called it the biggest military computer hack ofall time; a decade-long extradition fight ended in 2012when the UK Home Secretary blocked it on human-rightsgrounds.PROJECTS / DOMAINSDefault credentials · Extradition lawPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.015 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/hacking/015-gary-mckinnon/front.png b/public/releases/v2/hacking/015-gary-mckinnon/front.png new file mode 100644 index 00000000..b9b6f8d3 Binary files /dev/null and b/public/releases/v2/hacking/015-gary-mckinnon/front.png differ diff --git a/public/releases/v2/hacking/015-gary-mckinnon/front.svg b/public/releases/v2/hacking/015-gary-mckinnon/front.svg new file mode 100644 index 00000000..625026c4 --- /dev/null +++ b/public/releases/v2/hacking/015-gary-mckinnon/front.svg @@ -0,0 +1 @@ +Gary McKinnon — Open Source Legends v2HACKING LEGENDS / V2Gary McKinnonThe UFO HunterSearching US military networks for evidence of UFOs015 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/hacking/016-jonathan-james/artwork.svg b/public/releases/v2/hacking/016-jonathan-james/artwork.svg new file mode 100644 index 00000000..bf013efd --- /dev/null +++ b/public/releases/v2/hacking/016-jonathan-james/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/hacking/016-jonathan-james/back.png b/public/releases/v2/hacking/016-jonathan-james/back.png new file mode 100644 index 00000000..9f8e4dee Binary files /dev/null and b/public/releases/v2/hacking/016-jonathan-james/back.png differ diff --git a/public/releases/v2/hacking/016-jonathan-james/back.svg b/public/releases/v2/hacking/016-jonathan-james/back.svg new file mode 100644 index 00000000..82e6e51e --- /dev/null +++ b/public/releases/v2/hacking/016-jonathan-james/back.svg @@ -0,0 +1 @@ +Jonathan James — Open Source Legends v2HACKING LEGENDS / V2Jonathan JamesTHE CONTRIBUTIONAt fifteen, installed a backdoor on a Defense ThreatReduction Agency server and downloaded NASA softwaresupporting the International Space Station. Sentenced in2000 as the first juvenile incarcerated for cybercrime inthe US. Died by suicide in 2008 while under investigationin an unrelated case he denied any part in.PROJECTS / DOMAINSGovernment networks · BackdoorsPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.016 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/hacking/016-jonathan-james/front.png b/public/releases/v2/hacking/016-jonathan-james/front.png new file mode 100644 index 00000000..a0832140 Binary files /dev/null and b/public/releases/v2/hacking/016-jonathan-james/front.png differ diff --git a/public/releases/v2/hacking/016-jonathan-james/front.svg b/public/releases/v2/hacking/016-jonathan-james/front.svg new file mode 100644 index 00000000..badaab7c --- /dev/null +++ b/public/releases/v2/hacking/016-jonathan-james/front.svg @@ -0,0 +1 @@ +Jonathan James — Open Source Legends v2HACKING LEGENDS / V2Jonathan JamesThe Teenager Who Got NASA’s SourceFirst juvenile jailed in the US for computer crime016 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/hacking/017-chris-wysopal/artwork.svg b/public/releases/v2/hacking/017-chris-wysopal/artwork.svg new file mode 100644 index 00000000..61319af5 --- /dev/null +++ b/public/releases/v2/hacking/017-chris-wysopal/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/hacking/017-chris-wysopal/back.png b/public/releases/v2/hacking/017-chris-wysopal/back.png new file mode 100644 index 00000000..39b2be62 Binary files /dev/null and b/public/releases/v2/hacking/017-chris-wysopal/back.png differ diff --git a/public/releases/v2/hacking/017-chris-wysopal/back.svg b/public/releases/v2/hacking/017-chris-wysopal/back.svg new file mode 100644 index 00000000..8b054f23 --- /dev/null +++ b/public/releases/v2/hacking/017-chris-wysopal/back.svg @@ -0,0 +1 @@ +Chris Wysopal — Open Source Legends v2HACKING LEGENDS / V2Chris WysopalTHE CONTRIBUTIONOne of the seven L0pht members who testified to the Senatein 1998. Spent the following decades turning ad-hoc bugreporting into a process the industry could live with, thenco-founded Veracode to make application security somethingyou can actually buy.PROJECTS / DOMAINSVulnerability research · AppSec · Disclosure policyPROVENANCE3 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.017 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/hacking/017-chris-wysopal/front.png b/public/releases/v2/hacking/017-chris-wysopal/front.png new file mode 100644 index 00000000..88600ebb Binary files /dev/null and b/public/releases/v2/hacking/017-chris-wysopal/front.png differ diff --git a/public/releases/v2/hacking/017-chris-wysopal/front.svg b/public/releases/v2/hacking/017-chris-wysopal/front.svg new file mode 100644 index 00000000..167bf8f4 --- /dev/null +++ b/public/releases/v2/hacking/017-chris-wysopal/front.svg @@ -0,0 +1 @@ +Chris Wysopal — Open Source Legends v2HACKING LEGENDS / V2Chris WysopalArchitect of Responsible DisclosureL0pht, the Senate testimony, and disclosure norms017 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/hacking/018-katie-moussouris/artwork.svg b/public/releases/v2/hacking/018-katie-moussouris/artwork.svg new file mode 100644 index 00000000..a8329d02 --- /dev/null +++ b/public/releases/v2/hacking/018-katie-moussouris/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/hacking/018-katie-moussouris/back.png b/public/releases/v2/hacking/018-katie-moussouris/back.png new file mode 100644 index 00000000..5985f827 Binary files /dev/null and b/public/releases/v2/hacking/018-katie-moussouris/back.png differ diff --git a/public/releases/v2/hacking/018-katie-moussouris/back.svg b/public/releases/v2/hacking/018-katie-moussouris/back.svg new file mode 100644 index 00000000..8f98c7ed --- /dev/null +++ b/public/releases/v2/hacking/018-katie-moussouris/back.svg @@ -0,0 +1 @@ +Katie Moussouris — Open Source Legends v2HACKING LEGENDS / V2Katie MoussourisTHE CONTRIBUTIONCreated Microsoft’s first bug bounty program, then ran Hackthe Pentagon, the first bounty program in the history ofthe US federal government. Fought to keep defensiveresearch from being criminalized under the WassenaarArrangement, and founded Luta Security.PROJECTS / DOMAINSBug bounties · Policy · Export controlsPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.018 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/hacking/018-katie-moussouris/front.png b/public/releases/v2/hacking/018-katie-moussouris/front.png new file mode 100644 index 00000000..e7d23fb1 Binary files /dev/null and b/public/releases/v2/hacking/018-katie-moussouris/front.png differ diff --git a/public/releases/v2/hacking/018-katie-moussouris/front.svg b/public/releases/v2/hacking/018-katie-moussouris/front.svg new file mode 100644 index 00000000..be505740 --- /dev/null +++ b/public/releases/v2/hacking/018-katie-moussouris/front.svg @@ -0,0 +1 @@ +Katie Moussouris — Open Source Legends v2HACKING LEGENDS / V2Katie MoussourisThe Bug Bounty BuilderMicrosoft’s first bounty program and Hack the Pentagon018 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/hacking/019-joanna-rutkowska/artwork.svg b/public/releases/v2/hacking/019-joanna-rutkowska/artwork.svg new file mode 100644 index 00000000..6bbc1eac --- /dev/null +++ b/public/releases/v2/hacking/019-joanna-rutkowska/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/hacking/019-joanna-rutkowska/back.png b/public/releases/v2/hacking/019-joanna-rutkowska/back.png new file mode 100644 index 00000000..a6b0d166 Binary files /dev/null and b/public/releases/v2/hacking/019-joanna-rutkowska/back.png differ diff --git a/public/releases/v2/hacking/019-joanna-rutkowska/back.svg b/public/releases/v2/hacking/019-joanna-rutkowska/back.svg new file mode 100644 index 00000000..21a703c4 --- /dev/null +++ b/public/releases/v2/hacking/019-joanna-rutkowska/back.svg @@ -0,0 +1 @@ +Joanna Rutkowska — Open Source Legends v2HACKING LEGENDS / V2Joanna RutkowskaTHE CONTRIBUTIONPresented Blue Pill at Black Hat 2006, a rootkit that moveda running OS into a hypervisor beneath it, and coined theEvil Maid attack for machines left unattended. Then builtthe answer: Qubes OS, a desktop that assumes compromise andisolates by compartment.PROJECTS / DOMAINSRootkits · Virtualization · Secure OS designPROVENANCE3 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.019 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/hacking/019-joanna-rutkowska/front.png b/public/releases/v2/hacking/019-joanna-rutkowska/front.png new file mode 100644 index 00000000..a24f9e91 Binary files /dev/null and b/public/releases/v2/hacking/019-joanna-rutkowska/front.png differ diff --git a/public/releases/v2/hacking/019-joanna-rutkowska/front.svg b/public/releases/v2/hacking/019-joanna-rutkowska/front.svg new file mode 100644 index 00000000..96fb29b1 --- /dev/null +++ b/public/releases/v2/hacking/019-joanna-rutkowska/front.svg @@ -0,0 +1 @@ +Joanna Rutkowska — Open Source Legends v2HACKING LEGENDS / V2Joanna RutkowskaBlue PillHypervisor rootkits and Qubes OS019 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/hacking/020-michal-zalewski/artwork.svg b/public/releases/v2/hacking/020-michal-zalewski/artwork.svg new file mode 100644 index 00000000..65730ec0 --- /dev/null +++ b/public/releases/v2/hacking/020-michal-zalewski/artwork.svg @@ -0,0 +1 @@ +Coverage-guided orbital instrumentA suspended architectural testing chamber. Mutated specimens enter a terraced execution maze; an orbital feedback path returns from a newly exposed fault in its coral shell. \ No newline at end of file diff --git a/public/releases/v2/hacking/020-michal-zalewski/back.png b/public/releases/v2/hacking/020-michal-zalewski/back.png new file mode 100644 index 00000000..92ae308d Binary files /dev/null and b/public/releases/v2/hacking/020-michal-zalewski/back.png differ diff --git a/public/releases/v2/hacking/020-michal-zalewski/back.svg b/public/releases/v2/hacking/020-michal-zalewski/back.svg new file mode 100644 index 00000000..ac181191 --- /dev/null +++ b/public/releases/v2/hacking/020-michal-zalewski/back.svg @@ -0,0 +1 @@ +Michał Zalewski — Open Source Legends v2HACKING LEGENDS / V2Michał ZalewskiTHE CONTRIBUTIONWrote afl, the coverage-guided fuzzer that found thousandsof bugs across the software everyone depends on and resetthe state of the art for everyone else. Author of Silenceon the Wire and The Tangled Web, and a long-time browsersecurity lead at Google.PROJECTS / DOMAINSFuzzing · Browser security · Passive reconPROVENANCE3 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.020 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/hacking/020-michal-zalewski/front.png b/public/releases/v2/hacking/020-michal-zalewski/front.png new file mode 100644 index 00000000..e34d666b Binary files /dev/null and b/public/releases/v2/hacking/020-michal-zalewski/front.png differ diff --git a/public/releases/v2/hacking/020-michal-zalewski/front.svg b/public/releases/v2/hacking/020-michal-zalewski/front.svg new file mode 100644 index 00000000..ad7a1a66 --- /dev/null +++ b/public/releases/v2/hacking/020-michal-zalewski/front.svg @@ -0,0 +1 @@ +Michał Zalewski — Open Source Legends v2HACKING LEGENDS / V2Michał ZalewskiCoverage-guided orbital instrumentA suspended architectural testing chamber. Mutated specimens enter a terraced execution maze; an orbital feedback path returns from a newly exposed fault in its coral shell.The Fuzzeramerican fuzzy lop and Silence on the Wire020 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/hacking/021-solar-designer/artwork.svg b/public/releases/v2/hacking/021-solar-designer/artwork.svg new file mode 100644 index 00000000..850495bd --- /dev/null +++ b/public/releases/v2/hacking/021-solar-designer/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/hacking/021-solar-designer/back.png b/public/releases/v2/hacking/021-solar-designer/back.png new file mode 100644 index 00000000..57dbc32c Binary files /dev/null and b/public/releases/v2/hacking/021-solar-designer/back.png differ diff --git a/public/releases/v2/hacking/021-solar-designer/back.svg b/public/releases/v2/hacking/021-solar-designer/back.svg new file mode 100644 index 00000000..71262da7 --- /dev/null +++ b/public/releases/v2/hacking/021-solar-designer/back.svg @@ -0,0 +1 @@ +Alexander Peslyak — Open Source Legends v2HACKING LEGENDS / V2Alexander PeslyakTHE CONTRIBUTIONWrote John the Ripper, still the reference password crackerthree decades on. Founded Openwall, pioneerednon-executable stack patches for Linux, published earlyreturn-into-libc work, and runs the oss-security list wherethe industry argues about disclosure in public.PROJECTS / DOMAINSPassword cracking · Kernel hardening · DisclosurePROVENANCE3 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.021 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/hacking/021-solar-designer/front.png b/public/releases/v2/hacking/021-solar-designer/front.png new file mode 100644 index 00000000..c11a90a2 Binary files /dev/null and b/public/releases/v2/hacking/021-solar-designer/front.png differ diff --git a/public/releases/v2/hacking/021-solar-designer/front.svg b/public/releases/v2/hacking/021-solar-designer/front.svg new file mode 100644 index 00000000..9ea7ffa6 --- /dev/null +++ b/public/releases/v2/hacking/021-solar-designer/front.svg @@ -0,0 +1 @@ +Alexander Peslyak — Open Source Legends v2HACKING LEGENDS / V2Alexander PeslyakJohn the RipperPassword cracking and Linux hardening021 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/hacking/022-hd-moore/artwork.svg b/public/releases/v2/hacking/022-hd-moore/artwork.svg new file mode 100644 index 00000000..de40002e --- /dev/null +++ b/public/releases/v2/hacking/022-hd-moore/artwork.svg @@ -0,0 +1 @@ +A shared instrument across a ruptured atlasA stratified topographic sculpture is split by a deep fault. Distinct coral cartridges lock into a common precision carriage across the opening, while an optical survey reveals exposed apertures across the terrain. \ No newline at end of file diff --git a/public/releases/v2/hacking/022-hd-moore/back.png b/public/releases/v2/hacking/022-hd-moore/back.png new file mode 100644 index 00000000..2fb706e5 Binary files /dev/null and b/public/releases/v2/hacking/022-hd-moore/back.png differ diff --git a/public/releases/v2/hacking/022-hd-moore/back.svg b/public/releases/v2/hacking/022-hd-moore/back.svg new file mode 100644 index 00000000..9bcac046 --- /dev/null +++ b/public/releases/v2/hacking/022-hd-moore/back.svg @@ -0,0 +1 @@ +HD Moore — Open Source Legends v2HACKING LEGENDS / V2HD MooreTHE CONTRIBUTIONReleased Metasploit in 2003 and turned exploit developmentfrom scattered one-off code into a shared, modularframework every penetration tester now learns first. Laterran internet-wide scanning projects that mapped just howmuch of the internet is quietly exposed.PROJECTS / DOMAINSExploit development · Internet-wide scanningPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.022 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/hacking/022-hd-moore/front.png b/public/releases/v2/hacking/022-hd-moore/front.png new file mode 100644 index 00000000..2d02843f Binary files /dev/null and b/public/releases/v2/hacking/022-hd-moore/front.png differ diff --git a/public/releases/v2/hacking/022-hd-moore/front.svg b/public/releases/v2/hacking/022-hd-moore/front.svg new file mode 100644 index 00000000..e6b459bc --- /dev/null +++ b/public/releases/v2/hacking/022-hd-moore/front.svg @@ -0,0 +1 @@ +HD Moore — Open Source Legends v2HACKING LEGENDS / V2HD MooreA shared instrument across a ruptured atlasA stratified topographic sculpture is split by a deep fault. Distinct coral cartridges lock into a common precision carriage across the opening, while an optical survey reveals exposed apertures across the terrain.Creator of MetasploitMaking exploitation a framework, not a one-off022 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/hacking/023-barnaby-jack/artwork.svg b/public/releases/v2/hacking/023-barnaby-jack/artwork.svg new file mode 100644 index 00000000..1231374b --- /dev/null +++ b/public/releases/v2/hacking/023-barnaby-jack/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/hacking/023-barnaby-jack/back.png b/public/releases/v2/hacking/023-barnaby-jack/back.png new file mode 100644 index 00000000..2fcb4035 Binary files /dev/null and b/public/releases/v2/hacking/023-barnaby-jack/back.png differ diff --git a/public/releases/v2/hacking/023-barnaby-jack/back.svg b/public/releases/v2/hacking/023-barnaby-jack/back.svg new file mode 100644 index 00000000..e1645830 --- /dev/null +++ b/public/releases/v2/hacking/023-barnaby-jack/back.svg @@ -0,0 +1 @@ +Barnaby Jack — Open Source Legends v2HACKING LEGENDS / V2Barnaby JackTHE CONTRIBUTIONWalked onto the Black Hat 2010 stage, ran his Jackpottingdemo, and made two ATMs pour out cash in front of the room.Then turned to insulin pumps and pacemakers, showing thatimplanted medical devices could be attacked wirelessly.Died in 2013, days before he was due to present thatresearch.PROJECTS / DOMAINSEmbedded systems · Medical devices · ATMsPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.023 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/hacking/023-barnaby-jack/front.png b/public/releases/v2/hacking/023-barnaby-jack/front.png new file mode 100644 index 00000000..c8f78f14 Binary files /dev/null and b/public/releases/v2/hacking/023-barnaby-jack/front.png differ diff --git a/public/releases/v2/hacking/023-barnaby-jack/front.svg b/public/releases/v2/hacking/023-barnaby-jack/front.svg new file mode 100644 index 00000000..b6ceda3a --- /dev/null +++ b/public/releases/v2/hacking/023-barnaby-jack/front.svg @@ -0,0 +1 @@ +Barnaby Jack — Open Source Legends v2HACKING LEGENDS / V2Barnaby JackATM JackpottingMaking cash machines spit money on stage023 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/hacking/024-charlie-miller/artwork.svg b/public/releases/v2/hacking/024-charlie-miller/artwork.svg new file mode 100644 index 00000000..c8d5c36d --- /dev/null +++ b/public/releases/v2/hacking/024-charlie-miller/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/hacking/024-charlie-miller/back.png b/public/releases/v2/hacking/024-charlie-miller/back.png new file mode 100644 index 00000000..38bc8084 Binary files /dev/null and b/public/releases/v2/hacking/024-charlie-miller/back.png differ diff --git a/public/releases/v2/hacking/024-charlie-miller/back.svg b/public/releases/v2/hacking/024-charlie-miller/back.svg new file mode 100644 index 00000000..efce44e6 --- /dev/null +++ b/public/releases/v2/hacking/024-charlie-miller/back.svg @@ -0,0 +1 @@ +Charlie Miller — Open Source Legends v2HACKING LEGENDS / V2Charlie MillerTHE CONTRIBUTIONWon Pwn2Own repeatedly, was the first to publicly exploitthe iPhone, and then, with Chris Valasek, cut thetransmission of a Jeep Cherokee on a live highway from acouch miles away. Chrysler recalled 1.4 million vehicles.Automotive security became a real discipline overnight.PROJECTS / DOMAINSAutomotive · iOS · Pwn2OwnPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.024 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/hacking/024-charlie-miller/front.png b/public/releases/v2/hacking/024-charlie-miller/front.png new file mode 100644 index 00000000..60b040d0 Binary files /dev/null and b/public/releases/v2/hacking/024-charlie-miller/front.png differ diff --git a/public/releases/v2/hacking/024-charlie-miller/front.svg b/public/releases/v2/hacking/024-charlie-miller/front.svg new file mode 100644 index 00000000..4e95f208 --- /dev/null +++ b/public/releases/v2/hacking/024-charlie-miller/front.svg @@ -0,0 +1 @@ +Charlie Miller — Open Source Legends v2HACKING LEGENDS / V2Charlie MillerThe Car HackerRemotely killing a Jeep on the highway024 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/hacking/025-chris-valasek/artwork.svg b/public/releases/v2/hacking/025-chris-valasek/artwork.svg new file mode 100644 index 00000000..bd791433 --- /dev/null +++ b/public/releases/v2/hacking/025-chris-valasek/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/hacking/025-chris-valasek/back.png b/public/releases/v2/hacking/025-chris-valasek/back.png new file mode 100644 index 00000000..29c66619 Binary files /dev/null and b/public/releases/v2/hacking/025-chris-valasek/back.png differ diff --git a/public/releases/v2/hacking/025-chris-valasek/back.svg b/public/releases/v2/hacking/025-chris-valasek/back.svg new file mode 100644 index 00000000..c9298daa --- /dev/null +++ b/public/releases/v2/hacking/025-chris-valasek/back.svg @@ -0,0 +1 @@ +Chris Valasek — Open Source Legends v2HACKING LEGENDS / V2Chris ValasekTHE CONTRIBUTIONReverse-engineered the internal networks of productionvehicles and, with Miller, demonstrated full remote controlof a Jeep Cherokee in 2015. Both went on to build securityteams inside the autonomous-vehicle industry they had justput on notice.PROJECTS / DOMAINSAutomotive · CAN bus · Vehicle networksPROVENANCE3 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.025 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/hacking/025-chris-valasek/front.png b/public/releases/v2/hacking/025-chris-valasek/front.png new file mode 100644 index 00000000..409b231d Binary files /dev/null and b/public/releases/v2/hacking/025-chris-valasek/front.png differ diff --git a/public/releases/v2/hacking/025-chris-valasek/front.svg b/public/releases/v2/hacking/025-chris-valasek/front.svg new file mode 100644 index 00000000..40949244 --- /dev/null +++ b/public/releases/v2/hacking/025-chris-valasek/front.svg @@ -0,0 +1 @@ +Chris Valasek — Open Source Legends v2HACKING LEGENDS / V2Chris ValasekCAN Bus WhispererThe Jeep hack, with Charlie Miller025 / RARE / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/hacking/026-samy-kamkar/artwork.svg b/public/releases/v2/hacking/026-samy-kamkar/artwork.svg new file mode 100644 index 00000000..61bf94c7 --- /dev/null +++ b/public/releases/v2/hacking/026-samy-kamkar/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/hacking/026-samy-kamkar/back.png b/public/releases/v2/hacking/026-samy-kamkar/back.png new file mode 100644 index 00000000..2526feb5 Binary files /dev/null and b/public/releases/v2/hacking/026-samy-kamkar/back.png differ diff --git a/public/releases/v2/hacking/026-samy-kamkar/back.svg b/public/releases/v2/hacking/026-samy-kamkar/back.svg new file mode 100644 index 00000000..2ada7377 --- /dev/null +++ b/public/releases/v2/hacking/026-samy-kamkar/back.svg @@ -0,0 +1 @@ +Samy Kamkar — Open Source Legends v2HACKING LEGENDS / V2Samy KamkarTHE CONTRIBUTIONReleased a self-propagating cross-site scripting worm in2005 that added over a million MySpace friends in under aday and took the site down. After his sentence he keptpublishing: SkyJack, OwnStar, KeySweeper, and a long lineof garage-door and car-key radio attacks explained on videofor anyone.PROJECTS / DOMAINSXSS · Hardware · RadioPROVENANCE3 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.026 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/hacking/026-samy-kamkar/front.png b/public/releases/v2/hacking/026-samy-kamkar/front.png new file mode 100644 index 00000000..a45d6d2c Binary files /dev/null and b/public/releases/v2/hacking/026-samy-kamkar/front.png differ diff --git a/public/releases/v2/hacking/026-samy-kamkar/front.svg b/public/releases/v2/hacking/026-samy-kamkar/front.svg new file mode 100644 index 00000000..853004d0 --- /dev/null +++ b/public/releases/v2/hacking/026-samy-kamkar/front.svg @@ -0,0 +1 @@ +Samy Kamkar — Open Source Legends v2HACKING LEGENDS / V2Samy KamkarThe Worm That Ate MySpaceThe Samy worm, and a decade of hardware hacks026 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/hacking/027-george-hotz/artwork.svg b/public/releases/v2/hacking/027-george-hotz/artwork.svg new file mode 100644 index 00000000..feb2f017 --- /dev/null +++ b/public/releases/v2/hacking/027-george-hotz/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/hacking/027-george-hotz/back.png b/public/releases/v2/hacking/027-george-hotz/back.png new file mode 100644 index 00000000..5911225f Binary files /dev/null and b/public/releases/v2/hacking/027-george-hotz/back.png differ diff --git a/public/releases/v2/hacking/027-george-hotz/back.svg b/public/releases/v2/hacking/027-george-hotz/back.svg new file mode 100644 index 00000000..e99a1e79 --- /dev/null +++ b/public/releases/v2/hacking/027-george-hotz/back.svg @@ -0,0 +1 @@ +George Hotz — Open Source Legends v2HACKING LEGENDS / V2George HotzTHE CONTRIBUTIONAt seventeen, unlocked the original iPhone from itscarrier. Then published PlayStation 3 root keys and wassued by Sony, in a case that became a rallying point forthe right to modify hardware you own. Later foundedcomma.ai and worked on open self-driving.PROJECTS / DOMAINSJailbreaking · Console security · Reverse engineeringPROVENANCE3 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.027 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/hacking/027-george-hotz/front.png b/public/releases/v2/hacking/027-george-hotz/front.png new file mode 100644 index 00000000..eb980781 Binary files /dev/null and b/public/releases/v2/hacking/027-george-hotz/front.png differ diff --git a/public/releases/v2/hacking/027-george-hotz/front.svg b/public/releases/v2/hacking/027-george-hotz/front.svg new file mode 100644 index 00000000..e3c32d6a --- /dev/null +++ b/public/releases/v2/hacking/027-george-hotz/front.svg @@ -0,0 +1 @@ +George Hotz — Open Source Legends v2HACKING LEGENDS / V2George HotzJailbreakerUnlocking the first iPhone and cracking the PS3027 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/hacking/028-marcus-hutchins/artwork.svg b/public/releases/v2/hacking/028-marcus-hutchins/artwork.svg new file mode 100644 index 00000000..6890e597 --- /dev/null +++ b/public/releases/v2/hacking/028-marcus-hutchins/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/hacking/028-marcus-hutchins/back.png b/public/releases/v2/hacking/028-marcus-hutchins/back.png new file mode 100644 index 00000000..44b1c167 Binary files /dev/null and b/public/releases/v2/hacking/028-marcus-hutchins/back.png differ diff --git a/public/releases/v2/hacking/028-marcus-hutchins/back.svg b/public/releases/v2/hacking/028-marcus-hutchins/back.svg new file mode 100644 index 00000000..04e2200e --- /dev/null +++ b/public/releases/v2/hacking/028-marcus-hutchins/back.svg @@ -0,0 +1 @@ +Marcus Hutchins — Open Source Legends v2HACKING LEGENDS / V2Marcus HutchinsTHE CONTRIBUTIONReversing WannaCry as it tore through hospitals in May2017, he spotted an unregistered domain in the code andbought it, unintentionally triggering the killswitch thathalted the outbreak. Arrested months later over earlierbanking-malware code he had written as a teenager; he pledguilty, was sentenced to time served, and now works inthreat research.PROJECTS / DOMAINSMalware analysis · Reverse engineering · BotnetsPROVENANCE3 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.028 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/hacking/028-marcus-hutchins/front.png b/public/releases/v2/hacking/028-marcus-hutchins/front.png new file mode 100644 index 00000000..aa3d0f22 Binary files /dev/null and b/public/releases/v2/hacking/028-marcus-hutchins/front.png differ diff --git a/public/releases/v2/hacking/028-marcus-hutchins/front.svg b/public/releases/v2/hacking/028-marcus-hutchins/front.svg new file mode 100644 index 00000000..1263cafa --- /dev/null +++ b/public/releases/v2/hacking/028-marcus-hutchins/front.svg @@ -0,0 +1 @@ +Marcus Hutchins — Open Source Legends v2HACKING LEGENDS / V2Marcus HutchinsThe WannaCry KillswitchStopping a global ransomware outbreak for $10.69028 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/hacking/029-karsten-nohl/artwork.svg b/public/releases/v2/hacking/029-karsten-nohl/artwork.svg new file mode 100644 index 00000000..a0a31909 --- /dev/null +++ b/public/releases/v2/hacking/029-karsten-nohl/artwork.svg @@ -0,0 +1 @@ +An exploded instrument of trust: a segmented radio arch, terraced lookup tables, a breached smartcard contact bed, and a folded modular ribbon terminating in an open USB connector. \ No newline at end of file diff --git a/public/releases/v2/hacking/029-karsten-nohl/back.png b/public/releases/v2/hacking/029-karsten-nohl/back.png new file mode 100644 index 00000000..5fbf1a1e Binary files /dev/null and b/public/releases/v2/hacking/029-karsten-nohl/back.png differ diff --git a/public/releases/v2/hacking/029-karsten-nohl/back.svg b/public/releases/v2/hacking/029-karsten-nohl/back.svg new file mode 100644 index 00000000..97463bc2 --- /dev/null +++ b/public/releases/v2/hacking/029-karsten-nohl/back.svg @@ -0,0 +1 @@ +Karsten Nohl — Open Source Legends v2HACKING LEGENDS / V2Karsten NohlTHE CONTRIBUTIONCracked GSM’s A5/1 encryption with rainbow tables, showedmillions of SIM cards could be hijacked over the air with atext message, broke Mifare smartcards, and with Jakob Lellreleased BadUSB — proof that any USB device’s firmware canbe reprogrammed to lie about what it is.PROJECTS / DOMAINSMobile networks · Smartcards · FirmwarePROVENANCE3 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.029 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/hacking/029-karsten-nohl/front.png b/public/releases/v2/hacking/029-karsten-nohl/front.png new file mode 100644 index 00000000..bcac70c7 Binary files /dev/null and b/public/releases/v2/hacking/029-karsten-nohl/front.png differ diff --git a/public/releases/v2/hacking/029-karsten-nohl/front.svg b/public/releases/v2/hacking/029-karsten-nohl/front.svg new file mode 100644 index 00000000..c2d0d2c6 --- /dev/null +++ b/public/releases/v2/hacking/029-karsten-nohl/front.svg @@ -0,0 +1 @@ +Karsten Nohl — Open Source Legends v2HACKING LEGENDS / V2Karsten NohlAn exploded instrument of trust: a segmented radio arch, terraced lookup tables, a breached smartcard contact bed, and a folded modular ribbon terminating in an open USB connector.Breaker of RadiosGSM, SIM card and BadUSB research029 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/hacking/030-moxie-marlinspike/artwork.svg b/public/releases/v2/hacking/030-moxie-marlinspike/artwork.svg new file mode 100644 index 00000000..5f71ac11 --- /dev/null +++ b/public/releases/v2/hacking/030-moxie-marlinspike/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/hacking/030-moxie-marlinspike/back.png b/public/releases/v2/hacking/030-moxie-marlinspike/back.png new file mode 100644 index 00000000..83e6363e Binary files /dev/null and b/public/releases/v2/hacking/030-moxie-marlinspike/back.png differ diff --git a/public/releases/v2/hacking/030-moxie-marlinspike/back.svg b/public/releases/v2/hacking/030-moxie-marlinspike/back.svg new file mode 100644 index 00000000..d1623bb9 --- /dev/null +++ b/public/releases/v2/hacking/030-moxie-marlinspike/back.svg @@ -0,0 +1 @@ +Moxie Marlinspike — Open Source Legends v2HACKING LEGENDS / V2Moxie MarlinspikeTHE CONTRIBUTIONDemonstrated SSLstrip and a run of attacks that exposed howfragile the certificate authority system really was. Thenbuilt Signal and the double-ratchet protocol behind it,which WhatsApp and others adopted — quietly puttingend-to-end encryption in front of billions of people.PROJECTS / DOMAINSTLS attacks · Applied cryptography · Secure messagingPROVENANCE3 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.030 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/hacking/030-moxie-marlinspike/front.png b/public/releases/v2/hacking/030-moxie-marlinspike/front.png new file mode 100644 index 00000000..01c77aae Binary files /dev/null and b/public/releases/v2/hacking/030-moxie-marlinspike/front.png differ diff --git a/public/releases/v2/hacking/030-moxie-marlinspike/front.svg b/public/releases/v2/hacking/030-moxie-marlinspike/front.svg new file mode 100644 index 00000000..10a17582 --- /dev/null +++ b/public/releases/v2/hacking/030-moxie-marlinspike/front.svg @@ -0,0 +1 @@ +Moxie Marlinspike — Open Source Legends v2HACKING LEGENDS / V2Moxie MarlinspikeCrypto for Everyone ElseSSLstrip and the Signal Protocol030 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/index.html b/public/releases/v2/index.html new file mode 100644 index 00000000..38385823 --- /dev/null +++ b/public/releases/v2/index.html @@ -0,0 +1 @@ +Open Source Legends — v2 proof

Open Source Legends / Edition 2

Review the artwork, original card copy and sourced metadata before activating this edition. Card data · Release manifest

Richard Stallman

Richard Stallman frontRichard Stallman back

legends · SVG · NicheDB: unconfirmed

Linus Torvalds

Linus Torvalds frontLinus Torvalds back

legends · SVG · NicheDB: not-found

Aaron Swartz

Aaron Swartz frontAaron Swartz back

legends · SVG · NicheDB: unconfirmed

TJ Holowaychuk

TJ Holowaychuk frontTJ Holowaychuk back

legends · SVG · NicheDB: not-found

Guido van Rossum

Guido van Rossum frontGuido van Rossum back

legends · SVG · NicheDB: unconfirmed

Yukihiro Matsumoto

Yukihiro Matsumoto frontYukihiro Matsumoto back

legends · SVG · NicheDB: not-found

Larry Wall

Larry Wall frontLarry Wall back

legends · SVG · NicheDB: unconfirmed

Brendan Eich

Brendan Eich frontBrendan Eich back

legends · SVG · NicheDB: not-found

Rasmus Lerdorf

Rasmus Lerdorf frontRasmus Lerdorf back

legends · SVG · NicheDB: not-found

David Heinemeier Hansson

David Heinemeier Hansson frontDavid Heinemeier Hansson back

legends · SVG · NicheDB: unconfirmed

Ryan Dahl

Ryan Dahl frontRyan Dahl back

legends · SVG · NicheDB: not-found

Evan You

Evan You frontEvan You back

legends · SVG · NicheDB: unconfirmed

Rich Harris

Rich Harris frontRich Harris back

legends · SVG · NicheDB: unconfirmed

Jordan Walke

Jordan Walke frontJordan Walke back

legends · SVG · NicheDB: unconfirmed

Dan Abramov

Dan Abramov frontDan Abramov back

legends · SVG · NicheDB: unconfirmed

Sebastian McKenzie

Sebastian McKenzie frontSebastian McKenzie back

legends · SVG · NicheDB: not-found

Isaac Z. Schlueter

Isaac Z. Schlueter frontIsaac Z. Schlueter back

legends · SVG · NicheDB: unconfirmed

Matt Mullenweg

Matt Mullenweg frontMatt Mullenweg back

legends · SVG · NicheDB: unconfirmed

Dries Buytaert

Dries Buytaert frontDries Buytaert back

legends · SVG · NicheDB: not-found

Brian Behlendorf

Brian Behlendorf frontBrian Behlendorf back

legends · SVG · NicheDB: not-found

Roy Fielding

Roy Fielding frontRoy Fielding back

legends · SVG · NicheDB: not-found

Eric S. Raymond

Eric S. Raymond frontEric S. Raymond back

legends · SVG · NicheDB: not-found

Bruce Perens

Bruce Perens frontBruce Perens back

legends · SVG · NicheDB: not-found

Ian Murdock

Ian Murdock frontIan Murdock back

legends · SVG · NicheDB: not-found

Mark Shuttleworth

Mark Shuttleworth frontMark Shuttleworth back

legends · SVG · NicheDB: not-found

Theo de Raadt

Theo de Raadt frontTheo de Raadt back

legends · SVG · NicheDB: not-found

D. Richard Hipp

D. Richard Hipp frontD. Richard Hipp back

legends · SVG · NicheDB: not-found

Fabrice Bellard

Fabrice Bellard frontFabrice Bellard back

legends · SVG · NicheDB: not-found

Andrew Tridgell

Andrew Tridgell frontAndrew Tridgell back

legends · SVG · NicheDB: not-found

Bram Moolenaar

Bram Moolenaar frontBram Moolenaar back

legends · SVG · NicheDB: not-found

Brian Fox

Brian Fox frontBrian Fox back

legends · SVG · NicheDB: unconfirmed

Werner Koch

Werner Koch frontWerner Koch back

legends · SVG · NicheDB: unconfirmed

Miguel de Icaza

Miguel de Icaza frontMiguel de Icaza back

legends · SVG · NicheDB: matched

Federico Mena Quintero

Federico Mena Quintero frontFederico Mena Quintero back

legends · SVG · NicheDB: matched

Havoc Pennington

Havoc Pennington frontHavoc Pennington back

legends · SVG · NicheDB: not-found

Keith Packard

Keith Packard frontKeith Packard back

legends · SVG · NicheDB: not-found

Lennart Poettering

Lennart Poettering frontLennart Poettering back

legends · SVG · NicheDB: matched

Greg Kroah-Hartman

Greg Kroah-Hartman frontGreg Kroah-Hartman back

legends · SVG · NicheDB: not-found

Alan Cox

Alan Cox frontAlan Cox back

legends · SVG · NicheDB: unconfirmed

Chris Lattner

Chris Lattner frontChris Lattner back

legends · SVG · NicheDB: not-found

Graydon Hoare

Graydon Hoare frontGraydon Hoare back

legends · SVG · NicheDB: not-found

Steve Klabnik

Steve Klabnik frontSteve Klabnik back

legends · SVG · NicheDB: not-found

Salvatore Sanfilippo

Salvatore Sanfilippo frontSalvatore Sanfilippo back

legends · SVG · NicheDB: not-found

Michael Widenius

Michael Widenius frontMichael Widenius back

legends · SVG · NicheDB: unconfirmed

Brad Fitzpatrick

Brad Fitzpatrick frontBrad Fitzpatrick back

legends · SVG · NicheDB: not-found

Solomon Hykes

Solomon Hykes frontSolomon Hykes back

legends · SVG · NicheDB: not-found

Mitchell Hashimoto

Mitchell Hashimoto frontMitchell Hashimoto back

legends · SVG · NicheDB: not-found

Kevin Mitnick

Kevin Mitnick frontKevin Mitnick back

hacking · SVG · NicheDB: not-found

John Draper

John Draper frontJohn Draper back

hacking · SVG · NicheDB: unconfirmed

Robert Tappan Morris

Robert Tappan Morris frontRobert Tappan Morris back

hacking · SVG · NicheDB: not-found

Peiter Zatko

Peiter Zatko frontPeiter Zatko back

hacking · SVG · NicheDB: not-found

Kevin Poulsen

Kevin Poulsen frontKevin Poulsen back

hacking · SVG · NicheDB: not-found

Eric Corley

Eric Corley frontEric Corley back

hacking · SVG · NicheDB: unconfirmed

Loyd Blankenship

Loyd Blankenship frontLoyd Blankenship back

hacking · SVG · NicheDB: not-found

Jeff Moss

Jeff Moss frontJeff Moss back

hacking · SVG · NicheDB: not-found

Dan Kaminsky

Dan Kaminsky frontDan Kaminsky back

hacking · SVG · NicheDB: not-found

Clifford Stoll

Clifford Stoll frontClifford Stoll back

hacking · SVG · NicheDB: not-found

Tsutomu Shimomura

Tsutomu Shimomura frontTsutomu Shimomura back

hacking · SVG · NicheDB: not-found

Mark Abene

Mark Abene frontMark Abene back

hacking · SVG · NicheDB: not-found

Susan Headley

Susan Headley frontSusan Headley back

hacking · SVG · NicheDB: not-found

Adrian Lamo

Adrian Lamo frontAdrian Lamo back

hacking · SVG · NicheDB: not-found

Gary McKinnon

Gary McKinnon frontGary McKinnon back

hacking · SVG · NicheDB: not-found

Jonathan James

Jonathan James frontJonathan James back

hacking · SVG · NicheDB: unconfirmed

Chris Wysopal

Chris Wysopal frontChris Wysopal back

hacking · SVG · NicheDB: not-found

Katie Moussouris

Katie Moussouris frontKatie Moussouris back

hacking · SVG · NicheDB: not-found

Joanna Rutkowska

Joanna Rutkowska frontJoanna Rutkowska back

hacking · SVG · NicheDB: unconfirmed

Michał Zalewski

Michał Zalewski frontMichał Zalewski back

hacking · SVG · NicheDB: not-found

Alexander Peslyak

Alexander Peslyak frontAlexander Peslyak back

hacking · SVG · NicheDB: not-found

HD Moore

HD Moore frontHD Moore back

hacking · SVG · NicheDB: not-found

Barnaby Jack

Barnaby Jack frontBarnaby Jack back

hacking · SVG · NicheDB: unconfirmed

Charlie Miller

Charlie Miller frontCharlie Miller back

hacking · SVG · NicheDB: unconfirmed

Chris Valasek

Chris Valasek frontChris Valasek back

hacking · SVG · NicheDB: not-found

Samy Kamkar

Samy Kamkar frontSamy Kamkar back

hacking · SVG · NicheDB: not-found

George Hotz

George Hotz frontGeorge Hotz back

hacking · SVG · NicheDB: not-found

Marcus Hutchins

Marcus Hutchins frontMarcus Hutchins back

hacking · SVG · NicheDB: not-found

Karsten Nohl

Karsten Nohl frontKarsten Nohl back

hacking · SVG · NicheDB: not-found

Moxie Marlinspike

Moxie Marlinspike frontMoxie Marlinspike back

hacking · SVG · NicheDB: not-found

Whitfield Diffie

Whitfield Diffie frontWhitfield Diffie back

security · SVG · NicheDB: not-found

Martin Hellman

Martin Hellman frontMartin Hellman back

security · SVG · NicheDB: unconfirmed

Ron Rivest

Ron Rivest frontRon Rivest back

security · SVG · NicheDB: not-found

Adi Shamir

Adi Shamir frontAdi Shamir back

security · SVG · NicheDB: not-found

Leonard Adleman

Leonard Adleman frontLeonard Adleman back

security · SVG · NicheDB: not-found

Phil Zimmermann

Phil Zimmermann frontPhil Zimmermann back

security · SVG · NicheDB: not-found

Bruce Schneier

Bruce Schneier frontBruce Schneier back

security · SVG · NicheDB: unconfirmed

Paul Kocher

Paul Kocher frontPaul Kocher back

security · SVG · NicheDB: not-found

Dorothy E. Denning

Dorothy E. Denning frontDorothy E. Denning back

security · SVG · NicheDB: not-found

Gene Spafford

Gene Spafford frontGene Spafford back

security · SVG · NicheDB: not-found

Ross Anderson

Ross Anderson frontRoss Anderson back

security · SVG · NicheDB: unconfirmed

Matt Blaze

Matt Blaze frontMatt Blaze back

security · SVG · NicheDB: unconfirmed

Radia Perlman

Radia Perlman frontRadia Perlman back

security · SVG · NicheDB: not-found

Steven M. Bellovin

Steven M. Bellovin frontSteven M. Bellovin back

security · SVG · NicheDB: not-found

William Cheswick

William Cheswick frontWilliam Cheswick back

security · SVG · NicheDB: not-found

Marcus J. Ranum

Marcus J. Ranum frontMarcus J. Ranum back

security · SVG · NicheDB: not-found

Wietse Venema

Wietse Venema frontWietse Venema back

security · SVG · NicheDB: unconfirmed

Dan Farmer

Dan Farmer frontDan Farmer back

security · SVG · NicheDB: unconfirmed

Gordon Lyon

Gordon Lyon frontGordon Lyon back

security · SVG · NicheDB: not-found

Martin Roesch

Martin Roesch frontMartin Roesch back

security · SVG · NicheDB: not-found

Gerald Combs

Gerald Combs frontGerald Combs back

security · SVG · NicheDB: not-found

Renaud Deraison

Renaud Deraison frontRenaud Deraison back

security · SVG · NicheDB: not-found

Paul Vixie

Paul Vixie frontPaul Vixie back

security · SVG · NicheDB: not-found

Niels Provos

Niels Provos frontNiels Provos back

security · SVG · NicheDB: not-found

Jeremiah Grossman

Jeremiah Grossman frontJeremiah Grossman back

security · SVG · NicheDB: unconfirmed

Robert Hansen

Robert Hansen frontRobert Hansen back

security · SVG · NicheDB: unconfirmed

Mark Curphey

Mark Curphey frontMark Curphey back

security · SVG · NicheDB: not-found

Jeff Williams

Jeff Williams frontJeff Williams back

security · SVG · NicheDB: unconfirmed

Gary McGraw

Gary McGraw frontGary McGraw back

security · SVG · NicheDB: not-found

Michael Howard

Michael Howard frontMichael Howard back

security · SVG · NicheDB: unconfirmed

Adam Shostack

Adam Shostack frontAdam Shostack back

security · SVG · NicheDB: unconfirmed

Ivan Ristić

Ivan Ristić frontIvan Ristić back

security · SVG · NicheDB: not-found

Mark Dowd

Mark Dowd frontMark Dowd back

security · SVG · NicheDB: not-found

Thomas Dullien

Thomas Dullien frontThomas Dullien back

security · SVG · NicheDB: unconfirmed

Alex Sotirov

Alex Sotirov frontAlex Sotirov back

security · SVG · NicheDB: not-found

Thomas Ptacek

Thomas Ptacek frontThomas Ptacek back

security · SVG · NicheDB: not-found

Matthew D. Green

Matthew D. Green frontMatthew D. Green back

security · SVG · NicheDB: not-found

J. Alex Halderman

J. Alex Halderman frontJ. Alex Halderman back

security · SVG · NicheDB: not-found

Nadia Heninger

Nadia Heninger frontNadia Heninger back

security · SVG · NicheDB: not-found

Troy Hunt

Troy Hunt frontTroy Hunt back

security · SVG · NicheDB: unconfirmed

Window Snyder

Window Snyder frontWindow Snyder back

security · SVG · NicheDB: unconfirmed

Heather Adkins

Heather Adkins frontHeather Adkins back

security · SVG · NicheDB: not-found

Parisa Tabriz

Parisa Tabriz frontParisa Tabriz back

security · SVG · NicheDB: not-found

Alex Stamos

Alex Stamos frontAlex Stamos back

security · SVG · NicheDB: not-found

Dan Geer

Dan Geer frontDan Geer back

security · SVG · NicheDB: not-found

Kevin Mandia

Kevin Mandia frontKevin Mandia back

security · SVG · NicheDB: unconfirmed

Mikko Hyppönen

Mikko Hyppönen frontMikko Hyppönen back

security · SVG · NicheDB: unconfirmed

Robert M. Lee

Robert M. Lee frontRobert M. Lee back

security · SVG · NicheDB: unconfirmed

Lesley Carhart

Lesley Carhart frontLesley Carhart back

security · SVG · NicheDB: not-found

Katie Nickels

Katie Nickels frontKatie Nickels back

security · SVG · NicheDB: not-found

Geoffrey Hinton

Geoffrey Hinton frontGeoffrey Hinton back

gods · SVG · NicheDB: unconfirmed

Yann LeCun

Yann LeCun frontYann LeCun back

gods · SVG · NicheDB: unconfirmed

Yoshua Bengio

Yoshua Bengio frontYoshua Bengio back

gods · SVG · NicheDB: unconfirmed

Jürgen Schmidhuber

Jürgen Schmidhuber frontJürgen Schmidhuber back

gods · SVG · NicheDB: not-found

Richard S. Sutton

Richard S. Sutton frontRichard S. Sutton back

gods · SVG · NicheDB: unconfirmed

Andrew Barto

Andrew Barto frontAndrew Barto back

gods · SVG · NicheDB: unconfirmed

Judea Pearl

Judea Pearl frontJudea Pearl back

gods · SVG · NicheDB: unconfirmed

Fei-Fei Li

Fei-Fei Li frontFei-Fei Li back

gods · SVG · NicheDB: unconfirmed

Ashish Vaswani

Ashish Vaswani frontAshish Vaswani back

gods · SVG · NicheDB: not-found

Noam Shazeer

Noam Shazeer frontNoam Shazeer back

gods · SVG · NicheDB: not-found

Łukasz Kaiser

Łukasz Kaiser frontŁukasz Kaiser back

gods · SVG · NicheDB: not-found

Aidan Gomez

Aidan Gomez frontAidan Gomez back

gods · SVG · NicheDB: not-found

Alex Krizhevsky

Alex Krizhevsky frontAlex Krizhevsky back

gods · SVG · NicheDB: not-found

Ilya Sutskever

Ilya Sutskever frontIlya Sutskever back

gods · SVG · NicheDB: not-found

Ian Goodfellow

Ian Goodfellow frontIan Goodfellow back

gods · SVG · NicheDB: not-found

Tri Dao

Tri Dao frontTri Dao back

gods · SVG · NicheDB: unconfirmed

Albert Gu

Albert Gu frontAlbert Gu back

gods · SVG · NicheDB: unconfirmed

Alec Radford

Alec Radford frontAlec Radford back

gods · SVG · NicheDB: not-found

David Silver

David Silver frontDavid Silver back

gods · SVG · NicheDB: unconfirmed

Oriol Vinyals

Oriol Vinyals frontOriol Vinyals back

gods · SVG · NicheDB: not-found

John Jumper

John Jumper frontJohn Jumper back

gods · SVG · NicheDB: not-found

Shane Legg

Shane Legg frontShane Legg back

gods · SVG · NicheDB: not-found

Demis Hassabis

Demis Hassabis frontDemis Hassabis back

gods · SVG · NicheDB: not-found

Pieter Abbeel

Pieter Abbeel frontPieter Abbeel back

gods · SVG · NicheDB: unconfirmed

Andrej Karpathy

Andrej Karpathy frontAndrej Karpathy back

gods · SVG · NicheDB: unconfirmed

Jeff Dean

Jeff Dean frontJeff Dean back

gods · SVG · NicheDB: unconfirmed

Rajat Monga

Rajat Monga frontRajat Monga back

gods · SVG · NicheDB: not-found

Soumith Chintala

Soumith Chintala frontSoumith Chintala back

gods · SVG · NicheDB: not-found

Adam Paszke

Adam Paszke frontAdam Paszke back

gods · SVG · NicheDB: not-found

Tianqi Chen

Tianqi Chen frontTianqi Chen back

gods · SVG · NicheDB: not-found

Yangqing Jia

Yangqing Jia frontYangqing Jia back

gods · SVG · NicheDB: not-found

François Chollet

François Chollet frontFrançois Chollet back

gods · SVG · NicheDB: not-found

Thomas Wolf

Thomas Wolf frontThomas Wolf back

gods · SVG · NicheDB: unconfirmed

Clément Delangue

Clément Delangue frontClément Delangue back

gods · SVG · NicheDB: not-found

Georgi Gerganov

Georgi Gerganov frontGeorgi Gerganov back

gods · SVG · NicheDB: not-found

Tim Dettmers

Tim Dettmers frontTim Dettmers back

gods · SVG · NicheDB: not-found

Jeremy Howard

Jeremy Howard frontJeremy Howard back

gods · SVG · NicheDB: unconfirmed

Stella Biderman

Stella Biderman frontStella Biderman back

gods · SVG · NicheDB: not-found

Justine Tunney

Justine Tunney frontJustine Tunney back

gods · SVG · NicheDB: not-found

Guillaume Lample

Guillaume Lample frontGuillaume Lample back

gods · SVG · NicheDB: not-found

Arthur Mensch

Arthur Mensch frontArthur Mensch back

gods · SVG · NicheDB: unconfirmed

Robin Rombach

Robin Rombach frontRobin Rombach back

gods · SVG · NicheDB: not-found

Patrick Esser

Patrick Esser frontPatrick Esser back

gods · SVG · NicheDB: not-found

Christoph Schuhmann

Christoph Schuhmann frontChristoph Schuhmann back

gods · SVG · NicheDB: not-found

Joelle Pineau

Joelle Pineau frontJoelle Pineau back

gods · SVG · NicheDB: not-found

Chris Olah

Chris Olah frontChris Olah back

gods · SVG · NicheDB: not-found

Paul Christiano

Paul Christiano frontPaul Christiano back

gods · SVG · NicheDB: unconfirmed

Jan Leike

Jan Leike frontJan Leike back

gods · SVG · NicheDB: unconfirmed

Stuart Russell

Stuart Russell frontStuart Russell back

gods · SVG · NicheDB: unconfirmed

Dario Amodei

Dario Amodei frontDario Amodei back

gods · SVG · NicheDB: unconfirmed

Ada Lovelace

Ada Lovelace frontAda Lovelace back

women · SVG · NicheDB: unconfirmed

Grace Hopper

Grace Hopper frontGrace Hopper back

women · SVG · NicheDB: unconfirmed

Margaret Hamilton

Margaret Hamilton frontMargaret Hamilton back

women · SVG · NicheDB: unconfirmed

Katherine Johnson

Katherine Johnson frontKatherine Johnson back

women · SVG · NicheDB: unconfirmed

Dorothy Vaughan

Dorothy Vaughan frontDorothy Vaughan back

women · SVG · NicheDB: unconfirmed

Jean Bartik

Jean Bartik frontJean Bartik back

women · SVG · NicheDB: not-found

Betty Holberton

Betty Holberton frontBetty Holberton back

women · SVG · NicheDB: not-found

Kathleen Booth

Kathleen Booth frontKathleen Booth back

women · SVG · NicheDB: not-found

Mary Allen Wilkes

Mary Allen Wilkes frontMary Allen Wilkes back

women · SVG · NicheDB: not-found

Erna Schneider Hoover

Erna Schneider Hoover frontErna Schneider Hoover back

women · SVG · NicheDB: not-found

Elizabeth Feinler

Elizabeth Feinler frontElizabeth Feinler back

women · SVG · NicheDB: not-found

Stephanie Shirley

Stephanie Shirley frontStephanie Shirley back

women · SVG · NicheDB: not-found

Joan Clarke

Joan Clarke frontJoan Clarke back

women · SVG · NicheDB: not-found

Elizebeth Smith Friedman

Elizebeth Smith Friedman frontElizebeth Smith Friedman back

women · SVG · NicheDB: not-found

Hedy Lamarr

Hedy Lamarr frontHedy Lamarr back

women · SVG · NicheDB: unconfirmed

Frances Allen

Frances Allen frontFrances Allen back

women · SVG · NicheDB: not-found

Barbara Liskov

Barbara Liskov frontBarbara Liskov back

women · SVG · NicheDB: not-found

Shafi Goldwasser

Shafi Goldwasser frontShafi Goldwasser back

women · SVG · NicheDB: not-found

Karen Spärck Jones

Karen Spärck Jones frontKaren Spärck Jones back

women · SVG · NicheDB: not-found

Cynthia Dwork

Cynthia Dwork frontCynthia Dwork back

women · SVG · NicheDB: not-found

Anita Borg

Anita Borg frontAnita Borg back

women · SVG · NicheDB: not-found

Lynn Conway

Lynn Conway frontLynn Conway back

women · SVG · NicheDB: not-found

Sophie Wilson

Sophie Wilson frontSophie Wilson back

women · SVG · NicheDB: unconfirmed

Adele Goldberg

Adele Goldberg frontAdele Goldberg back

women · SVG · NicheDB: not-found

Susan Kare

Susan Kare frontSusan Kare back

women · SVG · NicheDB: not-found

Limor Fried

Limor Fried frontLimor Fried back

women · SVG · NicheDB: not-found

Mitchell Baker

Mitchell Baker frontMitchell Baker back

women · SVG · NicheDB: not-found

Audrey Tang

Audrey Tang frontAudrey Tang back

women · SVG · NicheDB: unconfirmed

Karen Sandler

Karen Sandler frontKaren Sandler back

women · SVG · NicheDB: not-found

Danese Cooper

Danese Cooper frontDanese Cooper back

women · SVG · NicheDB: not-found

Allison Randal

Allison Randal frontAllison Randal back

women · SVG · NicheDB: not-found

Valerie Aurora

Valerie Aurora frontValerie Aurora back

women · SVG · NicheDB: not-found

Coraline Ada Ehmke

Coraline Ada Ehmke frontCoraline Ada Ehmke back

women · SVG · NicheDB: not-found

Sumana Harihareswara

Sumana Harihareswara frontSumana Harihareswara back

women · SVG · NicheDB: unconfirmed

Latanya Sweeney

Latanya Sweeney frontLatanya Sweeney back

women · SVG · NicheDB: not-found

Jessica McKellar

Jessica McKellar frontJessica McKellar back

women · SVG · NicheDB: not-found

Carol Willing

Carol Willing frontCarol Willing back

women · SVG · NicheDB: not-found

Julia Evans

Julia Evans frontJulia Evans back

women · SVG · NicheDB: unconfirmed

Rachel Andrew

Rachel Andrew frontRachel Andrew back

women · SVG · NicheDB: unconfirmed

Jen Simmons

Jen Simmons frontJen Simmons back

women · SVG · NicheDB: not-found

Lea Verou

Lea Verou frontLea Verou back

women · SVG · NicheDB: unconfirmed

Sarah Drasner

Sarah Drasner frontSarah Drasner back

women · SVG · NicheDB: unconfirmed

Léonie Watson

Léonie Watson frontLéonie Watson back

women · SVG · NicheDB: unconfirmed

Charity Majors

Charity Majors frontCharity Majors back

women · SVG · NicheDB: unconfirmed

Liz Fong-Jones

Liz Fong-Jones frontLiz Fong-Jones back

women · SVG · NicheDB: unconfirmed

Jessie Frazelle

Jessie Frazelle frontJessie Frazelle back

women · SVG · NicheDB: not-found

Camille Fournier

Camille Fournier frontCamille Fournier back

women · SVG · NicheDB: unconfirmed

Timnit Gebru

Timnit Gebru frontTimnit Gebru back

women · SVG · NicheDB: unconfirmed

Joy Buolamwini

Joy Buolamwini frontJoy Buolamwini back

women · SVG · NicheDB: not-found

Margaret Mitchell

Margaret Mitchell frontMargaret Mitchell back

women · SVG · NicheDB: unconfirmed

David Packard

David Packard frontDavid Packard back

ceos · SVG · NicheDB: not-found

Akio Morita

Akio Morita frontAkio Morita back

ceos · SVG · NicheDB: not-found

Thomas J. Watson Jr.

Thomas J. Watson Jr. frontThomas J. Watson Jr. back

ceos · SVG · NicheDB: not-found

Ken Olsen

Ken Olsen frontKen Olsen back

ceos · SVG · NicheDB: unconfirmed

Robert Noyce

Robert Noyce frontRobert Noyce back

ceos · SVG · NicheDB: not-found

Gordon Moore

Gordon Moore frontGordon Moore back

ceos · SVG · NicheDB: unconfirmed

Bill Gates

Bill Gates frontBill Gates back

ceos · SVG · NicheDB: unconfirmed

Steve Jobs

Steve Jobs frontSteve Jobs back

ceos · SVG · NicheDB: unconfirmed

Larry Ellison

Larry Ellison frontLarry Ellison back

ceos · SVG · NicheDB: unconfirmed

N. R. Narayana Murthy

N. R. Narayana Murthy frontN. R. Narayana Murthy back

ceos · SVG · NicheDB: not-found

Masayoshi Son

Masayoshi Son frontMasayoshi Son back

ceos · SVG · NicheDB: not-found

Michael Dell

Michael Dell frontMichael Dell back

ceos · SVG · NicheDB: unconfirmed

Scott McNealy

Scott McNealy frontScott McNealy back

ceos · SVG · NicheDB: not-found

Morris Chang

Morris Chang frontMorris Chang back

ceos · SVG · NicheDB: unconfirmed

Andrew Grove

Andrew Grove frontAndrew Grove back

ceos · SVG · NicheDB: unconfirmed

Ren Zhengfei

Ren Zhengfei frontRen Zhengfei back

ceos · SVG · NicheDB: not-found

Lou Gerstner

Lou Gerstner frontLou Gerstner back

ceos · SVG · NicheDB: not-found

Jensen Huang

Jensen Huang frontJensen Huang back

ceos · SVG · NicheDB: unconfirmed

Bob Young

Bob Young frontBob Young back

ceos · SVG · NicheDB: unconfirmed

Jeff Bezos

Jeff Bezos frontJeff Bezos back

ceos · SVG · NicheDB: unconfirmed

Reed Hastings

Reed Hastings frontReed Hastings back

ceos · SVG · NicheDB: unconfirmed

Meg Whitman

Meg Whitman frontMeg Whitman back

ceos · SVG · NicheDB: not-found

Diane Greene

Diane Greene frontDiane Greene back

ceos · SVG · NicheDB: not-found

Larry Page

Larry Page frontLarry Page back

ceos · SVG · NicheDB: not-found

Marc Benioff

Marc Benioff frontMarc Benioff back

ceos · SVG · NicheDB: unconfirmed

Jack Ma

Jack Ma frontJack Ma back

ceos · SVG · NicheDB: unconfirmed

Mårten Mickos

Mårten Mickos frontMårten Mickos back

ceos · SVG · NicheDB: not-found

Eric Schmidt

Eric Schmidt frontEric Schmidt back

ceos · SVG · NicheDB: unconfirmed

Mark Zuckerberg

Mark Zuckerberg frontMark Zuckerberg back

ceos · SVG · NicheDB: unconfirmed

Tobias Lütke

Tobias Lütke frontTobias Lütke back

ceos · SVG · NicheDB: not-found

Elon Musk

Elon Musk frontElon Musk back

ceos · SVG · NicheDB: unconfirmed

Daniel Ek

Daniel Ek frontDaniel Ek back

ceos · SVG · NicheDB: unconfirmed

Andy Jassy

Andy Jassy frontAndy Jassy back

ceos · SVG · NicheDB: not-found

Chris Wanstrath

Chris Wanstrath frontChris Wanstrath back

ceos · SVG · NicheDB: not-found

Jim Whitehurst

Jim Whitehurst frontJim Whitehurst back

ceos · SVG · NicheDB: not-found

Matthew Prince

Matthew Prince frontMatthew Prince back

ceos · SVG · NicheDB: unconfirmed

Patrick Collison

Patrick Collison frontPatrick Collison back

ceos · SVG · NicheDB: not-found

Tim Cook

Tim Cook frontTim Cook back

ceos · SVG · NicheDB: unconfirmed

Ginni Rometty

Ginni Rometty frontGinni Rometty back

ceos · SVG · NicheDB: not-found

Pat Gelsinger

Pat Gelsinger frontPat Gelsinger back

ceos · SVG · NicheDB: unconfirmed

Satya Nadella

Satya Nadella frontSatya Nadella back

ceos · SVG · NicheDB: unconfirmed

Lisa Su

Lisa Su frontLisa Su back

ceos · SVG · NicheDB: unconfirmed

Susan Wojcicki

Susan Wojcicki frontSusan Wojcicki back

ceos · SVG · NicheDB: not-found

Sid Sijbrandij

Sid Sijbrandij frontSid Sijbrandij back

ceos · SVG · NicheDB: not-found

Jay Kreps

Jay Kreps frontJay Kreps back

ceos · SVG · NicheDB: not-found

Sundar Pichai

Sundar Pichai frontSundar Pichai back

ceos · SVG · NicheDB: unconfirmed

Guillermo Rauch

Guillermo Rauch frontGuillermo Rauch back

ceos · SVG · NicheDB: not-found

Ali Ghodsi

Ali Ghodsi frontAli Ghodsi back

ceos · SVG · NicheDB: not-found

Nat Friedman

Nat Friedman frontNat Friedman back

ceos · SVG · NicheDB: not-found

Sam Altman

Sam Altman frontSam Altman back

ceos · SVG · NicheDB: unconfirmed

\ No newline at end of file diff --git a/public/releases/v2/legends/001-richard-stallman/artwork.svg b/public/releases/v2/legends/001-richard-stallman/artwork.svg new file mode 100644 index 00000000..0eea82ce --- /dev/null +++ b/public/releases/v2/legends/001-richard-stallman/artwork.svg @@ -0,0 +1 @@ +The open instrumentAn open compiler imagined as interlocking folded planes. Unbound source sheets enter an exposed modular bed. A coral component lifts out for modification, while three equally accessible folded editions emerge from the shared mechanism. \ No newline at end of file diff --git a/public/releases/v2/legends/001-richard-stallman/back.png b/public/releases/v2/legends/001-richard-stallman/back.png new file mode 100644 index 00000000..48d41e78 Binary files /dev/null and b/public/releases/v2/legends/001-richard-stallman/back.png differ diff --git a/public/releases/v2/legends/001-richard-stallman/back.svg b/public/releases/v2/legends/001-richard-stallman/back.svg new file mode 100644 index 00000000..edd83d5f --- /dev/null +++ b/public/releases/v2/legends/001-richard-stallman/back.svg @@ -0,0 +1 @@ +Richard Stallman — Open Source Legends v2OPEN SOURCE LEGENDS / V2Richard StallmanTHE CONTRIBUTIONRichard Stallman is a pivotal figure in the free softwaremovement. He advocates for user freedoms in software usage,study, and modification. His initiatives have shaped thelandscape of software distribution and rights.PROJECTS / DOMAINSGNU Project · Free Software Foundation · GNU C Compiler · GNU EmacsPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.001 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/001-richard-stallman/front.png b/public/releases/v2/legends/001-richard-stallman/front.png new file mode 100644 index 00000000..3d87fcfe Binary files /dev/null and b/public/releases/v2/legends/001-richard-stallman/front.png differ diff --git a/public/releases/v2/legends/001-richard-stallman/front.svg b/public/releases/v2/legends/001-richard-stallman/front.svg new file mode 100644 index 00000000..fe10882c --- /dev/null +++ b/public/releases/v2/legends/001-richard-stallman/front.svg @@ -0,0 +1 @@ +Richard Stallman — Open Source Legends v2OPEN SOURCE LEGENDS / V2Richard StallmanThe open instrumentAn open compiler imagined as interlocking folded planes. Unbound source sheets enter an exposed modular bed. A coral component lifts out for modification, while three equally accessible folded editions emerge from the shared mechanism.Founder of the GNU ProjectAdvocate for free software movement001 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/002-linus-torvalds/artwork.svg b/public/releases/v2/legends/002-linus-torvalds/artwork.svg new file mode 100644 index 00000000..0fa70d80 --- /dev/null +++ b/public/releases/v2/legends/002-linus-torvalds/artwork.svg @@ -0,0 +1 @@ +Shared core, divergent historiesAn exploded architectural instrument with a luminous shared kernel, modular open collars, and sculptural branching and merging revision rails. \ No newline at end of file diff --git a/public/releases/v2/legends/002-linus-torvalds/back.png b/public/releases/v2/legends/002-linus-torvalds/back.png new file mode 100644 index 00000000..a9341d63 Binary files /dev/null and b/public/releases/v2/legends/002-linus-torvalds/back.png differ diff --git a/public/releases/v2/legends/002-linus-torvalds/back.svg b/public/releases/v2/legends/002-linus-torvalds/back.svg new file mode 100644 index 00000000..02757147 --- /dev/null +++ b/public/releases/v2/legends/002-linus-torvalds/back.svg @@ -0,0 +1 @@ +Linus Torvalds — Open Source Legends v2OPEN SOURCE LEGENDS / V2Linus TorvaldsTHE CONTRIBUTIONLinus Torvalds revolutionizes software development with theLinux kernel and Git. His contributions foster a globalopen source community, driving innovation and collaborationacross industries.PROJECTS / DOMAINSLinux Kernel · GitPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.002 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/002-linus-torvalds/front.png b/public/releases/v2/legends/002-linus-torvalds/front.png new file mode 100644 index 00000000..fe97c6c5 Binary files /dev/null and b/public/releases/v2/legends/002-linus-torvalds/front.png differ diff --git a/public/releases/v2/legends/002-linus-torvalds/front.svg b/public/releases/v2/legends/002-linus-torvalds/front.svg new file mode 100644 index 00000000..37b38700 --- /dev/null +++ b/public/releases/v2/legends/002-linus-torvalds/front.svg @@ -0,0 +1 @@ +Linus Torvalds — Open Source Legends v2OPEN SOURCE LEGENDS / V2Linus TorvaldsShared core, divergent historiesAn exploded architectural instrument with a luminous shared kernel, modular open collars, and sculptural branching and merging revision rails.Creator of the Linux KernelDeveloping Linux and Git002 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/003-aaron-swartz/artwork.svg b/public/releases/v2/legends/003-aaron-swartz/artwork.svg new file mode 100644 index 00000000..f1e5a2cc --- /dev/null +++ b/public/releases/v2/legends/003-aaron-swartz/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/legends/003-aaron-swartz/back.png b/public/releases/v2/legends/003-aaron-swartz/back.png new file mode 100644 index 00000000..a05c50a3 Binary files /dev/null and b/public/releases/v2/legends/003-aaron-swartz/back.png differ diff --git a/public/releases/v2/legends/003-aaron-swartz/back.svg b/public/releases/v2/legends/003-aaron-swartz/back.svg new file mode 100644 index 00000000..7822d042 --- /dev/null +++ b/public/releases/v2/legends/003-aaron-swartz/back.svg @@ -0,0 +1 @@ +Aaron Swartz — Open Source Legends v2OPEN SOURCE LEGENDS / V2Aaron SwartzTHE CONTRIBUTIONAaron Swartz is a pivotal figure in internet activism andprogramming. He significantly contributed to variousprojects that shaped the web, advocating for open accessand civic engagement. His legacy inspires many in the techcommunity.PROJECTS / DOMAINSRSS · Creative Commons · web.py · MarkdownPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.003 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/003-aaron-swartz/front.png b/public/releases/v2/legends/003-aaron-swartz/front.png new file mode 100644 index 00000000..9e7282c8 Binary files /dev/null and b/public/releases/v2/legends/003-aaron-swartz/front.png differ diff --git a/public/releases/v2/legends/003-aaron-swartz/front.svg b/public/releases/v2/legends/003-aaron-swartz/front.svg new file mode 100644 index 00000000..2f8e5b1e --- /dev/null +++ b/public/releases/v2/legends/003-aaron-swartz/front.svg @@ -0,0 +1 @@ +Aaron Swartz — Open Source Legends v2OPEN SOURCE LEGENDS / V2Aaron SwartzInternet Activist and ProgrammerContributions to RSS and Markdown003 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/004-tj-holowaychuk/artwork.svg b/public/releases/v2/legends/004-tj-holowaychuk/artwork.svg new file mode 100644 index 00000000..f78d17d2 --- /dev/null +++ b/public/releases/v2/legends/004-tj-holowaychuk/artwork.svg @@ -0,0 +1 @@ +Manifold across a faultA sculptural landscape of laminated contours is split by a deep fault. Branching mint streams pass through four independent architectural membranes, while a coral return channel threads a sequence of small measuring chambers. \ No newline at end of file diff --git a/public/releases/v2/legends/004-tj-holowaychuk/back.png b/public/releases/v2/legends/004-tj-holowaychuk/back.png new file mode 100644 index 00000000..70f93d72 Binary files /dev/null and b/public/releases/v2/legends/004-tj-holowaychuk/back.png differ diff --git a/public/releases/v2/legends/004-tj-holowaychuk/back.svg b/public/releases/v2/legends/004-tj-holowaychuk/back.svg new file mode 100644 index 00000000..f4f69c5e --- /dev/null +++ b/public/releases/v2/legends/004-tj-holowaychuk/back.svg @@ -0,0 +1 @@ +TJ Holowaychuk — Open Source Legends v2OPEN SOURCE LEGENDS / V2TJ HolowaychukTHE CONTRIBUTIONTJ Holowaychuk is a pivotal figure in the Node.jscommunity, known for his innovative frameworks and modules.His work has significantly shaped web development practicesand tools, making him a respected leader in open source.PROJECTS / DOMAINSExpress · Koa · Socket.IO · MochaPROVENANCE1 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.004 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/004-tj-holowaychuk/front.png b/public/releases/v2/legends/004-tj-holowaychuk/front.png new file mode 100644 index 00000000..b68728c9 Binary files /dev/null and b/public/releases/v2/legends/004-tj-holowaychuk/front.png differ diff --git a/public/releases/v2/legends/004-tj-holowaychuk/front.svg b/public/releases/v2/legends/004-tj-holowaychuk/front.svg new file mode 100644 index 00000000..648ba357 --- /dev/null +++ b/public/releases/v2/legends/004-tj-holowaychuk/front.svg @@ -0,0 +1 @@ +TJ Holowaychuk — Open Source Legends v2OPEN SOURCE LEGENDS / V2TJ HolowaychukManifold across a faultA sculptural landscape of laminated contours is split by a deep fault. Branching mint streams pass through four independent architectural membranes, while a coral return channel threads a sequence of small measuring chambers.Node.js ContributorCreator of popular Node.js modules004 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/005-guido-van-rossum/artwork.svg b/public/releases/v2/legends/005-guido-van-rossum/artwork.svg new file mode 100644 index 00000000..87ebd732 --- /dev/null +++ b/public/releases/v2/legends/005-guido-van-rossum/artwork.svg @@ -0,0 +1 @@ +The open grammarA sculptural interpretation of the creation of Python. Asymmetric, indented ribbons unfold from a luminous open center, forming an intricate architectural bloom. \ No newline at end of file diff --git a/public/releases/v2/legends/005-guido-van-rossum/back.png b/public/releases/v2/legends/005-guido-van-rossum/back.png new file mode 100644 index 00000000..9b3c8ae5 Binary files /dev/null and b/public/releases/v2/legends/005-guido-van-rossum/back.png differ diff --git a/public/releases/v2/legends/005-guido-van-rossum/back.svg b/public/releases/v2/legends/005-guido-van-rossum/back.svg new file mode 100644 index 00000000..73a9b7f4 --- /dev/null +++ b/public/releases/v2/legends/005-guido-van-rossum/back.svg @@ -0,0 +1 @@ +Guido van Rossum — Open Source Legends v2OPEN SOURCE LEGENDS / V2Guido van RossumTHE CONTRIBUTIONGuido van Rossum is a pivotal figure in programming, knownfor creating Python. His leadership as BDFL shaped thelanguage's development and community, influencing countlessdevelopers worldwide.PROJECTS / DOMAINSPythonPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.005 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/005-guido-van-rossum/front.png b/public/releases/v2/legends/005-guido-van-rossum/front.png new file mode 100644 index 00000000..0a7e29b5 Binary files /dev/null and b/public/releases/v2/legends/005-guido-van-rossum/front.png differ diff --git a/public/releases/v2/legends/005-guido-van-rossum/front.svg b/public/releases/v2/legends/005-guido-van-rossum/front.svg new file mode 100644 index 00000000..302bbac3 --- /dev/null +++ b/public/releases/v2/legends/005-guido-van-rossum/front.svg @@ -0,0 +1 @@ +Guido van Rossum — Open Source Legends v2OPEN SOURCE LEGENDS / V2Guido van RossumThe open grammarA sculptural interpretation of the creation of Python. Asymmetric, indented ribbons unfold from a luminous open center, forming an intricate architectural bloom.Creator of the Python LanguageInventor of Python programming language005 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/006-yukihiro-matsumoto/artwork.svg b/public/releases/v2/legends/006-yukihiro-matsumoto/artwork.svg new file mode 100644 index 00000000..e1eb9fe5 --- /dev/null +++ b/public/releases/v2/legends/006-yukihiro-matsumoto/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/legends/006-yukihiro-matsumoto/back.png b/public/releases/v2/legends/006-yukihiro-matsumoto/back.png new file mode 100644 index 00000000..1fede285 Binary files /dev/null and b/public/releases/v2/legends/006-yukihiro-matsumoto/back.png differ diff --git a/public/releases/v2/legends/006-yukihiro-matsumoto/back.svg b/public/releases/v2/legends/006-yukihiro-matsumoto/back.svg new file mode 100644 index 00000000..f9b3a8d8 --- /dev/null +++ b/public/releases/v2/legends/006-yukihiro-matsumoto/back.svg @@ -0,0 +1 @@ +Yukihiro Matsumoto — Open Source Legends v2OPEN SOURCE LEGENDS / V2Yukihiro MatsumotoTHE CONTRIBUTIONYukihiro Matsumoto, known as Matz, is the creator of Ruby.He emphasizes simplicity and productivity in programming.His work inspires a vibrant community that valuescreativity and collaboration.PROJECTS / DOMAINSRuby · Ruby on Rails · RubyGemsPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.006 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/006-yukihiro-matsumoto/front.png b/public/releases/v2/legends/006-yukihiro-matsumoto/front.png new file mode 100644 index 00000000..e7c5e0cd Binary files /dev/null and b/public/releases/v2/legends/006-yukihiro-matsumoto/front.png differ diff --git a/public/releases/v2/legends/006-yukihiro-matsumoto/front.svg b/public/releases/v2/legends/006-yukihiro-matsumoto/front.svg new file mode 100644 index 00000000..5ed4e17a --- /dev/null +++ b/public/releases/v2/legends/006-yukihiro-matsumoto/front.svg @@ -0,0 +1 @@ +Yukihiro Matsumoto — Open Source Legends v2OPEN SOURCE LEGENDS / V2Yukihiro MatsumotoCreator of Ruby Programming LanguageInventing the Ruby language006 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/007-larry-wall/artwork.svg b/public/releases/v2/legends/007-larry-wall/artwork.svg new file mode 100644 index 00000000..10b07b58 --- /dev/null +++ b/public/releases/v2/legends/007-larry-wall/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/legends/007-larry-wall/back.png b/public/releases/v2/legends/007-larry-wall/back.png new file mode 100644 index 00000000..c0ea9454 Binary files /dev/null and b/public/releases/v2/legends/007-larry-wall/back.png differ diff --git a/public/releases/v2/legends/007-larry-wall/back.svg b/public/releases/v2/legends/007-larry-wall/back.svg new file mode 100644 index 00000000..9962f520 --- /dev/null +++ b/public/releases/v2/legends/007-larry-wall/back.svg @@ -0,0 +1 @@ +Larry Wall — Open Source Legends v2OPEN SOURCE LEGENDS / V2Larry WallTHE CONTRIBUTIONLarry Wall is a prominent figure in open source, known forcreating Perl, a highly versatile programming language. Hiscontributions to software development and communityengagement have made a lasting impact on the techlandscape.PROJECTS / DOMAINSPerl · Patch · perlbrewPROVENANCE1 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.007 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/007-larry-wall/front.png b/public/releases/v2/legends/007-larry-wall/front.png new file mode 100644 index 00000000..be022e16 Binary files /dev/null and b/public/releases/v2/legends/007-larry-wall/front.png differ diff --git a/public/releases/v2/legends/007-larry-wall/front.svg b/public/releases/v2/legends/007-larry-wall/front.svg new file mode 100644 index 00000000..d7096e5c --- /dev/null +++ b/public/releases/v2/legends/007-larry-wall/front.svg @@ -0,0 +1 @@ +Larry Wall — Open Source Legends v2OPEN SOURCE LEGENDS / V2Larry WallCreator of Perl Programming LanguageInventing the Perl language007 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/008-brendan-eich/artwork.svg b/public/releases/v2/legends/008-brendan-eich/artwork.svg new file mode 100644 index 00000000..60dec087 --- /dev/null +++ b/public/releases/v2/legends/008-brendan-eich/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/legends/008-brendan-eich/back.png b/public/releases/v2/legends/008-brendan-eich/back.png new file mode 100644 index 00000000..4dc6a5bf Binary files /dev/null and b/public/releases/v2/legends/008-brendan-eich/back.png differ diff --git a/public/releases/v2/legends/008-brendan-eich/back.svg b/public/releases/v2/legends/008-brendan-eich/back.svg new file mode 100644 index 00000000..a5b6d557 --- /dev/null +++ b/public/releases/v2/legends/008-brendan-eich/back.svg @@ -0,0 +1 @@ +Brendan Eich — Open Source Legends v2OPEN SOURCE LEGENDS / V2Brendan EichTHE CONTRIBUTIONBrendan Eich is a pivotal figure in web development, knownfor creating JavaScript. He co-founded Mozilla, championingopen-source principles and fostering innovation in webbrowsers. His work continues to influence how we interactwith the internet today.PROJECTS / DOMAINSJavaScript · Mozilla · FirefoxPROVENANCE1 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.008 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/008-brendan-eich/front.png b/public/releases/v2/legends/008-brendan-eich/front.png new file mode 100644 index 00000000..5eb73dc2 Binary files /dev/null and b/public/releases/v2/legends/008-brendan-eich/front.png differ diff --git a/public/releases/v2/legends/008-brendan-eich/front.svg b/public/releases/v2/legends/008-brendan-eich/front.svg new file mode 100644 index 00000000..39d090ef --- /dev/null +++ b/public/releases/v2/legends/008-brendan-eich/front.svg @@ -0,0 +1 @@ +Brendan Eich — Open Source Legends v2OPEN SOURCE LEGENDS / V2Brendan EichCreator of JavaScriptCo-founder of Mozilla and Firefox008 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/009-rasmus-lerdorf/artwork.svg b/public/releases/v2/legends/009-rasmus-lerdorf/artwork.svg new file mode 100644 index 00000000..02839496 --- /dev/null +++ b/public/releases/v2/legends/009-rasmus-lerdorf/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/legends/009-rasmus-lerdorf/back.png b/public/releases/v2/legends/009-rasmus-lerdorf/back.png new file mode 100644 index 00000000..e4a289aa Binary files /dev/null and b/public/releases/v2/legends/009-rasmus-lerdorf/back.png differ diff --git a/public/releases/v2/legends/009-rasmus-lerdorf/back.svg b/public/releases/v2/legends/009-rasmus-lerdorf/back.svg new file mode 100644 index 00000000..ff3a95fc --- /dev/null +++ b/public/releases/v2/legends/009-rasmus-lerdorf/back.svg @@ -0,0 +1 @@ +Rasmus Lerdorf — Open Source Legends v2OPEN SOURCE LEGENDS / V2Rasmus LerdorfTHE CONTRIBUTIONRasmus Lerdorf is a pivotal figure in web development, bestknown for creating PHP. His work enables dynamic webapplications and has influenced countless developersworldwide. He continues to advocate for open sourceprinciples.PROJECTS / DOMAINSPHP · Apache · MySQLPROVENANCE1 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.009 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/009-rasmus-lerdorf/front.png b/public/releases/v2/legends/009-rasmus-lerdorf/front.png new file mode 100644 index 00000000..54e0950f Binary files /dev/null and b/public/releases/v2/legends/009-rasmus-lerdorf/front.png differ diff --git a/public/releases/v2/legends/009-rasmus-lerdorf/front.svg b/public/releases/v2/legends/009-rasmus-lerdorf/front.svg new file mode 100644 index 00000000..dabff54e --- /dev/null +++ b/public/releases/v2/legends/009-rasmus-lerdorf/front.svg @@ -0,0 +1 @@ +Rasmus Lerdorf — Open Source Legends v2OPEN SOURCE LEGENDS / V2Rasmus LerdorfCreator of PHPDeveloping the PHP programming language009 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/010-david-heinemeier-hansson/artwork.svg b/public/releases/v2/legends/010-david-heinemeier-hansson/artwork.svg new file mode 100644 index 00000000..fe173369 --- /dev/null +++ b/public/releases/v2/legends/010-david-heinemeier-hansson/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/legends/010-david-heinemeier-hansson/back.png b/public/releases/v2/legends/010-david-heinemeier-hansson/back.png new file mode 100644 index 00000000..e2492c89 Binary files /dev/null and b/public/releases/v2/legends/010-david-heinemeier-hansson/back.png differ diff --git a/public/releases/v2/legends/010-david-heinemeier-hansson/back.svg b/public/releases/v2/legends/010-david-heinemeier-hansson/back.svg new file mode 100644 index 00000000..72d20944 --- /dev/null +++ b/public/releases/v2/legends/010-david-heinemeier-hansson/back.svg @@ -0,0 +1 @@ +David Heinemeier Hansson — Open Source Legends v2OPEN SOURCE LEGENDS / V2David Heinemeier HanssonTHE CONTRIBUTIONDavid Heinemeier Hansson transforms web development withRuby on Rails, emphasizing simplicity and productivity. Asa co-founder of Basecamp, he champions remote work andefficient project management.PROJECTS / DOMAINSRuby on Rails · Basecamp · HEXOPROVENANCE1 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.010 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/010-david-heinemeier-hansson/front.png b/public/releases/v2/legends/010-david-heinemeier-hansson/front.png new file mode 100644 index 00000000..663892c7 Binary files /dev/null and b/public/releases/v2/legends/010-david-heinemeier-hansson/front.png differ diff --git a/public/releases/v2/legends/010-david-heinemeier-hansson/front.svg b/public/releases/v2/legends/010-david-heinemeier-hansson/front.svg new file mode 100644 index 00000000..1ca6e6e8 --- /dev/null +++ b/public/releases/v2/legends/010-david-heinemeier-hansson/front.svg @@ -0,0 +1 @@ +David Heinemeier Hansson — Open Source Legends v2OPEN SOURCE LEGENDS / V2David Heinemeier HanssonCreator of Ruby on RailsPioneering web application framework010 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/011-ryan-dahl/artwork.svg b/public/releases/v2/legends/011-ryan-dahl/artwork.svg new file mode 100644 index 00000000..4a37a971 --- /dev/null +++ b/public/releases/v2/legends/011-ryan-dahl/artwork.svg @@ -0,0 +1 @@ +Continuous returnA cutaway runtime engine: a single unbroken mint conveyor circulates through an open architectural drum, transferring discrete workpieces into independent return chambers. Ivory bearing surfaces, dark structural laminations, and one coral execution carriage reveal the machinery of asynchronous work. \ No newline at end of file diff --git a/public/releases/v2/legends/011-ryan-dahl/back.png b/public/releases/v2/legends/011-ryan-dahl/back.png new file mode 100644 index 00000000..e3fefdf4 Binary files /dev/null and b/public/releases/v2/legends/011-ryan-dahl/back.png differ diff --git a/public/releases/v2/legends/011-ryan-dahl/back.svg b/public/releases/v2/legends/011-ryan-dahl/back.svg new file mode 100644 index 00000000..fa108134 --- /dev/null +++ b/public/releases/v2/legends/011-ryan-dahl/back.svg @@ -0,0 +1 @@ +Ryan Dahl — Open Source Legends v2OPEN SOURCE LEGENDS / V2Ryan DahlTHE CONTRIBUTIONRyan Dahl revolutionizes web development with Node.js,enabling JavaScript to run server-side. His work emphasizesefficiency and scalability, shaping modern web applicationsand influencing countless developers worldwide.PROJECTS / DOMAINSNode.js · DenoPROVENANCE1 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.011 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/011-ryan-dahl/front.png b/public/releases/v2/legends/011-ryan-dahl/front.png new file mode 100644 index 00000000..791bf0bb Binary files /dev/null and b/public/releases/v2/legends/011-ryan-dahl/front.png differ diff --git a/public/releases/v2/legends/011-ryan-dahl/front.svg b/public/releases/v2/legends/011-ryan-dahl/front.svg new file mode 100644 index 00000000..f687a0bb --- /dev/null +++ b/public/releases/v2/legends/011-ryan-dahl/front.svg @@ -0,0 +1 @@ +Ryan Dahl — Open Source Legends v2OPEN SOURCE LEGENDS / V2Ryan DahlContinuous returnA cutaway runtime engine: a single unbroken mint conveyor circulates through an open architectural drum, transferring discrete workpieces into independent return chambers. Ivory bearing surfaces, dark structural laminations, and one coral execution carriage reveal the machinery of asynchronous work.Creator of Node.jsDeveloping server-side JavaScript runtime011 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/012-evan-you/artwork.svg b/public/releases/v2/legends/012-evan-you/artwork.svg new file mode 100644 index 00000000..6a96ef9b --- /dev/null +++ b/public/releases/v2/legends/012-evan-you/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/legends/012-evan-you/back.png b/public/releases/v2/legends/012-evan-you/back.png new file mode 100644 index 00000000..7fd139d6 Binary files /dev/null and b/public/releases/v2/legends/012-evan-you/back.png differ diff --git a/public/releases/v2/legends/012-evan-you/back.svg b/public/releases/v2/legends/012-evan-you/back.svg new file mode 100644 index 00000000..d6ade2c3 --- /dev/null +++ b/public/releases/v2/legends/012-evan-you/back.svg @@ -0,0 +1 @@ +Evan You — Open Source Legends v2OPEN SOURCE LEGENDS / V2Evan YouTHE CONTRIBUTIONEvan You is a prominent figure in web development, knownfor creating Vue.js. His framework emphasizes simplicityand flexibility, making it popular among developers. Heactively engages with the community, continuously enhancingthe framework's capabilities.PROJECTS / DOMAINSVue.js · Vue Router · VuexPROVENANCE1 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.012 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/012-evan-you/front.png b/public/releases/v2/legends/012-evan-you/front.png new file mode 100644 index 00000000..4881589f Binary files /dev/null and b/public/releases/v2/legends/012-evan-you/front.png differ diff --git a/public/releases/v2/legends/012-evan-you/front.svg b/public/releases/v2/legends/012-evan-you/front.svg new file mode 100644 index 00000000..cfb4dead --- /dev/null +++ b/public/releases/v2/legends/012-evan-you/front.svg @@ -0,0 +1 @@ +Evan You — Open Source Legends v2OPEN SOURCE LEGENDS / V2Evan YouCreator of Vue.jsDeveloping the Vue.js framework012 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/013-rich-harris/artwork.svg b/public/releases/v2/legends/013-rich-harris/artwork.svg new file mode 100644 index 00000000..a5038463 --- /dev/null +++ b/public/releases/v2/legends/013-rich-harris/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/legends/013-rich-harris/back.png b/public/releases/v2/legends/013-rich-harris/back.png new file mode 100644 index 00000000..194dc3da Binary files /dev/null and b/public/releases/v2/legends/013-rich-harris/back.png differ diff --git a/public/releases/v2/legends/013-rich-harris/back.svg b/public/releases/v2/legends/013-rich-harris/back.svg new file mode 100644 index 00000000..ec8828c4 --- /dev/null +++ b/public/releases/v2/legends/013-rich-harris/back.svg @@ -0,0 +1 @@ +Rich Harris — Open Source Legends v2OPEN SOURCE LEGENDS / V2Rich HarrisTHE CONTRIBUTIONRich Harris is a leading figure in modern web development.He creates tools that streamline coding processes andimprove application performance. His work on Svelterevolutionizes how developers build user interfaces.PROJECTS / DOMAINSSvelte · Sapper · RollupPROVENANCE1 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.013 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/013-rich-harris/front.png b/public/releases/v2/legends/013-rich-harris/front.png new file mode 100644 index 00000000..96ce6c88 Binary files /dev/null and b/public/releases/v2/legends/013-rich-harris/front.png differ diff --git a/public/releases/v2/legends/013-rich-harris/front.svg b/public/releases/v2/legends/013-rich-harris/front.svg new file mode 100644 index 00000000..bb38589f --- /dev/null +++ b/public/releases/v2/legends/013-rich-harris/front.svg @@ -0,0 +1 @@ +Rich Harris — Open Source Legends v2OPEN SOURCE LEGENDS / V2Rich HarrisCreator of Svelte FrameworkInnovative JavaScript framework development013 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/014-jordan-walke/artwork.svg b/public/releases/v2/legends/014-jordan-walke/artwork.svg new file mode 100644 index 00000000..8bef904b --- /dev/null +++ b/public/releases/v2/legends/014-jordan-walke/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/legends/014-jordan-walke/back.png b/public/releases/v2/legends/014-jordan-walke/back.png new file mode 100644 index 00000000..e759c44c Binary files /dev/null and b/public/releases/v2/legends/014-jordan-walke/back.png differ diff --git a/public/releases/v2/legends/014-jordan-walke/back.svg b/public/releases/v2/legends/014-jordan-walke/back.svg new file mode 100644 index 00000000..16493752 --- /dev/null +++ b/public/releases/v2/legends/014-jordan-walke/back.svg @@ -0,0 +1 @@ +Jordan Walke — Open Source Legends v2OPEN SOURCE LEGENDS / V2Jordan WalkeTHE CONTRIBUTIONJordan Walke revolutionizes front-end development withReact, a library that simplifies building user interfaces.His work emphasizes performance and usability, making it afavorite among developers worldwide.PROJECTS / DOMAINSReact · React Native · JestPROVENANCE1 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.014 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/014-jordan-walke/front.png b/public/releases/v2/legends/014-jordan-walke/front.png new file mode 100644 index 00000000..c8217861 Binary files /dev/null and b/public/releases/v2/legends/014-jordan-walke/front.png differ diff --git a/public/releases/v2/legends/014-jordan-walke/front.svg b/public/releases/v2/legends/014-jordan-walke/front.svg new file mode 100644 index 00000000..abd262f4 --- /dev/null +++ b/public/releases/v2/legends/014-jordan-walke/front.svg @@ -0,0 +1 @@ +Jordan Walke — Open Source Legends v2OPEN SOURCE LEGENDS / V2Jordan WalkeCreator of ReactDeveloping the React JavaScript library014 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/015-dan-abramov/artwork.svg b/public/releases/v2/legends/015-dan-abramov/artwork.svg new file mode 100644 index 00000000..c034b68e --- /dev/null +++ b/public/releases/v2/legends/015-dan-abramov/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/legends/015-dan-abramov/back.png b/public/releases/v2/legends/015-dan-abramov/back.png new file mode 100644 index 00000000..beef7005 Binary files /dev/null and b/public/releases/v2/legends/015-dan-abramov/back.png differ diff --git a/public/releases/v2/legends/015-dan-abramov/back.svg b/public/releases/v2/legends/015-dan-abramov/back.svg new file mode 100644 index 00000000..b35271d6 --- /dev/null +++ b/public/releases/v2/legends/015-dan-abramov/back.svg @@ -0,0 +1 @@ +Dan Abramov — Open Source Legends v2OPEN SOURCE LEGENDS / V2Dan AbramovTHE CONTRIBUTIONDan Abramov is a leading figure in the JavaScriptcommunity, known for his work on Redux and Create ReactApp. His contributions significantly enhance thedevelopment experience for React developers worldwide.PROJECTS / DOMAINSRedux · Create React App · React Hot LoaderPROVENANCE1 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.015 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/015-dan-abramov/front.png b/public/releases/v2/legends/015-dan-abramov/front.png new file mode 100644 index 00000000..515beb07 Binary files /dev/null and b/public/releases/v2/legends/015-dan-abramov/front.png differ diff --git a/public/releases/v2/legends/015-dan-abramov/front.svg b/public/releases/v2/legends/015-dan-abramov/front.svg new file mode 100644 index 00000000..1c5cb63c --- /dev/null +++ b/public/releases/v2/legends/015-dan-abramov/front.svg @@ -0,0 +1 @@ +Dan Abramov — Open Source Legends v2OPEN SOURCE LEGENDS / V2Dan AbramovCo-Creator of ReduxJavaScript libraries and tools015 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/016-sebastian-mckenzie/artwork.svg b/public/releases/v2/legends/016-sebastian-mckenzie/artwork.svg new file mode 100644 index 00000000..0a280b08 --- /dev/null +++ b/public/releases/v2/legends/016-sebastian-mckenzie/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/legends/016-sebastian-mckenzie/back.png b/public/releases/v2/legends/016-sebastian-mckenzie/back.png new file mode 100644 index 00000000..909daca5 Binary files /dev/null and b/public/releases/v2/legends/016-sebastian-mckenzie/back.png differ diff --git a/public/releases/v2/legends/016-sebastian-mckenzie/back.svg b/public/releases/v2/legends/016-sebastian-mckenzie/back.svg new file mode 100644 index 00000000..957458a2 --- /dev/null +++ b/public/releases/v2/legends/016-sebastian-mckenzie/back.svg @@ -0,0 +1 @@ +Sebastian McKenzie — Open Source Legends v2OPEN SOURCE LEGENDS / V2Sebastian McKenzieTHE CONTRIBUTIONSebastian McKenzie is a pivotal figure in JavaScriptdevelopment. He creates Babel, a tool that allowsdevelopers to use the latest JavaScript features whileensuring compatibility with older browsers.PROJECTS / DOMAINSBabel · Babel-Polyfill · Babel-CLIPROVENANCE1 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.016 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/016-sebastian-mckenzie/front.png b/public/releases/v2/legends/016-sebastian-mckenzie/front.png new file mode 100644 index 00000000..2da6a653 Binary files /dev/null and b/public/releases/v2/legends/016-sebastian-mckenzie/front.png differ diff --git a/public/releases/v2/legends/016-sebastian-mckenzie/front.svg b/public/releases/v2/legends/016-sebastian-mckenzie/front.svg new file mode 100644 index 00000000..8b374377 --- /dev/null +++ b/public/releases/v2/legends/016-sebastian-mckenzie/front.svg @@ -0,0 +1 @@ +Sebastian McKenzie — Open Source Legends v2OPEN SOURCE LEGENDS / V2Sebastian McKenzieCreator of Babel CompilerJavaScript transpiler development016 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/017-isaac-z-schlueter/artwork.svg b/public/releases/v2/legends/017-isaac-z-schlueter/artwork.svg new file mode 100644 index 00000000..76ff3281 --- /dev/null +++ b/public/releases/v2/legends/017-isaac-z-schlueter/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/legends/017-isaac-z-schlueter/back.png b/public/releases/v2/legends/017-isaac-z-schlueter/back.png new file mode 100644 index 00000000..73e3df16 Binary files /dev/null and b/public/releases/v2/legends/017-isaac-z-schlueter/back.png differ diff --git a/public/releases/v2/legends/017-isaac-z-schlueter/back.svg b/public/releases/v2/legends/017-isaac-z-schlueter/back.svg new file mode 100644 index 00000000..9e2f11ad --- /dev/null +++ b/public/releases/v2/legends/017-isaac-z-schlueter/back.svg @@ -0,0 +1 @@ +Isaac Z. Schlueter — Open Source Legends v2OPEN SOURCE LEGENDS / V2Isaac Z. SchlueterTHE CONTRIBUTIONIsaac Z. Schlueter revolutionizes JavaScript developmentwith npm, the world's largest software registry. His workfosters collaboration and innovation, making it easier fordevelopers to share and reuse code.PROJECTS / DOMAINSnpm · Node.jsPROVENANCE1 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.017 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/017-isaac-z-schlueter/front.png b/public/releases/v2/legends/017-isaac-z-schlueter/front.png new file mode 100644 index 00000000..fe62624d Binary files /dev/null and b/public/releases/v2/legends/017-isaac-z-schlueter/front.png differ diff --git a/public/releases/v2/legends/017-isaac-z-schlueter/front.svg b/public/releases/v2/legends/017-isaac-z-schlueter/front.svg new file mode 100644 index 00000000..5624659b --- /dev/null +++ b/public/releases/v2/legends/017-isaac-z-schlueter/front.svg @@ -0,0 +1 @@ +Isaac Z. Schlueter — Open Source Legends v2OPEN SOURCE LEGENDS / V2Isaac Z. SchlueterNode.js Package Manager CreatorFounder of npm, Inc.017 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/018-matt-mullenweg/artwork.svg b/public/releases/v2/legends/018-matt-mullenweg/artwork.svg new file mode 100644 index 00000000..4b77c07a --- /dev/null +++ b/public/releases/v2/legends/018-matt-mullenweg/artwork.svg @@ -0,0 +1 @@ +The open publishing houseA suspended folded-paper cross-section surrounds a luminous shared printing roller. Modular publication leaves extend from the open structure, while a removable composing tray exposes its working parts. \ No newline at end of file diff --git a/public/releases/v2/legends/018-matt-mullenweg/back.png b/public/releases/v2/legends/018-matt-mullenweg/back.png new file mode 100644 index 00000000..f9b1c848 Binary files /dev/null and b/public/releases/v2/legends/018-matt-mullenweg/back.png differ diff --git a/public/releases/v2/legends/018-matt-mullenweg/back.svg b/public/releases/v2/legends/018-matt-mullenweg/back.svg new file mode 100644 index 00000000..e556ffe6 --- /dev/null +++ b/public/releases/v2/legends/018-matt-mullenweg/back.svg @@ -0,0 +1 @@ +Matt Mullenweg — Open Source Legends v2OPEN SOURCE LEGENDS / V2Matt MullenwegTHE CONTRIBUTIONMatt Mullenweg is a key figure in web development, knownfor co-founding WordPress. He champions open-sourceprinciples and has significantly influenced onlinepublishing and content management systems.PROJECTS / DOMAINSWordPress · Akismet · BuddyPressPROVENANCE1 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.018 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/018-matt-mullenweg/front.png b/public/releases/v2/legends/018-matt-mullenweg/front.png new file mode 100644 index 00000000..af5c085c Binary files /dev/null and b/public/releases/v2/legends/018-matt-mullenweg/front.png differ diff --git a/public/releases/v2/legends/018-matt-mullenweg/front.svg b/public/releases/v2/legends/018-matt-mullenweg/front.svg new file mode 100644 index 00000000..3e1afc74 --- /dev/null +++ b/public/releases/v2/legends/018-matt-mullenweg/front.svg @@ -0,0 +1 @@ +Matt Mullenweg — Open Source Legends v2OPEN SOURCE LEGENDS / V2Matt MullenwegThe open publishing houseA suspended folded-paper cross-section surrounds a luminous shared printing roller. Modular publication leaves extend from the open structure, while a removable composing tray exposes its working parts.Co-founder of WordPressLeading the WordPress project018 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/019-dries-buytaert/artwork.svg b/public/releases/v2/legends/019-dries-buytaert/artwork.svg new file mode 100644 index 00000000..6f790a31 --- /dev/null +++ b/public/releases/v2/legends/019-dries-buytaert/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/legends/019-dries-buytaert/back.png b/public/releases/v2/legends/019-dries-buytaert/back.png new file mode 100644 index 00000000..94efbae5 Binary files /dev/null and b/public/releases/v2/legends/019-dries-buytaert/back.png differ diff --git a/public/releases/v2/legends/019-dries-buytaert/back.svg b/public/releases/v2/legends/019-dries-buytaert/back.svg new file mode 100644 index 00000000..e01ddac0 --- /dev/null +++ b/public/releases/v2/legends/019-dries-buytaert/back.svg @@ -0,0 +1 @@ +Dries Buytaert — Open Source Legends v2OPEN SOURCE LEGENDS / V2Dries BuytaertTHE CONTRIBUTIONDries Buytaert is a pivotal figure in open source, knownfor creating Drupal, a leading content management system.He champions community-driven development and continues toinfluence the web landscape through his work at Acquia.PROJECTS / DOMAINSDrupal · AcquiaPROVENANCE1 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.019 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/019-dries-buytaert/front.png b/public/releases/v2/legends/019-dries-buytaert/front.png new file mode 100644 index 00000000..ced76cfb Binary files /dev/null and b/public/releases/v2/legends/019-dries-buytaert/front.png differ diff --git a/public/releases/v2/legends/019-dries-buytaert/front.svg b/public/releases/v2/legends/019-dries-buytaert/front.svg new file mode 100644 index 00000000..ef32c186 --- /dev/null +++ b/public/releases/v2/legends/019-dries-buytaert/front.svg @@ -0,0 +1 @@ +Dries Buytaert — Open Source Legends v2OPEN SOURCE LEGENDS / V2Dries BuytaertCreator of DrupalFounding the Drupal content management system019 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/020-brian-behlendorf/artwork.svg b/public/releases/v2/legends/020-brian-behlendorf/artwork.svg new file mode 100644 index 00000000..b82afb1a --- /dev/null +++ b/public/releases/v2/legends/020-brian-behlendorf/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/legends/020-brian-behlendorf/back.png b/public/releases/v2/legends/020-brian-behlendorf/back.png new file mode 100644 index 00000000..c14bed7d Binary files /dev/null and b/public/releases/v2/legends/020-brian-behlendorf/back.png differ diff --git a/public/releases/v2/legends/020-brian-behlendorf/back.svg b/public/releases/v2/legends/020-brian-behlendorf/back.svg new file mode 100644 index 00000000..6eb1acfd --- /dev/null +++ b/public/releases/v2/legends/020-brian-behlendorf/back.svg @@ -0,0 +1 @@ +Brian Behlendorf — Open Source Legends v2OPEN SOURCE LEGENDS / V2Brian BehlendorfTHE CONTRIBUTIONBrian Behlendorf is a pivotal figure in open source, knownfor co-founding the Apache Software Foundation. Hisleadership in developing the Apache HTTP Server hassignificantly shaped the web landscape, promotingcollaboration and innovation in software development.PROJECTS / DOMAINSApache HTTP Server · Apache Software Foundation · Mod_sslPROVENANCE1 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.020 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/020-brian-behlendorf/front.png b/public/releases/v2/legends/020-brian-behlendorf/front.png new file mode 100644 index 00000000..8884d34b Binary files /dev/null and b/public/releases/v2/legends/020-brian-behlendorf/front.png differ diff --git a/public/releases/v2/legends/020-brian-behlendorf/front.svg b/public/releases/v2/legends/020-brian-behlendorf/front.svg new file mode 100644 index 00000000..1c6d5429 --- /dev/null +++ b/public/releases/v2/legends/020-brian-behlendorf/front.svg @@ -0,0 +1 @@ +Brian Behlendorf — Open Source Legends v2OPEN SOURCE LEGENDS / V2Brian BehlendorfCo-founder of Apache Software FoundationLeading the Apache HTTP Server project020 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/021-roy-fielding/artwork.svg b/public/releases/v2/legends/021-roy-fielding/artwork.svg new file mode 100644 index 00000000..3bef8ee6 --- /dev/null +++ b/public/releases/v2/legends/021-roy-fielding/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/legends/021-roy-fielding/back.png b/public/releases/v2/legends/021-roy-fielding/back.png new file mode 100644 index 00000000..399d369b Binary files /dev/null and b/public/releases/v2/legends/021-roy-fielding/back.png differ diff --git a/public/releases/v2/legends/021-roy-fielding/back.svg b/public/releases/v2/legends/021-roy-fielding/back.svg new file mode 100644 index 00000000..b694129d --- /dev/null +++ b/public/releases/v2/legends/021-roy-fielding/back.svg @@ -0,0 +1 @@ +Roy Fielding — Open Source Legends v2OPEN SOURCE LEGENDS / V2Roy FieldingTHE CONTRIBUTIONRoy Fielding is a pivotal figure in web architecture, knownfor his creation of REST. His work on HTTP and the ApacheHTTP Server has profoundly influenced how modern webapplications are designed and interact.PROJECTS / DOMAINSApache HTTP Server · REST · HTTP/1.1PROVENANCE1 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.021 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/021-roy-fielding/front.png b/public/releases/v2/legends/021-roy-fielding/front.png new file mode 100644 index 00000000..56eee08b Binary files /dev/null and b/public/releases/v2/legends/021-roy-fielding/front.png differ diff --git a/public/releases/v2/legends/021-roy-fielding/front.svg b/public/releases/v2/legends/021-roy-fielding/front.svg new file mode 100644 index 00000000..65a150ea --- /dev/null +++ b/public/releases/v2/legends/021-roy-fielding/front.svg @@ -0,0 +1 @@ +Roy Fielding — Open Source Legends v2OPEN SOURCE LEGENDS / V2Roy FieldingArchitect of RESTFounding the REST architectural style021 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/022-eric-s-raymond/artwork.svg b/public/releases/v2/legends/022-eric-s-raymond/artwork.svg new file mode 100644 index 00000000..d4ce4b89 --- /dev/null +++ b/public/releases/v2/legends/022-eric-s-raymond/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/legends/022-eric-s-raymond/back.png b/public/releases/v2/legends/022-eric-s-raymond/back.png new file mode 100644 index 00000000..54ba8f80 Binary files /dev/null and b/public/releases/v2/legends/022-eric-s-raymond/back.png differ diff --git a/public/releases/v2/legends/022-eric-s-raymond/back.svg b/public/releases/v2/legends/022-eric-s-raymond/back.svg new file mode 100644 index 00000000..8b049e5e --- /dev/null +++ b/public/releases/v2/legends/022-eric-s-raymond/back.svg @@ -0,0 +1 @@ +Eric S. Raymond — Open Source Legends v2OPEN SOURCE LEGENDS / V2Eric S. RaymondTHE CONTRIBUTIONEric S. Raymond is a prominent figure in the open sourcemovement. He advocates for transparency in softwaredevelopment and has authored influential works that shapemodern programming practices.PROJECTS / DOMAINSFetchmail · The Cathedral and the Bazaar · Open Source InitiativePROVENANCE1 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.022 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/022-eric-s-raymond/front.png b/public/releases/v2/legends/022-eric-s-raymond/front.png new file mode 100644 index 00000000..85fb570f Binary files /dev/null and b/public/releases/v2/legends/022-eric-s-raymond/front.png differ diff --git a/public/releases/v2/legends/022-eric-s-raymond/front.svg b/public/releases/v2/legends/022-eric-s-raymond/front.svg new file mode 100644 index 00000000..7b403ec2 --- /dev/null +++ b/public/releases/v2/legends/022-eric-s-raymond/front.svg @@ -0,0 +1 @@ +Eric S. Raymond — Open Source Legends v2OPEN SOURCE LEGENDS / V2Eric S. RaymondOpen Source AdvocateAuthor of 'The Cathedral and the Bazaar'022 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/023-bruce-perens/artwork.svg b/public/releases/v2/legends/023-bruce-perens/artwork.svg new file mode 100644 index 00000000..13430582 --- /dev/null +++ b/public/releases/v2/legends/023-bruce-perens/artwork.svg @@ -0,0 +1 @@ +A common, open interfaceAn exploded architectural gauge carries flowing, interchangeable modules through shared apertures. Open joints, exposed sections, and compatible components evoke the Open Source Definition, Debian, and common software standards. \ No newline at end of file diff --git a/public/releases/v2/legends/023-bruce-perens/back.png b/public/releases/v2/legends/023-bruce-perens/back.png new file mode 100644 index 00000000..2ede9226 Binary files /dev/null and b/public/releases/v2/legends/023-bruce-perens/back.png differ diff --git a/public/releases/v2/legends/023-bruce-perens/back.svg b/public/releases/v2/legends/023-bruce-perens/back.svg new file mode 100644 index 00000000..508bba1f --- /dev/null +++ b/public/releases/v2/legends/023-bruce-perens/back.svg @@ -0,0 +1 @@ +Bruce Perens — Open Source Legends v2OPEN SOURCE LEGENDS / V2Bruce PerensTHE CONTRIBUTIONBruce Perens is a pivotal figure in the open sourcemovement. He co-founded the Open Source Initiative andauthored the Open Source Definition, which shapes softwarelicensing today. His advocacy continues to influencesoftware development worldwide.PROJECTS / DOMAINSOpen Source Definition · Debian Project · Linux Standards BasePROVENANCE1 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.023 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/023-bruce-perens/front.png b/public/releases/v2/legends/023-bruce-perens/front.png new file mode 100644 index 00000000..991fe277 Binary files /dev/null and b/public/releases/v2/legends/023-bruce-perens/front.png differ diff --git a/public/releases/v2/legends/023-bruce-perens/front.svg b/public/releases/v2/legends/023-bruce-perens/front.svg new file mode 100644 index 00000000..e3bd81e3 --- /dev/null +++ b/public/releases/v2/legends/023-bruce-perens/front.svg @@ -0,0 +1 @@ +Bruce Perens — Open Source Legends v2OPEN SOURCE LEGENDS / V2Bruce PerensA common, open interfaceAn exploded architectural gauge carries flowing, interchangeable modules through shared apertures. Open joints, exposed sections, and compatible components evoke the Open Source Definition, Debian, and common software standards.Co-founder of Open Source InitiativeAdvocate for open source software023 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/024-ian-murdock/artwork.svg b/public/releases/v2/legends/024-ian-murdock/artwork.svg new file mode 100644 index 00000000..e019ce55 --- /dev/null +++ b/public/releases/v2/legends/024-ian-murdock/artwork.svg @@ -0,0 +1 @@ +A common foundationAn exploded architectural labyrinth assembled from interlocking ivory modules. Mint-lit passages converge beneath an open, elevated communal courtyard, while layered foundation cassettes separate into new assemblies. \ No newline at end of file diff --git a/public/releases/v2/legends/024-ian-murdock/back.png b/public/releases/v2/legends/024-ian-murdock/back.png new file mode 100644 index 00000000..ef5d01d3 Binary files /dev/null and b/public/releases/v2/legends/024-ian-murdock/back.png differ diff --git a/public/releases/v2/legends/024-ian-murdock/back.svg b/public/releases/v2/legends/024-ian-murdock/back.svg new file mode 100644 index 00000000..b8820268 --- /dev/null +++ b/public/releases/v2/legends/024-ian-murdock/back.svg @@ -0,0 +1 @@ +Ian Murdock — Open Source Legends v2OPEN SOURCE LEGENDS / V2Ian MurdockTHE CONTRIBUTIONIan Murdock is a pivotal figure in open source, known forfounding the Debian Project. His vision for a collaborativeoperating system has influenced countless distributions andfostered a strong community ethos.PROJECTS / DOMAINSDebian · Progeny Linux SystemsPROVENANCE1 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.024 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/024-ian-murdock/front.png b/public/releases/v2/legends/024-ian-murdock/front.png new file mode 100644 index 00000000..924c1412 Binary files /dev/null and b/public/releases/v2/legends/024-ian-murdock/front.png differ diff --git a/public/releases/v2/legends/024-ian-murdock/front.svg b/public/releases/v2/legends/024-ian-murdock/front.svg new file mode 100644 index 00000000..a948b69d --- /dev/null +++ b/public/releases/v2/legends/024-ian-murdock/front.svg @@ -0,0 +1 @@ +Ian Murdock — Open Source Legends v2OPEN SOURCE LEGENDS / V2Ian MurdockA common foundationAn exploded architectural labyrinth assembled from interlocking ivory modules. Mint-lit passages converge beneath an open, elevated communal courtyard, while layered foundation cassettes separate into new assemblies.Founder of Debian ProjectCreating the Debian Linux distribution024 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/025-mark-shuttleworth/artwork.svg b/public/releases/v2/legends/025-mark-shuttleworth/artwork.svg new file mode 100644 index 00000000..fe777f58 --- /dev/null +++ b/public/releases/v2/legends/025-mark-shuttleworth/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/legends/025-mark-shuttleworth/back.png b/public/releases/v2/legends/025-mark-shuttleworth/back.png new file mode 100644 index 00000000..9dbb5f7d Binary files /dev/null and b/public/releases/v2/legends/025-mark-shuttleworth/back.png differ diff --git a/public/releases/v2/legends/025-mark-shuttleworth/back.svg b/public/releases/v2/legends/025-mark-shuttleworth/back.svg new file mode 100644 index 00000000..916db65e --- /dev/null +++ b/public/releases/v2/legends/025-mark-shuttleworth/back.svg @@ -0,0 +1 @@ +Mark Shuttleworth — Open Source Legends v2OPEN SOURCE LEGENDS / V2Mark ShuttleworthTHE CONTRIBUTIONMark Shuttleworth is a visionary entrepreneur andphilanthropist. He founded Ubuntu, which revolutionizedLinux accessibility. His commitment to open source fostersinnovation and community engagement worldwide.PROJECTS / DOMAINSUbuntu · Canonical Ltd.PROVENANCE1 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.025 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/025-mark-shuttleworth/front.png b/public/releases/v2/legends/025-mark-shuttleworth/front.png new file mode 100644 index 00000000..9dc41cf3 Binary files /dev/null and b/public/releases/v2/legends/025-mark-shuttleworth/front.png differ diff --git a/public/releases/v2/legends/025-mark-shuttleworth/front.svg b/public/releases/v2/legends/025-mark-shuttleworth/front.svg new file mode 100644 index 00000000..ef3601dc --- /dev/null +++ b/public/releases/v2/legends/025-mark-shuttleworth/front.svg @@ -0,0 +1 @@ +Mark Shuttleworth — Open Source Legends v2OPEN SOURCE LEGENDS / V2Mark ShuttleworthFounder of UbuntuCreating the Ubuntu operating system025 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/026-theo-de-raadt/artwork.svg b/public/releases/v2/legends/026-theo-de-raadt/artwork.svg new file mode 100644 index 00000000..97258714 --- /dev/null +++ b/public/releases/v2/legends/026-theo-de-raadt/artwork.svg @@ -0,0 +1 @@ +Open channels, exact boundariesA luminous branching glass manifold passes through three exposed precision inspection chambers. Pale ceramic boundaries, layered graphite construction and paired light streams form an architectural metaphor for auditable security and protected communication. \ No newline at end of file diff --git a/public/releases/v2/legends/026-theo-de-raadt/back.png b/public/releases/v2/legends/026-theo-de-raadt/back.png new file mode 100644 index 00000000..feaae6cd Binary files /dev/null and b/public/releases/v2/legends/026-theo-de-raadt/back.png differ diff --git a/public/releases/v2/legends/026-theo-de-raadt/back.svg b/public/releases/v2/legends/026-theo-de-raadt/back.svg new file mode 100644 index 00000000..2cabcfdd --- /dev/null +++ b/public/releases/v2/legends/026-theo-de-raadt/back.svg @@ -0,0 +1 @@ +Theo de Raadt — Open Source Legends v2OPEN SOURCE LEGENDS / V2Theo de RaadtTHE CONTRIBUTIONTheo de Raadt leads the OpenBSD project, emphasizingsecurity and code correctness. His work on OpenSSH hastransformed secure communications globally. He is aprominent figure in the open-source community.PROJECTS / DOMAINSOpenBSD · OpenSSH · LibreSSLPROVENANCE1 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.026 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/026-theo-de-raadt/front.png b/public/releases/v2/legends/026-theo-de-raadt/front.png new file mode 100644 index 00000000..b33670b4 Binary files /dev/null and b/public/releases/v2/legends/026-theo-de-raadt/front.png differ diff --git a/public/releases/v2/legends/026-theo-de-raadt/front.svg b/public/releases/v2/legends/026-theo-de-raadt/front.svg new file mode 100644 index 00000000..6069280e --- /dev/null +++ b/public/releases/v2/legends/026-theo-de-raadt/front.svg @@ -0,0 +1 @@ +Theo de Raadt — Open Source Legends v2OPEN SOURCE LEGENDS / V2Theo de RaadtOpen channels, exact boundariesA luminous branching glass manifold passes through three exposed precision inspection chambers. Pale ceramic boundaries, layered graphite construction and paired light streams form an architectural metaphor for auditable security and protected communication.Founder of OpenBSDAdvocate for open-source security026 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/027-d-richard-hipp/artwork.svg b/public/releases/v2/legends/027-d-richard-hipp/artwork.svg new file mode 100644 index 00000000..9d96c9b0 --- /dev/null +++ b/public/releases/v2/legends/027-d-richard-hipp/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/legends/027-d-richard-hipp/back.png b/public/releases/v2/legends/027-d-richard-hipp/back.png new file mode 100644 index 00000000..173f8a0b Binary files /dev/null and b/public/releases/v2/legends/027-d-richard-hipp/back.png differ diff --git a/public/releases/v2/legends/027-d-richard-hipp/back.svg b/public/releases/v2/legends/027-d-richard-hipp/back.svg new file mode 100644 index 00000000..3fe7b063 --- /dev/null +++ b/public/releases/v2/legends/027-d-richard-hipp/back.svg @@ -0,0 +1 @@ +D. Richard Hipp — Open Source Legends v2OPEN SOURCE LEGENDS / V2D. Richard HippTHE CONTRIBUTIOND. Richard Hipp is a prominent software developer known forcreating SQLite, a lightweight database widely used inapplications. His work on Fossil and Tcl further showcaseshis versatility and impact in the open-source community.PROJECTS / DOMAINSSQLite · Tcl · FossilPROVENANCE1 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.027 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/027-d-richard-hipp/front.png b/public/releases/v2/legends/027-d-richard-hipp/front.png new file mode 100644 index 00000000..2bf26c35 Binary files /dev/null and b/public/releases/v2/legends/027-d-richard-hipp/front.png differ diff --git a/public/releases/v2/legends/027-d-richard-hipp/front.svg b/public/releases/v2/legends/027-d-richard-hipp/front.svg new file mode 100644 index 00000000..598622a6 --- /dev/null +++ b/public/releases/v2/legends/027-d-richard-hipp/front.svg @@ -0,0 +1 @@ +D. Richard Hipp — Open Source Legends v2OPEN SOURCE LEGENDS / V2D. Richard HippCreator of SQLiteDeveloping the SQLite database027 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/028-fabrice-bellard/artwork.svg b/public/releases/v2/legends/028-fabrice-bellard/artwork.svg new file mode 100644 index 00000000..18fb8c92 --- /dev/null +++ b/public/releases/v2/legends/028-fabrice-bellard/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/legends/028-fabrice-bellard/back.png b/public/releases/v2/legends/028-fabrice-bellard/back.png new file mode 100644 index 00000000..14b6674e Binary files /dev/null and b/public/releases/v2/legends/028-fabrice-bellard/back.png differ diff --git a/public/releases/v2/legends/028-fabrice-bellard/back.svg b/public/releases/v2/legends/028-fabrice-bellard/back.svg new file mode 100644 index 00000000..9631befd --- /dev/null +++ b/public/releases/v2/legends/028-fabrice-bellard/back.svg @@ -0,0 +1 @@ +Fabrice Bellard — Open Source Legends v2OPEN SOURCE LEGENDS / V2Fabrice BellardTHE CONTRIBUTIONFabrice Bellard is a prominent figure in open sourcesoftware, known for his groundbreaking work in emulationand programming languages. His projects, especially QEMUand FFmpeg, have significantly influenced the techlandscape.PROJECTS / DOMAINSQEMU · FFmpeg · TinyCCPROVENANCE1 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.028 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/028-fabrice-bellard/front.png b/public/releases/v2/legends/028-fabrice-bellard/front.png new file mode 100644 index 00000000..e84b7de0 Binary files /dev/null and b/public/releases/v2/legends/028-fabrice-bellard/front.png differ diff --git a/public/releases/v2/legends/028-fabrice-bellard/front.svg b/public/releases/v2/legends/028-fabrice-bellard/front.svg new file mode 100644 index 00000000..0a89fd98 --- /dev/null +++ b/public/releases/v2/legends/028-fabrice-bellard/front.svg @@ -0,0 +1 @@ +Fabrice Bellard — Open Source Legends v2OPEN SOURCE LEGENDS / V2Fabrice BellardCreator of QEMUContributions to emulation and programming languages028 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/029-andrew-tridgell/artwork.svg b/public/releases/v2/legends/029-andrew-tridgell/artwork.svg new file mode 100644 index 00000000..edc947de --- /dev/null +++ b/public/releases/v2/legends/029-andrew-tridgell/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/legends/029-andrew-tridgell/back.png b/public/releases/v2/legends/029-andrew-tridgell/back.png new file mode 100644 index 00000000..f9e23d12 Binary files /dev/null and b/public/releases/v2/legends/029-andrew-tridgell/back.png differ diff --git a/public/releases/v2/legends/029-andrew-tridgell/back.svg b/public/releases/v2/legends/029-andrew-tridgell/back.svg new file mode 100644 index 00000000..a7139d56 --- /dev/null +++ b/public/releases/v2/legends/029-andrew-tridgell/back.svg @@ -0,0 +1 @@ +Andrew Tridgell — Open Source Legends v2OPEN SOURCE LEGENDS / V2Andrew TridgellTHE CONTRIBUTIONAndrew Tridgell is a key figure in open-source software,known for creating Samba and rsync. His work enablesseamless file sharing across different operating systems,making him a vital contributor to the open-sourcecommunity.PROJECTS / DOMAINSSamba · rsync · CIFSPROVENANCE1 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.029 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/029-andrew-tridgell/front.png b/public/releases/v2/legends/029-andrew-tridgell/front.png new file mode 100644 index 00000000..dab0c948 Binary files /dev/null and b/public/releases/v2/legends/029-andrew-tridgell/front.png differ diff --git a/public/releases/v2/legends/029-andrew-tridgell/front.svg b/public/releases/v2/legends/029-andrew-tridgell/front.svg new file mode 100644 index 00000000..b5b9038f --- /dev/null +++ b/public/releases/v2/legends/029-andrew-tridgell/front.svg @@ -0,0 +1 @@ +Andrew Tridgell — Open Source Legends v2OPEN SOURCE LEGENDS / V2Andrew TridgellCreator of SambaPioneering open-source file sharing029 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/030-bram-moolenaar/artwork.svg b/public/releases/v2/legends/030-bram-moolenaar/artwork.svg new file mode 100644 index 00000000..67f078e3 --- /dev/null +++ b/public/releases/v2/legends/030-bram-moolenaar/artwork.svg @@ -0,0 +1 @@ +A suspended cross-section of a precision editing instrument. Indented ivory line-slugs form an editable buffer. A monumental jade cursor lifts a selected coral passage, while three small unmarked controls connect to direct and returning mechanical paths exposed beneath the surface. \ No newline at end of file diff --git a/public/releases/v2/legends/030-bram-moolenaar/back.png b/public/releases/v2/legends/030-bram-moolenaar/back.png new file mode 100644 index 00000000..ffc60a6f Binary files /dev/null and b/public/releases/v2/legends/030-bram-moolenaar/back.png differ diff --git a/public/releases/v2/legends/030-bram-moolenaar/back.svg b/public/releases/v2/legends/030-bram-moolenaar/back.svg new file mode 100644 index 00000000..49a284bb --- /dev/null +++ b/public/releases/v2/legends/030-bram-moolenaar/back.svg @@ -0,0 +1 @@ +Bram Moolenaar — Open Source Legends v2OPEN SOURCE LEGENDS / V2Bram MoolenaarTHE CONTRIBUTIONBram Moolenaar is a prominent figure in softwaredevelopment, known for creating Vim, a highly configurabletext editor. His work emphasizes efficiency andproductivity, making Vim a staple among programmersworldwide.PROJECTS / DOMAINSVim · Gvim · Vim.orgPROVENANCE1 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.030 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/030-bram-moolenaar/front.png b/public/releases/v2/legends/030-bram-moolenaar/front.png new file mode 100644 index 00000000..b0af2947 Binary files /dev/null and b/public/releases/v2/legends/030-bram-moolenaar/front.png differ diff --git a/public/releases/v2/legends/030-bram-moolenaar/front.svg b/public/releases/v2/legends/030-bram-moolenaar/front.svg new file mode 100644 index 00000000..bb08a4ad --- /dev/null +++ b/public/releases/v2/legends/030-bram-moolenaar/front.svg @@ -0,0 +1 @@ +Bram Moolenaar — Open Source Legends v2OPEN SOURCE LEGENDS / V2Bram MoolenaarA suspended cross-section of a precision editing instrument. Indented ivory line-slugs form an editable buffer. A monumental jade cursor lifts a selected coral passage, while three small unmarked controls connect to direct and returning mechanical paths exposed beneath the surface.Creator of Vim EditorDeveloping the Vim text editor030 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/031-brian-fox/artwork.svg b/public/releases/v2/legends/031-brian-fox/artwork.svg new file mode 100644 index 00000000..25b82a13 --- /dev/null +++ b/public/releases/v2/legends/031-brian-fox/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/legends/031-brian-fox/back.png b/public/releases/v2/legends/031-brian-fox/back.png new file mode 100644 index 00000000..f99b162c Binary files /dev/null and b/public/releases/v2/legends/031-brian-fox/back.png differ diff --git a/public/releases/v2/legends/031-brian-fox/back.svg b/public/releases/v2/legends/031-brian-fox/back.svg new file mode 100644 index 00000000..1318d1d0 --- /dev/null +++ b/public/releases/v2/legends/031-brian-fox/back.svg @@ -0,0 +1 @@ +Brian Fox — Open Source Legends v2OPEN SOURCE LEGENDS / V2Brian FoxTHE CONTRIBUTIONBrian Fox is a pivotal figure in the open source community,known for creating GNU Bash, a widely used command-lineshell. His work has significantly influenced thedevelopment of free software and the GNU Project, promotingsoftware freedom.PROJECTS / DOMAINSGNU Bash · GNU Project · Free Software FoundationPROVENANCE1 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.031 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/031-brian-fox/front.png b/public/releases/v2/legends/031-brian-fox/front.png new file mode 100644 index 00000000..72a11697 Binary files /dev/null and b/public/releases/v2/legends/031-brian-fox/front.png differ diff --git a/public/releases/v2/legends/031-brian-fox/front.svg b/public/releases/v2/legends/031-brian-fox/front.svg new file mode 100644 index 00000000..407f75aa --- /dev/null +++ b/public/releases/v2/legends/031-brian-fox/front.svg @@ -0,0 +1 @@ +Brian Fox — Open Source Legends v2OPEN SOURCE LEGENDS / V2Brian FoxCo-Creator of GNU BashDeveloping the Bourne Again Shell031 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/032-werner-koch/artwork.svg b/public/releases/v2/legends/032-werner-koch/artwork.svg new file mode 100644 index 00000000..c499e56d --- /dev/null +++ b/public/releases/v2/legends/032-werner-koch/artwork.svg @@ -0,0 +1 @@ +The unshared interiorAn exploded cryptographic instrument protects an intact folded message inside a luminous branching volume. Opaque shutters surround the private interior, while a detached precision plate carries the exact negative of its asymmetric stem. \ No newline at end of file diff --git a/public/releases/v2/legends/032-werner-koch/back.png b/public/releases/v2/legends/032-werner-koch/back.png new file mode 100644 index 00000000..2e6bd3ca Binary files /dev/null and b/public/releases/v2/legends/032-werner-koch/back.png differ diff --git a/public/releases/v2/legends/032-werner-koch/back.svg b/public/releases/v2/legends/032-werner-koch/back.svg new file mode 100644 index 00000000..35e81c7e --- /dev/null +++ b/public/releases/v2/legends/032-werner-koch/back.svg @@ -0,0 +1 @@ +Werner Koch — Open Source Legends v2OPEN SOURCE LEGENDS / V2Werner KochTHE CONTRIBUTIONWerner Koch is a pivotal figure in free software, known forhis work on GnuPG. His contributions enhance digitalsecurity and privacy for users worldwide. He activelypromotes free software principles through his leadershiproles.PROJECTS / DOMAINSGNU Privacy Guard · Free Software Foundation EuropePROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.032 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/032-werner-koch/front.png b/public/releases/v2/legends/032-werner-koch/front.png new file mode 100644 index 00000000..d8725bfe Binary files /dev/null and b/public/releases/v2/legends/032-werner-koch/front.png differ diff --git a/public/releases/v2/legends/032-werner-koch/front.svg b/public/releases/v2/legends/032-werner-koch/front.svg new file mode 100644 index 00000000..dae0ddb6 --- /dev/null +++ b/public/releases/v2/legends/032-werner-koch/front.svg @@ -0,0 +1 @@ +Werner Koch — Open Source Legends v2OPEN SOURCE LEGENDS / V2Werner KochThe unshared interiorAn exploded cryptographic instrument protects an intact folded message inside a luminous branching volume. Opaque shutters surround the private interior, while a detached precision plate carries the exact negative of its asymmetric stem.Principal Author of GnuPGCreating the GNU Privacy Guard032 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/033-miguel-de-icaza/artwork.svg b/public/releases/v2/legends/033-miguel-de-icaza/artwork.svg new file mode 100644 index 00000000..20e4f622 --- /dev/null +++ b/public/releases/v2/legends/033-miguel-de-icaza/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/legends/033-miguel-de-icaza/back.png b/public/releases/v2/legends/033-miguel-de-icaza/back.png new file mode 100644 index 00000000..b7685731 Binary files /dev/null and b/public/releases/v2/legends/033-miguel-de-icaza/back.png differ diff --git a/public/releases/v2/legends/033-miguel-de-icaza/back.svg b/public/releases/v2/legends/033-miguel-de-icaza/back.svg new file mode 100644 index 00000000..a14bd6b2 --- /dev/null +++ b/public/releases/v2/legends/033-miguel-de-icaza/back.svg @@ -0,0 +1 @@ +Miguel de Icaza — Open Source Legends v2OPEN SOURCE LEGENDS / V2Miguel de IcazaTHE CONTRIBUTIONMiguel de Icaza is a key figure in free software, drivinginnovation with GNOME and Mono. His work empowersdevelopers and enhances user experiences across platforms.PROJECTS / DOMAINSGNOME · Mono · XamarinPROVENANCE3 references. NicheDB: matched. Sources and metadata accompany this card incards.json.033 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/033-miguel-de-icaza/front.png b/public/releases/v2/legends/033-miguel-de-icaza/front.png new file mode 100644 index 00000000..7fe7c2ba Binary files /dev/null and b/public/releases/v2/legends/033-miguel-de-icaza/front.png differ diff --git a/public/releases/v2/legends/033-miguel-de-icaza/front.svg b/public/releases/v2/legends/033-miguel-de-icaza/front.svg new file mode 100644 index 00000000..7c4f817a --- /dev/null +++ b/public/releases/v2/legends/033-miguel-de-icaza/front.svg @@ -0,0 +1 @@ +Miguel de Icaza — Open Source Legends v2OPEN SOURCE LEGENDS / V2Miguel de IcazaCreator of GNOME and MonoPioneering free software development033 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/034-federico-mena-quintero/artwork.svg b/public/releases/v2/legends/034-federico-mena-quintero/artwork.svg new file mode 100644 index 00000000..35b10468 --- /dev/null +++ b/public/releases/v2/legends/034-federico-mena-quintero/artwork.svg @@ -0,0 +1 @@ +A shared desktop, unfoldedAn exploded axonometric desktop instrument. Floating workspace panes gather around a mint-green shell, while a continuous curved surface joins the open upper workspace to an orderly bank of tactile controls below. \ No newline at end of file diff --git a/public/releases/v2/legends/034-federico-mena-quintero/back.png b/public/releases/v2/legends/034-federico-mena-quintero/back.png new file mode 100644 index 00000000..fc274ff7 Binary files /dev/null and b/public/releases/v2/legends/034-federico-mena-quintero/back.png differ diff --git a/public/releases/v2/legends/034-federico-mena-quintero/back.svg b/public/releases/v2/legends/034-federico-mena-quintero/back.svg new file mode 100644 index 00000000..fb1e7d76 --- /dev/null +++ b/public/releases/v2/legends/034-federico-mena-quintero/back.svg @@ -0,0 +1 @@ +Federico Mena Quintero — Open Source Legends v2OPEN SOURCE LEGENDS / V2Federico Mena QuinteroTHE CONTRIBUTIONFederico Mena Quintero is a pivotal figure in open-sourcesoftware, known for co-creating the GNOME desktopenvironment. His work enhances user experience acrossvarious Linux distributions, making technology accessibleand user-friendly.PROJECTS / DOMAINSGNOME · GNOME ShellPROVENANCE5 references. NicheDB: matched. Sources and metadata accompany this card incards.json.034 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/034-federico-mena-quintero/front.png b/public/releases/v2/legends/034-federico-mena-quintero/front.png new file mode 100644 index 00000000..2c0b6bb7 Binary files /dev/null and b/public/releases/v2/legends/034-federico-mena-quintero/front.png differ diff --git a/public/releases/v2/legends/034-federico-mena-quintero/front.svg b/public/releases/v2/legends/034-federico-mena-quintero/front.svg new file mode 100644 index 00000000..ef77c37c --- /dev/null +++ b/public/releases/v2/legends/034-federico-mena-quintero/front.svg @@ -0,0 +1 @@ +Federico Mena Quintero — Open Source Legends v2OPEN SOURCE LEGENDS / V2Federico Mena QuinteroA shared desktop, unfoldedAn exploded axonometric desktop instrument. Floating workspace panes gather around a mint-green shell, while a continuous curved surface joins the open upper workspace to an orderly bank of tactile controls below.Co-Creator of GNOMEDeveloping the GNOME desktop environment034 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/035-havoc-pennington/artwork.svg b/public/releases/v2/legends/035-havoc-pennington/artwork.svg new file mode 100644 index 00000000..7e364810 --- /dev/null +++ b/public/releases/v2/legends/035-havoc-pennington/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/legends/035-havoc-pennington/back.png b/public/releases/v2/legends/035-havoc-pennington/back.png new file mode 100644 index 00000000..01bea494 Binary files /dev/null and b/public/releases/v2/legends/035-havoc-pennington/back.png differ diff --git a/public/releases/v2/legends/035-havoc-pennington/back.svg b/public/releases/v2/legends/035-havoc-pennington/back.svg new file mode 100644 index 00000000..fc27947b --- /dev/null +++ b/public/releases/v2/legends/035-havoc-pennington/back.svg @@ -0,0 +1 @@ +Havoc Pennington — Open Source Legends v2OPEN SOURCE LEGENDS / V2Havoc PenningtonTHE CONTRIBUTIONHavoc Pennington drives innovation in desktop environments,enhancing user experience with GNOME and D-Bus. His worksupports seamless communication between applications,making software more accessible and efficient.PROJECTS / DOMAINSHAL · GNOME · Metacity · D-BusPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.035 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/035-havoc-pennington/front.png b/public/releases/v2/legends/035-havoc-pennington/front.png new file mode 100644 index 00000000..5cab92ed Binary files /dev/null and b/public/releases/v2/legends/035-havoc-pennington/front.png differ diff --git a/public/releases/v2/legends/035-havoc-pennington/front.svg b/public/releases/v2/legends/035-havoc-pennington/front.svg new file mode 100644 index 00000000..37909773 --- /dev/null +++ b/public/releases/v2/legends/035-havoc-pennington/front.svg @@ -0,0 +1 @@ +Havoc Pennington — Open Source Legends v2OPEN SOURCE LEGENDS / V2Havoc PenningtonPioneer of Desktop EnvironmentsContributions to GNOME and D-Bus035 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/036-keith-packard/artwork.svg b/public/releases/v2/legends/036-keith-packard/artwork.svg new file mode 100644 index 00000000..1ebecb9a --- /dev/null +++ b/public/releases/v2/legends/036-keith-packard/artwork.svg @@ -0,0 +1 @@ +Shared passageA weightless mint bridge threads three overlapping architectural window planes. Transparent drawing surfaces, clipped geometric primitives, an ivory cutaway, and an upward-folding causeway turn graphical compositing into an impossible spatial construction. \ No newline at end of file diff --git a/public/releases/v2/legends/036-keith-packard/back.png b/public/releases/v2/legends/036-keith-packard/back.png new file mode 100644 index 00000000..b3de1d43 Binary files /dev/null and b/public/releases/v2/legends/036-keith-packard/back.png differ diff --git a/public/releases/v2/legends/036-keith-packard/back.svg b/public/releases/v2/legends/036-keith-packard/back.svg new file mode 100644 index 00000000..95b6868b --- /dev/null +++ b/public/releases/v2/legends/036-keith-packard/back.svg @@ -0,0 +1 @@ +Keith Packard — Open Source Legends v2OPEN SOURCE LEGENDS / V2Keith PackardTHE CONTRIBUTIONKeith Packard is a prominent software developer recognizedfor his significant contributions to the X Window System,which revolutionized graphical interfaces in computing. Hiswork continues to impact open source software developmenttoday.PROJECTS / DOMAINSX Window SystemPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.036 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/036-keith-packard/front.png b/public/releases/v2/legends/036-keith-packard/front.png new file mode 100644 index 00000000..85872d54 Binary files /dev/null and b/public/releases/v2/legends/036-keith-packard/front.png differ diff --git a/public/releases/v2/legends/036-keith-packard/front.svg b/public/releases/v2/legends/036-keith-packard/front.svg new file mode 100644 index 00000000..151a0e37 --- /dev/null +++ b/public/releases/v2/legends/036-keith-packard/front.svg @@ -0,0 +1 @@ +Keith Packard — Open Source Legends v2OPEN SOURCE LEGENDS / V2Keith PackardShared passageA weightless mint bridge threads three overlapping architectural window planes. Transparent drawing surfaces, clipped geometric primitives, an ivory cutaway, and an upward-folding causeway turn graphical compositing into an impossible spatial construction.X Window System DeveloperPioneering work on graphical interfaces036 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/037-lennart-poettering/artwork.svg b/public/releases/v2/legends/037-lennart-poettering/artwork.svg new file mode 100644 index 00000000..69f749aa --- /dev/null +++ b/public/releases/v2/legends/037-lennart-poettering/artwork.svg @@ -0,0 +1 @@ +Service manifoldA luminous branching service architecture rises from a single starting chamber. Independent cutaway enclosures reveal parallel service volumes; an acoustic assembly and outward-reaching discovery vessels share the same living infrastructure. \ No newline at end of file diff --git a/public/releases/v2/legends/037-lennart-poettering/back.png b/public/releases/v2/legends/037-lennart-poettering/back.png new file mode 100644 index 00000000..e9123886 Binary files /dev/null and b/public/releases/v2/legends/037-lennart-poettering/back.png differ diff --git a/public/releases/v2/legends/037-lennart-poettering/back.svg b/public/releases/v2/legends/037-lennart-poettering/back.svg new file mode 100644 index 00000000..d2dae2a8 --- /dev/null +++ b/public/releases/v2/legends/037-lennart-poettering/back.svg @@ -0,0 +1 @@ +Lennart Poettering — Open Source Legends v2OPEN SOURCE LEGENDS / V2Lennart PoetteringTHE CONTRIBUTIONLennart Poettering is a pivotal figure in modern Linuxsystems. He revolutionizes how services are managed withsystemd, impacting boot processes and service managementacross distributions. His work on audio and servicediscovery further enhances user experience.PROJECTS / DOMAINSsystemd · PulseAudio · AvahiPROVENANCE2 references. NicheDB: matched. Sources and metadata accompany this card incards.json.037 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/037-lennart-poettering/front.png b/public/releases/v2/legends/037-lennart-poettering/front.png new file mode 100644 index 00000000..9e7a084c Binary files /dev/null and b/public/releases/v2/legends/037-lennart-poettering/front.png differ diff --git a/public/releases/v2/legends/037-lennart-poettering/front.svg b/public/releases/v2/legends/037-lennart-poettering/front.svg new file mode 100644 index 00000000..7b8252b0 --- /dev/null +++ b/public/releases/v2/legends/037-lennart-poettering/front.svg @@ -0,0 +1 @@ +Lennart Poettering — Open Source Legends v2OPEN SOURCE LEGENDS / V2Lennart PoetteringService manifoldA luminous branching service architecture rises from a single starting chamber. Independent cutaway enclosures reveal parallel service volumes; an acoustic assembly and outward-reaching discovery vessels share the same living infrastructure.Systemd CreatorDeveloping systemd and related technologies037 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/038-greg-kroah-hartman/artwork.svg b/public/releases/v2/legends/038-greg-kroah-hartman/artwork.svg new file mode 100644 index 00000000..d350dbe7 --- /dev/null +++ b/public/releases/v2/legends/038-greg-kroah-hartman/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/legends/038-greg-kroah-hartman/back.png b/public/releases/v2/legends/038-greg-kroah-hartman/back.png new file mode 100644 index 00000000..68dabfe3 Binary files /dev/null and b/public/releases/v2/legends/038-greg-kroah-hartman/back.png differ diff --git a/public/releases/v2/legends/038-greg-kroah-hartman/back.svg b/public/releases/v2/legends/038-greg-kroah-hartman/back.svg new file mode 100644 index 00000000..d8edc6d8 --- /dev/null +++ b/public/releases/v2/legends/038-greg-kroah-hartman/back.svg @@ -0,0 +1 @@ +Greg Kroah-Hartman — Open Source Legends v2OPEN SOURCE LEGENDS / V2Greg Kroah-HartmanTHE CONTRIBUTIONGreg Kroah-Hartman is a pivotal figure in Linux kerneldevelopment, ensuring its stability and performance. Hiswork on driver backports and Ksplice enhances systemreliability, making him a respected leader in the opensource community.PROJECTS / DOMAINSLinux Kernel · Driver Backports · KsplicePROVENANCE1 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.038 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/038-greg-kroah-hartman/front.png b/public/releases/v2/legends/038-greg-kroah-hartman/front.png new file mode 100644 index 00000000..ccfc4f21 Binary files /dev/null and b/public/releases/v2/legends/038-greg-kroah-hartman/front.png differ diff --git a/public/releases/v2/legends/038-greg-kroah-hartman/front.svg b/public/releases/v2/legends/038-greg-kroah-hartman/front.svg new file mode 100644 index 00000000..9a0bacbd --- /dev/null +++ b/public/releases/v2/legends/038-greg-kroah-hartman/front.svg @@ -0,0 +1 @@ +Greg Kroah-Hartman — Open Source Legends v2OPEN SOURCE LEGENDS / V2Greg Kroah-HartmanLinux Kernel MaintainerLeading Linux kernel development038 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/039-alan-cox/artwork.svg b/public/releases/v2/legends/039-alan-cox/artwork.svg new file mode 100644 index 00000000..97ba521a --- /dev/null +++ b/public/releases/v2/legends/039-alan-cox/artwork.svg @@ -0,0 +1 @@ +Flow governorA sectioned, modular kernel manifold. Mint network streams pass through a coral filtering comb, cross a laminated central instrument, and emerge through a lifted release shell. \ No newline at end of file diff --git a/public/releases/v2/legends/039-alan-cox/back.png b/public/releases/v2/legends/039-alan-cox/back.png new file mode 100644 index 00000000..7c8b73d8 Binary files /dev/null and b/public/releases/v2/legends/039-alan-cox/back.png differ diff --git a/public/releases/v2/legends/039-alan-cox/back.svg b/public/releases/v2/legends/039-alan-cox/back.svg new file mode 100644 index 00000000..b79453b5 --- /dev/null +++ b/public/releases/v2/legends/039-alan-cox/back.svg @@ -0,0 +1 @@ +Alan Cox — Open Source Legends v2OPEN SOURCE LEGENDS / V2Alan CoxTHE CONTRIBUTIONAlan Cox is a prominent figure in the Linux community,known for his extensive contributions to the Linux kernel.He plays a crucial role in maintaining kernel releases andenhancing networking capabilities, solidifying his legacyin open source software.PROJECTS / DOMAINSLinux Kernel · Netfilter · Red HatPROVENANCE1 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.039 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/039-alan-cox/front.png b/public/releases/v2/legends/039-alan-cox/front.png new file mode 100644 index 00000000..620dea34 Binary files /dev/null and b/public/releases/v2/legends/039-alan-cox/front.png differ diff --git a/public/releases/v2/legends/039-alan-cox/front.svg b/public/releases/v2/legends/039-alan-cox/front.svg new file mode 100644 index 00000000..da4d7c01 --- /dev/null +++ b/public/releases/v2/legends/039-alan-cox/front.svg @@ -0,0 +1 @@ +Alan Cox — Open Source Legends v2OPEN SOURCE LEGENDS / V2Alan CoxFlow governorA sectioned, modular kernel manifold. Mint network streams pass through a coral filtering comb, cross a laminated central instrument, and emerge through a lifted release shell.Linux Kernel DeveloperContributions to the Linux kernel039 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/040-chris-lattner/artwork.svg b/public/releases/v2/legends/040-chris-lattner/artwork.svg new file mode 100644 index 00000000..1b7499a8 --- /dev/null +++ b/public/releases/v2/legends/040-chris-lattner/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/legends/040-chris-lattner/back.png b/public/releases/v2/legends/040-chris-lattner/back.png new file mode 100644 index 00000000..f74cf5c7 Binary files /dev/null and b/public/releases/v2/legends/040-chris-lattner/back.png differ diff --git a/public/releases/v2/legends/040-chris-lattner/back.svg b/public/releases/v2/legends/040-chris-lattner/back.svg new file mode 100644 index 00000000..e70560df --- /dev/null +++ b/public/releases/v2/legends/040-chris-lattner/back.svg @@ -0,0 +1 @@ +Chris Lattner — Open Source Legends v2OPEN SOURCE LEGENDS / V2Chris LattnerTHE CONTRIBUTIONChris Lattner is a pivotal figure in programming languagedesign and compiler technology. His work on LLVMrevolutionizes how software is compiled, while Swift hastransformed iOS development, making it more accessible andefficient.PROJECTS / DOMAINSLLVM · Swift · ClangPROVENANCE1 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.040 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/040-chris-lattner/front.png b/public/releases/v2/legends/040-chris-lattner/front.png new file mode 100644 index 00000000..f0192082 Binary files /dev/null and b/public/releases/v2/legends/040-chris-lattner/front.png differ diff --git a/public/releases/v2/legends/040-chris-lattner/front.svg b/public/releases/v2/legends/040-chris-lattner/front.svg new file mode 100644 index 00000000..fef286e0 --- /dev/null +++ b/public/releases/v2/legends/040-chris-lattner/front.svg @@ -0,0 +1 @@ +Chris Lattner — Open Source Legends v2OPEN SOURCE LEGENDS / V2Chris LattnerCreator of LLVMDeveloping the LLVM compiler infrastructure040 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/041-graydon-hoare/artwork.svg b/public/releases/v2/legends/041-graydon-hoare/artwork.svg new file mode 100644 index 00000000..e696a366 --- /dev/null +++ b/public/releases/v2/legends/041-graydon-hoare/artwork.svg @@ -0,0 +1 @@ +The protected passageAn intricate architectural labyrinth, lifted above a dark foundation. Independent mint and coral passages thread through insulated corridors and beneath bridges toward a luminous hollow chamber. \ No newline at end of file diff --git a/public/releases/v2/legends/041-graydon-hoare/back.png b/public/releases/v2/legends/041-graydon-hoare/back.png new file mode 100644 index 00000000..2ab126e6 Binary files /dev/null and b/public/releases/v2/legends/041-graydon-hoare/back.png differ diff --git a/public/releases/v2/legends/041-graydon-hoare/back.svg b/public/releases/v2/legends/041-graydon-hoare/back.svg new file mode 100644 index 00000000..aaa28165 --- /dev/null +++ b/public/releases/v2/legends/041-graydon-hoare/back.svg @@ -0,0 +1 @@ +Graydon Hoare — Open Source Legends v2OPEN SOURCE LEGENDS / V2Graydon HoareTHE CONTRIBUTIONGraydon Hoare is a prominent software engineer known forcreating Rust. His work emphasizes safety and concurrency,making a significant impact on modern programmingpractices. He continues to influence the open sourcecommunity.PROJECTS / DOMAINSRust · ServoPROVENANCE1 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.041 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/041-graydon-hoare/front.png b/public/releases/v2/legends/041-graydon-hoare/front.png new file mode 100644 index 00000000..d9435e34 Binary files /dev/null and b/public/releases/v2/legends/041-graydon-hoare/front.png differ diff --git a/public/releases/v2/legends/041-graydon-hoare/front.svg b/public/releases/v2/legends/041-graydon-hoare/front.svg new file mode 100644 index 00000000..178b574a --- /dev/null +++ b/public/releases/v2/legends/041-graydon-hoare/front.svg @@ -0,0 +1 @@ +Graydon Hoare — Open Source Legends v2OPEN SOURCE LEGENDS / V2Graydon HoareThe protected passageAn intricate architectural labyrinth, lifted above a dark foundation. Independent mint and coral passages thread through insulated corridors and beneath bridges toward a luminous hollow chamber.Creator of the Rust LanguageDeveloping the Rust programming language041 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/042-steve-klabnik/artwork.svg b/public/releases/v2/legends/042-steve-klabnik/artwork.svg new file mode 100644 index 00000000..66a5c9e0 --- /dev/null +++ b/public/releases/v2/legends/042-steve-klabnik/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/legends/042-steve-klabnik/back.png b/public/releases/v2/legends/042-steve-klabnik/back.png new file mode 100644 index 00000000..0f4977a9 Binary files /dev/null and b/public/releases/v2/legends/042-steve-klabnik/back.png differ diff --git a/public/releases/v2/legends/042-steve-klabnik/back.svg b/public/releases/v2/legends/042-steve-klabnik/back.svg new file mode 100644 index 00000000..6fb26534 --- /dev/null +++ b/public/releases/v2/legends/042-steve-klabnik/back.svg @@ -0,0 +1 @@ +Steve Klabnik — Open Source Legends v2OPEN SOURCE LEGENDS / V2Steve KlabnikTHE CONTRIBUTIONSteve Klabnik is a prominent figure in the Rust community,known for his advocacy of open source software. He plays acrucial role in enhancing Rust's documentation andfostering a welcoming environment for developers.PROJECTS / DOMAINSRust · Cargo · DocumentationPROVENANCE1 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.042 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/042-steve-klabnik/front.png b/public/releases/v2/legends/042-steve-klabnik/front.png new file mode 100644 index 00000000..ce0deb7f Binary files /dev/null and b/public/releases/v2/legends/042-steve-klabnik/front.png differ diff --git a/public/releases/v2/legends/042-steve-klabnik/front.svg b/public/releases/v2/legends/042-steve-klabnik/front.svg new file mode 100644 index 00000000..4f6eac89 --- /dev/null +++ b/public/releases/v2/legends/042-steve-klabnik/front.svg @@ -0,0 +1 @@ +Steve Klabnik — Open Source Legends v2OPEN SOURCE LEGENDS / V2Steve KlabnikOpen Source AdvocateContributions to Rust programming language042 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/043-salvatore-sanfilippo/artwork.svg b/public/releases/v2/legends/043-salvatore-sanfilippo/artwork.svg new file mode 100644 index 00000000..bc9114a5 --- /dev/null +++ b/public/releases/v2/legends/043-salvatore-sanfilippo/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/legends/043-salvatore-sanfilippo/back.png b/public/releases/v2/legends/043-salvatore-sanfilippo/back.png new file mode 100644 index 00000000..01f1a37d Binary files /dev/null and b/public/releases/v2/legends/043-salvatore-sanfilippo/back.png differ diff --git a/public/releases/v2/legends/043-salvatore-sanfilippo/back.svg b/public/releases/v2/legends/043-salvatore-sanfilippo/back.svg new file mode 100644 index 00000000..fcf234d2 --- /dev/null +++ b/public/releases/v2/legends/043-salvatore-sanfilippo/back.svg @@ -0,0 +1 @@ +Salvatore Sanfilippo — Open Source Legends v2OPEN SOURCE LEGENDS / V2Salvatore SanfilippoTHE CONTRIBUTIONSalvatore Sanfilippo, known as antirez, is the creator ofRedis, a powerful in-memory data structure store. His workhas revolutionized data handling and caching in modernapplications, making him a key figure in open sourcesoftware.PROJECTS / DOMAINSRedis · AntirezPROVENANCE1 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.043 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/043-salvatore-sanfilippo/front.png b/public/releases/v2/legends/043-salvatore-sanfilippo/front.png new file mode 100644 index 00000000..3aba6bd5 Binary files /dev/null and b/public/releases/v2/legends/043-salvatore-sanfilippo/front.png differ diff --git a/public/releases/v2/legends/043-salvatore-sanfilippo/front.svg b/public/releases/v2/legends/043-salvatore-sanfilippo/front.svg new file mode 100644 index 00000000..6ebc1ec1 --- /dev/null +++ b/public/releases/v2/legends/043-salvatore-sanfilippo/front.svg @@ -0,0 +1 @@ +Salvatore Sanfilippo — Open Source Legends v2OPEN SOURCE LEGENDS / V2Salvatore SanfilippoCreator of RedisDeveloping the Redis database043 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/044-michael-widenius/artwork.svg b/public/releases/v2/legends/044-michael-widenius/artwork.svg new file mode 100644 index 00000000..04acfe8b --- /dev/null +++ b/public/releases/v2/legends/044-michael-widenius/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/legends/044-michael-widenius/back.png b/public/releases/v2/legends/044-michael-widenius/back.png new file mode 100644 index 00000000..f8f6a84a Binary files /dev/null and b/public/releases/v2/legends/044-michael-widenius/back.png differ diff --git a/public/releases/v2/legends/044-michael-widenius/back.svg b/public/releases/v2/legends/044-michael-widenius/back.svg new file mode 100644 index 00000000..22f811d1 --- /dev/null +++ b/public/releases/v2/legends/044-michael-widenius/back.svg @@ -0,0 +1 @@ +Michael Widenius — Open Source Legends v2OPEN SOURCE LEGENDS / V2Michael WideniusTHE CONTRIBUTIONMichael 'Monty' Widenius revolutionizes data managementwith MySQL, a leading open-source database. His commitmentto community-driven development continues through MariaDB,ensuring robust alternatives in database technology.PROJECTS / DOMAINSMySQL · MariaDB · MaxScalePROVENANCE1 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.044 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/044-michael-widenius/front.png b/public/releases/v2/legends/044-michael-widenius/front.png new file mode 100644 index 00000000..88ee1434 Binary files /dev/null and b/public/releases/v2/legends/044-michael-widenius/front.png differ diff --git a/public/releases/v2/legends/044-michael-widenius/front.svg b/public/releases/v2/legends/044-michael-widenius/front.svg new file mode 100644 index 00000000..c3bd7ed4 --- /dev/null +++ b/public/releases/v2/legends/044-michael-widenius/front.svg @@ -0,0 +1 @@ +Michael Widenius — Open Source Legends v2OPEN SOURCE LEGENDS / V2Michael WideniusCreator of MySQL DatabaseCo-founder of MySQL AB044 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/045-brad-fitzpatrick/artwork.svg b/public/releases/v2/legends/045-brad-fitzpatrick/artwork.svg new file mode 100644 index 00000000..cfe27ef0 --- /dev/null +++ b/public/releases/v2/legends/045-brad-fitzpatrick/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/legends/045-brad-fitzpatrick/back.png b/public/releases/v2/legends/045-brad-fitzpatrick/back.png new file mode 100644 index 00000000..60633c7e Binary files /dev/null and b/public/releases/v2/legends/045-brad-fitzpatrick/back.png differ diff --git a/public/releases/v2/legends/045-brad-fitzpatrick/back.svg b/public/releases/v2/legends/045-brad-fitzpatrick/back.svg new file mode 100644 index 00000000..3022ba0c --- /dev/null +++ b/public/releases/v2/legends/045-brad-fitzpatrick/back.svg @@ -0,0 +1 @@ +Brad Fitzpatrick — Open Source Legends v2OPEN SOURCE LEGENDS / V2Brad FitzpatrickTHE CONTRIBUTIONBrad Fitzpatrick is a key figure in social networking andopen source. He creates impactful projects like LiveJournaland Memcached, which have influenced web development andcommunity building.PROJECTS / DOMAINSLiveJournal · Memcached · Go Programming LanguagePROVENANCE1 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.045 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/045-brad-fitzpatrick/front.png b/public/releases/v2/legends/045-brad-fitzpatrick/front.png new file mode 100644 index 00000000..db013701 Binary files /dev/null and b/public/releases/v2/legends/045-brad-fitzpatrick/front.png differ diff --git a/public/releases/v2/legends/045-brad-fitzpatrick/front.svg b/public/releases/v2/legends/045-brad-fitzpatrick/front.svg new file mode 100644 index 00000000..28386851 --- /dev/null +++ b/public/releases/v2/legends/045-brad-fitzpatrick/front.svg @@ -0,0 +1 @@ +Brad Fitzpatrick — Open Source Legends v2OPEN SOURCE LEGENDS / V2Brad FitzpatrickCreator of LiveJournalPioneering social networking platform045 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/046-solomon-hykes/artwork.svg b/public/releases/v2/legends/046-solomon-hykes/artwork.svg new file mode 100644 index 00000000..f44e3918 --- /dev/null +++ b/public/releases/v2/legends/046-solomon-hykes/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/legends/046-solomon-hykes/back.png b/public/releases/v2/legends/046-solomon-hykes/back.png new file mode 100644 index 00000000..bbf7a099 Binary files /dev/null and b/public/releases/v2/legends/046-solomon-hykes/back.png differ diff --git a/public/releases/v2/legends/046-solomon-hykes/back.svg b/public/releases/v2/legends/046-solomon-hykes/back.svg new file mode 100644 index 00000000..b64b22f7 --- /dev/null +++ b/public/releases/v2/legends/046-solomon-hykes/back.svg @@ -0,0 +1 @@ +Solomon Hykes — Open Source Legends v2OPEN SOURCE LEGENDS / V2Solomon HykesTHE CONTRIBUTIONSolomon Hykes revolutionizes software deployment withDocker, enabling developers to create, deploy, and manageapplications in containers. His work fosters innovation incloud computing and microservices, making it easier forteams to collaborate and scale.PROJECTS / DOMAINSDocker · DotCloudPROVENANCE1 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.046 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/046-solomon-hykes/front.png b/public/releases/v2/legends/046-solomon-hykes/front.png new file mode 100644 index 00000000..14e1e368 Binary files /dev/null and b/public/releases/v2/legends/046-solomon-hykes/front.png differ diff --git a/public/releases/v2/legends/046-solomon-hykes/front.svg b/public/releases/v2/legends/046-solomon-hykes/front.svg new file mode 100644 index 00000000..422b1b7d --- /dev/null +++ b/public/releases/v2/legends/046-solomon-hykes/front.svg @@ -0,0 +1 @@ +Solomon Hykes — Open Source Legends v2OPEN SOURCE LEGENDS / V2Solomon HykesCreator of DockerPioneering container technology046 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/legends/047-mitchell-hashimoto/artwork.svg b/public/releases/v2/legends/047-mitchell-hashimoto/artwork.svg new file mode 100644 index 00000000..e563003e --- /dev/null +++ b/public/releases/v2/legends/047-mitchell-hashimoto/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/legends/047-mitchell-hashimoto/back.png b/public/releases/v2/legends/047-mitchell-hashimoto/back.png new file mode 100644 index 00000000..fb78cf0b Binary files /dev/null and b/public/releases/v2/legends/047-mitchell-hashimoto/back.png differ diff --git a/public/releases/v2/legends/047-mitchell-hashimoto/back.svg b/public/releases/v2/legends/047-mitchell-hashimoto/back.svg new file mode 100644 index 00000000..c7687adf --- /dev/null +++ b/public/releases/v2/legends/047-mitchell-hashimoto/back.svg @@ -0,0 +1 @@ +Mitchell Hashimoto — Open Source Legends v2OPEN SOURCE LEGENDS / V2Mitchell HashimotoTHE CONTRIBUTIONMitchell Hashimoto is a leading figure in infrastructureautomation. He co-founds HashiCorp and creates tools thatsimplify cloud management. His work empowers developers tostreamline workflows and enhance productivity.PROJECTS / DOMAINSTerraform · Vagrant · Consul · VaultPROVENANCE1 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.047 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/legends/047-mitchell-hashimoto/front.png b/public/releases/v2/legends/047-mitchell-hashimoto/front.png new file mode 100644 index 00000000..45fa438e Binary files /dev/null and b/public/releases/v2/legends/047-mitchell-hashimoto/front.png differ diff --git a/public/releases/v2/legends/047-mitchell-hashimoto/front.svg b/public/releases/v2/legends/047-mitchell-hashimoto/front.svg new file mode 100644 index 00000000..42fc4a39 --- /dev/null +++ b/public/releases/v2/legends/047-mitchell-hashimoto/front.svg @@ -0,0 +1 @@ +Mitchell Hashimoto — Open Source Legends v2OPEN SOURCE LEGENDS / V2Mitchell HashimotoCo-founder of HashiCorpInfrastructure automation software047 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/manifest.json b/public/releases/v2/manifest.json new file mode 100644 index 00000000..93463ad4 --- /dev/null +++ b/public/releases/v2/manifest.json @@ -0,0 +1,21990 @@ +{ + "edition": 2, + "config": { + "pipeline": "2.0.0", + "format": "svg", + "pngFallback": false, + "pngCopies": true, + "offline": false, + "allowMissingMetadata": false, + "textModel": "gpt-6-astra", + "imageModel": "gpt-image-2", + "effort": "xhigh", + "apiBase": "https://api.openai.com/v1", + "nicheBase": "https://nichedb.dev/api/v1", + "maxOutputTokens": 48000 + }, + "expectedIds": [ + "legends/001-richard-stallman", + "legends/002-linus-torvalds", + "legends/003-aaron-swartz", + "legends/004-tj-holowaychuk", + "legends/005-guido-van-rossum", + "legends/006-yukihiro-matsumoto", + "legends/007-larry-wall", + "legends/008-brendan-eich", + "legends/009-rasmus-lerdorf", + "legends/010-david-heinemeier-hansson", + "legends/011-ryan-dahl", + "legends/012-evan-you", + "legends/013-rich-harris", + "legends/014-jordan-walke", + "legends/015-dan-abramov", + "legends/016-sebastian-mckenzie", + "legends/017-isaac-z-schlueter", + "legends/018-matt-mullenweg", + "legends/019-dries-buytaert", + "legends/020-brian-behlendorf", + "legends/021-roy-fielding", + "legends/022-eric-s-raymond", + "legends/023-bruce-perens", + "legends/024-ian-murdock", + "legends/025-mark-shuttleworth", + "legends/026-theo-de-raadt", + "legends/027-d-richard-hipp", + "legends/028-fabrice-bellard", + "legends/029-andrew-tridgell", + "legends/030-bram-moolenaar", + "legends/031-brian-fox", + "legends/032-werner-koch", + "legends/033-miguel-de-icaza", + "legends/034-federico-mena-quintero", + "legends/035-havoc-pennington", + "legends/036-keith-packard", + "legends/037-lennart-poettering", + "legends/038-greg-kroah-hartman", + "legends/039-alan-cox", + "legends/040-chris-lattner", + "legends/041-graydon-hoare", + "legends/042-steve-klabnik", + "legends/043-salvatore-sanfilippo", + "legends/044-michael-widenius", + "legends/045-brad-fitzpatrick", + "legends/046-solomon-hykes", + "legends/047-mitchell-hashimoto", + "hacking/001-kevin-mitnick", + "hacking/002-john-draper", + "hacking/003-robert-tappan-morris", + "hacking/004-peiter-zatko", + "hacking/005-kevin-poulsen", + "hacking/006-eric-corley", + "hacking/007-loyd-blankenship", + "hacking/008-jeff-moss", + "hacking/009-dan-kaminsky", + "hacking/010-cliff-stoll", + "hacking/011-tsutomu-shimomura", + "hacking/012-mark-abene", + "hacking/013-susan-headley", + "hacking/014-adrian-lamo", + "hacking/015-gary-mckinnon", + "hacking/016-jonathan-james", + "hacking/017-chris-wysopal", + "hacking/018-katie-moussouris", + "hacking/019-joanna-rutkowska", + "hacking/020-michal-zalewski", + "hacking/021-solar-designer", + "hacking/022-hd-moore", + "hacking/023-barnaby-jack", + "hacking/024-charlie-miller", + "hacking/025-chris-valasek", + "hacking/026-samy-kamkar", + "hacking/027-george-hotz", + "hacking/028-marcus-hutchins", + "hacking/029-karsten-nohl", + "hacking/030-moxie-marlinspike", + "security/001-whitfield-diffie", + "security/002-martin-hellman", + "security/003-ron-rivest", + "security/004-adi-shamir", + "security/005-leonard-adleman", + "security/006-phil-zimmermann", + "security/007-bruce-schneier", + "security/008-paul-kocher", + "security/009-dorothy-denning", + "security/010-gene-spafford", + "security/011-ross-anderson", + "security/012-matt-blaze", + "security/013-radia-perlman", + "security/014-steven-bellovin", + "security/015-william-cheswick", + "security/016-marcus-ranum", + "security/017-wietse-venema", + "security/018-dan-farmer", + "security/019-gordon-lyon", + "security/020-martin-roesch", + "security/021-gerald-combs", + "security/022-renaud-deraison", + "security/023-paul-vixie", + "security/024-niels-provos", + "security/025-jeremiah-grossman", + "security/026-robert-hansen", + "security/027-mark-curphey", + "security/028-jeff-williams", + "security/029-gary-mcgraw", + "security/030-michael-howard", + "security/031-adam-shostack", + "security/032-ivan-ristic", + "security/033-mark-dowd", + "security/034-halvar-flake", + "security/035-alex-sotirov", + "security/036-thomas-ptacek", + "security/037-matthew-green", + "security/038-j-alex-halderman", + "security/039-nadia-heninger", + "security/040-troy-hunt", + "security/041-window-snyder", + "security/042-heather-adkins", + "security/043-parisa-tabriz", + "security/044-alex-stamos", + "security/045-dan-geer", + "security/046-kevin-mandia", + "security/047-mikko-hypponen", + "security/048-robert-m-lee", + "security/049-lesley-carhart", + "security/050-katie-nickels", + "gods/001-geoffrey-hinton", + "gods/002-yann-lecun", + "gods/003-yoshua-bengio", + "gods/004-jurgen-schmidhuber", + "gods/005-rich-sutton", + "gods/006-andrew-barto", + "gods/007-judea-pearl", + "gods/008-fei-fei-li", + "gods/009-ashish-vaswani", + "gods/010-noam-shazeer", + "gods/011-lukasz-kaiser", + "gods/012-aidan-gomez", + "gods/013-alex-krizhevsky", + "gods/014-ilya-sutskever", + "gods/015-ian-goodfellow", + "gods/016-tri-dao", + "gods/017-albert-gu", + "gods/018-alec-radford", + "gods/019-david-silver", + "gods/020-oriol-vinyals", + "gods/021-john-jumper", + "gods/022-shane-legg", + "gods/023-demis-hassabis", + "gods/024-pieter-abbeel", + "gods/025-andrej-karpathy", + "gods/026-jeff-dean", + "gods/027-rajat-monga", + "gods/028-soumith-chintala", + "gods/029-adam-paszke", + "gods/030-tianqi-chen", + "gods/031-yangqing-jia", + "gods/032-francois-chollet", + "gods/033-thomas-wolf", + "gods/034-clement-delangue", + "gods/035-georgi-gerganov", + "gods/036-tim-dettmers", + "gods/037-jeremy-howard", + "gods/038-stella-biderman", + "gods/039-justine-tunney", + "gods/040-guillaume-lample", + "gods/041-arthur-mensch", + "gods/042-robin-rombach", + "gods/043-patrick-esser", + "gods/044-christoph-schuhmann", + "gods/045-joelle-pineau", + "gods/046-chris-olah", + "gods/047-paul-christiano", + "gods/048-jan-leike", + "gods/049-stuart-russell", + "gods/050-dario-amodei", + "women/001-ada-lovelace", + "women/002-grace-hopper", + "women/003-margaret-hamilton", + "women/004-katherine-johnson", + "women/005-dorothy-vaughan", + "women/006-jean-bartik", + "women/007-betty-holberton", + "women/008-kathleen-booth", + "women/009-mary-allen-wilkes", + "women/010-erna-schneider-hoover", + "women/011-elizabeth-feinler", + "women/012-stephanie-shirley", + "women/013-joan-clarke", + "women/014-elizebeth-smith-friedman", + "women/015-hedy-lamarr", + "women/016-frances-allen", + "women/017-barbara-liskov", + "women/018-shafi-goldwasser", + "women/019-karen-sparck-jones", + "women/020-cynthia-dwork", + "women/021-anita-borg", + "women/022-lynn-conway", + "women/023-sophie-wilson", + "women/024-adele-goldberg", + "women/025-susan-kare", + "women/026-limor-fried", + "women/027-mitchell-baker", + "women/028-audrey-tang", + "women/029-karen-sandler", + "women/030-danese-cooper", + "women/031-allison-randal", + "women/032-valerie-aurora", + "women/033-coraline-ada-ehmke", + "women/034-sumana-harihareswara", + "women/035-latanya-sweeney", + "women/036-jessica-mckellar", + "women/037-carol-willing", + "women/038-julia-evans", + "women/039-rachel-andrew", + "women/040-jen-simmons", + "women/041-lea-verou", + "women/042-sarah-drasner", + "women/043-leonie-watson", + "women/044-charity-majors", + "women/045-liz-fong-jones", + "women/046-jessie-frazelle", + "women/047-camille-fournier", + "women/048-timnit-gebru", + "women/049-joy-buolamwini", + "women/050-margaret-mitchell", + "ceos/001-david-packard", + "ceos/002-akio-morita", + "ceos/003-thomas-watson-jr", + "ceos/004-ken-olsen", + "ceos/005-robert-noyce", + "ceos/006-gordon-moore", + "ceos/007-bill-gates", + "ceos/008-steve-jobs", + "ceos/009-larry-ellison", + "ceos/010-narayana-murthy", + "ceos/011-masayoshi-son", + "ceos/012-michael-dell", + "ceos/013-scott-mcnealy", + "ceos/014-morris-chang", + "ceos/015-andy-grove", + "ceos/016-ren-zhengfei", + "ceos/017-lou-gerstner", + "ceos/018-jensen-huang", + "ceos/019-bob-young", + "ceos/020-jeff-bezos", + "ceos/021-reed-hastings", + "ceos/022-meg-whitman", + "ceos/023-diane-greene", + "ceos/024-larry-page", + "ceos/025-marc-benioff", + "ceos/026-jack-ma", + "ceos/027-marten-mickos", + "ceos/028-eric-schmidt", + "ceos/029-mark-zuckerberg", + "ceos/030-tobias-lutke", + "ceos/031-elon-musk", + "ceos/032-daniel-ek", + "ceos/033-andy-jassy", + "ceos/034-chris-wanstrath", + "ceos/035-jim-whitehurst", + "ceos/036-matthew-prince", + "ceos/037-patrick-collison", + "ceos/038-tim-cook", + "ceos/039-ginni-rometty", + "ceos/040-pat-gelsinger", + "ceos/041-satya-nadella", + "ceos/042-lisa-su", + "ceos/043-susan-wojcicki", + "ceos/044-sid-sijbrandij", + "ceos/045-jay-kreps", + "ceos/046-sundar-pichai", + "ceos/047-guillermo-rauch", + "ceos/048-ali-ghodsi", + "ceos/049-nat-friedman", + "ceos/050-sam-altman" + ], + "scope": { + "series": [ + "legends", + "hacking", + "security", + "gods", + "women", + "ceos" + ], + "partial": false, + "count": 277 + }, + "status": "complete", + "startedAt": "2026-09-13T20:12:27.683Z", + "records": [ + { + "fingerprint": "d00d440f788e900a25f4557c474ce55bf33faf68724578a733231a7736f62ac1", + "card": { + "number": 1, + "slug": "richard-stallman", + "name": "Richard Stallman", + "title": "Founder of the GNU Project", + "knownFor": "Advocate for free software movement", + "rarity": "iconic", + "impact": 95, + "nationality": "USA", + "era": "1953", + "projects": [ + "GNU Project", + "Free Software Foundation", + "GNU C Compiler", + "GNU Emacs" + ], + "scouting": "Richard Stallman is a pivotal figure in the free software movement. He advocates for user freedoms in software usage, study, and modification. His initiatives have shaped the landscape of software distribution and rights.", + "quote": "Freedom is a matter of choice.", + "front": "/releases/v2/legends/001-richard-stallman/front.svg", + "back": "/releases/v2/legends/001-richard-stallman/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://www.wikidata.org/wiki/Q7439" + }, + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Richard_Stallman" + } + ], + "id": "legends/001-richard-stallman", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:21:07.933Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Richard+Stallman&limit=30", + "matches": [], + "rejectedCount": 3 + }, + "edition": 2, + "artwork": "/releases/v2/legends/001-richard-stallman/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0d6a3146c9f37900006aa6f7a4d7e487d28ffa7d1072ee47b6", + "usage": { + "input_tokens": 560, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 25064, + "output_tokens_details": { + "reasoning_tokens": 14783 + }, + "total_tokens": 25624 + }, + "attempts": 1, + "sha256": "e921e1e5c876cab521f05daebca1ed12aae199e01a701c88cbfe35688774c4f4", + "generatedAt": "2026-09-13T19:30:47.535Z" + }, + "files": { + "legends/001-richard-stallman/artwork.svg": "e921e1e5c876cab521f05daebca1ed12aae199e01a701c88cbfe35688774c4f4", + "legends/001-richard-stallman/front.svg": "ffc34d4cc13e686b8448719bf8cfc309aecd34deabec05810e1db42ed78d9b14", + "legends/001-richard-stallman/front.png": "c49f24b2bea417fe78ac356f7bf9d13bfbcbdac4017f29acb3d7552f29e96f32", + "legends/001-richard-stallman/back.svg": "b391832374df84675afd5455659d7d7c145faafa83cb0f2a907c5db77a17f305", + "legends/001-richard-stallman/back.png": "c46ae72296aa184dc83235f078973d858594e9b57ddc36bc7b133b187ba6d4c3" + }, + "builtAt": "2026-09-13T19:30:47.761Z" + }, + { + "fingerprint": "30d45310a57b2a385718168e6ad77d98423fd8ed915f3d04f0d0939bc9db9c80", + "card": { + "number": 2, + "slug": "linus-torvalds", + "name": "Linus Torvalds", + "title": "Creator of the Linux Kernel", + "knownFor": "Developing Linux and Git", + "rarity": "iconic", + "impact": 99, + "nationality": "Finland / USA", + "era": "1969", + "projects": [ + "Linux Kernel", + "Git" + ], + "scouting": "Linus Torvalds revolutionizes software development with the Linux kernel and Git. His contributions foster a global open source community, driving innovation and collaboration across industries.", + "quote": "Linus brings freedom and collaboration to software.", + "front": "/releases/v2/legends/002-linus-torvalds/front.svg", + "back": "/releases/v2/legends/002-linus-torvalds/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://www.wikidata.org/wiki/Q34253" + }, + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Linus_Torvalds" + } + ], + "id": "legends/002-linus-torvalds", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:05:11.580Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Linus+Torvalds&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/002-linus-torvalds/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_07a49210a529aa05006aa6f53a65e487d29f4cc69b1f841238", + "usage": { + "input_tokens": 544, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 23185, + "output_tokens_details": { + "reasoning_tokens": 12430 + }, + "total_tokens": 23729 + }, + "attempts": 1, + "sha256": "fb3ee024a62744d172e7d42c9126b76228b1b2e378351740e39d87522f66544b", + "generatedAt": "2026-09-13T19:20:00.048Z" + }, + "files": { + "legends/002-linus-torvalds/artwork.svg": "fb3ee024a62744d172e7d42c9126b76228b1b2e378351740e39d87522f66544b", + "legends/002-linus-torvalds/front.svg": "c768de38cda0f742b09498cca6ab56b78546602731ef5e245086c7eb5353ec85", + "legends/002-linus-torvalds/front.png": "617f81bbd6e6b45e9c5ac707cfac815cc11475d7a633dd7b193d101f2bd815e9", + "legends/002-linus-torvalds/back.svg": "0db5b0cd12a92282548401c1166231f80fce312062efec4f2337173df634331d", + "legends/002-linus-torvalds/back.png": "0d248d6bec6a8c278bc0ff4da91c09da936f3b5427367955af3f4956e095b7af" + }, + "builtAt": "2026-09-13T19:20:00.241Z" + }, + { + "fingerprint": "4120083a7cc8769b6779a9fa7b9b51a30c8a17d9a1409de46c2a5baad5ef426b", + "card": { + "number": 3, + "slug": "aaron-swartz", + "name": "Aaron Swartz", + "title": "Internet Activist and Programmer", + "knownFor": "Contributions to RSS and Markdown", + "rarity": "iconic", + "impact": 95, + "nationality": "USA", + "era": "1986-11-08", + "projects": [ + "RSS", + "Creative Commons", + "web.py", + "Markdown" + ], + "scouting": "Aaron Swartz is a pivotal figure in internet activism and programming. He significantly contributed to various projects that shaped the web, advocating for open access and civic engagement. His legacy inspires many in the tech community.", + "quote": "A prodigy who fought for freedom.", + "front": "/releases/v2/legends/003-aaron-swartz/front.svg", + "back": "/releases/v2/legends/003-aaron-swartz/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://www.wikidata.org/wiki/Q302817" + }, + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Aaron_Swartz" + } + ], + "id": "legends/003-aaron-swartz", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:21:07.925Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Aaron+Swartz&limit=30", + "matches": [], + "rejectedCount": 8 + }, + "edition": 2, + "artwork": "/releases/v2/legends/003-aaron-swartz/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0bb7c4edb8912384006aa6f7a4237887d28c0bcbc662baba8d", + "usage": { + "input_tokens": 554, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 23289, + "output_tokens_details": { + "reasoning_tokens": 15020 + }, + "total_tokens": 23843 + }, + "attempts": 1, + "sha256": "29f2f7c1cf3e6ae1c4d63054d06e11f3a8d2bcb2e8ae5576f7fa48ba179ef40c", + "generatedAt": "2026-09-13T19:30:02.173Z" + }, + "files": { + "legends/003-aaron-swartz/artwork.svg": "29f2f7c1cf3e6ae1c4d63054d06e11f3a8d2bcb2e8ae5576f7fa48ba179ef40c", + "legends/003-aaron-swartz/front.svg": "0e5eeda6376f120f09aec1dea226f59869cf2d4864abd712a75c4b76e5d9a707", + "legends/003-aaron-swartz/front.png": "52ecee822856fc1634d169a32c7c1b95d22f3e0f3bf10a2c3621d5ad5ef04a89", + "legends/003-aaron-swartz/back.svg": "8a0bd838bb1affa517099072a33ac8840f674c943bcef8ad6ec5a70d75868e42", + "legends/003-aaron-swartz/back.png": "5c06bc42582ab51bf975cf90c13e48106f67a4204e86e9e35d19ef03af5d851f" + }, + "builtAt": "2026-09-13T19:30:02.452Z" + }, + { + "fingerprint": "f53abd9063fddcf713643b76c4d5cb0708f09a128b7554fdc0eb4295af37c723", + "card": { + "number": 4, + "slug": "tj-holowaychuk", + "name": "TJ Holowaychuk", + "title": "Node.js Contributor", + "knownFor": "Creator of popular Node.js modules", + "rarity": "iconic", + "impact": 95, + "nationality": "Canada", + "era": "1987", + "projects": [ + "Express", + "Koa", + "Socket.IO", + "Mocha" + ], + "scouting": "TJ Holowaychuk is a pivotal figure in the Node.js community, known for his innovative frameworks and modules. His work has significantly shaped web development practices and tools, making him a respected leader in open source.", + "quote": "A master of Node.js frameworks.", + "front": "/releases/v2/legends/004-tj-holowaychuk/front.svg", + "back": "/releases/v2/legends/004-tj-holowaychuk/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/TJ_Holowaychuk" + } + ], + "id": "legends/004-tj-holowaychuk", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:21:07.931Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=TJ+Holowaychuk&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/004-tj-holowaychuk/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0f84c6fe5b4c9e66006aa6f7a4495887d2ba90f735fbedd800", + "usage": { + "input_tokens": 564, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 23135, + "output_tokens_details": { + "reasoning_tokens": 9617 + }, + "total_tokens": 23699 + }, + "attempts": 1, + "sha256": "0128a301a9838bc7ae4895fe54f574458b86809af079b8bbb2dfd567ecc26640", + "generatedAt": "2026-09-13T19:28:43.821Z" + }, + "files": { + "legends/004-tj-holowaychuk/artwork.svg": "0128a301a9838bc7ae4895fe54f574458b86809af079b8bbb2dfd567ecc26640", + "legends/004-tj-holowaychuk/front.svg": "0188292b03116b0d22b5aba7955947529a9d8fe15da21088ddf3e9595aa417dd", + "legends/004-tj-holowaychuk/front.png": "c143553f4f79b41eb48327206781535666d60ea8c5b11808b65093e4d5f04a61", + "legends/004-tj-holowaychuk/back.svg": "7023592310a1c3d9949e5e4544a6ea9118f04c9b6ec243a115af1259709d817b", + "legends/004-tj-holowaychuk/back.png": "1fad6d63b5078b3b6ddf51f5789e2e4b6b9df62077d6d5ffa9e6e47666ea6535" + }, + "builtAt": "2026-09-13T19:28:44.101Z" + }, + { + "fingerprint": "61b063521b6c324851e650ae7d11cf7b592d6cd8fdc25aa4f77a863d6b6c4a35", + "card": { + "number": 5, + "slug": "guido-van-rossum", + "name": "Guido van Rossum", + "title": "Creator of the Python Language", + "knownFor": "Inventor of Python programming language", + "rarity": "iconic", + "impact": 95, + "nationality": "Netherlands", + "era": "1956", + "projects": [ + "Python" + ], + "scouting": "Guido van Rossum is a pivotal figure in programming, known for creating Python. His leadership as BDFL shaped the language's development and community, influencing countless developers worldwide.", + "quote": "Guido's Python has empowered generations of coders.", + "front": "/releases/v2/legends/005-guido-van-rossum/front.svg", + "back": "/releases/v2/legends/005-guido-van-rossum/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://www.wikidata.org/wiki/Q30942" + }, + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Guido_van_Rossum" + } + ], + "id": "legends/005-guido-van-rossum", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:21:07.935Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Guido+van+Rossum&limit=30", + "matches": [], + "rejectedCount": 2 + }, + "edition": 2, + "artwork": "/releases/v2/legends/005-guido-van-rossum/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0d0dbf8f923a4db0006aa6f7a44a4c87d2b45b179830654043", + "usage": { + "input_tokens": 547, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 21936, + "output_tokens_details": { + "reasoning_tokens": 10163 + }, + "total_tokens": 22483 + }, + "attempts": 1, + "sha256": "b22926bcc0ae516adab26c348d1d1b2844678aa03a088d907580429441677d6b", + "generatedAt": "2026-09-13T19:28:43.422Z" + }, + "files": { + "legends/005-guido-van-rossum/artwork.svg": "b22926bcc0ae516adab26c348d1d1b2844678aa03a088d907580429441677d6b", + "legends/005-guido-van-rossum/front.svg": "d7651961729b50aee3721caea4663b2276ac2143280e8769d704bcccc03d0b96", + "legends/005-guido-van-rossum/front.png": "9e01af551e7947c9401371a17a616fccf88c649920748a87919fc067f08ac2f3", + "legends/005-guido-van-rossum/back.svg": "a91fbb9b3b16a0267d67df95d917bc2382bcf9d0656c74e09f5f2a25dafe2578", + "legends/005-guido-van-rossum/back.png": "00c35622e82794cb5f65a44fa0c9d6c658ec17066b953828aed028e68f9ea32f" + }, + "builtAt": "2026-09-13T19:28:43.605Z" + }, + { + "fingerprint": "b20486089480936c271d124ec1673da86393a2504ca33c467c12f3ff42b87a73", + "card": { + "number": 6, + "slug": "yukihiro-matsumoto", + "name": "Yukihiro Matsumoto", + "title": "Creator of Ruby Programming Language", + "knownFor": "Inventing the Ruby language", + "rarity": "iconic", + "impact": 95, + "nationality": "Japan", + "era": "1965", + "projects": [ + "Ruby", + "Ruby on Rails", + "RubyGems" + ], + "scouting": "Yukihiro Matsumoto, known as Matz, is the creator of Ruby. He emphasizes simplicity and productivity in programming. His work inspires a vibrant community that values creativity and collaboration.", + "quote": "Matz believes programming should be enjoyable.", + "front": "/releases/v2/legends/006-yukihiro-matsumoto/front.svg", + "back": "/releases/v2/legends/006-yukihiro-matsumoto/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://www.wikidata.org/wiki/Q109409154" + }, + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Yukihiro_Matz_Matsumoto" + } + ], + "id": "legends/006-yukihiro-matsumoto", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:21:07.966Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Yukihiro+Matsumoto&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/006-yukihiro-matsumoto/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_03841843f722cec5006aa6f7a4461487d2bb8f1ea8acb33cca", + "usage": { + "input_tokens": 559, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 22779, + "output_tokens_details": { + "reasoning_tokens": 9603 + }, + "total_tokens": 23338 + }, + "attempts": 1, + "sha256": "9ee13acd7799bb2e89a317950843bd1bdf1895ced65a5d7f3b08c09a067b1efe", + "generatedAt": "2026-09-13T19:28:23.285Z" + }, + "files": { + "legends/006-yukihiro-matsumoto/artwork.svg": "9ee13acd7799bb2e89a317950843bd1bdf1895ced65a5d7f3b08c09a067b1efe", + "legends/006-yukihiro-matsumoto/front.svg": "2bbbfd1e9bf0dc3cecae9185ab63f09cad9e80159b380109ca6bbbde3a6f8ec5", + "legends/006-yukihiro-matsumoto/front.png": "8886110fd8861941a396f9b11a652ff019bda2c8ab30e3f4d2d090cf3a4a3203", + "legends/006-yukihiro-matsumoto/back.svg": "1863afcddf48824ce3b435073b033335839e5d90acce361af5a03669d1efe0d2", + "legends/006-yukihiro-matsumoto/back.png": "8bb1af54578ffb1224e0e5a963c2e8d773b46e95938c8e40602d254196986a9c" + }, + "builtAt": "2026-09-13T19:28:23.497Z" + }, + { + "fingerprint": "efa2688fe0f1cbab97be77ec510e03568224dcee5f4ee7b889c7fbfab185b38a", + "card": { + "number": 7, + "slug": "larry-wall", + "name": "Larry Wall", + "title": "Creator of Perl Programming Language", + "knownFor": "Inventing the Perl language", + "rarity": "legendary", + "impact": 92, + "nationality": "USA", + "era": "1954", + "projects": [ + "Perl", + "Patch", + "perlbrew" + ], + "scouting": "Larry Wall is a prominent figure in open source, known for creating Perl, a highly versatile programming language. His contributions to software development and community engagement have made a lasting impact on the tech landscape.", + "quote": "Perl: The duct tape of the Internet.", + "front": "/releases/v2/legends/007-larry-wall/front.svg", + "back": "/releases/v2/legends/007-larry-wall/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Larry_Wall" + } + ], + "id": "legends/007-larry-wall", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:21:07.968Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Larry+Wall&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "edition": 2, + "artwork": "/releases/v2/legends/007-larry-wall/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_07fe653c844cdc16006aa6f7a445f887d2bbb831177150dff8", + "usage": { + "input_tokens": 551, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 25360, + "output_tokens_details": { + "reasoning_tokens": 14405 + }, + "total_tokens": 25911 + }, + "attempts": 1, + "sha256": "f006cbb66a439fe8140fd43fcd0874e8b40adc96f1dc4d916e90a432e3d8ce38", + "generatedAt": "2026-09-13T19:29:55.551Z" + }, + "files": { + "legends/007-larry-wall/artwork.svg": "f006cbb66a439fe8140fd43fcd0874e8b40adc96f1dc4d916e90a432e3d8ce38", + "legends/007-larry-wall/front.svg": "4183d53b724d3d12f22e0f427add337d7b2ac0275ebc5a66a8ec0726de6729dc", + "legends/007-larry-wall/front.png": "a7e5caeb890fa9a13213bf46d6cb847cfe7411bc150e155b61fb05ef488d0436", + "legends/007-larry-wall/back.svg": "d46aecdecddcb2d646ae77bff186921d265aa24d38b0f31a8d2c36479e3a7c8a", + "legends/007-larry-wall/back.png": "6b78733da41ccfac7790932e18fff2527cba035cf21c29ab908679c7eb923d89" + }, + "builtAt": "2026-09-13T19:29:55.728Z" + }, + { + "fingerprint": "41789d096cf14fe43e527bec31a8d642319ae8b8014d683a2080e9d15fd4d225", + "card": { + "number": 8, + "slug": "brendan-eich", + "name": "Brendan Eich", + "title": "Creator of JavaScript", + "knownFor": "Co-founder of Mozilla and Firefox", + "rarity": "iconic", + "impact": 95, + "nationality": "USA", + "era": "1961-11-04", + "projects": [ + "JavaScript", + "Mozilla", + "Firefox" + ], + "scouting": "Brendan Eich is a pivotal figure in web development, known for creating JavaScript. He co-founded Mozilla, championing open-source principles and fostering innovation in web browsers. His work continues to influence how we interact with the internet today.", + "quote": "The man who brought interactivity to the web.", + "front": "/releases/v2/legends/008-brendan-eich/front.svg", + "back": "/releases/v2/legends/008-brendan-eich/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Brendan_Eich" + } + ], + "id": "legends/008-brendan-eich", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:21:07.979Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Brendan+Eich&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/008-brendan-eich/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_076affe9770fa33a006aa6f7a4477087d2b7a8a91e42c4244a", + "usage": { + "input_tokens": 560, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 24401, + "output_tokens_details": { + "reasoning_tokens": 11197 + }, + "total_tokens": 24961 + }, + "attempts": 1, + "sha256": "0e494e8d7f0b80315c44d762dde5b4c15bd3549ae7cd050503097a7c69f8fdfc", + "generatedAt": "2026-09-13T19:29:08.552Z" + }, + "files": { + "legends/008-brendan-eich/artwork.svg": "0e494e8d7f0b80315c44d762dde5b4c15bd3549ae7cd050503097a7c69f8fdfc", + "legends/008-brendan-eich/front.svg": "591715dbe9c8e2e4c75c8da4ff89298d678c578e12a493e294d8dd11e2505c71", + "legends/008-brendan-eich/front.png": "8799d225228c9050a29586c6cae0c1645fa443141a71b6f5d2dc313a5516552a", + "legends/008-brendan-eich/back.svg": "d55e257cfd60353ddf508c1a2cd3114b60f29779828317c2a9cb21a991ccea98", + "legends/008-brendan-eich/back.png": "c5b477ae4a44f80d1e82a54f6f3f8e2de476db951ec0f8ffb6c185961bc35b4f" + }, + "builtAt": "2026-09-13T19:29:08.792Z" + }, + { + "fingerprint": "87ddb09ffeb4daf39c2e6df970599b71b73334bd431d3de311273079201f710b", + "card": { + "number": 9, + "slug": "rasmus-lerdorf", + "name": "Rasmus Lerdorf", + "title": "Creator of PHP", + "knownFor": "Developing the PHP programming language", + "rarity": "iconic", + "impact": 95, + "nationality": "Canada / Denmark", + "era": "1968", + "projects": [ + "PHP", + "Apache", + "MySQL" + ], + "scouting": "Rasmus Lerdorf is a pivotal figure in web development, best known for creating PHP. His work enables dynamic web applications and has influenced countless developers worldwide. He continues to advocate for open source principles.", + "quote": "Rasmus Lerdorf transformed web programming forever.", + "front": "/releases/v2/legends/009-rasmus-lerdorf/front.svg", + "back": "/releases/v2/legends/009-rasmus-lerdorf/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Rasmus_Lerdorf" + } + ], + "id": "legends/009-rasmus-lerdorf", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:21:07.980Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Rasmus+Lerdorf&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/009-rasmus-lerdorf/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0d0f95c6ef2c6ada006aa6f7a4464087d2900dbb71e8dc1e56", + "usage": { + "input_tokens": 556, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 26217, + "output_tokens_details": { + "reasoning_tokens": 12770 + }, + "total_tokens": 26773 + }, + "attempts": 1, + "sha256": "474bdcd42411e3688acc855fc7a28d86b422aa0f3882280912fc0fd5e72da263", + "generatedAt": "2026-09-13T19:29:36.031Z" + }, + "files": { + "legends/009-rasmus-lerdorf/artwork.svg": "474bdcd42411e3688acc855fc7a28d86b422aa0f3882280912fc0fd5e72da263", + "legends/009-rasmus-lerdorf/front.svg": "871c3ebd286af35b822b07bc479ce41dbeed0b2708d35a73cf47ea08458afaac", + "legends/009-rasmus-lerdorf/front.png": "8e959fa7a5934d42e00e66462a0ed78d56516651c6cb96a0971c0f43cb33af87", + "legends/009-rasmus-lerdorf/back.svg": "513cff243ce4e946cd16965ecaa77adaf9bb793aa877c5e0aa0c8a04d8960b10", + "legends/009-rasmus-lerdorf/back.png": "af6566ccf32063d4fd9f68c5859fd7ee5a7863ce5ec1cb348754bca6f101a51b" + }, + "builtAt": "2026-09-13T19:29:36.263Z" + }, + { + "fingerprint": "61360b169737d8111a62f38f9847c0be22fa72a4332c2ec59b3bad89615a5ddd", + "card": { + "number": 10, + "slug": "david-heinemeier-hansson", + "name": "David Heinemeier Hansson", + "title": "Creator of Ruby on Rails", + "knownFor": "Pioneering web application framework", + "rarity": "legendary", + "impact": 90, + "nationality": "Denmark", + "era": "1979", + "projects": [ + "Ruby on Rails", + "Basecamp", + "HEXO" + ], + "scouting": "David Heinemeier Hansson transforms web development with Ruby on Rails, emphasizing simplicity and productivity. As a co-founder of Basecamp, he champions remote work and efficient project management.", + "quote": "Simplicity is the ultimate sophistication.", + "front": "/releases/v2/legends/010-david-heinemeier-hansson/front.svg", + "back": "/releases/v2/legends/010-david-heinemeier-hansson/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/David_Heinemeier_Hansson" + } + ], + "id": "legends/010-david-heinemeier-hansson", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:21:08.000Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=David+Heinemeier+Hansson&limit=30", + "matches": [], + "rejectedCount": 2 + }, + "edition": 2, + "artwork": "/releases/v2/legends/010-david-heinemeier-hansson/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_081b8d6ddf71107c006aa6f7a4269487d2bb5586a7d29777d8", + "usage": { + "input_tokens": 555, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 24195, + "output_tokens_details": { + "reasoning_tokens": 13071 + }, + "total_tokens": 24750 + }, + "attempts": 1, + "sha256": "ed393b9262e953e11f9167d0ec8e31a8cf4c93bd9a3d4fc54ffcadd6c6475558", + "generatedAt": "2026-09-13T19:29:35.592Z" + }, + "files": { + "legends/010-david-heinemeier-hansson/artwork.svg": "ed393b9262e953e11f9167d0ec8e31a8cf4c93bd9a3d4fc54ffcadd6c6475558", + "legends/010-david-heinemeier-hansson/front.svg": "afa169c8ec82c52f87f3aafb39bc9a6dd2701513fe81300b479a3549ec2f289c", + "legends/010-david-heinemeier-hansson/front.png": "ea48a0432f2ffcc9c66ca43b8db34c25f3b975d05ca0c838672fdc5fbc4449c9", + "legends/010-david-heinemeier-hansson/back.svg": "3f9e08e0ac1e7db109ab869364201de6898f113b28a016d767c4975b91706924", + "legends/010-david-heinemeier-hansson/back.png": "23b8bfa5c3e976799d6c22723613abe7dd7530ffb0e4ef2a932bf0ae0c9ce56f" + }, + "builtAt": "2026-09-13T19:29:35.788Z" + }, + { + "fingerprint": "0c945027410fed0522fb0722656376102f9e27cc84c2675e0e0a12f5b1e85b45", + "card": { + "number": 11, + "slug": "ryan-dahl", + "name": "Ryan Dahl", + "title": "Creator of Node.js", + "knownFor": "Developing server-side JavaScript runtime", + "rarity": "iconic", + "impact": 95, + "nationality": "USA", + "era": "1981", + "projects": [ + "Node.js", + "Deno" + ], + "scouting": "Ryan Dahl revolutionizes web development with Node.js, enabling JavaScript to run server-side. His work emphasizes efficiency and scalability, shaping modern web applications and influencing countless developers worldwide.", + "quote": "Ryan Dahl turns JavaScript into a powerful server tool.", + "front": "/releases/v2/legends/011-ryan-dahl/front.svg", + "back": "/releases/v2/legends/011-ryan-dahl/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Ryan_Dahl" + } + ], + "id": "legends/011-ryan-dahl", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:21:07.987Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Ryan+Dahl&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/011-ryan-dahl/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0da96caf461490c9006aa6f7a44a2087d280413635bdcb06d4", + "usage": { + "input_tokens": 547, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 29594, + "output_tokens_details": { + "reasoning_tokens": 16856 + }, + "total_tokens": 30141 + }, + "attempts": 1, + "sha256": "b7f6b67843e36c9e839b3241a72902c1e541356f9c125c192de509555dd50cd1", + "generatedAt": "2026-09-13T19:31:43.575Z" + }, + "files": { + "legends/011-ryan-dahl/artwork.svg": "b7f6b67843e36c9e839b3241a72902c1e541356f9c125c192de509555dd50cd1", + "legends/011-ryan-dahl/front.svg": "fe893c3ed057b7faef1997e5652ca66a9b7828112d7c61d442244e433b2b814e", + "legends/011-ryan-dahl/front.png": "f72234930f19b2d2fee1c44d2223fedb8d8de15c7bb0a13cb3523e9ac6fdc751", + "legends/011-ryan-dahl/back.svg": "18a4e7d20b7bd04de385db2894b5ee928b0cff87dad0c106c571fceb8ec2b8fb", + "legends/011-ryan-dahl/back.png": "7cf53ec08a4ca8f9f491ee179f021367df0f8c5d93921294fd55f2215cffae8a" + }, + "builtAt": "2026-09-13T19:31:43.750Z" + }, + { + "fingerprint": "b8b4bbc5d1a9e54fb9fb437d57a95744e58a36ec9d1c8bd1553264513977149e", + "card": { + "number": 12, + "slug": "evan-you", + "name": "Evan You", + "title": "Creator of Vue.js", + "knownFor": "Developing the Vue.js framework", + "rarity": "legendary", + "impact": 90, + "nationality": "USA", + "era": "1988", + "projects": [ + "Vue.js", + "Vue Router", + "Vuex" + ], + "scouting": "Evan You is a prominent figure in web development, known for creating Vue.js. His framework emphasizes simplicity and flexibility, making it popular among developers. He actively engages with the community, continuously enhancing the framework's capabilities.", + "quote": "Evan's vision reshapes how we build interfaces.", + "front": "/releases/v2/legends/012-evan-you/front.svg", + "back": "/releases/v2/legends/012-evan-you/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Evan_You" + } + ], + "id": "legends/012-evan-you", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:21:08.023Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Evan+You&limit=30", + "matches": [], + "rejectedCount": 30 + }, + "edition": 2, + "artwork": "/releases/v2/legends/012-evan-you/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0bd14bbb4831f263006aa6f7a45a1c87d2a7db1178192b4295", + "usage": { + "input_tokens": 555, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 26206, + "output_tokens_details": { + "reasoning_tokens": 13546 + }, + "total_tokens": 26761 + }, + "attempts": 1, + "sha256": "4661b6d97383c6b5cc5e8d90fd4cae948ff2da083dc187e0d9a262c1195b4d6d", + "generatedAt": "2026-09-13T19:30:01.610Z" + }, + "files": { + "legends/012-evan-you/artwork.svg": "4661b6d97383c6b5cc5e8d90fd4cae948ff2da083dc187e0d9a262c1195b4d6d", + "legends/012-evan-you/front.svg": "556822a9ee77cb2aff109490c8064818e80544da683327f294430bf9d74679b1", + "legends/012-evan-you/front.png": "1dca33130c9b2728851819e1dd5af17b987c90d06b3c93d49bb920749e9d2d08", + "legends/012-evan-you/back.svg": "88bb054e2e20284cc2e7793602d440986a7a4771cf8330f9c11b3450fa4db566", + "legends/012-evan-you/back.png": "33c7211bcd7b426710aa8fb07101d81973d032a8690283df1aa82f6b2d502cad" + }, + "builtAt": "2026-09-13T19:30:01.837Z" + }, + { + "fingerprint": "063b32515b44fd2fa0ba113818056eb0ae1bca748e0ad808328863f3c7e24fc3", + "card": { + "number": 13, + "slug": "rich-harris", + "name": "Rich Harris", + "title": "Creator of Svelte Framework", + "knownFor": "Innovative JavaScript framework development", + "rarity": "legendary", + "impact": 90, + "nationality": "USA", + "era": "1988", + "projects": [ + "Svelte", + "Sapper", + "Rollup" + ], + "scouting": "Rich Harris is a leading figure in modern web development. He creates tools that streamline coding processes and improve application performance. His work on Svelte revolutionizes how developers build user interfaces.", + "quote": "Transforming the way we code for the web.", + "front": "/releases/v2/legends/013-rich-harris/front.svg", + "back": "/releases/v2/legends/013-rich-harris/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Rich_Harris" + } + ], + "id": "legends/013-rich-harris", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:21:08.027Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Rich+Harris&limit=30", + "matches": [], + "rejectedCount": 3 + }, + "edition": 2, + "artwork": "/releases/v2/legends/013-rich-harris/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_01c4a6e199fb253d006aa6f7a445e087d2bcc9669b7eb0a355", + "usage": { + "input_tokens": 547, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 26228, + "output_tokens_details": { + "reasoning_tokens": 14219 + }, + "total_tokens": 26775 + }, + "attempts": 1, + "sha256": "4faa4eec7b9fb42f80e384eb7f5b67535a6cd02f07dce886784dd0c72dc5fb4a", + "generatedAt": "2026-09-13T19:30:52.846Z" + }, + "files": { + "legends/013-rich-harris/artwork.svg": "4faa4eec7b9fb42f80e384eb7f5b67535a6cd02f07dce886784dd0c72dc5fb4a", + "legends/013-rich-harris/front.svg": "788d160fcaaaeceb703839fac6b2ce2926c8240514ad51d399de2aeecd9c268b", + "legends/013-rich-harris/front.png": "15f1de54350269c855acac290e22f491de4a8f5ca66e40036cb022163cead30d", + "legends/013-rich-harris/back.svg": "809d917d7de98e2bf63dca6fa5dcc8750b74ea5d7d134bfde9451b540d6e7cce", + "legends/013-rich-harris/back.png": "abf0048ce622dab202eadda7ee9a19a23180c7a2941d9c5045628b3a68eb640c" + }, + "builtAt": "2026-09-13T19:30:53.079Z" + }, + { + "fingerprint": "871c16a9b9f837327e795f1d881cdd41b9e2332bbf20537e9e0a8430f62e7f3a", + "card": { + "number": 14, + "slug": "jordan-walke", + "name": "Jordan Walke", + "title": "Creator of React", + "knownFor": "Developing the React JavaScript library", + "rarity": "iconic", + "impact": 95, + "nationality": "USA", + "era": "1989", + "projects": [ + "React", + "React Native", + "Jest" + ], + "scouting": "Jordan Walke revolutionizes front-end development with React, a library that simplifies building user interfaces. His work emphasizes performance and usability, making it a favorite among developers worldwide.", + "quote": "Transforming how we build user interfaces.", + "front": "/releases/v2/legends/014-jordan-walke/front.svg", + "back": "/releases/v2/legends/014-jordan-walke/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Jordan_Walke" + } + ], + "id": "legends/014-jordan-walke", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:21:08.032Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Jordan+Walke&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "edition": 2, + "artwork": "/releases/v2/legends/014-jordan-walke/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0b8d3e6494718c59006aa6f7a449bc87d28b28317e8212384e", + "usage": { + "input_tokens": 544, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 21631, + "output_tokens_details": { + "reasoning_tokens": 11988 + }, + "total_tokens": 22175 + }, + "attempts": 1, + "sha256": "8b90fc1372ce44b9c0cae57abafa2aaa7c47dfac37ee026772ccfaab0771c3a8", + "generatedAt": "2026-09-13T19:29:14.992Z" + }, + "files": { + "legends/014-jordan-walke/artwork.svg": "8b90fc1372ce44b9c0cae57abafa2aaa7c47dfac37ee026772ccfaab0771c3a8", + "legends/014-jordan-walke/front.svg": "3098ad58f2aedb737b6718812f1e7aff94b6932b3c7fffe8759ad09a1298318c", + "legends/014-jordan-walke/front.png": "0c08e1c0ccb28ac8ebce51187cede14e859118198c721db7e71800acd966bcf5", + "legends/014-jordan-walke/back.svg": "d85551a0d3bff7d332bc919871dcaa5aed0ea004925d48e7f37ca22c4e16c630", + "legends/014-jordan-walke/back.png": "3073b8a6fab255a1beefa3a292c71629078dc028c7c0f20d6bd46806345a15cd" + }, + "builtAt": "2026-09-13T19:29:15.172Z" + }, + { + "fingerprint": "a3a34ccfed59bad0f49ad5adb4ef0085a24daac114ed2849d6478d8accf156b0", + "card": { + "number": 15, + "slug": "dan-abramov", + "name": "Dan Abramov", + "title": "Co-Creator of Redux", + "knownFor": "JavaScript libraries and tools", + "rarity": "legendary", + "impact": 92, + "nationality": "USA", + "era": "1986", + "projects": [ + "Redux", + "Create React App", + "React Hot Loader" + ], + "scouting": "Dan Abramov is a leading figure in the JavaScript community, known for his work on Redux and Create React App. His contributions significantly enhance the development experience for React developers worldwide.", + "quote": "Dan's tools empower developers to build better apps.", + "front": "/releases/v2/legends/015-dan-abramov/front.svg", + "back": "/releases/v2/legends/015-dan-abramov/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Dan_Abramov" + } + ], + "id": "legends/015-dan-abramov", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:21:08.034Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Dan+Abramov&limit=30", + "matches": [], + "rejectedCount": 2 + }, + "edition": 2, + "artwork": "/releases/v2/legends/015-dan-abramov/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0adae90e64cee1e7006aa6f7a45bc887d2b57ddfc4b8ea1cc7", + "usage": { + "input_tokens": 549, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 27274, + "output_tokens_details": { + "reasoning_tokens": 15931 + }, + "total_tokens": 27823 + }, + "attempts": 1, + "sha256": "3bae28e871d5c95dd7394c77bf3cd3a9eaca6000d8b5c55065c78140d93b6935", + "generatedAt": "2026-09-13T19:31:24.850Z" + }, + "files": { + "legends/015-dan-abramov/artwork.svg": "3bae28e871d5c95dd7394c77bf3cd3a9eaca6000d8b5c55065c78140d93b6935", + "legends/015-dan-abramov/front.svg": "c459f09ec853ee37a877e1398baf1e7607271052371599c889910840882a03bf", + "legends/015-dan-abramov/front.png": "23912a4045b366df587b3d2926b2ff7ac54dc55e3b3b114d63c289f7dcf2a2c8", + "legends/015-dan-abramov/back.svg": "bce6bb3ae6350fc2b962570f31404bb5483b1253d04118751caedb7510949908", + "legends/015-dan-abramov/back.png": "020061c44084ad8ad4f9a4264b3cfcabbd021f37e5b7b92e0a0bf3505ea27039" + }, + "builtAt": "2026-09-13T19:31:25.109Z" + }, + { + "fingerprint": "feaa262be696b18d1c09f4f55a4666803c3fdd5115cbddfb2c8db6c1153d96a9", + "card": { + "number": 16, + "slug": "sebastian-mckenzie", + "name": "Sebastian McKenzie", + "title": "Creator of Babel Compiler", + "knownFor": "JavaScript transpiler development", + "rarity": "legendary", + "impact": 90, + "nationality": "USA", + "era": "1987", + "projects": [ + "Babel", + "Babel-Polyfill", + "Babel-CLI" + ], + "scouting": "Sebastian McKenzie is a pivotal figure in JavaScript development. He creates Babel, a tool that allows developers to use the latest JavaScript features while ensuring compatibility with older browsers.", + "quote": "Babel: bridging the gap in JavaScript.", + "front": "/releases/v2/legends/016-sebastian-mckenzie/front.svg", + "back": "/releases/v2/legends/016-sebastian-mckenzie/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Sebastian_McKenzie" + } + ], + "id": "legends/016-sebastian-mckenzie", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:21:08.078Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Sebastian+McKenzie&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/016-sebastian-mckenzie/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0f320490367a3203006aa6f7a42cf487d2aa3c6576b5d3d47c", + "usage": { + "input_tokens": 556, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 21811, + "output_tokens_details": { + "reasoning_tokens": 11092 + }, + "total_tokens": 22367 + }, + "attempts": 1, + "sha256": "59b372bf417dc66c9eef801b046c3432e84a4a65d1f2701d82322945b65d60ef", + "generatedAt": "2026-09-13T19:28:50.627Z" + }, + "files": { + "legends/016-sebastian-mckenzie/artwork.svg": "59b372bf417dc66c9eef801b046c3432e84a4a65d1f2701d82322945b65d60ef", + "legends/016-sebastian-mckenzie/front.svg": "37029ab88461253111ad645147a911361c90b7bcba1db9528a3b714a6e839e20", + "legends/016-sebastian-mckenzie/front.png": "558178c96d1d47dbdc284bf6843d88c1d65f1352fbb32fef4a901823eabed7ba", + "legends/016-sebastian-mckenzie/back.svg": "dfa9ee368a0f524ea89cd68bf5dc7ef5d924762003f4369dee5537eb2281d83d", + "legends/016-sebastian-mckenzie/back.png": "ef89a8627e1ad938f490b9f9ae1715d149a63f9c0395a1948d9377cef7a6cb13" + }, + "builtAt": "2026-09-13T19:28:50.840Z" + }, + { + "fingerprint": "002dff10bc0427cbef82d63b4f234f8291526f194b3d1f29238cd73b738d537f", + "card": { + "number": 17, + "slug": "isaac-z-schlueter", + "name": "Isaac Z. Schlueter", + "title": "Node.js Package Manager Creator", + "knownFor": "Founder of npm, Inc.", + "rarity": "iconic", + "impact": 95, + "nationality": "USA", + "era": "1984", + "projects": [ + "npm", + "Node.js" + ], + "scouting": "Isaac Z. Schlueter revolutionizes JavaScript development with npm, the world's largest software registry. His work fosters collaboration and innovation, making it easier for developers to share and reuse code.", + "quote": "Empowering developers, one package at a time.", + "front": "/releases/v2/legends/017-isaac-z-schlueter/front.svg", + "back": "/releases/v2/legends/017-isaac-z-schlueter/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Isaac_Z._Schlueter" + } + ], + "id": "legends/017-isaac-z-schlueter", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:21:08.077Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Isaac+Z.+Schlueter&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "edition": 2, + "artwork": "/releases/v2/legends/017-isaac-z-schlueter/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_00bc7a077ef31840006aa6f7a4472c87d2a05544893c9358f5", + "usage": { + "input_tokens": 553, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 18382, + "output_tokens_details": { + "reasoning_tokens": 7768 + }, + "total_tokens": 18935 + }, + "attempts": 1, + "sha256": "2a1a9cc63e149132201edd6eaa9222f02fbe536cca3779dfaef580082c7ecf4b", + "generatedAt": "2026-09-13T19:27:52.916Z" + }, + "files": { + "legends/017-isaac-z-schlueter/artwork.svg": "2a1a9cc63e149132201edd6eaa9222f02fbe536cca3779dfaef580082c7ecf4b", + "legends/017-isaac-z-schlueter/front.svg": "45aa82e304b8733bf81458d9be2860d66106d10ebf76c1f46c93f1c7fd8767cb", + "legends/017-isaac-z-schlueter/front.png": "4748609cb4ebf5ac21ca106e66b96f5e99821dcd8250a37f02006f450d48daf2", + "legends/017-isaac-z-schlueter/back.svg": "b0bde95a6d9f426ad872afe50d2a7771213ffab499b56be877ca2eab11e3f1f3", + "legends/017-isaac-z-schlueter/back.png": "05d00ed5a03b1108d106f6346149dbf53b18d82c9730b4d1306f6ebf24f1ee8f" + }, + "builtAt": "2026-09-13T19:27:53.094Z" + }, + { + "fingerprint": "eab434bb152eef7157bfef34632e1d30f200710a356fbae5edc5dc0f84229a1a", + "card": { + "number": 18, + "slug": "matt-mullenweg", + "name": "Matt Mullenweg", + "title": "Co-founder of WordPress", + "knownFor": "Leading the WordPress project", + "rarity": "iconic", + "impact": 95, + "nationality": "USA", + "era": "1984", + "projects": [ + "WordPress", + "Akismet", + "BuddyPress" + ], + "scouting": "Matt Mullenweg is a key figure in web development, known for co-founding WordPress. He champions open-source principles and has significantly influenced online publishing and content management systems.", + "quote": "Empowering creators through open-source innovation.", + "front": "/releases/v2/legends/018-matt-mullenweg/front.svg", + "back": "/releases/v2/legends/018-matt-mullenweg/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Matt_Mullenweg" + } + ], + "id": "legends/018-matt-mullenweg", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:24:05.036Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Matt+Mullenweg&limit=30", + "matches": [], + "rejectedCount": 4 + }, + "edition": 2, + "artwork": "/releases/v2/legends/018-matt-mullenweg/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0e2a3219985b18ec006aa6f8551c1887d28e017986730fc458", + "usage": { + "input_tokens": 551, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 21961, + "output_tokens_details": { + "reasoning_tokens": 12644 + }, + "total_tokens": 22512 + }, + "attempts": 1, + "sha256": "8093355ee0c319e2c38c40c4da0867536fb9462cabd54cbc3ba6db1ecabbe336", + "generatedAt": "2026-09-13T19:32:10.283Z" + }, + "files": { + "legends/018-matt-mullenweg/artwork.svg": "8093355ee0c319e2c38c40c4da0867536fb9462cabd54cbc3ba6db1ecabbe336", + "legends/018-matt-mullenweg/front.svg": "a9234ba5a15c655541424cc9e705db172e851feddd9f69399630b890be762679", + "legends/018-matt-mullenweg/front.png": "a4cd93f2b5966e5afced71570760af6dd51e4c05a38272d445d74f490a5e8832", + "legends/018-matt-mullenweg/back.svg": "4a9a5165ba05969caa8e9a397112de62748ad5385dd627029b41814d30a00bd8", + "legends/018-matt-mullenweg/back.png": "df022d8e83fc8d1e5788162fec225afcb49101edbe5555d64691025a4b4215cf" + }, + "builtAt": "2026-09-13T19:32:10.462Z" + }, + { + "fingerprint": "80cd19734e474dbc46cc18e9175caf881d053454143c89f8a5df7c5b377ce280", + "card": { + "number": 19, + "slug": "dries-buytaert", + "name": "Dries Buytaert", + "title": "Creator of Drupal", + "knownFor": "Founding the Drupal content management system", + "rarity": "iconic", + "impact": 95, + "nationality": "Belgium", + "era": "1978", + "projects": [ + "Drupal", + "Acquia" + ], + "scouting": "Dries Buytaert is a pivotal figure in open source, known for creating Drupal, a leading content management system. He champions community-driven development and continues to influence the web landscape through his work at Acquia.", + "quote": "Empowering the web, one site at a time.", + "front": "/releases/v2/legends/019-dries-buytaert/front.svg", + "back": "/releases/v2/legends/019-dries-buytaert/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Dries_Buytaert" + } + ], + "id": "legends/019-dries-buytaert", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:24:09.691Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Dries+Buytaert&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/019-dries-buytaert/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0511196ee76d3e25006aa6f859d3bc87d2925b34d54e8511ad", + "usage": { + "input_tokens": 555, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 26507, + "output_tokens_details": { + "reasoning_tokens": 12948 + }, + "total_tokens": 27062 + }, + "attempts": 1, + "sha256": "430b39441444f56d867c3148b39dbc6b31a15a037d55c37e7591e9df52a68769", + "generatedAt": "2026-09-13T19:33:17.095Z" + }, + "files": { + "legends/019-dries-buytaert/artwork.svg": "430b39441444f56d867c3148b39dbc6b31a15a037d55c37e7591e9df52a68769", + "legends/019-dries-buytaert/front.svg": "7b4b33480bd9a6e9483241ce4db1be6680ee232c3dd6cab59d8fa008d04b74d6", + "legends/019-dries-buytaert/front.png": "8e9cc31cc4eef8e298b1a64aaa5dd45ca65ccebdb18d0dacd655b1d91a157021", + "legends/019-dries-buytaert/back.svg": "1209f8593e63a044b83c2a8674c824de91d14dc865caabff3c4cee50806e1a03", + "legends/019-dries-buytaert/back.png": "04ecc0eb227e45fc2dd4e6926692740d259727b8b3d84e8c9dcdd1b531869563" + }, + "builtAt": "2026-09-13T19:33:17.284Z" + }, + { + "fingerprint": "3e3e604654a5fdaadc27dc4ddd9409df5f29ec07eb2b95c2d7d61cff16db4872", + "card": { + "number": 20, + "slug": "brian-behlendorf", + "name": "Brian Behlendorf", + "title": "Co-founder of Apache Software Foundation", + "knownFor": "Leading the Apache HTTP Server project", + "rarity": "iconic", + "impact": 95, + "nationality": "USA", + "era": "1971", + "projects": [ + "Apache HTTP Server", + "Apache Software Foundation", + "Mod_ssl" + ], + "scouting": "Brian Behlendorf is a pivotal figure in open source, known for co-founding the Apache Software Foundation. His leadership in developing the Apache HTTP Server has significantly shaped the web landscape, promoting collaboration and innovation in software development.", + "quote": "Brian champions the spirit of open collaboration.", + "front": "/releases/v2/legends/020-brian-behlendorf/front.svg", + "back": "/releases/v2/legends/020-brian-behlendorf/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Brian_Behlendorf" + } + ], + "id": "legends/020-brian-behlendorf", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:24:09.701Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Brian+Behlendorf&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/020-brian-behlendorf/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0820fa906b9ffdbe006aa6f859c50c87d2ac7d134a07c30a1c", + "usage": { + "input_tokens": 561, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 21066, + "output_tokens_details": { + "reasoning_tokens": 10358 + }, + "total_tokens": 21627 + }, + "attempts": 1, + "sha256": "2df2ff38088583d4eb623f644ed3322b60759a1ca8ce7e781daab35e850743bc", + "generatedAt": "2026-09-13T19:32:01.673Z" + }, + "files": { + "legends/020-brian-behlendorf/artwork.svg": "2df2ff38088583d4eb623f644ed3322b60759a1ca8ce7e781daab35e850743bc", + "legends/020-brian-behlendorf/front.svg": "245c117a0293dd97d21eb9cc84400efaef54b7618f6aa771c0ee43af00dfa202", + "legends/020-brian-behlendorf/front.png": "36dc6b7a7380cbf07c6b6547670b31a74810622c17cf1acf1fcfd0829937a2f7", + "legends/020-brian-behlendorf/back.svg": "54cb2fd44b5fcaa6f782509c6d491aefdce890c1ac6cacc4d0217dd84a296ded", + "legends/020-brian-behlendorf/back.png": "e9f68c9196dc0bc171f09aef648e42f83bd5c3a6de7b49cb4f6cf66ac8179487" + }, + "builtAt": "2026-09-13T19:32:01.869Z" + }, + { + "fingerprint": "8b92f4a7854a855cd98980c867783b6d9c75b8620f05250bc8e6794d3d900203", + "card": { + "number": 21, + "slug": "roy-fielding", + "name": "Roy Fielding", + "title": "Architect of REST", + "knownFor": "Founding the REST architectural style", + "rarity": "iconic", + "impact": 95, + "nationality": "USA", + "era": "1965", + "projects": [ + "Apache HTTP Server", + "REST", + "HTTP/1.1" + ], + "scouting": "Roy Fielding is a pivotal figure in web architecture, known for his creation of REST. His work on HTTP and the Apache HTTP Server has profoundly influenced how modern web applications are designed and interact.", + "quote": "Fielding's REST principles revolutionized web communication.", + "front": "/releases/v2/legends/021-roy-fielding/front.svg", + "back": "/releases/v2/legends/021-roy-fielding/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Roy_Fielding" + } + ], + "id": "legends/021-roy-fielding", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:24:01.238Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Roy+Fielding&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/021-roy-fielding/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_099764a1357ecfed006aa6f85152b087d2a2aaf252bb2c8e75", + "usage": { + "input_tokens": 552, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 24698, + "output_tokens_details": { + "reasoning_tokens": 10876 + }, + "total_tokens": 25250 + }, + "attempts": 1, + "sha256": "46fd58a4c0bec344def9e3a579b7749d50cf149489d215e2aedf326128e019ec", + "generatedAt": "2026-09-13T19:31:57.899Z" + }, + "files": { + "legends/021-roy-fielding/artwork.svg": "46fd58a4c0bec344def9e3a579b7749d50cf149489d215e2aedf326128e019ec", + "legends/021-roy-fielding/front.svg": "c0f137de60405675401b6fe59c446a9f87b68fd05a108a8ccb8f2e7234a70053", + "legends/021-roy-fielding/front.png": "1ad054da99975941a8e8cfb10d58500a67d291eab880ef7e5e8bf11a0b9cd91e", + "legends/021-roy-fielding/back.svg": "c9941b398868fea968542a3e92985aa182d508ae552b00f90d536d5cdb874d1c", + "legends/021-roy-fielding/back.png": "447cf32e62ab17260687ba1adf1e3553a04376ab23cb7ed21e3299c7bc4ec832" + }, + "builtAt": "2026-09-13T19:31:58.118Z" + }, + { + "fingerprint": "0a1fb3a56c0b20fbde9e72a21730657682aec1b9d44df515aca8386c4eef7ab6", + "card": { + "number": 22, + "slug": "eric-s-raymond", + "name": "Eric S. Raymond", + "title": "Open Source Advocate", + "knownFor": "Author of 'The Cathedral and the Bazaar'", + "rarity": "legendary", + "impact": 90, + "nationality": "USA", + "era": "1957", + "projects": [ + "Fetchmail", + "The Cathedral and the Bazaar", + "Open Source Initiative" + ], + "scouting": "Eric S. Raymond is a prominent figure in the open source movement. He advocates for transparency in software development and has authored influential works that shape modern programming practices.", + "quote": "Raymond's insights revolutionized software development.", + "front": "/releases/v2/legends/022-eric-s-raymond/front.svg", + "back": "/releases/v2/legends/022-eric-s-raymond/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Eric_S._Raymond" + } + ], + "id": "legends/022-eric-s-raymond", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:24:01.257Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Eric+S.+Raymond&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/022-eric-s-raymond/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0800e58899ec4796006aa6f8515b8887d2a71c8a9561d21db9", + "usage": { + "input_tokens": 555, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 24682, + "output_tokens_details": { + "reasoning_tokens": 9854 + }, + "total_tokens": 25237 + }, + "attempts": 1, + "sha256": "5b88ac657ff057fc428c8c08c673f45dcdc468df44e0c28bce10778ac09db17d", + "generatedAt": "2026-09-13T19:32:20.764Z" + }, + "files": { + "legends/022-eric-s-raymond/artwork.svg": "5b88ac657ff057fc428c8c08c673f45dcdc468df44e0c28bce10778ac09db17d", + "legends/022-eric-s-raymond/front.svg": "67fb99e734e15a2d9734e91d08bf2b3dcd55833bbf8a21e3e90402683f24c631", + "legends/022-eric-s-raymond/front.png": "15a8be401add9db3b0f9a9c39f8ccfc3554c3a67dcc97598b71396e46051a6b0", + "legends/022-eric-s-raymond/back.svg": "44e920a2cfac2d7ffc0539605e7a420a1b108527489c9ba5fefe1ce74d696103", + "legends/022-eric-s-raymond/back.png": "1727f235474e76f586ea58b71ebe6b156130d37138d7cef4d32a3cb6b4101bba" + }, + "builtAt": "2026-09-13T19:32:20.958Z" + }, + { + "fingerprint": "c2eb8fa55617714f3709b0a478b69841102d70f8e8ef7b4e9e5355ea0a7a75a2", + "card": { + "number": 23, + "slug": "bruce-perens", + "name": "Bruce Perens", + "title": "Co-founder of Open Source Initiative", + "knownFor": "Advocate for open source software", + "rarity": "iconic", + "impact": 95, + "nationality": "USA", + "era": "1958", + "projects": [ + "Open Source Definition", + "Debian Project", + "Linux Standards Base" + ], + "scouting": "Bruce Perens is a pivotal figure in the open source movement. He co-founded the Open Source Initiative and authored the Open Source Definition, which shapes software licensing today. His advocacy continues to influence software development worldwide.", + "quote": "Open source is a philosophy, not just a license.", + "front": "/releases/v2/legends/023-bruce-perens/front.svg", + "back": "/releases/v2/legends/023-bruce-perens/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Bruce_Perens" + } + ], + "id": "legends/023-bruce-perens", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:24:01.280Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Bruce+Perens&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/023-bruce-perens/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0882b2bf745769bc006aa6f8515f1087d28e951b348defcac9", + "usage": { + "input_tokens": 558, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 22681, + "output_tokens_details": { + "reasoning_tokens": 11780 + }, + "total_tokens": 23239 + }, + "attempts": 1, + "sha256": "1221378306de69b3a76b19480ccd0551bcbf6ae8797dc6836375816e4e140d37", + "generatedAt": "2026-09-13T19:32:28.730Z" + }, + "files": { + "legends/023-bruce-perens/artwork.svg": "1221378306de69b3a76b19480ccd0551bcbf6ae8797dc6836375816e4e140d37", + "legends/023-bruce-perens/front.svg": "5a86c63ac57ed7f2312f02d9e99557fd7bf85b60a3c104237948ef3b7de3f88c", + "legends/023-bruce-perens/front.png": "8c8ccb5c9b4413ec45a27c0bb5a467a7d09d5495521f4ff9982019b49510322c", + "legends/023-bruce-perens/back.svg": "c1d03b2cfb8b66b7acea4745840ab7dc15781984da09eea7ec833ae554c97c10", + "legends/023-bruce-perens/back.png": "b7ac05cc1382904fd2dc2d46df5cf8d8af9546b038ed5c5d38d77ed23a687784" + }, + "builtAt": "2026-09-13T19:32:28.906Z" + }, + { + "fingerprint": "0c00dbdaa8c2abb08d15687c8a1622c10527fa30d8de2333030d80ddbd24c84d", + "card": { + "number": 24, + "slug": "ian-murdock", + "name": "Ian Murdock", + "title": "Founder of Debian Project", + "knownFor": "Creating the Debian Linux distribution", + "rarity": "iconic", + "impact": 95, + "nationality": "USA", + "era": "1973-04-05", + "projects": [ + "Debian", + "Progeny Linux Systems" + ], + "scouting": "Ian Murdock is a pivotal figure in open source, known for founding the Debian Project. His vision for a collaborative operating system has influenced countless distributions and fostered a strong community ethos.", + "quote": "Debian: a legacy of freedom and collaboration.", + "front": "/releases/v2/legends/024-ian-murdock/front.svg", + "back": "/releases/v2/legends/024-ian-murdock/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Ian_Murdock" + } + ], + "id": "legends/024-ian-murdock", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:24:01.268Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Ian+Murdock&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/024-ian-murdock/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_00037d118a095dfd006aa6f8515bc487d2a0e155da7a885f25", + "usage": { + "input_tokens": 550, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 22777, + "output_tokens_details": { + "reasoning_tokens": 14745 + }, + "total_tokens": 23327 + }, + "attempts": 1, + "sha256": "7bbbba568b9447206db02d4f594a0ec33108429b80b3344a344ab15a8498b972", + "generatedAt": "2026-09-13T19:32:46.771Z" + }, + "files": { + "legends/024-ian-murdock/artwork.svg": "7bbbba568b9447206db02d4f594a0ec33108429b80b3344a344ab15a8498b972", + "legends/024-ian-murdock/front.svg": "3c8865dd61991c44371c3c6573ede95e3fb51c2b7ee05e3be6323fdaa8c269a2", + "legends/024-ian-murdock/front.png": "e36a02d2cbe3b0462713547086a8dc4d07a478f7cf696c339d63ba3dac2e842e", + "legends/024-ian-murdock/back.svg": "b5ef7503d8a4e833b6811202ed4d43a64d56fd6947a11701b3528704ad8cf7d6", + "legends/024-ian-murdock/back.png": "39aad0238545a543c745da3d7bc5f8ffccc79da9cd3ee29cc1dc52c96cde9d31" + }, + "builtAt": "2026-09-13T19:32:46.946Z" + }, + { + "fingerprint": "843dfcac55ce3420dfc00a255f73b6b67004f94de763f7a9fd31b357212cdd99", + "card": { + "number": 25, + "slug": "mark-shuttleworth", + "name": "Mark Shuttleworth", + "title": "Founder of Ubuntu", + "knownFor": "Creating the Ubuntu operating system", + "rarity": "legendary", + "impact": 90, + "nationality": "South Africa", + "era": "1973-09-18", + "projects": [ + "Ubuntu", + "Canonical Ltd." + ], + "scouting": "Mark Shuttleworth is a visionary entrepreneur and philanthropist. He founded Ubuntu, which revolutionized Linux accessibility. His commitment to open source fosters innovation and community engagement worldwide.", + "quote": "Shuttleworth believes in the power of freedom through software.", + "front": "/releases/v2/legends/025-mark-shuttleworth/front.svg", + "back": "/releases/v2/legends/025-mark-shuttleworth/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Mark_Shuttleworth" + } + ], + "id": "legends/025-mark-shuttleworth", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:24:01.296Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Mark+Shuttleworth&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/025-mark-shuttleworth/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_059418c4cea93f23006aa6f8515ad087d2a590b0ac8c4dc9f9", + "usage": { + "input_tokens": 542, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 24432, + "output_tokens_details": { + "reasoning_tokens": 12948 + }, + "total_tokens": 24974 + }, + "attempts": 1, + "sha256": "5be60b9185661658fc01ec251ce4f87ca788e0ccb728092826265dfba7aff89e", + "generatedAt": "2026-09-13T19:32:18.339Z" + }, + "files": { + "legends/025-mark-shuttleworth/artwork.svg": "5be60b9185661658fc01ec251ce4f87ca788e0ccb728092826265dfba7aff89e", + "legends/025-mark-shuttleworth/front.svg": "20eac746b8b0712c746f2deef78996204f68a60d4db2224f6ca73ae1efa116d6", + "legends/025-mark-shuttleworth/front.png": "7bed79014ad0db93286d7442b95450588abd0e2a18f047ccf879aa0dcf2f51a0", + "legends/025-mark-shuttleworth/back.svg": "620a8f2a1d50194524fbd2c03250b4528db5c7590a762aac1a5075ac91adf89d", + "legends/025-mark-shuttleworth/back.png": "c02d0b715798a6bf48ccab5a7c4ca857627a39d881e879acfc9818571d130346" + }, + "builtAt": "2026-09-13T19:32:18.516Z" + }, + { + "fingerprint": "c18c62d9358148e89855b7f01993e5c7a9fa7915130eea8d477e36adfac261dc", + "card": { + "number": 26, + "slug": "theo-de-raadt", + "name": "Theo de Raadt", + "title": "Founder of OpenBSD", + "knownFor": "Advocate for open-source security", + "rarity": "iconic", + "impact": 95, + "nationality": "Netherlands / Canada", + "era": "1968", + "projects": [ + "OpenBSD", + "OpenSSH", + "LibreSSL" + ], + "scouting": "Theo de Raadt leads the OpenBSD project, emphasizing security and code correctness. His work on OpenSSH has transformed secure communications globally. He is a prominent figure in the open-source community.", + "quote": "Security and simplicity define his legacy.", + "front": "/releases/v2/legends/026-theo-de-raadt/front.svg", + "back": "/releases/v2/legends/026-theo-de-raadt/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Theo_de_Raadt" + } + ], + "id": "legends/026-theo-de-raadt", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:24:01.310Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Theo+de+Raadt&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/026-theo-de-raadt/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0b3e4da2e76e089c006aa6f851721c87d28e5dcbf1471cc7ac", + "usage": { + "input_tokens": 550, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 28856, + "output_tokens_details": { + "reasoning_tokens": 16115 + }, + "total_tokens": 29406 + }, + "attempts": 1, + "sha256": "040bca94d346e93919f7ecdce42a94c2cd367d099ddaf29d25a5532673448b3b", + "generatedAt": "2026-09-13T19:33:47.840Z" + }, + "files": { + "legends/026-theo-de-raadt/artwork.svg": "040bca94d346e93919f7ecdce42a94c2cd367d099ddaf29d25a5532673448b3b", + "legends/026-theo-de-raadt/front.svg": "abc87c31f0a62f03febbf9c2590b13685b5362cef0a34278cf0674a34a3c4e56", + "legends/026-theo-de-raadt/front.png": "57e27679de1f24220ac231c4e438a55ab03b5d225358fb22a3b04d8b2f745ca6", + "legends/026-theo-de-raadt/back.svg": "dbd1671621ef5e4597a158d6f5609a878079c962aa321eec4358998a8af49b31", + "legends/026-theo-de-raadt/back.png": "a7240ae1e8c0bec93333da75cb7f2b3a7970f626c6dedd40026936de85d4b6e3" + }, + "builtAt": "2026-09-13T19:33:48.085Z" + }, + { + "fingerprint": "1b71003acd2a7d8d0cc8b3fc9f1e5375dd9ba988176fee62580dc7ea0b6a0e79", + "card": { + "number": 27, + "slug": "d-richard-hipp", + "name": "D. Richard Hipp", + "title": "Creator of SQLite", + "knownFor": "Developing the SQLite database", + "rarity": "iconic", + "impact": 95, + "nationality": "USA", + "era": "1961", + "projects": [ + "SQLite", + "Tcl", + "Fossil" + ], + "scouting": "D. Richard Hipp is a prominent software developer known for creating SQLite, a lightweight database widely used in applications. His work on Fossil and Tcl further showcases his versatility and impact in the open-source community.", + "quote": "SQLite: the database that fits everywhere.", + "front": "/releases/v2/legends/027-d-richard-hipp/front.svg", + "back": "/releases/v2/legends/027-d-richard-hipp/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/D._Richard_Hipp" + } + ], + "id": "legends/027-d-richard-hipp", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:24:02.267Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=D.+Richard+Hipp&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/027-d-richard-hipp/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0d05db3e42bfce7c006aa6f852558087d2bd61efc9993f3662", + "usage": { + "input_tokens": 555, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 22008, + "output_tokens_details": { + "reasoning_tokens": 12325 + }, + "total_tokens": 22563 + }, + "attempts": 1, + "sha256": "9eccdd177c64c03c719eb1918eaee1ed593c77cceae5a4cf67e3567efec0d952", + "generatedAt": "2026-09-13T19:32:32.579Z" + }, + "files": { + "legends/027-d-richard-hipp/artwork.svg": "9eccdd177c64c03c719eb1918eaee1ed593c77cceae5a4cf67e3567efec0d952", + "legends/027-d-richard-hipp/front.svg": "bbfa73598d90636567fca6d6cf9c7599b0064a7858019633daa1afac46f92749", + "legends/027-d-richard-hipp/front.png": "3551fb64505e4a5ca6d0021ce39570c5241f4d54a7a232e49931f8086d2ad90f", + "legends/027-d-richard-hipp/back.svg": "1d6dfc877e4cc2bf90ca55ba57e404b6f33e5e7b1e61adc7e750250b3a12e353", + "legends/027-d-richard-hipp/back.png": "11040f5bb688ae0966c0d89f9cccae8eaf48c6d4da861d29c2b3983b49d37ba2" + }, + "builtAt": "2026-09-13T19:32:32.772Z" + }, + { + "fingerprint": "6a9c82463db0d192b1fa0259d49cb2bd7b7418d46a8148156c904c796be05ab9", + "card": { + "number": 28, + "slug": "fabrice-bellard", + "name": "Fabrice Bellard", + "title": "Creator of QEMU", + "knownFor": "Contributions to emulation and programming languages", + "rarity": "iconic", + "impact": 95, + "nationality": "France", + "era": "1972", + "projects": [ + "QEMU", + "FFmpeg", + "TinyCC" + ], + "scouting": "Fabrice Bellard is a prominent figure in open source software, known for his groundbreaking work in emulation and programming languages. His projects, especially QEMU and FFmpeg, have significantly influenced the tech landscape.", + "quote": "A pioneer in emulation and multimedia.", + "front": "/releases/v2/legends/028-fabrice-bellard/front.svg", + "back": "/releases/v2/legends/028-fabrice-bellard/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Fabrice_Bellard" + } + ], + "id": "legends/028-fabrice-bellard", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:24:01.325Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Fabrice+Bellard&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/028-fabrice-bellard/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_06f195b900937382006aa6f8516eb887d2a4e031723e975b65", + "usage": { + "input_tokens": 558, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 23315, + "output_tokens_details": { + "reasoning_tokens": 13914 + }, + "total_tokens": 23873 + }, + "attempts": 1, + "sha256": "5405d98105fcdc928257ceb3fedd146663becf2b144b8bc52a23341fb05dcb10", + "generatedAt": "2026-09-13T19:32:33.415Z" + }, + "files": { + "legends/028-fabrice-bellard/artwork.svg": "5405d98105fcdc928257ceb3fedd146663becf2b144b8bc52a23341fb05dcb10", + "legends/028-fabrice-bellard/front.svg": "a8a4daf5d23efba00217b1054ee23c12231f72c9c98c4b245daedf6b2f328e5b", + "legends/028-fabrice-bellard/front.png": "aed31f9e33ad9d1d4d9941f150845400e57bafb0e0d47c4c6699ad96401b1564", + "legends/028-fabrice-bellard/back.svg": "55a4dcce6486ea806b5d9eafedf3ba8863ab546f5a2b476cbec3654bb6404723", + "legends/028-fabrice-bellard/back.png": "a5d1123ebfea2a081a09c75cb2e17cb6fc6896a32c04db558c0a53310613a994" + }, + "builtAt": "2026-09-13T19:32:33.587Z" + }, + { + "fingerprint": "d88d3b7a9c9663a354274fc32cc695d005c095ebee3b465ffa043c0a6a69bebb", + "card": { + "number": 29, + "slug": "andrew-tridgell", + "name": "Andrew Tridgell", + "title": "Creator of Samba", + "knownFor": "Pioneering open-source file sharing", + "rarity": "legendary", + "impact": 90, + "nationality": "Australia", + "era": "1966", + "projects": [ + "Samba", + "rsync", + "CIFS" + ], + "scouting": "Andrew Tridgell is a key figure in open-source software, known for creating Samba and rsync. His work enables seamless file sharing across different operating systems, making him a vital contributor to the open-source community.", + "quote": "Tridgell bridges systems with open-source innovation.", + "front": "/releases/v2/legends/029-andrew-tridgell/front.svg", + "back": "/releases/v2/legends/029-andrew-tridgell/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Andrew_Tridgell" + } + ], + "id": "legends/029-andrew-tridgell", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:24:02.282Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Andrew+Tridgell&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/029-andrew-tridgell/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0a85580db312e792006aa6f8525af487d2ac2d417bbee8afbd", + "usage": { + "input_tokens": 562, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 20305, + "output_tokens_details": { + "reasoning_tokens": 9840 + }, + "total_tokens": 20867 + }, + "attempts": 1, + "sha256": "4422ab98ea8cda42f1be7844bcee5b37975bc66f20f0188aa8a70f05f5c3583a", + "generatedAt": "2026-09-13T19:30:55.989Z" + }, + "files": { + "legends/029-andrew-tridgell/artwork.svg": "4422ab98ea8cda42f1be7844bcee5b37975bc66f20f0188aa8a70f05f5c3583a", + "legends/029-andrew-tridgell/front.svg": "3b258cf98e6c7d1952940303f6f2d319222c86c0dd8d64c29f1293dbd8acebd9", + "legends/029-andrew-tridgell/front.png": "5a7f7a9d3fd299899e9defd8340d1052409a4c17f98cb37da8c1d6c8a710bf52", + "legends/029-andrew-tridgell/back.svg": "20769520d064ced73776237e32839f8326a041fd89992dcc735cad06c748d8e8", + "legends/029-andrew-tridgell/back.png": "7331f486dfc8013b40d19b674f75feedb0d9b0aad73da4765aa17f6be3f3f799" + }, + "builtAt": "2026-09-13T19:30:56.194Z" + }, + { + "fingerprint": "661d9211b83b84fce245329d85ff94a4586b0073aa08ac851f0117d303d726d8", + "card": { + "number": 30, + "slug": "bram-moolenaar", + "name": "Bram Moolenaar", + "title": "Creator of Vim Editor", + "knownFor": "Developing the Vim text editor", + "rarity": "legendary", + "impact": 90, + "nationality": "Netherlands", + "era": "1961", + "projects": [ + "Vim", + "Gvim", + "Vim.org" + ], + "scouting": "Bram Moolenaar is a prominent figure in software development, known for creating Vim, a highly configurable text editor. His work emphasizes efficiency and productivity, making Vim a staple among programmers worldwide.", + "quote": "Vim: The editor that keeps on giving.", + "front": "/releases/v2/legends/030-bram-moolenaar/front.svg", + "back": "/releases/v2/legends/030-bram-moolenaar/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Bram_Moolenaar" + } + ], + "id": "legends/030-bram-moolenaar", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:24:02.293Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Bram+Moolenaar&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/030-bram-moolenaar/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_041402add366b573006aa6f852602087d28512be5186d32a69", + "usage": { + "input_tokens": 558, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 22464, + "output_tokens_details": { + "reasoning_tokens": 13411 + }, + "total_tokens": 23022 + }, + "attempts": 1, + "sha256": "c28c9ded11e841afe07250114158ef5862b1cbb0e4afc6c4d1574cd128e05a01", + "generatedAt": "2026-09-13T19:31:50.882Z" + }, + "files": { + "legends/030-bram-moolenaar/artwork.svg": "c28c9ded11e841afe07250114158ef5862b1cbb0e4afc6c4d1574cd128e05a01", + "legends/030-bram-moolenaar/front.svg": "f1db797eb5f50c43f2d67a483eb3ab9612de8da01451363ad10c037dba15e15c", + "legends/030-bram-moolenaar/front.png": "46e72b461b64ef3fe16129b1e5eb6bbc87298462008e1191282815dff3143b09", + "legends/030-bram-moolenaar/back.svg": "855fa336820fc2052c22c173ccb65a4aa1ffde75114ab0c25c8d4e6ffc0c0feb", + "legends/030-bram-moolenaar/back.png": "bc14a70d18027a2fed3e5e7aee2718661c3e3e7090af55f8512b9b4b4cc39b79" + }, + "builtAt": "2026-09-13T19:31:51.055Z" + }, + { + "fingerprint": "14b83ec33c877b1e95321365f0e5c83e99d29e9f51f9523870160253f4a4cf49", + "card": { + "number": 31, + "slug": "brian-fox", + "name": "Brian Fox", + "title": "Co-Creator of GNU Bash", + "knownFor": "Developing the Bourne Again Shell", + "rarity": "legendary", + "impact": 90, + "nationality": "USA", + "era": "1961", + "projects": [ + "GNU Bash", + "GNU Project", + "Free Software Foundation" + ], + "scouting": "Brian Fox is a pivotal figure in the open source community, known for creating GNU Bash, a widely used command-line shell. His work has significantly influenced the development of free software and the GNU Project, promoting software freedom.", + "quote": "Brian Fox's legacy lives on in every terminal.", + "front": "/releases/v2/legends/031-brian-fox/front.svg", + "back": "/releases/v2/legends/031-brian-fox/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Brian_Fox" + } + ], + "id": "legends/031-brian-fox", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:24:02.306Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Brian+Fox&limit=30", + "matches": [], + "rejectedCount": 10 + }, + "edition": 2, + "artwork": "/releases/v2/legends/031-brian-fox/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_097e84e3ea9cf5bb006aa6f852642887d2be42c1a9bd93fe4a", + "usage": { + "input_tokens": 560, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 22374, + "output_tokens_details": { + "reasoning_tokens": 13466 + }, + "total_tokens": 22934 + }, + "attempts": 1, + "sha256": "9eb8b76f32bd271bfc90eb5159ee1b1fdd10af8291d76d6f3f62f256f1608499", + "generatedAt": "2026-09-13T19:31:53.011Z" + }, + "files": { + "legends/031-brian-fox/artwork.svg": "9eb8b76f32bd271bfc90eb5159ee1b1fdd10af8291d76d6f3f62f256f1608499", + "legends/031-brian-fox/front.svg": "fda0347394cb05c16e63cbc8d5343aa495c1d132fceeb85369a80ed2299afa8f", + "legends/031-brian-fox/front.png": "44a9dc4a447b79cef04125284a21f08571129baaaee8a42ec1b6d6006e471c8f", + "legends/031-brian-fox/back.svg": "a6bc2126c80f8a61fb444a525b77435aa0ee80b354bcbdef88cfb8b4bf6d1c4e", + "legends/031-brian-fox/back.png": "e6ebad00eb31972d4e860d306a0e9206b87fe226ce9ac5df8cefd8c14341e47a" + }, + "builtAt": "2026-09-13T19:31:53.169Z" + }, + { + "fingerprint": "617104283f923fee3f05d36f61f5f13350268533202718d7f2d4cac788a5cbba", + "card": { + "number": 32, + "slug": "werner-koch", + "name": "Werner Koch", + "title": "Principal Author of GnuPG", + "knownFor": "Creating the GNU Privacy Guard", + "rarity": "legendary", + "impact": 90, + "nationality": "Germany", + "era": "unknown", + "projects": [ + "GNU Privacy Guard", + "Free Software Foundation Europe" + ], + "scouting": "Werner Koch is a pivotal figure in free software, known for his work on GnuPG. His contributions enhance digital security and privacy for users worldwide. He actively promotes free software principles through his leadership roles.", + "quote": "Koch champions freedom in digital security.", + "front": "/releases/v2/legends/032-werner-koch/front.svg", + "back": "/releases/v2/legends/032-werner-koch/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://www.wikidata.org/wiki/Q3567326" + }, + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Werner_Koch" + } + ], + "id": "legends/032-werner-koch", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:24:01.334Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Werner+Koch&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "edition": 2, + "artwork": "/releases/v2/legends/032-werner-koch/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_00d47558a9d33951006aa6f85169c887d2b67ab1c4c4f1ff41", + "usage": { + "input_tokens": 554, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 27215, + "output_tokens_details": { + "reasoning_tokens": 12784 + }, + "total_tokens": 27769 + }, + "attempts": 1, + "sha256": "91e35112682a156653ff719d1957ae6e2e8a8ea0b77c6ddb2f23ba2b66926d56", + "generatedAt": "2026-09-13T19:33:38.598Z" + }, + "files": { + "legends/032-werner-koch/artwork.svg": "91e35112682a156653ff719d1957ae6e2e8a8ea0b77c6ddb2f23ba2b66926d56", + "legends/032-werner-koch/front.svg": "32c23d2b25f63c415c753cfe174065566b06def2da63945027fe5719d5bc1eb1", + "legends/032-werner-koch/front.png": "3cd32d75ec1108dd3d4a8180c8e3b1cfa38ec3c5dd29de5c486f08b5128d9e10", + "legends/032-werner-koch/back.svg": "40a8c218d2ccccfe30aa8c3c06d33b8d95484cfb15d7e0551cfad405ce70c9aa", + "legends/032-werner-koch/back.png": "c34726e15569382861a7801e725c4d0bbc5dd7de00f57690d13ad6f5f69e4d43" + }, + "builtAt": "2026-09-13T19:33:38.831Z" + }, + { + "fingerprint": "d7f63fa86aae7315284dbf8d39aaf2bb081bcc139d2642de1d72adbefb7d9ed8", + "card": { + "number": 33, + "slug": "miguel-de-icaza", + "name": "Miguel de Icaza", + "title": "Creator of GNOME and Mono", + "knownFor": "Pioneering free software development", + "rarity": "legendary", + "impact": 90, + "nationality": "Mexico / USA", + "era": "unknown", + "projects": [ + "GNOME", + "Mono", + "Xamarin" + ], + "scouting": "Miguel de Icaza is a key figure in free software, driving innovation with GNOME and Mono. His work empowers developers and enhances user experiences across platforms.", + "quote": "A true champion of open source software.", + "front": "/releases/v2/legends/033-miguel-de-icaza/front.svg", + "back": "/releases/v2/legends/033-miguel-de-icaza/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://www.wikidata.org/wiki/Q62849" + }, + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Miguel_de_Icaza" + }, + { + "label": "Miguel de Icaza — via NicheDB", + "url": "https://rssamplifier.com/authors/miguel-de-icaza" + } + ], + "id": "legends/033-miguel-de-icaza", + "research": { + "status": "matched", + "searchedAt": "2026-09-13T19:24:01.363Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Miguel+de+Icaza&limit=30", + "matches": [ + { + "id": 11105015, + "title": "Miguel de Icaza", + "summary": "", + "url": "https://rssamplifier.com/authors/miguel-de-icaza", + "page": "https://nichedb.dev/i/11105015", + "collection": "profiles", + "kind": "openprofile", + "source": "openprofiles", + "updatedAt": "2026-09-13T08:55:48.317Z", + "tags": [ + "openprofile", + "from:rssamplifier" + ], + "matchedBy": "name-and-project:mono" + } + ], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/033-miguel-de-icaza/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_010d398ccc933f48006aa6f851cdb887d2a3384a648ac28bb5", + "usage": { + "input_tokens": 654, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 21172, + "output_tokens_details": { + "reasoning_tokens": 12625 + }, + "total_tokens": 21826 + }, + "attempts": 1, + "sha256": "7d623a9e64fb466986ac016f0638936228eb565d8c39c0f738b4917b705d488e", + "generatedAt": "2026-09-13T19:31:25.654Z" + }, + "files": { + "legends/033-miguel-de-icaza/artwork.svg": "7d623a9e64fb466986ac016f0638936228eb565d8c39c0f738b4917b705d488e", + "legends/033-miguel-de-icaza/front.svg": "dbde3c0b377dd85f943adb7ee68f21ef81ad47c359eeead14016f5f32f95b068", + "legends/033-miguel-de-icaza/front.png": "40cfaf58107437528591ec5bcc1f028f79718b9a17f77609847126aa0d32ac86", + "legends/033-miguel-de-icaza/back.svg": "341a58d80bae78cc5c6ebe249fa5aad280d38ea582e0c9fb9fcf956282e57554", + "legends/033-miguel-de-icaza/back.png": "7a45f264ad16e6d543797d715801af75d84fad87de714c82137a69586cdf437d" + }, + "builtAt": "2026-09-13T19:31:25.863Z" + }, + { + "fingerprint": "266a8e93b9f4197c7b3657661aab261ae330bb865ca9323140dc3d2a142e74f4", + "card": { + "number": 34, + "slug": "federico-mena-quintero", + "name": "Federico Mena Quintero", + "title": "Co-Creator of GNOME", + "knownFor": "Developing the GNOME desktop environment", + "rarity": "legendary", + "impact": 92, + "nationality": "Mexico", + "era": "1972", + "projects": [ + "GNOME", + "GNOME Shell" + ], + "scouting": "Federico Mena Quintero is a pivotal figure in open-source software, known for co-creating the GNOME desktop environment. His work enhances user experience across various Linux distributions, making technology accessible and user-friendly.", + "quote": "Transforming the Linux desktop experience.", + "front": "/releases/v2/legends/034-federico-mena-quintero/front.svg", + "back": "/releases/v2/legends/034-federico-mena-quintero/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://www.wikidata.org/wiki/Q2041395" + }, + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Federico_Mena" + }, + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/GNOME" + }, + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Federico_Mena_Quintero" + }, + { + "label": "Federico Mena Quintero — via NicheDB", + "url": "https://rssamplifier.com/authors/federico-mena-quintero" + } + ], + "id": "legends/034-federico-mena-quintero", + "research": { + "status": "matched", + "searchedAt": "2026-09-13T19:24:01.354Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Federico+Mena+Quintero&limit=30", + "matches": [ + { + "id": 11103112, + "title": "Federico Mena Quintero", + "summary": "", + "url": "https://rssamplifier.com/authors/federico-mena-quintero", + "page": "https://nichedb.dev/i/11103112", + "collection": "profiles", + "kind": "openprofile", + "source": "openprofiles", + "updatedAt": "2026-09-13T08:55:48.133Z", + "tags": [ + "openprofile", + "from:rssamplifier" + ], + "matchedBy": "name-and-project:gnome" + } + ], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/034-federico-mena-quintero/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_01cf7566da8b2ca0006aa6f851cd0887d2bf99d7baac7c3d18", + "usage": { + "input_tokens": 673, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 22422, + "output_tokens_details": { + "reasoning_tokens": 12301 + }, + "total_tokens": 23095 + }, + "attempts": 1, + "sha256": "1ee3ee1e6f882b1e9f118b799f3eb200d67885e801ae605b31b9be7e7fc230e6", + "generatedAt": "2026-09-13T19:32:14.006Z" + }, + "files": { + "legends/034-federico-mena-quintero/artwork.svg": "1ee3ee1e6f882b1e9f118b799f3eb200d67885e801ae605b31b9be7e7fc230e6", + "legends/034-federico-mena-quintero/front.svg": "b634b51da95a0aacf9a30a1e068177639a5aa94409c5350b0b8539f193787a30", + "legends/034-federico-mena-quintero/front.png": "83feb3ac6f165e15b044c719bc01407e26c3f73abeda00599de8e840dd7cf57d", + "legends/034-federico-mena-quintero/back.svg": "395b164bfcb7b4f837d0aa758c97a342310b0ef4f3ce71d38881d40133957c8d", + "legends/034-federico-mena-quintero/back.png": "9beb4480c82be7480f7ed6e1e32ef37e1c226283490076d967862da8bcc67908" + }, + "builtAt": "2026-09-13T19:32:14.187Z" + }, + { + "fingerprint": "fe837c7e134c0d7a109f37f16c11b7f16543471f15be7d192352baeeec3847ad", + "card": { + "number": 35, + "slug": "havoc-pennington", + "name": "Havoc Pennington", + "title": "Pioneer of Desktop Environments", + "knownFor": "Contributions to GNOME and D-Bus", + "rarity": "epic", + "impact": 88, + "nationality": "USA", + "era": "1970", + "projects": [ + "HAL", + "GNOME", + "Metacity", + "D-Bus" + ], + "scouting": "Havoc Pennington drives innovation in desktop environments, enhancing user experience with GNOME and D-Bus. His work supports seamless communication between applications, making software more accessible and efficient.", + "quote": "A key figure in the free software movement.", + "front": "/releases/v2/legends/035-havoc-pennington/front.svg", + "back": "/releases/v2/legends/035-havoc-pennington/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://www.wikidata.org/wiki/Q2444944" + }, + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Havoc_Pennington" + } + ], + "id": "legends/035-havoc-pennington", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:24:01.375Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Havoc+Pennington&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/035-havoc-pennington/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_003f61b2b461cfc1006aa6f85173d487d2940427deb4843a6c", + "usage": { + "input_tokens": 562, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 23316, + "output_tokens_details": { + "reasoning_tokens": 10876 + }, + "total_tokens": 23878 + }, + "attempts": 1, + "sha256": "c2daf9a56fcd211c304d2fe2c20a9d96735974e1237c184c822b37df683f79e2", + "generatedAt": "2026-09-13T19:32:10.472Z" + }, + "files": { + "legends/035-havoc-pennington/artwork.svg": "c2daf9a56fcd211c304d2fe2c20a9d96735974e1237c184c822b37df683f79e2", + "legends/035-havoc-pennington/front.svg": "3cab10656aa7d3164e83230fcd54d7fa8b65892775d9f4ea5d3f9dd8c19de56d", + "legends/035-havoc-pennington/front.png": "eff87a3766502d8374bcad0b0214c8eabd8136c58193dc22cb39ee948eb1870e", + "legends/035-havoc-pennington/back.svg": "26bada4b63359da02f9867068820f447f0989b522c5862d0e96cf2cd6115b893", + "legends/035-havoc-pennington/back.png": "c81e5910d1d6247d0a978108a2ecccfdce1416f80af191e7ca39e3b3bde742e1" + }, + "builtAt": "2026-09-13T19:32:10.662Z" + }, + { + "fingerprint": "7d4d030438ea462e688386ceeb2f40c136ddd4797fc29f02d3c6d90a00a2073d", + "card": { + "number": 36, + "slug": "keith-packard", + "name": "Keith Packard", + "title": "X Window System Developer", + "knownFor": "Pioneering work on graphical interfaces", + "rarity": "epic", + "impact": 85, + "nationality": "USA", + "era": "Unknown", + "projects": [ + "X Window System" + ], + "scouting": "Keith Packard is a prominent software developer recognized for his significant contributions to the X Window System, which revolutionized graphical interfaces in computing. His work continues to impact open source software development today.", + "quote": "A pioneer in graphical interface innovation.", + "front": "/releases/v2/legends/036-keith-packard/front.svg", + "back": "/releases/v2/legends/036-keith-packard/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://www.wikidata.org/wiki/Q92972" + }, + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Keith_Packard" + } + ], + "id": "legends/036-keith-packard", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:24:01.404Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Keith+Packard&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/036-keith-packard/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_09d304b39c79c778006aa6f8518c2887d28a73a011ac41b7af", + "usage": { + "input_tokens": 545, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 17986, + "output_tokens_details": { + "reasoning_tokens": 10055 + }, + "total_tokens": 18531 + }, + "attempts": 1, + "sha256": "e9d809e32cae2bc537b5281bf6c2f01b6f38cab7c079161f6a97f90c16410f03", + "generatedAt": "2026-09-13T19:29:53.962Z" + }, + "files": { + "legends/036-keith-packard/artwork.svg": "e9d809e32cae2bc537b5281bf6c2f01b6f38cab7c079161f6a97f90c16410f03", + "legends/036-keith-packard/front.svg": "b3fa22f1fa42cf20fa3df1faf1f1f8abb52b7519ace309029cb6cc60bfec5fff", + "legends/036-keith-packard/front.png": "64c072bb2899c15c81f020f8ff29ce1a26a46f800f6c5578c1f7c0c01323ad99", + "legends/036-keith-packard/back.svg": "2bac570886b53eb7c4f64ed9265931b0a3e64f9aad93241579f9d80e91ffe24e", + "legends/036-keith-packard/back.png": "f30540be40fca53a8bc5d86bbad9e5d07287622237b4abc6a7d8d056a732ec44" + }, + "builtAt": "2026-09-13T19:29:54.169Z" + }, + { + "fingerprint": "9e6bd26d476964a4a9cac378c3ed6a9ed881125afb2fa3905e889ca9535b597f", + "card": { + "number": 37, + "slug": "lennart-poettering", + "name": "Lennart Poettering", + "title": "Systemd Creator", + "knownFor": "Developing systemd and related technologies", + "rarity": "legendary", + "impact": 90, + "nationality": "Germany", + "era": "1980", + "projects": [ + "systemd", + "PulseAudio", + "Avahi" + ], + "scouting": "Lennart Poettering is a pivotal figure in modern Linux systems. He revolutionizes how services are managed with systemd, impacting boot processes and service management across distributions. His work on audio and service discovery further enhances user experience.", + "quote": "Revolutionizing Linux with innovative technologies.", + "front": "/releases/v2/legends/037-lennart-poettering/front.svg", + "back": "/releases/v2/legends/037-lennart-poettering/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Lennart_Poettering" + }, + { + "label": "Lennart Poettering — via NicheDB", + "url": "https://rssamplifier.com/authors/lennart-poettering" + } + ], + "id": "legends/037-lennart-poettering", + "research": { + "status": "matched", + "searchedAt": "2026-09-13T19:24:01.392Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Lennart+Poettering&limit=30", + "matches": [ + { + "id": 11165543, + "title": "Lennart Poettering", + "summary": "", + "url": "https://rssamplifier.com/authors/lennart-poettering", + "page": "https://nichedb.dev/i/11165543", + "collection": "profiles", + "kind": "openprofile", + "source": "openprofiles", + "updatedAt": "2026-09-13T09:15:59.442Z", + "tags": [ + "openprofile", + "from:rssamplifier" + ], + "matchedBy": "name-and-project:systemd" + } + ], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/037-lennart-poettering/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_046585a4fd976df3006aa6f8517cc087d28f57d28390e829f9", + "usage": { + "input_tokens": 667, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 25576, + "output_tokens_details": { + "reasoning_tokens": 12430 + }, + "total_tokens": 26243 + }, + "attempts": 1, + "sha256": "86c4b3329eb035f32a1e6c33b1d85f8e793f3be221558183e838d16c202e6ef9", + "generatedAt": "2026-09-13T19:32:28.171Z" + }, + "files": { + "legends/037-lennart-poettering/artwork.svg": "86c4b3329eb035f32a1e6c33b1d85f8e793f3be221558183e838d16c202e6ef9", + "legends/037-lennart-poettering/front.svg": "2b3d9a04c6644aad2f578f5340497ac0e1d132a13e79ee4b3164d80f32746ab0", + "legends/037-lennart-poettering/front.png": "f7911f95f9955e0c91a4fb31498c33844b0286b9b68b23476ab1bb46a3bc4431", + "legends/037-lennart-poettering/back.svg": "cfa1469392bae5994669d6658105f2c7a4731e321a439dbd308bb00bad69ff0d", + "legends/037-lennart-poettering/back.png": "1a40b707a37c20f16ebe15bc9461b26954d9918434e6b3f6e198234cc5dc56f8" + }, + "builtAt": "2026-09-13T19:32:28.367Z" + }, + { + "fingerprint": "8a09b9efbe1969c48f4398cb79b562c80e1ea808d625093124f4022e58e5800d", + "card": { + "number": 38, + "slug": "greg-kroah-hartman", + "name": "Greg Kroah-Hartman", + "title": "Linux Kernel Maintainer", + "knownFor": "Leading Linux kernel development", + "rarity": "iconic", + "impact": 95, + "nationality": "USA", + "era": "1973", + "projects": [ + "Linux Kernel", + "Driver Backports", + "Ksplice" + ], + "scouting": "Greg Kroah-Hartman is a pivotal figure in Linux kernel development, ensuring its stability and performance. His work on driver backports and Ksplice enhances system reliability, making him a respected leader in the open source community.", + "quote": "A guardian of the Linux kernel.", + "front": "/releases/v2/legends/038-greg-kroah-hartman/front.svg", + "back": "/releases/v2/legends/038-greg-kroah-hartman/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Greg_Kroah-Hartman" + } + ], + "id": "legends/038-greg-kroah-hartman", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:24:01.137Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Greg+Kroah-Hartman&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/038-greg-kroah-hartman/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0a57c87c3f95cec7006aa6f85135f087d2abff410f9df5d9de", + "usage": { + "input_tokens": 558, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 25854, + "output_tokens_details": { + "reasoning_tokens": 14502 + }, + "total_tokens": 26412 + }, + "attempts": 1, + "sha256": "5d0ec2795f53df0efc3114bad62badf77b49cbdbf89c4d30c51dd10f9d60e4b6", + "generatedAt": "2026-09-13T19:33:05.167Z" + }, + "files": { + "legends/038-greg-kroah-hartman/artwork.svg": "5d0ec2795f53df0efc3114bad62badf77b49cbdbf89c4d30c51dd10f9d60e4b6", + "legends/038-greg-kroah-hartman/front.svg": "43433c4ae1eb82da1ead7b825ac1ad8399c1f9e4f630280eeb72f316285b8dad", + "legends/038-greg-kroah-hartman/front.png": "2018dfe95be4047f8d1dfe41c87334ef3d7f62d7db967c6dd1982b2a3092f43f", + "legends/038-greg-kroah-hartman/back.svg": "7db90f3200fca74d714977684f867fd950a5de135923884851a2ac2adc479b95", + "legends/038-greg-kroah-hartman/back.png": "321c6be6661ca9de45d1f75900d8b3a6c17c3456741302876777e700cdc6b058" + }, + "builtAt": "2026-09-13T19:33:05.370Z" + }, + { + "fingerprint": "bee70209dc2db0e5d977d4a52a0b8a956f353e230343dd8212b3e7e36937dd63", + "card": { + "number": 39, + "slug": "alan-cox", + "name": "Alan Cox", + "title": "Linux Kernel Developer", + "knownFor": "Contributions to the Linux kernel", + "rarity": "legendary", + "impact": 90, + "nationality": "UK", + "era": "1970", + "projects": [ + "Linux Kernel", + "Netfilter", + "Red Hat" + ], + "scouting": "Alan Cox is a prominent figure in the Linux community, known for his extensive contributions to the Linux kernel. He plays a crucial role in maintaining kernel releases and enhancing networking capabilities, solidifying his legacy in open source software.", + "quote": "A key architect of Linux's evolution.", + "front": "/releases/v2/legends/039-alan-cox/front.svg", + "back": "/releases/v2/legends/039-alan-cox/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Alan_Cox" + } + ], + "id": "legends/039-alan-cox", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:24:01.157Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Alan+Cox&limit=30", + "matches": [], + "rejectedCount": 2 + }, + "edition": 2, + "artwork": "/releases/v2/legends/039-alan-cox/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_003aec09f90fcd6e006aa6f8513e4c87d2a8d513016d2fa88a", + "usage": { + "input_tokens": 553, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 26786, + "output_tokens_details": { + "reasoning_tokens": 15020 + }, + "total_tokens": 27339 + }, + "attempts": 1, + "sha256": "62c86236e849aefff0c2b3c919567c943b3cdf9f19700eb047acd2c1e38b8b38", + "generatedAt": "2026-09-13T19:33:46.444Z" + }, + "files": { + "legends/039-alan-cox/artwork.svg": "62c86236e849aefff0c2b3c919567c943b3cdf9f19700eb047acd2c1e38b8b38", + "legends/039-alan-cox/front.svg": "9dd0949ff060a5081735a7ceabd9197c182aa689ff4e1856e130ee06283f8996", + "legends/039-alan-cox/front.png": "4821b5a27562b1be99a1410b1cdd1632a0609d76be7a7e3e28b06dd2636fb876", + "legends/039-alan-cox/back.svg": "53dc2daf02beb1b2c503f13031993d3a152dfaf32a3b5088889575d00c8fc759", + "legends/039-alan-cox/back.png": "90d44cefd74ced254223fc00ae1d6e3f9cf356e1fcef48ff22272eff9c3cfcdf" + }, + "builtAt": "2026-09-13T19:33:46.640Z" + }, + { + "fingerprint": "ceaf770beb56369e7e706cb4d4a57069db36339e7c31d50e98e985fdd2d66928", + "card": { + "number": 40, + "slug": "chris-lattner", + "name": "Chris Lattner", + "title": "Creator of LLVM", + "knownFor": "Developing the LLVM compiler infrastructure", + "rarity": "iconic", + "impact": 95, + "nationality": "USA", + "era": "1985", + "projects": [ + "LLVM", + "Swift", + "Clang" + ], + "scouting": "Chris Lattner is a pivotal figure in programming language design and compiler technology. His work on LLVM revolutionizes how software is compiled, while Swift has transformed iOS development, making it more accessible and efficient.", + "quote": "A visionary in compilers and programming languages.", + "front": "/releases/v2/legends/040-chris-lattner/front.svg", + "back": "/releases/v2/legends/040-chris-lattner/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Chris_Lattner" + } + ], + "id": "legends/040-chris-lattner", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:24:01.164Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Chris+Lattner&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/040-chris-lattner/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0ff756bdc6f4626b006aa6f851389087d28baa18ec3ac60abe", + "usage": { + "input_tokens": 554, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 23488, + "output_tokens_details": { + "reasoning_tokens": 14129 + }, + "total_tokens": 24042 + }, + "attempts": 1, + "sha256": "799976719640a44dc1d6e07162267b828052cacf5a6dfc64cdb2782a35138528", + "generatedAt": "2026-09-13T19:32:56.180Z" + }, + "files": { + "legends/040-chris-lattner/artwork.svg": "799976719640a44dc1d6e07162267b828052cacf5a6dfc64cdb2782a35138528", + "legends/040-chris-lattner/front.svg": "941b840f8ce444eac20acbd4d35c001c8bd87426c62b0efde4b0f22d769282dc", + "legends/040-chris-lattner/front.png": "3216261af7f8d25bb63d151a43791708410a18add507dc01acdeb07875aeab8a", + "legends/040-chris-lattner/back.svg": "e7f0cc1badb8686ad23d935e02f5f0aee02a2911059e3bcfab987c015b1252d4", + "legends/040-chris-lattner/back.png": "b2ff25508f1412520fd3299d840522ac80626a4c6c30907a8176c7a05f38b4c1" + }, + "builtAt": "2026-09-13T19:32:56.353Z" + }, + { + "fingerprint": "0578978deac4c2f15530cf023e71405d06870239999adc2421aa96f0447faf3d", + "card": { + "number": 41, + "slug": "graydon-hoare", + "name": "Graydon Hoare", + "title": "Creator of the Rust Language", + "knownFor": "Developing the Rust programming language", + "rarity": "legendary", + "impact": 90, + "nationality": "Canada", + "era": "1983", + "projects": [ + "Rust", + "Servo" + ], + "scouting": "Graydon Hoare is a prominent software engineer known for creating Rust. His work emphasizes safety and concurrency, making a significant impact on modern programming practices. He continues to influence the open source community.", + "quote": "Graydon's vision redefines how we think about safety in programming.", + "front": "/releases/v2/legends/041-graydon-hoare/front.svg", + "back": "/releases/v2/legends/041-graydon-hoare/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Graydon_Hoare" + } + ], + "id": "legends/041-graydon-hoare", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:24:01.145Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Graydon+Hoare&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/041-graydon-hoare/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_08a3bb6d2c21034f006aa6f851370887d2a2b2ed76a3efdbd1", + "usage": { + "input_tokens": 548, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 23196, + "output_tokens_details": { + "reasoning_tokens": 13466 + }, + "total_tokens": 23744 + }, + "attempts": 1, + "sha256": "1ca91a1a25a1c26e646aff1950e6d0b8d3c2e834e58bfa7090ebf906083342ae", + "generatedAt": "2026-09-13T19:32:34.171Z" + }, + "files": { + "legends/041-graydon-hoare/artwork.svg": "1ca91a1a25a1c26e646aff1950e6d0b8d3c2e834e58bfa7090ebf906083342ae", + "legends/041-graydon-hoare/front.svg": "c4e399b0f1674ad9cfad9c9722a36b9eccd2e014feffdba73639d26380ecf7ee", + "legends/041-graydon-hoare/front.png": "c22e73637f2cd984dbe886067f2b6a8a0caf6496ebafbec4b25939fc9a6ec4d6", + "legends/041-graydon-hoare/back.svg": "a55378ebc02831baf50810c10f5c6a4ee6f4c8a57203d4870772a8ed2f418bfa", + "legends/041-graydon-hoare/back.png": "4dac41693fb64843c15a774b842325b8fe76645552888ca5487263635db57243" + }, + "builtAt": "2026-09-13T19:32:34.327Z" + }, + { + "fingerprint": "7c869f488d9fb1437cce98a44f61abe1d3a06a4e047ea6df64790562d5d21f77", + "card": { + "number": 42, + "slug": "steve-klabnik", + "name": "Steve Klabnik", + "title": "Open Source Advocate", + "knownFor": "Contributions to Rust programming language", + "rarity": "epic", + "impact": 88, + "nationality": "USA", + "era": "1989", + "projects": [ + "Rust", + "Cargo", + "Documentation" + ], + "scouting": "Steve Klabnik is a prominent figure in the Rust community, known for his advocacy of open source software. He plays a crucial role in enhancing Rust's documentation and fostering a welcoming environment for developers.", + "quote": "Steve champions the spirit of open source.", + "front": "/releases/v2/legends/042-steve-klabnik/front.svg", + "back": "/releases/v2/legends/042-steve-klabnik/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Steve_Klabnik" + } + ], + "id": "legends/042-steve-klabnik", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:24:01.185Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Steve+Klabnik&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/042-steve-klabnik/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_08de57b31ea84eb8006aa6f8513fb087d2ab5d3460879966d6", + "usage": { + "input_tokens": 552, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 25102, + "output_tokens_details": { + "reasoning_tokens": 11751 + }, + "total_tokens": 25654 + }, + "attempts": 1, + "sha256": "32a00ba0c679db0afcb7228778b5cf9be9cbdab3395446381df9bf18baac59da", + "generatedAt": "2026-09-13T19:32:21.075Z" + }, + "files": { + "legends/042-steve-klabnik/artwork.svg": "32a00ba0c679db0afcb7228778b5cf9be9cbdab3395446381df9bf18baac59da", + "legends/042-steve-klabnik/front.svg": "3045dba9618e242626c3804dfa03efcd38c2e243eba51e170f26d6e3408ff172", + "legends/042-steve-klabnik/front.png": "e47c2f4f44749c1fb7c701102417a3921eb2bd833638628f0ac62e84bead87bc", + "legends/042-steve-klabnik/back.svg": "741172f96ae35dfe374e58d28828c4f959e0849b62d8b3faa4d7f330ba595f2f", + "legends/042-steve-klabnik/back.png": "4ca7b2840fb01c06a579a58f0c5e346a37d4f44c2c906bcdc060f132db5481d1" + }, + "builtAt": "2026-09-13T19:32:21.272Z" + }, + { + "fingerprint": "f8310e860ca306438e67a4fa7c6f05015ff8ec5c5bec4b133d8c3d3f5b705891", + "card": { + "number": 43, + "slug": "salvatore-sanfilippo", + "name": "Salvatore Sanfilippo", + "title": "Creator of Redis", + "knownFor": "Developing the Redis database", + "rarity": "iconic", + "impact": 95, + "nationality": "Italy", + "era": "1979", + "projects": [ + "Redis", + "Antirez" + ], + "scouting": "Salvatore Sanfilippo, known as antirez, is the creator of Redis, a powerful in-memory data structure store. His work has revolutionized data handling and caching in modern applications, making him a key figure in open source software.", + "quote": "Redis: Fast, reliable, and open source.", + "front": "/releases/v2/legends/043-salvatore-sanfilippo/front.svg", + "back": "/releases/v2/legends/043-salvatore-sanfilippo/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Salvatore_Sanfilippo" + } + ], + "id": "legends/043-salvatore-sanfilippo", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:24:01.201Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Salvatore+Sanfilippo&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/043-salvatore-sanfilippo/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0dd105375672afd4006aa6f85144ac87d2a6fb3391fbb0f023", + "usage": { + "input_tokens": 562, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 25294, + "output_tokens_details": { + "reasoning_tokens": 12430 + }, + "total_tokens": 25856 + }, + "attempts": 1, + "sha256": "6f3a254725b2c0a89a3d1033ea657d20ff5aa5cf43a0201d285564d39f136d9c", + "generatedAt": "2026-09-13T19:31:49.654Z" + }, + "files": { + "legends/043-salvatore-sanfilippo/artwork.svg": "6f3a254725b2c0a89a3d1033ea657d20ff5aa5cf43a0201d285564d39f136d9c", + "legends/043-salvatore-sanfilippo/front.svg": "ae663daf796f6d98b28a52b5b68c19c362fff188fb2bb50c244303490771fcd4", + "legends/043-salvatore-sanfilippo/front.png": "95618f69a38443858c3f17fc4625ee0882199b9690ddc09352dba739c4517989", + "legends/043-salvatore-sanfilippo/back.svg": "f023c0c0e3f4ec3a85b0bf2b17c033f57d39e742c498ca372bc8e47ed649d1bd", + "legends/043-salvatore-sanfilippo/back.png": "61c23328616d7ec82749de49ced74769f48e8495b5dcf735f846fa6bc72b8d58" + }, + "builtAt": "2026-09-13T19:31:49.919Z" + }, + { + "fingerprint": "594665847add4f17271510a444ce4e16af4d4f1ee6e03e03c0d408bdb4db0365", + "card": { + "number": 44, + "slug": "michael-widenius", + "name": "Michael Widenius", + "title": "Creator of MySQL Database", + "knownFor": "Co-founder of MySQL AB", + "rarity": "iconic", + "impact": 95, + "nationality": "Sweden", + "era": "1963-04-01", + "projects": [ + "MySQL", + "MariaDB", + "MaxScale" + ], + "scouting": "Michael 'Monty' Widenius revolutionizes data management with MySQL, a leading open-source database. His commitment to community-driven development continues through MariaDB, ensuring robust alternatives in database technology.", + "quote": "Monty believes in open-source freedom.", + "front": "/releases/v2/legends/044-michael-widenius/front.svg", + "back": "/releases/v2/legends/044-michael-widenius/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Michael_Monty_Widenius" + } + ], + "id": "legends/044-michael-widenius", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:24:01.177Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Michael+Widenius&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "edition": 2, + "artwork": "/releases/v2/legends/044-michael-widenius/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0e863ceba838db32006aa6f851406487d28d8d6d8390c6df31", + "usage": { + "input_tokens": 551, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 26951, + "output_tokens_details": { + "reasoning_tokens": 11080 + }, + "total_tokens": 27502 + }, + "attempts": 1, + "sha256": "423c0b25a96aab21816393776de1bd209337c58126a7b33a7b00820551203c94", + "generatedAt": "2026-09-13T19:32:42.519Z" + }, + "files": { + "legends/044-michael-widenius/artwork.svg": "423c0b25a96aab21816393776de1bd209337c58126a7b33a7b00820551203c94", + "legends/044-michael-widenius/front.svg": "bfe34766b611019bbbde8b6eb6f698ffbfcf8396fa896cea02ba2f92859145f8", + "legends/044-michael-widenius/front.png": "f53c224c258aaf89074daf68594c9da8f8b1c2cb11b15bf4a3fae40f1c8fa070", + "legends/044-michael-widenius/back.svg": "0ab13ea57999fc571bcd46fd353847fbea2d4dda0457f277377fc03f9032a17e", + "legends/044-michael-widenius/back.png": "bc0f01d5f1c37215200f4bcd48848e1980e4049139d0cd327eb03f94e63255c3" + }, + "builtAt": "2026-09-13T19:32:42.739Z" + }, + { + "fingerprint": "2d6f86b2e831092e5a9383260609f42c67748d2f14af8b10e2c45cb8bcac2bae", + "card": { + "number": 45, + "slug": "brad-fitzpatrick", + "name": "Brad Fitzpatrick", + "title": "Creator of LiveJournal", + "knownFor": "Pioneering social networking platform", + "rarity": "epic", + "impact": 88, + "nationality": "USA", + "era": "1980", + "projects": [ + "LiveJournal", + "Memcached", + "Go Programming Language" + ], + "scouting": "Brad Fitzpatrick is a key figure in social networking and open source. He creates impactful projects like LiveJournal and Memcached, which have influenced web development and community building.", + "quote": "Innovator of social platforms and caching solutions.", + "front": "/releases/v2/legends/045-brad-fitzpatrick/front.svg", + "back": "/releases/v2/legends/045-brad-fitzpatrick/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Brad_Fitzpatrick" + } + ], + "id": "legends/045-brad-fitzpatrick", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:24:01.208Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Brad+Fitzpatrick&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/045-brad-fitzpatrick/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_089e85fceec4bfcd006aa6f851482487d2a563f5cf58d59a5d", + "usage": { + "input_tokens": 546, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 22334, + "output_tokens_details": { + "reasoning_tokens": 11394 + }, + "total_tokens": 22880 + }, + "attempts": 1, + "sha256": "5e77182fef8284b717194d4b418571fd515a907effbb6f6984dfdfa8f2cd9387", + "generatedAt": "2026-09-13T19:32:11.445Z" + }, + "files": { + "legends/045-brad-fitzpatrick/artwork.svg": "5e77182fef8284b717194d4b418571fd515a907effbb6f6984dfdfa8f2cd9387", + "legends/045-brad-fitzpatrick/front.svg": "4b60186e9960f0e2f8c2f84df8ddea0d59a7abab3e2f6ffe94476d1f4ac24ff9", + "legends/045-brad-fitzpatrick/front.png": "4ea78ef2d151d240a7de1dfcc48c3537431819c714bb48ff5840ce42b4420034", + "legends/045-brad-fitzpatrick/back.svg": "a4b49384e527eea795c1b8de292d8eb3d9061a0c5790936e951dfccdc45077f4", + "legends/045-brad-fitzpatrick/back.png": "d32952ce3d68433977ed34a223d16731e05d8146a76421c76f0c832b2879e9da" + }, + "builtAt": "2026-09-13T19:32:11.600Z" + }, + { + "fingerprint": "bd1dba4a026e797e204914add3d0a26911e11a04930a3f60af7cfce332f807e0", + "card": { + "number": 46, + "slug": "solomon-hykes", + "name": "Solomon Hykes", + "title": "Creator of Docker", + "knownFor": "Pioneering container technology", + "rarity": "iconic", + "impact": 95, + "nationality": "USA", + "era": "1986", + "projects": [ + "Docker", + "DotCloud" + ], + "scouting": "Solomon Hykes revolutionizes software deployment with Docker, enabling developers to create, deploy, and manage applications in containers. His work fosters innovation in cloud computing and microservices, making it easier for teams to collaborate and scale.", + "quote": "Hykes transforms how we think about applications.", + "front": "/releases/v2/legends/046-solomon-hykes/front.svg", + "back": "/releases/v2/legends/046-solomon-hykes/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Solomon_Hykes" + } + ], + "id": "legends/046-solomon-hykes", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:24:01.214Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Solomon+Hykes&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/046-solomon-hykes/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_02b8714d2068c196006aa6f851474887d28fba76a0015108f5", + "usage": { + "input_tokens": 554, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 23256, + "output_tokens_details": { + "reasoning_tokens": 10188 + }, + "total_tokens": 23810 + }, + "attempts": 1, + "sha256": "7451f4467b334faea4705bee315e2a0adb2c22172c1438e2222961cd3a3612d1", + "generatedAt": "2026-09-13T19:32:16.671Z" + }, + "files": { + "legends/046-solomon-hykes/artwork.svg": "7451f4467b334faea4705bee315e2a0adb2c22172c1438e2222961cd3a3612d1", + "legends/046-solomon-hykes/front.svg": "8b6bca90f91f98ae99d1c223d6128136cc1bfc00f446ea91cc7d781e9fe9b30c", + "legends/046-solomon-hykes/front.png": "e10a247bad9a6228b691af8be10d59cfbea1373a65eb5c174482960a75296305", + "legends/046-solomon-hykes/back.svg": "219230383cd9208bd270f3d63233bb791472fa575ff1286c66271785039796ed", + "legends/046-solomon-hykes/back.png": "ed1bde687601cce305992aabfd2929e15bbe9534256ed61018e5fb1994ea1280" + }, + "builtAt": "2026-09-13T19:32:16.838Z" + }, + { + "fingerprint": "b3766e19302899a8f6d1d1c6d8f3040f5ff82172a520c2334341f90274008c11", + "card": { + "number": 47, + "slug": "mitchell-hashimoto", + "name": "Mitchell Hashimoto", + "title": "Co-founder of HashiCorp", + "knownFor": "Infrastructure automation software", + "rarity": "legendary", + "impact": 92, + "nationality": "USA", + "era": "1990", + "projects": [ + "Terraform", + "Vagrant", + "Consul", + "Vault" + ], + "scouting": "Mitchell Hashimoto is a leading figure in infrastructure automation. He co-founds HashiCorp and creates tools that simplify cloud management. His work empowers developers to streamline workflows and enhance productivity.", + "quote": "Transforming infrastructure management, one tool at a time.", + "front": "/releases/v2/legends/047-mitchell-hashimoto/front.svg", + "back": "/releases/v2/legends/047-mitchell-hashimoto/back.svg", + "series": "legends", + "sources": [ + { + "label": "Original roster reference", + "url": "https://en.wikipedia.org/wiki/Mitchell_Hashimoto" + } + ], + "id": "legends/047-mitchell-hashimoto", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:24:01.228Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Mitchell+Hashimoto&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/legends/047-mitchell-hashimoto/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_05c670a33cea7039006aa6f851507c87d2a388a049d94e795a", + "usage": { + "input_tokens": 553, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 26894, + "output_tokens_details": { + "reasoning_tokens": 15597 + }, + "total_tokens": 27447 + }, + "attempts": 1, + "sha256": "0e9674472e2fa6d69499dffd490dd59a0b6a158f762d6eb6a30ded760bf0eda2", + "generatedAt": "2026-09-13T19:33:59.446Z" + }, + "files": { + "legends/047-mitchell-hashimoto/artwork.svg": "0e9674472e2fa6d69499dffd490dd59a0b6a158f762d6eb6a30ded760bf0eda2", + "legends/047-mitchell-hashimoto/front.svg": "70aaa48608d555eb395180926efebc2b77b98911b2c4ec058f1bfcc212ef6873", + "legends/047-mitchell-hashimoto/front.png": "323c2ba740db9b95e3c78ed9d0aa564f5d0d2fb904c530d0c4c25d275bd91d4e", + "legends/047-mitchell-hashimoto/back.svg": "f43e5cb38481f93c67b2d564c48bb155644d3f996fc77b8a856d6e7ce6b0e369", + "legends/047-mitchell-hashimoto/back.png": "050c702512d6076fac55b512add4107bc3696b8bc304e260277ee67d5c173d81" + }, + "builtAt": "2026-09-13T19:33:59.615Z" + }, + { + "fingerprint": "9105f63c6d4adec9fd4c9ae6a91ce8b53f3d268df1cee760d723ed3c2a07728d", + "card": { + "number": 1, + "slug": "kevin-mitnick", + "name": "Kevin Mitnick", + "handle": "Condor", + "title": "The World’s Most Wanted Hacker", + "knownFor": "Social engineering, and the manhunt that followed it", + "rarity": "iconic", + "impact": 98, + "technical": 78, + "social": 99, + "notoriety": 98, + "influence": 90, + "nationality": "USA", + "era": "1979–2023", + "domains": [ + "Social engineering", + "Phone phreaking", + "Telecom" + ], + "scouting": "Talked his way into more networks than he ever broke into. A teenage phone phreak who became the FBI’s most-wanted hacker, was captured in 1995, served five years, and came out the other side as a security consultant and author of The Art of Deception. He made the industry admit the obvious: the person on the phone is the vulnerability.", + "note": "The card that defines the set. Nobody argues about this one.", + "status": "locked", + "front": "/releases/v2/hacking/001-kevin-mitnick/front.svg", + "back": "/releases/v2/hacking/001-kevin-mitnick/back.svg", + "sources": [ + { + "label": "Kevin Mitnick", + "url": "https://en.wikipedia.org/wiki/Kevin_Mitnick" + }, + { + "label": "Takedown — the 1995 arrest, as told by Markoff and Shimomura", + "url": "https://en.wikipedia.org/wiki/Takedown_(book)" + } + ], + "series": "hacking", + "id": "hacking/001-kevin-mitnick", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:22:32.965Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Kevin+Mitnick&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/001-kevin-mitnick/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0030fd01d0e9b5ed006aa6f7f909d887d2be8aa843f7999cd3", + "usage": { + "input_tokens": 596, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 24729, + "output_tokens_details": { + "reasoning_tokens": 14295 + }, + "total_tokens": 25325 + }, + "attempts": 1, + "sha256": "c045c9b04710ba0a3713353b298841a42e4e52655cb92eac6efb0da445bf7f6c", + "generatedAt": "2026-09-13T19:31:03.704Z" + }, + "files": { + "hacking/001-kevin-mitnick/artwork.svg": "c045c9b04710ba0a3713353b298841a42e4e52655cb92eac6efb0da445bf7f6c", + "hacking/001-kevin-mitnick/front.svg": "da05f504a3e7fa7936c6e9f63d96546e60effa3e4122dd0269d6518e9b885933", + "hacking/001-kevin-mitnick/front.png": "c300d177baf292062e02a00ca5f7d095c415e57dd7cfa40642b1cdce20127771", + "hacking/001-kevin-mitnick/back.svg": "19d4cd52cb06a0a613d7aedebb1487eb43d15c12d2cd48a9f6d839c8e28e512b", + "hacking/001-kevin-mitnick/back.png": "d10f53990acbe80d74ad13b913466d74d36f3c3c8527ac1f73d82317eef5f84a" + }, + "builtAt": "2026-09-13T19:31:03.921Z" + }, + { + "fingerprint": "b32b45088a6a99adfe550d8413d03ad077225b4f4c30e8b724bff2910b507ade", + "card": { + "number": 2, + "slug": "john-draper", + "name": "John Draper", + "handle": "Captain Crunch", + "title": "The Original Phone Phreak", + "knownFor": "The 2600 Hz whistle that opened the phone network", + "rarity": "iconic", + "impact": 94, + "technical": 82, + "social": 74, + "notoriety": 92, + "influence": 88, + "nationality": "USA", + "era": "1970s–1980s", + "domains": [ + "Phone phreaking", + "Blue boxes" + ], + "scouting": "Discovered that a toy whistle packed in a cereal box produced the exact 2600 Hz tone AT&T used to signal a free trunk line. The blue-box scene that grew from it pulled in two young Californians named Wozniak and Jobs, and drew the blueprint for every generation of hacker that followed.", + "note": "Patient zero for hacker culture. The whistle is the artifact of the century.", + "status": "locked", + "front": "/releases/v2/hacking/002-john-draper/front.svg", + "back": "/releases/v2/hacking/002-john-draper/back.svg", + "sources": [ + { + "label": "John Draper", + "url": "https://en.wikipedia.org/wiki/John_Draper" + }, + { + "label": "Blue box — the 2600 Hz signalling exploit", + "url": "https://en.wikipedia.org/wiki/Blue_box" + } + ], + "series": "hacking", + "id": "hacking/002-john-draper", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:22:32.975Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=John+Draper&limit=30", + "matches": [], + "rejectedCount": 4 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/002-john-draper/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0c9c5654ac3d430c006aa6f7f90fc087d2a9ddd574574f76ca", + "usage": { + "input_tokens": 579, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 24013, + "output_tokens_details": { + "reasoning_tokens": 10281 + }, + "total_tokens": 24592 + }, + "attempts": 1, + "sha256": "f884adb9350e8ef30aa411f5d6543a597e64ecb0527c450fd9068d5cc079d88e", + "generatedAt": "2026-09-13T19:30:47.345Z" + }, + "files": { + "hacking/002-john-draper/artwork.svg": "f884adb9350e8ef30aa411f5d6543a597e64ecb0527c450fd9068d5cc079d88e", + "hacking/002-john-draper/front.svg": "0d421bc123260d6913cf75a388cd9d9fd870aa309e530767a5f9378b10582e48", + "hacking/002-john-draper/front.png": "98562911b218f2b7f79bc1ed59e4340b6d3890708a7dcbe784afc984f7532a4a", + "hacking/002-john-draper/back.svg": "65b9b233e8c11e8099c700429dfe234d2f3dae21d681edef10ca4192f6b5a256", + "hacking/002-john-draper/back.png": "9dc4559e88eeeff300bd9ce6569c866fdbd3fe48e5ba256262f0ad216f030bb2" + }, + "builtAt": "2026-09-13T19:30:47.586Z" + }, + { + "fingerprint": "cd96c01f647e9554e10fb2672846d2e59b18669c72ad328d7b281c6f61d48820", + "card": { + "number": 3, + "slug": "robert-tappan-morris", + "name": "Robert Tappan Morris", + "title": "Author of the Morris Worm", + "knownFor": "The 1988 worm that took down the early internet", + "rarity": "iconic", + "impact": 96, + "technical": 94, + "social": 30, + "notoriety": 95, + "influence": 92, + "nationality": "USA", + "era": "1988–present", + "domains": [ + "Worms", + "Unix internals" + ], + "scouting": "Released a self-replicating program from MIT in November 1988 that reinfected hosts far faster than intended and knocked out a large share of the machines on the internet. First person convicted under the Computer Fraud and Abuse Act. Went on to become an MIT professor and a co-founder of Y Combinator.", + "note": "The accident that created the entire incident-response industry — CERT exists because of this.", + "status": "locked", + "front": "/releases/v2/hacking/003-robert-tappan-morris/front.svg", + "back": "/releases/v2/hacking/003-robert-tappan-morris/back.svg", + "sources": [ + { + "label": "The Morris worm", + "url": "https://en.wikipedia.org/wiki/Morris_worm" + }, + { + "label": "United States v. Morris (1991) — the first CFAA conviction", + "url": "https://en.wikipedia.org/wiki/United_States_v._Morris_(1991)" + } + ], + "series": "hacking", + "id": "hacking/003-robert-tappan-morris", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:22:33.002Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Robert+Tappan+Morris&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/003-robert-tappan-morris/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_03d0de8f82d52ed7006aa6f7f90ee087d2bc0837d1ccf7e8d3", + "usage": { + "input_tokens": 585, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 25504, + "output_tokens_details": { + "reasoning_tokens": 10528 + }, + "total_tokens": 26089 + }, + "attempts": 1, + "sha256": "1c5871283e2aaa679bf48dbc1b8291c8700c74d92bb9269b0f93064907c3ab8a", + "generatedAt": "2026-09-13T19:30:01.772Z" + }, + "files": { + "hacking/003-robert-tappan-morris/artwork.svg": "1c5871283e2aaa679bf48dbc1b8291c8700c74d92bb9269b0f93064907c3ab8a", + "hacking/003-robert-tappan-morris/front.svg": "3a474289084c38cb839b6f117bbf32fd3f77433adb6c34aeb4434462e88d7bea", + "hacking/003-robert-tappan-morris/front.png": "d600be6eb874bba65fe0f48ad57114daa925ad2fd8f883ca4b1987fb9f3479d8", + "hacking/003-robert-tappan-morris/back.svg": "437d9ad1b7d1284654682f14973fdaf0df601a0cb0440ebf11ce4f46e7c0dd6a", + "hacking/003-robert-tappan-morris/back.png": "dc79164d7c78347a417712966877ca060fbea9251330dfb3c4c44a03cdfd990f" + }, + "builtAt": "2026-09-13T19:30:02.052Z" + }, + { + "fingerprint": "b71066104be276f81049a70e85bce110cbbef104cdba58637c929b34269ef397", + "card": { + "number": 4, + "slug": "peiter-zatko", + "name": "Peiter Zatko", + "handle": "Mudge", + "title": "L0pht Elder, Government Insider", + "knownFor": "Telling the Senate he could take down the internet in 30 minutes", + "rarity": "iconic", + "impact": 95, + "technical": 93, + "social": 82, + "notoriety": 88, + "influence": 95, + "nationality": "USA", + "era": "1990s–present", + "domains": [ + "Vulnerability research", + "Policy", + "Password cracking" + ], + "scouting": "Front man of L0pht Heavy Industries and co-author of L0phtCrack. In 1998 the crew testified before the US Senate under their handles and warned that the internet could be taken down in half an hour. Later ran cyber programs at DARPA, worked security at Google and Stripe, and blew the whistle on Twitter’s security posture in 2022.", + "note": "The rare legend who went from underground to the Senate floor without changing his story.", + "status": "locked", + "front": "/releases/v2/hacking/004-peiter-zatko/front.svg", + "back": "/releases/v2/hacking/004-peiter-zatko/back.svg", + "sources": [ + { + "label": "Peiter “Mudge” Zatko", + "url": "https://en.wikipedia.org/wiki/Peiter_Zatko" + }, + { + "label": "L0pht, and the 1998 Senate testimony", + "url": "https://en.wikipedia.org/wiki/L0pht" + }, + { + "label": "L0phtCrack", + "url": "https://en.wikipedia.org/wiki/L0phtCrack" + } + ], + "series": "hacking", + "id": "hacking/004-peiter-zatko", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:22:32.981Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Peiter+Zatko&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/004-peiter-zatko/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_00285b559aab8893006aa6f7f90fe487d2910d20082ee3f114", + "usage": { + "input_tokens": 601, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 25988, + "output_tokens_details": { + "reasoning_tokens": 12027 + }, + "total_tokens": 26589 + }, + "attempts": 1, + "sha256": "be8b3395d753f19ee9c5dd99653d3099e401d145c4d7a9b2db6c77b80af99dc9", + "generatedAt": "2026-09-13T19:31:09.608Z" + }, + "files": { + "hacking/004-peiter-zatko/artwork.svg": "be8b3395d753f19ee9c5dd99653d3099e401d145c4d7a9b2db6c77b80af99dc9", + "hacking/004-peiter-zatko/front.svg": "1b15bbdb7fa419490cd02a75b7a36fcc433d46aaf030ff5796296bf4bed90515", + "hacking/004-peiter-zatko/front.png": "59f1bd8aa7b36cf1c38c5a5505fd8946e01089da7ac08ec7179cf266f40172e7", + "hacking/004-peiter-zatko/back.svg": "b4b2116d5af8968073e9862aa6fa16fee9577f16c02ee2cb63e3e190a281a129", + "hacking/004-peiter-zatko/back.png": "426c799efbcfe8b97189a94fb72d0b86685dc60c3f58a4fd1666e9081a985813" + }, + "builtAt": "2026-09-13T19:31:09.918Z" + }, + { + "fingerprint": "f8ca5f9adf2849e3111fada6ecfa20159d3c39807d66f26b0c487e071a9028e9", + "card": { + "number": 5, + "slug": "kevin-poulsen", + "name": "Kevin Poulsen", + "handle": "Dark Dante", + "title": "The Phreak Who Won a Porsche", + "knownFor": "Taking over LA phone lines to win a radio contest", + "rarity": "legendary", + "impact": 88, + "technical": 86, + "social": 80, + "notoriety": 87, + "influence": 74, + "nationality": "USA", + "era": "1980s–present", + "domains": [ + "Phone phreaking", + "Journalism" + ], + "scouting": "Seized control of every telephone line into KIIS-FM to guarantee he was caller 102 and won a Porsche. Ran from the FBI, was profiled on Unsolved Mysteries, and served time. Reinvented himself as an investigative journalist at Wired and helped build SecureDrop, the whistleblower system used by newsrooms worldwide.", + "note": "Rigged a radio contest, then spent his second act protecting sources.", + "status": "locked", + "front": "/releases/v2/hacking/005-kevin-poulsen/front.svg", + "back": "/releases/v2/hacking/005-kevin-poulsen/back.svg", + "sources": [ + { + "label": "Kevin Poulsen", + "url": "https://en.wikipedia.org/wiki/Kevin_Poulsen" + }, + { + "label": "SecureDrop, which Poulsen co-created", + "url": "https://en.wikipedia.org/wiki/SecureDrop" + } + ], + "series": "hacking", + "id": "hacking/005-kevin-poulsen", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:22:33.032Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Kevin+Poulsen&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/005-kevin-poulsen/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0ad7f04f62ea15a9006aa6f7f9160087d29d5f1a98c475b775", + "usage": { + "input_tokens": 588, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 23890, + "output_tokens_details": { + "reasoning_tokens": 12328 + }, + "total_tokens": 24478 + }, + "attempts": 1, + "sha256": "20f813537234403719774d7f3a2885fa353814165b1889604f19d1a0cbe51f2c", + "generatedAt": "2026-09-13T19:30:38.611Z" + }, + "files": { + "hacking/005-kevin-poulsen/artwork.svg": "20f813537234403719774d7f3a2885fa353814165b1889604f19d1a0cbe51f2c", + "hacking/005-kevin-poulsen/front.svg": "cc213d00c656314e741391a96dca63a1b8546c3522601fc01c514bc445c732d9", + "hacking/005-kevin-poulsen/front.png": "54b7ce2edcd3042c78081ff519b9852164297ec97e52b07215eef7a77ca868c7", + "hacking/005-kevin-poulsen/back.svg": "0fb8117b48f77b4cffe70453918e0dc0362fc7bde30a1a7523ba82cdf06ffcdb", + "hacking/005-kevin-poulsen/back.png": "f4d51c4c4d4a9bcc652a3699b26c8f9548eff794a5f70a2496c461426b97e366" + }, + "builtAt": "2026-09-13T19:30:38.800Z" + }, + { + "fingerprint": "a0ae40fef7b8c63edbcd07e7fb59d020c1f02c1748f893699cbe194616fcf917", + "card": { + "number": 6, + "slug": "eric-corley", + "name": "Eric Corley", + "handle": "Emmanuel Goldstein", + "title": "Publisher of 2600", + "knownFor": "2600: The Hacker Quarterly and Off The Hook", + "rarity": "legendary", + "impact": 90, + "technical": 62, + "social": 78, + "notoriety": 84, + "influence": 92, + "nationality": "USA", + "era": "1984–present", + "domains": [ + "Publishing", + "Radio", + "Activism" + ], + "scouting": "Founded 2600: The Hacker Quarterly in 1984 and has been broadcasting Off The Hook on WBAI since 1988. Organizer of the HOPE conferences and a defendant in the DeCSS case, where the courts first wrestled with whether publishing code is speech.", + "note": "The set needs a printing press, and this is it.", + "status": "locked", + "front": "/releases/v2/hacking/006-eric-corley/front.svg", + "back": "/releases/v2/hacking/006-eric-corley/back.svg", + "sources": [ + { + "label": "Eric Corley", + "url": "https://en.wikipedia.org/wiki/Eric_Corley" + }, + { + "label": "2600: The Hacker Quarterly", + "url": "https://www.2600.com/" + }, + { + "label": "Off the Hook", + "url": "https://en.wikipedia.org/wiki/Off_the_Hook_(radio_program)" + } + ], + "series": "hacking", + "id": "hacking/006-eric-corley", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:22:33.020Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Eric+Corley&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/006-eric-corley/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_06e5e405f2397d6f006aa6f7f91e9487d28f949b3b40a123e3", + "usage": { + "input_tokens": 569, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 24755, + "output_tokens_details": { + "reasoning_tokens": 15538 + }, + "total_tokens": 25324 + }, + "attempts": 1, + "sha256": "027e786678d907fd1df69573d216e7190685781825507f087715f7e966161c40", + "generatedAt": "2026-09-13T19:31:19.476Z" + }, + "files": { + "hacking/006-eric-corley/artwork.svg": "027e786678d907fd1df69573d216e7190685781825507f087715f7e966161c40", + "hacking/006-eric-corley/front.svg": "1c1bba8818048345b3f698e94557b888e62ce96df0a08338d6663278e4c534be", + "hacking/006-eric-corley/front.png": "64e54e3e687ecce37443983db9977d8cf7c78475018483819f23a1cf792ed26a", + "hacking/006-eric-corley/back.svg": "ce91a42bdcebcc2e93db4cf5d9e4d338eef665b7770fc459b68f3095ef107b3e", + "hacking/006-eric-corley/back.png": "7b64f1acd9822bbc4014ad6a439527a2e3715cb857e5066ae24f40e3a2c225a2" + }, + "builtAt": "2026-09-13T19:31:19.689Z" + }, + { + "fingerprint": "699a8332842e6a303cea3a14906871ff2440d3b2c17dcdb531a4a738b3b89077", + "card": { + "number": 7, + "slug": "loyd-blankenship", + "name": "Loyd Blankenship", + "handle": "The Mentor", + "title": "Author of the Hacker Manifesto", + "knownFor": "“The Conscience of a Hacker,” written after his arrest", + "rarity": "legendary", + "impact": 87, + "technical": 70, + "social": 72, + "notoriety": 82, + "influence": 93, + "nationality": "USA", + "era": "1980s–1990s", + "domains": [ + "Writing", + "Legion of Doom", + "Game design" + ], + "scouting": "Member of the Legion of Doom who, hours after being arrested in 1986, wrote the essay that Phrack published as The Conscience of a Hacker. Later wrote GURPS Cyberpunk for Steve Jackson Games — the manuscript the Secret Service seized in a raid that helped spark the founding of the EFF.", + "note": "One page of text that every hacker under thirty could still quote a decade later.", + "status": "locked", + "front": "/releases/v2/hacking/007-loyd-blankenship/front.svg", + "back": "/releases/v2/hacking/007-loyd-blankenship/back.svg", + "sources": [ + { + "label": "“The Conscience of a Hacker”, Phrack vol. 1 no. 7", + "url": "https://phrack.org/issues/7/3.html" + }, + { + "label": "Loyd Blankenship", + "url": "https://en.wikipedia.org/wiki/Loyd_Blankenship" + } + ], + "series": "hacking", + "id": "hacking/007-loyd-blankenship", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:22:33.054Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Loyd+Blankenship&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/007-loyd-blankenship/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0723cf205f1ebe9e006aa6f7f9248887d2b9c1dc380fa58e2b", + "usage": { + "input_tokens": 590, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 24622, + "output_tokens_details": { + "reasoning_tokens": 13815 + }, + "total_tokens": 25212 + }, + "attempts": 1, + "sha256": "eccd22a26971240e03735754b432007162ebfc440ff4ffc4fa8419a97bc99a2a", + "generatedAt": "2026-09-13T19:30:42.675Z" + }, + "files": { + "hacking/007-loyd-blankenship/artwork.svg": "eccd22a26971240e03735754b432007162ebfc440ff4ffc4fa8419a97bc99a2a", + "hacking/007-loyd-blankenship/front.svg": "14235f80a0bb4f14f7041b40f8f024b2fb4427fc207444b189a708731b699d3c", + "hacking/007-loyd-blankenship/front.png": "87a995ee45c510d5d1fc87ac66e9a4995308ae84450b0e0b9066bac02ef828bb", + "hacking/007-loyd-blankenship/back.svg": "8b18002c258bec3106929294ff8fd581ff8496946375f00dd44d49a3af5bd05c", + "hacking/007-loyd-blankenship/back.png": "5b1924fcbfc04143d041c4afc31510c9666dec9d760efe2ad45d3625d50504fe" + }, + "builtAt": "2026-09-13T19:30:42.880Z" + }, + { + "fingerprint": "1e9e76587237c1f90201440f848b7ab377e28975312e5ced06268bf070efe84c", + "card": { + "number": 8, + "slug": "jeff-moss", + "name": "Jeff Moss", + "handle": "Dark Tangent", + "title": "Founder of DEF CON", + "knownFor": "Building the conferences where the scene meets", + "rarity": "legendary", + "impact": 89, + "technical": 72, + "social": 88, + "notoriety": 86, + "influence": 95, + "nationality": "USA", + "era": "1993–present", + "domains": [ + "Community", + "Conferences", + "Policy" + ], + "scouting": "Threw a going-away party for a friend in Las Vegas in 1993 and accidentally founded DEF CON, now the largest hacker gathering on earth. Also founded Black Hat, served on the US Homeland Security Advisory Council, and spent years translating between the underground and the institutions that fear it.", + "note": "Every other legend in this set has stood on a stage he built.", + "status": "locked", + "front": "/releases/v2/hacking/008-jeff-moss/front.svg", + "back": "/releases/v2/hacking/008-jeff-moss/back.svg", + "sources": [ + { + "label": "Jeff Moss", + "url": "https://en.wikipedia.org/wiki/Jeff_Moss_(hacker)" + }, + { + "label": "DEF CON", + "url": "https://defcon.org/" + } + ], + "series": "hacking", + "id": "hacking/008-jeff-moss", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:22:33.040Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Jeff+Moss&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/008-jeff-moss/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_01b46717e9a4a145006aa6f7f91c2c87d28abc37066adba309", + "usage": { + "input_tokens": 567, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 24827, + "output_tokens_details": { + "reasoning_tokens": 13263 + }, + "total_tokens": 25394 + }, + "attempts": 1, + "sha256": "f4e2ca59b9d4d9a55fcd0b02867c7a7d8fdcb57e31e6baee43adde543eac501c", + "generatedAt": "2026-09-13T19:30:38.021Z" + }, + "files": { + "hacking/008-jeff-moss/artwork.svg": "f4e2ca59b9d4d9a55fcd0b02867c7a7d8fdcb57e31e6baee43adde543eac501c", + "hacking/008-jeff-moss/front.svg": "f3cab9e79ef40c329362a48d45725f9baa2e546babca93cdc55e4dcfdcffdd28", + "hacking/008-jeff-moss/front.png": "e5bbcd5972dc4e360cab1822d09a38c85432a402a555f1021a3671b9d0b81d12", + "hacking/008-jeff-moss/back.svg": "adf99a692e43ef51f596c90657a76b72757abfc075a80d158ded090061707485", + "hacking/008-jeff-moss/back.png": "7458fe641266dae8e72e88409c9faa5bdbbfef51d91bc1e0b9766254d8d78a45" + }, + "builtAt": "2026-09-13T19:30:38.219Z" + }, + { + "fingerprint": "cc89ea4a2e7eb2ae4f30d549d7f828cf3eb9f12389ccff41d74ad25c2412057b", + "card": { + "number": 9, + "slug": "dan-kaminsky", + "name": "Dan Kaminsky", + "title": "The Man Who Patched DNS", + "knownFor": "The 2008 DNS cache-poisoning flaw", + "rarity": "iconic", + "impact": 95, + "technical": 97, + "social": 74, + "notoriety": 88, + "influence": 96, + "nationality": "USA", + "era": "2000s–2021", + "domains": [ + "DNS", + "Protocol research", + "Coordinated disclosure" + ], + "scouting": "Found a flaw that let an attacker poison DNS caches and quietly redirect any name on the internet. Instead of publishing, he organized a secret multi-vendor patch effort and got the whole internet fixed on one coordinated day in July 2008. Died in 2021 at 42, and the industry has not stopped talking about him since.", + "note": "Proof that the biggest bug of your career is a responsibility, not a trophy.", + "status": "locked", + "front": "/releases/v2/hacking/009-dan-kaminsky/front.svg", + "back": "/releases/v2/hacking/009-dan-kaminsky/back.svg", + "sources": [ + { + "label": "Dan Kaminsky", + "url": "https://en.wikipedia.org/wiki/Dan_Kaminsky" + }, + { + "label": "CERT/CC VU#800113 — DNS cache poisoning", + "url": "https://www.kb.cert.org/vuls/id/800113" + }, + { + "label": "Wired, 2008 — how Kaminsky found the flaw", + "url": "https://www.wired.com/2008/07/kaminsky-on-how/" + } + ], + "series": "hacking", + "id": "hacking/009-dan-kaminsky", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:22:33.074Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Dan+Kaminsky&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/009-dan-kaminsky/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0687cf1e9688c958006aa6f7f9245087d2a5ae23c8ef51967b", + "usage": { + "input_tokens": 586, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 21911, + "output_tokens_details": { + "reasoning_tokens": 10630 + }, + "total_tokens": 22497 + }, + "attempts": 1, + "sha256": "c0aa78cf8422d450776da29f9d19ca2eba00b659a45309a27105e8b06175dc3a", + "generatedAt": "2026-09-13T19:29:51.838Z" + }, + "files": { + "hacking/009-dan-kaminsky/artwork.svg": "c0aa78cf8422d450776da29f9d19ca2eba00b659a45309a27105e8b06175dc3a", + "hacking/009-dan-kaminsky/front.svg": "27fb82984cf0885f199df99d93ee9a9dcc530ca40bd1e0bb46ec2f5ea8c1124c", + "hacking/009-dan-kaminsky/front.png": "1324ac4acecbdeb8fa71ca9c28a1285662ecca2b1cf1e03ec85aff02f5c8501f", + "hacking/009-dan-kaminsky/back.svg": "6da46530243efdebf9a32c31c469dbcbddac14f920a8abb2cbfe00492e29aadd", + "hacking/009-dan-kaminsky/back.png": "b2a06a450541dea7fe35be568c68c02fd89d604263fb49ff8ea3e0e2752d7df6" + }, + "builtAt": "2026-09-13T19:29:52.016Z" + }, + { + "fingerprint": "4dbd3a9d0b780c6c3a283ead273e3f33795fa6fd5568f6d075427857a4df6c13", + "card": { + "number": 10, + "slug": "cliff-stoll", + "name": "Clifford Stoll", + "title": "The Astronomer Who Caught a Spy", + "knownFor": "The Cuckoo’s Egg", + "rarity": "legendary", + "impact": 88, + "technical": 74, + "social": 66, + "notoriety": 86, + "influence": 90, + "nationality": "USA", + "era": "1986–1989", + "domains": [ + "Incident response", + "Forensics", + "Writing" + ], + "scouting": "Chased a 75-cent accounting error at Lawrence Berkeley Lab all the way to Markus Hess, a West German hacker selling US military data to the KGB. His logbooks and homemade tripwires invented network intrusion detection by hand, and The Cuckoo’s Egg is still the best on-ramp anyone ever wrote.", + "note": "The first documented cyber-espionage case, solved by an astronomer with a printer.", + "status": "locked", + "front": "/releases/v2/hacking/010-cliff-stoll/front.svg", + "back": "/releases/v2/hacking/010-cliff-stoll/back.svg", + "sources": [ + { + "label": "Clifford Stoll", + "url": "https://en.wikipedia.org/wiki/Clifford_Stoll" + }, + { + "label": "The Cuckoo’s Egg", + "url": "https://en.wikipedia.org/wiki/The_Cuckoo%27s_Egg_(book)" + } + ], + "series": "hacking", + "id": "hacking/010-cliff-stoll", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:22:33.066Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Clifford+Stoll&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/010-cliff-stoll/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_09eaf766ff2df02f006aa6f7f9215487d2b5fe82f13588c358", + "usage": { + "input_tokens": 585, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 21557, + "output_tokens_details": { + "reasoning_tokens": 9840 + }, + "total_tokens": 22142 + }, + "attempts": 1, + "sha256": "3b4d9f670a372db31bd39e7e4df9858122af60f4dd5044d7b41801dffafcff6d", + "generatedAt": "2026-09-13T19:29:45.276Z" + }, + "files": { + "hacking/010-cliff-stoll/artwork.svg": "3b4d9f670a372db31bd39e7e4df9858122af60f4dd5044d7b41801dffafcff6d", + "hacking/010-cliff-stoll/front.svg": "0674ea6f5e20fcdaab736f1b923aba3f68d1d94eb396df0b8822a47abad45ff2", + "hacking/010-cliff-stoll/front.png": "21e058d6c4f0d7dd17e686a6a662647aaa3b79e54b5ec278beb336b70c50b3d3", + "hacking/010-cliff-stoll/back.svg": "337d14de1469b004be753177dfa5f7e89cdcf4d0fbfd08e42c3799bf95cae142", + "hacking/010-cliff-stoll/back.png": "a7a0698c8a1fab26b7b0ff577586369172a6fc9c8019d1fada13b37a51fe7aaa" + }, + "builtAt": "2026-09-13T19:29:45.522Z" + }, + { + "fingerprint": "40fefd0a5fa31a81b1b9800d989b59852cd4faa509b0ee78eb02812952077535", + "card": { + "number": 11, + "slug": "tsutomu-shimomura", + "name": "Tsutomu Shimomura", + "title": "The Man Who Tracked Mitnick", + "knownFor": "The 1995 pursuit and TCP sequence-prediction analysis", + "rarity": "epic", + "impact": 82, + "technical": 90, + "social": 52, + "notoriety": 84, + "influence": 70, + "nationality": "Japan / USA", + "era": "1990s", + "domains": [ + "Network forensics", + "TCP/IP" + ], + "scouting": "Computational physicist at San Diego Supercomputer Center whose own machines were broken into on Christmas Day 1994. His analysis of the IP-spoofing and TCP sequence-prediction attack, and the cell-tracking work that followed, led federal agents to Kevin Mitnick in Raleigh in February 1995.", + "note": "Card 1’s opposite number. They belong in the same pack.", + "status": "draft", + "front": "/releases/v2/hacking/011-tsutomu-shimomura/front.svg", + "back": "/releases/v2/hacking/011-tsutomu-shimomura/back.svg", + "sources": [ + { + "label": "Tsutomu Shimomura", + "url": "https://en.wikipedia.org/wiki/Tsutomu_Shimomura" + }, + { + "label": "IP address spoofing — the technique used against him", + "url": "https://en.wikipedia.org/wiki/IP_address_spoofing" + } + ], + "series": "hacking", + "id": "hacking/011-tsutomu-shimomura", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:22:33.119Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Tsutomu+Shimomura&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/011-tsutomu-shimomura/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_02c7a3415b533a9c006aa6f7f9373887d2af87c38bf5b3f0d9", + "usage": { + "input_tokens": 589, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 20976, + "output_tokens_details": { + "reasoning_tokens": 11388 + }, + "total_tokens": 21565 + }, + "attempts": 1, + "sha256": "42eadf1c05352e4e28867e51ed46e142ede7d3fa4f2b50c752f911bbc1399f22", + "generatedAt": "2026-09-13T19:30:03.570Z" + }, + "files": { + "hacking/011-tsutomu-shimomura/artwork.svg": "42eadf1c05352e4e28867e51ed46e142ede7d3fa4f2b50c752f911bbc1399f22", + "hacking/011-tsutomu-shimomura/front.svg": "ca7814fd42bfc59759c141357dc0c6a049bec4ddd4fb5793d3ff24c84c8d4302", + "hacking/011-tsutomu-shimomura/front.png": "9319ac9ef9a4cceac8956192ea22f62c39fc8731879d318e445912793ccb1987", + "hacking/011-tsutomu-shimomura/back.svg": "2dca396d872a7e0568b755677cb38726429c0377c0b11f191526308f8b1847ae", + "hacking/011-tsutomu-shimomura/back.png": "18c39f06dbc77e1c6f340ea28d5eead9bd4be0fc4f64fe0402561af153e7275f" + }, + "builtAt": "2026-09-13T19:30:03.891Z" + }, + { + "fingerprint": "469d30af7dc83782144a9fa38fabd14076bcd531d402f15452d95cc7ffaf020b", + "card": { + "number": 12, + "slug": "mark-abene", + "name": "Mark Abene", + "handle": "Phiber Optik", + "title": "Masters of Deception", + "knownFor": "The MOD-versus-LOD hacker war", + "rarity": "legendary", + "impact": 84, + "technical": 84, + "social": 76, + "notoriety": 86, + "influence": 72, + "nationality": "USA", + "era": "1980s–1990s", + "domains": [ + "Telecom switching", + "Crews" + ], + "scouting": "Teenage authority on telephone switching systems and the public face of Masters of Deception. His 1994 prison sentence was widely read as a message being sent to a whole generation; New York magazine had already named him one of the city’s smartest people.", + "note": "The last of the pure telephone hackers before the internet took over.", + "status": "draft", + "front": "/releases/v2/hacking/012-mark-abene/front.svg", + "back": "/releases/v2/hacking/012-mark-abene/back.svg", + "sources": [ + { + "label": "Mark Abene", + "url": "https://en.wikipedia.org/wiki/Mark_Abene" + }, + { + "label": "Masters of Deception", + "url": "https://en.wikipedia.org/wiki/Masters_of_Deception" + } + ], + "series": "hacking", + "id": "hacking/012-mark-abene", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:22:33.105Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Mark+Abene&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/012-mark-abene/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0c5eddb3e25bcd84006aa6f7f93bbc87d2b54a4f66bbb13f82", + "usage": { + "input_tokens": 561, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 26970, + "output_tokens_details": { + "reasoning_tokens": 13791 + }, + "total_tokens": 27531 + }, + "attempts": 1, + "sha256": "379f8cbcd898942b56610ab572e0939d55a719d6bf11b928eb2d699589d892a3", + "generatedAt": "2026-09-13T19:31:36.269Z" + }, + "files": { + "hacking/012-mark-abene/artwork.svg": "379f8cbcd898942b56610ab572e0939d55a719d6bf11b928eb2d699589d892a3", + "hacking/012-mark-abene/front.svg": "a8d0a1e89d06081005855887c0e407763c9d619e38334555112e48be9e23b61b", + "hacking/012-mark-abene/front.png": "0d84916084a370da0a7f5175c1137b25179975876fe34c60735710c7851a1393", + "hacking/012-mark-abene/back.svg": "641e3be95d443602c0ef011af1bac6c85281aa7a2704160b3da9e525375fdee8", + "hacking/012-mark-abene/back.png": "7b7e909a0e6aa5382094352c2125337f2f90bd9da37e15005ed1b3f62e52e57c" + }, + "builtAt": "2026-09-13T19:31:36.641Z" + }, + { + "fingerprint": "891957fabe0d4f1b068c08c3b9b1d2a2109de08f5fe0d16200da4553334a9427", + "card": { + "number": 13, + "slug": "susan-headley", + "name": "Susan Headley", + "handle": "Susan Thunder", + "title": "Early Social Engineer", + "knownFor": "Talking her way into military and telco systems", + "rarity": "epic", + "impact": 78, + "technical": 55, + "social": 94, + "notoriety": 72, + "influence": 68, + "nationality": "USA", + "era": "1970s–1980s", + "domains": [ + "Social engineering", + "Phone phreaking" + ], + "scouting": "Ran in the same Los Angeles phreaking circles as Mitnick and Lewis De Payne and specialized in the human layer — pretext calls, trashed printouts, borrowed credentials. One of the very few women documented in the earliest scene, and she walked away from it entirely.", + "note": "Written out of most retellings. This set puts her back in.", + "status": "draft", + "front": "/releases/v2/hacking/013-susan-headley/front.svg", + "back": "/releases/v2/hacking/013-susan-headley/back.svg", + "sources": [ + { + "label": "Susan Headley", + "url": "https://en.wikipedia.org/wiki/Susan_Headley" + }, + { + "label": "Phreaking", + "url": "https://en.wikipedia.org/wiki/Phreaking" + } + ], + "series": "hacking", + "id": "hacking/013-susan-headley", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:22:33.130Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Susan+Headley&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/013-susan-headley/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_01bb34bf0a8c185e006aa6f7f9332087d28215410dcb29b1f6", + "usage": { + "input_tokens": 567, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 21572, + "output_tokens_details": { + "reasoning_tokens": 11912 + }, + "total_tokens": 22139 + }, + "attempts": 1, + "sha256": "314e6855b72e0d20e542c1cb5d23714d2e36e3278cd58e33f66a525881589743", + "generatedAt": "2026-09-13T19:30:58.732Z" + }, + "files": { + "hacking/013-susan-headley/artwork.svg": "314e6855b72e0d20e542c1cb5d23714d2e36e3278cd58e33f66a525881589743", + "hacking/013-susan-headley/front.svg": "5016fb619c9c882612dc9c62ec9f5962e5b8e0d96f6458f092c84d7ccce85a34", + "hacking/013-susan-headley/front.png": "fed7e518730e63f7c1c519d2a004949ca5376d58b5c7553904a930e651d04813", + "hacking/013-susan-headley/back.svg": "544409fa7fbdf757728613029a4dea77b6a64cb058f32602c20a0801c882e5b7", + "hacking/013-susan-headley/back.png": "af07881b147f73fae908f6b99b1bceecfd88a49c63c4993fa6804ec8c56f8c93" + }, + "builtAt": "2026-09-13T19:30:58.913Z" + }, + { + "fingerprint": "24d63ccfb395271361643f6c3bbeb7ffce8b89bb44b905ed39cc66afe5b817b1", + "card": { + "number": 14, + "slug": "adrian-lamo", + "name": "Adrian Lamo", + "handle": "The Homeless Hacker", + "title": "Intruder, Then Informant", + "knownFor": "The New York Times intrusion, and reporting Chelsea Manning", + "rarity": "epic", + "impact": 80, + "technical": 68, + "social": 84, + "notoriety": 88, + "influence": 62, + "nationality": "USA", + "era": "2000s–2018", + "domains": [ + "Web intrusion", + "Misconfiguration hunting" + ], + "scouting": "Broke into Microsoft, Yahoo and The New York Times from library terminals and coffee shops, usually telling the victim afterwards. In 2010 he reported Chelsea Manning to the authorities after she confided in him — a decision that split the community permanently. Died in 2018.", + "note": "The most divisive card in the set, and it stays in. The history is the history.", + "status": "draft", + "front": "/releases/v2/hacking/014-adrian-lamo/front.svg", + "back": "/releases/v2/hacking/014-adrian-lamo/back.svg", + "sources": [ + { + "label": "Adrian Lamo", + "url": "https://en.wikipedia.org/wiki/Adrian_Lamo" + }, + { + "label": "Wired, 2011 — the Manning–Lamo chat logs", + "url": "https://www.wired.com/2011/07/manning-lamo-logs/" + } + ], + "series": "hacking", + "id": "hacking/014-adrian-lamo", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:22:33.088Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Adrian+Lamo&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/014-adrian-lamo/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0e92f2c2038e7707006aa6f7f943ec87d29f9a069ba718c4ca", + "usage": { + "input_tokens": 572, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 22442, + "output_tokens_details": { + "reasoning_tokens": 12186 + }, + "total_tokens": 23014 + }, + "attempts": 1, + "sha256": "796f60dc8f2093c6bc683055bd580a6118453145515e595ab5a604e9ab3e2452", + "generatedAt": "2026-09-13T19:30:33.674Z" + }, + "files": { + "hacking/014-adrian-lamo/artwork.svg": "796f60dc8f2093c6bc683055bd580a6118453145515e595ab5a604e9ab3e2452", + "hacking/014-adrian-lamo/front.svg": "ac60f83a6c43d90ffc568ab08e3c73633ba47d8fb8bbc618be94d17b2c21c58d", + "hacking/014-adrian-lamo/front.png": "68b8c6d524b392449a607989a0cacabe24a073b3ff80f5b9f84b595d22dd93a6", + "hacking/014-adrian-lamo/back.svg": "73d4aac8b9c6f859b487a0a4cf282fcacd064c155da86def8f49375c560564ef", + "hacking/014-adrian-lamo/back.png": "7a376ab1b818589e23638522815ca92de138c7f0c64f4396a0593bb4fe05ff3f" + }, + "builtAt": "2026-09-13T19:30:33.871Z" + }, + { + "fingerprint": "60422da22feba410c425d14ea8ac06eb7f68427ad0ce7e51c286d632899886c6", + "card": { + "number": 15, + "slug": "gary-mckinnon", + "name": "Gary McKinnon", + "handle": "Solo", + "title": "The UFO Hunter", + "knownFor": "Searching US military networks for evidence of UFOs", + "rarity": "epic", + "impact": 76, + "technical": 58, + "social": 45, + "notoriety": 88, + "influence": 60, + "nationality": "UK", + "era": "2001–2002", + "domains": [ + "Default credentials", + "Extradition law" + ], + "scouting": "Scanned US military and NASA networks for machines with blank administrator passwords and found plenty. US prosecutors called it the biggest military computer hack of all time; a decade-long extradition fight ended in 2012 when the UK Home Secretary blocked it on human-rights grounds.", + "note": "Two words: no password. That is the whole exploit.", + "status": "draft", + "front": "/releases/v2/hacking/015-gary-mckinnon/front.svg", + "back": "/releases/v2/hacking/015-gary-mckinnon/back.svg", + "sources": [ + { + "label": "Gary McKinnon", + "url": "https://en.wikipedia.org/wiki/Gary_McKinnon" + }, + { + "label": "BBC, 2012 — extradition to the US blocked", + "url": "https://www.bbc.com/news/uk-19957138" + } + ], + "series": "hacking", + "id": "hacking/015-gary-mckinnon", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:22:33.135Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Gary+McKinnon&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/015-gary-mckinnon/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0057199f404546c2006aa6f7f93be887d2897a6463375493d4", + "usage": { + "input_tokens": 569, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 23648, + "output_tokens_details": { + "reasoning_tokens": 12430 + }, + "total_tokens": 24217 + }, + "attempts": 1, + "sha256": "3a2e3b64d05012b10019e59a1844a7d359396a13d72755a2c8eec08fa95e11a9", + "generatedAt": "2026-09-13T19:30:32.171Z" + }, + "files": { + "hacking/015-gary-mckinnon/artwork.svg": "3a2e3b64d05012b10019e59a1844a7d359396a13d72755a2c8eec08fa95e11a9", + "hacking/015-gary-mckinnon/front.svg": "107a1c441fa198f572766568ca56d5c873daa14520cb9b342629f285f5dcff51", + "hacking/015-gary-mckinnon/front.png": "c7f016dd778bfcf83cf25b7310872a2321d2cc5f69469de05f04523bf9b1a035", + "hacking/015-gary-mckinnon/back.svg": "a43c5ab699a850cd6451b3dbbb71cb5f591b19462d67f1c53a010efb26fcbf08", + "hacking/015-gary-mckinnon/back.png": "a58afb066a77fa9a13be50fcf62c86a3b1dc1a9140ab26f54c9c4dfda8c3f0e1" + }, + "builtAt": "2026-09-13T19:30:32.369Z" + }, + { + "fingerprint": "b9d8f3b490d3f825397991a1ca396f0fba88443a5cf3767e63e134bd00d3d97e", + "card": { + "number": 16, + "slug": "jonathan-james", + "name": "Jonathan James", + "handle": "c0mrade", + "title": "The Teenager Who Got NASA’s Source", + "knownFor": "First juvenile jailed in the US for computer crime", + "rarity": "epic", + "impact": 77, + "technical": 78, + "social": 40, + "notoriety": 82, + "influence": 62, + "nationality": "USA", + "era": "1999–2008", + "domains": [ + "Government networks", + "Backdoors" + ], + "scouting": "At fifteen, installed a backdoor on a Defense Threat Reduction Agency server and downloaded NASA software supporting the International Space Station. Sentenced in 2000 as the first juvenile incarcerated for cybercrime in the US. Died by suicide in 2008 while under investigation in an unrelated case he denied any part in.", + "note": "A cautionary card. The set tells it straight or not at all.", + "status": "draft", + "front": "/releases/v2/hacking/016-jonathan-james/front.svg", + "back": "/releases/v2/hacking/016-jonathan-james/back.svg", + "sources": [ + { + "label": "Jonathan James", + "url": "https://en.wikipedia.org/wiki/Jonathan_James" + }, + { + "label": "Computer Fraud and Abuse Act", + "url": "https://en.wikipedia.org/wiki/Computer_Fraud_and_Abuse_Act" + } + ], + "series": "hacking", + "id": "hacking/016-jonathan-james", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:22:33.151Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Jonathan+James&limit=30", + "matches": [], + "rejectedCount": 22 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/016-jonathan-james/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0bde2bb8f8cd0234006aa6f7f93b7087d2b9ba4047f4f618f5", + "usage": { + "input_tokens": 581, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 23859, + "output_tokens_details": { + "reasoning_tokens": 14833 + }, + "total_tokens": 24440 + }, + "attempts": 1, + "sha256": "173ab49fbe030ca9bdbf74cf0a0327317515e86c9ea9e70c281fc21ef25fe60d", + "generatedAt": "2026-09-13T19:31:02.974Z" + }, + "files": { + "hacking/016-jonathan-james/artwork.svg": "173ab49fbe030ca9bdbf74cf0a0327317515e86c9ea9e70c281fc21ef25fe60d", + "hacking/016-jonathan-james/front.svg": "8371a5167a4976881c6be3eb071bdb1ee46d5a3d45f89b2def04166773591eca", + "hacking/016-jonathan-james/front.png": "e27f4329d5754b10b68970c116d78973a9d413d7784f5e634fedceb4b92864ac", + "hacking/016-jonathan-james/back.svg": "3c68cf9a5f711760570d537f20ddbeeb1bbeed36a0431fd8acf4ee648eed9e85", + "hacking/016-jonathan-james/back.png": "2640d7691bc9d4e3fd1f0cdd7955a764673bd4825f2a7c0223ad47845f912602" + }, + "builtAt": "2026-09-13T19:31:03.337Z" + }, + { + "fingerprint": "8f77acf8f9b5c04c56de7f68ab9e17a7854e11cd9dfb8eaa3380cba0b4a4e9ac", + "card": { + "number": 17, + "slug": "chris-wysopal", + "name": "Chris Wysopal", + "handle": "Weld Pond", + "title": "Architect of Responsible Disclosure", + "knownFor": "L0pht, the Senate testimony, and disclosure norms", + "rarity": "legendary", + "impact": 86, + "technical": 88, + "social": 78, + "notoriety": 74, + "influence": 93, + "nationality": "USA", + "era": "1990s–present", + "domains": [ + "Vulnerability research", + "AppSec", + "Disclosure policy" + ], + "scouting": "One of the seven L0pht members who testified to the Senate in 1998. Spent the following decades turning ad-hoc bug reporting into a process the industry could live with, then co-founded Veracode to make application security something you can actually buy.", + "note": "Half the reason a vendor takes your bug report seriously today.", + "status": "draft", + "front": "/releases/v2/hacking/017-chris-wysopal/front.svg", + "back": "/releases/v2/hacking/017-chris-wysopal/back.svg", + "sources": [ + { + "label": "Chris Wysopal", + "url": "https://en.wikipedia.org/wiki/Chris_Wysopal" + }, + { + "label": "L0pht", + "url": "https://en.wikipedia.org/wiki/L0pht" + }, + { + "label": "Coordinated vulnerability disclosure", + "url": "https://en.wikipedia.org/wiki/Coordinated_vulnerability_disclosure" + } + ], + "series": "hacking", + "id": "hacking/017-chris-wysopal", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:22:33.154Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Chris+Wysopal&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/017-chris-wysopal/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_05d188398d4f36af006aa6f7f93d2087d2984027c45fbb2c3e", + "usage": { + "input_tokens": 576, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 17848, + "output_tokens_details": { + "reasoning_tokens": 9282 + }, + "total_tokens": 18424 + }, + "attempts": 1, + "sha256": "f0814dda7842aafdc30517685f00e2e500de8ec43aec4b4fbbd00e3a40dc6bd0", + "generatedAt": "2026-09-13T19:28:35.205Z" + }, + "files": { + "hacking/017-chris-wysopal/artwork.svg": "f0814dda7842aafdc30517685f00e2e500de8ec43aec4b4fbbd00e3a40dc6bd0", + "hacking/017-chris-wysopal/front.svg": "a1b80db78c7667beb50020eb9b1c1d88267f427e6f53e87b52d1d6f326cd1c74", + "hacking/017-chris-wysopal/front.png": "c26a0aa61624b6ca67cab52aff3f87e632dac82066bac5c3726d6f40e863b59f", + "hacking/017-chris-wysopal/back.svg": "2e87d6f00375af6b10c56ccd5ec6473b4d7fd00771abe6a7eff9fa43c1e4d9e9", + "hacking/017-chris-wysopal/back.png": "8a210f6621ecd30c0e384ba278234e86efb671566b81796a06eb50883185c841" + }, + "builtAt": "2026-09-13T19:28:35.407Z" + }, + { + "fingerprint": "8ff5254eaef3d08b92eb37168cd30acb8be98f687b1f4fb80c664de08a44c3e6", + "card": { + "number": 18, + "slug": "katie-moussouris", + "name": "Katie Moussouris", + "title": "The Bug Bounty Builder", + "knownFor": "Microsoft’s first bounty program and Hack the Pentagon", + "rarity": "legendary", + "impact": 87, + "technical": 74, + "social": 92, + "notoriety": 78, + "influence": 95, + "nationality": "USA", + "era": "2000s–present", + "domains": [ + "Bug bounties", + "Policy", + "Export controls" + ], + "scouting": "Created Microsoft’s first bug bounty program, then ran Hack the Pentagon, the first bounty program in the history of the US federal government. Fought to keep defensive research from being criminalized under the Wassenaar Arrangement, and founded Luta Security.", + "note": "Turned “we do not pay for bugs” into an industry standard line item.", + "status": "draft", + "front": "/releases/v2/hacking/018-katie-moussouris/front.svg", + "back": "/releases/v2/hacking/018-katie-moussouris/back.svg", + "sources": [ + { + "label": "Katie Moussouris", + "url": "https://en.wikipedia.org/wiki/Katie_Moussouris" + }, + { + "label": "Bug bounty programs", + "url": "https://en.wikipedia.org/wiki/Bug_bounty_program" + } + ], + "series": "hacking", + "id": "hacking/018-katie-moussouris", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:22:33.174Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Katie+Moussouris&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/018-katie-moussouris/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_01ed604abed0e0fb006aa6f7f93cf087d28928fc0b51c081d9", + "usage": { + "input_tokens": 571, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 20964, + "output_tokens_details": { + "reasoning_tokens": 10143 + }, + "total_tokens": 21535 + }, + "attempts": 1, + "sha256": "bb4597cfca0ebd01300487039772e0ba8ea1323e43cd846e0855b3033bd94a3e", + "generatedAt": "2026-09-13T19:29:49.988Z" + }, + "files": { + "hacking/018-katie-moussouris/artwork.svg": "bb4597cfca0ebd01300487039772e0ba8ea1323e43cd846e0855b3033bd94a3e", + "hacking/018-katie-moussouris/front.svg": "540f5f52aa6694e0dcbd786214511c0b5a9db2f7afdc54800f8020abc7584fa3", + "hacking/018-katie-moussouris/front.png": "3218af6cc55e2f818a6fff057374389280fe92b3e2dd48af7993bb9a6fa55559", + "hacking/018-katie-moussouris/back.svg": "de8ccb359b95b49eebf453817938c2cf8d4f93385b6656189ff3640125b2eea8", + "hacking/018-katie-moussouris/back.png": "b5a82ca3db56ac53cc3b6a0ca25a17dfc64441b3bef4b2a9b80c7777e40f485b" + }, + "builtAt": "2026-09-13T19:29:50.184Z" + }, + { + "fingerprint": "71a0ee709f452779680cf6a066d04cafe2e7222cb47874e73b0c6a52442647ce", + "card": { + "number": 19, + "slug": "joanna-rutkowska", + "name": "Joanna Rutkowska", + "title": "Blue Pill", + "knownFor": "Hypervisor rootkits and Qubes OS", + "rarity": "legendary", + "impact": 88, + "technical": 96, + "social": 42, + "notoriety": 80, + "influence": 90, + "nationality": "Poland", + "era": "2006–present", + "domains": [ + "Rootkits", + "Virtualization", + "Secure OS design" + ], + "scouting": "Presented Blue Pill at Black Hat 2006, a rootkit that moved a running OS into a hypervisor beneath it, and coined the Evil Maid attack for machines left unattended. Then built the answer: Qubes OS, a desktop that assumes compromise and isolates by compartment.", + "note": "Broke the platform, then shipped a better one. Very few do both.", + "status": "draft", + "front": "/releases/v2/hacking/019-joanna-rutkowska/front.svg", + "back": "/releases/v2/hacking/019-joanna-rutkowska/back.svg", + "sources": [ + { + "label": "Joanna Rutkowska", + "url": "https://en.wikipedia.org/wiki/Joanna_Rutkowska" + }, + { + "label": "Blue Pill", + "url": "https://en.wikipedia.org/wiki/Blue_Pill_(software)" + }, + { + "label": "Qubes OS", + "url": "https://www.qubes-os.org/" + } + ], + "series": "hacking", + "id": "hacking/019-joanna-rutkowska", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:27:53.157Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Joanna+Rutkowska&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/019-joanna-rutkowska/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_00836aef71911a87006aa6f9393f8487d2a3cee2725e3887b5", + "usage": { + "input_tokens": 574, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 27020, + "output_tokens_details": { + "reasoning_tokens": 11394 + }, + "total_tokens": 27594 + }, + "attempts": 1, + "sha256": "fd5f54c3df615ab0142b5744cf33276fb43e49df36ad6aead1631af3e3b1aa4c", + "generatedAt": "2026-09-13T19:36:19.440Z" + }, + "files": { + "hacking/019-joanna-rutkowska/artwork.svg": "fd5f54c3df615ab0142b5744cf33276fb43e49df36ad6aead1631af3e3b1aa4c", + "hacking/019-joanna-rutkowska/front.svg": "6290f67724362feb105d4ab2311db11d043af39fe1d073420c5d37eedc57cc55", + "hacking/019-joanna-rutkowska/front.png": "0389ad7acacede12b2e8e5a903a4ee5e802efe9537560884f88f161553ad1a4c", + "hacking/019-joanna-rutkowska/back.svg": "9c2b59cb30632e099bcf554d75eab7737e5edf268973ebb49ccd99ce439c47ed", + "hacking/019-joanna-rutkowska/back.png": "bcc8123b649490e9998ce3246c0007bc1476e980fa8b2bcc576c44c5d9b0bda3" + }, + "builtAt": "2026-09-13T19:36:19.675Z" + }, + { + "fingerprint": "91c6e1cc1c0f2f8426d2ab042ffe37c3ddeedd0f156f7a8ebe40d5e6567a8882", + "card": { + "number": 20, + "slug": "michal-zalewski", + "name": "Michał Zalewski", + "handle": "lcamtuf", + "title": "The Fuzzer", + "knownFor": "american fuzzy lop and Silence on the Wire", + "rarity": "legendary", + "impact": 89, + "technical": 97, + "social": 40, + "notoriety": 78, + "influence": 94, + "nationality": "Poland", + "era": "2000s–present", + "domains": [ + "Fuzzing", + "Browser security", + "Passive recon" + ], + "scouting": "Wrote afl, the coverage-guided fuzzer that found thousands of bugs across the software everyone depends on and reset the state of the art for everyone else. Author of Silence on the Wire and The Tangled Web, and a long-time browser security lead at Google.", + "note": "The bug-finding tool with the highest body count in open source history.", + "status": "draft", + "front": "/releases/v2/hacking/020-michal-zalewski/front.svg", + "back": "/releases/v2/hacking/020-michal-zalewski/back.svg", + "sources": [ + { + "label": "Michał Zalewski", + "url": "https://en.wikipedia.org/wiki/Micha%C5%82_Zalewski" + }, + { + "label": "american fuzzy lop", + "url": "https://lcamtuf.coredump.cx/afl/" + }, + { + "label": "Fuzzing", + "url": "https://en.wikipedia.org/wiki/Fuzzing" + } + ], + "series": "hacking", + "id": "hacking/020-michal-zalewski", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:28:23.556Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Micha%C5%82+Zalewski&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/020-michal-zalewski/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0ff33a789dcc432a006aa6f957a1e087d2b3e364c49698c047", + "usage": { + "input_tokens": 569, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 22539, + "output_tokens_details": { + "reasoning_tokens": 12621 + }, + "total_tokens": 23108 + }, + "attempts": 1, + "sha256": "c767e89387178983213a594037c18b77b99440ca608f81633b0aed21ca03dfaf", + "generatedAt": "2026-09-13T19:37:08.045Z" + }, + "files": { + "hacking/020-michal-zalewski/artwork.svg": "c767e89387178983213a594037c18b77b99440ca608f81633b0aed21ca03dfaf", + "hacking/020-michal-zalewski/front.svg": "1f0020fb9ca114b3423a2076877abd511e8f465a9be775ea1efd3da9528f0759", + "hacking/020-michal-zalewski/front.png": "caeb4e0fe907153f7a72e8568a95a095646b4047ce33eef54640e730aff6f528", + "hacking/020-michal-zalewski/back.svg": "17b679e1e36c387f861bcfa86c7283ed84f6d782b81ee67993de7b9302fc9cfa", + "hacking/020-michal-zalewski/back.png": "bc8a660d9132bc5dd20d0b3dba7f26845ada02f79d4f44dce47a4646aa8ed82a" + }, + "builtAt": "2026-09-13T19:37:08.238Z" + }, + { + "fingerprint": "8b96a5a7f825a4fa5fffeccb8e51fac4b77f73d2d2d92612ba43a17f7e32bd09", + "card": { + "number": 21, + "slug": "solar-designer", + "name": "Alexander Peslyak", + "handle": "Solar Designer", + "title": "John the Ripper", + "knownFor": "Password cracking and Linux hardening", + "rarity": "legendary", + "impact": 85, + "technical": 95, + "social": 38, + "notoriety": 72, + "influence": 90, + "nationality": "Russia", + "era": "1990s–present", + "domains": [ + "Password cracking", + "Kernel hardening", + "Disclosure" + ], + "scouting": "Wrote John the Ripper, still the reference password cracker three decades on. Founded Openwall, pioneered non-executable stack patches for Linux, published early return-into-libc work, and runs the oss-security list where the industry argues about disclosure in public.", + "note": "Runs the mailing list where your favorite CVE was first announced.", + "status": "draft", + "front": "/releases/v2/hacking/021-solar-designer/front.svg", + "back": "/releases/v2/hacking/021-solar-designer/back.svg", + "sources": [ + { + "label": "Alexander Peslyak", + "url": "https://en.wikipedia.org/wiki/Alexander_Peslyak" + }, + { + "label": "John the Ripper", + "url": "https://www.openwall.com/john/" + }, + { + "label": "oss-security, the disclosure list he runs", + "url": "https://www.openwall.com/lists/oss-security/" + } + ], + "series": "hacking", + "id": "hacking/021-solar-designer", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:28:35.486Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Alexander+Peslyak&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/021-solar-designer/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_09306a3a4df2890f006aa6f9638d6887d2848f7ee60d2453b2", + "usage": { + "input_tokens": 569, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 26378, + "output_tokens_details": { + "reasoning_tokens": 16574 + }, + "total_tokens": 26947 + }, + "attempts": 1, + "sha256": "2d5eb996575d8c43d9ec10001917f0ecf0319f03aad6f16fb1923c38cc58c719", + "generatedAt": "2026-09-13T19:38:21.553Z" + }, + "files": { + "hacking/021-solar-designer/artwork.svg": "2d5eb996575d8c43d9ec10001917f0ecf0319f03aad6f16fb1923c38cc58c719", + "hacking/021-solar-designer/front.svg": "5720cb7258567842ee63f2e9b575adedf377840c768d0d0bca2d817d1aef4cfa", + "hacking/021-solar-designer/front.png": "c8d3edad51409448a0696688e56eed96be90bd295dc0f52117e7d77a80e559a6", + "hacking/021-solar-designer/back.svg": "3ca79ed06172592dee2d153cfe7b0aa816a50ff523413eac1df7286c7aa73679", + "hacking/021-solar-designer/back.png": "65400ce17a7dd3e09993851a2c0c241f0fc737149a45db987a11e4ce8564e123" + }, + "builtAt": "2026-09-13T19:38:21.783Z" + }, + { + "fingerprint": "ad5fd10cebcbbc29110e4922ecf74f5d2a21009b224d2ec43974d6f891f27d1b", + "card": { + "number": 22, + "slug": "hd-moore", + "name": "HD Moore", + "title": "Creator of Metasploit", + "knownFor": "Making exploitation a framework, not a one-off", + "rarity": "legendary", + "impact": 90, + "technical": 93, + "social": 60, + "notoriety": 84, + "influence": 96, + "nationality": "USA", + "era": "2003–present", + "domains": [ + "Exploit development", + "Internet-wide scanning" + ], + "scouting": "Released Metasploit in 2003 and turned exploit development from scattered one-off code into a shared, modular framework every penetration tester now learns first. Later ran internet-wide scanning projects that mapped just how much of the internet is quietly exposed.", + "note": "Changed what a working exploit is worth by making them all free.", + "status": "draft", + "front": "/releases/v2/hacking/022-hd-moore/front.svg", + "back": "/releases/v2/hacking/022-hd-moore/back.svg", + "sources": [ + { + "label": "HD Moore", + "url": "https://en.wikipedia.org/wiki/HD_Moore" + }, + { + "label": "Metasploit", + "url": "https://en.wikipedia.org/wiki/Metasploit" + } + ], + "series": "hacking", + "id": "hacking/022-hd-moore", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:28:43.666Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=HD+Moore&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/022-hd-moore/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0a06855899cd9177006aa6f96bbc4c87d2a43f3db0198cff45", + "usage": { + "input_tokens": 565, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 22330, + "output_tokens_details": { + "reasoning_tokens": 8804 + }, + "total_tokens": 22895 + }, + "attempts": 1, + "sha256": "9bad5ece70a7f5dab69bdf6cfdb15546b02df9b144a136db74e0772221bb3f35", + "generatedAt": "2026-09-13T19:35:51.914Z" + }, + "files": { + "hacking/022-hd-moore/artwork.svg": "9bad5ece70a7f5dab69bdf6cfdb15546b02df9b144a136db74e0772221bb3f35", + "hacking/022-hd-moore/front.svg": "d6a05ae85aeb3c5df520cd6b72f78425a587d1c02ff99470f96f3dcca7306bea", + "hacking/022-hd-moore/front.png": "fa4d31ab3db53049505c23c78c2af7b4ecbc64d9d41eb362c4a975fe5c0549ad", + "hacking/022-hd-moore/back.svg": "4e2a81737ea01921ffd8086c8dc67231bed4b64500f5dcbcee8d5e0b7a027772", + "hacking/022-hd-moore/back.png": "968e33b02b0bddc762f5b714be354996d566fa8e2b53b0f9df4d6e89295085f3" + }, + "builtAt": "2026-09-13T19:35:52.166Z" + }, + { + "fingerprint": "da1a45bc88fe6512f396227865cca504631ac577aea81d86eb99f7bcb2a64440", + "card": { + "number": 23, + "slug": "barnaby-jack", + "name": "Barnaby Jack", + "title": "ATM Jackpotting", + "knownFor": "Making cash machines spit money on stage", + "rarity": "legendary", + "impact": 84, + "technical": 90, + "social": 70, + "notoriety": 86, + "influence": 80, + "nationality": "New Zealand", + "era": "2000s–2013", + "domains": [ + "Embedded systems", + "Medical devices", + "ATMs" + ], + "scouting": "Walked onto the Black Hat 2010 stage, ran his Jackpotting demo, and made two ATMs pour out cash in front of the room. Then turned to insulin pumps and pacemakers, showing that implanted medical devices could be attacked wirelessly. Died in 2013, days before he was due to present that research.", + "note": "The most theatrical demo in the history of the conference circuit.", + "status": "draft", + "front": "/releases/v2/hacking/023-barnaby-jack/front.svg", + "back": "/releases/v2/hacking/023-barnaby-jack/back.svg", + "sources": [ + { + "label": "Barnaby Jack", + "url": "https://en.wikipedia.org/wiki/Barnaby_Jack" + }, + { + "label": "ATM security", + "url": "https://en.wikipedia.org/wiki/Automated_teller_machine#Security" + } + ], + "series": "hacking", + "id": "hacking/023-barnaby-jack", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:28:44.137Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Barnaby+Jack&limit=30", + "matches": [], + "rejectedCount": 2 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/023-barnaby-jack/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0ed014b8f7194c4c006aa6f96c315c87d28afa610c3a2e34e3", + "usage": { + "input_tokens": 578, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 25103, + "output_tokens_details": { + "reasoning_tokens": 12082 + }, + "total_tokens": 25681 + }, + "attempts": 1, + "sha256": "a26301b8dffb94961fd9de34d5fe799332a57d25c42121ab412613a8d09c5e1f", + "generatedAt": "2026-09-13T19:36:53.815Z" + }, + "files": { + "hacking/023-barnaby-jack/artwork.svg": "a26301b8dffb94961fd9de34d5fe799332a57d25c42121ab412613a8d09c5e1f", + "hacking/023-barnaby-jack/front.svg": "899b0cac4824b6143267b938763ff6322f9dca88d171d332d63ac607e9783c6b", + "hacking/023-barnaby-jack/front.png": "29f4470d0c224d0f6d4a2db4285225d7b00fa11a28f228f9f516c10fd2b9e3b7", + "hacking/023-barnaby-jack/back.svg": "985d33f7272296f1415b110e7480417c41058b56003bc7444f6f417e6d9f7e4f", + "hacking/023-barnaby-jack/back.png": "353e3093f558f7abdbfc7ccf0624e38a2673d0243de120c4e6c44a5cb20e50f9" + }, + "builtAt": "2026-09-13T19:36:54.000Z" + }, + { + "fingerprint": "2a4023ef437490eb3bb356d64346ff7f8b7d154ae5cbd93fb1428df395e5a3f7", + "card": { + "number": 24, + "slug": "charlie-miller", + "name": "Charlie Miller", + "title": "The Car Hacker", + "knownFor": "Remotely killing a Jeep on the highway", + "rarity": "epic", + "impact": 83, + "technical": 94, + "social": 50, + "notoriety": 82, + "influence": 85, + "nationality": "USA", + "era": "2007–present", + "domains": [ + "Automotive", + "iOS", + "Pwn2Own" + ], + "scouting": "Won Pwn2Own repeatedly, was the first to publicly exploit the iPhone, and then, with Chris Valasek, cut the transmission of a Jeep Cherokee on a live highway from a couch miles away. Chrysler recalled 1.4 million vehicles. Automotive security became a real discipline overnight.", + "note": "One demo, 1.4 million recalled vehicles. Hard to argue with the receipts.", + "status": "draft", + "front": "/releases/v2/hacking/024-charlie-miller/front.svg", + "back": "/releases/v2/hacking/024-charlie-miller/back.svg", + "sources": [ + { + "label": "Charlie Miller", + "url": "https://en.wikipedia.org/wiki/Charlie_Miller_(security_researcher)" + }, + { + "label": "Wired, 2015 — hackers remotely kill a Jeep on the highway", + "url": "https://www.wired.com/2015/07/hackers-remotely-kill-jeep-highway/" + } + ], + "series": "hacking", + "id": "hacking/024-charlie-miller", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:28:50.915Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Charlie+Miller&limit=30", + "matches": [], + "rejectedCount": 3 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/024-charlie-miller/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0fdbbc9e1200679f006aa6f972fdec87d2829d57f0fe72a94c", + "usage": { + "input_tokens": 573, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 23349, + "output_tokens_details": { + "reasoning_tokens": 8677 + }, + "total_tokens": 23922 + }, + "attempts": 1, + "sha256": "c255a589645d314e6a000deddf8b44ba0e8648fa95abd6d848eb208440bad94e", + "generatedAt": "2026-09-13T19:36:18.737Z" + }, + "files": { + "hacking/024-charlie-miller/artwork.svg": "c255a589645d314e6a000deddf8b44ba0e8648fa95abd6d848eb208440bad94e", + "hacking/024-charlie-miller/front.svg": "9b6af45394c2617ae1d0944493fce092c164fd3a1dd1a589cbd50cb733b39576", + "hacking/024-charlie-miller/front.png": "e23c5950327642030cae1b7db5e0db96c31e45f7376488de3e4c9bb2601565bd", + "hacking/024-charlie-miller/back.svg": "7e714248421279c5a551d354dc08f415b28edbacfc009ce17233146cff1b552b", + "hacking/024-charlie-miller/back.png": "dfee946fee37f55f6467eacd5baf143092c1d99e6330c735435d4eb56a176509" + }, + "builtAt": "2026-09-13T19:36:18.932Z" + }, + { + "fingerprint": "f8a4bed3b9710ed577dcfbe376a6a5165d77064819002a86fd081122228b2b55", + "card": { + "number": 25, + "slug": "chris-valasek", + "name": "Chris Valasek", + "title": "CAN Bus Whisperer", + "knownFor": "The Jeep hack, with Charlie Miller", + "rarity": "rare", + "impact": 76, + "technical": 89, + "social": 46, + "notoriety": 72, + "influence": 76, + "nationality": "USA", + "era": "2010s–present", + "domains": [ + "Automotive", + "CAN bus", + "Vehicle networks" + ], + "scouting": "Reverse-engineered the internal networks of production vehicles and, with Miller, demonstrated full remote control of a Jeep Cherokee in 2015. Both went on to build security teams inside the autonomous-vehicle industry they had just put on notice.", + "note": "Ships as a pair card with 24. Collectors will want both.", + "status": "candidate", + "front": "/releases/v2/hacking/025-chris-valasek/front.svg", + "back": "/releases/v2/hacking/025-chris-valasek/back.svg", + "sources": [ + { + "label": "Wired, 2015 — hackers remotely kill a Jeep on the highway", + "url": "https://www.wired.com/2015/07/hackers-remotely-kill-jeep-highway/" + }, + { + "label": "“Remote Exploitation of an Unaltered Passenger Vehicle” (PDF)", + "url": "https://illmatics.com/Remote%20Car%20Hacking.pdf" + }, + { + "label": "CAN bus", + "url": "https://en.wikipedia.org/wiki/Controller_Area_Network" + } + ], + "series": "hacking", + "id": "hacking/025-chris-valasek", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:29:08.853Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Chris+Valasek&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/025-chris-valasek/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0daa0f4bb6f61a54006aa6f984ec3087d2aa29cc3ec2df56ae", + "usage": { + "input_tokens": 563, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 22335, + "output_tokens_details": { + "reasoning_tokens": 9836 + }, + "total_tokens": 22898 + }, + "attempts": 1, + "sha256": "be7a6bafb1dbc82301c7da9cec7f435bed622393217772a47b7b501def989859", + "generatedAt": "2026-09-13T19:36:49.201Z" + }, + "files": { + "hacking/025-chris-valasek/artwork.svg": "be7a6bafb1dbc82301c7da9cec7f435bed622393217772a47b7b501def989859", + "hacking/025-chris-valasek/front.svg": "b5eae8e9be2ce3e9145393b3e7e623bde09d88ee62fad6f4f8b31ab362a4aef7", + "hacking/025-chris-valasek/front.png": "6a7ae209012e95c48b681d5367d3982c7197a7903f00135a2f966485e2310ec9", + "hacking/025-chris-valasek/back.svg": "614bd6503c1a146a7e1646d0da4c18e1aa6b9b1ecdc3868541c59eddf92ad86f", + "hacking/025-chris-valasek/back.png": "5a5fa559d24f4ce4412ee65cb952da4c695e8192eea5a403ffbe1aa4a9f39cf6" + }, + "builtAt": "2026-09-13T19:36:49.400Z" + }, + { + "fingerprint": "ad57fcdd6844d74b777ea8dcd14961d0da7982b880a2bafa2cbf338ba6c46dcd", + "card": { + "number": 26, + "slug": "samy-kamkar", + "name": "Samy Kamkar", + "title": "The Worm That Ate MySpace", + "knownFor": "The Samy worm, and a decade of hardware hacks", + "rarity": "epic", + "impact": 81, + "technical": 88, + "social": 68, + "notoriety": 84, + "influence": 78, + "nationality": "USA", + "era": "2005–present", + "domains": [ + "XSS", + "Hardware", + "Radio" + ], + "scouting": "Released a self-propagating cross-site scripting worm in 2005 that added over a million MySpace friends in under a day and took the site down. After his sentence he kept publishing: SkyJack, OwnStar, KeySweeper, and a long line of garage-door and car-key radio attacks explained on video for anyone.", + "note": "The best explainer in the game. Half the set learned from his videos.", + "status": "draft", + "front": "/releases/v2/hacking/026-samy-kamkar/front.svg", + "back": "/releases/v2/hacking/026-samy-kamkar/back.svg", + "sources": [ + { + "label": "Samy Kamkar", + "url": "https://en.wikipedia.org/wiki/Samy_Kamkar" + }, + { + "label": "The Samy worm", + "url": "https://en.wikipedia.org/wiki/Samy_(computer_worm)" + }, + { + "label": "Kamkar’s own writeup of the MySpace worm", + "url": "https://samy.pl/myspace/" + } + ], + "series": "hacking", + "id": "hacking/026-samy-kamkar", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:29:15.226Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Samy+Kamkar&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/026-samy-kamkar/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0522f1cd75061ce8006aa6f98b546887d2a941015861c36dcc", + "usage": { + "input_tokens": 586, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 26512, + "output_tokens_details": { + "reasoning_tokens": 12537 + }, + "total_tokens": 27098 + }, + "attempts": 1, + "sha256": "bba2c0d6390f1cdf2b6be53c590c40a049c10bce6f81683991a43ab5d79bce51", + "generatedAt": "2026-09-13T19:37:41.157Z" + }, + "files": { + "hacking/026-samy-kamkar/artwork.svg": "bba2c0d6390f1cdf2b6be53c590c40a049c10bce6f81683991a43ab5d79bce51", + "hacking/026-samy-kamkar/front.svg": "ef4743ba550496d0cc8b9d8434a515f2065f1698402f6075e90e423ebd3bd489", + "hacking/026-samy-kamkar/front.png": "39bad5b7f797a6896b69c47e5cf1a6ef6c566234297b41831c6924ed303f8db8", + "hacking/026-samy-kamkar/back.svg": "91fcdf106a89acf772986490821780efbf2362d4c53a469ee1ea53f610c1777b", + "hacking/026-samy-kamkar/back.png": "b30ace75ac4133572382402a368328b8e05f01f84c899e3f47289f09e0b83a3e" + }, + "builtAt": "2026-09-13T19:37:41.364Z" + }, + { + "fingerprint": "ae121d67a06439b8303085b76af2aa59821680a4681dff39491018236a29f920", + "card": { + "number": 27, + "slug": "george-hotz", + "name": "George Hotz", + "handle": "geohot", + "title": "Jailbreaker", + "knownFor": "Unlocking the first iPhone and cracking the PS3", + "rarity": "epic", + "impact": 82, + "technical": 93, + "social": 58, + "notoriety": 88, + "influence": 78, + "nationality": "USA", + "era": "2007–present", + "domains": [ + "Jailbreaking", + "Console security", + "Reverse engineering" + ], + "scouting": "At seventeen, unlocked the original iPhone from its carrier. Then published PlayStation 3 root keys and was sued by Sony, in a case that became a rallying point for the right to modify hardware you own. Later founded comma.ai and worked on open self-driving.", + "note": "The card about who actually owns the device in your pocket.", + "status": "draft", + "front": "/releases/v2/hacking/027-george-hotz/front.svg", + "back": "/releases/v2/hacking/027-george-hotz/back.svg", + "sources": [ + { + "label": "George Hotz", + "url": "https://en.wikipedia.org/wiki/George_Hotz" + }, + { + "label": "Sony Computer Entertainment America v. Hotz", + "url": "https://en.wikipedia.org/wiki/Sony_Computer_Entertainment_America,_Inc._v._Hotz" + }, + { + "label": "iOS jailbreaking", + "url": "https://en.wikipedia.org/wiki/Jailbreaking_(iOS)" + } + ], + "series": "hacking", + "id": "hacking/027-george-hotz", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:29:35.847Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=George+Hotz&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/027-george-hotz/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_064ae323a2da91d6006aa6f9a0024c87d2b60746b3618fbb60", + "usage": { + "input_tokens": 574, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 19362, + "output_tokens_details": { + "reasoning_tokens": 8378 + }, + "total_tokens": 19936 + }, + "attempts": 1, + "sha256": "b6ca1fed36f8361e95ac4eaa595b5857ffee369cb0ca77eef1122dea2c8ab71f", + "generatedAt": "2026-09-13T19:36:03.012Z" + }, + "files": { + "hacking/027-george-hotz/artwork.svg": "b6ca1fed36f8361e95ac4eaa595b5857ffee369cb0ca77eef1122dea2c8ab71f", + "hacking/027-george-hotz/front.svg": "dc0886e6b13c9f6d14dde41817d861aa593848a42847449d003f1e6d92bad2d2", + "hacking/027-george-hotz/front.png": "43c3a02608ad7ef9a9e4333f21ba8b9e60712f80b1f2093e8c07dc3fdba26f6e", + "hacking/027-george-hotz/back.svg": "3332017520590d2dc473cc971d466d11f72617f960af21fb8fe96ee38804faa6", + "hacking/027-george-hotz/back.png": "289192cb3d3c9cb6de63ff8b24cc9a9102fe10e116f504ef5733e3158af908b2" + }, + "builtAt": "2026-09-13T19:36:03.260Z" + }, + { + "fingerprint": "fb65eab3dc70a0edb4133cb32d18356d86a852ea20e531a3599c8753fd00f6bb", + "card": { + "number": 28, + "slug": "marcus-hutchins", + "name": "Marcus Hutchins", + "handle": "MalwareTech", + "title": "The WannaCry Killswitch", + "knownFor": "Stopping a global ransomware outbreak for $10.69", + "rarity": "epic", + "impact": 85, + "technical": 88, + "social": 50, + "notoriety": 90, + "influence": 80, + "nationality": "UK", + "era": "2017–present", + "domains": [ + "Malware analysis", + "Reverse engineering", + "Botnets" + ], + "scouting": "Reversing WannaCry as it tore through hospitals in May 2017, he spotted an unregistered domain in the code and bought it, unintentionally triggering the killswitch that halted the outbreak. Arrested months later over earlier banking-malware code he had written as a teenager; he pled guilty, was sentenced to time served, and now works in threat research.", + "note": "Saved the NHS on a Friday and was arrested by August. Both halves are the card.", + "status": "draft", + "front": "/releases/v2/hacking/028-marcus-hutchins/front.svg", + "back": "/releases/v2/hacking/028-marcus-hutchins/back.svg", + "sources": [ + { + "label": "Marcus Hutchins", + "url": "https://en.wikipedia.org/wiki/Marcus_Hutchins" + }, + { + "label": "The WannaCry ransomware attack", + "url": "https://en.wikipedia.org/wiki/WannaCry_ransomware_attack" + }, + { + "label": "Wired — The Confessions of Marcus Hutchins", + "url": "https://www.wired.com/story/confessions-marcus-hutchins-hacker-who-saved-the-internet/" + } + ], + "series": "hacking", + "id": "hacking/028-marcus-hutchins", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:29:36.290Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Marcus+Hutchins&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/028-marcus-hutchins/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_09979f1fe4987bb9006aa6f9a05b2c87d2affb16ded264adb8", + "usage": { + "input_tokens": 591, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 23132, + "output_tokens_details": { + "reasoning_tokens": 11394 + }, + "total_tokens": 23723 + }, + "attempts": 1, + "sha256": "3bce7d9d2198a5af35c20aea10a7f8c7d13457cd65b960633adbe621bf0ff659", + "generatedAt": "2026-09-13T19:37:33.887Z" + }, + "files": { + "hacking/028-marcus-hutchins/artwork.svg": "3bce7d9d2198a5af35c20aea10a7f8c7d13457cd65b960633adbe621bf0ff659", + "hacking/028-marcus-hutchins/front.svg": "2eaf59607cb86ab17e212fa07297c0f5ce3b864ec4b2b7af2bae2f2c2fae827e", + "hacking/028-marcus-hutchins/front.png": "eddb1bede3a914b14ad2a1adc20aea4aa19983f46c23adebfa1da401bcf90c6d", + "hacking/028-marcus-hutchins/back.svg": "0923d0c910da86109ddaefe57e7c2a73bcb5789d4cf94b78eeb82ab244accbd2", + "hacking/028-marcus-hutchins/back.png": "efd4ca0d06f5f4850a7a26c58f05f15f842cee69d08eb38628f4524f256cda00" + }, + "builtAt": "2026-09-13T19:37:34.087Z" + }, + { + "fingerprint": "196a150a84e7e40041b9223a89db0e6085b3d8c2a2b98f63ae14315bd620f4ed", + "card": { + "number": 29, + "slug": "karsten-nohl", + "name": "Karsten Nohl", + "title": "Breaker of Radios", + "knownFor": "GSM, SIM card and BadUSB research", + "rarity": "epic", + "impact": 83, + "technical": 93, + "social": 44, + "notoriety": 76, + "influence": 84, + "nationality": "Germany", + "era": "2008–present", + "domains": [ + "Mobile networks", + "Smartcards", + "Firmware" + ], + "scouting": "Cracked GSM’s A5/1 encryption with rainbow tables, showed millions of SIM cards could be hijacked over the air with a text message, broke Mifare smartcards, and with Jakob Lell released BadUSB — proof that any USB device’s firmware can be reprogrammed to lie about what it is.", + "note": "If it has a radio and a chip, he has probably already read the datasheet.", + "status": "draft", + "front": "/releases/v2/hacking/029-karsten-nohl/front.svg", + "back": "/releases/v2/hacking/029-karsten-nohl/back.svg", + "sources": [ + { + "label": "Karsten Nohl", + "url": "https://en.wikipedia.org/wiki/Karsten_Nohl" + }, + { + "label": "BadUSB", + "url": "https://en.wikipedia.org/wiki/BadUSB" + }, + { + "label": "A5/1, the GSM cipher his team broke", + "url": "https://en.wikipedia.org/wiki/A5/1" + } + ], + "series": "hacking", + "id": "hacking/029-karsten-nohl", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:29:45.565Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Karsten+Nohl&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/029-karsten-nohl/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_097e81fea5022390006aa6f9a9a15c87d29b6fcb7d0dc3ec56", + "usage": { + "input_tokens": 577, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 23875, + "output_tokens_details": { + "reasoning_tokens": 12907 + }, + "total_tokens": 24452 + }, + "attempts": 1, + "sha256": "a93e64501aec7fb04bf091489a594c02dea3f4a5e5037372ac76030b7115951f", + "generatedAt": "2026-09-13T19:38:10.267Z" + }, + "files": { + "hacking/029-karsten-nohl/artwork.svg": "a93e64501aec7fb04bf091489a594c02dea3f4a5e5037372ac76030b7115951f", + "hacking/029-karsten-nohl/front.svg": "9ab84507c8604f1c08e356a7cdd9d9b14d7f4f07f0bd7a2047aa9af0f09153e5", + "hacking/029-karsten-nohl/front.png": "c25ec2ea158f55c5819b6ae3d4b3de3208b6968f28740b7953b193200700e591", + "hacking/029-karsten-nohl/back.svg": "49ee7b045c9bbe3d0863148ea2d15629eeac7513b07eb2ba63cb831156c8bc28", + "hacking/029-karsten-nohl/back.png": "316bd5288ac377b7d8a596d207843080b83c72fb2360fb4504073fd24fdf67fd" + }, + "builtAt": "2026-09-13T19:38:10.475Z" + }, + { + "fingerprint": "206f66b1a394ff658a09497c06061f11374c4a4ba9e23d824d3cdb3135a6d885", + "card": { + "number": 30, + "slug": "moxie-marlinspike", + "name": "Moxie Marlinspike", + "title": "Crypto for Everyone Else", + "knownFor": "SSLstrip and the Signal Protocol", + "rarity": "legendary", + "impact": 91, + "technical": 95, + "social": 62, + "notoriety": 84, + "influence": 97, + "nationality": "USA", + "era": "2009–present", + "domains": [ + "TLS attacks", + "Applied cryptography", + "Secure messaging" + ], + "scouting": "Demonstrated SSLstrip and a run of attacks that exposed how fragile the certificate authority system really was. Then built Signal and the double-ratchet protocol behind it, which WhatsApp and others adopted — quietly putting end-to-end encryption in front of billions of people.", + "note": "Attacked the transport layer, then rewrote it. The set’s highest-leverage card.", + "status": "draft", + "front": "/releases/v2/hacking/030-moxie-marlinspike/front.svg", + "back": "/releases/v2/hacking/030-moxie-marlinspike/back.svg", + "sources": [ + { + "label": "Moxie Marlinspike", + "url": "https://en.wikipedia.org/wiki/Moxie_Marlinspike" + }, + { + "label": "The Signal Protocol", + "url": "https://en.wikipedia.org/wiki/Signal_Protocol" + }, + { + "label": "Signal protocol documentation", + "url": "https://signal.org/docs/" + } + ], + "series": "hacking", + "id": "hacking/030-moxie-marlinspike", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:29:50.301Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Moxie+Marlinspike&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/hacking/030-moxie-marlinspike/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_01fba2f81ade64d5006aa6f9ae5f1c87d28a3a1c98a7d52609", + "usage": { + "input_tokens": 572, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 29880, + "output_tokens_details": { + "reasoning_tokens": 16056 + }, + "total_tokens": 30452 + }, + "attempts": 1, + "sha256": "137fb332cdeb05ef50e8b6611a9c4f5c89ac922d2586a9ce206d2c243f98eaec", + "generatedAt": "2026-09-13T19:40:00.632Z" + }, + "files": { + "hacking/030-moxie-marlinspike/artwork.svg": "137fb332cdeb05ef50e8b6611a9c4f5c89ac922d2586a9ce206d2c243f98eaec", + "hacking/030-moxie-marlinspike/front.svg": "23dcfc9f5efc09d2db23574e980b3f295149423cde49dfa67314abfb43cd9a5a", + "hacking/030-moxie-marlinspike/front.png": "5dcf941e3266c070039cd868104951a75bd4178c381be670631dcc8dca618c10", + "hacking/030-moxie-marlinspike/back.svg": "bc092e0611f3cd123d3475f3d817f487c2dc68b769abb23930bdb0c933055401", + "hacking/030-moxie-marlinspike/back.png": "60abaa90553b941212a87172b16ff3f33c4ea5cef7abe9ad976cfd1d0f365ff0" + }, + "builtAt": "2026-09-13T19:40:00.841Z" + }, + { + "fingerprint": "bb75b7bf94527784de8c8d4a80ffaad8bf4e05da541ee862c6b246b7bb64b7ec", + "card": { + "number": 1, + "slug": "whitfield-diffie", + "name": "Whitfield Diffie", + "title": "Co-Author of Public-Key Cryptography", + "knownFor": "Diffie–Hellman key exchange, and the end of the shared-secret era", + "rarity": "iconic", + "impact": 98, + "technical": 96, + "defense": 90, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:29:52.043Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Whitfield+Diffie&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 99, + "nationality": "USA", + "era": "1976–present", + "domains": [ + "Cryptography", + "Key exchange", + "Policy" + ], + "scouting": "With Martin Hellman, published “New Directions in Cryptography” in 1976 and showed that two parties who had never met could agree on a secret over a wire anyone could read. It broke a problem the field had considered permanent, and every TLS handshake since is a descendant. Shared the 2015 Turing Award for it, and spent decades afterwards arguing the civil-liberties side of the crypto policy fights.", + "note": "The paper that made secure commerce on a public network conceivable at all.", + "status": "locked", + "front": "/releases/v2/security/001-whitfield-diffie/front.svg", + "back": "/releases/v2/security/001-whitfield-diffie/back.svg", + "sources": [ + { + "label": "Whitfield Diffie", + "url": "https://en.wikipedia.org/wiki/Whitfield_Diffie" + }, + { + "label": "New Directions in Cryptography (1976)", + "url": "https://ee.stanford.edu/~hellman/publications/24.pdf" + }, + { + "label": "ACM A.M. Turing Award 2015", + "url": "https://amturing.acm.org/award_winners/diffie_8371646.cfm" + } + ], + "series": "security", + "id": "security/001-whitfield-diffie", + "edition": 2, + "artwork": "/releases/v2/security/001-whitfield-diffie/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0dee1fe488848ac6006aa6f9b031d487d294b936c5493bc7b0", + "usage": { + "input_tokens": 609, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 22254, + "output_tokens_details": { + "reasoning_tokens": 11491 + }, + "total_tokens": 22863 + }, + "attempts": 1, + "sha256": "afa1fc6a3b097ac2a4a17f0c158c7b0ef5a36164717d1645acc29eab699d7320", + "generatedAt": "2026-09-13T19:37:26.187Z" + }, + "files": { + "security/001-whitfield-diffie/artwork.svg": "afa1fc6a3b097ac2a4a17f0c158c7b0ef5a36164717d1645acc29eab699d7320", + "security/001-whitfield-diffie/front.svg": "e663737f098be9317e6fe4245fd7698e2a2fa4eda4c8a6d2c9304a7656d1fa54", + "security/001-whitfield-diffie/front.png": "25948be4c78cb4cc61506ad325f7fa8604e02bfc8554e7af82e0395d676fedd6", + "security/001-whitfield-diffie/back.svg": "0efd5ae194571182d8ead60dfdcbfff87c63a8f09206b96201accfdcce215bbf", + "security/001-whitfield-diffie/back.png": "d7d68a08df8ac9b9c9638ce5484bb625ca55aed8fab193a75d540fcdc8315c82" + }, + "builtAt": "2026-09-13T19:37:26.408Z" + }, + { + "fingerprint": "3db670775c0b32126d4a51262bde5f6bcc2e8e2f813c9aed28c9a6fbf41f166f", + "card": { + "number": 2, + "slug": "martin-hellman", + "name": "Martin Hellman", + "title": "Co-Author of Public-Key Cryptography", + "knownFor": "Diffie–Hellman, and the fight to keep crypto research public", + "rarity": "iconic", + "impact": 97, + "technical": 96, + "defense": 88, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:29:54.200Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Martin+Hellman&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "influence": 97, + "nationality": "USA", + "era": "1976–present", + "domains": [ + "Cryptography", + "Key exchange", + "Academic freedom" + ], + "scouting": "Co-author of the 1976 paper and Stanford professor who then refused to let the NSA classify academic cryptography out of existence, publishing and teaching through explicit pressure to stop. Also co-authored the early analysis of DES key length that argued, correctly and years early, that 56 bits was not enough. Shared the 2015 Turing Award with Diffie.", + "note": "Won the maths, then won the argument about who is allowed to do the maths.", + "status": "locked", + "front": "/releases/v2/security/002-martin-hellman/front.svg", + "back": "/releases/v2/security/002-martin-hellman/back.svg", + "sources": [ + { + "label": "Martin Hellman", + "url": "https://en.wikipedia.org/wiki/Martin_Hellman" + }, + { + "label": "ACM A.M. Turing Award 2015", + "url": "https://amturing.acm.org/award_winners/hellman_4055781.cfm" + } + ], + "series": "security", + "id": "security/002-martin-hellman", + "edition": 2, + "artwork": "/releases/v2/security/002-martin-hellman/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0210474fc9b8ffa8006aa6f9b2433487d2885ce77086e288d5", + "usage": { + "input_tokens": 601, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 26084, + "output_tokens_details": { + "reasoning_tokens": 14080 + }, + "total_tokens": 26685 + }, + "attempts": 1, + "sha256": "9038c8bc973ebdfefe91d0a6e5ba165222cd9b6a5f639c70e084a12b6bb1dccf", + "generatedAt": "2026-09-13T19:38:50.036Z" + }, + "files": { + "security/002-martin-hellman/artwork.svg": "9038c8bc973ebdfefe91d0a6e5ba165222cd9b6a5f639c70e084a12b6bb1dccf", + "security/002-martin-hellman/front.svg": "b1b059730b5175fbaa84b66cb9e17c67e527b64ca3db4cd03e9773323ae6852c", + "security/002-martin-hellman/front.png": "4b21217bd95fefeac849ed9e05ec969e70b8e9e4beb565d164c31390b8cfac4c", + "security/002-martin-hellman/back.svg": "010d5395887f97877eff09ac83eb1e7612ceaf98c6ec73ce1bf23061b4bc323d", + "security/002-martin-hellman/back.png": "ddf4836c90f402d30b9b8574bd610ddcb341a68582c340337b4e339c21ae4387" + }, + "builtAt": "2026-09-13T19:38:50.270Z" + }, + { + "fingerprint": "1cc8b87cd8215a3df13f9d3ac41c539c38ca867085a2dfd0f175235ecab65d46", + "card": { + "number": 3, + "slug": "ron-rivest", + "name": "Ron Rivest", + "title": "The R in RSA", + "knownFor": "RSA, MD5, RC4 and a career of primitives everyone uses", + "rarity": "iconic", + "impact": 97, + "technical": 98, + "defense": 90, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:29:55.762Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Ron+Rivest&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 96, + "nationality": "USA", + "era": "1977–present", + "domains": [ + "Public-key cryptography", + "Hash functions", + "Election security" + ], + "scouting": "Co-invented the RSA cryptosystem at MIT in 1977 with Shamir and Adleman, turning public-key cryptography from a proposal into something you could ship. Went on to design MD2, MD4, MD5, RC4, RC5 and RC6, co-author the standard algorithms textbook, and spend his later career on verifiable election systems. Turing Award, 2002.", + "note": "Half the acronyms in a 1990s protocol stack trace back to one office at MIT.", + "status": "locked", + "front": "/releases/v2/security/003-ron-rivest/front.svg", + "back": "/releases/v2/security/003-ron-rivest/back.svg", + "sources": [ + { + "label": "Ron Rivest", + "url": "https://en.wikipedia.org/wiki/Ron_Rivest" + }, + { + "label": "ACM A.M. Turing Award 2002", + "url": "https://amturing.acm.org/award_winners/rivest_1403005.cfm" + } + ], + "series": "security", + "id": "security/003-ron-rivest", + "edition": 2, + "artwork": "/releases/v2/security/003-ron-rivest/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_03df6652ca994673006aa6f9b3d8e087d28abf255872a75972", + "usage": { + "input_tokens": 608, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 22225, + "output_tokens_details": { + "reasoning_tokens": 11371 + }, + "total_tokens": 22833 + }, + "attempts": 1, + "sha256": "0c6027f214a0cf55fe08e07e1f1efdfa1d8df00c4e9d745d2ca9d305a05578a0", + "generatedAt": "2026-09-13T19:37:00.046Z" + }, + "files": { + "security/003-ron-rivest/artwork.svg": "0c6027f214a0cf55fe08e07e1f1efdfa1d8df00c4e9d745d2ca9d305a05578a0", + "security/003-ron-rivest/front.svg": "f5dbe23754055d90edce2ebe678f6220980492c67a177798ea88234d00a682bd", + "security/003-ron-rivest/front.png": "56208acf7560d086e1ac654d920a0cd478b202bc8dea1245c7028ad6085e3c91", + "security/003-ron-rivest/back.svg": "1148a486c70b0890a7e68e955b6a6743cca0a24f99a87c69367684b9a366f972", + "security/003-ron-rivest/back.png": "664dea95c47b1bd3286b945c6fb7798c304fc25c5699d2b8ee0c4e0c83119cfd" + }, + "builtAt": "2026-09-13T19:37:00.255Z" + }, + { + "fingerprint": "8a3c35ad40c059a8a4c1cffaff603e462b3f7ffaad7b3f8b29a36730a63ee8fa", + "card": { + "number": 4, + "slug": "adi-shamir", + "name": "Adi Shamir", + "title": "The S in RSA", + "knownFor": "RSA, secret sharing, and differential cryptanalysis", + "rarity": "legendary", + "impact": 96, + "technical": 99, + "defense": 82, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:30:01.904Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Adi+Shamir&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 94, + "nationality": "Israel", + "era": "1977–present", + "domains": [ + "Cryptanalysis", + "Public-key cryptography", + "Secret sharing" + ], + "scouting": "Co-invented RSA, then invented Shamir secret sharing, then co-developed differential cryptanalysis with Eli Biham — the technique that turned out to be the one the DES designers had quietly hardened against seventeen years earlier. Also a co-author of the cube attack and a long line of side-channel work. Turing Award, 2002.", + "note": "Builds the lock and breaks the lock, usually in the same decade.", + "status": "locked", + "front": "/releases/v2/security/004-adi-shamir/front.svg", + "back": "/releases/v2/security/004-adi-shamir/back.svg", + "sources": [ + { + "label": "Adi Shamir", + "url": "https://en.wikipedia.org/wiki/Adi_Shamir" + }, + { + "label": "Differential cryptanalysis", + "url": "https://en.wikipedia.org/wiki/Differential_cryptanalysis" + } + ], + "series": "security", + "id": "security/004-adi-shamir", + "edition": 2, + "artwork": "/releases/v2/security/004-adi-shamir/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0f5b76bb85a96059006aa6f9b9f97c87d2be56a9abe83667be", + "usage": { + "input_tokens": 585, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 25104, + "output_tokens_details": { + "reasoning_tokens": 13466 + }, + "total_tokens": 25689 + }, + "attempts": 1, + "sha256": "1fee9b23ec034aa72a42945a81791ab11c2decc3fd4711d92c61802045fd512d", + "generatedAt": "2026-09-13T19:39:30.401Z" + }, + "files": { + "security/004-adi-shamir/artwork.svg": "1fee9b23ec034aa72a42945a81791ab11c2decc3fd4711d92c61802045fd512d", + "security/004-adi-shamir/front.svg": "08877e1592d71076cbc5f4962a21a2ee827c2cac4e42253c75969b4f80318c39", + "security/004-adi-shamir/front.png": "b810d0aa1997db595bdf05dd91e2ab2c837cc49629aa56147e10dad00d5f3165", + "security/004-adi-shamir/back.svg": "81fa147c5d8ba36f832c3516c909fa3a3cd79c40d909e7adc6530c2591be533f", + "security/004-adi-shamir/back.png": "7a78bf91a54b4f3a10552355588ea1a182feff0b9a1ee96bc800bb095fd304de" + }, + "builtAt": "2026-09-13T19:39:30.682Z" + }, + { + "fingerprint": "cc25d9ff967749a9a2cbe44b134ab1a7eeb11ec6d7dccd5bbcd29197fa4c3d5f", + "card": { + "number": 5, + "slug": "leonard-adleman", + "name": "Leonard Adleman", + "title": "The A in RSA", + "knownFor": "RSA, and naming the computer virus", + "rarity": "epic", + "impact": 92, + "technical": 95, + "defense": 80, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:30:02.086Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Leonard+Adleman&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 90, + "nationality": "USA", + "era": "1977–present", + "domains": [ + "Public-key cryptography", + "Complexity theory", + "DNA computing" + ], + "scouting": "The third name on the RSA paper, whose role was to keep breaking the schemes Rivest and Shamir proposed until one survived. Later coined the term “computer virus” for Fred Cohen’s 1983 experiments, and founded DNA computing with a molecular solution to the Hamiltonian path problem. Turing Award, 2002.", + "note": "The designated attacker on the RSA team. The set needs more of those.", + "status": "locked", + "front": "/releases/v2/security/005-leonard-adleman/front.svg", + "back": "/releases/v2/security/005-leonard-adleman/back.svg", + "sources": [ + { + "label": "Leonard Adleman", + "url": "https://en.wikipedia.org/wiki/Leonard_Adleman" + }, + { + "label": "ACM A.M. Turing Award 2002", + "url": "https://amturing.acm.org/award_winners/adleman_7308544.cfm" + } + ], + "series": "security", + "id": "security/005-leonard-adleman", + "edition": 2, + "artwork": "/releases/v2/security/005-leonard-adleman/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0c2091965d5f0351006aa6f9ba257487d290c933d3086e3698", + "usage": { + "input_tokens": 586, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 20500, + "output_tokens_details": { + "reasoning_tokens": 9150 + }, + "total_tokens": 21086 + }, + "attempts": 1, + "sha256": "bc1d9f266817cb7de6fd64297bec8b066298a6e57e757e734cd5a73ba21e0b04", + "generatedAt": "2026-09-13T19:37:14.694Z" + }, + "files": { + "security/005-leonard-adleman/artwork.svg": "bc1d9f266817cb7de6fd64297bec8b066298a6e57e757e734cd5a73ba21e0b04", + "security/005-leonard-adleman/front.svg": "6801e3170b0a2aee33abbcb4064fc5df1eddac43d5b86145f14a82c4cc403bee", + "security/005-leonard-adleman/front.png": "ce2b789703e31e430267a1392210ff3a5a7cb6e7628cbf5e7f8257db998e3eb3", + "security/005-leonard-adleman/back.svg": "42764bc626f3805b3447274f94f19833b7c897d264b80b37072ac3de347d33e8", + "security/005-leonard-adleman/back.png": "272afc50516ad1e270fdc8365eb6b6f4deb5e4076b58e8d777f9a3ef730a1a9a" + }, + "builtAt": "2026-09-13T19:37:14.901Z" + }, + { + "fingerprint": "5f3da5db1a8db056f5a60239f882dad33c8a7472272aab88ab6f1718e1eb3238", + "card": { + "number": 6, + "slug": "phil-zimmermann", + "name": "Phil Zimmermann", + "title": "Author of PGP", + "knownFor": "Putting strong crypto in ordinary hands, and getting investigated for it", + "rarity": "iconic", + "impact": 96, + "technical": 88, + "defense": 95, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:30:02.479Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Phil+Zimmermann&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 97, + "nationality": "USA", + "era": "1991–present", + "domains": [ + "Email encryption", + "Crypto policy", + "Secure voice" + ], + "scouting": "Released Pretty Good Privacy as free software in 1991, and it escaped onto the internet worldwide. The US government opened a three-year criminal investigation into him for munitions export, dropped it in 1996 without charges, and the crypto-export regime never recovered. He later co-founded Silent Circle and worked on ZRTP for encrypted voice.", + "note": "The card for everyone who has ever typed a passphrase to read their own mail.", + "status": "locked", + "front": "/releases/v2/security/006-phil-zimmermann/front.svg", + "back": "/releases/v2/security/006-phil-zimmermann/back.svg", + "sources": [ + { + "label": "Phil Zimmermann", + "url": "https://en.wikipedia.org/wiki/Phil_Zimmermann" + }, + { + "label": "Pretty Good Privacy", + "url": "https://en.wikipedia.org/wiki/Pretty_Good_Privacy" + } + ], + "series": "security", + "id": "security/006-phil-zimmermann", + "edition": 2, + "artwork": "/releases/v2/security/006-phil-zimmermann/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_008c460ac029b10c006aa6f9ba90f087d29c08f029c444d9b9", + "usage": { + "input_tokens": 591, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 28574, + "output_tokens_details": { + "reasoning_tokens": 15086 + }, + "total_tokens": 29165 + }, + "attempts": 1, + "sha256": "a82b1e2e7bab70797d7a892719f4ab30f0b3e7f01fc196cd1e087abe72603c16", + "generatedAt": "2026-09-13T19:40:50.183Z" + }, + "files": { + "security/006-phil-zimmermann/artwork.svg": "a82b1e2e7bab70797d7a892719f4ab30f0b3e7f01fc196cd1e087abe72603c16", + "security/006-phil-zimmermann/front.svg": "d0466c0172e603edc42d2c53e6369ff0968421844c6a26cce51c715b9c07a3d1", + "security/006-phil-zimmermann/front.png": "1b0d2c7d8f4ad71955af7c02333d59565a9d8c34917823a92ce0f462d546ace8", + "security/006-phil-zimmermann/back.svg": "ece7ef13e4daee2e0ccf8705d244e66c0d55df6c07c2c796392f51eeadfc6266", + "security/006-phil-zimmermann/back.png": "008f136b431414f2c572367f4f95664b1e223f83a6e55390b674417e4a816756" + }, + "builtAt": "2026-09-13T19:40:50.504Z" + }, + { + "fingerprint": "cea66315892abe059dc6c126f1c86e8df1717e62fdc6862c255ee3322887539f", + "card": { + "number": 7, + "slug": "bruce-schneier", + "name": "Bruce Schneier", + "title": "The Field’s Public Conscience", + "knownFor": "Applied Cryptography, Blowfish, and “security theatre”", + "rarity": "iconic", + "impact": 95, + "technical": 88, + "defense": 90, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:30:03.935Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Bruce+Schneier&limit=30", + "matches": [], + "rejectedCount": 3 + }, + "influence": 98, + "nationality": "USA", + "era": "1994–present", + "domains": [ + "Cryptography", + "Security economics", + "Public policy" + ], + "scouting": "Wrote Applied Cryptography in 1994, the book that taught a generation of engineers how ciphers actually work, then designed Blowfish and co-designed Twofish. Spent the two decades after arguing the harder point: that security is a systems and incentives problem, not a maths problem. Coined “security theatre”, has written the Crypto-Gram newsletter since 1998, and helped report on the Snowden documents.", + "note": "More people entered this field because of one book than any other single cause.", + "status": "locked", + "front": "/releases/v2/security/007-bruce-schneier/front.svg", + "back": "/releases/v2/security/007-bruce-schneier/back.svg", + "sources": [ + { + "label": "Bruce Schneier", + "url": "https://en.wikipedia.org/wiki/Bruce_Schneier" + }, + { + "label": "Schneier on Security", + "url": "https://www.schneier.com/" + } + ], + "series": "security", + "id": "security/007-bruce-schneier", + "edition": 2, + "artwork": "/releases/v2/security/007-bruce-schneier/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0841a90dd1ff049a006aa6f9bc006087d2951e3384ca98607b", + "usage": { + "input_tokens": 606, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 26700, + "output_tokens_details": { + "reasoning_tokens": 16734 + }, + "total_tokens": 27306 + }, + "attempts": 1, + "sha256": "6f836c4927f35ebdc0b0475071e5dfbb2030976c677c822bdf447bb8f4411bff", + "generatedAt": "2026-09-13T19:39:20.573Z" + }, + "files": { + "security/007-bruce-schneier/artwork.svg": "6f836c4927f35ebdc0b0475071e5dfbb2030976c677c822bdf447bb8f4411bff", + "security/007-bruce-schneier/front.svg": "1a87c834d90d55664c67de1fa18bb3a1cd9ebfe5cd5311af0d86d5de6c66ca84", + "security/007-bruce-schneier/front.png": "b21b517469a6d4ec7e8bec87d6d3a8cc744a3d82cdc529a33b0b614db329533f", + "security/007-bruce-schneier/back.svg": "b990899552ff4cba25b0cd4827d084a6db5f819396b1f18d253cf0241a3e6389", + "security/007-bruce-schneier/back.png": "1086f25432e3e569e6abd1bcbb564b442a7cff1065ef424a18b16b0106111520" + }, + "builtAt": "2026-09-13T19:39:20.770Z" + }, + { + "fingerprint": "f6b6c2c61068f95b4da2fba26ca077f93b2fb26d6c9bcc64554fc22c904161ea", + "card": { + "number": 8, + "slug": "paul-kocher", + "name": "Paul Kocher", + "title": "The Side-Channel Pioneer", + "knownFor": "Timing attacks, differential power analysis, and Spectre", + "rarity": "legendary", + "impact": 94, + "technical": 98, + "defense": 88, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:30:32.423Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Paul+Kocher&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 92, + "nationality": "USA", + "era": "1995–present", + "domains": [ + "Side channels", + "Hardware security", + "TLS" + ], + "scouting": "Published the timing-attack paper in 1996 and differential power analysis in 1999, establishing that a correct implementation of a correct algorithm can still leak its key through how long it takes or how much current it draws. Co-authored the SSL 3.0 specification, founded Cryptography Research, and in 2018 was one of the co-discoverers of Spectre.", + "note": "Twice made the whole industry re-audit hardware it had already shipped.", + "status": "locked", + "front": "/releases/v2/security/008-paul-kocher/front.svg", + "back": "/releases/v2/security/008-paul-kocher/back.svg", + "sources": [ + { + "label": "Paul Kocher", + "url": "https://en.wikipedia.org/wiki/Paul_Kocher" + }, + { + "label": "Spectre (security vulnerability)", + "url": "https://en.wikipedia.org/wiki/Spectre_(security_vulnerability)" + }, + { + "label": "Differential Power Analysis (1999)", + "url": "https://www.paulkocher.com/doc/DifferentialPowerAnalysis.pdf" + } + ], + "series": "security", + "id": "security/008-paul-kocher", + "edition": 2, + "artwork": "/releases/v2/security/008-paul-kocher/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0aea3ad93a88c51c006aa6f9d87c6087d2b82cbd088b0d5470", + "usage": { + "input_tokens": 592, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 22771, + "output_tokens_details": { + "reasoning_tokens": 12348 + }, + "total_tokens": 23363 + }, + "attempts": 1, + "sha256": "4365714e5a249d881265d220cc40eb7f79f1304a0a840ee39eccedfce2bc4ff3", + "generatedAt": "2026-09-13T19:38:21.543Z" + }, + "files": { + "security/008-paul-kocher/artwork.svg": "4365714e5a249d881265d220cc40eb7f79f1304a0a840ee39eccedfce2bc4ff3", + "security/008-paul-kocher/front.svg": "22309bf0c998d2f21105b58a6959eaa9d54e09d94113a6f04cddecd4b1fb4e8b", + "security/008-paul-kocher/front.png": "6dacb1a129ca12ac542df8cebb5b20279b3d0825e0eb5e64ba239882c79e60c0", + "security/008-paul-kocher/back.svg": "35077464a32d3b6c6511c077da17ecc8331a6a88e7bc02ef2d9846c9a8939216", + "security/008-paul-kocher/back.png": "8e1194f0276825c80c21ce4cce23e9db90327ea37e7656a6068a81d386e9dcf8" + }, + "builtAt": "2026-09-13T19:38:21.790Z" + }, + { + "fingerprint": "d50b8ac65cd576c0ca7cb868acdbdb9f93d702c93c327eb9cb1c91d7243557fd", + "card": { + "number": 9, + "slug": "dorothy-denning", + "name": "Dorothy E. Denning", + "title": "Founder of Intrusion Detection", + "knownFor": "The 1987 intrusion-detection model every SIEM still runs on", + "rarity": "iconic", + "impact": 94, + "technical": 90, + "defense": 97, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:30:33.909Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Dorothy+E.+Denning&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 94, + "nationality": "USA", + "era": "1975–present", + "domains": [ + "Intrusion detection", + "Information warfare", + "Crypto policy" + ], + "scouting": "Published “An Intrusion-Detection Model” in 1987, the paper that framed detection as statistical deviation from a profile of normal behaviour and gave the entire monitoring industry its foundation. Also wrote Cryptography and Data Security, worked on database security and lattice-based information flow, and was one of the few academics engaging seriously with both sides of the Clipper chip debate.", + "note": "Every alert queue in every SOC is downstream of one 1987 paper.", + "status": "locked", + "front": "/releases/v2/security/009-dorothy-denning/front.svg", + "back": "/releases/v2/security/009-dorothy-denning/back.svg", + "sources": [ + { + "label": "Dorothy E. Denning", + "url": "https://en.wikipedia.org/wiki/Dorothy_E._Denning" + }, + { + "label": "An Intrusion-Detection Model (1987)", + "url": "https://www.cs.colostate.edu/~cs656/reading/ieee-se-13-2.pdf" + } + ], + "series": "security", + "id": "security/009-dorothy-denning", + "edition": 2, + "artwork": "/releases/v2/security/009-dorothy-denning/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0ce13dfbdcba4f0c006aa6f9da0eb887d28f0674a3b9b7c20d", + "usage": { + "input_tokens": 601, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 25835, + "output_tokens_details": { + "reasoning_tokens": 13378 + }, + "total_tokens": 26436 + }, + "attempts": 1, + "sha256": "cf9ebc7811d5053f526e01762e25355b35c901a3d2ed55088ada9841f95db467", + "generatedAt": "2026-09-13T19:39:15.218Z" + }, + "files": { + "security/009-dorothy-denning/artwork.svg": "cf9ebc7811d5053f526e01762e25355b35c901a3d2ed55088ada9841f95db467", + "security/009-dorothy-denning/front.svg": "2fa47c08c0337368d12ecae508731b87778a90012f19ea7f99082a0a8e628167", + "security/009-dorothy-denning/front.png": "cd2b1c98042b0fc8b931c2ceed340204fb40ab45ab750e24e1c8b5d53d222eac", + "security/009-dorothy-denning/back.svg": "640641036a12efaf5c72259d08cc8cb9bb4b331ba3f5b3e661282925e4dfda3a", + "security/009-dorothy-denning/back.png": "9c42297351af96fab2d029a0cb9a3dcfc74dc9d7481decf15e6bb38768d8f069" + }, + "builtAt": "2026-09-13T19:39:15.406Z" + }, + { + "fingerprint": "987956d5d81b4884b159c8b02c08469ab77bcb3023cbfecdff8cceafbe4dfb26", + "card": { + "number": 10, + "slug": "gene-spafford", + "name": "Gene Spafford", + "handle": "Spaf", + "title": "The Academy’s Anchor", + "knownFor": "The Morris worm analysis, Practical UNIX Security, and CERIAS", + "rarity": "legendary", + "impact": 92, + "technical": 90, + "defense": 94, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:30:38.281Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Gene+Spafford&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 94, + "nationality": "USA", + "era": "1988–present", + "domains": [ + "Systems security", + "Forensics", + "Security education" + ], + "scouting": "Produced one of the first detailed technical analyses of the 1988 Morris worm while the internet was still smoking, co-wrote Practical UNIX and Internet Security with Simson Garfinkel, co-created Tripwire, and founded Purdue’s COAST lab and then CERIAS — for years the largest academic security centre in the US. Has advised more federal panels than most people have attended.", + "note": "Trained a large fraction of the people on the rest of these cards.", + "status": "locked", + "front": "/releases/v2/security/010-gene-spafford/front.svg", + "back": "/releases/v2/security/010-gene-spafford/back.svg", + "sources": [ + { + "label": "Gene Spafford", + "url": "https://en.wikipedia.org/wiki/Gene_Spafford" + }, + { + "label": "CERIAS, Purdue University", + "url": "https://www.cerias.purdue.edu/" + } + ], + "series": "security", + "id": "security/010-gene-spafford", + "edition": 2, + "artwork": "/releases/v2/security/010-gene-spafford/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_02a123d8157aad13006aa6f9de5c4887d2bef8c3536541bff7", + "usage": { + "input_tokens": 593, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 25387, + "output_tokens_details": { + "reasoning_tokens": 11768 + }, + "total_tokens": 25980 + }, + "attempts": 1, + "sha256": "89ebec61d771d96b4cf8495413e387ca6b934cb24115687ec7e7a58ab17c4d5f", + "generatedAt": "2026-09-13T19:39:39.682Z" + }, + "files": { + "security/010-gene-spafford/artwork.svg": "89ebec61d771d96b4cf8495413e387ca6b934cb24115687ec7e7a58ab17c4d5f", + "security/010-gene-spafford/front.svg": "e4f5f857ee44fa5bee1a23baff3faa8d65139494708dd09713edb18c12b0f8c8", + "security/010-gene-spafford/front.png": "bbea11ef8224822358337c2d1e28e3cbc5984a6f154f0b110d1770fa2043f862", + "security/010-gene-spafford/back.svg": "2cc40b8f6bd53203665476570a066930dbff2878f6ef98d0d9bae610ae0c567e", + "security/010-gene-spafford/back.png": "4eb5bff42645c47ad5fc3a78746e583f09ac2c29702d7b17c114cae600830208" + }, + "builtAt": "2026-09-13T19:39:39.933Z" + }, + { + "fingerprint": "b96e023d059819d6b314b7d41ba06556040e8e34d88633e6a328411433f39fee", + "card": { + "number": 11, + "slug": "ross-anderson", + "name": "Ross Anderson", + "title": "Author of Security Engineering", + "knownFor": "The textbook, and the economics of why security fails", + "rarity": "iconic", + "impact": 94, + "technical": 94, + "defense": 92, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:30:38.838Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Ross+Anderson&limit=30", + "matches": [], + "rejectedCount": 5 + }, + "influence": 96, + "nationality": "UK", + "era": "1991–2024", + "domains": [ + "Security engineering", + "Security economics", + "Banking systems" + ], + "scouting": "Cambridge professor who wrote Security Engineering, the closest thing the field has to a canonical text, and gave away earlier editions free online. Founded the security-economics research programme with the observation that systems fail because the people who could fix them are not the people who bear the loss. Spent years demonstrating that bank chip-and-PIN systems were weaker than the banks told courts they were. Died in 2024.", + "note": "If you only read one book on this list, it is this one.", + "status": "locked", + "front": "/releases/v2/security/011-ross-anderson/front.svg", + "back": "/releases/v2/security/011-ross-anderson/back.svg", + "sources": [ + { + "label": "Ross J. Anderson", + "url": "https://en.wikipedia.org/wiki/Ross_J._Anderson" + }, + { + "label": "Security Engineering, third edition", + "url": "https://www.cl.cam.ac.uk/~rja14/book.html" + } + ], + "series": "security", + "id": "security/011-ross-anderson", + "edition": 2, + "artwork": "/releases/v2/security/011-ross-anderson/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0fa22a0eef611186006aa6f9deed6487d28115198adedbb2ea", + "usage": { + "input_tokens": 602, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 24057, + "output_tokens_details": { + "reasoning_tokens": 10828 + }, + "total_tokens": 24659 + }, + "attempts": 1, + "sha256": "290d5f5d804ce95644a2ebd673ca83769979afab14a5707a60c0a7619444cdc3", + "generatedAt": "2026-09-13T19:39:11.281Z" + }, + "files": { + "security/011-ross-anderson/artwork.svg": "290d5f5d804ce95644a2ebd673ca83769979afab14a5707a60c0a7619444cdc3", + "security/011-ross-anderson/front.svg": "1bfc1aaee7c864efc40f71d743265f6e860ad306e51d3d1244889babb42cbfa7", + "security/011-ross-anderson/front.png": "dd7eabba184561032c9a0b2545b2d7367047dd091eeb6c918f62e62511f8901e", + "security/011-ross-anderson/back.svg": "a70548bac99a57b5d8f643209fea2266fe94e010cc2536c266235326e37e5018", + "security/011-ross-anderson/back.png": "8732c962c7c454c2214b2a49235d90cabb2da56e76b4641b1a4f069ace5fc33c" + }, + "builtAt": "2026-09-13T19:39:11.505Z" + }, + { + "fingerprint": "3a54b04f1acb1555523618050d3f4391979f8b82daa478ac38bdde4af1888d4c", + "card": { + "number": 12, + "slug": "matt-blaze", + "name": "Matt Blaze", + "title": "The Clipper Chip Breaker", + "knownFor": "Killing key escrow, then auditing the voting machines", + "rarity": "legendary", + "impact": 92, + "technical": 94, + "defense": 88, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:30:42.943Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Matt+Blaze&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "influence": 93, + "nationality": "USA", + "era": "1994–present", + "domains": [ + "Cryptography", + "Election security", + "Physical security" + ], + "scouting": "Found the protocol flaw in the NSA’s Clipper chip escrow scheme in 1994 and published it, which did more to end mandated key escrow than any amount of lobbying. Later led state-commissioned source reviews of US voting systems, published work on the vulnerabilities of master-keyed physical locks and wiretap systems, and became a law-school professor arguing the same points to a different audience.", + "note": "Has broken the government’s preferred backdoor design once already.", + "status": "locked", + "front": "/releases/v2/security/012-matt-blaze/front.svg", + "back": "/releases/v2/security/012-matt-blaze/back.svg", + "sources": [ + { + "label": "Matt Blaze", + "url": "https://en.wikipedia.org/wiki/Matt_Blaze" + }, + { + "label": "Protocol Failure in the Escrowed Encryption Standard (1994)", + "url": "https://www.mattblaze.org/papers/eesproto.pdf" + } + ], + "series": "security", + "id": "security/012-matt-blaze", + "edition": 2, + "artwork": "/releases/v2/security/012-matt-blaze/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_090d25c64be6b6e2006aa6f9e3015087d2832a8e3bd5270e7f", + "usage": { + "input_tokens": 597, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 25401, + "output_tokens_details": { + "reasoning_tokens": 13984 + }, + "total_tokens": 25998 + }, + "attempts": 1, + "sha256": "ed6f1a19671949c6655e5ba940b5891118c9d3c8b21ca6c42a62c5beacc4472b", + "generatedAt": "2026-09-13T19:39:43.653Z" + }, + "files": { + "security/012-matt-blaze/artwork.svg": "ed6f1a19671949c6655e5ba940b5891118c9d3c8b21ca6c42a62c5beacc4472b", + "security/012-matt-blaze/front.svg": "7caf9f3f599ad11d6e620766276c35e8d44382f7d26d12c30353beb4224b47d6", + "security/012-matt-blaze/front.png": "01b1c36891bcab8618cd60946a57c550f26422ccb418eaef26a3cd2edb2f39be", + "security/012-matt-blaze/back.svg": "98fc0007c8ce01ab793d99c3a57cc544cfdb23f0dc4d9f1b81b719a0c8e2e28c", + "security/012-matt-blaze/back.png": "31b883d2af8d5c081baf69b51b294ca9cbeaf0a5c24df189ae5dc6682e769778" + }, + "builtAt": "2026-09-13T19:39:43.860Z" + }, + { + "fingerprint": "5127407cf07ec82f3273b27ccc26e6f83437303c8e4dfec32ee3f454df1ae273", + "card": { + "number": 13, + "slug": "radia-perlman", + "name": "Radia Perlman", + "title": "Architect of Resilient Networks", + "knownFor": "Spanning tree, and routing that survives a malicious node", + "rarity": "legendary", + "impact": 91, + "technical": 96, + "defense": 92, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:30:47.627Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Radia+Perlman&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 92, + "nationality": "USA", + "era": "1985–present", + "domains": [ + "Network protocols", + "PKI", + "Secure deletion" + ], + "scouting": "Invented the spanning-tree protocol that made large bridged Ethernets possible, and did the early work on routing protocols designed to keep functioning when a participating node is actively hostile rather than merely broken. Co-wrote Network Security: Private Communication in a Public World, and designed the “ephemerizer” approach to making data reliably expire.", + "note": "Designed for the assumption that some of the network is lying to you.", + "status": "locked", + "front": "/releases/v2/security/013-radia-perlman/front.svg", + "back": "/releases/v2/security/013-radia-perlman/back.svg", + "sources": [ + { + "label": "Radia Perlman", + "url": "https://en.wikipedia.org/wiki/Radia_Perlman" + }, + { + "label": "Internet Hall of Fame profile", + "url": "https://www.internethalloffame.org/inductee/radia-perlman/" + } + ], + "series": "security", + "id": "security/013-radia-perlman", + "edition": 2, + "artwork": "/releases/v2/security/013-radia-perlman/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0c6a87c8ac799c21006aa6f9e7bd7087d29918d62e399550bc", + "usage": { + "input_tokens": 591, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 24054, + "output_tokens_details": { + "reasoning_tokens": 9322 + }, + "total_tokens": 24645 + }, + "attempts": 1, + "sha256": "1ce21605dc3a21920154c5cd70c96243bfbae38cddc4234059fe08e68c2bb322", + "generatedAt": "2026-09-13T19:38:27.257Z" + }, + "files": { + "security/013-radia-perlman/artwork.svg": "1ce21605dc3a21920154c5cd70c96243bfbae38cddc4234059fe08e68c2bb322", + "security/013-radia-perlman/front.svg": "19e43d1f294b65628c1562f9353989ab58479596391f77d21085671a5883ad1e", + "security/013-radia-perlman/front.png": "12688922acb5f43591552256b1104ead2f56f792480194586bbf54636afff855", + "security/013-radia-perlman/back.svg": "7af16b5c6f466cb98df93806b214fbcb93ebbe14b0f4641d817025cea2b7b0d3", + "security/013-radia-perlman/back.png": "c84e05ad9b8b04176e00b5322c1a5d390e51280e0455c05dad295e0c9719e714" + }, + "builtAt": "2026-09-13T19:38:27.548Z" + }, + { + "fingerprint": "6980d011881b33d255a9a97e1c7c80d03a83edd3caa343c6fd33d648a02f3d5a", + "card": { + "number": 14, + "slug": "steven-bellovin", + "name": "Steven M. Bellovin", + "title": "The Protocol Sceptic", + "knownFor": "Security Problems in the TCP/IP Protocol Suite, and the firewall book", + "rarity": "legendary", + "impact": 91, + "technical": 94, + "defense": 94, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:30:47.799Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Steven+M.+Bellovin&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 91, + "nationality": "USA", + "era": "1989–present", + "domains": [ + "Network security", + "Protocol design", + "Policy" + ], + "scouting": "Wrote the 1989 paper cataloguing the security problems in TCP/IP — sequence-number prediction, source routing, DNS spoofing — years before anyone was exploiting them at scale. Co-authored Firewalls and Internet Security with Cheswick, co-invented encrypted key exchange, was a Usenet co-creator, and served as chief technologist at the FTC and on the Privacy and Civil Liberties Oversight Board.", + "note": "Published the attack list first and spent thirty years watching it come true.", + "status": "locked", + "front": "/releases/v2/security/014-steven-bellovin/front.svg", + "back": "/releases/v2/security/014-steven-bellovin/back.svg", + "sources": [ + { + "label": "Steven M. Bellovin", + "url": "https://en.wikipedia.org/wiki/Steven_M._Bellovin" + }, + { + "label": "Security Problems in the TCP/IP Protocol Suite (1989)", + "url": "https://www.cs.columbia.edu/~smb/papers/ipext.pdf" + } + ], + "series": "security", + "id": "security/014-steven-bellovin", + "edition": 2, + "artwork": "/releases/v2/security/014-steven-bellovin/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0a9ff407cefff70c006aa6f9e7e25887d2b73c762c9fd2f7db", + "usage": { + "input_tokens": 609, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 25196, + "output_tokens_details": { + "reasoning_tokens": 13228 + }, + "total_tokens": 25805 + }, + "attempts": 1, + "sha256": "34ca85f5956d216300c366b1317a822def911d448059665b6637e210303f627c", + "generatedAt": "2026-09-13T19:39:33.560Z" + }, + "files": { + "security/014-steven-bellovin/artwork.svg": "34ca85f5956d216300c366b1317a822def911d448059665b6637e210303f627c", + "security/014-steven-bellovin/front.svg": "0788d70312a73578046936cc141904292f28d760c9d903f7c1dbf1957fb10bed", + "security/014-steven-bellovin/front.png": "a271992594e7c0016ab4611646ac7688d75ab00360f820503a5698487ce1845c", + "security/014-steven-bellovin/back.svg": "2d5fd94f06afed3ae739553a84c32452fc11d43b9b79e9352d226a3ef2662d96", + "security/014-steven-bellovin/back.png": "08b3f332afc33c87f3dc6fe6169b47773966606e3c3fc93e60a42c85e59b7659" + }, + "builtAt": "2026-09-13T19:39:33.784Z" + }, + { + "fingerprint": "2682f2b8887a2c91d4474f58d7ca7f4e92048e7122a5d41f9da7a7883dfd2d91", + "card": { + "number": 15, + "slug": "william-cheswick", + "name": "William Cheswick", + "handle": "Ches", + "title": "The First Firewall Book", + "knownFor": "Firewalls and Internet Security, and “An Evening with Berferd”", + "rarity": "epic", + "impact": 88, + "technical": 92, + "defense": 94, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:30:53.138Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=William+Cheswick&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 89, + "nationality": "USA", + "era": "1990–present", + "domains": [ + "Firewalls", + "Honeypots", + "Internet mapping" + ], + "scouting": "Co-wrote the 1994 book that taught the industry what a firewall was and how to reason about a perimeter. “An Evening with Berferd” documented him feeding a live intruder a fake environment for months and writing down everything, which is the honeypot genre’s founding text. Later ran the Internet Mapping Project at Bell Labs.", + "note": "Invented the practice of watching the attacker instead of just shutting the door.", + "status": "locked", + "front": "/releases/v2/security/015-william-cheswick/front.svg", + "back": "/releases/v2/security/015-william-cheswick/back.svg", + "sources": [ + { + "label": "William Cheswick", + "url": "https://en.wikipedia.org/wiki/William_Cheswick" + }, + { + "label": "An Evening with Berferd (1992)", + "url": "https://www.cheswick.com/ches/papers/berferd.pdf" + } + ], + "series": "security", + "id": "security/015-william-cheswick", + "edition": 2, + "artwork": "/releases/v2/security/015-william-cheswick/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_00c4374e23fd1c3e006aa6f9edb57087d2869759ddee1e8f90", + "usage": { + "input_tokens": 594, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 22771, + "output_tokens_details": { + "reasoning_tokens": 9642 + }, + "total_tokens": 23365 + }, + "attempts": 1, + "sha256": "b84a7f685246e4bfe8e36996e5246c8b09bd01256573a2af2412bec90f4f29e3", + "generatedAt": "2026-09-13T19:38:15.736Z" + }, + "files": { + "security/015-william-cheswick/artwork.svg": "b84a7f685246e4bfe8e36996e5246c8b09bd01256573a2af2412bec90f4f29e3", + "security/015-william-cheswick/front.svg": "8c890c295495e1e26d25223d1a17cdecbd5d69c1132e013e279f67c0a3650033", + "security/015-william-cheswick/front.png": "42e3b6c261d0e2f8faf464902bbe6ade54d76fdfdb2aac8f2655f07194b6ca42", + "security/015-william-cheswick/back.svg": "9f5d49291368d1beb8b289e7873e6562687dd0d072385bcbc9478ae66d40ae39", + "security/015-william-cheswick/back.png": "eda5e00a6d96719871e0ca786c1d63750b991e6bec5f55d0248d612253eabb72" + }, + "builtAt": "2026-09-13T19:38:15.933Z" + }, + { + "fingerprint": "acc5d9814e5273400596b5be4e0137d7ef23861acb012a5856bb2bbdcd9e2fed", + "card": { + "number": 16, + "slug": "marcus-ranum", + "name": "Marcus J. Ranum", + "title": "Builder of the First Commercial Firewall", + "knownFor": "DEC SEAL, the TIS toolkit, and thirty years of contrarianism", + "rarity": "legendary", + "impact": 89, + "technical": 92, + "defense": 96, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:30:56.224Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Marcus+J.+Ranum&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 90, + "nationality": "USA", + "era": "1990–present", + "domains": [ + "Firewalls", + "Proxies", + "Logging" + ], + "scouting": "Built DEC SEAL, generally credited as the first commercial firewall product, then the TIS Firewall Toolkit and Gauntlet — the code most early internet perimeters were actually made of. Ran whitehouse.gov’s first email server. Has spent the decades since publicly arguing that most of what the industry sells does not work, which has aged better than the products did.", + "note": "The perimeter, as an idea people could buy, is largely his fault and his credit.", + "status": "locked", + "front": "/releases/v2/security/016-marcus-ranum/front.svg", + "back": "/releases/v2/security/016-marcus-ranum/back.svg", + "sources": [ + { + "label": "Marcus J. Ranum", + "url": "https://en.wikipedia.org/wiki/Marcus_J._Ranum" + }, + { + "label": "Firewall (computing) — history", + "url": "https://en.wikipedia.org/wiki/Firewall_(computing)" + } + ], + "series": "security", + "id": "security/016-marcus-ranum", + "edition": 2, + "artwork": "/releases/v2/security/016-marcus-ranum/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0d08ad31db73de85006aa6f9f04acc87d2af4764f84a4d637f", + "usage": { + "input_tokens": 600, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 23090, + "output_tokens_details": { + "reasoning_tokens": 11373 + }, + "total_tokens": 23690 + }, + "attempts": 1, + "sha256": "285d5e0d73bd7efd97f19163a3e8e0188edd1f8be7bf723d8f0a56a66e7f24d3", + "generatedAt": "2026-09-13T19:39:26.552Z" + }, + "files": { + "security/016-marcus-ranum/artwork.svg": "285d5e0d73bd7efd97f19163a3e8e0188edd1f8be7bf723d8f0a56a66e7f24d3", + "security/016-marcus-ranum/front.svg": "cd861647f9ec3d0a1cfc5e47188cf5d39ec2caaf8f586508e9117460001fd48c", + "security/016-marcus-ranum/front.png": "0bb9226852051f6d72458f79bcf227d5e026ca3fe19adad81b7fd8580734fa41", + "security/016-marcus-ranum/back.svg": "a8d711d33198713b8eb3b76263fb7c428343c10828bcc33f6107547724949323", + "security/016-marcus-ranum/back.png": "a54a5dd70bcdd53b75f3c24fe8d0830b49a3e593b4d02d94582279a635f61208" + }, + "builtAt": "2026-09-13T19:39:26.773Z" + }, + { + "fingerprint": "b036d72398a285ebea2f0bf981c5e3a11b0d016c60c69feda50236795185286e", + "card": { + "number": 17, + "slug": "wietse-venema", + "name": "Wietse Venema", + "title": "Author of TCP Wrapper and Postfix", + "knownFor": "Defensive software that a generation of admins just ran", + "rarity": "legendary", + "impact": 90, + "technical": 96, + "defense": 97, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:30:58.942Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Wietse+Venema&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "influence": 90, + "nationality": "Netherlands", + "era": "1990–present", + "domains": [ + "Host security", + "Mail security", + "Forensics" + ], + "scouting": "Wrote TCP Wrapper, which for years was the access control on a very large share of Unix hosts on the internet, and Postfix, a mail server written from the start around privilege separation. Co-wrote SATAN with Dan Farmer and later the Coroner’s Toolkit and Forensic Discovery, giving incident responders their first real open tooling.", + "note": "Shipped the defence, then shipped the tools to work out how it was beaten.", + "status": "locked", + "front": "/releases/v2/security/017-wietse-venema/front.svg", + "back": "/releases/v2/security/017-wietse-venema/back.svg", + "sources": [ + { + "label": "Wietse Venema", + "url": "https://en.wikipedia.org/wiki/Wietse_Venema" + }, + { + "label": "Postfix", + "url": "https://www.postfix.org/" + } + ], + "series": "security", + "id": "security/017-wietse-venema", + "edition": 2, + "artwork": "/releases/v2/security/017-wietse-venema/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_09a3c04c9eac541d006aa6f9f302fc87d2ba676461d0db2566", + "usage": { + "input_tokens": 587, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 23441, + "output_tokens_details": { + "reasoning_tokens": 12058 + }, + "total_tokens": 24028 + }, + "attempts": 1, + "sha256": "712e4d2113cf248c86f70a8fbedc9b16cd94d61c6768d63b18bf4251e4281e0f", + "generatedAt": "2026-09-13T19:38:37.188Z" + }, + "files": { + "security/017-wietse-venema/artwork.svg": "712e4d2113cf248c86f70a8fbedc9b16cd94d61c6768d63b18bf4251e4281e0f", + "security/017-wietse-venema/front.svg": "6609a78894ae723b5c3a34943b7b97f41ba54b2dc89bad8aa094185b9ced276c", + "security/017-wietse-venema/front.png": "5aa1f61c9bdcb34f76fd4c309beb4d25b56d2e2389bb2b4d44a4414f1df132ed", + "security/017-wietse-venema/back.svg": "68ffb5ed02cf97a214c18cace4267d156e74de399d7c61acfb34d11d5ca1b7a3", + "security/017-wietse-venema/back.png": "381c58774d1d07f2bc6e2a7fd37e9d8ee573e2db12bab8940889abf5a011e95a" + }, + "builtAt": "2026-09-13T19:38:37.401Z" + }, + { + "fingerprint": "93bf3ec4138121b673b255cc67cc16f070787562a2c3bf03f6a9a2390fccdb0d", + "card": { + "number": 18, + "slug": "dan-farmer", + "name": "Dan Farmer", + "title": "Author of COPS and SATAN", + "knownFor": "Publishing the scanner, and getting fired for it", + "rarity": "epic", + "impact": 87, + "technical": 90, + "defense": 88, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:31:03.396Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Dan+Farmer&limit=30", + "matches": [], + "rejectedCount": 3 + }, + "influence": 89, + "nationality": "USA", + "era": "1990–present", + "domains": [ + "Vulnerability scanning", + "Forensics", + "Host auditing" + ], + "scouting": "Wrote COPS as a student, then in 1995 released SATAN with Wietse Venema — a scanner that audited a network the way an attacker would, published openly so defenders could run it first. The press predicted the end of the internet; SGI fired him over it; the security scanner became a permanent product category. Later co-wrote Forensic Discovery.", + "note": "The original argument that defenders should get the attacker’s tools too.", + "status": "locked", + "front": "/releases/v2/security/018-dan-farmer/front.svg", + "back": "/releases/v2/security/018-dan-farmer/back.svg", + "sources": [ + { + "label": "Dan Farmer", + "url": "https://en.wikipedia.org/wiki/Dan_Farmer" + }, + { + "label": "SATAN", + "url": "https://en.wikipedia.org/wiki/Security_Administrator_Tool_for_Analyzing_Networks" + } + ], + "series": "security", + "id": "security/018-dan-farmer", + "edition": 2, + "artwork": "/releases/v2/security/018-dan-farmer/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_050563d50eacab2a006aa6f9f78cbc87d2a0e9e2b0d9c68234", + "usage": { + "input_tokens": 596, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 22962, + "output_tokens_details": { + "reasoning_tokens": 11912 + }, + "total_tokens": 23558 + }, + "attempts": 1, + "sha256": "6e2225ebc4c1d84fa7ff8bcea79ae3f8c5e6fffd75893223a1c79e9b45944f8d", + "generatedAt": "2026-09-13T19:39:14.429Z" + }, + "files": { + "security/018-dan-farmer/artwork.svg": "6e2225ebc4c1d84fa7ff8bcea79ae3f8c5e6fffd75893223a1c79e9b45944f8d", + "security/018-dan-farmer/front.svg": "788cafecbb3ce80bf0f29adca291ba41417a070ecb068bfda346d4c7626ca781", + "security/018-dan-farmer/front.png": "17bbea36bc1dc85b95fbbf9d2933619700f421f5c8e5b9232514b6918d4ac969", + "security/018-dan-farmer/back.svg": "22aec5a4256e81092a98dc7814f65ac4ab548631c486204f62b2e5e8ebb1d5f0", + "security/018-dan-farmer/back.png": "fe8690916b224491038d1f7009a697fd4db021d3eadf2cee976626e1fb99975d" + }, + "builtAt": "2026-09-13T19:39:14.654Z" + }, + { + "fingerprint": "7d48aad2b627317674a6b4598401bd58a0353e72114cf69ac77d0a4ecdf4289d", + "card": { + "number": 19, + "slug": "gordon-lyon", + "name": "Gordon Lyon", + "handle": "Fyodor", + "title": "Author of Nmap", + "knownFor": "The scanner that is on every security laptop on earth", + "rarity": "iconic", + "impact": 93, + "technical": 94, + "defense": 92, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:31:03.952Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Gordon+Lyon&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 95, + "nationality": "USA", + "era": "1997–present", + "domains": [ + "Network scanning", + "OS fingerprinting", + "Open source" + ], + "scouting": "Released Nmap in Phrack in 1997 and has maintained it ever since, adding OS fingerprinting, service detection and the NSE scripting engine. Runs seclists.org, hosting the Bugtraq and Full Disclosure archives that are the field’s institutional memory, and fought MPAA and studio takedown attempts over the tool. Nmap is the first command most defenders learn.", + "note": "Twenty-eight years of one maintainer. The reliability is the achievement.", + "status": "locked", + "front": "/releases/v2/security/019-gordon-lyon/front.svg", + "back": "/releases/v2/security/019-gordon-lyon/back.svg", + "sources": [ + { + "label": "Gordon Lyon", + "url": "https://en.wikipedia.org/wiki/Gordon_Lyon" + }, + { + "label": "Nmap", + "url": "https://nmap.org/" + } + ], + "series": "security", + "id": "security/019-gordon-lyon", + "edition": 2, + "artwork": "/releases/v2/security/019-gordon-lyon/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_04ac737aecbdf756006aa6f9f804c487d28f8137482818b1fb", + "usage": { + "input_tokens": 597, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 20587, + "output_tokens_details": { + "reasoning_tokens": 8804 + }, + "total_tokens": 21184 + }, + "attempts": 1, + "sha256": "8b1620e9fcd37348861094d50c5978f56cd4705f6b62d1ca4864f377ce31163c", + "generatedAt": "2026-09-13T19:37:26.423Z" + }, + "files": { + "security/019-gordon-lyon/artwork.svg": "8b1620e9fcd37348861094d50c5978f56cd4705f6b62d1ca4864f377ce31163c", + "security/019-gordon-lyon/front.svg": "9ae5a180047ef271d8612a6cdbe2065666032e4ca94342fd3c060dd3dd6b53de", + "security/019-gordon-lyon/front.png": "6e260758da5855e35bf7b40dc7fd95a4054e21ddc724447ca5befd88b7b25373", + "security/019-gordon-lyon/back.svg": "54b05f429a11443f6ed086ccd4dd2ed093accf90ef6b7187f811c32329db3845", + "security/019-gordon-lyon/back.png": "0b1d9015a956afa91a830947af73ef84045170eb20de0740a8819001cde0b1e2" + }, + "builtAt": "2026-09-13T19:37:26.657Z" + }, + { + "fingerprint": "368953e5c9cee602042d964f3158b83b3ab5939f68a9c53536dc8d49a7a59f0a", + "card": { + "number": 20, + "slug": "martin-roesch", + "name": "Martin Roesch", + "title": "Author of Snort", + "knownFor": "Open-source intrusion detection, and the rule format everyone copied", + "rarity": "epic", + "impact": 89, + "technical": 92, + "defense": 96, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:31:09.972Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Martin+Roesch&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 91, + "nationality": "USA", + "era": "1998–present", + "domains": [ + "Intrusion detection", + "Packet analysis", + "Open source" + ], + "scouting": "Wrote Snort in 1998 as a lightweight packet sniffer, and it became the intrusion detection system that put IDS within reach of organisations that could never have bought one. Founded Sourcefire around it, which Cisco acquired in 2013. The Snort rule syntax outlived the product and is still how a large part of the industry writes network detections.", + "note": "A weekend tool that became the de facto standard for network detection.", + "status": "locked", + "front": "/releases/v2/security/020-martin-roesch/front.svg", + "back": "/releases/v2/security/020-martin-roesch/back.svg", + "sources": [ + { + "label": "Martin Roesch", + "url": "https://en.wikipedia.org/wiki/Martin_Roesch" + }, + { + "label": "Snort", + "url": "https://www.snort.org/" + } + ], + "series": "security", + "id": "security/020-martin-roesch", + "edition": 2, + "artwork": "/releases/v2/security/020-martin-roesch/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0dfdd0f74c7e49c0006aa6f9fe09b887d2a08c28fade68c6a2", + "usage": { + "input_tokens": 595, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 22578, + "output_tokens_details": { + "reasoning_tokens": 9840 + }, + "total_tokens": 23173 + }, + "attempts": 1, + "sha256": "152a6621f2a76b2b4964560b181c3b225a8b1b5ac2200706ec34acae8c66abd5", + "generatedAt": "2026-09-13T19:38:58.079Z" + }, + "files": { + "security/020-martin-roesch/artwork.svg": "152a6621f2a76b2b4964560b181c3b225a8b1b5ac2200706ec34acae8c66abd5", + "security/020-martin-roesch/front.svg": "f33b42ff7047b4f2a14da5b5ba4f645fbc93af385552bf23f39bce9c1cf56d9c", + "security/020-martin-roesch/front.png": "7eb9d2d74ababe116e7062e0cbe56fe9b469c69d47ff12ddf620c9670cd3df6d", + "security/020-martin-roesch/back.svg": "e8959e311ae9956c39239fbd159b8cfb12cb85312d03edaaf044df1e4e05d04a", + "security/020-martin-roesch/back.png": "31129597f508040486d247066ee4dc51e223dc490badd97e0368dfd01e343dfe" + }, + "builtAt": "2026-09-13T19:38:58.271Z" + }, + { + "fingerprint": "c76069dccc2f24b42d53d3fb426aeffa74bbeaebd743642d350c2f48b556df98", + "card": { + "number": 21, + "slug": "gerald-combs", + "name": "Gerald Combs", + "title": "Author of Wireshark", + "knownFor": "Making packet analysis free, and keeping it free", + "rarity": "epic", + "impact": 88, + "technical": 91, + "defense": 93, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:31:19.755Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Gerald+Combs&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 92, + "nationality": "USA", + "era": "1998–present", + "domains": [ + "Packet analysis", + "Protocol dissection", + "Open source" + ], + "scouting": "Started Ethereal in 1998 because commercial protocol analysers cost more than his employer would spend, renamed it Wireshark in 2006 after a trademark problem, and has shepherded it ever since through thousands of contributed protocol dissectors. It is the default answer to “what is actually on the wire” for network engineers and incident responders alike.", + "note": "The tool you reach for when nobody can agree on what the traffic is doing.", + "status": "locked", + "front": "/releases/v2/security/021-gerald-combs/front.svg", + "back": "/releases/v2/security/021-gerald-combs/back.svg", + "sources": [ + { + "label": "Wireshark", + "url": "https://en.wikipedia.org/wiki/Wireshark" + }, + { + "label": "Wireshark project", + "url": "https://www.wireshark.org/about.html" + } + ], + "series": "security", + "id": "security/021-gerald-combs", + "edition": 2, + "artwork": "/releases/v2/security/021-gerald-combs/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0e02291b8e61fc3c006aa6fa07d32c87d287cdca4b3cf5b118", + "usage": { + "input_tokens": 587, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 24337, + "output_tokens_details": { + "reasoning_tokens": 12884 + }, + "total_tokens": 24924 + }, + "attempts": 1, + "sha256": "92f33ae2a9e696cd21a0fbccd9f3c4e63386217d98b92d1f1d17d0c03c303f7c", + "generatedAt": "2026-09-13T19:39:51.504Z" + }, + "files": { + "security/021-gerald-combs/artwork.svg": "92f33ae2a9e696cd21a0fbccd9f3c4e63386217d98b92d1f1d17d0c03c303f7c", + "security/021-gerald-combs/front.svg": "4e87f7ef195201f2aff4e92eda4d3730dd282d350ab42f8eccd4596b727906e1", + "security/021-gerald-combs/front.png": "1fe37281a57e18bfa08275cf8cdca137f31540293eaf14528686a62c9d69bd8d", + "security/021-gerald-combs/back.svg": "c3524c056155856922e601a46095a85bf5182239048c097ea2f0e0b5fcf16ef5", + "security/021-gerald-combs/back.png": "38bcccaf10920151c444aa28e56f4d48fc5b935232f5fab120be4bd118884272" + }, + "builtAt": "2026-09-13T19:39:51.726Z" + }, + { + "fingerprint": "a5c94cc4681f510c356def43cc2301a22d5b8c53a516c2157cfb61fc1acb3712", + "card": { + "number": 22, + "slug": "renaud-deraison", + "name": "Renaud Deraison", + "title": "Author of Nessus", + "knownFor": "The vulnerability scanner that defined the category", + "rarity": "epic", + "impact": 87, + "technical": 91, + "defense": 94, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:31:25.180Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Renaud+Deraison&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 89, + "nationality": "France / USA", + "era": "1998–present", + "domains": [ + "Vulnerability management", + "Scanning", + "Product security" + ], + "scouting": "Released Nessus in 1998 as a free scanner with its own plugin language, at a point when the alternative was an expensive appliance. Co-founded Tenable Network Security around it in 2002 and took the product closed-source in 2005, a decision the community argued about for years. Vulnerability management as a routine operational practice largely grew out of that codebase.", + "note": "The scan report that lands in an admin’s inbox every Monday started here.", + "status": "locked", + "front": "/releases/v2/security/022-renaud-deraison/front.svg", + "back": "/releases/v2/security/022-renaud-deraison/back.svg", + "sources": [ + { + "label": "Nessus (software)", + "url": "https://en.wikipedia.org/wiki/Nessus_(software)" + }, + { + "label": "Tenable leadership", + "url": "https://www.tenable.com/about-tenable/leadership" + } + ], + "series": "security", + "id": "security/022-renaud-deraison", + "edition": 2, + "artwork": "/releases/v2/security/022-renaud-deraison/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_008ccfe9a1ec6bc4006aa6fa0d4e3087d2918ff39f3e146b12", + "usage": { + "input_tokens": 589, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 25811, + "output_tokens_details": { + "reasoning_tokens": 13925 + }, + "total_tokens": 26400 + }, + "attempts": 1, + "sha256": "8136fe0a0618349bc8a9a0e0931217d8301080e3f0fa5faf7cea4633078a74f2", + "generatedAt": "2026-09-13T19:41:01.962Z" + }, + "files": { + "security/022-renaud-deraison/artwork.svg": "8136fe0a0618349bc8a9a0e0931217d8301080e3f0fa5faf7cea4633078a74f2", + "security/022-renaud-deraison/front.svg": "72d682d1b648fa4767e4bc51a89437eb87f0124db35ec9c2db36ce970330a99c", + "security/022-renaud-deraison/front.png": "b74d757a2db6516ed88a1bf1520a34f7132ad7e1f3edba126e8da3810bc419f1", + "security/022-renaud-deraison/back.svg": "daf31459f5e1a8df9215901ae51d5c44c50e88b15ddbede663726e6a12bfbd2c", + "security/022-renaud-deraison/back.png": "19bcd9bfe556a5fb4e4d65e017e4876cdcc20f3a5e470c1bab91e3ba085b1b6c" + }, + "builtAt": "2026-09-13T19:41:02.222Z" + }, + { + "fingerprint": "f8d7f5d8abb513ea8fd097d17772a4df22598398e53e9fb0fdc033fee8d182c0", + "card": { + "number": 23, + "slug": "paul-vixie", + "name": "Paul Vixie", + "title": "Keeper of the DNS", + "knownFor": "BIND, DNS RPZ, and the anti-abuse infrastructure nobody sees", + "rarity": "legendary", + "impact": 90, + "technical": 95, + "defense": 95, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:31:25.893Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Paul+Vixie&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 92, + "nationality": "USA", + "era": "1988–present", + "domains": [ + "DNS", + "Anti-abuse", + "Internet infrastructure" + ], + "scouting": "Maintained BIND for years and wrote or co-wrote a long run of DNS RFCs, then built the response-policy zone mechanism that lets defenders block malicious domains at the resolver. Founded the first anti-spam DNSBL, ran the Internet Software Consortium, operates F-root, and co-founded Farsight Security around passive DNS. Internet Hall of Fame, 2014.", + "note": "Ran the plumbing, then built the filters when the plumbing got abused.", + "status": "locked", + "front": "/releases/v2/security/023-paul-vixie/front.svg", + "back": "/releases/v2/security/023-paul-vixie/back.svg", + "sources": [ + { + "label": "Paul Vixie", + "url": "https://en.wikipedia.org/wiki/Paul_Vixie" + }, + { + "label": "Internet Hall of Fame profile", + "url": "https://www.internethalloffame.org/inductee/paul-vixie/" + } + ], + "series": "security", + "id": "security/023-paul-vixie", + "edition": 2, + "artwork": "/releases/v2/security/023-paul-vixie/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_079121475f1ebe30006aa6fa0df60887d2924b469a300124c4", + "usage": { + "input_tokens": 596, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 22865, + "output_tokens_details": { + "reasoning_tokens": 9357 + }, + "total_tokens": 23461 + }, + "attempts": 1, + "sha256": "5ae19f3b9ea55453d2a169778740b67692ea6a10bf661cfcd137a9c03463bb0d", + "generatedAt": "2026-09-13T19:38:54.831Z" + }, + "files": { + "security/023-paul-vixie/artwork.svg": "5ae19f3b9ea55453d2a169778740b67692ea6a10bf661cfcd137a9c03463bb0d", + "security/023-paul-vixie/front.svg": "4fe29e0bd237d53f91cf0802cf9e471db95c8d6f0fa95a684a6f09b999de9ed1", + "security/023-paul-vixie/front.png": "b01bd3b4670b5c27d66d0b3e710bba3b64b5201fbfa084c09f0d289620bd10c8", + "security/023-paul-vixie/back.svg": "6129c1ef51e0ae94b44cc34c8c539de8b8273826cbb57c60befd6e2e3afccee2", + "security/023-paul-vixie/back.png": "8d71f98e6f5d2bb7b7971972fb39132f4164e2072ff49a402592bc8b59b67056" + }, + "builtAt": "2026-09-13T19:38:55.016Z" + }, + { + "fingerprint": "f74f7164d6e3ac1a0c0b6a4b49172ca72b5dba7397b2ecddf830e57d0a2a5563", + "card": { + "number": 24, + "slug": "niels-provos", + "name": "Niels Provos", + "title": "Honeypots and Safe Browsing", + "knownFor": "honeyd, bcrypt, and warning a billion browsers", + "rarity": "epic", + "impact": 88, + "technical": 95, + "defense": 94, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:31:36.707Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Niels+Provos&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 88, + "nationality": "Germany / USA", + "era": "1999–present", + "domains": [ + "Honeypots", + "Password hashing", + "Web malware" + ], + "scouting": "Wrote honeyd, co-designed the bcrypt password hash with David Mazières, and created systrace and privilege separation work in OpenSSH. At Google he led the Safe Browsing malware research that put interstitial warnings in front of drive-by download sites, and co-authored the papers that measured how large that problem actually was.", + "note": "bcrypt alone has protected more passwords than most companies have users.", + "status": "locked", + "front": "/releases/v2/security/024-niels-provos/front.svg", + "back": "/releases/v2/security/024-niels-provos/back.svg", + "sources": [ + { + "label": "Niels Provos", + "url": "https://en.wikipedia.org/wiki/Niels_Provos" + }, + { + "label": "A Future-Adaptable Password Scheme (bcrypt, 1999)", + "url": "https://www.usenix.org/legacy/events/usenix99/provos/provos.pdf" + } + ], + "series": "security", + "id": "security/024-niels-provos", + "edition": 2, + "artwork": "/releases/v2/security/024-niels-provos/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0339bf0bc4e4fdfc006aa6fa18c99c87d28769b20454b727fa", + "usage": { + "input_tokens": 593, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 20758, + "output_tokens_details": { + "reasoning_tokens": 10500 + }, + "total_tokens": 21351 + }, + "attempts": 1, + "sha256": "49b97d3b2705445690584f066c941eae85390869cbc3f303e0af1b61f628b964", + "generatedAt": "2026-09-13T19:38:23.946Z" + }, + "files": { + "security/024-niels-provos/artwork.svg": "49b97d3b2705445690584f066c941eae85390869cbc3f303e0af1b61f628b964", + "security/024-niels-provos/front.svg": "0e20c636e1f763ad2cf6bbd0104d7e2461e5cc5e4d85dffdfb00f2acb10ee3e7", + "security/024-niels-provos/front.png": "2b3e08a1e251da1fc4ef483f84bffaede2d3d30b97f3bda529cc1dc82b100038", + "security/024-niels-provos/back.svg": "5b6f27ee973e403390dd84595e27621db6ae9ddff4ef03c9fc7720ccea9f4111", + "security/024-niels-provos/back.png": "33d8c65b62a72d75a71012e629bea7a7325d483f23da5285a1954c6764f9850e" + }, + "builtAt": "2026-09-13T19:38:24.182Z" + }, + { + "fingerprint": "45ea4359b2da1579a0a187b8a505285b3799da3c08b3870795c88d1b1080af52", + "card": { + "number": 25, + "slug": "jeremiah-grossman", + "name": "Jeremiah Grossman", + "title": "The Web Application Security Authority", + "knownFor": "XSS Attacks, WhiteHat Security, and making web appsec a discipline", + "rarity": "legendary", + "impact": 90, + "technical": 90, + "defense": 94, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:31:43.809Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Jeremiah+Grossman&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "influence": 93, + "nationality": "USA", + "era": "1999–present", + "domains": [ + "Web application security", + "Cross-site scripting", + "Vulnerability data" + ], + "scouting": "Was an information security officer at Yahoo before founding WhiteHat Security in 2001, where continuous scanning of thousands of production sites produced the first credible public statistics on how long real web vulnerabilities actually stay open. Co-founded the Web Application Security Consortium, and co-authored XSS Attacks: Cross Site Scripting Exploits and Defense in 2007 — the book that turned cross-site scripting from a curiosity into a class of bug developers were expected to know.", + "note": "The XSS book is still the reference. Web appsec became a discipline on his watch.", + "status": "locked", + "front": "/releases/v2/security/025-jeremiah-grossman/front.svg", + "back": "/releases/v2/security/025-jeremiah-grossman/back.svg", + "sources": [ + { + "label": "XSS Attacks: Cross Site Scripting Exploits and Defense", + "url": "https://books.google.com/books/about/XSS_Attacks.html?id=FKN5uL57tyAC" + }, + { + "label": "Jeremiah Grossman’s blog", + "url": "https://blog.jeremiahgrossman.com/" + }, + { + "label": "Web Application Security Consortium", + "url": "http://www.webappsec.org/" + } + ], + "series": "security", + "id": "security/025-jeremiah-grossman", + "edition": 2, + "artwork": "/releases/v2/security/025-jeremiah-grossman/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_09ac379aa8024254006aa6fa1fe05887d29f30f7dbb1a41ebf", + "usage": { + "input_tokens": 620, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 24577, + "output_tokens_details": { + "reasoning_tokens": 15014 + }, + "total_tokens": 25197 + }, + "attempts": 1, + "sha256": "f030dc226d24f28aa25508fbaf88037adda31c380e52e2f701526d6649785dd4", + "generatedAt": "2026-09-13T19:41:28.742Z" + }, + "files": { + "security/025-jeremiah-grossman/artwork.svg": "f030dc226d24f28aa25508fbaf88037adda31c380e52e2f701526d6649785dd4", + "security/025-jeremiah-grossman/front.svg": "d4c15bdfcc060dcf7def322e4da76085575c271ee2dc1e0ad395101671893e68", + "security/025-jeremiah-grossman/front.png": "4bc4918a1cc1594640008a35cc48809f743b7da7d558dc7aa26d6b4c980b1c7c", + "security/025-jeremiah-grossman/back.svg": "6e12d582ee8b74014e910c2b0216b481476789914f4ce41d00e78d0c3e98bb54", + "security/025-jeremiah-grossman/back.png": "6eee2ad01e08d41c037b5bc8c60082837948b90573a8c8346b6aec460c6c48c9" + }, + "builtAt": "2026-09-13T19:41:28.935Z" + }, + { + "fingerprint": "b455276397fe8ddc38e8a20a869f90559610d812520dabec9e4be760570719c7", + "card": { + "number": 26, + "slug": "robert-hansen", + "name": "Robert Hansen", + "handle": "RSnake", + "title": "The XSS Cheat Sheet", + "knownFor": "ha.ckers.org, Slowloris, and browser attack surface", + "rarity": "epic", + "impact": 85, + "technical": 90, + "defense": 84, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:31:49.990Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Robert+Hansen&limit=30", + "matches": [], + "rejectedCount": 10 + }, + "influence": 86, + "nationality": "USA", + "era": "2005–present", + "domains": [ + "Cross-site scripting", + "Browser security", + "Denial of service" + ], + "scouting": "Ran ha.ckers.org and published the XSS cheat sheet, which for years was the reference list of filter-evasion payloads that every web application firewall was tested against. Co-authored XSS Attacks with Grossman, released Slowloris to demonstrate that a single machine could hold a web server’s connections open indefinitely, and co-wrote Detecting Malice on behavioural detection.", + "note": "The cheat sheet did more for input validation than any standards document.", + "status": "locked", + "front": "/releases/v2/security/026-robert-hansen/front.svg", + "back": "/releases/v2/security/026-robert-hansen/back.svg", + "sources": [ + { + "label": "XSS Attacks: Cross Site Scripting Exploits and Defense", + "url": "https://books.google.com/books/about/XSS_Attacks.html?id=FKN5uL57tyAC" + }, + { + "label": "Slowloris (computer security)", + "url": "https://en.wikipedia.org/wiki/Slowloris_(cyber_attack)" + } + ], + "series": "security", + "id": "security/026-robert-hansen", + "edition": 2, + "artwork": "/releases/v2/security/026-robert-hansen/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0ec116327daa3cca006aa6fa26106c87d2b741ec24a492b936", + "usage": { + "input_tokens": 598, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 25829, + "output_tokens_details": { + "reasoning_tokens": 14421 + }, + "total_tokens": 26427 + }, + "attempts": 1, + "sha256": "41c172825c48b5b0adc77dbec9b38481f3d30be3e59f4f4bdcfed1ae4f0a7c7c", + "generatedAt": "2026-09-13T19:41:21.327Z" + }, + "files": { + "security/026-robert-hansen/artwork.svg": "41c172825c48b5b0adc77dbec9b38481f3d30be3e59f4f4bdcfed1ae4f0a7c7c", + "security/026-robert-hansen/front.svg": "2d41717cef43ff7716afc5e0b81260e4d3ea596bb50654077196883c11b237f5", + "security/026-robert-hansen/front.png": "c75e30363dc540d1882bd435aff64de49fbde0525f2dd5e56348edc3de5084a3", + "security/026-robert-hansen/back.svg": "5832e911a523dccb5f1d06995c582e205982131189180a2d94916ada8435b30f", + "security/026-robert-hansen/back.png": "3a41ce8a935b7beda743e49141af7575a5c098cdfea0e4f4c3077710c57f13a2" + }, + "builtAt": "2026-09-13T19:41:21.537Z" + }, + { + "fingerprint": "8c0699b331ed16e6cf21b1877620f959fbc127ae45942fc7a1beac0174bbb869", + "card": { + "number": 27, + "slug": "mark-curphey", + "name": "Mark Curphey", + "title": "Founder of OWASP", + "knownFor": "Starting the open project that appsec organised itself around", + "rarity": "epic", + "impact": 87, + "technical": 84, + "defense": 92, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:31:51.087Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Mark+Curphey&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 93, + "nationality": "UK / USA", + "era": "2001–present", + "domains": [ + "Application security", + "Open standards", + "Supply chain" + ], + "scouting": "Started the Open Web Application Security Project in September 2001 as a mailing list and a few documents, and it became the vendor-neutral body that produced the Top Ten, the ASVS, ZAP and the testing guides that appsec teams still work from. Later founded SourceClear on software composition analysis and has kept publicly pushing OWASP to stay relevant to modern supply-chain risk.", + "note": "Built the commons the whole application security industry now cites.", + "status": "locked", + "front": "/releases/v2/security/027-mark-curphey/front.svg", + "back": "/releases/v2/security/027-mark-curphey/back.svg", + "sources": [ + { + "label": "OWASP", + "url": "https://en.wikipedia.org/wiki/OWASP" + }, + { + "label": "Mark Curphey — OWASP Foundation", + "url": "https://owasp.org/www-board-candidates/2022/mark_curphey_2022" + } + ], + "series": "security", + "id": "security/027-mark-curphey", + "edition": 2, + "artwork": "/releases/v2/security/027-mark-curphey/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_00ffed88f9c597c2006aa6fa272c9887d2851715912eadfd55", + "usage": { + "input_tokens": 591, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 26545, + "output_tokens_details": { + "reasoning_tokens": 15844 + }, + "total_tokens": 27136 + }, + "attempts": 1, + "sha256": "56fa7560e1c701575be4bf2f0c7489ec7c3cfbdaab9769b73bd87df013b32ab2", + "generatedAt": "2026-09-13T19:41:13.633Z" + }, + "files": { + "security/027-mark-curphey/artwork.svg": "56fa7560e1c701575be4bf2f0c7489ec7c3cfbdaab9769b73bd87df013b32ab2", + "security/027-mark-curphey/front.svg": "c5782a06e278d1470a137ed6402b46035c120e4f7458fccdaf0a3bf04f896091", + "security/027-mark-curphey/front.png": "a3c69c7a16ad2f2eba99ac359b1f30a6b2c7a26d9672c867cb4dc10bc2bf24e5", + "security/027-mark-curphey/back.svg": "424c551ff5fe76d277470496a05a886bbb10e5daff4846bc599083c3a66609ff", + "security/027-mark-curphey/back.png": "d7c28cf27354e86c86b839c48bb23b1a1577dc37c349a8716e93eed8ad9e7f14" + }, + "builtAt": "2026-09-13T19:41:13.849Z" + }, + { + "fingerprint": "5fa939fb6b1e50f2b03c75f4662994da641560056101f59fe4759d864d0360e4", + "card": { + "number": 28, + "slug": "jeff-williams", + "name": "Jeff Williams", + "title": "Author of the First OWASP Top Ten", + "knownFor": "The list every compliance regime ended up pointing at", + "rarity": "epic", + "impact": 86, + "technical": 88, + "defense": 92, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:31:53.202Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Jeff+Williams&limit=30", + "matches": [], + "rejectedCount": 7 + }, + "influence": 90, + "nationality": "USA", + "era": "2002–present", + "domains": [ + "Application security", + "Runtime protection", + "Standards" + ], + "scouting": "Wrote the first OWASP Top Ten and served as the volunteer chair of OWASP from 2003 to 2011, the years in which it went from a mailing list to the reference that PCI DSS and a long line of other standards cite by name. Co-founded Aspect Security and then Contrast Security, arguing for instrumentation inside the running application rather than scanning it from outside.", + "note": "One list, and suddenly every auditor knew what SQL injection was.", + "status": "locked", + "front": "/releases/v2/security/028-jeff-williams/front.svg", + "back": "/releases/v2/security/028-jeff-williams/back.svg", + "sources": [ + { + "label": "OWASP", + "url": "https://en.wikipedia.org/wiki/OWASP" + }, + { + "label": "OWASP Top Ten project", + "url": "https://owasp.org/www-project-top-ten/" + } + ], + "series": "security", + "id": "security/028-jeff-williams", + "edition": 2, + "artwork": "/releases/v2/security/028-jeff-williams/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0ae85ebf665375a6006aa6fa2942b487d2ba88f36b1496bc5d", + "usage": { + "input_tokens": 592, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 23936, + "output_tokens_details": { + "reasoning_tokens": 11814 + }, + "total_tokens": 24528 + }, + "attempts": 1, + "sha256": "17448d5bf7a0a775d6a8cbc3e5c43d3c3a1496d3c9039ce07249e9ff1c17f1e1", + "generatedAt": "2026-09-13T19:39:32.366Z" + }, + "files": { + "security/028-jeff-williams/artwork.svg": "17448d5bf7a0a775d6a8cbc3e5c43d3c3a1496d3c9039ce07249e9ff1c17f1e1", + "security/028-jeff-williams/front.svg": "2bf8e98cc231b2e859b7a0a656f47bb82e63ffe874d006a6cb862bfae5ecc7a4", + "security/028-jeff-williams/front.png": "d85a40218d1d9882059b75a34d3e4860adfa2a3c88d517cf3fcac1134f650def", + "security/028-jeff-williams/back.svg": "8f49e4f679ff1a7a0554f706d58908bb352c4ddae2fb7ab3f2753873687a8ff9", + "security/028-jeff-williams/back.png": "b9cb29277442db2792c0a214ce0e2698c0406d7c1fb3642235d3b00584407065" + }, + "builtAt": "2026-09-13T19:39:32.642Z" + }, + { + "fingerprint": "d6562dfce8832d9e3844007183ebaa1d849e0993cd4848c92d7d36dd80222a72", + "card": { + "number": 29, + "slug": "gary-mcgraw", + "name": "Gary McGraw", + "title": "Building Security In", + "knownFor": "Software security as a discipline, and BSIMM", + "rarity": "epic", + "impact": 86, + "technical": 86, + "defense": 92, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:31:58.185Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Gary+McGraw&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 90, + "nationality": "USA", + "era": "1997–present", + "domains": [ + "Software security", + "Secure design", + "Measurement" + ], + "scouting": "Wrote Building Secure Software, Exploiting Software and Software Security, making the case that you cannot test defects out of a system you designed insecurely. Co-created BSIMM, which measures what security programmes actually do rather than what a standard says they should, and has run a long-standing interview series documenting the field’s own history.", + "note": "Moved the argument from “scan it later” to “design it right”.", + "status": "locked", + "front": "/releases/v2/security/029-gary-mcgraw/front.svg", + "back": "/releases/v2/security/029-gary-mcgraw/back.svg", + "sources": [ + { + "label": "Gary McGraw", + "url": "https://en.wikipedia.org/wiki/Gary_McGraw" + }, + { + "label": "BSIMM", + "url": "https://www.bsimm.com/" + } + ], + "series": "security", + "id": "security/029-gary-mcgraw", + "edition": 2, + "artwork": "/releases/v2/security/029-gary-mcgraw/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0fa18a81fb10b118006aa6fa2e440887d290fb0419a63ab2bb", + "usage": { + "input_tokens": 578, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 24603, + "output_tokens_details": { + "reasoning_tokens": 14448 + }, + "total_tokens": 25181 + }, + "attempts": 1, + "sha256": "cb5f40d8b36e6214df9696043a2bae7a40aecf6b9d73f7b8e35e987ce5cf58a6", + "generatedAt": "2026-09-13T19:40:43.458Z" + }, + "files": { + "security/029-gary-mcgraw/artwork.svg": "cb5f40d8b36e6214df9696043a2bae7a40aecf6b9d73f7b8e35e987ce5cf58a6", + "security/029-gary-mcgraw/front.svg": "37cff34e3c44f18d5ec84bb15506664732546d6a530e0e6b258b574ff25a73c2", + "security/029-gary-mcgraw/front.png": "3b1a3547a761c01fce7ba196acf1364ca8dd8b6209618ced010849a2404c037a", + "security/029-gary-mcgraw/back.svg": "b9bca28cd49421075181083a27c3e6b6d5035f3f102fe81e774475c873c0710a", + "security/029-gary-mcgraw/back.png": "062dcc22d5db61b348416e2eff65541673f1010452a7dbb9136393ea116579b9" + }, + "builtAt": "2026-09-13T19:40:43.669Z" + }, + { + "fingerprint": "bc686cf93821361d08486a93ba18c15101eca07d6dc00109a9e482769db28842", + "card": { + "number": 30, + "slug": "michael-howard", + "name": "Michael Howard", + "title": "Author of Writing Secure Code", + "knownFor": "The book and the process behind Microsoft’s security turnaround", + "rarity": "epic", + "impact": 87, + "technical": 90, + "defense": 94, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:32:01.904Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Michael+Howard&limit=30", + "matches": [], + "rejectedCount": 12 + }, + "influence": 91, + "nationality": "New Zealand / USA", + "era": "2001–present", + "domains": [ + "Secure development", + "SDL", + "Threat modelling" + ], + "scouting": "Co-wrote Writing Secure Code, which Bill Gates ordered Windows engineers to read during the 2002 Trustworthy Computing halt, and helped build the Security Development Lifecycle that came out of it — threat modelling, banned APIs, fuzzing and a final security review before ship. The SDL became the template most large software organisations copied.", + "note": "Turned “be careful” into a checklist an entire company could be held to.", + "status": "locked", + "front": "/releases/v2/security/030-michael-howard/front.svg", + "back": "/releases/v2/security/030-michael-howard/back.svg", + "sources": [ + { + "label": "Microsoft Security Development Lifecycle", + "url": "https://en.wikipedia.org/wiki/Microsoft_Security_Development_Lifecycle" + }, + { + "label": "Writing Secure Code, second edition", + "url": "https://www.microsoftpressstore.com/store/writing-secure-code-9780735617223" + } + ], + "series": "security", + "id": "security/030-michael-howard", + "edition": 2, + "artwork": "/releases/v2/security/030-michael-howard/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0a6a3ffba9a4a448006aa6fa320d9887d29c630200b48e4420", + "usage": { + "input_tokens": 581, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 22829, + "output_tokens_details": { + "reasoning_tokens": 11367 + }, + "total_tokens": 23410 + }, + "attempts": 1, + "sha256": "3ef7eefbc75862247fc38e6ed6ade6b2e2eadcf3c1eaf6cbda5ba322bde460dd", + "generatedAt": "2026-09-13T19:40:18.469Z" + }, + "files": { + "security/030-michael-howard/artwork.svg": "3ef7eefbc75862247fc38e6ed6ade6b2e2eadcf3c1eaf6cbda5ba322bde460dd", + "security/030-michael-howard/front.svg": "3afadc025297263ff81d305ad6cc847891f0545ea6b8e29dae8253ef686238fb", + "security/030-michael-howard/front.png": "4ef0504ee0fb74823abd17dd0ffab5a938767a2ebf9a16cf6adf73fe74b39000", + "security/030-michael-howard/back.svg": "9dd34e8bc9431a0960d98c648f59e96a7e27328891e32da01ae4ef6a7a093798", + "security/030-michael-howard/back.png": "81bc9818124ff78d6095ee1963f94465ddd0c4a9d94ad574f9cab40f65d5cfda" + }, + "builtAt": "2026-09-13T19:40:18.994Z" + }, + { + "fingerprint": "2e87fa502061960499d92f3629feae886214b7deb62361cbb2339ac24889b9ab", + "card": { + "number": 31, + "slug": "adam-shostack", + "name": "Adam Shostack", + "title": "The Threat Modelling Canon", + "knownFor": "Threat Modeling: Designing for Security, and STRIDE in practice", + "rarity": "epic", + "impact": 85, + "technical": 86, + "defense": 92, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:32:10.532Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Adam+Shostack&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "influence": 89, + "nationality": "USA / Canada", + "era": "2003–present", + "domains": [ + "Threat modelling", + "Privacy", + "Security design" + ], + "scouting": "Drove threat modelling into shippable practice at Microsoft, including the Elevation of Privilege card game that got non-security engineers doing it voluntarily, then wrote Threat Modeling: Designing for Security and later Threats: What Every Engineer Should Learn. Served on the CVE editorial board and co-wrote The New School of Information Security on learning from breach data.", + "note": "Four questions — what are we building, what can go wrong, what do we do, did we do a good job.", + "status": "locked", + "front": "/releases/v2/security/031-adam-shostack/front.svg", + "back": "/releases/v2/security/031-adam-shostack/back.svg", + "sources": [ + { + "label": "Adam Shostack’s site", + "url": "https://shostack.org/about/adam" + }, + { + "label": "Elevation of Privilege threat modelling game", + "url": "https://shostack.org/games/elevation-of-privilege" + } + ], + "series": "security", + "id": "security/031-adam-shostack", + "edition": 2, + "artwork": "/releases/v2/security/031-adam-shostack/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_07f14fb174846902006aa6fa3a999487d2ae61506c838f862a", + "usage": { + "input_tokens": 589, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 23976, + "output_tokens_details": { + "reasoning_tokens": 11795 + }, + "total_tokens": 24565 + }, + "attempts": 1, + "sha256": "ad151efb06b055290668829bc126fc07a7a8f32fa412bdb668ecccbe6905da10", + "generatedAt": "2026-09-13T19:40:25.275Z" + }, + "files": { + "security/031-adam-shostack/artwork.svg": "ad151efb06b055290668829bc126fc07a7a8f32fa412bdb668ecccbe6905da10", + "security/031-adam-shostack/front.svg": "020420cc874c82d4dd692fc95a7aa4dc60fcce83281301d3a31253e9e85972e0", + "security/031-adam-shostack/front.png": "6cda842e2cba4a3edabdc9b45e984fd8d38fb9845c3d474e21e66bbc2343d58c", + "security/031-adam-shostack/back.svg": "27c5ba4911daf52cfae1820b9a3bdc6edd873ef64c269d283c58277daf9b9b3b", + "security/031-adam-shostack/back.png": "bffd0b5cdaf1f881aca0010831366b6ca431e1c5b5b30c41a46b34e599c2f610" + }, + "builtAt": "2026-09-13T19:40:25.620Z" + }, + { + "fingerprint": "f7b260d94a46f709c1e1617a19d6ad16c4918ba37c090213885e179fa4d8341c", + "card": { + "number": 32, + "slug": "ivan-ristic", + "name": "Ivan Ristić", + "title": "Author of ModSecurity and SSL Labs", + "knownFor": "Grading the internet’s TLS, one hostname at a time", + "rarity": "epic", + "impact": 86, + "technical": 92, + "defense": 95, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:32:10.686Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Ivan+Risti%C4%87&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 88, + "nationality": "Croatia / UK", + "era": "2002–present", + "domains": [ + "TLS", + "Web application firewalls", + "Measurement" + ], + "scouting": "Wrote ModSecurity, the open-source web application firewall that became the reference implementation and the base of the OWASP Core Rule Set. Then built SSL Labs, whose A-to-F grade for a server’s TLS configuration turned an obscure ops detail into something executives asked about, and wrote Bulletproof TLS and PKI as the manual for fixing the grade.", + "note": "Made bad TLS visible and embarrassing, which fixed more of it than any RFC.", + "status": "locked", + "front": "/releases/v2/security/032-ivan-ristic/front.svg", + "back": "/releases/v2/security/032-ivan-ristic/back.svg", + "sources": [ + { + "label": "Ivan Ristić", + "url": "https://en.wikipedia.org/wiki/Ivan_Risti%C4%87" + }, + { + "label": "Qualys SSL Labs", + "url": "https://www.ssllabs.com/" + } + ], + "series": "security", + "id": "security/032-ivan-ristic", + "edition": 2, + "artwork": "/releases/v2/security/032-ivan-ristic/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0e495b453571aab8006aa6fa3abf1887d2a45089367f874504", + "usage": { + "input_tokens": 591, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 20839, + "output_tokens_details": { + "reasoning_tokens": 11394 + }, + "total_tokens": 21430 + }, + "attempts": 1, + "sha256": "a2e1a8588b59931dea70b6368d34b8b7889ab445dfafba9ab899c785b9db6c7e", + "generatedAt": "2026-09-13T19:39:44.497Z" + }, + "files": { + "security/032-ivan-ristic/artwork.svg": "a2e1a8588b59931dea70b6368d34b8b7889ab445dfafba9ab899c785b9db6c7e", + "security/032-ivan-ristic/front.svg": "284d2484a9764b20f548e1ecee638554e97cd45c47bba6b7c0999a932698d8b9", + "security/032-ivan-ristic/front.png": "f2fde42d939422bcfe82c34a0805d617dc943376b82e5016476d2fa6e3c389db", + "security/032-ivan-ristic/back.svg": "8cf1b2a8bb4c356cdc5b36b3890aa7c9433a2236ff140115e334b1dd1a907e67", + "security/032-ivan-ristic/back.png": "c578a98a207371957b8418fd6599b572e2caba868b4e96a939a90d0a0038f6f2" + }, + "builtAt": "2026-09-13T19:39:44.712Z" + }, + { + "fingerprint": "34d6424d6eacb38f7fd6956da9c6ee418015bb93be244359c7d688e64cfe9213", + "card": { + "number": 33, + "slug": "mark-dowd", + "name": "Mark Dowd", + "title": "The Art of Software Security Assessment", + "knownFor": "The code-audit bible, and the Sendmail and Flash bugs behind it", + "rarity": "rare", + "impact": 84, + "technical": 98, + "defense": 82, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:32:11.627Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Mark+Dowd&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 84, + "nationality": "Australia", + "era": "2002–present", + "domains": [ + "Code auditing", + "Memory corruption", + "Exploit mitigation" + ], + "scouting": "Co-wrote The Art of Software Security Assessment with John McDonald and Justin Schuh, still the most thorough published treatment of how to find memory-safety and logic flaws by reading code. Found deep bugs in Sendmail, OpenSSH and Flash while at ISS X-Force and IBM, and founded Azimuth Security. His work is why a generation of auditors know what to look for in a parser.", + "note": "The book that turned code review from a chore into a craft.", + "status": "locked", + "front": "/releases/v2/security/033-mark-dowd/front.svg", + "back": "/releases/v2/security/033-mark-dowd/back.svg", + "sources": [ + { + "label": "The Art of Software Security Assessment", + "url": "https://www.informit.com/store/art-of-software-security-assessment-identifying-and-9780321444424" + }, + { + "label": "Azimuth Security", + "url": "https://www.azimuthsecurity.com/" + } + ], + "series": "security", + "id": "security/033-mark-dowd", + "edition": 2, + "artwork": "/releases/v2/security/033-mark-dowd/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_055623a87a428f02006aa6fa3bb60887d293b3cabc45e20259", + "usage": { + "input_tokens": 607, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 20658, + "output_tokens_details": { + "reasoning_tokens": 10811 + }, + "total_tokens": 21265 + }, + "attempts": 1, + "sha256": "8eddda0d44bbb27cf97b14808ada77bbfa70f36996eb3dd4485991bfb82cded8", + "generatedAt": "2026-09-13T19:38:53.383Z" + }, + "files": { + "security/033-mark-dowd/artwork.svg": "8eddda0d44bbb27cf97b14808ada77bbfa70f36996eb3dd4485991bfb82cded8", + "security/033-mark-dowd/front.svg": "ae93e37ae89f03b0df6f0e1eeccce30ec8c0d167ecc5198f7f2e6a2b16dd3180", + "security/033-mark-dowd/front.png": "6b28fdf2c9069906ff517201dc2e729a749823cf7771f4bc3f4616fd40b6c72c", + "security/033-mark-dowd/back.svg": "a0cec8ffd4334a54e0e8145d3f3376d3012a826012f7f50775766caa0d5bceab", + "security/033-mark-dowd/back.png": "f26b0ebcb794edf75fb9d58b730738834c57a4e231f09e6f83a000c144bc22a5" + }, + "builtAt": "2026-09-13T19:38:53.741Z" + }, + { + "fingerprint": "453d2e1db2d336a79e4c6faf84ece4f0541240fcce6a2dfc33e40d550b20e4fd", + "card": { + "number": 34, + "slug": "halvar-flake", + "name": "Thomas Dullien", + "handle": "Halvar Flake", + "title": "The Binary Diffing Pioneer", + "knownFor": "BinDiff, and the theory of weird machines", + "rarity": "epic", + "impact": 85, + "technical": 97, + "defense": 86, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:32:14.221Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Thomas+Dullien&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "influence": 86, + "nationality": "Germany", + "era": "2000–present", + "domains": [ + "Reverse engineering", + "Patch analysis", + "Exploit theory" + ], + "scouting": "Built the graph-based binary diffing that made it routine to extract the vulnerability out of a vendor patch, founded zynamics around BinDiff and VxClass, and sold it to Google in 2011. Later worked in Project Zero and wrote the “weird machines” framing that treats exploitation as programming an unintended state machine inside the target.", + "note": "Turned Patch Tuesday into a reliable source of exploit intelligence.", + "status": "locked", + "front": "/releases/v2/security/034-halvar-flake/front.svg", + "back": "/releases/v2/security/034-halvar-flake/back.svg", + "sources": [ + { + "label": "BinDiff", + "url": "https://www.zynamics.com/bindiff.html" + }, + { + "label": "Thomas Dullien’s research blog", + "url": "https://addxorrol.blogspot.com/" + } + ], + "series": "security", + "id": "security/034-halvar-flake", + "edition": 2, + "artwork": "/releases/v2/security/034-halvar-flake/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_01bb0024e47fd075006aa6fa3e4cb087d2a205d5c90095164f", + "usage": { + "input_tokens": 585, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 22623, + "output_tokens_details": { + "reasoning_tokens": 11965 + }, + "total_tokens": 23208 + }, + "attempts": 1, + "sha256": "8dd73edf338d975c5888752ae441fc688ec3f43e8c15f150c76cbf93a537b1ee", + "generatedAt": "2026-09-13T19:40:27.755Z" + }, + "files": { + "security/034-halvar-flake/artwork.svg": "8dd73edf338d975c5888752ae441fc688ec3f43e8c15f150c76cbf93a537b1ee", + "security/034-halvar-flake/front.svg": "8b468a6084886adf1c22ffb85b741efa016be74e1778144585d48427fdf24bd8", + "security/034-halvar-flake/front.png": "c69b20203828f438ae861699f746ede13b02e51bc988cdcc9efa24792fbf44b2", + "security/034-halvar-flake/back.svg": "de877ecec3f282c984422e6c4c970b335c28b95fe86460e3628655d9b80ac6b8", + "security/034-halvar-flake/back.png": "271c0d7071f5c0c070dee1523516616c720303c78ae4d3e4357d4c8aeac6102d" + }, + "builtAt": "2026-09-13T19:40:27.950Z" + }, + { + "fingerprint": "63273ea3771aae275ae7a4a5f3fe1d3bdb1cdedafe2092bd05d07c3336facc23", + "card": { + "number": 35, + "slug": "alex-sotirov", + "name": "Alex Sotirov", + "title": "The Rogue CA Demonstration", + "knownFor": "MD5 collisions against a real certificate authority", + "rarity": "rare", + "impact": 83, + "technical": 96, + "defense": 84, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:32:16.871Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Alex+Sotirov&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 84, + "nationality": "Bulgaria / USA", + "era": "2007–present", + "domains": [ + "PKI", + "Exploit mitigation", + "Browser security" + ], + "scouting": "Co-authored “Bypassing Browser Memory Protections”, the 2008 paper that showed how attackers were routing around DEP and ASLR, then at 25C3 the same year demonstrated a working rogue certificate authority built on MD5 collisions — which pushed the CA industry off MD5 for good. Co-founded Trail of Bits.", + "note": "Demonstrated the theoretical break against a live CA, which is the only kind that moves anyone.", + "status": "locked", + "front": "/releases/v2/security/035-alex-sotirov/front.svg", + "back": "/releases/v2/security/035-alex-sotirov/back.svg", + "sources": [ + { + "label": "MD5 considered harmful today (2008)", + "url": "https://www.win.tue.nl/hashclash/rogue-ca/" + }, + { + "label": "Bypassing Browser Memory Protections (2008)", + "url": "https://www.blackhat.com/presentations/bh-usa-08/Sotirov_Dowd/bh08-sotirov-dowd.pdf" + } + ], + "series": "security", + "id": "security/035-alex-sotirov", + "edition": 2, + "artwork": "/releases/v2/security/035-alex-sotirov/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0dbf12516a443cd1006aa6fa40f07887d28a34f2c598f16b80", + "usage": { + "input_tokens": 581, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 19832, + "output_tokens_details": { + "reasoning_tokens": 9109 + }, + "total_tokens": 20413 + }, + "attempts": 1, + "sha256": "21a6469f469eafe67191829f15d5b11087e982dde255ac9e789d6b4d8d27430f", + "generatedAt": "2026-09-13T19:39:55.930Z" + }, + "files": { + "security/035-alex-sotirov/artwork.svg": "21a6469f469eafe67191829f15d5b11087e982dde255ac9e789d6b4d8d27430f", + "security/035-alex-sotirov/front.svg": "1744fad458fa43932923d6b4909e789f5f458dc05de59e75a08aa4bbc579483b", + "security/035-alex-sotirov/front.png": "76c7f5d0a8644a07b7685de83ce66028b5a8330775ae37bf0bfb3cd80a8b50f7", + "security/035-alex-sotirov/back.svg": "33b9ec71d81bbe479ddd13350ce4124430367569656ddb1b5d9808e8348f7b26", + "security/035-alex-sotirov/back.png": "6791e4382a2c20e685d6b56a0672285531ca8cf1688ef6e48d91cc18260b4723" + }, + "builtAt": "2026-09-13T19:39:56.152Z" + }, + { + "fingerprint": "9cefbbcce6daac9b7ad7b84024b61213e00aa5cfecc00114ccdcddd79f7fc6df", + "card": { + "number": 36, + "slug": "thomas-ptacek", + "name": "Thomas Ptacek", + "title": "The IDS Evasion Paper", + "knownFor": "Insertion, Evasion and Denial of Service, and Matasano", + "rarity": "rare", + "impact": 82, + "technical": 94, + "defense": 88, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:32:18.547Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Thomas+Ptacek&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 85, + "nationality": "USA", + "era": "1998–present", + "domains": [ + "Intrusion detection", + "Cryptographic review", + "Appsec consulting" + ], + "scouting": "Co-wrote the 1998 paper with Timothy Newsham showing that a network IDS which reassembles traffic differently from the host it protects can be walked straight past — the work that forced every vendor to rethink normalisation. Co-founded Matasano and later Latacora, and wrote the Cryptopals challenges that taught a generation how crypto actually breaks.", + "note": "One paper made every IDS vendor rewrite their TCP stack.", + "status": "locked", + "front": "/releases/v2/security/036-thomas-ptacek/front.svg", + "back": "/releases/v2/security/036-thomas-ptacek/back.svg", + "sources": [ + { + "label": "Insertion, Evasion, and Denial of Service (1998)", + "url": "https://insecure.org/stf/secnet_ids/secnet_ids.html" + }, + { + "label": "The Cryptopals crypto challenges", + "url": "https://cryptopals.com/" + } + ], + "series": "security", + "id": "security/036-thomas-ptacek", + "edition": 2, + "artwork": "/releases/v2/security/036-thomas-ptacek/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_018aacc8e960caed006aa6fa429fe887d28192c74a7b630430", + "usage": { + "input_tokens": 597, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 22793, + "output_tokens_details": { + "reasoning_tokens": 14462 + }, + "total_tokens": 23390 + }, + "attempts": 1, + "sha256": "5e0b2578fe8462616232976107780431d2e071e0d174540e7f8e0fd8353e0cf8", + "generatedAt": "2026-09-13T19:40:47.403Z" + }, + "files": { + "security/036-thomas-ptacek/artwork.svg": "5e0b2578fe8462616232976107780431d2e071e0d174540e7f8e0fd8353e0cf8", + "security/036-thomas-ptacek/front.svg": "e3891204313088a9fc84328ae5d3b848f0afc997e5efa966319fb31524d30b50", + "security/036-thomas-ptacek/front.png": "9a257b306661bc8a422e8a8b8f5c54084c223ba533e6c05918fbe6068982d932", + "security/036-thomas-ptacek/back.svg": "f95eb211d5fc275aa22422668c93d1dc7ebc8e58fcde291c6d9e61b1857f68c5", + "security/036-thomas-ptacek/back.png": "4fae12c377855e351f9dcf8732d76f2f7135db676067b8f458be67e97192f483" + }, + "builtAt": "2026-09-13T19:40:47.608Z" + }, + { + "fingerprint": "2a925f790b739e48e8746c9f4f6928519842467fee19a86d22826dae2fec736f", + "card": { + "number": 37, + "slug": "matthew-green", + "name": "Matthew D. Green", + "title": "The Cryptography Auditor", + "knownFor": "TrueCrypt audit, and explaining broken crypto in public", + "rarity": "epic", + "impact": 86, + "technical": 92, + "defense": 88, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:32:20.995Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Matthew+D.+Green&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 89, + "nationality": "USA", + "era": "2010–present", + "domains": [ + "Applied cryptography", + "Protocol analysis", + "Public explanation" + ], + "scouting": "Johns Hopkins cryptographer who co-led the Open Crypto Audit Project’s review of TrueCrypt, contributed to the analysis of Dual_EC_DRBG and the RSA BSAFE backdoor, and worked on the attacks behind Logjam and DROWN. His blog is the standard place the rest of the industry goes to find out how badly a new crypto story is being reported.", + "note": "Does the audit, then does the translation so the rest of us can follow it.", + "status": "locked", + "front": "/releases/v2/security/037-matthew-green/front.svg", + "back": "/releases/v2/security/037-matthew-green/back.svg", + "sources": [ + { + "label": "Matthew D. Green", + "url": "https://en.wikipedia.org/wiki/Matthew_D._Green" + }, + { + "label": "A Few Thoughts on Cryptographic Engineering", + "url": "https://blog.cryptographyengineering.com/" + } + ], + "series": "security", + "id": "security/037-matthew-green", + "edition": 2, + "artwork": "/releases/v2/security/037-matthew-green/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0b3a6db34f231bf4006aa6fa45113087d2b3e9f83eed0c05bb", + "usage": { + "input_tokens": 595, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 20458, + "output_tokens_details": { + "reasoning_tokens": 11869 + }, + "total_tokens": 21053 + }, + "attempts": 1, + "sha256": "942ea254c362f3ebeb9f75079df337c1ae962ed026391bd7a528170de0d1263b", + "generatedAt": "2026-09-13T19:39:21.598Z" + }, + "files": { + "security/037-matthew-green/artwork.svg": "942ea254c362f3ebeb9f75079df337c1ae962ed026391bd7a528170de0d1263b", + "security/037-matthew-green/front.svg": "57f1a62d5e35fe077b82ed4945cc3eb696cc6720e94d7474e8a6acd4362fc596", + "security/037-matthew-green/front.png": "70ca83707a150d604fcf8ec2213f25a77ef4da96571f5f0f4e8f03c4c1bee43d", + "security/037-matthew-green/back.svg": "3df3c73126946bd05130f6d631d8364e0d5ec8d4a02d8c76171cbb2643af1011", + "security/037-matthew-green/back.png": "38d956a71cbc071dbe09d8361ea03398690ff162bccb71ca108e276152d9f092" + }, + "builtAt": "2026-09-13T19:39:22.052Z" + }, + { + "fingerprint": "7a9d1f47d0f91c7725dd9ae99b7dbacebb77c2fc9ba204baa0605802cdfbda55", + "card": { + "number": 38, + "slug": "j-alex-halderman", + "name": "J. Alex Halderman", + "title": "The Voting Machine Auditor", + "knownFor": "Cold boot attacks, election security, and Let’s Encrypt", + "rarity": "epic", + "impact": 87, + "technical": 93, + "defense": 92, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:32:21.311Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=J.+Alex+Halderman&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 89, + "nationality": "USA", + "era": "2008–present", + "domains": [ + "Election security", + "Measurement", + "PKI" + ], + "scouting": "Co-authored the cold boot attack paper showing DRAM retains keys after power off, then spent a career demonstrating — in court and in front of legislatures — that deployed voting machines could be reprogrammed. Co-founded the Internet Security Research Group behind Let’s Encrypt, and co-authored the ZMap internet-wide scanner and the Logjam and FREAK results.", + "note": "Let’s Encrypt alone changed the default state of the web from plaintext to TLS.", + "status": "locked", + "front": "/releases/v2/security/038-j-alex-halderman/front.svg", + "back": "/releases/v2/security/038-j-alex-halderman/back.svg", + "sources": [ + { + "label": "J. Alex Halderman", + "url": "https://en.wikipedia.org/wiki/J._Alex_Halderman" + }, + { + "label": "Lest We Remember: Cold Boot Attacks on Encryption Keys", + "url": "https://citp.princeton.edu/our-work/memory/" + } + ], + "series": "security", + "id": "security/038-j-alex-halderman", + "edition": 2, + "artwork": "/releases/v2/security/038-j-alex-halderman/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0ef634ee3ef11119006aa6fa4560f887d29742830d40add875", + "usage": { + "input_tokens": 594, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 17617, + "output_tokens_details": { + "reasoning_tokens": 5696 + }, + "total_tokens": 18211 + }, + "attempts": 1, + "sha256": "8845da1b59d37cf98c34c3eae98ff3c9c01c709d7817591ceb989a8ff07c084b", + "generatedAt": "2026-09-13T19:38:52.388Z" + }, + "files": { + "security/038-j-alex-halderman/artwork.svg": "8845da1b59d37cf98c34c3eae98ff3c9c01c709d7817591ceb989a8ff07c084b", + "security/038-j-alex-halderman/front.svg": "9fd931dea1062b4293837ef1e771b4af591c05891892a8d11649e7eaee7362fd", + "security/038-j-alex-halderman/front.png": "e6c7b23e7c84ce4f34325bdfc2c3628dbfa48bdd672debe601927bcef8b32872", + "security/038-j-alex-halderman/back.svg": "9faf4843816914c2cfe47fc32b9eaeb5ee508625332ac6a0d6f4dd9bab682094", + "security/038-j-alex-halderman/back.png": "a95eb7236049882ab0570ee5b274f4e55a88a5e9f8e691465d7ddeef64aabc60" + }, + "builtAt": "2026-09-13T19:38:52.578Z" + }, + { + "fingerprint": "68a9805569b6141f0d3cec62d7782a920a089a3af9a1d6c1e5f50d2c61eb8a38", + "card": { + "number": 39, + "slug": "nadia-heninger", + "name": "Nadia Heninger", + "title": "The Key-Entropy Auditor", + "knownFor": "Mining Your Ps and Qs, Logjam, and measuring real deployed crypto", + "rarity": "epic", + "impact": 85, + "technical": 95, + "defense": 88, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:32:28.427Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Nadia+Heninger&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 87, + "nationality": "USA", + "era": "2012–present", + "domains": [ + "Cryptanalysis", + "Internet measurement", + "Key generation" + ], + "scouting": "Co-authored “Mining Your Ps and Qs”, which scanned the whole IPv4 internet and found that a meaningful share of TLS and SSH keys shared factors because embedded devices generated them without entropy — and then factored them. Followed it with Logjam, DROWN and FREAK, a body of work whose method is: measure what is actually deployed, then break the weak part.", + "note": "Proved the crypto was fine and the random number generators were not.", + "status": "locked", + "front": "/releases/v2/security/039-nadia-heninger/front.svg", + "back": "/releases/v2/security/039-nadia-heninger/back.svg", + "sources": [ + { + "label": "Nadia Heninger", + "url": "https://en.wikipedia.org/wiki/Nadia_Heninger" + }, + { + "label": "Mining Your Ps and Qs (USENIX Security 2012)", + "url": "https://factorable.net/paper.html" + } + ], + "series": "security", + "id": "security/039-nadia-heninger", + "edition": 2, + "artwork": "/releases/v2/security/039-nadia-heninger/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0d065775ff032dff006aa6fa4c7e8487d2a32590fbdce2ab60", + "usage": { + "input_tokens": 604, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 28282, + "output_tokens_details": { + "reasoning_tokens": 13280 + }, + "total_tokens": 28886 + }, + "attempts": 1, + "sha256": "d376809a564aecd596d8f86f3e9511e2153b648db7124f73f17ccdb6a4d01785", + "generatedAt": "2026-09-13T19:41:23.995Z" + }, + "files": { + "security/039-nadia-heninger/artwork.svg": "d376809a564aecd596d8f86f3e9511e2153b648db7124f73f17ccdb6a4d01785", + "security/039-nadia-heninger/front.svg": "83f4d53b4bb45420b401c347aea821de2a5582b3a262bc59ea20e33b2346f00c", + "security/039-nadia-heninger/front.png": "0beace7ac0d5e384139ab2cb473cb1a6248eaa5b24986f087a89ac8cc1996f55", + "security/039-nadia-heninger/back.svg": "605c6b4dfe0681c91992aa1816c07ad171090f7d9e16705f381726c0db730252", + "security/039-nadia-heninger/back.png": "119840977b0495a90c203b1ebd8d49031b0896188b39c95a291d795c3b795a45" + }, + "builtAt": "2026-09-13T19:41:24.231Z" + }, + { + "fingerprint": "cf50e5d2e29348a9cda44b3544dd033d2d104ad66fa6caaa2cd1d7af47943c1b", + "card": { + "number": 40, + "slug": "troy-hunt", + "name": "Troy Hunt", + "title": "Keeper of Have I Been Pwned", + "knownFor": "Turning breach data into a public service", + "rarity": "rare", + "impact": 84, + "technical": 85, + "defense": 94, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:32:28.939Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Troy+Hunt&limit=30", + "matches": [], + "rejectedCount": 7 + }, + "influence": 90, + "nationality": "Australia", + "era": "2013–present", + "domains": [ + "Breach data", + "Password security", + "Public awareness" + ], + "scouting": "Built Have I Been Pwned in 2013 as a way for ordinary people to find out whether their account was in a dump, and it became infrastructure: browsers, password managers and the NIST-endorsed practice of checking passwords against known-breached lists all query it, using a k-anonymity scheme that never sends the password. Runs it as a public good rather than a product.", + "note": "One person’s side project ended up inside the login flow of half the web.", + "status": "locked", + "front": "/releases/v2/security/040-troy-hunt/front.svg", + "back": "/releases/v2/security/040-troy-hunt/back.svg", + "sources": [ + { + "label": "Troy Hunt", + "url": "https://en.wikipedia.org/wiki/Troy_Hunt" + }, + { + "label": "Have I Been Pwned", + "url": "https://haveibeenpwned.com/" + } + ], + "series": "security", + "id": "security/040-troy-hunt", + "edition": 2, + "artwork": "/releases/v2/security/040-troy-hunt/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0052960247f2a185006aa6fa4d9c7c87d2aeca8d3d8a7bb783", + "usage": { + "input_tokens": 598, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 27890, + "output_tokens_details": { + "reasoning_tokens": 15631 + }, + "total_tokens": 28488 + }, + "attempts": 1, + "sha256": "5c2b7011d18e3163052d0cd70ec0d798de7833aa06fd9a5a2b92ad80230732e4", + "generatedAt": "2026-09-13T19:43:10.085Z" + }, + "files": { + "security/040-troy-hunt/artwork.svg": "5c2b7011d18e3163052d0cd70ec0d798de7833aa06fd9a5a2b92ad80230732e4", + "security/040-troy-hunt/front.svg": "3b078c7cec422996d18a62294f0fc330d24e2087eb589e3b67f9ea2c5f10f2b6", + "security/040-troy-hunt/front.png": "566cb767f6293a1cae33ade7884365bd6ae0673218ec9ee2b55158e80c700533", + "security/040-troy-hunt/back.svg": "51a108ed1b2bc8382841866d6f40f26eb2e7090ff1cdb462ef0c68f6c7449620", + "security/040-troy-hunt/back.png": "58ca4e61de1583e2be3724c5a2e9740cf3c625c771da899e8059b8de380124b1" + }, + "builtAt": "2026-09-13T19:43:10.273Z" + }, + { + "fingerprint": "cf7bd0961995b2ceca03bc7189e54c4e7ce5055f492765d3fc52cc966925bb92", + "card": { + "number": 41, + "slug": "window-snyder", + "name": "Window Snyder", + "title": "The Serial Security Chief", + "knownFor": "Windows XP SP2, Firefox, Apple, Intel, and Threat Modeling", + "rarity": "legendary", + "impact": 89, + "technical": 88, + "defense": 96, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:32:32.822Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Window+Snyder&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "influence": 92, + "nationality": "USA", + "era": "2002–present", + "domains": [ + "Product security", + "Threat modelling", + "Device security" + ], + "scouting": "Was security lead and signoff for Windows XP Service Pack 2 and Windows Server 2003, co-wrote the Threat Modeling book that came out of that era, then ran security at Mozilla for Firefox, at Apple on privacy and security strategy, at Fastly and Square, and became Intel’s first chief software security officer. Founded Thistle Technologies in 2020 to bring update infrastructure to embedded devices.", + "note": "Has been the person accountable for a shipping product’s security more times than anyone.", + "status": "locked", + "front": "/releases/v2/security/041-window-snyder/front.svg", + "back": "/releases/v2/security/041-window-snyder/back.svg", + "sources": [ + { + "label": "Window Snyder", + "url": "https://en.wikipedia.org/wiki/Window_Snyder" + }, + { + "label": "Thistle Technologies", + "url": "https://thistle.tech/" + } + ], + "series": "security", + "id": "security/041-window-snyder", + "edition": 2, + "artwork": "/releases/v2/security/041-window-snyder/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0d9024179a378216006aa6fa50eba487d2a42d74a8bb3b9f10", + "usage": { + "input_tokens": 599, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 19954, + "output_tokens_details": { + "reasoning_tokens": 8731 + }, + "total_tokens": 20553 + }, + "attempts": 1, + "sha256": "514276b508667db5ff2f92d554ed7606d25dd7bfadc1c3669db68715e3c1965b", + "generatedAt": "2026-09-13T19:38:39.920Z" + }, + "files": { + "security/041-window-snyder/artwork.svg": "514276b508667db5ff2f92d554ed7606d25dd7bfadc1c3669db68715e3c1965b", + "security/041-window-snyder/front.svg": "ef1c45240dd0cacbbe57f64cdeb8d883f211bf97048665fbcdfdfdf2f31db665", + "security/041-window-snyder/front.png": "df65b686f799beb0dc5ed5fc21728e1274959dfbfec8d9cce9954974d0d77fa2", + "security/041-window-snyder/back.svg": "58ea28a998b778da876ec7674f3d45d4bb620a390025d5da06c2577c502e69b7", + "security/041-window-snyder/back.png": "b75ec755bfdcbe99c641a1b11ef6ff6946841311ee325db18e3c24873dd7ca8f" + }, + "builtAt": "2026-09-13T19:38:40.137Z" + }, + { + "fingerprint": "f7c7e1d7556b38cb0efd93b925a543fa4483d78ba3c5ac746fe5896f79f1e15e", + "card": { + "number": 42, + "slug": "heather-adkins", + "name": "Heather Adkins", + "title": "Google’s Founding Defender", + "knownFor": "Twenty-plus years of Google security, and Operation Aurora", + "rarity": "rare", + "impact": 85, + "technical": 88, + "defense": 96, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:32:33.625Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Heather+Adkins&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 88, + "nationality": "USA", + "era": "2002–present", + "domains": [ + "Incident response", + "Enterprise defence", + "Reliability" + ], + "scouting": "A founding member of Google’s security team who built and ran its incident response function, including the response to the 2009 Operation Aurora intrusion that Google chose to disclose publicly — a decision that reset industry norms on breach transparency. Co-authored Building Secure and Reliable Systems, and has served on US federal cybersecurity advisory bodies.", + "note": "Ran the response that made public disclosure of a state intrusion normal.", + "status": "locked", + "front": "/releases/v2/security/042-heather-adkins/front.svg", + "back": "/releases/v2/security/042-heather-adkins/back.svg", + "sources": [ + { + "label": "Building Secure and Reliable Systems", + "url": "https://sre.google/books/building-secure-reliable-systems/" + }, + { + "label": "Operation Aurora", + "url": "https://en.wikipedia.org/wiki/Operation_Aurora" + } + ], + "series": "security", + "id": "security/042-heather-adkins", + "edition": 2, + "artwork": "/releases/v2/security/042-heather-adkins/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0b5d62920ef47bf4006aa6fa51b5f087d2865ec58363a7825e", + "usage": { + "input_tokens": 583, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 18036, + "output_tokens_details": { + "reasoning_tokens": 9322 + }, + "total_tokens": 18619 + }, + "attempts": 1, + "sha256": "a28fb0a0b1299867ab453184928fdd6e824bf7dbc6376de7cd464d4358f34a2e", + "generatedAt": "2026-09-13T19:38:50.176Z" + }, + "files": { + "security/042-heather-adkins/artwork.svg": "a28fb0a0b1299867ab453184928fdd6e824bf7dbc6376de7cd464d4358f34a2e", + "security/042-heather-adkins/front.svg": "97de9a69a360066a706fa2dc211b7bc2e0649dc31841954b05a68abc5cc71591", + "security/042-heather-adkins/front.png": "69ad03f1db2307d86eb18799aaf6b0b9b8a7520dc35fbb354ad8263b587999d1", + "security/042-heather-adkins/back.svg": "72218203dbccc1a49de806e3fcb1366cf7a58fa3197c1da54313b82337619cb3", + "security/042-heather-adkins/back.png": "6d3e96c8ef90a4c1e8b6b91b26f58779daae14ed25db6b0240a470919db36bcc" + }, + "builtAt": "2026-09-13T19:38:50.389Z" + }, + { + "fingerprint": "038b482b1277751132d9b2488bbc387285a6455fc44a61317db335a948fb116b", + "card": { + "number": 43, + "slug": "parisa-tabriz", + "name": "Parisa Tabriz", + "title": "Google’s Security Princess", + "knownFor": "Chrome security, and the campaign that made HTTPS the default", + "rarity": "rare", + "impact": 86, + "technical": 89, + "defense": 95, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:32:34.361Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Parisa+Tabriz&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 90, + "nationality": "USA", + "era": "2007–present", + "domains": [ + "Browser security", + "HTTPS adoption", + "Security engineering" + ], + "scouting": "Joined Google as a penetration tester, printed “Security Princess” on her business card, and rose to run Chrome. Led the multi-year project to mark plain HTTP as “Not secure” in the world’s most-used browser, which more than anything else moved the web to encryption by default, and pushed Project Zero’s 90-day disclosure deadline as an industry-wide forcing function.", + "note": "Changed one string in a browser UI and moved the whole web to TLS.", + "status": "locked", + "front": "/releases/v2/security/043-parisa-tabriz/front.svg", + "back": "/releases/v2/security/043-parisa-tabriz/back.svg", + "sources": [ + { + "label": "Parisa Tabriz", + "url": "https://en.wikipedia.org/wiki/Parisa_Tabriz" + }, + { + "label": "Chromium: marking HTTP as not secure", + "url": "https://blog.chromium.org/2018/02/a-secure-web-is-here-to-stay.html" + } + ], + "series": "security", + "id": "security/043-parisa-tabriz", + "edition": 2, + "artwork": "/releases/v2/security/043-parisa-tabriz/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_018853199e0cfe2e006aa6fa52707087d296869d1697de8b71", + "usage": { + "input_tokens": 593, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 25353, + "output_tokens_details": { + "reasoning_tokens": 14431 + }, + "total_tokens": 25946 + }, + "attempts": 1, + "sha256": "7ec0dd4504fefa9907ca27c25ee699077440558345d665de7dad5005cc9676ae", + "generatedAt": "2026-09-13T19:41:39.629Z" + }, + "files": { + "security/043-parisa-tabriz/artwork.svg": "7ec0dd4504fefa9907ca27c25ee699077440558345d665de7dad5005cc9676ae", + "security/043-parisa-tabriz/front.svg": "df34c9ef23d4efbe66d494f853f6e3074eb061df5d915d4f3127cece9fb778f3", + "security/043-parisa-tabriz/front.png": "21c01b6aa31d26d0c65f14b1ad04740648c324604887b8f39624e5cdca9a7dad", + "security/043-parisa-tabriz/back.svg": "9808f2da22baeb75d455524d38a1488c737927bc32d61f7e24ab6b76b815a813", + "security/043-parisa-tabriz/back.png": "ea0b0980d018474a5a3c37126803cbd92ae105ba071c9262f6ae065756f2f12b" + }, + "builtAt": "2026-09-13T19:41:39.868Z" + }, + { + "fingerprint": "15fa018c5e605713bf652078b18736f50791b908b877bc1e634ec3567e89c0e6", + "card": { + "number": 44, + "slug": "alex-stamos", + "name": "Alex Stamos", + "title": "The CSO Who Resigned Over It", + "knownFor": "Yahoo, Facebook, and saying the uncomfortable thing in public", + "rarity": "rare", + "impact": 85, + "technical": 88, + "defense": 92, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:32:42.795Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Alex+Stamos&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 90, + "nationality": "USA", + "era": "2004–present", + "domains": [ + "Enterprise security", + "Platform abuse", + "Disinformation" + ], + "scouting": "Was CISO at Yahoo, where he objected to a government email-scanning programme, then CSO at Facebook through the investigation into foreign influence operations, leaving in 2018 over how much the company would disclose. Publicly challenged the NSA director on encryption backdoors, founded the Stanford Internet Observatory, and co-founded iSEC Partners and later Krebs Stamos Group.", + "note": "The card about what the job costs when you do it honestly.", + "status": "locked", + "front": "/releases/v2/security/044-alex-stamos/front.svg", + "back": "/releases/v2/security/044-alex-stamos/back.svg", + "sources": [ + { + "label": "Alex Stamos", + "url": "https://en.wikipedia.org/wiki/Alex_Stamos" + }, + { + "label": "Stanford Internet Observatory", + "url": "https://cyber.fsi.stanford.edu/io" + } + ], + "series": "security", + "id": "security/044-alex-stamos", + "edition": 2, + "artwork": "/releases/v2/security/044-alex-stamos/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_08173315b7630cf9006aa6fa5adc1887d2a5e71d681e2b141c", + "usage": { + "input_tokens": 593, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 19948, + "output_tokens_details": { + "reasoning_tokens": 9193 + }, + "total_tokens": 20541 + }, + "attempts": 1, + "sha256": "5c167f2cbe504a918b58e1c4528fe0a825a60622a12275875bb86182d721aeb0", + "generatedAt": "2026-09-13T19:39:19.564Z" + }, + "files": { + "security/044-alex-stamos/artwork.svg": "5c167f2cbe504a918b58e1c4528fe0a825a60622a12275875bb86182d721aeb0", + "security/044-alex-stamos/front.svg": "43b6f8b580371dcef684e61bce7c24822681cbb5ca2e7850bf7ab62593f3457c", + "security/044-alex-stamos/front.png": "3d86e03d6e4f75f4c30833ac160295c8e0262a8aa0d7b6d026072c673755e179", + "security/044-alex-stamos/back.svg": "258ce2266e37f27c9bfae7cee89e04923b9d1aa8be9665c7201acc6175c546b9", + "security/044-alex-stamos/back.png": "a20d209a880febc62cf19b9c260e22dbfc19e9ff01aa16af105ffd0c53dc07d5" + }, + "builtAt": "2026-09-13T19:39:19.788Z" + }, + { + "fingerprint": "861cc4010e1b24100503cc73f169167d9194e330d9adc80f8747bb1bd2deac30", + "card": { + "number": 45, + "slug": "dan-geer", + "name": "Dan Geer", + "title": "The Field’s Dissenting Economist", + "knownFor": "CyberInsecurity: The Cost of Monopoly, and getting fired for it", + "rarity": "legendary", + "impact": 88, + "technical": 88, + "defense": 90, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:32:47.009Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Dan+Geer&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 93, + "nationality": "USA", + "era": "1998–present", + "domains": [ + "Security economics", + "Risk management", + "Policy" + ], + "scouting": "Co-authored the 2003 CCIA report arguing that monoculture in operating systems was itself a national security risk, and was fired by @stake, then a Microsoft consultancy, the day it was published. Went on to serve as chief information security officer of In-Q-Tel and to give a run of Black Hat and USENIX keynotes that are still the most quoted long-form arguments about security policy the field has produced.", + "note": "Paid for the paper with his job, and the paper was right.", + "status": "locked", + "front": "/releases/v2/security/045-dan-geer/front.svg", + "back": "/releases/v2/security/045-dan-geer/back.svg", + "sources": [ + { + "label": "Dan Geer", + "url": "https://en.wikipedia.org/wiki/Dan_Geer" + }, + { + "label": "CyberInsecurity: The Cost of Monopoly (2003)", + "url": "https://www.schneier.com/essays/archives/2003/09/cyberinsecurity_the.html" + } + ], + "series": "security", + "id": "security/045-dan-geer", + "edition": 2, + "artwork": "/releases/v2/security/045-dan-geer/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0f0d65b87db25f3a006aa6fa5f17c087d2809dbc9f9192dd10", + "usage": { + "input_tokens": 607, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 27899, + "output_tokens_details": { + "reasoning_tokens": 15168 + }, + "total_tokens": 28506 + }, + "attempts": 1, + "sha256": "aef25227526fc85bf2b923acf965a3b550ef9b7147f0d7c7a94a6c6104f459fb", + "generatedAt": "2026-09-13T19:42:19.096Z" + }, + "files": { + "security/045-dan-geer/artwork.svg": "aef25227526fc85bf2b923acf965a3b550ef9b7147f0d7c7a94a6c6104f459fb", + "security/045-dan-geer/front.svg": "5fc27bd1b5873f58ab61e8734fcc6950321b573962de157f94c7f4a8ce8105b3", + "security/045-dan-geer/front.png": "73ddf676a6fb7f1bfcacad97b3231966192402a7976490cc05293e6a1b3f693a", + "security/045-dan-geer/back.svg": "882628b4d5dc950478fd7720d2913081ad9c27f20e3f121fa776a061603c529a", + "security/045-dan-geer/back.png": "64c2285a46364b463c325e9c06eb938bcd3a17a968ee95b7539c6842013949c6" + }, + "builtAt": "2026-09-13T19:42:19.312Z" + }, + { + "fingerprint": "872e88bf8741714ef9111370750f4fc98532b1c06c58492702f6087745f4e6b9", + "card": { + "number": 46, + "slug": "kevin-mandia", + "name": "Kevin Mandia", + "title": "The Incident Response Industry", + "knownFor": "Mandiant, and the APT1 report that named the unit", + "rarity": "legendary", + "impact": 88, + "technical": 86, + "defense": 96, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:32:56.419Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Kevin+Mandia&limit=30", + "matches": [], + "rejectedCount": 2 + }, + "influence": 92, + "nationality": "USA", + "era": "2004–present", + "domains": [ + "Incident response", + "Threat attribution", + "Forensics" + ], + "scouting": "Founded Mandiant in 2004 and built breach response into a business that governments and Fortune 100 boards call at 2am. In 2013 the company published APT1, a report attributing years of intrusions to a specific People’s Liberation Army unit with building photographs and operator handles — the moment public, named attribution became something private companies did.", + "note": "Made attribution a commercial deliverable instead of a classified one.", + "status": "locked", + "front": "/releases/v2/security/046-kevin-mandia/front.svg", + "back": "/releases/v2/security/046-kevin-mandia/back.svg", + "sources": [ + { + "label": "Mandiant", + "url": "https://en.wikipedia.org/wiki/Mandiant" + }, + { + "label": "APT1: Exposing One of China’s Cyber Espionage Units (2013)", + "url": "https://www.mandiant.com/resources/reports/apt1-exposing-one-chinas-cyber-espionage-units" + } + ], + "series": "security", + "id": "security/046-kevin-mandia", + "edition": 2, + "artwork": "/releases/v2/security/046-kevin-mandia/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0b5b377cd9f85f39006aa6fa68853087d2aa0039637f59b9af", + "usage": { + "input_tokens": 596, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 22444, + "output_tokens_details": { + "reasoning_tokens": 10228 + }, + "total_tokens": 23040 + }, + "attempts": 1, + "sha256": "7b892e4e56a7d6e7b79a0929569c5b9428d30c03a0d007ef2c93422b25307389", + "generatedAt": "2026-09-13T19:42:23.998Z" + }, + "files": { + "security/046-kevin-mandia/artwork.svg": "7b892e4e56a7d6e7b79a0929569c5b9428d30c03a0d007ef2c93422b25307389", + "security/046-kevin-mandia/front.svg": "3f0a6c3e635c1dbff750ab7cfa446a80d2fa24688890acc812d07d296c69c5f8", + "security/046-kevin-mandia/front.png": "f4f9fbaa9163e9b0acfdbeb5fd97d223117c74300328e3e49b7a721ade26c7c3", + "security/046-kevin-mandia/back.svg": "7bc07c384c4d311279488a06d43b5afaf736aafe3cdae6be42b5df9d95d71cdf", + "security/046-kevin-mandia/back.png": "8d6d91a030321470469c74e0d485843c443ac266abefd3442b6d6c2b930319e0" + }, + "builtAt": "2026-09-13T19:42:24.238Z" + }, + { + "fingerprint": "ef41c3f868cb0924adcd690cf817c13c7fac5fa9b1b8c507432011932b4cc776", + "card": { + "number": 47, + "slug": "mikko-hypponen", + "name": "Mikko Hyppönen", + "title": "The Malware Historian", + "knownFor": "Three decades at F-Secure, and finding the authors of Brain", + "rarity": "legendary", + "impact": 87, + "technical": 88, + "defense": 94, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:33:05.478Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Mikko+Hypp%C3%B6nen&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "influence": 92, + "nationality": "Finland", + "era": "1991–present", + "domains": [ + "Malware analysis", + "Threat research", + "Public communication" + ], + "scouting": "Has been analysing malware at F-Secure since 1991, through the DOS virus era, Sasser and Blaster, Stuxnet and modern ransomware. Tracked down and interviewed the Pakistani brothers who wrote Brain, the first PC virus, twenty years after the fact. Formulated Hyppönen’s law — if it is smart, it is vulnerable — and is the researcher most often trusted to explain a live incident to the public.", + "note": "The continuity card. One person watched the entire history of malware happen.", + "status": "locked", + "front": "/releases/v2/security/047-mikko-hypponen/front.svg", + "back": "/releases/v2/security/047-mikko-hypponen/back.svg", + "sources": [ + { + "label": "Mikko Hyppönen", + "url": "https://en.wikipedia.org/wiki/Mikko_Hypp%C3%B6nen" + }, + { + "label": "Brain (computer virus)", + "url": "https://en.wikipedia.org/wiki/Brain_(computer_virus)" + } + ], + "series": "security", + "id": "security/047-mikko-hypponen", + "edition": 2, + "artwork": "/releases/v2/security/047-mikko-hypponen/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0694b8d635c515a5006aa6fa720f7887d2835cc9e158a4cdba", + "usage": { + "input_tokens": 613, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 21519, + "output_tokens_details": { + "reasoning_tokens": 9976 + }, + "total_tokens": 22132 + }, + "attempts": 1, + "sha256": "1d85c067b5c17262c954cd97ceda9ee6189bd12587e37b13a92b103d993f7c67", + "generatedAt": "2026-09-13T19:40:21.532Z" + }, + "files": { + "security/047-mikko-hypponen/artwork.svg": "1d85c067b5c17262c954cd97ceda9ee6189bd12587e37b13a92b103d993f7c67", + "security/047-mikko-hypponen/front.svg": "cb419edbd315eebcfb635c9884d96b3dd28c6ddb23a028512a5e8b10660987d2", + "security/047-mikko-hypponen/front.png": "264133f0ceda7cb0ed18f619afb115eaed0ab4a3de91c1d029c1f1408f67b6b2", + "security/047-mikko-hypponen/back.svg": "e1744ecd3aad85d6695931ccff237c803266933c67e0e5027ad8c265e89272b1", + "security/047-mikko-hypponen/back.png": "db3dbb437056ba3bce843cfc6aa39b6251317a109718646b99509b69aec387b2" + }, + "builtAt": "2026-09-13T19:40:21.878Z" + }, + { + "fingerprint": "2791b44da71c6e41c1bd4c60018dec3187490a9a45df72ed05f30ffd37792251", + "card": { + "number": 48, + "slug": "robert-m-lee", + "name": "Robert M. Lee", + "title": "The Industrial Control Defender", + "knownFor": "Dragos, and the analysis of the Ukraine grid attacks", + "rarity": "rare", + "impact": 83, + "technical": 90, + "defense": 95, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:33:17.341Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Robert+M.+Lee&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "influence": 85, + "nationality": "USA", + "era": "2013–present", + "domains": [ + "ICS/OT security", + "Threat intelligence", + "Incident response" + ], + "scouting": "A former US Air Force cyber warfare officer who co-authored the analysis of the 2015 Ukrainian power grid attack and the later CRASHOVERRIDE and TRISIS malware, then founded Dragos to do industrial control system defence as a specialism rather than an IT afterthought. Co-wrote the SANS ICS courses that most OT defenders come through.", + "note": "The set’s reminder that some networks fail into a physical consequence.", + "status": "locked", + "front": "/releases/v2/security/048-robert-m-lee/front.svg", + "back": "/releases/v2/security/048-robert-m-lee/back.svg", + "sources": [ + { + "label": "Robert M. Lee — Dragos", + "url": "https://www.dragos.com/leadership/robert-m-lee/" + }, + { + "label": "Analysis of the Cyber Attack on the Ukrainian Power Grid (SANS/E-ISAC, 2016)", + "url": "https://www.nerc.com/pa/CI/ESISAC/Documents/E-ISAC_SANS_Ukraine_DUC_18Mar2016.pdf" + } + ], + "series": "security", + "id": "security/048-robert-m-lee", + "edition": 2, + "artwork": "/releases/v2/security/048-robert-m-lee/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0d172de6d4955d67006aa6fa7d6c0487d29cb00db57c08b2c7", + "usage": { + "input_tokens": 594, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 23693, + "output_tokens_details": { + "reasoning_tokens": 9151 + }, + "total_tokens": 24287 + }, + "attempts": 1, + "sha256": "548aa57217b30d9f194630aa4c38833251dc3b8ff6274042548a9a2b08cfdec5", + "generatedAt": "2026-09-13T19:41:35.702Z" + }, + "files": { + "security/048-robert-m-lee/artwork.svg": "548aa57217b30d9f194630aa4c38833251dc3b8ff6274042548a9a2b08cfdec5", + "security/048-robert-m-lee/front.svg": "a4fa5244288c1fa9b497830b68925b3df1513b27a3d55d0c3ab03f2f682ae7ec", + "security/048-robert-m-lee/front.png": "87f2566e55afa20d42673f1c0b0cb01d1f5d729eccd8e078342c83930a077d80", + "security/048-robert-m-lee/back.svg": "ee4aa4468772883f5785d319f365ce821b21d36c5665956d630f6968493dbc68", + "security/048-robert-m-lee/back.png": "8b8f3b88341dc7fd17c89f5f24b24107d6b4a4d30175cec7e4506446cd946999" + }, + "builtAt": "2026-09-13T19:41:35.964Z" + }, + { + "fingerprint": "1a532fafd0224c329fb344fe04ae42663cd9eaf6fd61673201b0584290497a0f", + "card": { + "number": 49, + "slug": "lesley-carhart", + "name": "Lesley Carhart", + "handle": "hacks4pancakes", + "title": "The Industrial Incident Responder", + "knownFor": "OT forensics, and teaching the field how to get into the field", + "rarity": "rare", + "impact": 81, + "technical": 89, + "defense": 94, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:33:38.907Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Lesley+Carhart&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 86, + "nationality": "USA", + "era": "2010–present", + "domains": [ + "Digital forensics", + "ICS/OT security", + "Mentorship" + ], + "scouting": "Led incident response at Motorola Solutions and then at Dragos, running investigations inside live industrial networks where you cannot simply reimage the plant. Writes long-running public guidance on breaking into and surviving the profession, founded PancakesCon, and holds the SANS Lifetime Achievement Award for that work as much as the casework.", + "note": "The mentorship is the contribution. Half a conference floor learned from those posts.", + "status": "locked", + "front": "/releases/v2/security/049-lesley-carhart/front.svg", + "back": "/releases/v2/security/049-lesley-carhart/back.svg", + "sources": [ + { + "label": "Lesley Carhart", + "url": "https://en.wikipedia.org/wiki/Lesley_Carhart" + }, + { + "label": "Lesley Carhart’s blog", + "url": "https://tisiphone.net/about/" + } + ], + "series": "security", + "id": "security/049-lesley-carhart", + "edition": 2, + "artwork": "/releases/v2/security/049-lesley-carhart/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_06de0e8f7a2f100e006aa6fa92fbb887d284cf0f070a8c8bca", + "usage": { + "input_tokens": 586, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 25209, + "output_tokens_details": { + "reasoning_tokens": 12748 + }, + "total_tokens": 25795 + }, + "attempts": 1, + "sha256": "4d3160e7ab3a9becf9df53725fb04d032b75ec32192dcbc9a7a7d574513a4486", + "generatedAt": "2026-09-13T19:41:56.356Z" + }, + "files": { + "security/049-lesley-carhart/artwork.svg": "4d3160e7ab3a9becf9df53725fb04d032b75ec32192dcbc9a7a7d574513a4486", + "security/049-lesley-carhart/front.svg": "9c38da0f2058b5df898ae79a7e25b3365d49325b7307ca8f69f1557cf84f2fd4", + "security/049-lesley-carhart/front.png": "623a1ff360655570f910b0a746164e4a771ac685c274e25190fd6b68dc249664", + "security/049-lesley-carhart/back.svg": "099b0aa152451be45b2917d95f0c973b63105244e2ea21e7f4a83962a2fc0d61", + "security/049-lesley-carhart/back.png": "31ed18a2718ebaa2f7bb15f17243c0da8cb897a8a8fea8bbf2c2ecbce4ef9824" + }, + "builtAt": "2026-09-13T19:41:56.535Z" + }, + { + "fingerprint": "4dc23d7c219878c3e271855c53d4390d08cc745ea61babd8dcca2f10df9946f3", + "card": { + "number": 50, + "slug": "katie-nickels", + "name": "Katie Nickels", + "title": "The ATT&CK Translator", + "knownFor": "MITRE ATT&CK threat intelligence, and making CTI actionable", + "rarity": "rare", + "impact": 82, + "technical": 84, + "defense": 94, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:33:46.727Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Katie+Nickels&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "influence": 88, + "nationality": "USA", + "era": "2015–present", + "domains": [ + "Threat intelligence", + "Detection engineering", + "ATT&CK" + ], + "scouting": "Was the threat intelligence lead for MITRE ATT&CK during the years it became the shared vocabulary defenders use to describe adversary behaviour, then went to Red Canary as director of intelligence. Teaches the SANS cyber threat intelligence course and spends most of her public work on the unglamorous question of how an intelligence report turns into a detection someone actually deploys.", + "note": "ATT&CK gave the blue team a language. This is the card for the person who taught it.", + "status": "locked", + "front": "/releases/v2/security/050-katie-nickels/front.svg", + "back": "/releases/v2/security/050-katie-nickels/back.svg", + "sources": [ + { + "label": "MITRE ATT&CK", + "url": "https://attack.mitre.org/" + }, + { + "label": "Katie Nickels — SANS Institute", + "url": "https://www.sans.org/profiles/katie-nickels/" + }, + { + "label": "Katie Nickels — Red Canary", + "url": "https://redcanary.com/authors/katie-nickels/" + } + ], + "series": "security", + "id": "security/050-katie-nickels", + "edition": 2, + "artwork": "/releases/v2/security/050-katie-nickels/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_020db97cfdfa58c3006aa701440e2c87d2bbd40044f5406f8d", + "usage": { + "input_tokens": 597, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 24540, + "output_tokens_details": { + "reasoning_tokens": 11020 + }, + "total_tokens": 25137 + }, + "attempts": 1, + "sha256": "4d578e8be97c0c1c0e6f0b2659337243abea3a4df167b9f0f41dd24b6935d059", + "generatedAt": "2026-09-13T20:11:26.086Z" + }, + "files": { + "security/050-katie-nickels/artwork.svg": "4d578e8be97c0c1c0e6f0b2659337243abea3a4df167b9f0f41dd24b6935d059", + "security/050-katie-nickels/front.svg": "9d6242f1a7fe5b97f8a7937dcc86b63f36e0b4bd42581e4156c97b06d6d8c7bd", + "security/050-katie-nickels/front.png": "e0992b011b6992c4abf635eda3c32086267f3414eb87a24695f7957c11cff64a", + "security/050-katie-nickels/back.svg": "2c11b6a2232ed29f84dc0b747124c89b6056955b925cedfb6b8580ab244d423d", + "security/050-katie-nickels/back.png": "4912f88321fce74d69bd5595a2f0d0b0f5ed1d409a0ed77d79e941bf2cbd69fc" + }, + "builtAt": "2026-09-13T20:11:26.351Z" + }, + { + "fingerprint": "9bbb84cd5f71edd4159da213f1ce4be056a97bbfcb0c93e5b1cb6861bccd31d4", + "card": { + "number": 1, + "slug": "geoffrey-hinton", + "name": "Geoffrey Hinton", + "title": "The Godfather of Deep Learning", + "knownFor": "Backpropagation, and thirty years of being right too early", + "rarity": "iconic", + "impact": 99, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:33:48.124Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Geoffrey+Hinton&limit=30", + "matches": [], + "rejectedCount": 2 + }, + "systems": 72, + "openness": 84, + "influence": 99, + "nationality": "UK / Canada", + "era": "1986–present", + "domains": [ + "Neural networks", + "Backpropagation", + "Deep learning" + ], + "scouting": "Co-authored the 1986 paper that made backpropagation practical, then spent the AI winter insisting neural networks would work while the field moved on. Was proved right in 2012 when his students won ImageNet by a margin nobody could argue with. Shared the 2018 Turing Award and the 2024 Nobel Prize in Physics, and left Google to speak freely about the risks.", + "note": "The whole field is downstream of one person refusing to change his mind.", + "status": "locked", + "front": "/releases/v2/gods/001-geoffrey-hinton/front.svg", + "back": "/releases/v2/gods/001-geoffrey-hinton/back.svg", + "sources": [ + { + "label": "Geoffrey Hinton", + "url": "https://en.wikipedia.org/wiki/Geoffrey_Hinton" + }, + { + "label": "ACM A.M. Turing Award 2018", + "url": "https://amturing.acm.org/award_winners/hinton_4791679.cfm" + } + ], + "series": "gods", + "id": "gods/001-geoffrey-hinton", + "edition": 2, + "artwork": "/releases/v2/gods/001-geoffrey-hinton/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0b600ce97fd326d5006aa6fa9c2f9087d28d644c80a8aa3e08", + "usage": { + "input_tokens": 602, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 24816, + "output_tokens_details": { + "reasoning_tokens": 11394 + }, + "total_tokens": 25418 + }, + "attempts": 1, + "sha256": "2d5aba9344387e0618aa64cc5261ea275c25a88d5232c21610b720843a255ee7", + "generatedAt": "2026-09-13T19:41:52.877Z" + }, + "files": { + "gods/001-geoffrey-hinton/artwork.svg": "2d5aba9344387e0618aa64cc5261ea275c25a88d5232c21610b720843a255ee7", + "gods/001-geoffrey-hinton/front.svg": "6db185b71e15902e2644db81a1a168d1bb0d8c63e2eef5cfcba589f561034bb2", + "gods/001-geoffrey-hinton/front.png": "686e7db68efaa88e261c79f4fe82cda795eb8703f11d7ffdf9deccf929846ae8", + "gods/001-geoffrey-hinton/back.svg": "eb5ab43aa3274aa26f4d640b797d216dc6d8a533ae0345d65f582b7c7ce64f04", + "gods/001-geoffrey-hinton/back.png": "0e6f6d6e72b92ef59a014f171b4b08866c28b0176520379852bd04998b199360" + }, + "builtAt": "2026-09-13T19:41:53.094Z" + }, + { + "fingerprint": "f98d6ba4acb9f07e98f53bd36490b95dece5f92b62278754c6adf4fec4e2b074", + "card": { + "number": 2, + "slug": "yann-lecun", + "name": "Yann LeCun", + "title": "Architect of the Convolutional Net", + "knownFor": "LeNet, and pushing Meta to release its models", + "rarity": "iconic", + "impact": 97, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:34:28.751Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Yann+LeCun&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "systems": 88, + "openness": 94, + "influence": 96, + "nationality": "France / USA", + "era": "1989–present", + "domains": [ + "Convolutional networks", + "Self-supervised learning", + "Open models" + ], + "scouting": "Built LeNet in the late 1980s and had convolutional networks reading cheques at industrial scale while the rest of the field doubted them. Shared the 2018 Turing Award. As Meta’s chief AI scientist he has been the loudest senior voice for releasing weights rather than gatekeeping them, which is a large part of why open-weight models exist at all.", + "note": "The open-weight ecosystem has one very stubborn advocate to thank.", + "status": "locked", + "front": "/releases/v2/gods/002-yann-lecun/front.svg", + "back": "/releases/v2/gods/002-yann-lecun/back.svg", + "sources": [ + { + "label": "Yann LeCun", + "url": "https://en.wikipedia.org/wiki/Yann_LeCun" + }, + { + "label": "Gradient-Based Learning Applied to Document Recognition (1998)", + "url": "http://yann.lecun.com/exdb/publis/pdf/lecun-98.pdf" + } + ], + "series": "gods", + "id": "gods/002-yann-lecun", + "edition": 2, + "artwork": "/releases/v2/gods/002-yann-lecun/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_065ae698ddd4871f006aa6fac4d03487d2a2a34b7ad6a42f76", + "usage": { + "input_tokens": 605, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 24995, + "output_tokens_details": { + "reasoning_tokens": 11599 + }, + "total_tokens": 25600 + }, + "attempts": 1, + "sha256": "9cae0244b034002e6a9041d987c54e7b1ed94865f1bea65f48b0c226a7aa36dd", + "generatedAt": "2026-09-13T19:43:09.689Z" + }, + "files": { + "gods/002-yann-lecun/artwork.svg": "9cae0244b034002e6a9041d987c54e7b1ed94865f1bea65f48b0c226a7aa36dd", + "gods/002-yann-lecun/front.svg": "fdb7a59ec3682367d21c7c9b46cdc9a7d3737e95901ad76859ac1cb6468a1010", + "gods/002-yann-lecun/front.png": "165d7b00a86952898cf7bf4bae687348f12ba026ed4170b05d12561ad67ffa41", + "gods/002-yann-lecun/back.svg": "840dad41bafd9229c706afe0e0cb0719ddf1c2c18bf089806c8b56796c535e92", + "gods/002-yann-lecun/back.png": "d99026cafbcaec40339aed6bd685682b43206fc21510e1a7e65efc8470c1e655" + }, + "builtAt": "2026-09-13T19:43:09.902Z" + }, + { + "fingerprint": "6dfd3f36cec1cf33617d8102fb443352d9e8315447253fd92127c15934f3228f", + "card": { + "number": 3, + "slug": "yoshua-bengio", + "name": "Yoshua Bengio", + "title": "The Academic Conscience", + "knownFor": "Deep learning theory, Theano, and the turn to safety", + "rarity": "iconic", + "impact": 96, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:35:52.236Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Yoshua+Bengio&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "systems": 82, + "openness": 92, + "influence": 95, + "nationality": "Canada", + "era": "1991–present", + "domains": [ + "Deep learning", + "Representation learning", + "AI safety" + ], + "scouting": "Third of the 2018 Turing Award trio, and the one who stayed in the university. Founded MILA, whose lab produced Theano — the framework a generation of researchers learned on before TensorFlow and PyTorch existed. Co-authored the Deep Learning textbook, and now chairs international scientific reporting on AI risk.", + "note": "Kept the research public when the money was arguing for the opposite.", + "status": "locked", + "front": "/releases/v2/gods/003-yoshua-bengio/front.svg", + "back": "/releases/v2/gods/003-yoshua-bengio/back.svg", + "sources": [ + { + "label": "Yoshua Bengio", + "url": "https://en.wikipedia.org/wiki/Yoshua_Bengio" + }, + { + "label": "Mila — Quebec AI Institute", + "url": "https://mila.quebec/en" + } + ], + "series": "gods", + "id": "gods/003-yoshua-bengio", + "edition": 2, + "artwork": "/releases/v2/gods/003-yoshua-bengio/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_09d044e9a052fc0e006aa6fb184f8087d2803bffb2b5b62f56", + "usage": { + "input_tokens": 582, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 26676, + "output_tokens_details": { + "reasoning_tokens": 16574 + }, + "total_tokens": 27258 + }, + "attempts": 1, + "sha256": "615083386cdbd26bd94225d085219234c4c484318904bb23abff0875812e7bad", + "generatedAt": "2026-09-13T19:47:11.776Z" + }, + "files": { + "gods/003-yoshua-bengio/artwork.svg": "615083386cdbd26bd94225d085219234c4c484318904bb23abff0875812e7bad", + "gods/003-yoshua-bengio/front.svg": "2eb2b77efaa76e0b6c47daae61e082ff92c86959b7f0bf12663daf467b2edd30", + "gods/003-yoshua-bengio/front.png": "4e49f7d260d0cb47268bea0a1a70f6a917539ff22ab2e0ea7d8f29ddfedd755a", + "gods/003-yoshua-bengio/back.svg": "42bc82607e9990fff80bc5d97fb7ad72c2bf85e88dbbec42f3a25129a7a6b41b", + "gods/003-yoshua-bengio/back.png": "12f55ab4b9856d11314ce2bc9655e012e028034cd2d69b75e05e80cf0adce2c6" + }, + "builtAt": "2026-09-13T19:47:11.984Z" + }, + { + "fingerprint": "f61c5c22642e634b4160e79f5cfbfbd2abb391ca990c9b322c44e0e46c4ae47a", + "card": { + "number": 4, + "slug": "jurgen-schmidhuber", + "name": "Jürgen Schmidhuber", + "title": "Author of the LSTM", + "knownFor": "Long short-term memory, and insisting he did it first", + "rarity": "legendary", + "impact": 92, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:36:03.406Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=J%C3%BCrgen+Schmidhuber&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 78, + "openness": 84, + "influence": 90, + "nationality": "Germany", + "era": "1997–present", + "domains": [ + "Recurrent networks", + "LSTM", + "Meta-learning" + ], + "scouting": "With Sepp Hochreiter published long short-term memory in 1997, the architecture that made sequence learning work and which ran speech recognition and translation on a billion phones before transformers arrived. Also did early work on meta-learning, artificial curiosity and GAN-adjacent ideas, and is famous for pointing out, at length, when the field forgets its own history.", + "note": "Difficult, frequently correct, and the priority disputes are usually worth reading.", + "status": "locked", + "front": "/releases/v2/gods/004-jurgen-schmidhuber/front.svg", + "back": "/releases/v2/gods/004-jurgen-schmidhuber/back.svg", + "sources": [ + { + "label": "Jürgen Schmidhuber", + "url": "https://en.wikipedia.org/wiki/J%C3%BCrgen_Schmidhuber" + }, + { + "label": "Long Short-Term Memory (1997)", + "url": "https://www.bioinf.jku.at/publications/older/2604.pdf" + } + ], + "series": "gods", + "id": "gods/004-jurgen-schmidhuber", + "edition": 2, + "artwork": "/releases/v2/gods/004-jurgen-schmidhuber/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0b6a75b4254cc128006aa6fb23c69487d2b9821ec908313034", + "usage": { + "input_tokens": 593, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 23123, + "output_tokens_details": { + "reasoning_tokens": 10290 + }, + "total_tokens": 23716 + }, + "attempts": 1, + "sha256": "3aa25e4535af7e957648245f40a2ecb4cfdb051ae2ff91dde1200bd452a15e69", + "generatedAt": "2026-09-13T19:43:39.365Z" + }, + "files": { + "gods/004-jurgen-schmidhuber/artwork.svg": "3aa25e4535af7e957648245f40a2ecb4cfdb051ae2ff91dde1200bd452a15e69", + "gods/004-jurgen-schmidhuber/front.svg": "6fbff2a892008bc723ff42e409a2ae890ccea7845a84a89afd7817600f669587", + "gods/004-jurgen-schmidhuber/front.png": "5aa3c46fffabfcf39aa774f748a68f7d64dd09926e67121601ee5d16e5405082", + "gods/004-jurgen-schmidhuber/back.svg": "0384cb173a963c5d9d1557f23ae349bca6a280302d5a6a2b65050c0f25ec042a", + "gods/004-jurgen-schmidhuber/back.png": "8f669ea0032177b44434f1f003db70c454f41ed92c4f79516c0ac0667d2e7b8a" + }, + "builtAt": "2026-09-13T19:43:39.598Z" + }, + { + "fingerprint": "809dd5fae63f77795e46e7f698f05747f88558235e563db0cb1e414d7d35ef27", + "card": { + "number": 5, + "slug": "rich-sutton", + "name": "Richard S. Sutton", + "title": "The Bitter Lesson", + "knownFor": "Reinforcement learning, and the essay that keeps being right", + "rarity": "iconic", + "impact": 95, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:36:19.013Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Richard+S.+Sutton&limit=30", + "matches": [], + "rejectedCount": 2 + }, + "systems": 76, + "openness": 92, + "influence": 96, + "nationality": "USA / Canada", + "era": "1988–present", + "domains": [ + "Reinforcement learning", + "Temporal-difference learning", + "AGI" + ], + "scouting": "Invented temporal-difference learning and co-wrote Reinforcement Learning: An Introduction, the textbook the whole field learned from and which is free online. His 2019 essay “The Bitter Lesson” — that general methods plus compute beat handcrafted human knowledge — has become the most-cited two pages in modern AI. Shared the 2024 Turing Award.", + "note": "Wrote the shortest, most annoying, most consistently vindicated thing in AI.", + "status": "locked", + "front": "/releases/v2/gods/005-rich-sutton/front.svg", + "back": "/releases/v2/gods/005-rich-sutton/back.svg", + "sources": [ + { + "label": "Richard S. Sutton", + "url": "https://en.wikipedia.org/wiki/Richard_S._Sutton" + }, + { + "label": "Reinforcement Learning: An Introduction", + "url": "http://incompleteideas.net/book/the-book.html" + }, + { + "label": "The Bitter Lesson (2019)", + "url": "http://www.incompleteideas.net/IncIdeas/BitterLesson.html" + } + ], + "series": "gods", + "id": "gods/005-rich-sutton", + "edition": 2, + "artwork": "/releases/v2/gods/005-rich-sutton/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0cfecd5aa11deab0006aa6fb36ab0887d2b4fe7d5a6fac3146", + "usage": { + "input_tokens": 592, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 27759, + "output_tokens_details": { + "reasoning_tokens": 15744 + }, + "total_tokens": 28351 + }, + "attempts": 1, + "sha256": "51274b7d4f91cc43eff598458835eb29724c39a89771c58425cee168a569c8bc", + "generatedAt": "2026-09-13T19:46:25.915Z" + }, + "files": { + "gods/005-rich-sutton/artwork.svg": "51274b7d4f91cc43eff598458835eb29724c39a89771c58425cee168a569c8bc", + "gods/005-rich-sutton/front.svg": "71675c2bf0de73d68c25a77657988a71d97c5b31f39aea2b5df50121ca7ad546", + "gods/005-rich-sutton/front.png": "2e6df69047865b8004fb6f2445f5203b6b152785ee1b2a0bb313ced709a53219", + "gods/005-rich-sutton/back.svg": "729bac2927136395c57417d8171e5ffad752a48bb5b4dde2e1755ffafb4649bb", + "gods/005-rich-sutton/back.png": "77eda925ebf876e994d7c2fd29b7ce8448fd7f3a6951bbc181a6050e42d1cb41" + }, + "builtAt": "2026-09-13T19:46:26.153Z" + }, + { + "fingerprint": "f067ad0bd0d0f80eba804294f43df84b8a2431e86c57f5a5a635f4b343a7c30c", + "card": { + "number": 6, + "slug": "andrew-barto", + "name": "Andrew Barto", + "title": "Co-Founder of Reinforcement Learning", + "knownFor": "Actor-critic methods and the RL textbook", + "rarity": "legendary", + "impact": 90, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:36:19.715Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Andrew+Barto&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "systems": 70, + "openness": 90, + "influence": 90, + "nationality": "USA", + "era": "1983–present", + "domains": [ + "Reinforcement learning", + "Control", + "Neuroscience-inspired AI" + ], + "scouting": "With Sutton, built reinforcement learning into a coherent field from the actor-critic architecture onward, and co-wrote the textbook that defined it. His work tied machine learning back to animal learning and dopamine-driven reward prediction, which turned out to describe both. Shared the 2024 Turing Award.", + "note": "The quieter half of the pair that gave machines a reason to try things.", + "status": "locked", + "front": "/releases/v2/gods/006-andrew-barto/front.svg", + "back": "/releases/v2/gods/006-andrew-barto/back.svg", + "sources": [ + { + "label": "Andrew Barto", + "url": "https://en.wikipedia.org/wiki/Andrew_Barto" + }, + { + "label": "ACM A.M. Turing Award 2024", + "url": "https://amturing.acm.org/award_winners/barto_1013210.cfm" + } + ], + "series": "gods", + "id": "gods/006-andrew-barto", + "edition": 2, + "artwork": "/releases/v2/gods/006-andrew-barto/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_035e716d52dbecb2006aa6fb33cca887d2ad0c7f0a58d158eb", + "usage": { + "input_tokens": 578, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 18793, + "output_tokens_details": { + "reasoning_tokens": 11548 + }, + "total_tokens": 19371 + }, + "attempts": 1, + "sha256": "8bdecbd8684747ccdc6aa800ff3f2019643d6ff52a74956971391f5bce931f38", + "generatedAt": "2026-09-13T19:43:10.565Z" + }, + "files": { + "gods/006-andrew-barto/artwork.svg": "8bdecbd8684747ccdc6aa800ff3f2019643d6ff52a74956971391f5bce931f38", + "gods/006-andrew-barto/front.svg": "45247f9a4530fc5e3288875731e953d9b27c420f111f05fd37a26b4c64b85738", + "gods/006-andrew-barto/front.png": "59614f6e9f72f24b04788d32c61c1e3bc179e69812d8b167d252c9f953338fd0", + "gods/006-andrew-barto/back.svg": "6d53d7c9f75d8a0f716f0064e00bd560dd35fb06fffd9cabbd923b1a7883f781", + "gods/006-andrew-barto/back.png": "6c16833010b58547f425ad12a6a7f0b78c201717a68959ac9fe896e9a036cdc3" + }, + "builtAt": "2026-09-13T19:43:10.765Z" + }, + { + "fingerprint": "dff942201555411b0a09d5930c666a3d4e7093cc27b7bb49b810fb5b38217139", + "card": { + "number": 7, + "slug": "judea-pearl", + "name": "Judea Pearl", + "title": "The Causality Argument", + "knownFor": "Bayesian networks, do-calculus, and what deep learning cannot do", + "rarity": "legendary", + "impact": 91, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:36:49.474Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Judea+Pearl&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "systems": 68, + "openness": 86, + "influence": 92, + "nationality": "Israel / USA", + "era": "1988–present", + "domains": [ + "Probabilistic reasoning", + "Causal inference", + "Bayesian networks" + ], + "scouting": "Made probabilistic reasoning tractable with Bayesian networks, then built the formal machinery of causal inference — do-calculus, counterfactuals, the ladder of causation. Turing Award, 2011. Spends much of his time arguing that systems which only fit correlations are missing the thing that makes reasoning work, an argument the scaling era has not settled.", + "note": "The standing objection the field has not answered, only outrun.", + "status": "locked", + "front": "/releases/v2/gods/007-judea-pearl/front.svg", + "back": "/releases/v2/gods/007-judea-pearl/back.svg", + "sources": [ + { + "label": "Judea Pearl", + "url": "https://en.wikipedia.org/wiki/Judea_Pearl" + }, + { + "label": "ACM A.M. Turing Award 2011", + "url": "https://amturing.acm.org/award_winners/pearl_2658896.cfm" + } + ], + "series": "gods", + "id": "gods/007-judea-pearl", + "edition": 2, + "artwork": "/releases/v2/gods/007-judea-pearl/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0881747a511fb752006aa6fb51a5c087d2a49a46827e54891f", + "usage": { + "input_tokens": 597, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 22250, + "output_tokens_details": { + "reasoning_tokens": 11969 + }, + "total_tokens": 22847 + }, + "attempts": 1, + "sha256": "b17dab689e533d0e3a941d98b19f434eef4f1c7f1c862726af575fafcd8c757e", + "generatedAt": "2026-09-13T19:44:33.709Z" + }, + "files": { + "gods/007-judea-pearl/artwork.svg": "b17dab689e533d0e3a941d98b19f434eef4f1c7f1c862726af575fafcd8c757e", + "gods/007-judea-pearl/front.svg": "aa7e90baafb4e858c6e01bb53142b259cdd43a0c26ce412888e15a138bfcc08b", + "gods/007-judea-pearl/front.png": "d536460489fde411cab9be1ebb00893aae14fc065b19992ae257ae4f7b916f0a", + "gods/007-judea-pearl/back.svg": "5f76575632e35560a0d5c355cf2687057ba4698124edf89874de94ac8e4be168", + "gods/007-judea-pearl/back.png": "07adae72242bad6bce6d1862b9c0c187d5a920b27513c4fd9498734c80743353" + }, + "builtAt": "2026-09-13T19:44:33.885Z" + }, + { + "fingerprint": "a85a729f8b34d7416865fd0fad227d092f55270be18b9ace7edbcb186aa76310", + "card": { + "number": 8, + "slug": "fei-fei-li", + "name": "Fei-Fei Li", + "title": "Creator of ImageNet", + "knownFor": "The dataset that started the deep learning era", + "rarity": "iconic", + "impact": 95, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:36:54.162Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Fei-Fei+Li&limit=30", + "matches": [], + "rejectedCount": 3 + }, + "systems": 86, + "openness": 96, + "influence": 95, + "nationality": "China / USA", + "era": "2009–present", + "domains": [ + "Computer vision", + "Datasets", + "Human-centred AI" + ], + "scouting": "Built ImageNet when the field believed better algorithms mattered more than more data, and gave it away. The 2012 competition on that dataset is the moment deep learning stopped being a minority position. Founded Stanford HAI, served as chief scientist of AI at Google Cloud, and has pushed hard on who gets a say in how this technology is built.", + "note": "Proved the data was the bottleneck, then handed the data to everyone.", + "status": "locked", + "front": "/releases/v2/gods/008-fei-fei-li/front.svg", + "back": "/releases/v2/gods/008-fei-fei-li/back.svg", + "sources": [ + { + "label": "Fei-Fei Li", + "url": "https://en.wikipedia.org/wiki/Fei-Fei_Li" + }, + { + "label": "ImageNet", + "url": "https://www.image-net.org/" + } + ], + "series": "gods", + "id": "gods/008-fei-fei-li", + "edition": 2, + "artwork": "/releases/v2/gods/008-fei-fei-li/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_04c66e2ff9509648006aa6fb56391487d29c897a53d839714e", + "usage": { + "input_tokens": 591, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 25001, + "output_tokens_details": { + "reasoning_tokens": 9543 + }, + "total_tokens": 25592 + }, + "attempts": 1, + "sha256": "25625a7372d86fb77373245e6e10a044e743a33bdbfff4ec47d57a6c6b23f1b2", + "generatedAt": "2026-09-13T19:45:46.312Z" + }, + "files": { + "gods/008-fei-fei-li/artwork.svg": "25625a7372d86fb77373245e6e10a044e743a33bdbfff4ec47d57a6c6b23f1b2", + "gods/008-fei-fei-li/front.svg": "2dbd0c4ab59ed0cd82e60b159a049f3bc020c76e41a0cedec134928d38927600", + "gods/008-fei-fei-li/front.png": "228a2cf901e79105d81eae81f8cd6c97b201926f99fb14d2428cce1d2ab0c966", + "gods/008-fei-fei-li/back.svg": "d365effaf9fa323832736de84bb9eae63e3713f565b53da5b797e64c61fc544a", + "gods/008-fei-fei-li/back.png": "7ce59e9e50244269045101866c8971e8196e00e261b4592aafa14965a526e765" + }, + "builtAt": "2026-09-13T19:45:46.488Z" + }, + { + "fingerprint": "1b110552bf62b9b64159a1e439604c355db12815b335bb5ef28e50f18cdd63e8", + "card": { + "number": 9, + "slug": "ashish-vaswani", + "name": "Ashish Vaswani", + "title": "First Author on the Transformer", + "knownFor": "Attention Is All You Need", + "rarity": "iconic", + "impact": 96, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:37:00.322Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Ashish+Vaswani&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 86, + "openness": 84, + "influence": 98, + "nationality": "India / USA", + "era": "2017–present", + "domains": [ + "Transformers", + "Attention", + "Sequence modelling" + ], + "scouting": "Lead author of the 2017 paper that threw out recurrence and convolution and kept only attention. Every large language model since is a transformer, which makes those eight pages the most consequential architecture paper of the century so far. Later co-founded Adept and then Essential AI.", + "note": "One paper, and the shape of every model you have used since.", + "status": "locked", + "front": "/releases/v2/gods/009-ashish-vaswani/front.svg", + "back": "/releases/v2/gods/009-ashish-vaswani/back.svg", + "sources": [ + { + "label": "Attention Is All You Need (2017)", + "url": "https://arxiv.org/abs/1706.03762" + }, + { + "label": "Essential AI", + "url": "https://www.essential.ai/" + } + ], + "series": "gods", + "id": "gods/009-ashish-vaswani", + "edition": 2, + "artwork": "/releases/v2/gods/009-ashish-vaswani/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_092a05a88af14539006aa6fb5c6ab087d2a7e2e274c301ea5b", + "usage": { + "input_tokens": 564, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 23734, + "output_tokens_details": { + "reasoning_tokens": 8532 + }, + "total_tokens": 24298 + }, + "attempts": 1, + "sha256": "a992f3fe3711d1e6aff5656002d82d36479234b14bfe4a7a8f60c0314b7b933a", + "generatedAt": "2026-09-13T19:44:51.987Z" + }, + "files": { + "gods/009-ashish-vaswani/artwork.svg": "a992f3fe3711d1e6aff5656002d82d36479234b14bfe4a7a8f60c0314b7b933a", + "gods/009-ashish-vaswani/front.svg": "aa8d4b70722d82f3a9215704f0a4d496cbf3eba1d9b3fac47ade15bea0fe2657", + "gods/009-ashish-vaswani/front.png": "52f753d11af4241e60cc558dd0c737f0f8e3c99d709b9b10500c78df605689a4", + "gods/009-ashish-vaswani/back.svg": "e04bb4447cf3f6c1c6d7a700551b7fe6ba61d20e92a7b1d57825f91e420a8416", + "gods/009-ashish-vaswani/back.png": "df05d5892479fea8397ea7fcb07dfda847df29946e9868f86fd5c11c8e10720d" + }, + "builtAt": "2026-09-13T19:44:52.198Z" + }, + { + "fingerprint": "a0d3a15d027d0143b2c445d37ec12da581f92cd0a957d564ed1c021f81c25c61", + "card": { + "number": 10, + "slug": "noam-shazeer", + "name": "Noam Shazeer", + "title": "The Efficiency Obsessive", + "knownFor": "The Transformer, mixture-of-experts, and Character.AI", + "rarity": "legendary", + "impact": 93, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:37:08.304Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Noam+Shazeer&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 96, + "openness": 78, + "influence": 92, + "nationality": "USA", + "era": "2017–present", + "domains": [ + "Transformers", + "Mixture of experts", + "Inference efficiency" + ], + "scouting": "Transformer co-author whose fingerprints are on most of what made the architecture fast: multi-query attention, sparsely-gated mixture-of-experts, the Mesh-TensorFlow work on model parallelism, and the T5 line. Left Google to found Character.AI, then returned to lead Gemini. Widely regarded as the best engineer in the room on making big models cheap.", + "note": "Designed it, then spent a decade making it affordable to run.", + "status": "locked", + "front": "/releases/v2/gods/010-noam-shazeer/front.svg", + "back": "/releases/v2/gods/010-noam-shazeer/back.svg", + "sources": [ + { + "label": "Attention Is All You Need (2017)", + "url": "https://arxiv.org/abs/1706.03762" + }, + { + "label": "Outrageously Large Neural Networks: Sparsely-Gated Mixture-of-Experts (2017)", + "url": "https://arxiv.org/abs/1701.06538" + } + ], + "series": "gods", + "id": "gods/010-noam-shazeer", + "edition": 2, + "artwork": "/releases/v2/gods/010-noam-shazeer/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_009127f6748c2ba6006aa6fb645df887d2b20f97abd0caaf84", + "usage": { + "input_tokens": 600, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 24649, + "output_tokens_details": { + "reasoning_tokens": 11340 + }, + "total_tokens": 25249 + }, + "attempts": 1, + "sha256": "15135e7dc5e03677ddd922f3250182e38cbd5c4167203521f47fa2d336ac9033", + "generatedAt": "2026-09-13T19:45:35.029Z" + }, + "files": { + "gods/010-noam-shazeer/artwork.svg": "15135e7dc5e03677ddd922f3250182e38cbd5c4167203521f47fa2d336ac9033", + "gods/010-noam-shazeer/front.svg": "9231103aebb57081509af8fcd38ed944af099240b0aba88cfb955a188be3d304", + "gods/010-noam-shazeer/front.png": "f3814083ccb775304f93583cf06d2ab3d0a16dc47fe4f3de5d94bfd6c5df0928", + "gods/010-noam-shazeer/back.svg": "20982bd90b936dac92b6efabf95df1ab2386a691e2b8e883d6c901594856ef39", + "gods/010-noam-shazeer/back.png": "08944688e907c2db5d0be41609379eb321aba9218c7e1ac403ef56bd4911e306" + }, + "builtAt": "2026-09-13T19:45:35.225Z" + }, + { + "fingerprint": "f7302e0f9fc93a59ac536e725e10d5b17017924b7416b081f61c89951d3d5d98", + "card": { + "number": 11, + "slug": "lukasz-kaiser", + "name": "Łukasz Kaiser", + "title": "The One Who Open-Sourced It", + "knownFor": "The Transformer, Tensor2Tensor and Trax", + "rarity": "epic", + "impact": 88, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:37:14.972Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=%C5%81ukasz+Kaiser&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 90, + "openness": 94, + "influence": 88, + "nationality": "Poland / USA", + "era": "2017–present", + "domains": [ + "Transformers", + "ML frameworks", + "Reasoning models" + ], + "scouting": "Transformer co-author who also built and released Tensor2Tensor, the open library that put a working transformer implementation in everyone’s hands within weeks of the paper, and later Trax. Moved to OpenAI to work on the reasoning-model line. The gap between publishing an architecture and everyone being able to run it was largely his to close.", + "note": "The paper made it famous; the repo made it everyone’s.", + "status": "locked", + "front": "/releases/v2/gods/011-lukasz-kaiser/front.svg", + "back": "/releases/v2/gods/011-lukasz-kaiser/back.svg", + "sources": [ + { + "label": "Attention Is All You Need (2017)", + "url": "https://arxiv.org/abs/1706.03762" + }, + { + "label": "Tensor2Tensor", + "url": "https://github.com/tensorflow/tensor2tensor" + } + ], + "series": "gods", + "id": "gods/011-lukasz-kaiser", + "edition": 2, + "artwork": "/releases/v2/gods/011-lukasz-kaiser/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_07eb74c9b4e1d832006aa6fde4463c87d2990598ab9c9a5c77", + "usage": { + "input_tokens": 10255, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 10029, + "output_tokens_details": { + "reasoning_tokens": 393 + }, + "total_tokens": 20284 + }, + "attempts": 2, + "sha256": "479c225b2e6686ffcd285cf77566d699b7ca48670e667f531a3c2d43a159ccd4", + "generatedAt": "2026-09-13T19:49:53.627Z" + }, + "files": { + "gods/011-lukasz-kaiser/artwork.svg": "479c225b2e6686ffcd285cf77566d699b7ca48670e667f531a3c2d43a159ccd4", + "gods/011-lukasz-kaiser/front.svg": "c33f3702e5a664609684dcd9076a505219954a1549e79b287939522dd0afdcfc", + "gods/011-lukasz-kaiser/front.png": "5cb50ae5adcf4f3ed3a2a7f0730e34eb1502158e48527015ec4ba5e2461eab79", + "gods/011-lukasz-kaiser/back.svg": "131e3c1a371cd8eea55402ea4bb04be56150110ecb027b6db4a5ffb726c5482f", + "gods/011-lukasz-kaiser/back.png": "956607bc07ef98544bccec62a8ed57e99a0c1beeae633dc27a7312e5feb42b5d" + }, + "builtAt": "2026-09-13T19:49:53.994Z" + }, + { + "fingerprint": "65732b29b5351b0a495fd29c5a6c84a5518012e13c2455ba901de83de87b113e", + "card": { + "number": 12, + "slug": "aidan-gomez", + "name": "Aidan Gomez", + "title": "The Youngest Author", + "knownFor": "The Transformer, and building Cohere", + "rarity": "epic", + "impact": 85, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:37:26.495Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Aidan+Gomez&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 88, + "openness": 78, + "influence": 84, + "nationality": "Canada", + "era": "2017–present", + "domains": [ + "Transformers", + "Language models", + "Enterprise AI" + ], + "scouting": "Was an intern when he became a co-author on Attention Is All You Need. Co-founded FOR.ai and then Cohere, building large language models for enterprises, and Cohere Labs has released open-weight multilingual models including the Aya family with a strong emphasis on languages the field usually ignores.", + "note": "Went from intern on the paper to running a lab built on it.", + "status": "locked", + "front": "/releases/v2/gods/012-aidan-gomez/front.svg", + "back": "/releases/v2/gods/012-aidan-gomez/back.svg", + "sources": [ + { + "label": "Attention Is All You Need (2017)", + "url": "https://arxiv.org/abs/1706.03762" + }, + { + "label": "Cohere Labs", + "url": "https://cohere.com/research" + } + ], + "series": "gods", + "id": "gods/012-aidan-gomez", + "edition": 2, + "artwork": "/releases/v2/gods/012-aidan-gomez/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0550549ed41a1f11006aa6fb76aa4487d2be619e6eb003a9f8", + "usage": { + "input_tokens": 568, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 23556, + "output_tokens_details": { + "reasoning_tokens": 11126 + }, + "total_tokens": 24124 + }, + "attempts": 1, + "sha256": "124953fe8fcfbadd60a6a7460c5194aed6f85b19d6483372ef2fe607114b315e", + "generatedAt": "2026-09-13T19:45:52.009Z" + }, + "files": { + "gods/012-aidan-gomez/artwork.svg": "124953fe8fcfbadd60a6a7460c5194aed6f85b19d6483372ef2fe607114b315e", + "gods/012-aidan-gomez/front.svg": "d7accb2fe5374ffbdc74ce5e3d295d97a09a91acb231b77459f76e2b40bb1d78", + "gods/012-aidan-gomez/front.png": "cdb370c5e5faae4af4876c5d2411a1161217bdd7c481e2b4a1a338844916135c", + "gods/012-aidan-gomez/back.svg": "b89d9700d9abe3ffcb860fb1f4df91a5a94ff011820fcde5aabf4002970a1176", + "gods/012-aidan-gomez/back.png": "fed01a3b3ac5646a843baffe611735bf67e4ab79fba5a7421c1bbf04825bbb6b" + }, + "builtAt": "2026-09-13T19:45:52.236Z" + }, + { + "fingerprint": "889df8829fa743b727338d75e7ee1f038678c433bfc00e642c9d985bad223d6e", + "card": { + "number": 13, + "slug": "alex-krizhevsky", + "name": "Alex Krizhevsky", + "title": "Author of AlexNet", + "knownFor": "The 2012 result that ended the argument", + "rarity": "legendary", + "impact": 93, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:37:26.692Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Alex+Krizhevsky&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 94, + "openness": 88, + "influence": 95, + "nationality": "Ukraine / Canada", + "era": "2012–present", + "domains": [ + "Convolutional networks", + "GPU training", + "Computer vision" + ], + "scouting": "Wrote the CUDA code that trained AlexNet on two consumer GPUs and won ImageNet 2012 by a margin so large it settled the question of whether deep learning worked. Released cuda-convnet so others could reproduce it. Also assembled CIFAR-10 and CIFAR-100, which remain the default first datasets for anyone learning the field.", + "note": "Hand-wrote the kernels that started the modern era, then went quiet.", + "status": "locked", + "front": "/releases/v2/gods/013-alex-krizhevsky/front.svg", + "back": "/releases/v2/gods/013-alex-krizhevsky/back.svg", + "sources": [ + { + "label": "Alex Krizhevsky", + "url": "https://en.wikipedia.org/wiki/Alex_Krizhevsky" + }, + { + "label": "ImageNet Classification with Deep CNNs (2012)", + "url": "https://proceedings.neurips.cc/paper/2012/file/c399862d3b9d6b76c8436e924a68c45b-Paper.pdf" + } + ], + "series": "gods", + "id": "gods/013-alex-krizhevsky", + "edition": 2, + "artwork": "/releases/v2/gods/013-alex-krizhevsky/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_02334b6ec14f939f006aa6fb76bfcc87d28be6f05d4beb20c5", + "usage": { + "input_tokens": 591, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 22980, + "output_tokens_details": { + "reasoning_tokens": 9236 + }, + "total_tokens": 23571 + }, + "attempts": 1, + "sha256": "79433690ab53dc5330c424dacdd5e665f3f97b314606c4794ad0a4e8f48ea1d4", + "generatedAt": "2026-09-13T19:45:16.003Z" + }, + "files": { + "gods/013-alex-krizhevsky/artwork.svg": "79433690ab53dc5330c424dacdd5e665f3f97b314606c4794ad0a4e8f48ea1d4", + "gods/013-alex-krizhevsky/front.svg": "036b69fbab77cf23c7ecf1e5c69906850a44ef9d3904661eb356f0be07579908", + "gods/013-alex-krizhevsky/front.png": "b696bf01a9a8d96ed3d2d11c125bb1444534a15499bcc9337334582070983313", + "gods/013-alex-krizhevsky/back.svg": "44a3a41e7ad8ca2d3f510a81606ea198bd417099a1030352201e2682db9cc2ff", + "gods/013-alex-krizhevsky/back.png": "bba2f6a8f38b8ecd457416a36942135d145636b2bd5afb8c6b8db08449a7e5d3" + }, + "builtAt": "2026-09-13T19:45:16.238Z" + }, + { + "fingerprint": "3ca3f9a59afb9473d38703b54e37df1c07f5f3afbcab7ddde09e785edafb2a88", + "card": { + "number": 14, + "slug": "ilya-sutskever", + "name": "Ilya Sutskever", + "title": "The Scaling Believer", + "knownFor": "AlexNet, seq2seq, and the GPT line", + "rarity": "iconic", + "impact": 96, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:37:34.204Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Ilya+Sutskever&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 92, + "openness": 70, + "influence": 96, + "nationality": "Russia / Israel / Canada", + "era": "2012–present", + "domains": [ + "Deep learning", + "Language models", + "Alignment" + ], + "scouting": "Co-author of AlexNet, then of sequence-to-sequence learning, then co-founder and chief scientist of OpenAI through the GPT series. The through-line of his career is a conviction that scale plus the right objective gets you most of the way, held earlier and harder than almost anyone. Left in 2024 to found Safe Superintelligence.", + "note": "Bet on scale before it was obvious, three separate times.", + "status": "locked", + "front": "/releases/v2/gods/014-ilya-sutskever/front.svg", + "back": "/releases/v2/gods/014-ilya-sutskever/back.svg", + "sources": [ + { + "label": "Ilya Sutskever", + "url": "https://en.wikipedia.org/wiki/Ilya_Sutskever" + }, + { + "label": "Sequence to Sequence Learning with Neural Networks (2014)", + "url": "https://arxiv.org/abs/1409.3215" + } + ], + "series": "gods", + "id": "gods/014-ilya-sutskever", + "edition": 2, + "artwork": "/releases/v2/gods/014-ilya-sutskever/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_06560a19471948fa006aa6fb7e728c87d2bc2f3aabd5cd29ba", + "usage": { + "input_tokens": 587, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 26414, + "output_tokens_details": { + "reasoning_tokens": 12992 + }, + "total_tokens": 27001 + }, + "attempts": 1, + "sha256": "370df1eba44f5c8125cceda3d5cdfa1166667d09987a679b5563a8581f2802e4", + "generatedAt": "2026-09-13T19:45:48.544Z" + }, + "files": { + "gods/014-ilya-sutskever/artwork.svg": "370df1eba44f5c8125cceda3d5cdfa1166667d09987a679b5563a8581f2802e4", + "gods/014-ilya-sutskever/front.svg": "51147e3983d0643f71aa0008aa70a9986426e1e0473cac7e3c51a7b7357f4d1b", + "gods/014-ilya-sutskever/front.png": "437801739bb34c165272b27cb18fb6bd1c661bc2d4dbac054236585063dbf686", + "gods/014-ilya-sutskever/back.svg": "9407f16428b853a225cf18ecf45f7a7b3267329715f6f0d888822ecacf4b5d00", + "gods/014-ilya-sutskever/back.png": "27a2be52d3da3e95a40fad380a7140aea0b69d05071293a9678732cee3e6a4f6" + }, + "builtAt": "2026-09-13T19:45:48.779Z" + }, + { + "fingerprint": "c111070870796b975c55679919235cd7e3358d1235bf294173f63c3229362b90", + "card": { + "number": 15, + "slug": "ian-goodfellow", + "name": "Ian Goodfellow", + "title": "Inventor of the GAN", + "knownFor": "Generative adversarial networks", + "rarity": "legendary", + "impact": 90, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:37:41.412Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Ian+Goodfellow&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 84, + "openness": 88, + "influence": 90, + "nationality": "USA", + "era": "2014–present", + "domains": [ + "Generative models", + "Adversarial examples", + "Deep learning" + ], + "scouting": "Proposed generative adversarial networks in 2014 — two networks trained against each other — and gave image generation its first decade. Co-wrote the Deep Learning textbook with Bengio and Courville, which is free to read online, and did foundational work on adversarial examples that became its own subfield.", + "note": "Two networks arguing, and suddenly machines could imagine.", + "status": "locked", + "front": "/releases/v2/gods/015-ian-goodfellow/front.svg", + "back": "/releases/v2/gods/015-ian-goodfellow/back.svg", + "sources": [ + { + "label": "Ian Goodfellow", + "url": "https://en.wikipedia.org/wiki/Ian_Goodfellow" + }, + { + "label": "Generative Adversarial Networks (2014)", + "url": "https://arxiv.org/abs/1406.2661" + } + ], + "series": "gods", + "id": "gods/015-ian-goodfellow", + "edition": 2, + "artwork": "/releases/v2/gods/015-ian-goodfellow/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_026eea8f8f37f412006aa6fb85788887d2addb7aaec663f859", + "usage": { + "input_tokens": 577, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 25772, + "output_tokens_details": { + "reasoning_tokens": 13753 + }, + "total_tokens": 26349 + }, + "attempts": 1, + "sha256": "4d6b9c8e3c6b0cda96da0dd520d4b21837aa01a70356deb4f8fa8c8a19bc4c27", + "generatedAt": "2026-09-13T19:47:13.828Z" + }, + "files": { + "gods/015-ian-goodfellow/artwork.svg": "4d6b9c8e3c6b0cda96da0dd520d4b21837aa01a70356deb4f8fa8c8a19bc4c27", + "gods/015-ian-goodfellow/front.svg": "de50a997723ad720ef1b8dece9e3b406b8923efb5e72c282387a8e7055e1cb4c", + "gods/015-ian-goodfellow/front.png": "8e82ef16d5ae2a9cd15c7d2cc3e5829751236eac49cc5018d97c926756f8084c", + "gods/015-ian-goodfellow/back.svg": "9dfd4ff6a7e500c7b2f7b4cf95e55b3644922a321450b765c22d70a91e353a3f", + "gods/015-ian-goodfellow/back.png": "d49d7e69f621c08d3d0194e4146ee8386f23c0814f3b0a430e85a528e4bbf234" + }, + "builtAt": "2026-09-13T19:47:14.049Z" + }, + { + "fingerprint": "2ca89dd7d76391c13995659af178b0913671d71b881e136df5628c17e67985aa", + "card": { + "number": 16, + "slug": "tri-dao", + "name": "Tri Dao", + "title": "Author of FlashAttention", + "knownFor": "Making attention fit in memory, and co-creating Mamba", + "rarity": "legendary", + "impact": 89, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:38:10.548Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Tri+Dao&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "systems": 97, + "openness": 96, + "influence": 88, + "nationality": "Vietnam / USA", + "era": "2022–present", + "domains": [ + "Efficient attention", + "State space models", + "GPU kernels" + ], + "scouting": "Wrote FlashAttention, an IO-aware exact attention kernel that cut memory use enough to make long contexts practical, and released it openly — it is now in essentially every training stack in the world. Co-created the Mamba state space architecture with Albert Gu, also open. Chief scientist at Together AI and a Princeton professor.", + "note": "If your context window is long, it is partly because of his CUDA.", + "status": "locked", + "front": "/releases/v2/gods/016-tri-dao/front.svg", + "back": "/releases/v2/gods/016-tri-dao/back.svg", + "sources": [ + { + "label": "FlashAttention (2022)", + "url": "https://arxiv.org/abs/2205.14135" + }, + { + "label": "flash-attention on GitHub", + "url": "https://github.com/Dao-AILab/flash-attention" + } + ], + "series": "gods", + "id": "gods/016-tri-dao", + "edition": 2, + "artwork": "/releases/v2/gods/016-tri-dao/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0f15a20206711b21006aa6fba29d1487d2826e11bbea3a5444", + "usage": { + "input_tokens": 581, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 27524, + "output_tokens_details": { + "reasoning_tokens": 16056 + }, + "total_tokens": 28105 + }, + "attempts": 1, + "sha256": "9cecbf4e3438823146f59894a61556f0a5743ecc073fecddf77ff32fbe879426", + "generatedAt": "2026-09-13T19:47:25.965Z" + }, + "files": { + "gods/016-tri-dao/artwork.svg": "9cecbf4e3438823146f59894a61556f0a5743ecc073fecddf77ff32fbe879426", + "gods/016-tri-dao/front.svg": "2d9d046fe1b45a94bcb115c34e9c70896f9380a6e40066d1798b7b83c45cbb80", + "gods/016-tri-dao/front.png": "059a928aad9caf78326edf3a6e721e2d9b0124e965b462a3326bb1a4391b8d3f", + "gods/016-tri-dao/back.svg": "fa1c316b4d024681e92b9bd76e95827fa27df9c6b49b1b2bcad29432c7e68e2e", + "gods/016-tri-dao/back.png": "94bb09521cd6341dc9ebf4ad8f9e0eebe37be587ebe3f458de053c8cd1033d7d" + }, + "builtAt": "2026-09-13T19:47:26.142Z" + }, + { + "fingerprint": "1fd28cfaf9515c27e9ac537be363e155a4524338672f486e004eebcbc3450b34", + "card": { + "number": 17, + "slug": "albert-gu", + "name": "Albert Gu", + "title": "The State Space Alternative", + "knownFor": "S4 and Mamba, the credible challenge to attention", + "rarity": "epic", + "impact": 85, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:38:16.008Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Albert+Gu&limit=30", + "matches": [], + "rejectedCount": 3 + }, + "systems": 88, + "openness": 94, + "influence": 84, + "nationality": "USA", + "era": "2021–present", + "domains": [ + "State space models", + "Long sequences", + "Architecture research" + ], + "scouting": "Developed structured state space models — S4 and its successors — showing that sequence modelling with linear-time scaling could compete with quadratic attention on long inputs. Co-created Mamba with Tri Dao and released it openly. The most serious architectural alternative to the transformer to come out of the last decade.", + "note": "The only person with a real answer to \"what comes after attention\".", + "status": "locked", + "front": "/releases/v2/gods/017-albert-gu/front.svg", + "back": "/releases/v2/gods/017-albert-gu/back.svg", + "sources": [ + { + "label": "Efficiently Modeling Long Sequences with Structured State Spaces (2021)", + "url": "https://arxiv.org/abs/2111.00396" + }, + { + "label": "Mamba (2023)", + "url": "https://arxiv.org/abs/2312.00752" + } + ], + "series": "gods", + "id": "gods/017-albert-gu", + "edition": 2, + "artwork": "/releases/v2/gods/017-albert-gu/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0d292912ea8c4d6e006aa6fba8163487d2b176c98d6c86d031", + "usage": { + "input_tokens": 573, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 24693, + "output_tokens_details": { + "reasoning_tokens": 11539 + }, + "total_tokens": 25266 + }, + "attempts": 1, + "sha256": "37446630e96b46dafc65939487c9091c64f355ccbd8eaf7d4d3498d662f22833", + "generatedAt": "2026-09-13T19:47:01.221Z" + }, + "files": { + "gods/017-albert-gu/artwork.svg": "37446630e96b46dafc65939487c9091c64f355ccbd8eaf7d4d3498d662f22833", + "gods/017-albert-gu/front.svg": "37334fbc631304b31e8e35495395f78c5d92063830677945e723a8658cb50c81", + "gods/017-albert-gu/front.png": "0594cc79bfa3e591693ee4dfeebeb4dba5c9676321e308457da1aec70221bc37", + "gods/017-albert-gu/back.svg": "1e4c5532c9799c6181149d2d2d65e60a89788c9880b1ea1aab94955e256fee76", + "gods/017-albert-gu/back.png": "378d49f8e135b302de7c26602e5de4648f31da1de366f388d8e7582736a55b12" + }, + "builtAt": "2026-09-13T19:47:01.442Z" + }, + { + "fingerprint": "bdbb9bc2ec48803cdcc1ec547d15ead4a8da3c3bb4f327a41c560e7282f8863c", + "card": { + "number": 18, + "slug": "alec-radford", + "name": "Alec Radford", + "title": "The Quiet Architect of GPT", + "knownFor": "GPT, CLIP and Whisper", + "rarity": "legendary", + "impact": 93, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:38:21.839Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Alec+Radford&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 90, + "openness": 82, + "influence": 93, + "nationality": "USA", + "era": "2015–present", + "domains": [ + "Language models", + "Multimodal models", + "Speech" + ], + "scouting": "First author on the original GPT paper, on GPT-2, on CLIP and on Whisper — an unusual concentration of foundational work in one person. DCGAN before that. Whisper was released openly with weights and remains the default speech recognition model for anyone who does not want to send audio to an API.", + "note": "Four papers, four subfields. Almost no public profile.", + "status": "locked", + "front": "/releases/v2/gods/018-alec-radford/front.svg", + "back": "/releases/v2/gods/018-alec-radford/back.svg", + "sources": [ + { + "label": "Improving Language Understanding by Generative Pre-Training (2018)", + "url": "https://cdn.openai.com/research-covers/language-unsupervised/language_understanding_paper.pdf" + }, + { + "label": "Whisper on GitHub", + "url": "https://github.com/openai/whisper" + } + ], + "series": "gods", + "id": "gods/018-alec-radford", + "edition": 2, + "artwork": "/releases/v2/gods/018-alec-radford/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0f9ab23ab1138493006aa6fbade77c87d2b788356688e4f0a3", + "usage": { + "input_tokens": 579, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 25908, + "output_tokens_details": { + "reasoning_tokens": 13466 + }, + "total_tokens": 26487 + }, + "attempts": 1, + "sha256": "8b897238ff438498d74b055c8b3594ce3d6dc1f7cfbba223367ddf4299c854ca", + "generatedAt": "2026-09-13T19:46:38.601Z" + }, + "files": { + "gods/018-alec-radford/artwork.svg": "8b897238ff438498d74b055c8b3594ce3d6dc1f7cfbba223367ddf4299c854ca", + "gods/018-alec-radford/front.svg": "1fd3bfa40794864a51eb2068bc65bf2a28bd736fa4f0b875c1eee0b607510487", + "gods/018-alec-radford/front.png": "a240845c55322b7f69e14f0d2ad0f17b864b5100b251eb1eeee5c0f4a3d22446", + "gods/018-alec-radford/back.svg": "c3d07e8e1eb7ae91531c6766eea875bd745f86ebef0d2c3022be5bb5d49d23ed", + "gods/018-alec-radford/back.png": "804bee096b2a4b5981ddc8131eaeeb0dd7f56ab8e296b2706d3bfd6aa5e79612" + }, + "builtAt": "2026-09-13T19:46:38.820Z" + }, + { + "fingerprint": "847ee5c41c907e1a7261263d64345377733325408f0a5fc441ca55917756f297", + "card": { + "number": 19, + "slug": "david-silver", + "name": "David Silver", + "title": "Architect of AlphaGo", + "knownFor": "AlphaGo, AlphaZero and learning without human data", + "rarity": "legendary", + "impact": 92, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:38:21.857Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=David+Silver&limit=30", + "matches": [], + "rejectedCount": 14 + }, + "systems": 92, + "openness": 74, + "influence": 92, + "nationality": "UK", + "era": "2016–present", + "domains": [ + "Reinforcement learning", + "Search", + "Self-play" + ], + "scouting": "Led the AlphaGo work that beat Lee Sedol in 2016, a result the field had expected to be a decade away, then AlphaZero — which threw away the human games entirely and taught itself Go, chess and shogi from the rules. His RL lecture series, free on YouTube, taught the subject to a generation.", + "note": "Showed that removing the human data made it stronger, not weaker.", + "status": "locked", + "front": "/releases/v2/gods/019-david-silver/front.svg", + "back": "/releases/v2/gods/019-david-silver/back.svg", + "sources": [ + { + "label": "David Silver", + "url": "https://en.wikipedia.org/wiki/David_Silver_(computer_scientist)" + }, + { + "label": "Mastering the game of Go without human knowledge (2017)", + "url": "https://www.nature.com/articles/nature24270" + } + ], + "series": "gods", + "id": "gods/019-david-silver", + "edition": 2, + "artwork": "/releases/v2/gods/019-david-silver/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0aaa746a3b45aab2006aa6fbae56f087d2bc9fcdeabb78de27", + "usage": { + "input_tokens": 587, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 19658, + "output_tokens_details": { + "reasoning_tokens": 7958 + }, + "total_tokens": 20245 + }, + "attempts": 1, + "sha256": "82af4d3230e0ca5c7288d4c977b4fcb1820f4619fef91dc0da103a818ea73058", + "generatedAt": "2026-09-13T19:44:59.020Z" + }, + "files": { + "gods/019-david-silver/artwork.svg": "82af4d3230e0ca5c7288d4c977b4fcb1820f4619fef91dc0da103a818ea73058", + "gods/019-david-silver/front.svg": "63ccf327f515742e588be0287b1b3837dcbdd930b32e0921ffda76ce19e04817", + "gods/019-david-silver/front.png": "8271b84bfc4228841ccd5f17ca9eccc55aef8ce70033eda77b0cb629d79eb812", + "gods/019-david-silver/back.svg": "476a1e055d2e8e30a82dcfdb6e1a773251fb935ae2758fb85bd33c860971004e", + "gods/019-david-silver/back.png": "4ccc407425446d8d57a3581fbf53a3af75d74be2adc07000128def138c47a916" + }, + "builtAt": "2026-09-13T19:44:59.310Z" + }, + { + "fingerprint": "ee047c35f3815000a89104ca10481d0519f8951fa93b4d9d0ab498283568f5b1", + "card": { + "number": 20, + "slug": "oriol-vinyals", + "name": "Oriol Vinyals", + "title": "From Seq2Seq to Gemini", + "knownFor": "Sequence-to-sequence, AlphaStar, and leading Gemini", + "rarity": "epic", + "impact": 89, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:38:24.228Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Oriol+Vinyals&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 92, + "openness": 74, + "influence": 89, + "nationality": "Spain / UK", + "era": "2014–present", + "domains": [ + "Sequence models", + "Multi-agent RL", + "Large models" + ], + "scouting": "Co-authored sequence-to-sequence learning and Pointer Networks, led AlphaStar to grandmaster level at StarCraft II — a far messier problem than board games — and is now a lead on Gemini. One of the few researchers whose career spans the pre-transformer, game-playing and frontier-model eras at the top of each.", + "note": "Has been at the front of three different eras of the field.", + "status": "locked", + "front": "/releases/v2/gods/020-oriol-vinyals/front.svg", + "back": "/releases/v2/gods/020-oriol-vinyals/back.svg", + "sources": [ + { + "label": "Oriol Vinyals", + "url": "https://en.wikipedia.org/wiki/Oriol_Vinyals" + }, + { + "label": "Grandmaster level in StarCraft II (2019)", + "url": "https://www.nature.com/articles/s41586-019-1724-z" + } + ], + "series": "gods", + "id": "gods/020-oriol-vinyals", + "edition": 2, + "artwork": "/releases/v2/gods/020-oriol-vinyals/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_01644254d48c19a3006aa6fbb04cac87d2a2b99646feeefa6f", + "usage": { + "input_tokens": 586, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 28236, + "output_tokens_details": { + "reasoning_tokens": 15668 + }, + "total_tokens": 28822 + }, + "attempts": 1, + "sha256": "aef78610b6e6ddf789a24113d7c9ee96f4b0929a2d01b0756c2e0c89a745a731", + "generatedAt": "2026-09-13T19:49:12.361Z" + }, + "files": { + "gods/020-oriol-vinyals/artwork.svg": "aef78610b6e6ddf789a24113d7c9ee96f4b0929a2d01b0756c2e0c89a745a731", + "gods/020-oriol-vinyals/front.svg": "8d41551245234731a3488b58ea608593b04bb5827f7a137a09a3ef1574df87b7", + "gods/020-oriol-vinyals/front.png": "ff47c568909f9bcafbc9de1832aff9a3f2a8428f7599ee45c9592b154fd38896", + "gods/020-oriol-vinyals/back.svg": "3e8f6fd1698119a05f80c6ce576ee065646c3bbc7b4661d0ef5308bb20d44a23", + "gods/020-oriol-vinyals/back.png": "f028d1595a7a3e63f9fef2ea81b571b5f51f79abb75da65a037bd0c2fd6971e3" + }, + "builtAt": "2026-09-13T19:49:12.562Z" + }, + { + "fingerprint": "5186398074ec9e41b7daa6979e4c6bef981cc4242a35d54c18f68abd2950234f", + "card": { + "number": 21, + "slug": "john-jumper", + "name": "John Jumper", + "title": "Architect of AlphaFold", + "knownFor": "Solving protein structure prediction, and releasing it", + "rarity": "iconic", + "impact": 95, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:38:27.587Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=John+Jumper&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 93, + "openness": 95, + "influence": 94, + "nationality": "USA", + "era": "2020–present", + "domains": [ + "Structural biology", + "Deep learning", + "Open science" + ], + "scouting": "Led AlphaFold 2, which solved a fifty-year-old grand challenge in biology to experimental accuracy. DeepMind then released the code and predicted structures for essentially every known protein, free, which is the part biologists actually talk about. Shared the 2024 Nobel Prize in Chemistry.", + "note": "The strongest argument in the set that AI can just make a field better.", + "status": "locked", + "front": "/releases/v2/gods/021-john-jumper/front.svg", + "back": "/releases/v2/gods/021-john-jumper/back.svg", + "sources": [ + { + "label": "John Jumper", + "url": "https://en.wikipedia.org/wiki/John_Jumper" + }, + { + "label": "Highly accurate protein structure prediction with AlphaFold (2021)", + "url": "https://www.nature.com/articles/s41586-021-03819-2" + } + ], + "series": "gods", + "id": "gods/021-john-jumper", + "edition": 2, + "artwork": "/releases/v2/gods/021-john-jumper/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0887ddf22f852028006aa6fbb3a93c87d285cd3fdee314e7b4", + "usage": { + "input_tokens": 571, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 21720, + "output_tokens_details": { + "reasoning_tokens": 10876 + }, + "total_tokens": 22291 + }, + "attempts": 1, + "sha256": "7bcfcf8c61d2420bc1a60697a4c1444e7e8489ba3fcdc42c41bc31bcc3cfdf3c", + "generatedAt": "2026-09-13T19:45:39.875Z" + }, + "files": { + "gods/021-john-jumper/artwork.svg": "7bcfcf8c61d2420bc1a60697a4c1444e7e8489ba3fcdc42c41bc31bcc3cfdf3c", + "gods/021-john-jumper/front.svg": "490c003bde11cb8330b508b6ae0f9b788baf678a6a8d8b52b9fcafb8fa4da1c5", + "gods/021-john-jumper/front.png": "f735a6f0d7b4c6b47f1ce2bd80632414d5d5b2ce8d163f50798d7f87da9e3bfb", + "gods/021-john-jumper/back.svg": "e58fa14ebb2cc1bad2fe3f016450ca7a95b31eae0c714b81fd2557ad337f63b7", + "gods/021-john-jumper/back.png": "abb3945e506f65700891b79ad790f2e261555d5c50a8c2a636b56f4027fb487d" + }, + "builtAt": "2026-09-13T19:45:40.064Z" + }, + { + "fingerprint": "68f5a46a35135e95c13027c5eb315a582a79181f6b1ae788e8d00e7ab2864630", + "card": { + "number": 22, + "slug": "shane-legg", + "name": "Shane Legg", + "title": "The One Who Said AGI", + "knownFor": "Co-founding DeepMind and defining machine intelligence", + "rarity": "epic", + "impact": 88, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:38:37.463Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Shane+Legg&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 80, + "openness": 72, + "influence": 90, + "nationality": "New Zealand / UK", + "era": "2010–present", + "domains": [ + "AGI", + "Machine intelligence theory", + "Safety" + ], + "scouting": "Co-founded DeepMind with Hassabis and Suleyman and is chief AGI scientist there. His doctoral work with Marcus Hutter produced a formal definition of machine intelligence, and he popularised the term AGI at a point when saying it out loud was a career risk. Has publicly held a rough timeline for human-level AI since 2011.", + "note": "Was using the word AGI in public when it still got you laughed at.", + "status": "locked", + "front": "/releases/v2/gods/022-shane-legg/front.svg", + "back": "/releases/v2/gods/022-shane-legg/back.svg", + "sources": [ + { + "label": "Shane Legg", + "url": "https://en.wikipedia.org/wiki/Shane_Legg" + }, + { + "label": "Universal Intelligence: A Definition of Machine Intelligence (2007)", + "url": "https://arxiv.org/abs/0712.3329" + } + ], + "series": "gods", + "id": "gods/022-shane-legg", + "edition": 2, + "artwork": "/releases/v2/gods/022-shane-legg/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0554f251aea0c490006aa6fbbd8c0087d2a461329024f99533", + "usage": { + "input_tokens": 590, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 18464, + "output_tokens_details": { + "reasoning_tokens": 10639 + }, + "total_tokens": 19054 + }, + "attempts": 1, + "sha256": "0eac10e96d295786db86342718800ec9b5196625975f01e357e983104e2c452f", + "generatedAt": "2026-09-13T19:44:59.952Z" + }, + "files": { + "gods/022-shane-legg/artwork.svg": "0eac10e96d295786db86342718800ec9b5196625975f01e357e983104e2c452f", + "gods/022-shane-legg/front.svg": "b458f38cb84022912c0a20e6f334edd2000b94062dbbfb686aafef9cea757606", + "gods/022-shane-legg/front.png": "c8cd3fdf58ecabda8a9916a45991d88ab8658f66f7c11bf7d471466dcc199641", + "gods/022-shane-legg/back.svg": "397a6b6cc72246f2dda5911792adfeba555dc30cdb2624829a9e20fa12e00375", + "gods/022-shane-legg/back.png": "cd977c11926dbc3e75699fe5fabd910ee1dfddf4f0f3aedd6eee154e4a78331b" + }, + "builtAt": "2026-09-13T19:45:00.399Z" + }, + { + "fingerprint": "53d39288d05aa60e8d1ed0942e85cc4fcfd483dd21907fac38f74f2d7100dfa2", + "card": { + "number": 23, + "slug": "demis-hassabis", + "name": "Demis Hassabis", + "title": "Founder of DeepMind", + "knownFor": "AlphaGo, AlphaFold, and a Nobel Prize", + "rarity": "iconic", + "impact": 96, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:38:40.166Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Demis+Hassabis&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 94, + "openness": 78, + "influence": 96, + "nationality": "UK", + "era": "2010–present", + "domains": [ + "Reinforcement learning", + "Scientific AI", + "Neuroscience" + ], + "scouting": "Chess prodigy, then games developer, then neuroscientist, then founder of DeepMind — the lab that produced DQN, AlphaGo, AlphaZero and AlphaFold. Shared the 2024 Nobel Prize in Chemistry for the last of those. Has been consistent for two decades that the point of building intelligence is to use it on science.", + "note": "The rare lab founder who kept doing the research himself.", + "status": "locked", + "front": "/releases/v2/gods/023-demis-hassabis/front.svg", + "back": "/releases/v2/gods/023-demis-hassabis/back.svg", + "sources": [ + { + "label": "Demis Hassabis", + "url": "https://en.wikipedia.org/wiki/Demis_Hassabis" + }, + { + "label": "Nobel Prize in Chemistry 2024", + "url": "https://www.nobelprize.org/prizes/chemistry/2024/summary/" + } + ], + "series": "gods", + "id": "gods/023-demis-hassabis", + "edition": 2, + "artwork": "/releases/v2/gods/023-demis-hassabis/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_040b172bb7c7969d006aa6fbc03b8487d2bb3b3bb088596518", + "usage": { + "input_tokens": 590, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 26152, + "output_tokens_details": { + "reasoning_tokens": 10876 + }, + "total_tokens": 26742 + }, + "attempts": 1, + "sha256": "63b0e2f5e0abf264ac6ab0881a5a46951e523d0d17159b9980aeafeed8ae85c9", + "generatedAt": "2026-09-13T19:46:35.583Z" + }, + "files": { + "gods/023-demis-hassabis/artwork.svg": "63b0e2f5e0abf264ac6ab0881a5a46951e523d0d17159b9980aeafeed8ae85c9", + "gods/023-demis-hassabis/front.svg": "784d33497bf32f3ee74073a474f15c269612cb3cd8202ebf4d9308b10d82638e", + "gods/023-demis-hassabis/front.png": "7162cea86819aafc09f5284f462f81e4cc28ee06a25eb6912893ec446eaa39ce", + "gods/023-demis-hassabis/back.svg": "0fc1a098e3c24653e9989cece8dae838d7e9ccab900ca36570b196c5ae635d86", + "gods/023-demis-hassabis/back.png": "ce83d41c06a53914125e0bb346a538a3c738cf8f8c6e5e668f579e9ca836b13f" + }, + "builtAt": "2026-09-13T19:46:35.821Z" + }, + { + "fingerprint": "6e1e2585c4f10e049061b38df89749a4eb8f806a717ebe6b0ee5e0aaa3e5584c", + "card": { + "number": 24, + "slug": "pieter-abbeel", + "name": "Pieter Abbeel", + "title": "Robots That Learn", + "knownFor": "Deep reinforcement learning for real machines", + "rarity": "epic", + "impact": 85, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:38:50.340Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Pieter+Abbeel&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "systems": 88, + "openness": 90, + "influence": 86, + "nationality": "Belgium / USA", + "era": "2010–present", + "domains": [ + "Robotics", + "Reinforcement learning", + "Imitation learning" + ], + "scouting": "Berkeley professor who moved deep RL out of simulators and onto physical robots, with apprenticeship learning, domain randomisation and the BAIR lab’s long run of open releases. Co-founded Covariant, and his Deep RL Bootcamp and course materials are freely available and are how a lot of people learned the subject.", + "note": "The bridge between a policy that works in sim and an arm that works.", + "status": "locked", + "front": "/releases/v2/gods/024-pieter-abbeel/front.svg", + "back": "/releases/v2/gods/024-pieter-abbeel/back.svg", + "sources": [ + { + "label": "Pieter Abbeel", + "url": "https://en.wikipedia.org/wiki/Pieter_Abbeel" + }, + { + "label": "Berkeley Artificial Intelligence Research", + "url": "https://bair.berkeley.edu/" + } + ], + "series": "gods", + "id": "gods/024-pieter-abbeel", + "edition": 2, + "artwork": "/releases/v2/gods/024-pieter-abbeel/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0140b594feeddda1006aa6fbca699c87d297a9170ffeb10b85", + "usage": { + "input_tokens": 578, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 21847, + "output_tokens_details": { + "reasoning_tokens": 9177 + }, + "total_tokens": 22425 + }, + "attempts": 1, + "sha256": "2ee618320ac39f689027ef10f08bd6362b939ee10b4d493e5ce3f1941b7e6be4", + "generatedAt": "2026-09-13T19:46:06.382Z" + }, + "files": { + "gods/024-pieter-abbeel/artwork.svg": "2ee618320ac39f689027ef10f08bd6362b939ee10b4d493e5ce3f1941b7e6be4", + "gods/024-pieter-abbeel/front.svg": "c93abd2daca99196e86b49d4c860abe96efe6888980d9b242a4d7b1a6dee3f47", + "gods/024-pieter-abbeel/front.png": "b816c2a0662eb9fb3d4cae877faf20303d073f8aa39dd8789db7baff8425af89", + "gods/024-pieter-abbeel/back.svg": "d7a8d0cf054f5a9cc556f57c7f18be1ad42744d65ccae913823b7463b8788dd9", + "gods/024-pieter-abbeel/back.png": "46bdc961c785de4e4cc5b3d2563b5dace2c1226b8e2d3d3078a5327614a13f6e" + }, + "builtAt": "2026-09-13T19:46:06.606Z" + }, + { + "fingerprint": "3a749040f3c5f719720d06624c1d73472354416be629afbee1e3ec5771504625", + "card": { + "number": 25, + "slug": "andrej-karpathy", + "name": "Andrej Karpathy", + "title": "The Great Explainer", + "knownFor": "nanoGPT, micrograd, llm.c, and teaching the whole internet", + "rarity": "iconic", + "impact": 92, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:38:50.418Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Andrej+Karpathy&limit=30", + "matches": [], + "rejectedCount": 2 + }, + "systems": 94, + "openness": 99, + "influence": 95, + "nationality": "Slovakia / Canada / USA", + "era": "2015–present", + "domains": [ + "Neural networks", + "Teaching", + "Open source" + ], + "scouting": "Founding member of OpenAI, then director of AI at Tesla, but the reason he is on this card is the teaching: char-rnn, CS231n, micrograd, nanoGPT, llm.c and the Zero to Hero series, all free, all readable. He has probably taught more working engineers how a transformer actually works than every university course combined.", + "note": "The openness score is not a typo. Nobody else in this set is close.", + "status": "locked", + "front": "/releases/v2/gods/025-andrej-karpathy/front.svg", + "back": "/releases/v2/gods/025-andrej-karpathy/back.svg", + "sources": [ + { + "label": "Andrej Karpathy", + "url": "https://en.wikipedia.org/wiki/Andrej_Karpathy" + }, + { + "label": "nanoGPT", + "url": "https://github.com/karpathy/nanoGPT" + }, + { + "label": "Neural Networks: Zero to Hero", + "url": "https://karpathy.ai/zero-to-hero.html" + } + ], + "series": "gods", + "id": "gods/025-andrej-karpathy", + "edition": 2, + "artwork": "/releases/v2/gods/025-andrej-karpathy/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0218f2765588de7a006aa6fbca8c4087d287b9a6683bba30db", + "usage": { + "input_tokens": 599, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 21154, + "output_tokens_details": { + "reasoning_tokens": 12948 + }, + "total_tokens": 21753 + }, + "attempts": 1, + "sha256": "d79eaf6ef03c8999083c9e2a37ee0009435b9ea06f138d958f796f9c7bc2e9bd", + "generatedAt": "2026-09-13T19:45:48.185Z" + }, + "files": { + "gods/025-andrej-karpathy/artwork.svg": "d79eaf6ef03c8999083c9e2a37ee0009435b9ea06f138d958f796f9c7bc2e9bd", + "gods/025-andrej-karpathy/front.svg": "7c97cd9e92751f810f0b2f288097341461de2fc2ac208eb76203d6fd81c32f89", + "gods/025-andrej-karpathy/front.png": "dac644b25c38de9457b17f3fa0065eb2345dd02d0b7b80dc25918bc765a7f343", + "gods/025-andrej-karpathy/back.svg": "d92a094829ac19d0e96e6438a2684c7591d2c9e93cc56a34803802d317a0ce2e", + "gods/025-andrej-karpathy/back.png": "92b367045cb5bdb59e7e909215e2c8b066f12ff1614464a8087ed4046967a9ee" + }, + "builtAt": "2026-09-13T19:45:48.422Z" + }, + { + "fingerprint": "5544c7c357d8aefc775664d8de1d43c9f218f30d21405ac2c21c865016788f3e", + "card": { + "number": 26, + "slug": "jeff-dean", + "name": "Jeff Dean", + "title": "The Infrastructure", + "knownFor": "MapReduce, TensorFlow, TPUs and Google Brain", + "rarity": "iconic", + "impact": 95, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:38:52.616Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Jeff+Dean&limit=30", + "matches": [], + "rejectedCount": 5 + }, + "systems": 99, + "openness": 88, + "influence": 96, + "nationality": "USA", + "era": "2011–present", + "domains": [ + "Distributed systems", + "ML infrastructure", + "Model training" + ], + "scouting": "Built much of the distributed systems layer modern computing runs on — MapReduce, BigTable, Spanner — then co-founded Google Brain and drove DistBelief, TensorFlow and the TPU programme. TensorFlow being released openly in 2015 is a large part of why the deep learning boom was not confined to a handful of labs.", + "note": "Open-sourcing TensorFlow did more for the field than most research.", + "status": "locked", + "front": "/releases/v2/gods/026-jeff-dean/front.svg", + "back": "/releases/v2/gods/026-jeff-dean/back.svg", + "sources": [ + { + "label": "Jeff Dean", + "url": "https://en.wikipedia.org/wiki/Jeff_Dean" + }, + { + "label": "TensorFlow", + "url": "https://github.com/tensorflow/tensorflow" + } + ], + "series": "gods", + "id": "gods/026-jeff-dean", + "edition": 2, + "artwork": "/releases/v2/gods/026-jeff-dean/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_05288545803f97c1006aa6fbccaec487d29c8f7bec704d57e7", + "usage": { + "input_tokens": 579, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 29502, + "output_tokens_details": { + "reasoning_tokens": 13962 + }, + "total_tokens": 30081 + }, + "attempts": 1, + "sha256": "76db0322a1c977a0b6a26e929fe39b8af0cac2c406f7b7223d0cd4a550ca360e", + "generatedAt": "2026-09-13T19:49:25.573Z" + }, + "files": { + "gods/026-jeff-dean/artwork.svg": "76db0322a1c977a0b6a26e929fe39b8af0cac2c406f7b7223d0cd4a550ca360e", + "gods/026-jeff-dean/front.svg": "0088901bac1dbcf951bd2b2d855120b955bfacb8ade562bb4d3a56cec2830e49", + "gods/026-jeff-dean/front.png": "95f6a98c97b2bb0f38c9b1502ef988d933f73613d534a78e0d73ab878f40abae", + "gods/026-jeff-dean/back.svg": "7282bf4f078e1934ec70ff2d01e0675334cd97144e6073c0260d6714a2445f00", + "gods/026-jeff-dean/back.png": "519e4c74b0c0048ee490a9b6a145a70f7889a5602d5f793b6bb4b9d2144464cf" + }, + "builtAt": "2026-09-13T19:49:25.796Z" + }, + { + "fingerprint": "d3b3e469dad6d4817201786714cb10a0271fbbb2e2818d98d7f72ce1aeb79280", + "card": { + "number": 27, + "slug": "rajat-monga", + "name": "Rajat Monga", + "title": "The TensorFlow Lead", + "knownFor": "Turning DistBelief into something the public could use", + "rarity": "rare", + "impact": 82, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:38:53.776Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Rajat+Monga&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 95, + "openness": 94, + "influence": 84, + "nationality": "India / USA", + "era": "2015–present", + "domains": [ + "ML frameworks", + "Distributed training", + "Open source" + ], + "scouting": "Led TensorFlow engineering at Google, taking the internal DistBelief system and shipping it as an open-source framework with a public API, documentation and a community. For several years TensorFlow was simply how machine learning was done outside a handful of labs, and that was an engineering and release-management achievement as much as a research one.", + "note": "Somebody has to make the internal thing safe to hand to strangers.", + "status": "locked", + "front": "/releases/v2/gods/027-rajat-monga/front.svg", + "back": "/releases/v2/gods/027-rajat-monga/back.svg", + "sources": [ + { + "label": "TensorFlow: A system for large-scale machine learning (2016)", + "url": "https://www.usenix.org/system/files/conference/osdi16/osdi16-abadi.pdf" + }, + { + "label": "TensorFlow", + "url": "https://www.tensorflow.org/" + } + ], + "series": "gods", + "id": "gods/027-rajat-monga", + "edition": 2, + "artwork": "/releases/v2/gods/027-rajat-monga/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0aca3072c9193552006aa6fbce4c4487d2a45d2500f271e4f7", + "usage": { + "input_tokens": 581, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 26462, + "output_tokens_details": { + "reasoning_tokens": 14168 + }, + "total_tokens": 27043 + }, + "attempts": 1, + "sha256": "77dcd8f0c500e215f770844ce5abd395c288046af82e62987c5956fba774d9da", + "generatedAt": "2026-09-13T19:47:28.373Z" + }, + "files": { + "gods/027-rajat-monga/artwork.svg": "77dcd8f0c500e215f770844ce5abd395c288046af82e62987c5956fba774d9da", + "gods/027-rajat-monga/front.svg": "d72290544e0cae03212ab28636e392b3b73e819b91be80620326b42509a6f539", + "gods/027-rajat-monga/front.png": "dfb498b700241667fbe51c6653f1b402efc58e2e5b6c85168108f4ab20fde135", + "gods/027-rajat-monga/back.svg": "115597c7eef211166b61d0ccc016d8c529a459337b15489e95423e9d4e65f19b", + "gods/027-rajat-monga/back.png": "33bcec0d5766ee036ac838655709a831211e418e0dfc7faed772cb9434ade67d" + }, + "builtAt": "2026-09-13T19:47:28.549Z" + }, + { + "fingerprint": "1ceda1c62891608eeaaf6f0148193b1733057b3489cec35aa19c0612a3f93134", + "card": { + "number": 28, + "slug": "soumith-chintala", + "name": "Soumith Chintala", + "title": "The Face of PyTorch", + "knownFor": "The framework the research world actually switched to", + "rarity": "legendary", + "impact": 91, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:38:55.056Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Soumith+Chintala&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 96, + "openness": 98, + "influence": 93, + "nationality": "India / USA", + "era": "2016–present", + "domains": [ + "ML frameworks", + "Open source", + "Community" + ], + "scouting": "Co-created and led PyTorch, which won the research community by being straightforwardly pleasant to debug when the alternative was not. Ran it as a genuinely open project with an unusually visible maintainer, shepherded it into the Linux Foundation, and co-authored DCGAN along the way. Almost every model in this set was trained in his framework.", + "note": "Won by making the thing nice to use, which nobody else tried.", + "status": "locked", + "front": "/releases/v2/gods/028-soumith-chintala/front.svg", + "back": "/releases/v2/gods/028-soumith-chintala/back.svg", + "sources": [ + { + "label": "PyTorch", + "url": "https://github.com/pytorch/pytorch" + }, + { + "label": "PyTorch: An Imperative Style, High-Performance Deep Learning Library (2019)", + "url": "https://arxiv.org/abs/1912.01703" + } + ], + "series": "gods", + "id": "gods/028-soumith-chintala", + "edition": 2, + "artwork": "/releases/v2/gods/028-soumith-chintala/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_07856c435a577d46006aa6fbcf258887d28ea9fedee50a2c13", + "usage": { + "input_tokens": 584, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 23836, + "output_tokens_details": { + "reasoning_tokens": 14171 + }, + "total_tokens": 24420 + }, + "attempts": 1, + "sha256": "4d361fe623f6e43290d08d036fbd8fa1c95829e8ae665411be34879360b40573", + "generatedAt": "2026-09-13T19:48:03.183Z" + }, + "files": { + "gods/028-soumith-chintala/artwork.svg": "4d361fe623f6e43290d08d036fbd8fa1c95829e8ae665411be34879360b40573", + "gods/028-soumith-chintala/front.svg": "21691361ba276c2c65086d95c34353a6e3c5b23407d76eabc350d6de97332566", + "gods/028-soumith-chintala/front.png": "cae067cd60b7ae310cda077e43ea88c45b6a2f292941d79076f9d8e8a884e98c", + "gods/028-soumith-chintala/back.svg": "014d67234ac6270ae6ff8a8ce86f5724e9852f67887af22cc5ff553045090a5f", + "gods/028-soumith-chintala/back.png": "0a05262b90627e5cf22873543e4bfb7077a5189644c6e77d9c65c9b6520828d4" + }, + "builtAt": "2026-09-13T19:48:03.399Z" + }, + { + "fingerprint": "882f10ce9ea4dfdb5b54ff36e008d36378c5fa5b8cbd7a1674d0c83a37e2c503", + "card": { + "number": 29, + "slug": "adam-paszke", + "name": "Adam Paszke", + "title": "PyTorch and JAX", + "knownFor": "Writing the autograd everyone uses", + "rarity": "epic", + "impact": 86, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:38:58.297Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Adam+Paszke&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 96, + "openness": 96, + "influence": 86, + "nationality": "Poland", + "era": "2016–present", + "domains": [ + "Automatic differentiation", + "Compilers", + "ML frameworks" + ], + "scouting": "Wrote the original PyTorch autograd engine as a student and is first author on the PyTorch paper, then moved to Google and became a core author of JAX. Two of the three frameworks serious research runs on have his design decisions inside them, which is an unusual thing to be able to say.", + "note": "The differentiation engine under two ecosystems at once.", + "status": "locked", + "front": "/releases/v2/gods/029-adam-paszke/front.svg", + "back": "/releases/v2/gods/029-adam-paszke/back.svg", + "sources": [ + { + "label": "PyTorch: An Imperative Style, High-Performance Deep Learning Library (2019)", + "url": "https://arxiv.org/abs/1912.01703" + }, + { + "label": "JAX", + "url": "https://github.com/jax-ml/jax" + } + ], + "series": "gods", + "id": "gods/029-adam-paszke", + "edition": 2, + "artwork": "/releases/v2/gods/029-adam-paszke/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_02abf112a14c633a006aa6fbd25f1087d2b32dab7a44967020", + "usage": { + "input_tokens": 574, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 23970, + "output_tokens_details": { + "reasoning_tokens": 12948 + }, + "total_tokens": 24544 + }, + "attempts": 1, + "sha256": "04ed1abe435960f31a11c090153589267ab84194582a60c269c41ec4a15c8319", + "generatedAt": "2026-09-13T19:47:17.309Z" + }, + "files": { + "gods/029-adam-paszke/artwork.svg": "04ed1abe435960f31a11c090153589267ab84194582a60c269c41ec4a15c8319", + "gods/029-adam-paszke/front.svg": "628491e0c476a04fe2e7d273d6c60cb21a203af73da87ebe4cc247622be9c87b", + "gods/029-adam-paszke/front.png": "fc41e1246d2a7c2fabf2e1f8e5a87476efc776a3209b6c064d9b1e9dc68b65f9", + "gods/029-adam-paszke/back.svg": "e88ee3ff5d300f666d546f67395f38b11e98be481591fc261da6b3062a8d50ea", + "gods/029-adam-paszke/back.png": "975b40f63380f84ade29de23f9f03caab63336d5a1c13a8f57a27ebf25901174" + }, + "builtAt": "2026-09-13T19:47:17.509Z" + }, + { + "fingerprint": "cd72560aaadc42367e4058c7083bcd5fd1383c361d1fafc52480a5d39edb01a1", + "card": { + "number": 30, + "slug": "tianqi-chen", + "name": "Tianqi Chen", + "title": "The Serial Framework Author", + "knownFor": "XGBoost, MXNet, TVM and MLC", + "rarity": "legendary", + "impact": 89, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:39:11.561Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Tianqi+Chen&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 97, + "openness": 98, + "influence": 89, + "nationality": "China / USA", + "era": "2014–present", + "domains": [ + "Gradient boosting", + "ML compilers", + "On-device inference" + ], + "scouting": "Wrote XGBoost, which won a remarkable share of Kaggle competitions and is still the default for tabular data. Then co-created MXNet, then Apache TVM for compiling models to any hardware, then MLC-LLM for running models on phones and browsers. Every one of them open, and each solved a bottleneck the field was about to hit.", + "note": "Four separate pieces of infrastructure, all still in use, all given away.", + "status": "locked", + "front": "/releases/v2/gods/030-tianqi-chen/front.svg", + "back": "/releases/v2/gods/030-tianqi-chen/back.svg", + "sources": [ + { + "label": "XGBoost", + "url": "https://github.com/dmlc/xgboost" + }, + { + "label": "Apache TVM", + "url": "https://tvm.apache.org/" + } + ], + "series": "gods", + "id": "gods/030-tianqi-chen", + "edition": 2, + "artwork": "/releases/v2/gods/030-tianqi-chen/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_006ae81b921b094e006aa6fbdf9d8487d29d7ebdb2c4c89183", + "usage": { + "input_tokens": 598, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 19082, + "output_tokens_details": { + "reasoning_tokens": 8963 + }, + "total_tokens": 19680 + }, + "attempts": 1, + "sha256": "7e7406db830432b079fea59dbb9d9de27c179dbb062f9a251a7cfda074d21283", + "generatedAt": "2026-09-13T19:45:23.891Z" + }, + "files": { + "gods/030-tianqi-chen/artwork.svg": "7e7406db830432b079fea59dbb9d9de27c179dbb062f9a251a7cfda074d21283", + "gods/030-tianqi-chen/front.svg": "ea52868a27872af0910f2cb46b1f16c6c62bff45969ccb0f2d22889cd38d40bd", + "gods/030-tianqi-chen/front.png": "19db76a2f5592d339ee764555878318987ef47191c6149663ee23827eef14727", + "gods/030-tianqi-chen/back.svg": "74c9693b4d942f5d38f162510724700a723586001d01e98d756a1af5098e9dbf", + "gods/030-tianqi-chen/back.png": "91bbbc80a55d8d10a97274ac56790869a73af1dfef3e41e1f6931012cc412ba1" + }, + "builtAt": "2026-09-13T19:45:24.065Z" + }, + { + "fingerprint": "c3568a31bb00e7349c5fd0e726d64e717fbc26ff2c9123d78bef6d73da074ccf", + "card": { + "number": 31, + "slug": "yangqing-jia", + "name": "Yangqing Jia", + "title": "Author of Caffe", + "knownFor": "The first framework deep learning had", + "rarity": "epic", + "impact": 85, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:39:14.680Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Yangqing+Jia&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 94, + "openness": 94, + "influence": 87, + "nationality": "China / USA", + "era": "2013–present", + "domains": [ + "ML frameworks", + "Model interchange", + "Inference" + ], + "scouting": "Wrote Caffe as a Berkeley PhD student and released it, giving computer vision its first widely usable deep learning framework at exactly the moment the field needed one. Later built Caffe2 at Facebook, co-created ONNX so models could move between frameworks, and led large-scale AI infrastructure at Alibaba before founding Lepton AI.", + "note": "Before PyTorch and TensorFlow there was one option, and he wrote it.", + "status": "locked", + "front": "/releases/v2/gods/031-yangqing-jia/front.svg", + "back": "/releases/v2/gods/031-yangqing-jia/back.svg", + "sources": [ + { + "label": "Caffe: Convolutional Architecture for Fast Feature Embedding (2014)", + "url": "https://arxiv.org/abs/1408.5093" + }, + { + "label": "ONNX", + "url": "https://onnx.ai/" + } + ], + "series": "gods", + "id": "gods/031-yangqing-jia", + "edition": 2, + "artwork": "/releases/v2/gods/031-yangqing-jia/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_058042bea81aa74f006aa6fbe2c45487d289ee352c2d768151", + "usage": { + "input_tokens": 578, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 23100, + "output_tokens_details": { + "reasoning_tokens": 11394 + }, + "total_tokens": 23678 + }, + "attempts": 1, + "sha256": "11be2c53914485086cac6946be325c57863db43441fa16272c558d359f7e8881", + "generatedAt": "2026-09-13T19:48:01.643Z" + }, + "files": { + "gods/031-yangqing-jia/artwork.svg": "11be2c53914485086cac6946be325c57863db43441fa16272c558d359f7e8881", + "gods/031-yangqing-jia/front.svg": "d96e3efc6d98aa2c93142ea9ff23ef5aa37a4b4b68da2acc1d7d389aee572e8e", + "gods/031-yangqing-jia/front.png": "c1f9877447efa18c9612adb9b29b42b47ed22587d0ddb7a2f01f63b38840c011", + "gods/031-yangqing-jia/back.svg": "1dd53743bc0138f262c7eec2a9f4f87c0b27a09f40142ad3693aeac9ab392ce6", + "gods/031-yangqing-jia/back.png": "38cc14e109736248b1459a8fe7850804d77467ac722b9d6e595e03f07ef85a40" + }, + "builtAt": "2026-09-13T19:48:01.839Z" + }, + { + "fingerprint": "cf20bb2770e7e6bb4f573c1953e771e760cf589a382d5f805a4dad896dd810a7", + "card": { + "number": 32, + "slug": "francois-chollet", + "name": "François Chollet", + "title": "Author of Keras", + "knownFor": "The API that made neural networks approachable, and ARC", + "rarity": "legendary", + "impact": 89, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:39:15.436Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Fran%C3%A7ois+Chollet&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 92, + "openness": 97, + "influence": 91, + "nationality": "France / USA", + "era": "2015–present", + "domains": [ + "ML frameworks", + "API design", + "Abstraction and reasoning" + ], + "scouting": "Wrote Keras, whose entire premise was that building a neural network should not require a PhD in the framework, and it became the on-ramp for an enormous number of practitioners. Also created the ARC benchmark and its prize, a deliberate test of fluid reasoning that current models still find hard — a useful corrective to benchmark saturation.", + "note": "Made it easy, then built the benchmark arguing easy is not the same as smart.", + "status": "locked", + "front": "/releases/v2/gods/032-francois-chollet/front.svg", + "back": "/releases/v2/gods/032-francois-chollet/back.svg", + "sources": [ + { + "label": "François Chollet", + "url": "https://en.wikipedia.org/wiki/Fran%C3%A7ois_Chollet" + }, + { + "label": "Keras", + "url": "https://github.com/keras-team/keras" + }, + { + "label": "On the Measure of Intelligence / ARC (2019)", + "url": "https://arxiv.org/abs/1911.01547" + } + ], + "series": "gods", + "id": "gods/032-francois-chollet", + "edition": 2, + "artwork": "/releases/v2/gods/032-francois-chollet/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_03f8bf913bebe55f006aa6fbe3836c87d2a5d03bf382208e25", + "usage": { + "input_tokens": 585, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 25362, + "output_tokens_details": { + "reasoning_tokens": 15421 + }, + "total_tokens": 25947 + }, + "attempts": 1, + "sha256": "ddaf7b3f0f28593aa22431c2d02addfccbffb27bf9febb0b926a2a309b746c61", + "generatedAt": "2026-09-13T19:48:36.970Z" + }, + "files": { + "gods/032-francois-chollet/artwork.svg": "ddaf7b3f0f28593aa22431c2d02addfccbffb27bf9febb0b926a2a309b746c61", + "gods/032-francois-chollet/front.svg": "0416c381d2928ab68d466f56859b5893d072a8dff477c43722797ab5d2e21572", + "gods/032-francois-chollet/front.png": "2e73bc141963505027346ae96232206a299aa10aed30543b854f8c7ea77776ac", + "gods/032-francois-chollet/back.svg": "bb5a785352e82871acaeadeb8013da77b96a59e4ee58a958f60cf8057f6dfd1e", + "gods/032-francois-chollet/back.png": "baeb33b8a1a903a778709bfdef1d08b691fcd45a23fa66957c65df10987fb418" + }, + "builtAt": "2026-09-13T19:48:37.138Z" + }, + { + "fingerprint": "3407c40aa7a6daffa915b81cc7dd6ef115260f7566302e4ebd420288134c2cad", + "card": { + "number": 33, + "slug": "thomas-wolf", + "name": "Thomas Wolf", + "title": "The Transformers Library", + "knownFor": "Making every published model a one-line import", + "rarity": "legendary", + "impact": 90, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:39:19.837Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Thomas+Wolf&limit=30", + "matches": [], + "rejectedCount": 10 + }, + "systems": 94, + "openness": 99, + "influence": 92, + "nationality": "France", + "era": "2018–present", + "domains": [ + "Open models", + "Libraries", + "Community" + ], + "scouting": "Co-founder and chief scientist of Hugging Face, and the driving force behind the transformers library, which turned \"reproduce this paper\" from a week of work into an import statement. Led the BigScience collaboration that produced BLOOM, one of the first genuinely open large multilingual models, built by a thousand researchers in the open.", + "note": "Compressed the distance between a paper and a working model to nothing.", + "status": "locked", + "front": "/releases/v2/gods/033-thomas-wolf/front.svg", + "back": "/releases/v2/gods/033-thomas-wolf/back.svg", + "sources": [ + { + "label": "Transformers: State-of-the-Art Natural Language Processing (2020)", + "url": "https://aclanthology.org/2020.emnlp-demos.6/" + }, + { + "label": "huggingface/transformers", + "url": "https://github.com/huggingface/transformers" + } + ], + "series": "gods", + "id": "gods/033-thomas-wolf", + "edition": 2, + "artwork": "/releases/v2/gods/033-thomas-wolf/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0d21ecddbe89d37b006aa6fbe7fbb887d2ae09227ca8fe784f", + "usage": { + "input_tokens": 577, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 23160, + "output_tokens_details": { + "reasoning_tokens": 13426 + }, + "total_tokens": 23737 + }, + "attempts": 1, + "sha256": "623324ddfb3b970e671e39ee72d2e1a0c1102a22beae3abf4d8aa7a0beb03a73", + "generatedAt": "2026-09-13T19:47:13.190Z" + }, + "files": { + "gods/033-thomas-wolf/artwork.svg": "623324ddfb3b970e671e39ee72d2e1a0c1102a22beae3abf4d8aa7a0beb03a73", + "gods/033-thomas-wolf/front.svg": "ba57b324a39f3f19bae42ba56d32f266c67de01ca5029a97d9c3c61a6c463c96", + "gods/033-thomas-wolf/front.png": "69a1bc16a9d4566d37268a220996c7108782cc1e5f74186151648d3b6a3b12d8", + "gods/033-thomas-wolf/back.svg": "18b8901720df0965467bb357c42a0543ec25f2c608e04c8ab2b8a432ba40f6d5", + "gods/033-thomas-wolf/back.png": "0f59735859c489594e581400828ca88be639b1aa1210a83d90972238cf25e00e" + }, + "builtAt": "2026-09-13T19:47:13.366Z" + }, + { + "fingerprint": "1a9b3b6629520c04cc4fa050681d80a2cdc9590f0b625218d13c8eb7d3629a88", + "card": { + "number": 34, + "slug": "clement-delangue", + "name": "Clément Delangue", + "title": "The Hub", + "knownFor": "Building the place open models live", + "rarity": "epic", + "impact": 87, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:39:20.799Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Cl%C3%A9ment+Delangue&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 90, + "openness": 98, + "influence": 92, + "nationality": "France / USA", + "era": "2016–present", + "domains": [ + "Open models", + "Platforms", + "Community" + ], + "scouting": "Co-founded Hugging Face and turned it from a chatbot app into the default distribution point for open models, datasets and demos. Whatever you think of the company, the Hub is the reason an open-weight release can reach everyone the day it lands, and the reason a small lab can ship a model at all.", + "note": "Not a researcher. Built the infrastructure open research needed to matter.", + "status": "locked", + "front": "/releases/v2/gods/034-clement-delangue/front.svg", + "back": "/releases/v2/gods/034-clement-delangue/back.svg", + "sources": [ + { + "label": "Hugging Face", + "url": "https://en.wikipedia.org/wiki/Hugging_Face" + }, + { + "label": "The Hugging Face Hub", + "url": "https://huggingface.co/models" + } + ], + "series": "gods", + "id": "gods/034-clement-delangue", + "edition": 2, + "artwork": "/releases/v2/gods/034-clement-delangue/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_086a01e77b19d8f3006aa6fbe8ddc887d2af3d1fa537c36c82", + "usage": { + "input_tokens": 573, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 22826, + "output_tokens_details": { + "reasoning_tokens": 10358 + }, + "total_tokens": 23399 + }, + "attempts": 1, + "sha256": "fc12c629ccfdb252c945c300af854fc47fc0f9ea469a3c3c126fcd2815a31d53", + "generatedAt": "2026-09-13T19:46:39.683Z" + }, + "files": { + "gods/034-clement-delangue/artwork.svg": "fc12c629ccfdb252c945c300af854fc47fc0f9ea469a3c3c126fcd2815a31d53", + "gods/034-clement-delangue/front.svg": "fd32d2a7bf34b181bfa629e6835cfeb0896d6c691a69bf4a71108b5aeb05feea", + "gods/034-clement-delangue/front.png": "130dc71ab7585bbbb0cb799b7c48c869cffca504372864fceca2c0a872d716b0", + "gods/034-clement-delangue/back.svg": "b4a52578396001baa8dbca38c35015d8e1cabbaaa5a808e4587be8ac7f91a474", + "gods/034-clement-delangue/back.png": "87799d7a5b41293fe9dfafc0bfef865b8818d9ec92688718ae665152e92308b4" + }, + "builtAt": "2026-09-13T19:46:39.874Z" + }, + { + "fingerprint": "37528f98e2646e9aa9621a6caba1a1419604620f906872747c46e6b9eb4a4894", + "card": { + "number": 35, + "slug": "georgi-gerganov", + "name": "Georgi Gerganov", + "title": "Author of llama.cpp", + "knownFor": "Putting large models on ordinary hardware", + "rarity": "iconic", + "impact": 91, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:39:22.087Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Georgi+Gerganov&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 98, + "openness": 99, + "influence": 93, + "nationality": "Bulgaria", + "era": "2022–present", + "domains": [ + "Inference", + "Quantisation", + "Local models" + ], + "scouting": "Wrote ggml, whisper.cpp and llama.cpp — dependency-free C implementations that run large models on laptops, phones and Raspberry Pis. The GGUF format and its quantisation schemes are how most people actually run a model locally. Arguably did more for practical access to open models than any lab release.", + "note": "One person, plain C, and suddenly the models ran on your own machine.", + "status": "locked", + "front": "/releases/v2/gods/035-georgi-gerganov/front.svg", + "back": "/releases/v2/gods/035-georgi-gerganov/back.svg", + "sources": [ + { + "label": "llama.cpp", + "url": "https://github.com/ggml-org/llama.cpp" + }, + { + "label": "whisper.cpp", + "url": "https://github.com/ggml-org/whisper.cpp" + } + ], + "series": "gods", + "id": "gods/035-georgi-gerganov", + "edition": 2, + "artwork": "/releases/v2/gods/035-georgi-gerganov/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_08a20910effb117d006aa6fbea299487d291d30b130c514393", + "usage": { + "input_tokens": 578, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 21776, + "output_tokens_details": { + "reasoning_tokens": 11747 + }, + "total_tokens": 22354 + }, + "attempts": 1, + "sha256": "f1331845b1cd1968c2084575f7481e157d17d132fb2c2fa27b858881d475a0d7", + "generatedAt": "2026-09-13T19:46:35.613Z" + }, + "files": { + "gods/035-georgi-gerganov/artwork.svg": "f1331845b1cd1968c2084575f7481e157d17d132fb2c2fa27b858881d475a0d7", + "gods/035-georgi-gerganov/front.svg": "7cdd527d175eba8f0f8d640a06aeafbbb71b4b50191c12fbbcaa0ecb2b04beef", + "gods/035-georgi-gerganov/front.png": "372aca8d8f5f2579a3e1f97e6a070dc1819adc88d241fdbb375f818645f8e57f", + "gods/035-georgi-gerganov/back.svg": "a01f793af4eddf0b783fecfdbe9e5e20ba3a42a7274d7f84563772522de54c89", + "gods/035-georgi-gerganov/back.png": "4c30ea61f08c9cc2b0032a7148db0bb36a4887a844a322db85826e7c443ec9d3" + }, + "builtAt": "2026-09-13T19:46:35.805Z" + }, + { + "fingerprint": "fa717ffdcda631309ca55b38c3cb094a1670d8712791651b61d625d44510fa4c", + "card": { + "number": 36, + "slug": "tim-dettmers", + "name": "Tim Dettmers", + "title": "The Quantisation Guy", + "knownFor": "bitsandbytes and QLoRA", + "rarity": "epic", + "impact": 86, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:39:28.108Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Tim+Dettmers&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 94, + "openness": 97, + "influence": 87, + "nationality": "Germany / USA", + "era": "2021–present", + "domains": [ + "Quantisation", + "Efficient fine-tuning", + "Accessible training" + ], + "scouting": "Worked out how to run and fine-tune large models in 8-bit and then 4-bit without wrecking them, shipped it as bitsandbytes, and followed with QLoRA — which put fine-tuning a 65B model on a single consumer GPU. His hardware guides are the reference for anyone deciding what to buy.", + "note": "Turned \"you need a datacentre\" into \"you need one good GPU\".", + "status": "locked", + "front": "/releases/v2/gods/036-tim-dettmers/front.svg", + "back": "/releases/v2/gods/036-tim-dettmers/back.svg", + "sources": [ + { + "label": "QLoRA: Efficient Finetuning of Quantized LLMs (2023)", + "url": "https://arxiv.org/abs/2305.14314" + }, + { + "label": "bitsandbytes", + "url": "https://github.com/bitsandbytes-foundation/bitsandbytes" + } + ], + "series": "gods", + "id": "gods/036-tim-dettmers", + "edition": 2, + "artwork": "/releases/v2/gods/036-tim-dettmers/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0cc7c7e9c43988e8006aa6fbf02a9487d29b2986c148f8a884", + "usage": { + "input_tokens": 587, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 27479, + "output_tokens_details": { + "reasoning_tokens": 13466 + }, + "total_tokens": 28066 + }, + "attempts": 1, + "sha256": "fe9e74dddc66d9ab47e86633e4be60e428bb4e036156300f81d16777a493cacb", + "generatedAt": "2026-09-13T19:49:23.059Z" + }, + "files": { + "gods/036-tim-dettmers/artwork.svg": "fe9e74dddc66d9ab47e86633e4be60e428bb4e036156300f81d16777a493cacb", + "gods/036-tim-dettmers/front.svg": "0d92389eb983f0a1434c759e64bcbcf18ea0dc791553b1907d5bd49ce3fcea47", + "gods/036-tim-dettmers/front.png": "88044b7599e3c662bbdfcc3602e2678636ee9918451f8ae64909e681952c42a8", + "gods/036-tim-dettmers/back.svg": "09453e81dabd292eba3df481d01fc2060bbcc8e563aa057a7261a63aa4613fa7", + "gods/036-tim-dettmers/back.png": "2b47b3a22fdfcdd278a6ce6c52237998872ded3c90496854dea96720a5e3c260" + }, + "builtAt": "2026-09-13T19:49:23.248Z" + }, + { + "fingerprint": "970febe451876066c748076d1c42ceedf7e53d3471537e54827e9e6b3abf04c2", + "card": { + "number": 37, + "slug": "jeremy-howard", + "name": "Jeremy Howard", + "title": "Teacher and Agitator", + "knownFor": "fast.ai, ULMFiT, and arguing for open models in public", + "rarity": "legendary", + "impact": 88, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:39:30.713Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Jeremy+Howard&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "systems": 90, + "openness": 99, + "influence": 90, + "nationality": "Australia", + "era": "2016–present", + "domains": [ + "Transfer learning", + "Education", + "Open model policy" + ], + "scouting": "Co-authored ULMFiT, which brought transfer learning to NLP before the GPT line, and founded fast.ai, whose free courses and library have trained an enormous number of practitioners on the premise that you do not need a PhD to do this. Has been one of the most persistent public voices against regulating open-weight models out of existence.", + "note": "Teaches for free and then goes and argues with legislators about it.", + "status": "locked", + "front": "/releases/v2/gods/037-jeremy-howard/front.svg", + "back": "/releases/v2/gods/037-jeremy-howard/back.svg", + "sources": [ + { + "label": "Jeremy Howard", + "url": "https://en.wikipedia.org/wiki/Jeremy_Howard_(entrepreneur)" + }, + { + "label": "Universal Language Model Fine-tuning (2018)", + "url": "https://arxiv.org/abs/1801.06146" + }, + { + "label": "fast.ai", + "url": "https://www.fast.ai/" + } + ], + "series": "gods", + "id": "gods/037-jeremy-howard", + "edition": 2, + "artwork": "/releases/v2/gods/037-jeremy-howard/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0c75b0396e0982f2006aa6fbf2c6dc87d293d1b3bb5d69c37b", + "usage": { + "input_tokens": 592, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 20224, + "output_tokens_details": { + "reasoning_tokens": 7085 + }, + "total_tokens": 20816 + }, + "attempts": 1, + "sha256": "87a495299f25ba92ffc2f9f6d591d3836394af6844ea5092976ca7c95a4bdafe", + "generatedAt": "2026-09-13T19:46:23.250Z" + }, + "files": { + "gods/037-jeremy-howard/artwork.svg": "87a495299f25ba92ffc2f9f6d591d3836394af6844ea5092976ca7c95a4bdafe", + "gods/037-jeremy-howard/front.svg": "f0d01495cfec32f562fb8605b0ca5c81164654d01cca94fd0161b094165d9baa", + "gods/037-jeremy-howard/front.png": "ace749cebdf242f86ec068573966b5337cfbd75df500c8bd803aacab3808fa26", + "gods/037-jeremy-howard/back.svg": "742dc851c328478122b87f54dac57fd6f608ae230172d302de48dcb727ebc674", + "gods/037-jeremy-howard/back.png": "1bb9c2a16ae77680a52efca1b6565a111b5d1f3794eddbc60dfaf714f0a8f3e8" + }, + "builtAt": "2026-09-13T19:46:23.462Z" + }, + { + "fingerprint": "bd90f8f1ee1464f5e7ab8773f15f22fa8538ee6328b83319faeb30eed9d0ce5d", + "card": { + "number": 38, + "slug": "stella-biderman", + "name": "Stella Biderman", + "title": "Open Models, Open Data", + "knownFor": "EleutherAI, GPT-NeoX and Pythia", + "rarity": "legendary", + "impact": 87, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:39:32.677Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Stella+Biderman&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 90, + "openness": 99, + "influence": 88, + "nationality": "USA", + "era": "2020–present", + "domains": [ + "Open language models", + "Training data", + "Reproducibility" + ], + "scouting": "Executive director of EleutherAI, the volunteer collective that trained and released GPT-Neo, GPT-J and GPT-NeoX when nothing comparable was public, and built the Pile. Led Pythia, a suite of models released with every training checkpoint and the data order — which made a whole class of interpretability and memorisation research possible for the first time.", + "note": "Released the checkpoints, not just the model. That is the contribution.", + "status": "locked", + "front": "/releases/v2/gods/038-stella-biderman/front.svg", + "back": "/releases/v2/gods/038-stella-biderman/back.svg", + "sources": [ + { + "label": "Pythia: A Suite for Analyzing Large Language Models (2023)", + "url": "https://arxiv.org/abs/2304.01373" + }, + { + "label": "EleutherAI", + "url": "https://www.eleuther.ai/" + } + ], + "series": "gods", + "id": "gods/038-stella-biderman", + "edition": 2, + "artwork": "/releases/v2/gods/038-stella-biderman/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0d50760bc5bea90b006aa6fbf4c01487d28e3dfe143753a095", + "usage": { + "input_tokens": 596, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 30484, + "output_tokens_details": { + "reasoning_tokens": 19002 + }, + "total_tokens": 31080 + }, + "attempts": 1, + "sha256": "c716416d7b53412b3066cc8168e302723c2d1c73884d53fa3159a74c07dae60b", + "generatedAt": "2026-09-13T19:49:45.705Z" + }, + "files": { + "gods/038-stella-biderman/artwork.svg": "c716416d7b53412b3066cc8168e302723c2d1c73884d53fa3159a74c07dae60b", + "gods/038-stella-biderman/front.svg": "2f8a01aeac5dc7b994b1ca9fd27fa77e010332e7c826d0ab9a77be2da5997a0d", + "gods/038-stella-biderman/front.png": "d5b851bd32155ff1b9140b449cb72d5ae62ea42ebe3f43b1cc08f2b0ae607c2c", + "gods/038-stella-biderman/back.svg": "035fc1f6844b7daf3b10a631c97466850317d0b9e487b992a97bb51d09e3212c", + "gods/038-stella-biderman/back.png": "805a9c8d867f0870d106ac991c1560ddd8e09426ac220bea071d1ebd61660f6d" + }, + "builtAt": "2026-09-13T19:49:45.860Z" + }, + { + "fingerprint": "e94ade35c2db3f0399262f1dbf60a4eff17d86d914f703c218f2866c2d8e5bd7", + "card": { + "number": 39, + "slug": "justine-tunney", + "name": "Justine Tunney", + "title": "One File, Runs Anywhere", + "knownFor": "llamafile and Cosmopolitan Libc", + "rarity": "epic", + "impact": 84, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:39:33.826Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Justine+Tunney&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 99, + "openness": 98, + "influence": 84, + "nationality": "USA", + "era": "2020–present", + "domains": [ + "Systems programming", + "Portable binaries", + "Local inference" + ], + "scouting": "Wrote Cosmopolitan Libc, which produces a single binary that runs natively on Linux, macOS, Windows and BSD, then used it to build llamafile — a whole language model and its runtime in one executable file you can copy to a machine and run. Also contributed substantial CPU inference speedups back to llama.cpp.", + "note": "Distribution as an engineering problem, solved with unreasonable rigour.", + "status": "locked", + "front": "/releases/v2/gods/039-justine-tunney/front.svg", + "back": "/releases/v2/gods/039-justine-tunney/back.svg", + "sources": [ + { + "label": "llamafile", + "url": "https://github.com/Mozilla-Ocho/llamafile" + }, + { + "label": "Cosmopolitan Libc", + "url": "https://justine.lol/cosmopolitan/" + } + ], + "series": "gods", + "id": "gods/039-justine-tunney", + "edition": 2, + "artwork": "/releases/v2/gods/039-justine-tunney/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0ba1a2955e314956006aa6fbf5e1c487d2902947bf1f20aaa1", + "usage": { + "input_tokens": 584, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 27794, + "output_tokens_details": { + "reasoning_tokens": 12762 + }, + "total_tokens": 28378 + }, + "attempts": 1, + "sha256": "2aa32ae3e26d5826aa96d2b95aa7640f06c21a991352e72b26a94e91c3f99ea4", + "generatedAt": "2026-09-13T19:48:29.836Z" + }, + "files": { + "gods/039-justine-tunney/artwork.svg": "2aa32ae3e26d5826aa96d2b95aa7640f06c21a991352e72b26a94e91c3f99ea4", + "gods/039-justine-tunney/front.svg": "d90a1c3a45dc9249a25671cbdd5fb4cf9946ef20e337b99e5dea58a7409eb5b1", + "gods/039-justine-tunney/front.png": "51e42d2c06b69efd5f71f86b0a0ea249380945ceaa6463aea78ed1151a0608d1", + "gods/039-justine-tunney/back.svg": "cefd832dcfb7a80d24b73d6a3e691dc566417e8b32ae620cd11e9536c7de1646", + "gods/039-justine-tunney/back.png": "f2734cd09d5eb3bc6ddd6c4572bfb017841c32d379352520dae7b1a681e60fd9" + }, + "builtAt": "2026-09-13T19:48:30.046Z" + }, + { + "fingerprint": "8e580225bda9eb281dc83341e54b46f90f978dc0a1a58a224755539d2c1ab336", + "card": { + "number": 40, + "slug": "guillaume-lample", + "name": "Guillaume Lample", + "title": "Lead Author of LLaMA", + "knownFor": "The model release that created the open-weight ecosystem", + "rarity": "legendary", + "impact": 91, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:39:40.001Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Guillaume+Lample&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 93, + "openness": 92, + "influence": 93, + "nationality": "France", + "era": "2023–present", + "domains": [ + "Language models", + "Open weights", + "Efficient training" + ], + "scouting": "Led LLaMA at Meta, showing that a smaller model trained on far more tokens beat much larger ones — and then it reached the public. Nearly every open fine-tune, quantisation and local-inference project of the following two years traces to those weights. Co-founded Mistral, which has kept releasing open-weight models under permissive licences.", + "note": "The weights that turned open-source AI from an argument into an ecosystem.", + "status": "locked", + "front": "/releases/v2/gods/040-guillaume-lample/front.svg", + "back": "/releases/v2/gods/040-guillaume-lample/back.svg", + "sources": [ + { + "label": "LLaMA: Open and Efficient Foundation Language Models (2023)", + "url": "https://arxiv.org/abs/2302.13971" + }, + { + "label": "Mistral AI", + "url": "https://mistral.ai/" + } + ], + "series": "gods", + "id": "gods/040-guillaume-lample", + "edition": 2, + "artwork": "/releases/v2/gods/040-guillaume-lample/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0b12e771183769d1006aa6fbfc124087d2a2f499b9f15eaf05", + "usage": { + "input_tokens": 591, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 26035, + "output_tokens_details": { + "reasoning_tokens": 12212 + }, + "total_tokens": 26626 + }, + "attempts": 1, + "sha256": "907dd15ff78ccb4cb57c9c284ed81d47d3b94d4f5273bd89003e43d8eeaf9703", + "generatedAt": "2026-09-13T19:47:34.157Z" + }, + "files": { + "gods/040-guillaume-lample/artwork.svg": "907dd15ff78ccb4cb57c9c284ed81d47d3b94d4f5273bd89003e43d8eeaf9703", + "gods/040-guillaume-lample/front.svg": "133739291b502d583a7b0f4c5718a25b3d0aa3019f6a763f64815d166b4407d0", + "gods/040-guillaume-lample/front.png": "50d5792e85eb4c70a58395083ba16acbee7db6e7e8d51d03c6ef486b4a220396", + "gods/040-guillaume-lample/back.svg": "736e648d36a9e26d7dc33afe1eaa0994b06e8088fc6ad55874ba6bc38b9b5c1f", + "gods/040-guillaume-lample/back.png": "e2e1d8ce479c163b54ef8ac5e33886edf7927e71339d2f3487759c4ba39ade2b" + }, + "builtAt": "2026-09-13T19:47:34.362Z" + }, + { + "fingerprint": "aa406ef60c04584a837d33485d6a2e19d67a3a32cb6faf5d80af4ce52f1c37fd", + "card": { + "number": 41, + "slug": "arthur-mensch", + "name": "Arthur Mensch", + "title": "Europe’s Open Lab", + "knownFor": "Mistral, and shipping open weights as a business", + "rarity": "epic", + "impact": 86, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:39:43.898Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Arthur+Mensch&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "systems": 92, + "openness": 88, + "influence": 88, + "nationality": "France", + "era": "2023–present", + "domains": [ + "Language models", + "Open weights", + "Efficient inference" + ], + "scouting": "Worked on Chinchilla and Flamingo at DeepMind, then co-founded Mistral and released Mistral 7B and Mixtral under Apache 2.0 — models good enough that \"open weights\" stopped being a compromise. Made the case, commercially rather than rhetorically, that a frontier lab can give the weights away and still have a business.", + "note": "Proved open weights and a real company are not mutually exclusive.", + "status": "locked", + "front": "/releases/v2/gods/041-arthur-mensch/front.svg", + "back": "/releases/v2/gods/041-arthur-mensch/back.svg", + "sources": [ + { + "label": "Mistral 7B (2023)", + "url": "https://arxiv.org/abs/2310.06825" + }, + { + "label": "Mistral AI", + "url": "https://mistral.ai/" + } + ], + "series": "gods", + "id": "gods/041-arthur-mensch", + "edition": 2, + "artwork": "/releases/v2/gods/041-arthur-mensch/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_081f0a3a2d3c9f08006aa6fc000e8887d29eb295186485ffc7", + "usage": { + "input_tokens": 590, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 24681, + "output_tokens_details": { + "reasoning_tokens": 11394 + }, + "total_tokens": 25271 + }, + "attempts": 1, + "sha256": "db6f635a9fd7efdd6090779dd469da3a9455d51d0500128361f9403a89b4c278", + "generatedAt": "2026-09-13T19:48:35.378Z" + }, + "files": { + "gods/041-arthur-mensch/artwork.svg": "db6f635a9fd7efdd6090779dd469da3a9455d51d0500128361f9403a89b4c278", + "gods/041-arthur-mensch/front.svg": "86bd0b063740ee334917732c443cdbec1f19fea38cca4698f76fe6d3145bdbc5", + "gods/041-arthur-mensch/front.png": "9bc92dfcca31aa1916aa700cdc7933079b1c1331647c6b3b92d13570194fc0ea", + "gods/041-arthur-mensch/back.svg": "50f0283dc7b53344f16a64a6e16acca453d94643a15f41841cdecf272f9cfb58", + "gods/041-arthur-mensch/back.png": "4e878cc5e000e42da36bfc550b6760d3ba9ea6610f5baab54e75239c8b682efa" + }, + "builtAt": "2026-09-13T19:48:35.591Z" + }, + { + "fingerprint": "842a94944126df29fc763fc279350369f907012251265d52e732c489f176cecf", + "card": { + "number": 42, + "slug": "robin-rombach", + "name": "Robin Rombach", + "title": "Author of Latent Diffusion", + "knownFor": "Stable Diffusion", + "rarity": "legendary", + "impact": 90, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:39:44.750Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Robin+Rombach&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 92, + "openness": 95, + "influence": 92, + "nationality": "Germany", + "era": "2022–present", + "domains": [ + "Diffusion models", + "Generative imagery", + "Open weights" + ], + "scouting": "Lead author of the latent diffusion paper — run the diffusion in a compressed latent space and image generation suddenly fits on a consumer GPU — which became Stable Diffusion. Its open release in 2022 put image generation in everyone’s hands overnight and set off both an explosion of tooling and a still-unresolved argument about training data.", + "note": "The single release that made generative imagery a public technology.", + "status": "locked", + "front": "/releases/v2/gods/042-robin-rombach/front.svg", + "back": "/releases/v2/gods/042-robin-rombach/back.svg", + "sources": [ + { + "label": "High-Resolution Image Synthesis with Latent Diffusion Models (2021)", + "url": "https://arxiv.org/abs/2112.10752" + }, + { + "label": "Stable Diffusion", + "url": "https://en.wikipedia.org/wiki/Stable_Diffusion" + } + ], + "series": "gods", + "id": "gods/042-robin-rombach", + "edition": 2, + "artwork": "/releases/v2/gods/042-robin-rombach/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_016fe7ef280e67f8006aa6fc00cff087d294bd8784c8b75839", + "usage": { + "input_tokens": 581, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 23096, + "output_tokens_details": { + "reasoning_tokens": 9747 + }, + "total_tokens": 23677 + }, + "attempts": 1, + "sha256": "f8dcb6e9cf3ae24af4a4cf6ad4e15ee215870c4617c7b091d3689fdda0819f8a", + "generatedAt": "2026-09-13T19:47:18.075Z" + }, + "files": { + "gods/042-robin-rombach/artwork.svg": "f8dcb6e9cf3ae24af4a4cf6ad4e15ee215870c4617c7b091d3689fdda0819f8a", + "gods/042-robin-rombach/front.svg": "92fb46191f16d934af7b6c81bc2a4ea300aae089ae985c8e75bbbbd302f6feb1", + "gods/042-robin-rombach/front.png": "b9290c05a327a655f3cae12885296b36a1fae8023a69d6d2ecb466a40f7a799c", + "gods/042-robin-rombach/back.svg": "363c28bd3087bb39de37cf9144d47eafa7db081f4c7b74759ff4abb27fb99c81", + "gods/042-robin-rombach/back.png": "26f4f92f7e759ae963c0c6177f764f6a3a7df2506aeaf790a09ddb5f54e5c27a" + }, + "builtAt": "2026-09-13T19:47:18.284Z" + }, + { + "fingerprint": "1516a6a410268ba385caac2d29f39d73dc3bc1297e18fb40faaf9e4bd45d85b0", + "card": { + "number": 43, + "slug": "patrick-esser", + "name": "Patrick Esser", + "title": "The Other Half of Diffusion", + "knownFor": "VQGAN, latent diffusion and Stable Diffusion 3", + "rarity": "epic", + "impact": 85, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:39:51.808Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Patrick+Esser&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 90, + "openness": 92, + "influence": 85, + "nationality": "Germany", + "era": "2021–present", + "domains": [ + "Generative models", + "Diffusion", + "Image synthesis" + ], + "scouting": "Co-authored VQGAN — the taming-transformers work that made high-resolution generation tractable — and then latent diffusion and Stable Diffusion. Later led the rectified-flow architecture behind Stable Diffusion 3 and moved to Black Forest Labs for the FLUX models, which were also released with open weights.", + "note": "Two labs, three architectures, and the weights kept coming out.", + "status": "locked", + "front": "/releases/v2/gods/043-patrick-esser/front.svg", + "back": "/releases/v2/gods/043-patrick-esser/back.svg", + "sources": [ + { + "label": "Taming Transformers for High-Resolution Image Synthesis (2020)", + "url": "https://arxiv.org/abs/2012.09841" + }, + { + "label": "Scaling Rectified Flow Transformers (2024)", + "url": "https://arxiv.org/abs/2403.03206" + } + ], + "series": "gods", + "id": "gods/043-patrick-esser", + "edition": 2, + "artwork": "/releases/v2/gods/043-patrick-esser/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0f7c3a676afc9451006aa6fc07dde487d2a6f0f68e37a4415b", + "usage": { + "input_tokens": 582, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 21694, + "output_tokens_details": { + "reasoning_tokens": 8802 + }, + "total_tokens": 22276 + }, + "attempts": 1, + "sha256": "34296ffda6a0f5c319639626541cfcf4eedc3754ecb50bd721e2663fad03e53a", + "generatedAt": "2026-09-13T19:46:49.888Z" + }, + "files": { + "gods/043-patrick-esser/artwork.svg": "34296ffda6a0f5c319639626541cfcf4eedc3754ecb50bd721e2663fad03e53a", + "gods/043-patrick-esser/front.svg": "8e6bca248c71ace286d3dea0183cd3177263685918361ea504ce1b2b1aca6d07", + "gods/043-patrick-esser/front.png": "e2e242a11b27f7bb25b08f1c12ed2d605ef6bb22250db6a55e0038a89be669b4", + "gods/043-patrick-esser/back.svg": "67d3ecd5f6d222e124e8651e1bd76315226d6fb0e89e7618c970d6789f97ac0a", + "gods/043-patrick-esser/back.png": "a0f6cd59e057adf9350f1ab8407a260c2d2397340dddbdc652914ee7eb3fe90c" + }, + "builtAt": "2026-09-13T19:46:50.077Z" + }, + { + "fingerprint": "f347d9ebe7c2fae344b111023763494267b87f3eb48604f5a2cbd3294a59b596", + "card": { + "number": 44, + "slug": "christoph-schuhmann", + "name": "Christoph Schuhmann", + "title": "Founder of LAION", + "knownFor": "The open datasets the image models were trained on", + "rarity": "epic", + "impact": 84, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:39:56.215Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Christoph+Schuhmann&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 86, + "openness": 99, + "influence": 87, + "nationality": "Germany", + "era": "2021–present", + "domains": [ + "Open datasets", + "Multimodal data", + "Community research" + ], + "scouting": "A schoolteacher who organised a volunteer effort to assemble LAION-400M and LAION-5B, the open image-text datasets that Stable Diffusion and OpenCLIP were trained on. Before LAION, the data behind multimodal models was private by default; afterwards, anyone could inspect it — including the researchers who found serious problems in it.", + "note": "Made the training data auditable, which is how its flaws got found.", + "status": "locked", + "front": "/releases/v2/gods/044-christoph-schuhmann/front.svg", + "back": "/releases/v2/gods/044-christoph-schuhmann/back.svg", + "sources": [ + { + "label": "LAION-5B (2022)", + "url": "https://arxiv.org/abs/2210.08402" + }, + { + "label": "LAION", + "url": "https://laion.ai/" + } + ], + "series": "gods", + "id": "gods/044-christoph-schuhmann", + "edition": 2, + "artwork": "/releases/v2/gods/044-christoph-schuhmann/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_02bcb60a924f9fc3006aa6fc0c4da887d29c1c42649ae96a97", + "usage": { + "input_tokens": 587, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 24764, + "output_tokens_details": { + "reasoning_tokens": 10862 + }, + "total_tokens": 25351 + }, + "attempts": 1, + "sha256": "70ef41c2cbaf7a5dee88c84960b3b8adb1c4dadebcefc8d8bc918b9e34967408", + "generatedAt": "2026-09-13T19:47:49.430Z" + }, + "files": { + "gods/044-christoph-schuhmann/artwork.svg": "70ef41c2cbaf7a5dee88c84960b3b8adb1c4dadebcefc8d8bc918b9e34967408", + "gods/044-christoph-schuhmann/front.svg": "075d4170cdb893975da1535e22601248708980c513c47754e2b25f9b4f16164c", + "gods/044-christoph-schuhmann/front.png": "4b765a3ded6be9a23bb721f14c96a0929b9c07540a759b9da8f5c607ff43babf", + "gods/044-christoph-schuhmann/back.svg": "5a3256a1d5e1b95fe15470e9e43b1f827372fbfa8254410eac49a8c012495486", + "gods/044-christoph-schuhmann/back.png": "b737b0ce0408d3798c6cc8c618256c3d0b33ec4604e6fcfd21f4fd6421b2952a" + }, + "builtAt": "2026-09-13T19:47:49.632Z" + }, + { + "fingerprint": "2041d17d35322c389a598c6a9e88d51ebeba26434764def1ecbc2b533af14590", + "card": { + "number": 45, + "slug": "joelle-pineau", + "name": "Joelle Pineau", + "title": "The Reproducibility Enforcer", + "knownFor": "Running Meta AI research, and the reproducibility checklist", + "rarity": "epic", + "impact": 86, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:40:00.899Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Joelle+Pineau&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 84, + "openness": 96, + "influence": 89, + "nationality": "Canada", + "era": "2017–present", + "domains": [ + "Reinforcement learning", + "Open science", + "Research leadership" + ], + "scouting": "McGill professor and long-time head of Meta’s AI research, during which FAIR released PyTorch, LLaMA, and a long run of open models and code. Created the machine learning reproducibility checklist adopted by NeurIPS, forcing the field to state its assumptions and publish enough to be checked.", + "note": "Made \"show your work\" a condition of publication at the biggest venue.", + "status": "locked", + "front": "/releases/v2/gods/045-joelle-pineau/front.svg", + "back": "/releases/v2/gods/045-joelle-pineau/back.svg", + "sources": [ + { + "label": "Joelle Pineau", + "url": "https://en.wikipedia.org/wiki/Joelle_Pineau" + }, + { + "label": "The Machine Learning Reproducibility Checklist", + "url": "https://www.cs.mcgill.ca/~jpineau/ReproducibilityChecklist.pdf" + } + ], + "series": "gods", + "id": "gods/045-joelle-pineau", + "edition": 2, + "artwork": "/releases/v2/gods/045-joelle-pineau/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_07d92e404f4bca93006aa6fc10f5f487d2bd5ccac4ef0067ea", + "usage": { + "input_tokens": 581, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 27909, + "output_tokens_details": { + "reasoning_tokens": 14502 + }, + "total_tokens": 28490 + }, + "attempts": 1, + "sha256": "f32a233de5b43aba883e61e57669b2a903af27fa5f9d64b2fdffbe12acdb4e75", + "generatedAt": "2026-09-13T19:48:56.109Z" + }, + "files": { + "gods/045-joelle-pineau/artwork.svg": "f32a233de5b43aba883e61e57669b2a903af27fa5f9d64b2fdffbe12acdb4e75", + "gods/045-joelle-pineau/front.svg": "7350e8f543ba91d9548622dface77159d00babaa4db63adea7f47825ebbfce30", + "gods/045-joelle-pineau/front.png": "c56dff68816db14be23d572c9bd82f7fe86328934fdb54953d2316b0c387c970", + "gods/045-joelle-pineau/back.svg": "ca461f80728aee185c9e21912a8eae8483b65e2f7a0935abbf9e9ff431fa0608", + "gods/045-joelle-pineau/back.png": "3cb99e8f0b9b770833a02593a55d641ef63e406a38d18d51c8d1173adc52d896" + }, + "builtAt": "2026-09-13T19:48:56.317Z" + }, + { + "fingerprint": "f29091be793e6373c38630da0f7054f784a254cd55261058901c1b070d4d0bf5", + "card": { + "number": 46, + "slug": "chris-olah", + "name": "Chris Olah", + "title": "Opening the Black Box", + "knownFor": "Distill, feature visualisation and mechanistic interpretability", + "rarity": "legendary", + "impact": 87, + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:40:19.073Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Chris+Olah&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "systems": 82, + "openness": 97, + "influence": 90, + "nationality": "Canada", + "era": "2015–present", + "domains": [ + "Interpretability", + "Visualisation", + "Scientific communication" + ], + "scouting": "Did the feature-visualisation and circuits work that turned \"what is the network doing\" from a shrug into a research programme, and co-founded Distill to publish it in a form people could actually understand. Co-founded Anthropic, where the interpretability team continues to publish its findings openly.", + "note": "Made the insides of a model legible, and made the explanations beautiful.", + "status": "locked", + "front": "/releases/v2/gods/046-chris-olah/front.svg", + "back": "/releases/v2/gods/046-chris-olah/back.svg", + "sources": [ + { + "label": "Distill", + "url": "https://distill.pub/" + }, + { + "label": "Zoom In: An Introduction to Circuits (2020)", + "url": "https://distill.pub/2020/circuits/zoom-in/" + } + ], + "series": "gods", + "id": "gods/046-chris-olah", + "edition": 2, + "artwork": "/releases/v2/gods/046-chris-olah/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0efcdad65f727f80006aa6fc232e7c87d29a26bcd7260f7e82", + "usage": { + "input_tokens": 579, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 22419, + "output_tokens_details": { + "reasoning_tokens": 9259 + }, + "total_tokens": 22998 + }, + "attempts": 1, + "sha256": "e46245c42e10777c8e4d822a98271bd294c65c9759c53a478bbb46d1540f2466", + "generatedAt": "2026-09-13T19:47:37.415Z" + }, + "files": { + "gods/046-chris-olah/artwork.svg": "e46245c42e10777c8e4d822a98271bd294c65c9759c53a478bbb46d1540f2466", + "gods/046-chris-olah/front.svg": "4717da227cc235a59916861acfb839567aaed335d5fb6e4e801b8fc45459dea4", + "gods/046-chris-olah/front.png": "8d2dbbf7399879a20464808e999237dda5cc8091aae23c27394adfeb938372e2", + "gods/046-chris-olah/back.svg": "fa3cefd4d8c8ab7170a2ecbd2ae9a49047d7d8a639179d024be7c732689c50b9", + "gods/046-chris-olah/back.png": "018713b479dd9f830f4c44d487b3d1c455b7298dc2f07309b8143219411c2193" + }, + "builtAt": "2026-09-13T19:47:37.672Z" + }, + { + "fingerprint": "23771979b3ec1e21119338e5603503348456804949fc995676706974bfdbb6e6", + "card": { + "number": 47, + "slug": "paul-christiano", + "name": "Paul Christiano", + "title": "The RLHF Paper", + "knownFor": "Learning from human preferences", + "rarity": "epic", + "impact": 87, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:40:21.917Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Paul+Christiano&limit=30", + "matches": [], + "rejectedCount": 3 + }, + "systems": 80, + "openness": 88, + "influence": 91, + "nationality": "USA", + "era": "2017–present", + "domains": [ + "Alignment", + "Preference learning", + "AI safety" + ], + "scouting": "Lead author of deep reinforcement learning from human preferences, the technique that became RLHF and turned raw language models into things that follow instructions — the single largest reason chat assistants work at all. Later founded the Alignment Research Center and moved to the US AI Safety Institute.", + "note": "Wrote the alignment paper that turned out to also be the product paper.", + "status": "locked", + "front": "/releases/v2/gods/047-paul-christiano/front.svg", + "back": "/releases/v2/gods/047-paul-christiano/back.svg", + "sources": [ + { + "label": "Deep Reinforcement Learning from Human Preferences (2017)", + "url": "https://arxiv.org/abs/1706.03741" + }, + { + "label": "Alignment Research Center", + "url": "https://www.alignment.org/" + } + ], + "series": "gods", + "id": "gods/047-paul-christiano", + "edition": 2, + "artwork": "/releases/v2/gods/047-paul-christiano/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_03324d52a64cb609006aa6fc25fcd487d28ab52a142124d420", + "usage": { + "input_tokens": 559, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 20668, + "output_tokens_details": { + "reasoning_tokens": 8047 + }, + "total_tokens": 21227 + }, + "attempts": 1, + "sha256": "22b2695149514ab474223fef248aa28d6a987cda921abd9574729aa175d94dd7", + "generatedAt": "2026-09-13T19:47:50.112Z" + }, + "files": { + "gods/047-paul-christiano/artwork.svg": "22b2695149514ab474223fef248aa28d6a987cda921abd9574729aa175d94dd7", + "gods/047-paul-christiano/front.svg": "f8c0463a25446a0f94fc1410769fcc21cdca919f472775a4bf7e7503b842306d", + "gods/047-paul-christiano/front.png": "16e754d91e8e5e5c4e7ffdb5fb7553d0b2d41d1106a56077adffaf04d67741de", + "gods/047-paul-christiano/back.svg": "4c3ab24f91e1bbb34dfc4a5537eac1ecf5a90ca2077f22fecdc57f275a1530f4", + "gods/047-paul-christiano/back.png": "5724cc505c1813ba0c194d3c7bf9cc33badab5dbf3f7f1d715aec93ba314ab5f" + }, + "builtAt": "2026-09-13T19:47:50.339Z" + }, + { + "fingerprint": "82a67489d21684805b93b19d1c0fd3e76b684b4d07d4ceacb3ed9852638d146c", + "card": { + "number": 48, + "slug": "jan-leike", + "name": "Jan Leike", + "title": "The Alignment Lead", + "knownFor": "InstructGPT, superalignment, and resigning over it", + "rarity": "epic", + "impact": 84, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:40:25.662Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Jan+Leike&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "systems": 84, + "openness": 84, + "influence": 87, + "nationality": "Germany", + "era": "2018–present", + "domains": [ + "Alignment", + "RLHF", + "Scalable oversight" + ], + "scouting": "Co-led the work that turned RLHF into InstructGPT and then ChatGPT, and headed OpenAI’s superalignment effort. Resigned publicly in 2024 saying safety culture had lost out to shipping, which is a rare thing for someone at that level to say on the record, and moved to Anthropic to continue the work.", + "note": "Built the alignment method, then said out loud when it was being sidelined.", + "status": "locked", + "front": "/releases/v2/gods/048-jan-leike/front.svg", + "back": "/releases/v2/gods/048-jan-leike/back.svg", + "sources": [ + { + "label": "Training language models to follow instructions (2022)", + "url": "https://arxiv.org/abs/2203.02155" + }, + { + "label": "Jan Leike", + "url": "https://en.wikipedia.org/wiki/Jan_Leike" + } + ], + "series": "gods", + "id": "gods/048-jan-leike", + "edition": 2, + "artwork": "/releases/v2/gods/048-jan-leike/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_00adf17b9c59c0d2006aa6fc29bb6c87d29d0ce794ece336ce", + "usage": { + "input_tokens": 586, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 30131, + "output_tokens_details": { + "reasoning_tokens": 17953 + }, + "total_tokens": 30717 + }, + "attempts": 1, + "sha256": "ee05059a59e55efa17797b9aa5f6ad663968fce90dd6f5fe0033cbd62b761675", + "generatedAt": "2026-09-13T19:50:46.736Z" + }, + "files": { + "gods/048-jan-leike/artwork.svg": "ee05059a59e55efa17797b9aa5f6ad663968fce90dd6f5fe0033cbd62b761675", + "gods/048-jan-leike/front.svg": "31eb5ef7eec3c9b4d84cc42ce4e7032f3af42784bd027b7af2e1cb6be7f91383", + "gods/048-jan-leike/front.png": "8c23f4e3c5fdf50d5dfdd5d6ece3ea987c79eb6e9dd30136228803d0afd82c92", + "gods/048-jan-leike/back.svg": "f22c0c63a3a155d26e37a2df83f3191b4fefc80d3fdcafdb66c907a059ce8f4d", + "gods/048-jan-leike/back.png": "aaaf7d06a51bb540f5c0cd49bf4835234f1e262cb72abeefdf1e2b1ddb921377" + }, + "builtAt": "2026-09-13T19:50:46.944Z" + }, + { + "fingerprint": "9da9588bb2c90d5be848697882aea706be6fc91ae6d0f81f8635a64c0fd54aff", + "card": { + "number": 49, + "slug": "stuart-russell", + "name": "Stuart Russell", + "title": "The Textbook and the Warning", + "knownFor": "Artificial Intelligence: A Modern Approach", + "rarity": "legendary", + "impact": 89, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:40:28.003Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Stuart+Russell&limit=30", + "matches": [], + "rejectedCount": 12 + }, + "systems": 74, + "openness": 90, + "influence": 93, + "nationality": "UK / USA", + "era": "1995–present", + "domains": [ + "AI foundations", + "Value alignment", + "Policy" + ], + "scouting": "Co-wrote Artificial Intelligence: A Modern Approach with Peter Norvig, the textbook that has taught the subject in essentially every university for thirty years. Then spent the later part of his career arguing that optimising a fixed objective is the wrong design, and that systems should be uncertain about what humans want.", + "note": "Taught the field its vocabulary, then told it the foundation was wrong.", + "status": "locked", + "front": "/releases/v2/gods/049-stuart-russell/front.svg", + "back": "/releases/v2/gods/049-stuart-russell/back.svg", + "sources": [ + { + "label": "Stuart J. Russell", + "url": "https://en.wikipedia.org/wiki/Stuart_J._Russell" + }, + { + "label": "Center for Human-Compatible AI", + "url": "https://humancompatible.ai/" + } + ], + "series": "gods", + "id": "gods/049-stuart-russell", + "edition": 2, + "artwork": "/releases/v2/gods/049-stuart-russell/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0b28cbab91f659b0006aa6fc2c111087d2bdedf17624d4c7b5", + "usage": { + "input_tokens": 571, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 23187, + "output_tokens_details": { + "reasoning_tokens": 10876 + }, + "total_tokens": 23758 + }, + "attempts": 1, + "sha256": "0c7253f6f9c620fb8e2117452d03d00b330307ed2de3121e54841a963fa805d1", + "generatedAt": "2026-09-13T19:48:01.897Z" + }, + "files": { + "gods/049-stuart-russell/artwork.svg": "0c7253f6f9c620fb8e2117452d03d00b330307ed2de3121e54841a963fa805d1", + "gods/049-stuart-russell/front.svg": "de11ef3cf8190af245349313fff6df89564d9f7e27049335f96cb290f137e25f", + "gods/049-stuart-russell/front.png": "9aed404100b19eb91d0a189c2f6e67cc8baa8a80677cb0e24f6d81252ddeedac", + "gods/049-stuart-russell/back.svg": "a2064e6b74570599e2ab6098d7f81c551ad1fb5bb8e8282737082f325ff6544a", + "gods/049-stuart-russell/back.png": "854b25c737726c447adafd88077bd12a2eb858bf449a1023846aad97297a3bbe" + }, + "builtAt": "2026-09-13T19:48:02.148Z" + }, + { + "fingerprint": "d9f2df8bb01f1deb20bbb3b3764d94ccf7f50650e8a32dbfc0c367caaf8847be", + "card": { + "number": 50, + "slug": "dario-amodei", + "name": "Dario Amodei", + "title": "Scaling Laws and Anthropic", + "knownFor": "Concrete Problems in AI Safety, and the scaling hypothesis", + "rarity": "legendary", + "impact": 91, + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:40:43.742Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Dario+Amodei&limit=30", + "matches": [], + "rejectedCount": 30 + }, + "systems": 92, + "openness": 74, + "influence": 93, + "nationality": "USA", + "era": "2016–present", + "domains": [ + "Scaling", + "Alignment", + "Frontier models" + ], + "scouting": "Co-authored Concrete Problems in AI Safety, which gave safety research a concrete agenda, and led the GPT-2 and GPT-3 work where the scaling laws were established. Left OpenAI to co-found Anthropic, whose interpretability and Constitutional AI research is published openly even though the models are not.", + "note": "The set’s open-weights sceptic, and its most rigorous public writer on scale.", + "status": "locked", + "front": "/releases/v2/gods/050-dario-amodei/front.svg", + "back": "/releases/v2/gods/050-dario-amodei/back.svg", + "sources": [ + { + "label": "Dario Amodei", + "url": "https://en.wikipedia.org/wiki/Dario_Amodei" + }, + { + "label": "Concrete Problems in AI Safety (2016)", + "url": "https://arxiv.org/abs/1606.06565" + }, + { + "label": "Scaling Laws for Neural Language Models (2020)", + "url": "https://arxiv.org/abs/2001.08361" + } + ], + "series": "gods", + "id": "gods/050-dario-amodei", + "edition": 2, + "artwork": "/releases/v2/gods/050-dario-amodei/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_02b8f49125defbd0006aa6fc3bcf2487d299d33845164d4cec", + "usage": { + "input_tokens": 577, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 19499, + "output_tokens_details": { + "reasoning_tokens": 8804 + }, + "total_tokens": 20076 + }, + "attempts": 1, + "sha256": "7afacab68ecf645bce36ab728fc33402ed35bbea45ac46340f26beb76ecf43d4", + "generatedAt": "2026-09-13T19:46:54.678Z" + }, + "files": { + "gods/050-dario-amodei/artwork.svg": "7afacab68ecf645bce36ab728fc33402ed35bbea45ac46340f26beb76ecf43d4", + "gods/050-dario-amodei/front.svg": "36fd805d914b7f18b3e417efe70a48da5ecb0a345dd6520561f34e7bd8073ef1", + "gods/050-dario-amodei/front.png": "12125605d31e96372ecdab04805ebf98bc537e9a5445afe6e0aafac2622b4e0f", + "gods/050-dario-amodei/back.svg": "e72e6e514f23d8dbf1289f409bada0091f96f845cf45aa62e657f2486e5a7d44", + "gods/050-dario-amodei/back.png": "c0182472fb0b1aa652192389ce37e03b95104d19602282d9d63a64ee124b7934" + }, + "builtAt": "2026-09-13T19:46:54.897Z" + }, + { + "fingerprint": "72dc2bc06ceb56420e87c9037d1cd3a6b50e1c1e8e9a3c4e4c164c0f68ec1a08", + "card": { + "number": 1, + "slug": "ada-lovelace", + "name": "Ada Lovelace", + "title": "The First Programmer", + "knownFor": "Note G, and seeing what the machine could become", + "rarity": "iconic", + "impact": 97, + "technical": 92, + "pioneering": 100, + "openness": 88, + "influence": 96, + "nationality": "England", + "era": "1815-1852", + "domains": [ + "Algorithms", + "Analytical Engine", + "Computing theory" + ], + "scouting": "Her 1843 notes on Babbage’s Analytical Engine ran three times longer than the paper she was translating and contained Note G, a step-by-step method for computing Bernoulli numbers that is generally read as the first published algorithm. More striking is that she argued the machine could act on things other than numbers, which nobody else did for a century.", + "note": "Understood what the machine was for before one had ever been built.", + "status": "locked", + "front": "/releases/v2/women/001-ada-lovelace/front.svg", + "back": "/releases/v2/women/001-ada-lovelace/back.svg", + "sources": [ + { + "label": "Ada Lovelace", + "url": "https://en.wikipedia.org/wiki/Ada_Lovelace" + }, + { + "label": "Sketch of the Analytical Engine, with Notes (1843)", + "url": "https://www.fourmilab.ch/babbage/sketch.html" + } + ], + "series": "women", + "id": "women/001-ada-lovelace", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:40:47.644Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Ada+Lovelace&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "edition": 2, + "artwork": "/releases/v2/women/001-ada-lovelace/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_048613ed92d6e08f006aa6fc3fb85487d2ab4b0269e42338af", + "usage": { + "input_tokens": 587, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 25248, + "output_tokens_details": { + "reasoning_tokens": 13283 + }, + "total_tokens": 25835 + }, + "attempts": 1, + "sha256": "c3ba63942637c6d40b328e99aea51d6c4ab5fec9399213e63d8916aaa4a7b9fd", + "generatedAt": "2026-09-13T19:49:54.605Z" + }, + "files": { + "women/001-ada-lovelace/artwork.svg": "c3ba63942637c6d40b328e99aea51d6c4ab5fec9399213e63d8916aaa4a7b9fd", + "women/001-ada-lovelace/front.svg": "9f74764e71451945111623690404a75075e9296f4c32fec73ec42ce4df088bd4", + "women/001-ada-lovelace/front.png": "47ae424d0ff11abe131e08b92c49c14fbc34e169eedb4e452068743853c78435", + "women/001-ada-lovelace/back.svg": "6854cb33ada96f0b5f948530bbed8dc9f4f1e00e0e97b6e12e8f4a4661c57a5d", + "women/001-ada-lovelace/back.png": "6c7bcf0489bb956a00461602d38d914fe589a8141b5865ae71420e87fca99b8a" + }, + "builtAt": "2026-09-13T19:49:54.823Z" + }, + { + "fingerprint": "d4bea30c66c3bcedd0cd7ac3d3d972bec0394ccf897ab341cc27d8c3d5e8e0a9", + "card": { + "number": 2, + "slug": "grace-hopper", + "name": "Grace Hopper", + "title": "Author of the First Compiler", + "knownFor": "A-0, COBOL, and machine-independent programming", + "rarity": "iconic", + "impact": 98, + "technical": 95, + "pioneering": 99, + "openness": 92, + "influence": 98, + "nationality": "USA", + "era": "1944-1992", + "domains": [ + "Compilers", + "COBOL", + "Programming languages" + ], + "scouting": "Wrote the A-0 system in 1952, the first compiler, against a field that told her computers could only do arithmetic. Drove the design of FLOW-MATIC and then COBOL, which put business programming into something close to English and ran the world’s finance for decades. Rear Admiral, and the reason anyone says a program has a bug.", + "note": "Argued that code should be readable by humans and won, permanently.", + "status": "locked", + "front": "/releases/v2/women/002-grace-hopper/front.svg", + "back": "/releases/v2/women/002-grace-hopper/back.svg", + "sources": [ + { + "label": "Grace Hopper", + "url": "https://en.wikipedia.org/wiki/Grace_Hopper" + }, + { + "label": "The A-0 compiler", + "url": "https://en.wikipedia.org/wiki/A-0_System" + } + ], + "series": "women", + "id": "women/002-grace-hopper", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:40:50.540Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Grace+Hopper&limit=30", + "matches": [], + "rejectedCount": 4 + }, + "edition": 2, + "artwork": "/releases/v2/women/002-grace-hopper/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0335a9024d7287de006aa6fc42ae1087d2bb4477ea80478b9d", + "usage": { + "input_tokens": 592, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 26699, + "output_tokens_details": { + "reasoning_tokens": 14111 + }, + "total_tokens": 27291 + }, + "attempts": 1, + "sha256": "ba89a09a0b7ea756e6681824c07fb680bf0cf8481adfda826dad50cd62bcf9cd", + "generatedAt": "2026-09-13T19:50:06.672Z" + }, + "files": { + "women/002-grace-hopper/artwork.svg": "ba89a09a0b7ea756e6681824c07fb680bf0cf8481adfda826dad50cd62bcf9cd", + "women/002-grace-hopper/front.svg": "0433fadb77244456187d07c44dab8d2930205b8cff106e5dac8d70f9fcaa4919", + "women/002-grace-hopper/front.png": "c9f25e6a4804e228ff68cd7fa3e144e9a4a294a83beb2fa96c6e8c8b9eb78a7c", + "women/002-grace-hopper/back.svg": "b5b098f56bd8933b507c8e489149cd237c509502e1abc0199392ccc5202166ec", + "women/002-grace-hopper/back.png": "6670645c2ccb12b651f64912634c531957c2a0ff52f57e0834252ab540af431f" + }, + "builtAt": "2026-09-13T19:50:06.857Z" + }, + { + "fingerprint": "f9065f5a2c3d5ea1ac02dfe60874ea0c10b41c0186fc87e4cace1570ded3f0a2", + "card": { + "number": 3, + "slug": "margaret-hamilton", + "name": "Margaret Hamilton", + "title": "Apollo Guidance Software", + "knownFor": "The code that landed Apollo 11, and the phrase software engineering", + "rarity": "iconic", + "impact": 96, + "technical": 96, + "pioneering": 97, + "openness": 86, + "influence": 95, + "nationality": "USA", + "era": "1965-present", + "domains": [ + "Flight software", + "Fault tolerance", + "Software engineering" + ], + "scouting": "Led the team that wrote the Apollo onboard flight software at MIT, including the priority scheduling that let the guidance computer shed lower-priority work during the 1202 alarms three minutes before the lunar landing rather than fail. She coined the term software engineering, partly to get the discipline taken seriously.", + "note": "The landing happened because her code knew what to drop under load.", + "status": "locked", + "front": "/releases/v2/women/003-margaret-hamilton/front.svg", + "back": "/releases/v2/women/003-margaret-hamilton/back.svg", + "sources": [ + { + "label": "Margaret Hamilton", + "url": "https://en.wikipedia.org/wiki/Margaret_Hamilton_(software_engineer)" + }, + { + "label": "Apollo Guidance Computer source", + "url": "https://github.com/chrislgarry/Apollo-11" + } + ], + "series": "women", + "id": "women/003-margaret-hamilton", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:41:02.308Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Margaret+Hamilton&limit=30", + "matches": [], + "rejectedCount": 3 + }, + "edition": 2, + "artwork": "/releases/v2/women/003-margaret-hamilton/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0a9b3a764b780a9d006aa6fc4e5e2487d2a6ba19e7535fef13", + "usage": { + "input_tokens": 574, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 25892, + "output_tokens_details": { + "reasoning_tokens": 11561 + }, + "total_tokens": 26466 + }, + "attempts": 1, + "sha256": "70c6a5a37e4bb8c0fcc36beeeafccfa3adc5feaca79126f32cf80a931d76a6e7", + "generatedAt": "2026-09-13T19:49:12.353Z" + }, + "files": { + "women/003-margaret-hamilton/artwork.svg": "70c6a5a37e4bb8c0fcc36beeeafccfa3adc5feaca79126f32cf80a931d76a6e7", + "women/003-margaret-hamilton/front.svg": "ad9a2fbadd304cef4bcc7ac8d638ddbaee5280f8959d0e7c2444f982fbb09a54", + "women/003-margaret-hamilton/front.png": "7d3987ca2b746e01771a4c4f4a474b803870ba04426a6f172b9c0761378166e5", + "women/003-margaret-hamilton/back.svg": "affa4bf96724d6ec85b0a651f74342ff80fedef87304ddaca3af09c9d86a366b", + "women/003-margaret-hamilton/back.png": "0940f5fbdda91aaa52adc5d76acc55026adce2ce7943b78ca7dbf9b64c29e128" + }, + "builtAt": "2026-09-13T19:49:12.578Z" + }, + { + "fingerprint": "057e2e0bf14414279ffc45fa4e4dc1c06280a07f216e72d67e288dd5bc839c72", + "card": { + "number": 4, + "slug": "katherine-johnson", + "name": "Katherine Johnson", + "title": "The Orbital Mathematician", + "knownFor": "The trajectory calculations behind Mercury and Apollo", + "rarity": "legendary", + "impact": 92, + "technical": 96, + "pioneering": 90, + "openness": 80, + "influence": 92, + "nationality": "USA", + "era": "1953-1986", + "domains": [ + "Orbital mechanics", + "Numerical analysis", + "Spaceflight" + ], + "scouting": "Computed trajectories for Alan Shepard’s flight and the Apollo missions at NASA Langley. When the agency moved to electronic computers for John Glenn’s orbit, Glenn asked for her to check the machine’s numbers by hand before he would fly. Co-authored a 1960 report on orbital calculation, unusual for a woman at Langley then.", + "note": "The astronaut trusted her arithmetic over the computer, and he was not wrong to.", + "status": "locked", + "front": "/releases/v2/women/004-katherine-johnson/front.svg", + "back": "/releases/v2/women/004-katherine-johnson/back.svg", + "sources": [ + { + "label": "Katherine Johnson", + "url": "https://en.wikipedia.org/wiki/Katherine_Johnson" + }, + { + "label": "NASA biography", + "url": "https://www.nasa.gov/people/katherine-johnson-biography/" + } + ], + "series": "women", + "id": "women/004-katherine-johnson", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:41:13.909Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Katherine+Johnson&limit=30", + "matches": [], + "rejectedCount": 3 + }, + "edition": 2, + "artwork": "/releases/v2/women/004-katherine-johnson/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_041a2fb09f3e04c8006aa6fc59f8e087d29fcb70ff35bc6ab6", + "usage": { + "input_tokens": 586, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 24859, + "output_tokens_details": { + "reasoning_tokens": 14348 + }, + "total_tokens": 25445 + }, + "attempts": 1, + "sha256": "b4f9afab775f3e34e4ce8754981d07707ad237043730f0b76f684423d32e0af1", + "generatedAt": "2026-09-13T19:50:30.203Z" + }, + "files": { + "women/004-katherine-johnson/artwork.svg": "b4f9afab775f3e34e4ce8754981d07707ad237043730f0b76f684423d32e0af1", + "women/004-katherine-johnson/front.svg": "1a8a2f11cf189b1a472ff54e76bd81b2e4e04b4cfccc2143804080925159608e", + "women/004-katherine-johnson/front.png": "eecb618765ff641fb55025289fab1630d3637bcb08478e7d131eb048b1011566", + "women/004-katherine-johnson/back.svg": "8172ee90d6fa9aa8d94339384a41275a8b3a84f7dc7225e6005e6a9941c8c54a", + "women/004-katherine-johnson/back.png": "d547e1d78bde4663f3da54f2894ddd65c884ffcecdeef18602287470f9870321" + }, + "builtAt": "2026-09-13T19:50:30.410Z" + }, + { + "fingerprint": "a05374ac23955c3de4c2c9fe6a5556eac89214eabb905e9ff3a670a194987384", + "card": { + "number": 5, + "slug": "dorothy-vaughan", + "name": "Dorothy Vaughan", + "title": "The FORTRAN Supervisor", + "knownFor": "Teaching her whole section to program before the machines replaced them", + "rarity": "epic", + "impact": 87, + "technical": 88, + "pioneering": 92, + "openness": 86, + "influence": 88, + "nationality": "USA", + "era": "1943-1971", + "domains": [ + "FORTRAN", + "Numerical computing", + "Team leadership" + ], + "scouting": "NASA’s first Black supervisor, running the segregated West Area Computing unit. Seeing that the arriving IBM machines would make human computers obsolete, she taught herself FORTRAN and then taught her staff, moving the whole group into programming rather than out of work. That is a rarer kind of technical foresight than the usual sort.", + "note": "Saw the automation coming and retrained her entire team ahead of it.", + "status": "locked", + "front": "/releases/v2/women/005-dorothy-vaughan/front.svg", + "back": "/releases/v2/women/005-dorothy-vaughan/back.svg", + "sources": [ + { + "label": "Dorothy Vaughan", + "url": "https://en.wikipedia.org/wiki/Dorothy_Vaughan" + }, + { + "label": "NASA biography", + "url": "https://www.nasa.gov/people/dorothy-vaughan-biography/" + } + ], + "series": "women", + "id": "women/005-dorothy-vaughan", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:41:21.603Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Dorothy+Vaughan&limit=30", + "matches": [], + "rejectedCount": 3 + }, + "edition": 2, + "artwork": "/releases/v2/women/005-dorothy-vaughan/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_034cd08395d08761006aa6fc61aa7887d289257dc6a69c4841", + "usage": { + "input_tokens": 584, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 20481, + "output_tokens_details": { + "reasoning_tokens": 8410 + }, + "total_tokens": 21065 + }, + "attempts": 1, + "sha256": "a655c9674d9c2463fe187da81a45d63e8638e2472d16f8033b54fcaa495844b6", + "generatedAt": "2026-09-13T19:48:13.939Z" + }, + "files": { + "women/005-dorothy-vaughan/artwork.svg": "a655c9674d9c2463fe187da81a45d63e8638e2472d16f8033b54fcaa495844b6", + "women/005-dorothy-vaughan/front.svg": "d662b25c09bffa7bb3870042feef5d7a789cd047340343fabc89ae9eda9f1bb9", + "women/005-dorothy-vaughan/front.png": "cb51f74a59a65d8a2bf5c4c1021247dae49cf0768891b1c848440a7c12b05e66", + "women/005-dorothy-vaughan/back.svg": "6cbcca69be9f412c8873d8fc35747c78695ba3ea0c6d7024bfe4e8e775db80ae", + "women/005-dorothy-vaughan/back.png": "aa1cb47e8da9bce7fd12b451434240a53336fccf9953a4e7918c01608e8c3d6d" + }, + "builtAt": "2026-09-13T19:48:14.130Z" + }, + { + "fingerprint": "4f17c4f2342ffda3b0c5267de9d1ab3916db59756738d08f1834b3de37ddc1c8", + "card": { + "number": 6, + "slug": "jean-bartik", + "name": "Jean Bartik", + "title": "One of the Six ENIAC Programmers", + "knownFor": "Programming the first electronic computer, then teaching it to store programs", + "rarity": "legendary", + "impact": 89, + "technical": 92, + "pioneering": 96, + "openness": 84, + "influence": 88, + "nationality": "USA", + "era": "1945-1951", + "domains": [ + "ENIAC", + "Stored-program computers", + "Early programming" + ], + "scouting": "One of the six women who programmed ENIAC by physically rewiring it, working from logic diagrams because no programming language or manual existed. They were called operators and left out of the 1946 press photographs. She went on to help convert ENIAC to a stored-program machine and to work on BINAC and UNIVAC.", + "note": "Invented the job while doing it, then watched the men be photographed.", + "status": "locked", + "front": "/releases/v2/women/006-jean-bartik/front.svg", + "back": "/releases/v2/women/006-jean-bartik/back.svg", + "sources": [ + { + "label": "Jean Bartik", + "url": "https://en.wikipedia.org/wiki/Jean_Bartik" + }, + { + "label": "ENIAC programmers", + "url": "https://en.wikipedia.org/wiki/ENIAC#Programmers" + } + ], + "series": "women", + "id": "women/006-jean-bartik", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:41:24.263Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Jean+Bartik&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/006-jean-bartik/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0559407365744bd0006aa6fc645a3087d2b82f86b780e48474", + "usage": { + "input_tokens": 591, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 28822, + "output_tokens_details": { + "reasoning_tokens": 13974 + }, + "total_tokens": 29413 + }, + "attempts": 1, + "sha256": "d09c12cfbee184f701ba8092890888979330858e664a4d9e1650ae98611d71ee", + "generatedAt": "2026-09-13T19:50:20.389Z" + }, + "files": { + "women/006-jean-bartik/artwork.svg": "d09c12cfbee184f701ba8092890888979330858e664a4d9e1650ae98611d71ee", + "women/006-jean-bartik/front.svg": "89420a328d240a88d8fbef4a32a99e7f1f2857cde7d93da8d765ac84b7c140c5", + "women/006-jean-bartik/front.png": "9f304c8388d6e76ae4ab984701156ddb612b9bf00101bb9238b37544c5847505", + "women/006-jean-bartik/back.svg": "446fd112102436f7141767e1cfb6e3bbca5b5915fe424314c8397c91c89d3ca9", + "women/006-jean-bartik/back.png": "1914ab42a8f2e9bddf8637ab69a711767d54325cd1c60a45afd1db898332845b" + }, + "builtAt": "2026-09-13T19:50:20.587Z" + }, + { + "fingerprint": "79326984b83b02eb6a96de14ceca384f3480f659a6c42119679f5af619e3135d", + "card": { + "number": 7, + "slug": "betty-holberton", + "name": "Betty Holberton", + "title": "Author of the Sort-Merge Generator", + "knownFor": "ENIAC, the first generator program, and readable console design", + "rarity": "epic", + "impact": 86, + "technical": 92, + "pioneering": 94, + "openness": 82, + "influence": 86, + "nationality": "USA", + "era": "1945-1980s", + "domains": [ + "Early programming", + "Sorting", + "Human factors" + ], + "scouting": "ENIAC programmer who went on to write the sort-merge generator for UNIVAC, an early instance of a program that writes a program. She argued for the UNIVAC console being grey rather than black on human-factors grounds, worked on the C-10 instruction set, and later contributed to the COBOL and FORTRAN standards.", + "note": "Wrote code that wrote code, in 1951, on a machine with mercury memory.", + "status": "locked", + "front": "/releases/v2/women/007-betty-holberton/front.svg", + "back": "/releases/v2/women/007-betty-holberton/back.svg", + "sources": [ + { + "label": "Betty Holberton", + "url": "https://en.wikipedia.org/wiki/Betty_Holberton" + }, + { + "label": "ENIAC programmers", + "url": "https://en.wikipedia.org/wiki/ENIAC#Programmers" + } + ], + "series": "women", + "id": "women/007-betty-holberton", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:41:28.997Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Betty+Holberton&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/007-betty-holberton/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_09b01860aa82ac23006aa6fc690f4c87d2923d57ae2df9875f", + "usage": { + "input_tokens": 591, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 24635, + "output_tokens_details": { + "reasoning_tokens": 11283 + }, + "total_tokens": 25226 + }, + "attempts": 1, + "sha256": "c9e4aa78fe802f8b523e1bf1d126df64f91d4f9d68c7b80a5508ac392e24cdae", + "generatedAt": "2026-09-13T19:49:37.719Z" + }, + "files": { + "women/007-betty-holberton/artwork.svg": "c9e4aa78fe802f8b523e1bf1d126df64f91d4f9d68c7b80a5508ac392e24cdae", + "women/007-betty-holberton/front.svg": "6545e4bb04a22d338357fd2ad3c4ceaf25a2e11feb36a23756d69c25e552069d", + "women/007-betty-holberton/front.png": "a55304167cceb36cea6bde8623f42a266fe8549209e4dd17264d3b367dd562af", + "women/007-betty-holberton/back.svg": "df68fb613ccc40b7a12bc2ed9fb942d5fedda02bf56c12caf9f9b47d5541d145", + "women/007-betty-holberton/back.png": "3da3fc191f104074c61dc65dd55a43920518eb553385da88cdfce50b9b8eb8a1" + }, + "builtAt": "2026-09-13T19:49:37.972Z" + }, + { + "fingerprint": "de072f6666ee68cff05080a5188826d663561ba73c5d5f116408650ac7129073", + "card": { + "number": 8, + "slug": "kathleen-booth", + "name": "Kathleen Booth", + "title": "Inventor of Assembly Language", + "knownFor": "The first assembly language and its assembler", + "rarity": "legendary", + "impact": 88, + "technical": 94, + "pioneering": 97, + "openness": 86, + "influence": 89, + "nationality": "UK", + "era": "1947-1962", + "domains": [ + "Assembly language", + "Machine architecture", + "Early neural networks" + ], + "scouting": "Wrote what is generally considered the first assembly language, for the ARC2 and later APE(X)C machines at Birkbeck, and the assembler to go with it. Co-wrote some of the earliest books on how to program and design these machines, and did early work applying neural network ideas to character recognition in the late 1950s.", + "note": "Everything between machine code and a compiler starts here.", + "status": "locked", + "front": "/releases/v2/women/008-kathleen-booth/front.svg", + "back": "/releases/v2/women/008-kathleen-booth/back.svg", + "sources": [ + { + "label": "Kathleen Booth", + "url": "https://en.wikipedia.org/wiki/Kathleen_Booth" + }, + { + "label": "Coding for A.R.C. (1950)", + "url": "https://en.wikipedia.org/wiki/Assembly_language#History" + } + ], + "series": "women", + "id": "women/008-kathleen-booth", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:41:36.031Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Kathleen+Booth&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/008-kathleen-booth/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0f8045e6a9799dbf006aa6fc701be487d2b4b57db54edc9004", + "usage": { + "input_tokens": 585, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 26205, + "output_tokens_details": { + "reasoning_tokens": 12070 + }, + "total_tokens": 26790 + }, + "attempts": 1, + "sha256": "0d8b5bb284bc887cd68dd46f4015c1c10a9b7d320375ca445944bb20ab43385c", + "generatedAt": "2026-09-13T19:50:36.986Z" + }, + "files": { + "women/008-kathleen-booth/artwork.svg": "0d8b5bb284bc887cd68dd46f4015c1c10a9b7d320375ca445944bb20ab43385c", + "women/008-kathleen-booth/front.svg": "e1c5bd5a18617eb23033d28ca700fdd209827cd0595debad31027a8d29ebef2f", + "women/008-kathleen-booth/front.png": "8568c0d6a1ed9dafb1ff4ed86396d89a11aeb6ef9446bb5ce43c01aa63aff39f", + "women/008-kathleen-booth/back.svg": "b9e3731d11680e6f0ac78e34e99267137ddf83f917256bb0b4dd130a15de97d1", + "women/008-kathleen-booth/back.png": "8d8119653e4baeb38bbade9bc0eb530bf9bb250fb1c3961e32f060e06aa8e3d5" + }, + "builtAt": "2026-09-13T19:50:37.183Z" + }, + { + "fingerprint": "1b859b8a2495386563930320104af22ab919fe8e58f331fe3ad99f57e460e9cf", + "card": { + "number": 9, + "slug": "mary-allen-wilkes", + "name": "Mary Allen Wilkes", + "title": "The First Home Computer User", + "knownFor": "The LINC operating system, written in her parents’ living room", + "rarity": "epic", + "impact": 85, + "technical": 92, + "pioneering": 96, + "openness": 84, + "influence": 84, + "nationality": "USA", + "era": "1959-1972", + "domains": [ + "Operating systems", + "Personal computing", + "Interactive systems" + ], + "scouting": "Wrote LAP6, the operating system for the LINC, one of the first interactive personal computers. In 1965 she took a LINC home and used it there, which makes her plausibly the first person to have a computer in their house. LAP6 supported real-time text editing on a machine with two kilowords of memory.", + "note": "Had a computer at home a decade before anyone was selling one.", + "status": "locked", + "front": "/releases/v2/women/009-mary-allen-wilkes/front.svg", + "back": "/releases/v2/women/009-mary-allen-wilkes/back.svg", + "sources": [ + { + "label": "Mary Allen Wilkes", + "url": "https://en.wikipedia.org/wiki/Mary_Allen_Wilkes" + }, + { + "label": "LINC", + "url": "https://en.wikipedia.org/wiki/LINC" + } + ], + "series": "women", + "id": "women/009-mary-allen-wilkes", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:41:39.912Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Mary+Allen+Wilkes&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/009-mary-allen-wilkes/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_03eaac643980ae17006aa6fc73f6b087d2838e67d06183cb34", + "usage": { + "input_tokens": 589, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 24538, + "output_tokens_details": { + "reasoning_tokens": 12826 + }, + "total_tokens": 25127 + }, + "attempts": 1, + "sha256": "6b3150e65c16bd49851ac69d428b285dc62dc02f8bbb8105bd96bf3eee48ccf1", + "generatedAt": "2026-09-13T19:51:03.188Z" + }, + "files": { + "women/009-mary-allen-wilkes/artwork.svg": "6b3150e65c16bd49851ac69d428b285dc62dc02f8bbb8105bd96bf3eee48ccf1", + "women/009-mary-allen-wilkes/front.svg": "241503328d39fb18532b52e0a017e2eb8289fab94ab2204b9ef26e37db6f5036", + "women/009-mary-allen-wilkes/front.png": "f4a7cef612f8504e6c498f496649a261bff81599a7a00f700935212e45f7c79d", + "women/009-mary-allen-wilkes/back.svg": "a3bb0e3092cb58ce1b579a8e0464c82734b28f412157112cf762395db8fc6732", + "women/009-mary-allen-wilkes/back.png": "fd0fff8c9289d918a23475e2f0b95650a11535683d5f5d562667514a3a47b72a" + }, + "builtAt": "2026-09-13T19:51:03.408Z" + }, + { + "fingerprint": "80bbf713db5e68e70d2e14fbb2798cc57d2f92fb86688e44b80ec9ab854ffa95", + "card": { + "number": 10, + "slug": "erna-schneider-hoover", + "name": "Erna Schneider Hoover", + "title": "The Telephone Switch That Stopped Failing", + "knownFor": "Computerised call switching under load", + "rarity": "epic", + "impact": 85, + "technical": 92, + "pioneering": 92, + "openness": 72, + "influence": 86, + "nationality": "USA", + "era": "1954-1987", + "domains": [ + "Telephony", + "Real-time systems", + "Load control" + ], + "scouting": "At Bell Labs she designed a computerised switching system that monitored incoming call rates and prioritised work to stop exchanges collapsing under peak load, holding one of the first software patents for it. She reportedly sketched the design while in hospital after giving birth, and became the first woman supervisor of a technical department there.", + "note": "Solved overload in telephony before anyone called it backpressure.", + "status": "locked", + "front": "/releases/v2/women/010-erna-schneider-hoover/front.svg", + "back": "/releases/v2/women/010-erna-schneider-hoover/back.svg", + "sources": [ + { + "label": "Erna Schneider Hoover", + "url": "https://en.wikipedia.org/wiki/Erna_Schneider_Hoover" + }, + { + "label": "National Inventors Hall of Fame", + "url": "https://www.invent.org/inductees/erna-schneider-hoover" + } + ], + "series": "women", + "id": "women/010-erna-schneider-hoover", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:41:53.186Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Erna+Schneider+Hoover&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/010-erna-schneider-hoover/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0319d5d7d26a5141006aa6fc81420087d2bfa385d7e6d56513", + "usage": { + "input_tokens": 582, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 24074, + "output_tokens_details": { + "reasoning_tokens": 9949 + }, + "total_tokens": 24656 + }, + "attempts": 1, + "sha256": "022b35dbbd7e55d4a0cc31658c01bfef16eb6c46c9f5f2459caed4c43b57a172", + "generatedAt": "2026-09-13T19:50:16.900Z" + }, + "files": { + "women/010-erna-schneider-hoover/artwork.svg": "022b35dbbd7e55d4a0cc31658c01bfef16eb6c46c9f5f2459caed4c43b57a172", + "women/010-erna-schneider-hoover/front.svg": "4028a3867623a6200d19451a39300ca59f8bd02f36e8673707d3fc44367ce65a", + "women/010-erna-schneider-hoover/front.png": "4a1db93f7e5fe830197aae82880171eee2788074d4e907dfe3aff256645874d7", + "women/010-erna-schneider-hoover/back.svg": "18236fe95fcec493d1e1c7b99bd9b4e911fa7eb0cafdea0e8e7eecc0fdc4d92c", + "women/010-erna-schneider-hoover/back.png": "9563e27b9acc2633e494844bdd1b0ea2d943a53d9dc842607bf847c722ed7555" + }, + "builtAt": "2026-09-13T19:50:17.094Z" + }, + { + "fingerprint": "93513c54ed3f36e9c3aa0b6fdbcde5b9e0676aa71b927cbe25f9e6fd77e8973c", + "card": { + "number": 11, + "slug": "elizabeth-feinler", + "name": "Elizabeth Feinler", + "title": "Keeper of the Early Internet", + "knownFor": "The ARPANET directory, and the top-level domains", + "rarity": "legendary", + "impact": 89, + "technical": 86, + "pioneering": 94, + "openness": 94, + "influence": 91, + "nationality": "USA", + "era": "1972-1989", + "domains": [ + "ARPANET", + "DNS", + "Internet infrastructure" + ], + "scouting": "Ran the Network Information Center at SRI, which was the ARPANET’s directory, help desk and registry, publishing the Resource Handbook and maintaining the HOSTS.TXT file that every machine on the network relied on. Her group proposed the domain naming scheme that gave us .com, .edu, .gov, .mil, .net and .org.", + "note": "Ran the internet’s address book by hand, and named the neighbourhoods.", + "status": "locked", + "front": "/releases/v2/women/011-elizabeth-feinler/front.svg", + "back": "/releases/v2/women/011-elizabeth-feinler/back.svg", + "sources": [ + { + "label": "Elizabeth Feinler", + "url": "https://en.wikipedia.org/wiki/Elizabeth_J._Feinler" + }, + { + "label": "Internet Hall of Fame profile", + "url": "https://www.internethalloffame.org/inductee/elizabeth-feinler/" + } + ], + "series": "women", + "id": "women/011-elizabeth-feinler", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:41:56.570Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Elizabeth+Feinler&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/011-elizabeth-feinler/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0454b5063c937ec7006aa6fc84a14087d2894ed75745f613cb", + "usage": { + "input_tokens": 588, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 25743, + "output_tokens_details": { + "reasoning_tokens": 12430 + }, + "total_tokens": 26331 + }, + "attempts": 1, + "sha256": "844a812afd388ba65e685baf71fbe34c115e09e9c8c32937a5429499d905f887", + "generatedAt": "2026-09-13T19:50:17.647Z" + }, + "files": { + "women/011-elizabeth-feinler/artwork.svg": "844a812afd388ba65e685baf71fbe34c115e09e9c8c32937a5429499d905f887", + "women/011-elizabeth-feinler/front.svg": "984b396e2e21a2ef1e3f1fd0de012074f93476ba99dae7d975501592fbc3ba92", + "women/011-elizabeth-feinler/front.png": "edb4d639f9f6bac1bbd320901234bc6a7426af41c069bfae5d88003bd6fec12a", + "women/011-elizabeth-feinler/back.svg": "57f9cb3f37b017f25cc1da907cc2608607cf28dde4fe620ad71535d43c640dcf", + "women/011-elizabeth-feinler/back.png": "5b8715b073dff78d0cf4314a11d3916dedc74dd92ade55c7c9e52ade51550497" + }, + "builtAt": "2026-09-13T19:50:17.866Z" + }, + { + "fingerprint": "292a66fb2c4df8e81213f7c78dd71eb194eab3b482cd240214bb54f44d32c366", + "card": { + "number": 12, + "slug": "stephanie-shirley", + "name": "Stephanie Shirley", + "title": "Founder of Freelance Programmers", + "knownFor": "A software house staffed by women working from home, in 1962", + "rarity": "legendary", + "impact": 88, + "technical": 84, + "pioneering": 96, + "openness": 82, + "influence": 90, + "nationality": "UK", + "era": "1962-1993", + "domains": [ + "Software business", + "Distributed work", + "Employee ownership" + ], + "scouting": "Founded Freelance Programmers with six pounds, staffing it almost entirely with women programming from home around their children, decades before remote work had a name. Signed her business letters Steve because Stephanie was not getting replies. The company wrote the Concorde black box flight recorder software and she later gave much of her wealth away.", + "note": "Built the case for remote work in 1962 and shipped Concorde’s black box.", + "status": "locked", + "front": "/releases/v2/women/012-stephanie-shirley/front.svg", + "back": "/releases/v2/women/012-stephanie-shirley/back.svg", + "sources": [ + { + "label": "Steve Shirley", + "url": "https://en.wikipedia.org/wiki/Steve_Shirley" + }, + { + "label": "Her own account", + "url": "https://www.steveshirley.com/" + } + ], + "series": "women", + "id": "women/012-stephanie-shirley", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:42:19.371Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Stephanie+Shirley&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/012-stephanie-shirley/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0e6ac346f19d5a53006aa6fc9b6f0c87d28d862853718dbd6f", + "usage": { + "input_tokens": 586, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 23085, + "output_tokens_details": { + "reasoning_tokens": 10445 + }, + "total_tokens": 23671 + }, + "attempts": 1, + "sha256": "71c7796abb8e15db33b6ab29f34e5b7b624d29a7c61f2127c578e386b3e2ab89", + "generatedAt": "2026-09-13T19:51:19.857Z" + }, + "files": { + "women/012-stephanie-shirley/artwork.svg": "71c7796abb8e15db33b6ab29f34e5b7b624d29a7c61f2127c578e386b3e2ab89", + "women/012-stephanie-shirley/front.svg": "3807627e8cff85a1c35c3bca71fd25441477c4994d4ff961645f1e8ca982bffd", + "women/012-stephanie-shirley/front.png": "a95707a39b60425a635058879f3d75351f1e80cae988338a58e18914b4c9e896", + "women/012-stephanie-shirley/back.svg": "0efcdf6025bb0c65a4598f048bcaa46f8832335d2b3333c20aeffb0de53a8f91", + "women/012-stephanie-shirley/back.png": "fe23a93fec069ca517144723c4a30e501b23521efa5a5cbd4a192df80697ab15" + }, + "builtAt": "2026-09-13T19:51:20.049Z" + }, + { + "fingerprint": "8015f1b25fc4d04113f1859c65bf86dd215ff2a7984c9feb421dbd5c99010236", + "card": { + "number": 13, + "slug": "joan-clarke", + "name": "Joan Clarke", + "title": "Cryptanalyst, Hut 8", + "knownFor": "Breaking naval Enigma at Bletchley Park", + "rarity": "legendary", + "impact": 88, + "technical": 94, + "pioneering": 88, + "openness": 60, + "influence": 86, + "nationality": "UK", + "era": "1940-1977", + "domains": [ + "Cryptanalysis", + "Enigma", + "Signals intelligence" + ], + "scouting": "One of the very few women doing cryptanalytic rather than clerical work at Bletchley Park, in the Hut 8 team attacking naval Enigma, and a practitioner of Banburismus. She was initially classified as a linguist because the pay grades had no category for a woman cryptanalyst. The work stayed secret for decades, so the record of it is thinner than it should be.", + "note": "The openness score is low because the Official Secrets Act made it so.", + "status": "locked", + "front": "/releases/v2/women/013-joan-clarke/front.svg", + "back": "/releases/v2/women/013-joan-clarke/back.svg", + "sources": [ + { + "label": "Joan Clarke", + "url": "https://en.wikipedia.org/wiki/Joan_Clarke" + }, + { + "label": "Bletchley Park", + "url": "https://bletchleypark.org.uk/" + } + ], + "series": "women", + "id": "women/013-joan-clarke", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:42:24.310Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Joan+Clarke&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/013-joan-clarke/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_03c04e7718dc1fa9006aa6fca05ef087d2937f9d1e4244a3ad", + "usage": { + "input_tokens": 601, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 24314, + "output_tokens_details": { + "reasoning_tokens": 12766 + }, + "total_tokens": 24915 + }, + "attempts": 1, + "sha256": "f37091c4d2cbd8a87d74ec3573eb4267bc730a178fa197130f20cf530799dcf8", + "generatedAt": "2026-09-13T19:51:03.868Z" + }, + "files": { + "women/013-joan-clarke/artwork.svg": "f37091c4d2cbd8a87d74ec3573eb4267bc730a178fa197130f20cf530799dcf8", + "women/013-joan-clarke/front.svg": "8962a41215c7efda50511ccb8892171905f387e4a61d4222024e54d074ed5471", + "women/013-joan-clarke/front.png": "6224e09ef8a05633ab8af731dd339b156c6fc16161f4608f7f58daabb5e67f97", + "women/013-joan-clarke/back.svg": "d0af70b812f1ef4af256c3468dfe4fccc1dd142aa421b790fa0974b48c3d96b1", + "women/013-joan-clarke/back.png": "58d0bbd90fff4a51907edc01917af8b03d6a0d638a741693ec6721f7facb5e31" + }, + "builtAt": "2026-09-13T19:51:04.223Z" + }, + { + "fingerprint": "80c83a9b1bf68149e0fc64fe54a8d8b75ffec9482bbaff9d66aeaf53bf93ff7d", + "card": { + "number": 14, + "slug": "elizebeth-smith-friedman", + "name": "Elizebeth Smith Friedman", + "title": "The Codebreaker Nobody Credited", + "knownFor": "Breaking smuggler and Nazi spy ciphers, then watching Hoover take the credit", + "rarity": "epic", + "impact": 86, + "technical": 94, + "pioneering": 92, + "openness": 58, + "influence": 84, + "nationality": "USA", + "era": "1917-1946", + "domains": [ + "Cryptanalysis", + "Counterintelligence", + "Signals intelligence" + ], + "scouting": "Broke the ciphers of rum-runners during Prohibition and testified about it in court, then during the war ran the unit that broke the Enigma traffic of a Nazi spy ring in South America. The FBI publicly claimed those results. Her files stayed classified until 2008, which is why her husband William is the famous Friedman.", + "note": "Her work was credited to J. Edgar Hoover for sixty years.", + "status": "locked", + "front": "/releases/v2/women/014-elizebeth-smith-friedman/front.svg", + "back": "/releases/v2/women/014-elizebeth-smith-friedman/back.svg", + "sources": [ + { + "label": "Elizebeth Smith Friedman", + "url": "https://en.wikipedia.org/wiki/Elizebeth_Smith_Friedman" + }, + { + "label": "NSA Hall of Honor", + "url": "https://www.nsa.gov/History/Cryptologic-Hall-of-Honor/Article/1621807/elizebeth-smith-friedman/" + } + ], + "series": "women", + "id": "women/014-elizebeth-smith-friedman", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:43:10.016Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Elizebeth+Smith+Friedman&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/014-elizebeth-smith-friedman/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0a44b3c08db7fb2e006aa6fcce17a887d291d41748cdfc4e8f", + "usage": { + "input_tokens": 597, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 24486, + "output_tokens_details": { + "reasoning_tokens": 11912 + }, + "total_tokens": 25083 + }, + "attempts": 1, + "sha256": "14a9eade64c9fe89c7b25c2a4a121663c6ccb4d6ddacf8ec9b383dc29096dd82", + "generatedAt": "2026-09-13T19:51:42.258Z" + }, + "files": { + "women/014-elizebeth-smith-friedman/artwork.svg": "14a9eade64c9fe89c7b25c2a4a121663c6ccb4d6ddacf8ec9b383dc29096dd82", + "women/014-elizebeth-smith-friedman/front.svg": "6bf8de76f2a00dbbf85323ee62a40cba530e85bcc33879644f776598e122158c", + "women/014-elizebeth-smith-friedman/front.png": "63bc965673aab6795a76e6185def52a35a783a14d5b9086ecddd949084ed1e25", + "women/014-elizebeth-smith-friedman/back.svg": "b3f70d92994f64bea1e943aaa288bcb692e0fa5d9af61f81cdb38acbc32ed840", + "women/014-elizebeth-smith-friedman/back.png": "b104a7aa74d13cf0de97da6c44f5d0415f52afe8188dd0b1e2c5785d8f577ef4" + }, + "builtAt": "2026-09-13T19:51:42.504Z" + }, + { + "fingerprint": "d993dd1260bc950d21b6978097bb6660b51cde96befb1b08949ed6164f01c1f2", + "card": { + "number": 15, + "slug": "hedy-lamarr", + "name": "Hedy Lamarr", + "title": "Frequency Hopping", + "knownFor": "A wartime patent that anticipated spread spectrum", + "rarity": "epic", + "impact": 84, + "technical": 84, + "pioneering": 94, + "openness": 88, + "influence": 86, + "nationality": "Austria / USA", + "era": "1941-1959", + "domains": [ + "Spread spectrum", + "Radio", + "Signal security" + ], + "scouting": "With composer George Antheil, patented a frequency-hopping scheme in 1942 to stop radio-guided torpedoes being jammed, synchronised by a mechanism borrowed from player pianos. The Navy shelved it. The underlying idea is an ancestor of the spread-spectrum techniques used in later secure and wireless communication, and the patent was allowed to lapse unpaid.", + "note": "Filed it, gave it to the Navy for free, and got nothing for decades.", + "status": "locked", + "front": "/releases/v2/women/015-hedy-lamarr/front.svg", + "back": "/releases/v2/women/015-hedy-lamarr/back.svg", + "sources": [ + { + "label": "Hedy Lamarr", + "url": "https://en.wikipedia.org/wiki/Hedy_Lamarr" + }, + { + "label": "US Patent 2,292,387", + "url": "https://patents.google.com/patent/US2292387A/en" + } + ], + "series": "women", + "id": "women/015-hedy-lamarr", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:43:10.317Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Hedy+Lamarr&limit=30", + "matches": [], + "rejectedCount": 5 + }, + "edition": 2, + "artwork": "/releases/v2/women/015-hedy-lamarr/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0573f19f21bd1b86006aa6fcce673087d2b063767ca7927ac6", + "usage": { + "input_tokens": 589, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 26520, + "output_tokens_details": { + "reasoning_tokens": 15252 + }, + "total_tokens": 27109 + }, + "attempts": 1, + "sha256": "01464b58e23839fa75b8d07138ee4af4fa852da6358bf649b945a060c72e23fa", + "generatedAt": "2026-09-13T19:52:00.142Z" + }, + "files": { + "women/015-hedy-lamarr/artwork.svg": "01464b58e23839fa75b8d07138ee4af4fa852da6358bf649b945a060c72e23fa", + "women/015-hedy-lamarr/front.svg": "7a840ff7cfc8624558808a643fac6a4d8f3cc87e966f54619882a1be5cdf03f6", + "women/015-hedy-lamarr/front.png": "5c6fdf5953a6f66201838e3a2f2e9d39f64e7812c0ce097aa1739d54c993f1af", + "women/015-hedy-lamarr/back.svg": "af6fdd0d1251dcbedeac0910190839be3ee8f06a8b29ff4a865792031db3a926", + "women/015-hedy-lamarr/back.png": "384512c8037ee81fe5d667548f271469b12e7ab1f6066e861c161a3c16053453" + }, + "builtAt": "2026-09-13T19:52:00.423Z" + }, + { + "fingerprint": "24358e3f82d781e9623d5629bb0ac998fd2551954047b71cbe5bc620475307ca", + "card": { + "number": 16, + "slug": "frances-allen", + "name": "Frances Allen", + "title": "The Optimising Compiler", + "knownFor": "Program optimisation, and the first Turing Award to a woman", + "rarity": "iconic", + "impact": 93, + "technical": 97, + "pioneering": 94, + "openness": 84, + "influence": 93, + "nationality": "USA", + "era": "1957-2010", + "domains": [ + "Compilers", + "Program optimisation", + "Parallel computing" + ], + "scouting": "Spent a career at IBM building the theory and practice of compiler optimisation: control flow analysis, data flow analysis, the interprocedural work that every modern compiler still does. Her 1966 paper on program optimisation is foundational. In 2006 she became the first woman to receive the Turing Award, thirty-nine years after the award began.", + "note": "Every fast binary you have ever run is downstream of her analyses.", + "status": "locked", + "front": "/releases/v2/women/016-frances-allen/front.svg", + "back": "/releases/v2/women/016-frances-allen/back.svg", + "sources": [ + { + "label": "Frances Allen", + "url": "https://en.wikipedia.org/wiki/Frances_Allen" + }, + { + "label": "ACM A.M. Turing Award 2006", + "url": "https://amturing.acm.org/award_winners/allen_1012327.cfm" + } + ], + "series": "women", + "id": "women/016-frances-allen", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:43:10.810Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Frances+Allen&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/016-frances-allen/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0c7771b55cdf548b006aa6fcceff9c87d2a81a07f44601c096", + "usage": { + "input_tokens": 588, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 26227, + "output_tokens_details": { + "reasoning_tokens": 16306 + }, + "total_tokens": 26815 + }, + "attempts": 1, + "sha256": "618295569e238b347d06fd65380fefa9ee11b9b57d6c9c8ae24db570c3e6c96a", + "generatedAt": "2026-09-13T19:53:13.571Z" + }, + "files": { + "women/016-frances-allen/artwork.svg": "618295569e238b347d06fd65380fefa9ee11b9b57d6c9c8ae24db570c3e6c96a", + "women/016-frances-allen/front.svg": "7e4053436a88b0680450a1a8f578337aadc1f4c19cbb4b225d1b503c6a13e54a", + "women/016-frances-allen/front.png": "f4d57270c17381a63eec0ef471232e2ba394125103df7dc95d22baa728af83df", + "women/016-frances-allen/back.svg": "e81c34a38a32d62a05517ef24a0788efeaab7cc9d3c66d607155d2bc2b6dd74c", + "women/016-frances-allen/back.png": "0521bcfaccdb56403e53d7453a6c8dd1d77dff6161fb1fba51e1178d9f55c8cb" + }, + "builtAt": "2026-09-13T19:53:13.770Z" + }, + { + "fingerprint": "61f208a9f3788f15cd8cb0252a33a8034a867eac80f508d547ddd4f98d7d7fe2", + "card": { + "number": 17, + "slug": "barbara-liskov", + "name": "Barbara Liskov", + "title": "The Substitution Principle", + "knownFor": "CLU, abstract data types, and the L in SOLID", + "rarity": "iconic", + "impact": 94, + "technical": 98, + "pioneering": 94, + "openness": 86, + "influence": 95, + "nationality": "USA", + "era": "1968-present", + "domains": [ + "Programming languages", + "Data abstraction", + "Distributed systems" + ], + "scouting": "Designed CLU, which introduced abstract data types, iterators and a serious treatment of exceptions, and which shows up in the ancestry of most modern languages. The Liskov substitution principle is the L in SOLID. Also did foundational work on Byzantine fault tolerance with Miguel Castro. Turing Award, 2008.", + "note": "You use her ideas whether or not you have heard the name.", + "status": "locked", + "front": "/releases/v2/women/017-barbara-liskov/front.svg", + "back": "/releases/v2/women/017-barbara-liskov/back.svg", + "sources": [ + { + "label": "Barbara Liskov", + "url": "https://en.wikipedia.org/wiki/Barbara_Liskov" + }, + { + "label": "ACM A.M. Turing Award 2008", + "url": "https://amturing.acm.org/award_winners/liskov_1108679.cfm" + } + ], + "series": "women", + "id": "women/017-barbara-liskov", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:43:39.662Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Barbara+Liskov&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/017-barbara-liskov/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0e54911a45c5ccfd006aa6fcebba3487d28b1636cee1b1ef0e", + "usage": { + "input_tokens": 581, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 23693, + "output_tokens_details": { + "reasoning_tokens": 13364 + }, + "total_tokens": 24274 + }, + "attempts": 1, + "sha256": "3738e9f6f31b2b3974e3257d00c4da092a627de189f869029c48d7ef2c5b842b", + "generatedAt": "2026-09-13T19:51:53.549Z" + }, + "files": { + "women/017-barbara-liskov/artwork.svg": "3738e9f6f31b2b3974e3257d00c4da092a627de189f869029c48d7ef2c5b842b", + "women/017-barbara-liskov/front.svg": "8c2534f9df9a3c7f88e59ed435a2080f90152908bfab1235c739cf642af89532", + "women/017-barbara-liskov/front.png": "07cbdd0584257294d3ed4eb59bf0e3b4bed635904f7fd96064fec68ae240b36c", + "women/017-barbara-liskov/back.svg": "40e6ed06739859e77bad253e752a224fbaed52bef717555fb7f61987319f86b8", + "women/017-barbara-liskov/back.png": "1cf186a82859bf7b44f08f46a27a5405f52b2596b3b794b115f924570c2bd145" + }, + "builtAt": "2026-09-13T19:51:53.759Z" + }, + { + "fingerprint": "c3c04f92d688f0d4e9bd84918e7af98656a1464acb3837514c602738b934cd9c", + "card": { + "number": 18, + "slug": "shafi-goldwasser", + "name": "Shafi Goldwasser", + "title": "Zero-Knowledge Proofs", + "knownFor": "Proving you know something without revealing it", + "rarity": "iconic", + "impact": 93, + "technical": 99, + "pioneering": 96, + "openness": 86, + "influence": 93, + "nationality": "Israel / USA", + "era": "1982-present", + "domains": [ + "Cryptography", + "Complexity theory", + "Zero-knowledge" + ], + "scouting": "With Silvio Micali and Charles Rackoff, introduced zero-knowledge interactive proofs, and with Micali the definition of semantic security that made modern encryption provable rather than merely unbroken. Two-time Godel Prize winner and Turing Award, 2012. Every zk-rollup and privacy protocol shipping today is standing on that 1985 paper.", + "note": "Formalised the idea of proving a thing without revealing it.", + "status": "locked", + "front": "/releases/v2/women/018-shafi-goldwasser/front.svg", + "back": "/releases/v2/women/018-shafi-goldwasser/back.svg", + "sources": [ + { + "label": "Shafi Goldwasser", + "url": "https://en.wikipedia.org/wiki/Shafi_Goldwasser" + }, + { + "label": "ACM A.M. Turing Award 2012", + "url": "https://amturing.acm.org/award_winners/goldwasser_8627889.cfm" + } + ], + "series": "women", + "id": "women/018-shafi-goldwasser", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:44:33.967Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Shafi+Goldwasser&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/018-shafi-goldwasser/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0a8d8fba8ae67fd2006aa6fd220de087d29bc586746dc3ef79", + "usage": { + "input_tokens": 593, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 22812, + "output_tokens_details": { + "reasoning_tokens": 14502 + }, + "total_tokens": 23405 + }, + "attempts": 1, + "sha256": "02f4c170542b76a2f9728199a22fb3362f4fa29d5aaaac58fbb686cc27a60418", + "generatedAt": "2026-09-13T19:53:16.002Z" + }, + "files": { + "women/018-shafi-goldwasser/artwork.svg": "02f4c170542b76a2f9728199a22fb3362f4fa29d5aaaac58fbb686cc27a60418", + "women/018-shafi-goldwasser/front.svg": "77d992b68cdc67685481d4d2adeacae5f0050bca704a539a01f509730a9a6209", + "women/018-shafi-goldwasser/front.png": "5db0bbaae5fbe398ee0bc49dc06cad2469336b6a2820c39f45079fac9f4d175d", + "women/018-shafi-goldwasser/back.svg": "7baacf4ccd741d2e0ebf5f162503ce7eafac67c05f2496014482cefedbded648", + "women/018-shafi-goldwasser/back.png": "505908b70ea7976c9898b2475faf1e0437c694ffe11a61d60bd61ca94171d9c7" + }, + "builtAt": "2026-09-13T19:53:16.283Z" + }, + { + "fingerprint": "e34244e1a5ab8e308eab0ab14c53f2eae6b46de340b95b09cd4767347a8c6a4f", + "card": { + "number": 19, + "slug": "karen-sparck-jones", + "name": "Karen Spärck Jones", + "title": "Inverse Document Frequency", + "knownFor": "The weighting that made search work", + "rarity": "legendary", + "impact": 90, + "technical": 94, + "pioneering": 94, + "openness": 90, + "influence": 92, + "nationality": "UK", + "era": "1964-2007", + "domains": [ + "Information retrieval", + "Natural language processing", + "Search" + ], + "scouting": "Her 1972 paper introduced inverse document frequency: rare terms tell you more than common ones. TF-IDF underpinned search engines for thirty years and is still the baseline every ranking system is measured against. She argued throughout her career that computing was too important to be left to men, and said so in those words.", + "note": "One weighting function, and search stopped being useless.", + "status": "locked", + "front": "/releases/v2/women/019-karen-sparck-jones/front.svg", + "back": "/releases/v2/women/019-karen-sparck-jones/back.svg", + "sources": [ + { + "label": "Karen Spärck Jones", + "url": "https://en.wikipedia.org/wiki/Karen_Sp%C3%A4rck_Jones" + }, + { + "label": "A statistical interpretation of term specificity (1972)", + "url": "https://www.emerald.com/insight/content/doi/10.1108/eb026526/full/html" + } + ], + "series": "women", + "id": "women/019-karen-sparck-jones", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:44:52.264Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Karen+Sp%C3%A4rck+Jones&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/019-karen-sparck-jones/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_02bf64a5a844d9ef006aa6fd34544487d28e5319972ab12e4c", + "usage": { + "input_tokens": 581, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 24413, + "output_tokens_details": { + "reasoning_tokens": 14502 + }, + "total_tokens": 24994 + }, + "attempts": 1, + "sha256": "56e79266eeee5f8a38351c5e464c7e7a248edc588e4bbc553c2424ba6cdec6b6", + "generatedAt": "2026-09-13T19:53:07.871Z" + }, + "files": { + "women/019-karen-sparck-jones/artwork.svg": "56e79266eeee5f8a38351c5e464c7e7a248edc588e4bbc553c2424ba6cdec6b6", + "women/019-karen-sparck-jones/front.svg": "a5130def74e2d07dcd41a0a04e18c371971c78b051db3ddddf4140b5185323e2", + "women/019-karen-sparck-jones/front.png": "5b4254bf5b23b2b276b4904ac1021ed71e0bf1406bb279b77351e2c76954e342", + "women/019-karen-sparck-jones/back.svg": "9cba8d874bb4e0dc835e33ad79963c965056a3acd88f642756556897fd5b0742", + "women/019-karen-sparck-jones/back.png": "c7fd9204652f95bb97bacb95d5818a8809a8e8b6fe40e8edb6c8b0d9dd808688" + }, + "builtAt": "2026-09-13T19:53:08.199Z" + }, + { + "fingerprint": "f61c961bc231db968a55cce295002021b4d1bdf3fcaf46cac220122c5e75cc7e", + "card": { + "number": 20, + "slug": "cynthia-dwork", + "name": "Cynthia Dwork", + "title": "Differential Privacy", + "knownFor": "A formal definition of what privacy loss even means", + "rarity": "legendary", + "impact": 90, + "technical": 97, + "pioneering": 95, + "openness": 90, + "influence": 91, + "nationality": "USA", + "era": "2006-present", + "domains": [ + "Privacy", + "Cryptography", + "Algorithmic fairness" + ], + "scouting": "Co-invented differential privacy, which gave a mathematical definition to the amount of information a data release leaks about any one person, replacing a field of ad-hoc anonymisation that kept being broken. It is now in the US Census, Apple’s telemetry and Google’s. She also co-authored early work on proof-of-work and on algorithmic fairness.", + "note": "Turned privacy from a promise into a quantity you can bound.", + "status": "locked", + "front": "/releases/v2/women/020-cynthia-dwork/front.svg", + "back": "/releases/v2/women/020-cynthia-dwork/back.svg", + "sources": [ + { + "label": "Cynthia Dwork", + "url": "https://en.wikipedia.org/wiki/Cynthia_Dwork" + }, + { + "label": "Calibrating Noise to Sensitivity (2006)", + "url": "https://link.springer.com/chapter/10.1007/11681878_14" + } + ], + "series": "women", + "id": "women/020-cynthia-dwork", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:44:59.382Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Cynthia+Dwork&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/020-cynthia-dwork/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_04b077c9fb3a57aa006aa6fd3b727c87d28c6faa47ef6b1cfe", + "usage": { + "input_tokens": 589, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 26077, + "output_tokens_details": { + "reasoning_tokens": 12250 + }, + "total_tokens": 26666 + }, + "attempts": 1, + "sha256": "8518bbbc4ad3d6a202a6661cd4ee5e07f8778b97deadaa6af4c620eebe7213c2", + "generatedAt": "2026-09-13T19:53:57.128Z" + }, + "files": { + "women/020-cynthia-dwork/artwork.svg": "8518bbbc4ad3d6a202a6661cd4ee5e07f8778b97deadaa6af4c620eebe7213c2", + "women/020-cynthia-dwork/front.svg": "955eadd191f38c93cbfd259b91cdbfa845218cd38193f4966b4c7007ea2e2571", + "women/020-cynthia-dwork/front.png": "f337beecfcae72627f7bf73cf63be2c83089cccb0f0589a8747791ec50b3e753", + "women/020-cynthia-dwork/back.svg": "f86f3067739e97c2cec8a5bcf8b0cc41dfa9e797907fe81ee8491952ea857dac", + "women/020-cynthia-dwork/back.png": "72138e1205d15a1db83bcb3f2bb9926247290059aebb3557bf7a09179014a621" + }, + "builtAt": "2026-09-13T19:53:57.334Z" + }, + { + "fingerprint": "da8f603cffbbff297847277959f7365ece567831ec14829e11397bdd3b7b5dff", + "card": { + "number": 21, + "slug": "anita-borg", + "name": "Anita Borg", + "title": "Founder of Systers", + "knownFor": "Building the network, and the conference that carries her name", + "rarity": "legendary", + "impact": 89, + "technical": 88, + "pioneering": 94, + "openness": 94, + "influence": 94, + "nationality": "USA", + "era": "1987-2003", + "domains": [ + "Operating systems", + "Community building", + "Advocacy" + ], + "scouting": "An OS researcher who built a fault-tolerant Unix and a memory architecture analysis tool, and who in 1987 started Systers, the first email network for women in computing. Co-founded the Grace Hopper Celebration and the Institute for Women and Technology. The conference now draws tens of thousands a year.", + "note": "Built the professional network that a generation of the others came through.", + "status": "locked", + "front": "/releases/v2/women/021-anita-borg/front.svg", + "back": "/releases/v2/women/021-anita-borg/back.svg", + "sources": [ + { + "label": "Anita Borg", + "url": "https://en.wikipedia.org/wiki/Anita_Borg" + }, + { + "label": "AnitaB.org", + "url": "https://anitab.org/" + } + ], + "series": "women", + "id": "women/021-anita-borg", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:45:00.441Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Anita+Borg&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/021-anita-borg/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0661f91bd0aa47f9006aa6fd3c84b087d2ac68ead0a0ffbe3c", + "usage": { + "input_tokens": 581, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 23211, + "output_tokens_details": { + "reasoning_tokens": 11995 + }, + "total_tokens": 23792 + }, + "attempts": 1, + "sha256": "392676f7db10678f541743d4496468675f8527f8df13ea0cca694e11551de4b9", + "generatedAt": "2026-09-13T19:53:37.877Z" + }, + "files": { + "women/021-anita-borg/artwork.svg": "392676f7db10678f541743d4496468675f8527f8df13ea0cca694e11551de4b9", + "women/021-anita-borg/front.svg": "1c916ffa88ca70be911d944395427a93b6aee47d156cf12ea91fc4273a11f6bb", + "women/021-anita-borg/front.png": "21fbb83b7846b419f38444b18f9d09d6cfcd479e01f7abb8319854410d443f6e", + "women/021-anita-borg/back.svg": "ade919cacce055b7ef04976e26636686bd36591140c1068ae2c4c71de178015d", + "women/021-anita-borg/back.png": "062190bc42368755c79dec6c7c7e446ffccfb6ead752f2ba680bc6468015e8b1" + }, + "builtAt": "2026-09-13T19:53:38.058Z" + }, + { + "fingerprint": "4b8de4a4c42725915c23f75f3d5d16cedee3614db77781e773fa673b06e68942", + "card": { + "number": 22, + "slug": "lynn-conway", + "name": "Lynn Conway", + "title": "The VLSI Revolution", + "knownFor": "Mead-Conway, and making chip design something you could teach", + "rarity": "iconic", + "impact": 94, + "technical": 98, + "pioneering": 97, + "openness": 96, + "influence": 95, + "nationality": "USA", + "era": "1964-2024", + "domains": [ + "VLSI design", + "Computer architecture", + "Design methodology" + ], + "scouting": "Invented dynamic instruction scheduling at IBM in the 1960s, was fired when she transitioned, and rebuilt her career from scratch. At Xerox PARC she and Carver Mead created the VLSI design methodology and the textbook that let universities teach chip design, then set up MOSIS so students could actually fabricate. Modern semiconductors are organised the way she said they should be.", + "note": "Did it twice, the second time after the industry threw her away.", + "status": "locked", + "front": "/releases/v2/women/022-lynn-conway/front.svg", + "back": "/releases/v2/women/022-lynn-conway/back.svg", + "sources": [ + { + "label": "Lynn Conway", + "url": "https://en.wikipedia.org/wiki/Lynn_Conway" + }, + { + "label": "Introduction to VLSI Systems", + "url": "https://en.wikipedia.org/wiki/Introduction_to_VLSI_Systems" + } + ], + "series": "women", + "id": "women/022-lynn-conway", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:45:16.289Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Lynn+Conway&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/022-lynn-conway/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0d7d81925f7c17f4006aa6fd4c5de487d2af567d6e3919639d", + "usage": { + "input_tokens": 601, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 25042, + "output_tokens_details": { + "reasoning_tokens": 12363 + }, + "total_tokens": 25643 + }, + "attempts": 1, + "sha256": "924aa90813b9bf985b772cd348783b0df3734a7724ccfbe516079debb21d9904", + "generatedAt": "2026-09-13T19:54:02.611Z" + }, + "files": { + "women/022-lynn-conway/artwork.svg": "924aa90813b9bf985b772cd348783b0df3734a7724ccfbe516079debb21d9904", + "women/022-lynn-conway/front.svg": "36f011f87d16d704a72e0f6bd31ade087b6d92a95848eedca500d03a8125cf6c", + "women/022-lynn-conway/front.png": "e16ab6b578293be0e176db4a4569dfbe635119596ae80d415a03ecbe1f4aab48", + "women/022-lynn-conway/back.svg": "b97cd828ff8c3b3c1c9e96a3c286c10e5b850358d603412ba44ebc8febc369b5", + "women/022-lynn-conway/back.png": "c018a4a040e59d1ba3d9d49722736ab07acf8e2248094378f42f8375d853d384" + }, + "builtAt": "2026-09-13T19:54:02.804Z" + }, + { + "fingerprint": "8f607559e3cbd87d86516e29cec0b402c8b9f3df1d7887d44df7f5bde17d5684", + "card": { + "number": 23, + "slug": "sophie-wilson", + "name": "Sophie Wilson", + "title": "Designer of the ARM Instruction Set", + "knownFor": "BBC BASIC, and the architecture in every phone on earth", + "rarity": "iconic", + "impact": 95, + "technical": 99, + "pioneering": 96, + "openness": 82, + "influence": 96, + "nationality": "UK", + "era": "1981-present", + "domains": [ + "Instruction set design", + "Microprocessors", + "Programming languages" + ], + "scouting": "Wrote BBC BASIC, then designed the original ARM instruction set with Steve Furber, a RISC architecture so efficient the first silicon ran on leakage current when its power was accidentally disconnected. There are now more ARM cores in the world than any other processor architecture, by a wide margin. Later designed the FirePath processor at Broadcom.", + "note": "The chip in your pocket runs her instruction set. So does the other one.", + "status": "locked", + "front": "/releases/v2/women/023-sophie-wilson/front.svg", + "back": "/releases/v2/women/023-sophie-wilson/back.svg", + "sources": [ + { + "label": "Sophie Wilson", + "url": "https://en.wikipedia.org/wiki/Sophie_Wilson" + }, + { + "label": "ARM architecture", + "url": "https://en.wikipedia.org/wiki/ARM_architecture_family" + } + ], + "series": "women", + "id": "women/023-sophie-wilson", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:45:24.431Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Sophie+Wilson&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "edition": 2, + "artwork": "/releases/v2/women/023-sophie-wilson/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_053c91f894657772006aa6fd547f8887d28373e6132da4f4ab", + "usage": { + "input_tokens": 588, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 27849, + "output_tokens_details": { + "reasoning_tokens": 14875 + }, + "total_tokens": 28437 + }, + "attempts": 1, + "sha256": "44d9977ec044d96c0d5d541cb01846b8af1e4d6c8a33b02a4e1035bfadf35508", + "generatedAt": "2026-09-13T19:55:16.938Z" + }, + "files": { + "women/023-sophie-wilson/artwork.svg": "44d9977ec044d96c0d5d541cb01846b8af1e4d6c8a33b02a4e1035bfadf35508", + "women/023-sophie-wilson/front.svg": "946da6532b3419aac68cf1b300534eb3d59a65aa55df2e257102587bb8fb2184", + "women/023-sophie-wilson/front.png": "cb969529e2c3eef6eb63f699f45cbd827f43dfcd8139a56ba8610881ac629bab", + "women/023-sophie-wilson/back.svg": "cb8e4f4f5acde755b092d327e52f1473542941c52b5603c285fb8e55f08d56fe", + "women/023-sophie-wilson/back.png": "1f44b8bca14a74c6ec151c6313bb9eee2634db773b1c92620454385967f8ca3d" + }, + "builtAt": "2026-09-13T19:55:17.119Z" + }, + { + "fingerprint": "ccd2e4061339b5a05f419dfa975a9e9ded772da391a877b49be0e69456634d67", + "card": { + "number": 24, + "slug": "adele-goldberg", + "name": "Adele Goldberg", + "title": "Smalltalk and the Desktop", + "knownFor": "The object-oriented environment Apple walked out with", + "rarity": "legendary", + "impact": 91, + "technical": 94, + "pioneering": 95, + "openness": 90, + "influence": 93, + "nationality": "USA", + "era": "1973-present", + "domains": [ + "Object-oriented programming", + "Smalltalk", + "Interactive environments" + ], + "scouting": "At Xerox PARC she developed Smalltalk-80 with Alan Kay and Dan Ingalls and wrote the books that let anyone else learn it. She objected to demonstrating it to Steve Jobs and was overruled by management; the Macintosh interface followed. Smalltalk is where object-oriented programming and the modern IDE both actually come from.", + "note": "Told PARC not to show Jobs the demo. She was right.", + "status": "locked", + "front": "/releases/v2/women/024-adele-goldberg/front.svg", + "back": "/releases/v2/women/024-adele-goldberg/back.svg", + "sources": [ + { + "label": "Adele Goldberg", + "url": "https://en.wikipedia.org/wiki/Adele_Goldberg_(computer_scientist)" + }, + { + "label": "Smalltalk", + "url": "https://en.wikipedia.org/wiki/Smalltalk" + } + ], + "series": "women", + "id": "women/024-adele-goldberg", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:45:35.292Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Adele+Goldberg&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/024-adele-goldberg/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0a229a771d54b572006aa6fd5f5f0c87d2b81827c1d257b124", + "usage": { + "input_tokens": 583, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 24740, + "output_tokens_details": { + "reasoning_tokens": 13389 + }, + "total_tokens": 25323 + }, + "attempts": 1, + "sha256": "23daeb3747cd64310c0576a118cd398e98c057170dd33a34885bcdd333d2708c", + "generatedAt": "2026-09-13T19:55:01.318Z" + }, + "files": { + "women/024-adele-goldberg/artwork.svg": "23daeb3747cd64310c0576a118cd398e98c057170dd33a34885bcdd333d2708c", + "women/024-adele-goldberg/front.svg": "1e5fc64c01f416820e701c7af1cc006b6a575a49de097b29c54e2aed9356ae34", + "women/024-adele-goldberg/front.png": "8a1bcaf12c39fdcd1ce504417e43960524f5cf6f2c2e40362417dd0a3324cf53", + "women/024-adele-goldberg/back.svg": "db8b61f100f288c0501cab9ca117c751839d1c635b1f685689bd1f5129ee4f39", + "women/024-adele-goldberg/back.png": "827f4c1659dccb455c8e71a0fc5ac533a8fed2072941e96581bff77aa32fe3fd" + }, + "builtAt": "2026-09-13T19:55:01.526Z" + }, + { + "fingerprint": "4b8886164295ef4b339507f2b1c5574e2e7cec76c55ba53448ba20855f0f520c", + "card": { + "number": 25, + "slug": "susan-kare", + "name": "Susan Kare", + "title": "The Icons You Grew Up With", + "knownFor": "The Macintosh interface, one pixel at a time", + "rarity": "legendary", + "impact": 90, + "technical": 84, + "pioneering": 94, + "openness": 80, + "influence": 94, + "nationality": "USA", + "era": "1983-present", + "domains": [ + "Interface design", + "Iconography", + "Typography" + ], + "scouting": "Designed the original Macintosh icons, fonts and cursors on graph paper, inventing a visual grammar for direct manipulation that nobody had needed before. The Command key symbol, the trash can, the watch cursor and the Happy Mac are hers. Later did the same work for NeXT, Microsoft and IBM. Her bitmaps are in MoMA.", + "note": "Made the computer look friendly, in a 32 by 32 grid.", + "status": "locked", + "front": "/releases/v2/women/025-susan-kare/front.svg", + "back": "/releases/v2/women/025-susan-kare/back.svg", + "sources": [ + { + "label": "Susan Kare", + "url": "https://en.wikipedia.org/wiki/Susan_Kare" + }, + { + "label": "Her portfolio", + "url": "https://kare.com/" + } + ], + "series": "women", + "id": "women/025-susan-kare", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:45:40.115Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Susan+Kare&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/025-susan-kare/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_04a6ada76f752743006aa6fd64327c87d2a63c1a77c7f9bb08", + "usage": { + "input_tokens": 587, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 20459, + "output_tokens_details": { + "reasoning_tokens": 11912 + }, + "total_tokens": 21046 + }, + "attempts": 1, + "sha256": "debbe35bb3d9db23c6bfe71cbbf8ded41abf1b56791e7b4a7f112263a9e965d3", + "generatedAt": "2026-09-13T19:52:16.640Z" + }, + "files": { + "women/025-susan-kare/artwork.svg": "debbe35bb3d9db23c6bfe71cbbf8ded41abf1b56791e7b4a7f112263a9e965d3", + "women/025-susan-kare/front.svg": "b986bf1d05576347d923109b2bcfe7f457ef988991d3bba0d086b9bcabdf70dc", + "women/025-susan-kare/front.png": "83e7e6d972055a0eed11d6ca898a96e297a09c866bacce0bbe196f135dd2380b", + "women/025-susan-kare/back.svg": "1f99375e365e8d3dd24dc224b8843de8e3484de2b27ae6c5351aa1d3fc78662c", + "women/025-susan-kare/back.png": "84acca21eeaf9fa563b70271a086af06559bc8ab18223d81df01ccb81377cc0e" + }, + "builtAt": "2026-09-13T19:52:16.880Z" + }, + { + "fingerprint": "0691fa76f67a68dbd1a602b6629d21449ee613c75bdd5f96c2eb3a4f8166c25b", + "card": { + "number": 26, + "slug": "limor-fried", + "name": "Limor Fried", + "title": "Founder of Adafruit", + "knownFor": "Open hardware as a business that actually works", + "rarity": "legendary", + "impact": 88, + "technical": 92, + "pioneering": 90, + "openness": 99, + "influence": 90, + "nationality": "USA", + "era": "2005-present", + "domains": [ + "Open hardware", + "Electronics education", + "Manufacturing" + ], + "scouting": "Founded Adafruit from an MIT dorm room and built it into a substantial manufacturer that publishes its schematics, board files and firmware openly, alongside thousands of free tutorials. Leads CircuitPython, which put a REPL on microcontrollers and made embedded programming approachable. Proved open hardware can be a real company rather than a gesture.", + "note": "The openness score is 99 because the schematics ship with the product.", + "status": "locked", + "front": "/releases/v2/women/026-limor-fried/front.svg", + "back": "/releases/v2/women/026-limor-fried/back.svg", + "sources": [ + { + "label": "Limor Fried", + "url": "https://en.wikipedia.org/wiki/Limor_Fried" + }, + { + "label": "CircuitPython", + "url": "https://circuitpython.org/" + } + ], + "series": "women", + "id": "women/026-limor-fried", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:45:46.552Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Limor+Fried&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/026-limor-fried/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_05931aa84dc96898006aa6fd6aa11087d2b73ac3eedf522fea", + "usage": { + "input_tokens": 578, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 23377, + "output_tokens_details": { + "reasoning_tokens": 8230 + }, + "total_tokens": 23955 + }, + "attempts": 1, + "sha256": "e222c9c6455a6213201ce19a36d26977b2766c5b9b0660ec527f7333479ff6eb", + "generatedAt": "2026-09-13T19:53:40.264Z" + }, + "files": { + "women/026-limor-fried/artwork.svg": "e222c9c6455a6213201ce19a36d26977b2766c5b9b0660ec527f7333479ff6eb", + "women/026-limor-fried/front.svg": "cb7fc37a20b24288526650e809dfd215fd6826f7308f9ad379ce93872f85caf8", + "women/026-limor-fried/front.png": "2df5aad4909f29af003203a63d17062b4cc615b31fd03e2da47e384e33e33304", + "women/026-limor-fried/back.svg": "99ed939d2b0310f1de9530923eca1e9957d6de54f59c71eada9ca4eef9fbd509", + "women/026-limor-fried/back.png": "fbc2f7d3bbe6c4bf756cbb5e55d765bbe44dd7cbb90cc8f2228a179577123aa9" + }, + "builtAt": "2026-09-13T19:53:40.486Z" + }, + { + "fingerprint": "5629939490c577831d1af48d5fa13927ffd49751e8d495eced93bb8400138325", + "card": { + "number": 27, + "slug": "mitchell-baker", + "name": "Mitchell Baker", + "title": "The Mozilla Public License", + "knownFor": "Keeping Netscape’s code free, and steering Firefox", + "rarity": "legendary", + "impact": 90, + "technical": 76, + "pioneering": 90, + "openness": 96, + "influence": 93, + "nationality": "USA", + "era": "1998-present", + "domains": [ + "Open source licensing", + "Governance", + "Browsers" + ], + "scouting": "Wrote the Mozilla Public License and led the Mozilla project through the open-sourcing of Netscape, the years when it looked dead, and the rise of Firefox, which broke Internet Explorer’s monopoly and dragged web standards forward. Chaired the Mozilla Foundation for two decades of arguing that the browser should answer to users.", + "note": "The reason there is still a browser engine not owned by an ad company.", + "status": "locked", + "front": "/releases/v2/women/027-mitchell-baker/front.svg", + "back": "/releases/v2/women/027-mitchell-baker/back.svg", + "sources": [ + { + "label": "Mitchell Baker", + "url": "https://en.wikipedia.org/wiki/Mitchell_Baker" + }, + { + "label": "Mozilla Public License", + "url": "https://www.mozilla.org/en-US/MPL/" + } + ], + "series": "women", + "id": "women/027-mitchell-baker", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:45:48.474Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Mitchell+Baker&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/027-mitchell-baker/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0d7b9c6b84ca6b75006aa6fd6c905887d29a71f1dac982c33b", + "usage": { + "input_tokens": 581, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 24283, + "output_tokens_details": { + "reasoning_tokens": 14467 + }, + "total_tokens": 24864 + }, + "attempts": 1, + "sha256": "72af947891abb56b00237bcdad729e70e6a75440b6d338933abd0ba34586488d", + "generatedAt": "2026-09-13T19:55:53.747Z" + }, + "files": { + "women/027-mitchell-baker/artwork.svg": "72af947891abb56b00237bcdad729e70e6a75440b6d338933abd0ba34586488d", + "women/027-mitchell-baker/front.svg": "2a573647b44d0ce6482cba234091cded68c4f7e0b7ec5988e875431af00992eb", + "women/027-mitchell-baker/front.png": "669ce7ffc5cdf3c1feae43f88fcd6f0d150da4a8ffbf20e3898578be3acb0d64", + "women/027-mitchell-baker/back.svg": "add8a9acc0de3d7a75a4493ee36e618dabc16ff8ff77ee0b3131c52fc19f391b", + "women/027-mitchell-baker/back.png": "bd98ac4b1f1f3063857a8e5b2e1a34c9af3131c58909217573b1a31bc3d17807" + }, + "builtAt": "2026-09-13T19:55:53.934Z" + }, + { + "fingerprint": "cba9a173af0016092f1b34c47f2815ced406b3ea621c76717b0ba74fabdd61ee", + "card": { + "number": 28, + "slug": "audrey-tang", + "name": "Audrey Tang", + "title": "Open Government, Actually Open", + "knownFor": "g0v, Perl 6, and running a ministry in public", + "rarity": "legendary", + "impact": 89, + "technical": 94, + "pioneering": 94, + "openness": 99, + "influence": 90, + "nationality": "Taiwan", + "era": "2005-present", + "domains": [ + "Civic technology", + "Open government", + "Programming languages" + ], + "scouting": "Worked on Pugs, the first usable Perl 6 implementation, and on Haskell and Perl tooling, then became a central figure in g0v, the Taiwanese civic hacking community that forks government websites into working versions. As Taiwan’s digital minister she published transcripts of essentially every meeting she took, and used participatory tooling like vTaiwan on real policy.", + "note": "Published the minutes of her own meetings. All of them.", + "status": "locked", + "front": "/releases/v2/women/028-audrey-tang/front.svg", + "back": "/releases/v2/women/028-audrey-tang/back.svg", + "sources": [ + { + "label": "Audrey Tang", + "url": "https://en.wikipedia.org/wiki/Audrey_Tang" + }, + { + "label": "g0v", + "url": "https://g0v.tw/" + } + ], + "series": "women", + "id": "women/028-audrey-tang", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:45:48.815Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Audrey+Tang&limit=30", + "matches": [], + "rejectedCount": 2 + }, + "edition": 2, + "artwork": "/releases/v2/women/028-audrey-tang/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0ef0c00b165e96d4006aa6fd6ce56087d2965e020b9aa51fa2", + "usage": { + "input_tokens": 597, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 20888, + "output_tokens_details": { + "reasoning_tokens": 9252 + }, + "total_tokens": 21485 + }, + "attempts": 1, + "sha256": "d8f9c49e0c69c3927505f1983fc935020e599960d4253dba1cb576526a16a978", + "generatedAt": "2026-09-13T19:52:36.379Z" + }, + "files": { + "women/028-audrey-tang/artwork.svg": "d8f9c49e0c69c3927505f1983fc935020e599960d4253dba1cb576526a16a978", + "women/028-audrey-tang/front.svg": "6550c97547c59fd2b83d78c92e1d4a40bb65613943a3e290a9d457e52ac1974e", + "women/028-audrey-tang/front.png": "2508a038069cada14368a25fe838fb61e0608b9aa58fd2926be20b032cae14fc", + "women/028-audrey-tang/back.svg": "2dd8cfc7acc353172e0d27a530e795a4c264f7093f1c5d2c1c635c1e37b50be2", + "women/028-audrey-tang/back.png": "1b487716fca41e7a75a8e2e01b58d92985ba377592c6a05d0a87f9bfd39feb8c" + }, + "builtAt": "2026-09-13T19:52:36.752Z" + }, + { + "fingerprint": "58930af2a4e4847af6abc153e549bbb50c9224de91dbe7cc32432f3bef05fe07", + "card": { + "number": 29, + "slug": "karen-sandler", + "name": "Karen Sandler", + "title": "Software Freedom as a Medical Problem", + "knownFor": "The Software Freedom Conservancy, and asking to read her own pacemaker", + "rarity": "epic", + "impact": 85, + "technical": 78, + "pioneering": 90, + "openness": 98, + "influence": 88, + "nationality": "USA", + "era": "2005-present", + "domains": [ + "Software freedom", + "Licensing enforcement", + "Nonprofit governance" + ], + "scouting": "Executive director of the Software Freedom Conservancy, which provides the legal and financial home for a long list of open source projects and does the unglamorous work of GPL enforcement. A lawyer with a heart condition, she has made the argument for auditable code concrete by asking to see the source of the defibrillator implanted in her chest, and being refused.", + "note": "The strongest argument for source access anyone has: her own heart.", + "status": "locked", + "front": "/releases/v2/women/029-karen-sandler/front.svg", + "back": "/releases/v2/women/029-karen-sandler/back.svg", + "sources": [ + { + "label": "Karen Sandler", + "url": "https://en.wikipedia.org/wiki/Karen_Sandler" + }, + { + "label": "Software Freedom Conservancy", + "url": "https://sfconservancy.org/" + } + ], + "series": "women", + "id": "women/029-karen-sandler", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:45:52.284Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Karen+Sandler&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/029-karen-sandler/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0cd7406e529bdb90006aa6fd705de887d29fda44aac16d717f", + "usage": { + "input_tokens": 598, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 25234, + "output_tokens_details": { + "reasoning_tokens": 13849 + }, + "total_tokens": 25832 + }, + "attempts": 1, + "sha256": "d003ba0ff8506640110deb97c53370e548fc3b49daacdbb2e13182875d98abfe", + "generatedAt": "2026-09-13T19:54:58.819Z" + }, + "files": { + "women/029-karen-sandler/artwork.svg": "d003ba0ff8506640110deb97c53370e548fc3b49daacdbb2e13182875d98abfe", + "women/029-karen-sandler/front.svg": "417c46984e03fa390b797cc4f2b6ed5a92940a7dadca8225e8e2ab2cb622e428", + "women/029-karen-sandler/front.png": "522f3c3eeaca911556cdd2f6d8697251c105ce497f778c97b5e73bcd5a7e7e8a", + "women/029-karen-sandler/back.svg": "da001e0449976fef8bec6ff83037b8b7fee65952a9516001985941b3b586d056", + "women/029-karen-sandler/back.png": "7c5bafdc2cad72d0b2c89adffe5b70282c4fbd46916074919dddf5a9a2a2eb40" + }, + "builtAt": "2026-09-13T19:54:59.271Z" + }, + { + "fingerprint": "9d8ba3547cf8baeca8dd33999f45f5e1e9386db2326666e67b3095f0f5aa27bb", + "card": { + "number": 30, + "slug": "danese-cooper", + "name": "Danese Cooper", + "title": "The Open Source Diplomat", + "knownFor": "Open source programs at Sun, Intel, PayPal and the Node Foundation", + "rarity": "epic", + "impact": 84, + "technical": 80, + "pioneering": 88, + "openness": 96, + "influence": 88, + "nationality": "USA", + "era": "1999-present", + "domains": [ + "Open source strategy", + "Foundations", + "Corporate policy" + ], + "scouting": "Ran open source at Sun during the OpenSolaris and OpenOffice years, then at Intel, PayPal and Wikimedia, and chaired the Node.js Foundation through the io.js reconciliation. Served on the OSI board. Much of what a corporate open source program office does was invented by her arguing with lawyers, repeatedly, for twenty years.", + "note": "Spent two decades translating between engineers and general counsel.", + "status": "locked", + "front": "/releases/v2/women/030-danese-cooper/front.svg", + "back": "/releases/v2/women/030-danese-cooper/back.svg", + "sources": [ + { + "label": "Danese Cooper", + "url": "https://en.wikipedia.org/wiki/Danese_Cooper" + }, + { + "label": "Open Source Initiative", + "url": "https://opensource.org/" + } + ], + "series": "women", + "id": "women/030-danese-cooper", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:46:06.683Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Danese+Cooper&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/030-danese-cooper/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0e0a9e1f17ffdb5b006aa6fd7ec22c87d29c246119a5e1f5cc", + "usage": { + "input_tokens": 588, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 28577, + "output_tokens_details": { + "reasoning_tokens": 15972 + }, + "total_tokens": 29165 + }, + "attempts": 1, + "sha256": "54932ba50ddbe94a2133a2fc63e89ccfa658271c54bc6253f27e6a331f5bbc19", + "generatedAt": "2026-09-13T19:56:30.333Z" + }, + "files": { + "women/030-danese-cooper/artwork.svg": "54932ba50ddbe94a2133a2fc63e89ccfa658271c54bc6253f27e6a331f5bbc19", + "women/030-danese-cooper/front.svg": "94b5f21fd8e5e2d6a835306bfb2c98ece05336ef081f9fb69cc2168b5bd0b610", + "women/030-danese-cooper/front.png": "d4e2b1882c41a9120dd45a3591c4df75f04a861397bd8f8604cd353a10190a7d", + "women/030-danese-cooper/back.svg": "a331a830ae3f115f0a36f54aa4ac9da564a277850f9b9c075f1d309547d4d556", + "women/030-danese-cooper/back.png": "8ca0b9614af942ffca61bcda5da4b33056c45454e9763a41bffba8c4335d69b7" + }, + "builtAt": "2026-09-13T19:56:30.560Z" + }, + { + "fingerprint": "ac645b2d24c147b680d4390380b2d7fc366922b81317dfafc7d41ebfedf331bb", + "card": { + "number": 31, + "slug": "allison-randal", + "name": "Allison Randal", + "title": "Languages, Foundations and Licences", + "knownFor": "Parrot, Perl 6 design, and chairing the OSI", + "rarity": "epic", + "impact": 83, + "technical": 90, + "pioneering": 86, + "openness": 96, + "influence": 85, + "nationality": "USA", + "era": "2001-present", + "domains": [ + "Virtual machines", + "Open source governance", + "Licensing" + ], + "scouting": "Led the Parrot virtual machine and worked on the Perl 6 design, then served as president of the Perl Foundation, chair of the Open Source Initiative, on the board of the Python Software Foundation, and at Canonical and HP on OpenStack. One of the few people equally credible on a language runtime and on licence text.", + "note": "Turns up wherever open source needs both a compiler and a constitution.", + "status": "locked", + "front": "/releases/v2/women/031-allison-randal/front.svg", + "back": "/releases/v2/women/031-allison-randal/back.svg", + "sources": [ + { + "label": "Allison Randal", + "url": "https://en.wikipedia.org/wiki/Allison_Randal" + }, + { + "label": "Her site", + "url": "https://www.allisonrandal.com/" + } + ], + "series": "women", + "id": "women/031-allison-randal", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:46:23.533Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Allison+Randal&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/031-allison-randal/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_08c61ea6b7f9fbca006aa6fd8f993887d2b8fce9bc6fbb6e69", + "usage": { + "input_tokens": 593, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 24564, + "output_tokens_details": { + "reasoning_tokens": 13632 + }, + "total_tokens": 25157 + }, + "attempts": 1, + "sha256": "213a912d9c0de3432f8c293aecce579cd8db90273e936689a7474684d1c743a4", + "generatedAt": "2026-09-13T19:55:33.865Z" + }, + "files": { + "women/031-allison-randal/artwork.svg": "213a912d9c0de3432f8c293aecce579cd8db90273e936689a7474684d1c743a4", + "women/031-allison-randal/front.svg": "0f4c7b6c93a86ea7e05db8376f3aeb82917b84dcb85ac08d585e6ca121323c83", + "women/031-allison-randal/front.png": "d681accf308495a7eb9d157dc927a2f15c6af423f06de1dc753c6d42b8ab9c77", + "women/031-allison-randal/back.svg": "00a159c20944d32b12ead5c0c07cc54ecd855035b66452cbb5c4f285ec9e4475", + "women/031-allison-randal/back.png": "181c58a259be8a658d94be149a99269ff616f220bbd4f138110683be67181e77" + }, + "builtAt": "2026-09-13T19:55:34.055Z" + }, + { + "fingerprint": "dec8bffc5da2eb64bbe6895a422064defb9b679d30415a1611fe40c46b85dc7d", + "card": { + "number": 32, + "slug": "valerie-aurora", + "name": "Valerie Aurora", + "title": "Filesystems and the Ada Initiative", + "knownFor": "Linux filesystem work, then changing how conferences behave", + "rarity": "epic", + "impact": 83, + "technical": 92, + "pioneering": 88, + "openness": 94, + "influence": 86, + "nationality": "USA", + "era": "2002-present", + "domains": [ + "Linux filesystems", + "Kernel development", + "Community standards" + ], + "scouting": "Worked on Linux filesystems including ext4, ChunkFS and union mounts, and wrote a long-running series on filesystem design for LWN. Co-founded the Ada Initiative, whose example anti-harassment policy was adopted across a large part of the conference circuit and materially changed what open source events tolerate.", + "note": "Shipped kernel code, then fixed the conferences that ran on it.", + "status": "locked", + "front": "/releases/v2/women/032-valerie-aurora/front.svg", + "back": "/releases/v2/women/032-valerie-aurora/back.svg", + "sources": [ + { + "label": "Valerie Aurora", + "url": "https://en.wikipedia.org/wiki/Valerie_Aurora" + }, + { + "label": "Her LWN filesystem writing", + "url": "https://lwn.net/Articles/190222/" + } + ], + "series": "women", + "id": "women/032-valerie-aurora", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:46:26.194Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Valerie+Aurora&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/032-valerie-aurora/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0124f22c9e085407006aa6fd92434c87d288680db3adc4b903", + "usage": { + "input_tokens": 580, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 29103, + "output_tokens_details": { + "reasoning_tokens": 15977 + }, + "total_tokens": 29683 + }, + "attempts": 1, + "sha256": "cdd1cb07db510efd1fedf46e856e599e825920fe8353dac0ac746c41b7251a3e", + "generatedAt": "2026-09-13T19:57:20.555Z" + }, + "files": { + "women/032-valerie-aurora/artwork.svg": "cdd1cb07db510efd1fedf46e856e599e825920fe8353dac0ac746c41b7251a3e", + "women/032-valerie-aurora/front.svg": "e5979a16b7c6063f674ecf7e95c1260d5cafce49a0cfcf8dabf15366acf5bf8f", + "women/032-valerie-aurora/front.png": "52cff95498cad1dd474d70081ed7e34374b326c5f08724c172febb18b3ecf02a", + "women/032-valerie-aurora/back.svg": "bb846bb91bab6830fb8c1e50d42f13644f040df9b21356af1a6acb17e51dd2a5", + "women/032-valerie-aurora/back.png": "77c24de8622e0a4bf4735fe896db641308d9f6bc5112bf26982a3f1196d4c811" + }, + "builtAt": "2026-09-13T19:57:20.757Z" + }, + { + "fingerprint": "31ecfa046a502fad424a7c1e7e870e568f874145c8b218404146cc101211f2e8", + "card": { + "number": 33, + "slug": "coraline-ada-ehmke", + "name": "Coraline Ada Ehmke", + "title": "Author of the Contributor Covenant", + "knownFor": "The code of conduct most projects actually use", + "rarity": "epic", + "impact": 84, + "technical": 84, + "pioneering": 90, + "openness": 97, + "influence": 89, + "nationality": "USA", + "era": "2014-present", + "domains": [ + "Community governance", + "Codes of conduct", + "Ethical licensing" + ], + "scouting": "Wrote the Contributor Covenant in 2014; it has since been adopted by well over a hundred thousand projects including Linux, Rails and Kubernetes, and it is the reason most repositories have a CODE_OF_CONDUCT.md at all. Also created the Hippocratic License and the Organization for Ethical Source, and took a great deal of abuse for both.", + "note": "That file in the root of your repo is hers.", + "status": "locked", + "front": "/releases/v2/women/033-coraline-ada-ehmke/front.svg", + "back": "/releases/v2/women/033-coraline-ada-ehmke/back.svg", + "sources": [ + { + "label": "Coraline Ada Ehmke", + "url": "https://en.wikipedia.org/wiki/Coraline_Ada_Ehmke" + }, + { + "label": "Contributor Covenant", + "url": "https://www.contributor-covenant.org/" + } + ], + "series": "women", + "id": "women/033-coraline-ada-ehmke", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:46:35.871Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Coraline+Ada+Ehmke&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/033-coraline-ada-ehmke/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0b0a8fb004bdc9d7006aa6fd9bf12487d29c24909aea2e8713", + "usage": { + "input_tokens": 588, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 23504, + "output_tokens_details": { + "reasoning_tokens": 12695 + }, + "total_tokens": 24092 + }, + "attempts": 1, + "sha256": "5c28a0fb592f327b74a7fb7d647e9982e9ba4f7986970f2832b81f3d08f8cea3", + "generatedAt": "2026-09-13T19:55:13.524Z" + }, + "files": { + "women/033-coraline-ada-ehmke/artwork.svg": "5c28a0fb592f327b74a7fb7d647e9982e9ba4f7986970f2832b81f3d08f8cea3", + "women/033-coraline-ada-ehmke/front.svg": "fdae237c979ed3a71bd6203320c8ebc9263552d970db6ee05ed8b25f98b27da1", + "women/033-coraline-ada-ehmke/front.png": "974ab65ac6e67c588f966f7703e852dc2af0c8b1791b61eb25ea31b041b9f3aa", + "women/033-coraline-ada-ehmke/back.svg": "064f8c79c4e02294e67bcdc3fac1164be3173df3466faf2c4cb50d5c1e5aae6e", + "women/033-coraline-ada-ehmke/back.png": "b6186e5d709ee34347c1b0e834a36428f1ac91550715c2e8972381f79041601d" + }, + "builtAt": "2026-09-13T19:55:13.720Z" + }, + { + "fingerprint": "43c69efd5e0812595b0213668ab7d542e432ec9e9e9f2ec215bd1ab2e5569dc9", + "card": { + "number": 34, + "slug": "sumana-harihareswara", + "name": "Sumana Harihareswara", + "title": "Maintainer of the Maintainers", + "knownFor": "pip’s resolver, PyPI funding, and taking project management seriously", + "rarity": "rare", + "impact": 80, + "technical": 84, + "pioneering": 82, + "openness": 96, + "influence": 82, + "nationality": "USA", + "era": "2010-present", + "domains": [ + "Python packaging", + "Project management", + "Open source sustainability" + ], + "scouting": "Led the successful grant-funded work to replace pip’s dependency resolver, a change every Python user benefits from and almost nobody noticed. Has worked on Wikimedia engineering community, Zulip and MediaWiki, and writes seriously about the unglamorous parts of open source: release management, funding, and how maintainers burn out.", + "note": "Fixed pip’s resolver. Consider what your builds were like before.", + "status": "locked", + "front": "/releases/v2/women/034-sumana-harihareswara/front.svg", + "back": "/releases/v2/women/034-sumana-harihareswara/back.svg", + "sources": [ + { + "label": "Sumana Harihareswara", + "url": "https://en.wikipedia.org/wiki/Sumana_Harihareswara" + }, + { + "label": "The pip resolver rollout", + "url": "https://pyfound.blogspot.com/2020/11/pip-20-3-new-resolver.html" + } + ], + "series": "women", + "id": "women/034-sumana-harihareswara", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:46:35.876Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Sumana+Harihareswara&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "edition": 2, + "artwork": "/releases/v2/women/034-sumana-harihareswara/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0ca99246317b7786006aa6fd9bf40087d2b4f383e82ea0bfa4", + "usage": { + "input_tokens": 587, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 27830, + "output_tokens_details": { + "reasoning_tokens": 18565 + }, + "total_tokens": 28417 + }, + "attempts": 1, + "sha256": "c6aed8bb726164e863bbb6c4d3d76a7095198127c97e4868f28462846056b994", + "generatedAt": "2026-09-13T19:56:20.654Z" + }, + "files": { + "women/034-sumana-harihareswara/artwork.svg": "c6aed8bb726164e863bbb6c4d3d76a7095198127c97e4868f28462846056b994", + "women/034-sumana-harihareswara/front.svg": "3c474ddb4e2e900664adf3bad92ef4f64312344c5d2d4c2687e98ab6ec5ce015", + "women/034-sumana-harihareswara/front.png": "9289be3fac891b142d589bbc9fc10d2cd29e353b31d510fe1b4614e2abb39409", + "women/034-sumana-harihareswara/back.svg": "ebf470bd517305fe44323502c0e7a974b1d677309a968fd2bdc15dcfd747067a", + "women/034-sumana-harihareswara/back.png": "d9e1c0c1b569c97fa34d1dde42645c330af61fee65e23f31a930608376ef09c3" + }, + "builtAt": "2026-09-13T19:56:20.831Z" + }, + { + "fingerprint": "7e91811bffac31d90726ad6cb8a43e36a40d5208337912eb2139ed906ec4066a", + "card": { + "number": 35, + "slug": "latanya-sweeney", + "name": "Latanya Sweeney", + "title": "Re-identification, and k-Anonymity", + "knownFor": "Proving anonymised data is not anonymous", + "rarity": "legendary", + "impact": 88, + "technical": 94, + "pioneering": 95, + "openness": 90, + "influence": 90, + "nationality": "USA", + "era": "1997-present", + "domains": [ + "Data privacy", + "Re-identification", + "Technology policy" + ], + "scouting": "Showed that 87 percent of Americans could be uniquely identified from ZIP code, birth date and sex, then demonstrated it by re-identifying the Massachusetts governor’s medical records in a public dataset and mailing them to him. Proposed k-anonymity in response. Later served as chief technologist at the FTC and published work on discrimination in online ad delivery.", + "note": "Mailed the governor his own supposedly anonymous health records.", + "status": "locked", + "front": "/releases/v2/women/035-latanya-sweeney/front.svg", + "back": "/releases/v2/women/035-latanya-sweeney/back.svg", + "sources": [ + { + "label": "Latanya Sweeney", + "url": "https://en.wikipedia.org/wiki/Latanya_Sweeney" + }, + { + "label": "k-Anonymity (2002)", + "url": "https://dataprivacylab.org/dataprivacy/projects/kanonymity/kanonymity.pdf" + } + ], + "series": "women", + "id": "women/035-latanya-sweeney", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:46:38.861Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Latanya+Sweeney&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/035-latanya-sweeney/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_05bcbeed9b5fe641006aa6fd9f1f7887d29133b63b0302ad95", + "usage": { + "input_tokens": 595, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 23402, + "output_tokens_details": { + "reasoning_tokens": 11911 + }, + "total_tokens": 23997 + }, + "attempts": 1, + "sha256": "14f18753f967da4354a1846f3843f325b1a74a48d6b8c151eb1935d0515e2abc", + "generatedAt": "2026-09-13T19:55:14.442Z" + }, + "files": { + "women/035-latanya-sweeney/artwork.svg": "14f18753f967da4354a1846f3843f325b1a74a48d6b8c151eb1935d0515e2abc", + "women/035-latanya-sweeney/front.svg": "5f7fa5e0e9b5b51aa5f38e283b1b26725121ec079d00d0609b4da6be9689b7cb", + "women/035-latanya-sweeney/front.png": "34c249191ed6420f2237f8d721366ed0e665bceba75be52027716292af626782", + "women/035-latanya-sweeney/back.svg": "844b3243b576cb9c2f5b81effd5a8837162ca62c4c3edbde7eeeb1d9e4f6100a", + "women/035-latanya-sweeney/back.png": "2d66f3fe96207e51643e86a166dd9ed32c7b5779e63cfc899f418f82a4a7120e" + }, + "builtAt": "2026-09-13T19:55:14.726Z" + }, + { + "fingerprint": "2de0985be5e63a53beae64c1b791611ee98e70fcf04da8ecf59f5c96d5392d3f", + "card": { + "number": 36, + "slug": "jessica-mckellar", + "name": "Jessica McKellar", + "title": "Python, and Who Gets to Join", + "knownFor": "CPython contributions and PSF leadership", + "rarity": "rare", + "impact": 79, + "technical": 88, + "pioneering": 80, + "openness": 94, + "influence": 82, + "nationality": "USA", + "era": "2010-present", + "domains": [ + "Python", + "Open source community", + "Developer education" + ], + "scouting": "CPython contributor, Python Software Foundation director and Twisted maintainer who did a large amount of the outreach work that widened who shows up to Python: Boston Python’s beginner workshops moved the local user group to roughly a third women, which nobody had managed before. Co-wrote a book on Twisted and taught a great deal for free.", + "note": "Ran the workshops that changed who was in the room.", + "status": "locked", + "front": "/releases/v2/women/036-jessica-mckellar/front.svg", + "back": "/releases/v2/women/036-jessica-mckellar/back.svg", + "sources": [ + { + "label": "Jessica McKellar", + "url": "https://en.wikipedia.org/wiki/Jessica_McKellar" + }, + { + "label": "Python Software Foundation", + "url": "https://www.python.org/psf/" + } + ], + "series": "women", + "id": "women/036-jessica-mckellar", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:46:39.924Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Jessica+McKellar&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/036-jessica-mckellar/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0e7cc26eadd0f9e3006aa6fd9fff3087d28b8b62b200de0eed", + "usage": { + "input_tokens": 587, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 22200, + "output_tokens_details": { + "reasoning_tokens": 11891 + }, + "total_tokens": 22787 + }, + "attempts": 1, + "sha256": "9b67287c977c3fd198c3ddb118abd601be451d6b104ed7f1c353c858533c0790", + "generatedAt": "2026-09-13T19:55:24.378Z" + }, + "files": { + "women/036-jessica-mckellar/artwork.svg": "9b67287c977c3fd198c3ddb118abd601be451d6b104ed7f1c353c858533c0790", + "women/036-jessica-mckellar/front.svg": "2b05b872feed5da4197033e7160fc45c6cd09a78f351fb7c2fab26775c9b557a", + "women/036-jessica-mckellar/front.png": "580285a095407cd1b5ce849628b7eec9cbad87007d749974706fe2622cc00e37", + "women/036-jessica-mckellar/back.svg": "d1ca1a8c403ba10703ed2645aa2fbdd49294db5a1b7bafba05aba844234a7bcf", + "women/036-jessica-mckellar/back.png": "2bab4c6309221d059ca968ade21831718362a1a2b7c604d120654762438f083c" + }, + "builtAt": "2026-09-13T19:55:24.606Z" + }, + { + "fingerprint": "e0bf6b9c21de10efb7f47fecac9ad75d5c8163f810183ff9ed7a31b403ffe767", + "card": { + "number": 37, + "slug": "carol-willing", + "name": "Carol Willing", + "title": "Jupyter and CPython", + "knownFor": "The notebook infrastructure science runs on", + "rarity": "epic", + "impact": 82, + "technical": 88, + "pioneering": 82, + "openness": 97, + "influence": 84, + "nationality": "USA", + "era": "2015-present", + "domains": [ + "Jupyter", + "Python core", + "Scientific computing" + ], + "scouting": "Project Jupyter steering council member and CPython core developer who has done a great deal of the work on JupyterHub and Binder, the pieces that turn a notebook from a file on someone’s laptop into shared, reproducible infrastructure. Served as a Python Steering Council member and does the release and mentoring work that keeps both projects running.", + "note": "Notebooks are how science ships now, and she maintains them.", + "status": "locked", + "front": "/releases/v2/women/037-carol-willing/front.svg", + "back": "/releases/v2/women/037-carol-willing/back.svg", + "sources": [ + { + "label": "Project Jupyter", + "url": "https://jupyter.org/about" + }, + { + "label": "Python Steering Council", + "url": "https://github.com/python/steering-council" + } + ], + "series": "women", + "id": "women/037-carol-willing", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:46:50.146Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Carol+Willing&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/037-carol-willing/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0f8f96efe794ee27006aa6fdaa3da887d2995f049180ffa401", + "usage": { + "input_tokens": 582, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 23491, + "output_tokens_details": { + "reasoning_tokens": 9479 + }, + "total_tokens": 24073 + }, + "attempts": 1, + "sha256": "ac35ef3e1b892f4643487291ae89b776cc91e05ef7fdbb0cd7846c1655058af6", + "generatedAt": "2026-09-13T19:54:49.169Z" + }, + "files": { + "women/037-carol-willing/artwork.svg": "ac35ef3e1b892f4643487291ae89b776cc91e05ef7fdbb0cd7846c1655058af6", + "women/037-carol-willing/front.svg": "01fda07c736e15d30e307db7abdf82bb35757f17668928f3269c863a4d533cfc", + "women/037-carol-willing/front.png": "0015f77020d1b027f51f8dec6636c2e537e86a80314aa7cf0cbbdffc1ceec1de", + "women/037-carol-willing/back.svg": "52137f1e3da1adff17097124faaca0ab90aff13fbeb676d34d60787edf9a9257", + "women/037-carol-willing/back.png": "005e619714ba53e763ebe7e1c62c526268cf3ee6a7ecf0377b323e0b4bd0e619" + }, + "builtAt": "2026-09-13T19:54:49.383Z" + }, + { + "fingerprint": "3226bcbe3d291755e5441487fdeb1419aab26029af67b8655550b810c46667e6", + "card": { + "number": 38, + "slug": "julia-evans", + "name": "Julia Evans", + "title": "The Zines", + "knownFor": "Explaining systems programming so people actually understand it", + "rarity": "legendary", + "impact": 85, + "technical": 90, + "pioneering": 84, + "openness": 98, + "influence": 90, + "nationality": "Canada", + "era": "2013-present", + "domains": [ + "Systems programming", + "Debugging", + "Technical writing" + ], + "scouting": "Writes hand-drawn zines and a long-running blog that explain strace, tcpdump, DNS, containers, git internals and networking better than the manuals do, mostly by working through her own confusion in public. Wrote a Ruby profiler and various debugging tools. An enormous number of engineers learned how their machine works from her drawings.", + "note": "Made \"I do not understand this yet\" a legitimate way to write documentation.", + "status": "locked", + "front": "/releases/v2/women/038-julia-evans/front.svg", + "back": "/releases/v2/women/038-julia-evans/back.svg", + "sources": [ + { + "label": "Julia Evans’ blog", + "url": "https://jvns.ca/" + }, + { + "label": "Wizard Zines", + "url": "https://wizardzines.com/" + } + ], + "series": "women", + "id": "women/038-julia-evans", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:46:54.966Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Julia+Evans&limit=30", + "matches": [], + "rejectedCount": 3 + }, + "edition": 2, + "artwork": "/releases/v2/women/038-julia-evans/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_040ba7159aa130a8006aa6fdaf073887d2bf4a11a67b2bbd90", + "usage": { + "input_tokens": 579, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 20882, + "output_tokens_details": { + "reasoning_tokens": 9437 + }, + "total_tokens": 21461 + }, + "attempts": 1, + "sha256": "19ca38ba41a5942edd425a535bdf005bd88ea49bbe4ec12e60223921edd203d9", + "generatedAt": "2026-09-13T19:54:19.375Z" + }, + "files": { + "women/038-julia-evans/artwork.svg": "19ca38ba41a5942edd425a535bdf005bd88ea49bbe4ec12e60223921edd203d9", + "women/038-julia-evans/front.svg": "4a6e2a389d1802bdfb7464f640c93cfb031c8744aa2976e192e26312af3fb26c", + "women/038-julia-evans/front.png": "102c5a51a3e3fc5a808477af5e18b52107215a6ddb00e02c2189e6eefb5db2d4", + "women/038-julia-evans/back.svg": "b8adb8bfaf4e1f9b9fae3af5a3a2cba3122b2402098ca2ad182fe36bb7fbf920", + "women/038-julia-evans/back.png": "f299bb41932f2a92c9bd1df2273f6dca1a6efef890aaf0f39ed1db37fe9dcc1c" + }, + "builtAt": "2026-09-13T19:54:19.596Z" + }, + { + "fingerprint": "b1f81d20e79d6c0222b163fbda91a62e1ed5acfc87332e7b805f38744c1c3322", + "card": { + "number": 39, + "slug": "rachel-andrew", + "name": "Rachel Andrew", + "title": "CSS Grid, Explained", + "knownFor": "Getting the web to actually use its layout system", + "rarity": "epic", + "impact": 83, + "technical": 90, + "pioneering": 84, + "openness": 95, + "influence": 88, + "nationality": "UK", + "era": "2001-present", + "domains": [ + "CSS", + "Web standards", + "Technical writing" + ], + "scouting": "CSS Working Group invited expert and the person who did more than anyone to get CSS Grid understood and adopted, through Grid by Example, years of writing and a great deal of patient explanation. Later editor in chief of Smashing Magazine and now on the Chrome developer relations team writing the platform documentation.", + "note": "A spec nobody understands is a spec nobody ships. She fixed that.", + "status": "locked", + "front": "/releases/v2/women/039-rachel-andrew/front.svg", + "back": "/releases/v2/women/039-rachel-andrew/back.svg", + "sources": [ + { + "label": "Rachel Andrew", + "url": "https://rachelandrew.co.uk/" + }, + { + "label": "Grid by Example", + "url": "https://gridbyexample.com/" + } + ], + "series": "women", + "id": "women/039-rachel-andrew", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:47:01.524Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Rachel+Andrew&limit=30", + "matches": [], + "rejectedCount": 7 + }, + "edition": 2, + "artwork": "/releases/v2/women/039-rachel-andrew/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_08c39113aa5b5ad2006aa6fdb59b1487d2a893724a271be04a", + "usage": { + "input_tokens": 574, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 19705, + "output_tokens_details": { + "reasoning_tokens": 12948 + }, + "total_tokens": 20279 + }, + "attempts": 1, + "sha256": "f793c71844958eae76b2bea277342a86db80562d337c15b5bc182c0ece277a00", + "generatedAt": "2026-09-13T19:53:37.440Z" + }, + "files": { + "women/039-rachel-andrew/artwork.svg": "f793c71844958eae76b2bea277342a86db80562d337c15b5bc182c0ece277a00", + "women/039-rachel-andrew/front.svg": "0edfd8c9cd19770d492fa7e8ac9edb19e5ae02d29cbaab5ae6f14df9c0fa3585", + "women/039-rachel-andrew/front.png": "fc2027b49a71506062cffbe43097ed7d993f282ce05e3f161ca0aff3a9854af4", + "women/039-rachel-andrew/back.svg": "c94c8a932713dfba5d7199e0c6f108cdd0515a872c3770bc6bae8571217a4969", + "women/039-rachel-andrew/back.png": "d424523f838b0c0e6f0c530b389ffb3bc3d9ca70e83fda8e1587549930de909a" + }, + "builtAt": "2026-09-13T19:53:37.657Z" + }, + { + "fingerprint": "5ce046c6d5ddedc010cea0940a2c83cf3153432e1d9585a12030874a0de10f4f", + "card": { + "number": 40, + "slug": "jen-simmons", + "name": "Jen Simmons", + "title": "Layout on the Real Web", + "knownFor": "Intrinsic web design, and shipping CSS in Safari", + "rarity": "epic", + "impact": 82, + "technical": 90, + "pioneering": 86, + "openness": 92, + "influence": 86, + "nationality": "USA", + "era": "2013-present", + "domains": [ + "CSS", + "Layout", + "Browser engineering" + ], + "scouting": "Coined intrinsic web design for the layout approach Grid and Flexbox actually enable, and spent years demonstrating it in public so designers would stop rebuilding 2010 in a modern browser. Worked on Firefox developer tools including the Grid inspector, and is now an Apple evangelist and CSS Working Group member shipping the features in Safari.", + "note": "Argued the web should stop imitating print, then shipped the tools.", + "status": "locked", + "front": "/releases/v2/women/040-jen-simmons/front.svg", + "back": "/releases/v2/women/040-jen-simmons/back.svg", + "sources": [ + { + "label": "Jen Simmons", + "url": "https://jensimmons.com/" + }, + { + "label": "CSS Working Group", + "url": "https://www.w3.org/Style/CSS/members" + } + ], + "series": "women", + "id": "women/040-jen-simmons", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:47:12.059Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Jen+Simmons&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/040-jen-simmons/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0f99e3887ed0dd62006aa6fdc023c887d2b0d8654d2f911935", + "usage": { + "input_tokens": 578, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 24263, + "output_tokens_details": { + "reasoning_tokens": 13984 + }, + "total_tokens": 24841 + }, + "attempts": 1, + "sha256": "915f6e07ced69a00914de34ade93fa447d43837300e9874b2e82edb73b05722c", + "generatedAt": "2026-09-13T19:55:59.297Z" + }, + "files": { + "women/040-jen-simmons/artwork.svg": "915f6e07ced69a00914de34ade93fa447d43837300e9874b2e82edb73b05722c", + "women/040-jen-simmons/front.svg": "208bc1621ed8760d957d1a318b39101365a76f1844d2b761b0b45f2453e7cbce", + "women/040-jen-simmons/front.png": "1c31e2689408415aee7a5fbc777a79cebbc3d227a03932210a25d76be8cbf18a", + "women/040-jen-simmons/back.svg": "00569102463d8408c5390345500c7592335c5cdb79cd6bb23678b10e38efcaef", + "women/040-jen-simmons/back.png": "f4021cc84beb42f5d54a4104ed4bd33d86558121ff6886eafc7e20ec53306767" + }, + "builtAt": "2026-09-13T19:55:59.464Z" + }, + { + "fingerprint": "ec627d4c7452d2b634c25753db1e0ed3b8b80c4039a3baf7ce3e1064b0ed1499", + "card": { + "number": 41, + "slug": "lea-verou", + "name": "Lea Verou", + "title": "CSS, and the Tools Around It", + "knownFor": "Prism, Mavo, and CSS Working Group membership", + "rarity": "epic", + "impact": 82, + "technical": 92, + "pioneering": 86, + "openness": 97, + "influence": 86, + "nationality": "Greece / USA", + "era": "2011-present", + "domains": [ + "CSS", + "Open source libraries", + "Web standards" + ], + "scouting": "Wrote Prism, the syntax highlighter running on a very large share of technical sites, and a run of small widely-used libraries. CSS Working Group invited expert who has driven several specs including colour functions, wrote CSS Secrets, and researches end-user programming at MIT. Nearly everything she makes is MIT licensed and on GitHub.", + "note": "The code highlighting on the docs you read this morning is probably hers.", + "status": "locked", + "front": "/releases/v2/women/041-lea-verou/front.svg", + "back": "/releases/v2/women/041-lea-verou/back.svg", + "sources": [ + { + "label": "Lea Verou", + "url": "https://lea.verou.me/" + }, + { + "label": "Prism", + "url": "https://github.com/PrismJS/prism" + } + ], + "series": "women", + "id": "women/041-lea-verou", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:47:13.403Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Lea+Verou&limit=30", + "matches": [], + "rejectedCount": 3 + }, + "edition": 2, + "artwork": "/releases/v2/women/041-lea-verou/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0455c0d7025942fa006aa6fdc177b887d2b3cbaf7d9d37ffe1", + "usage": { + "input_tokens": 589, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 23009, + "output_tokens_details": { + "reasoning_tokens": 13108 + }, + "total_tokens": 23598 + }, + "attempts": 1, + "sha256": "b13cc6757338c2cd3667d1f94619b1e88adcb70818d99b3dd5ef63230314809d", + "generatedAt": "2026-09-13T19:55:38.879Z" + }, + "files": { + "women/041-lea-verou/artwork.svg": "b13cc6757338c2cd3667d1f94619b1e88adcb70818d99b3dd5ef63230314809d", + "women/041-lea-verou/front.svg": "3b8de54e6bffe26fd8c50a410baa6d0aa036ee899c90d5a769a1ad5ae7d16d38", + "women/041-lea-verou/front.png": "60121baf7c07f7fdd416de64ff480b12c7fbc6d7b096e9601a69a81231d0d1ce", + "women/041-lea-verou/back.svg": "bcf543077b7c3c68438575da3b3631aef4d8598daffca55af09ff931b55c9a4d", + "women/041-lea-verou/back.png": "779bf79874170fd7d4d14bfb825bf9cfb1e7cc8de31bed6cbb4198c07c80fc5d" + }, + "builtAt": "2026-09-13T19:55:39.251Z" + }, + { + "fingerprint": "0e3a5bda495b12861fe60edaef48148dbc2b6cbc197b29a016ee1cab689361b4", + "card": { + "number": 42, + "slug": "sarah-drasner", + "name": "Sarah Drasner", + "title": "Animation, Vue and Developer Experience", + "knownFor": "Vue core team, SVG animation, and leading platform teams", + "rarity": "rare", + "impact": 79, + "technical": 88, + "pioneering": 80, + "openness": 93, + "influence": 84, + "nationality": "USA", + "era": "2016-present", + "domains": [ + "Vue", + "Web animation", + "Developer experience" + ], + "scouting": "Vue core team member who wrote much of the animation documentation and a well-regarded book on SVG animation, then led developer experience at Netlify, Google and Azure. Her writing on animation performance and on running engineering teams is widely read, and she has published a large amount of demo code for free.", + "note": "Made web animation a craft with technique rather than a pile of tricks.", + "status": "locked", + "front": "/releases/v2/women/042-sarah-drasner/front.svg", + "back": "/releases/v2/women/042-sarah-drasner/back.svg", + "sources": [ + { + "label": "Sarah Drasner", + "url": "https://sarah.dev/" + }, + { + "label": "Vue.js team", + "url": "https://vuejs.org/about/team" + } + ], + "series": "women", + "id": "women/042-sarah-drasner", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:47:14.086Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Sarah+Drasner&limit=30", + "matches": [], + "rejectedCount": 14 + }, + "edition": 2, + "artwork": "/releases/v2/women/042-sarah-drasner/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_08739c08bba3cb76006aa6fdc22a7087d29967e867376ef9ff", + "usage": { + "input_tokens": 580, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 27710, + "output_tokens_details": { + "reasoning_tokens": 17092 + }, + "total_tokens": 28290 + }, + "attempts": 1, + "sha256": "0b5639c912e8a2aa83493b0ec8f21c47c22f71077a5f11c465261ec112c37f3d", + "generatedAt": "2026-09-13T19:56:45.494Z" + }, + "files": { + "women/042-sarah-drasner/artwork.svg": "0b5639c912e8a2aa83493b0ec8f21c47c22f71077a5f11c465261ec112c37f3d", + "women/042-sarah-drasner/front.svg": "b31e5ab7e7bb27110ac9a96d891e4242dce9a205e4fa1c339c5afd9bf5fc78ff", + "women/042-sarah-drasner/front.png": "83e618cb5f8d1571117eb93ed6868e332658e9b84d1b4c2a554d732a72e418b5", + "women/042-sarah-drasner/back.svg": "8d4ec71e988c70b8874ebfca4673e40d39a535298bda4612b70856e3f1bc14b6", + "women/042-sarah-drasner/back.png": "81c3bfb3d51fa06feec2268fe151bf4b9fce459a56cf3f284c4b26799f9a36c8" + }, + "builtAt": "2026-09-13T19:56:45.731Z" + }, + { + "fingerprint": "3f936467b3b6a6998be1b2e1998cca46809929d7eae5139b1432015c7e9f6389", + "card": { + "number": 43, + "slug": "leonie-watson", + "name": "Léonie Watson", + "title": "Accessibility in the Standards", + "knownFor": "W3C board, and making the platform work with a screen reader", + "rarity": "epic", + "impact": 82, + "technical": 86, + "pioneering": 86, + "openness": 94, + "influence": 87, + "nationality": "UK", + "era": "2010-present", + "domains": [ + "Accessibility", + "Web standards", + "Screen readers" + ], + "scouting": "A blind engineer who has served on the W3C Board of Directors, co-chaired the Web Applications Working Group and worked on the accessibility of HTML, ARIA and the Web Audio API from inside the specs rather than filing bugs from outside. Runs TetraLogical and has spent years teaching developers what their markup actually sounds like.", + "note": "Fixed accessibility where it is cheapest to fix: in the spec.", + "status": "locked", + "front": "/releases/v2/women/043-leonie-watson/front.svg", + "back": "/releases/v2/women/043-leonie-watson/back.svg", + "sources": [ + { + "label": "Léonie Watson", + "url": "https://tink.uk/about-me/" + }, + { + "label": "W3C", + "url": "https://www.w3.org/" + } + ], + "series": "women", + "id": "women/043-leonie-watson", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:47:17.549Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=L%C3%A9onie+Watson&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "edition": 2, + "artwork": "/releases/v2/women/043-leonie-watson/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0323f7ed6b070234006aa6fdc59fc487d296856a86b7a10c9e", + "usage": { + "input_tokens": 587, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 25988, + "output_tokens_details": { + "reasoning_tokens": 14217 + }, + "total_tokens": 26575 + }, + "attempts": 1, + "sha256": "729f8eaba6ceca022b2b6c137d0375ade3ed8000e74ef0f22307427920ee0426", + "generatedAt": "2026-09-13T19:57:04.610Z" + }, + "files": { + "women/043-leonie-watson/artwork.svg": "729f8eaba6ceca022b2b6c137d0375ade3ed8000e74ef0f22307427920ee0426", + "women/043-leonie-watson/front.svg": "fe9bdcb214266d0c50ec8f834b07e3cc1947da36204af528beec8fbd5209c41f", + "women/043-leonie-watson/front.png": "1c7078b04de07e797606e6ea3bd662b4dfe231a8deb367deccf30fdf4455caa7", + "women/043-leonie-watson/back.svg": "0e014c5811c0b198d3ae978257b0885961eaf1ea712e37418c4e5d5d20d7536f", + "women/043-leonie-watson/back.png": "eb8d2bfe4c6c3ae1122dee1ad5b8ec949b1b5eb065b2140538ff9c6f0fee530e" + }, + "builtAt": "2026-09-13T19:57:04.808Z" + }, + { + "fingerprint": "ad6b3b00401d5cfc1d2cf20105ae9b1db8bfe95433f5be4aa6a0100daa946169", + "card": { + "number": 44, + "slug": "charity-majors", + "name": "Charity Majors", + "title": "Observability, and Testing in Production", + "knownFor": "Honeycomb, and the argument about unknown unknowns", + "rarity": "legendary", + "impact": 85, + "technical": 92, + "pioneering": 90, + "openness": 88, + "influence": 90, + "nationality": "USA", + "era": "2016-present", + "domains": [ + "Observability", + "Operations", + "Distributed systems" + ], + "scouting": "Co-founded Honeycomb and made the case that dashboards of pre-aggregated metrics cannot answer questions you did not think to ask, which reframed monitoring into observability and high-cardinality events. Co-wrote Observability Engineering and Database Reliability Engineering, and has been relentlessly, usefully rude about the idea that you can avoid testing in production.", + "note": "You do test in production. She just wants you to admit it and instrument it.", + "status": "locked", + "front": "/releases/v2/women/044-charity-majors/front.svg", + "back": "/releases/v2/women/044-charity-majors/back.svg", + "sources": [ + { + "label": "Charity Majors", + "url": "https://charity.wtf/" + }, + { + "label": "Observability Engineering", + "url": "https://www.honeycomb.io/observability-engineering-oreilly-book-2022" + } + ], + "series": "women", + "id": "women/044-charity-majors", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:47:18.322Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Charity+Majors&limit=30", + "matches": [], + "rejectedCount": 2 + }, + "edition": 2, + "artwork": "/releases/v2/women/044-charity-majors/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0f47a37c5473e95f006aa6fdc6661c87d298e24e7b63170489", + "usage": { + "input_tokens": 590, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 17420, + "output_tokens_details": { + "reasoning_tokens": 5485 + }, + "total_tokens": 18010 + }, + "attempts": 1, + "sha256": "5952e13b0da5f9eb17c47752d4d7d4536bb3ee4199eef5bc14bd7e8ee1cc99a9", + "generatedAt": "2026-09-13T19:53:52.828Z" + }, + "files": { + "women/044-charity-majors/artwork.svg": "5952e13b0da5f9eb17c47752d4d7d4536bb3ee4199eef5bc14bd7e8ee1cc99a9", + "women/044-charity-majors/front.svg": "a123eb822984da1b02d1bed954040d0af11c0f4c13776bf28b2c911e68752691", + "women/044-charity-majors/front.png": "a6e2b33b65ec9582cf182b1f2f3f8494b788e24d2364e823338d404c0406573d", + "women/044-charity-majors/back.svg": "438548ac8bf2aba8e7e24ea1f4c3b77b1026dfbdd7bd419db9fb8bc26295a93a", + "women/044-charity-majors/back.png": "d7af27db5e4f856b945bb00bdd4c97d971d23dcdbf63400fdc3b81dbfc749712" + }, + "builtAt": "2026-09-13T19:53:53.062Z" + }, + { + "fingerprint": "bbf73aa54e7f886b27c1b16dc9656ca1e973940193fac857a042fca225c76d34", + "card": { + "number": 45, + "slug": "liz-fong-jones", + "name": "Liz Fong-Jones", + "title": "SRE in the Open", + "knownFor": "Site reliability practice, OpenTelemetry advocacy, and organising", + "rarity": "epic", + "impact": 82, + "technical": 90, + "pioneering": 84, + "openness": 92, + "influence": 86, + "nationality": "USA", + "era": "2011-present", + "domains": [ + "Site reliability", + "Observability", + "Labour organising" + ], + "scouting": "Was a Google SRE for over a decade, then principal developer advocate at Honeycomb, pushing OpenTelemetry and publishing a great deal on SLOs and reliability practice that teams actually adopt. Also one of the more visible organisers in the tech worker movement, which cost her something and which she has been candid about.", + "note": "Publishes the reliability practice most companies keep as tribal knowledge.", + "status": "locked", + "front": "/releases/v2/women/045-liz-fong-jones/front.svg", + "back": "/releases/v2/women/045-liz-fong-jones/back.svg", + "sources": [ + { + "label": "Liz Fong-Jones", + "url": "https://en.wikipedia.org/wiki/Liz_Fong-Jones" + }, + { + "label": "Her writing", + "url": "https://www.honeycomb.io/authors/liz-fong-jones" + } + ], + "series": "women", + "id": "women/045-liz-fong-jones", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:47:26.221Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Liz+Fong-Jones&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "edition": 2, + "artwork": "/releases/v2/women/045-liz-fong-jones/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_08eacc1e0268dc74006aa6fdce4c1487d2a8c5bc78dd3312e7", + "usage": { + "input_tokens": 581, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 24844, + "output_tokens_details": { + "reasoning_tokens": 13934 + }, + "total_tokens": 25425 + }, + "attempts": 1, + "sha256": "539e681181e71ee4d6b99e9d392e783c788c1b2f1fefc88fffd346e5bbea6210", + "generatedAt": "2026-09-13T19:55:37.705Z" + }, + "files": { + "women/045-liz-fong-jones/artwork.svg": "539e681181e71ee4d6b99e9d392e783c788c1b2f1fefc88fffd346e5bbea6210", + "women/045-liz-fong-jones/front.svg": "8e8fccd12a4dd2b9ad4b4c8487f60291a7e253a59f06113f753f3fd03387b7dc", + "women/045-liz-fong-jones/front.png": "ec15ca47927c1c515e3eba47136c24f189a08cf6a914c10f97454e74418636da", + "women/045-liz-fong-jones/back.svg": "f83cbe22dcc4bccf55c8cae9660e816568e17e63d49cc46972e43e6ae8e54674", + "women/045-liz-fong-jones/back.png": "e55743987b9cc6024afb428c942025a1e8a2257cb9616ef442f31fb7f8222b97" + }, + "builtAt": "2026-09-13T19:55:37.893Z" + }, + { + "fingerprint": "34167951083b29aebb95d9192343e7582aedb607d91da71c8a8214d419ceb3a2", + "card": { + "number": 46, + "slug": "jessie-frazelle", + "name": "Jessie Frazelle", + "title": "Containers, and Then Silicon", + "knownFor": "Docker maintainer, container security, and Oxide", + "rarity": "legendary", + "impact": 85, + "technical": 96, + "pioneering": 88, + "openness": 96, + "influence": 87, + "nationality": "USA", + "era": "2014-present", + "domains": [ + "Containers", + "Linux security", + "Hardware" + ], + "scouting": "A core Docker maintainer during the years containers took over, known for running absolutely everything in one including desktop applications, and for the seccomp and AppArmor work on container isolation. Later worked on Kubernetes and GitHub, then co-founded Oxide Computer to build servers with an open firmware stack, which is a much harder version of the same argument.", + "note": "Containerised her own desktop to prove a point, then went after firmware.", + "status": "locked", + "front": "/releases/v2/women/046-jessie-frazelle/front.svg", + "back": "/releases/v2/women/046-jessie-frazelle/back.svg", + "sources": [ + { + "label": "Jessie Frazelle", + "url": "https://en.wikipedia.org/wiki/Jessie_Frazelle" + }, + { + "label": "Oxide Computer", + "url": "https://oxide.computer/" + } + ], + "series": "women", + "id": "women/046-jessie-frazelle", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:47:28.587Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Jessie+Frazelle&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/046-jessie-frazelle/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_095c0a40dfcc1675006aa6fdd0ae0887d29fafc5fa30c77ac7", + "usage": { + "input_tokens": 585, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 25335, + "output_tokens_details": { + "reasoning_tokens": 11740 + }, + "total_tokens": 25920 + }, + "attempts": 1, + "sha256": "c931e5bca3d5a0843d2ef9973284a064e45cec4511ef489fc76956438f0213d6", + "generatedAt": "2026-09-13T19:55:59.215Z" + }, + "files": { + "women/046-jessie-frazelle/artwork.svg": "c931e5bca3d5a0843d2ef9973284a064e45cec4511ef489fc76956438f0213d6", + "women/046-jessie-frazelle/front.svg": "60a2b87eb21f7026ddfb92454232f3c526adc375838fb07bd5f052b4432e0a86", + "women/046-jessie-frazelle/front.png": "86153a965e83e2ba6e9accedca9c627b1a3777de71fd05d6c78f894f0bd163cd", + "women/046-jessie-frazelle/back.svg": "148f20ffd917a0af252d0e6b552b0338ad48b00a1a3601b43c61263dbc491859", + "women/046-jessie-frazelle/back.png": "9aff7fbddcb2d4bda19c0116b5432740431817864d9c3b513f386177bb569e0e" + }, + "builtAt": "2026-09-13T19:55:59.414Z" + }, + { + "fingerprint": "3749283907f66cf8ccb452da417d946268f83e87fcbf6507913d2a2b9a5b5a1f", + "card": { + "number": 47, + "slug": "camille-fournier", + "name": "Camille Fournier", + "title": "ZooKeeper, and The Manager’s Path", + "knownFor": "Distributed coordination, then teaching engineers to lead", + "rarity": "epic", + "impact": 83, + "technical": 90, + "pioneering": 82, + "openness": 90, + "influence": 88, + "nationality": "USA", + "era": "2011-present", + "domains": [ + "Distributed systems", + "Engineering leadership", + "Apache projects" + ], + "scouting": "Apache ZooKeeper committer and project chair, and CTO of Rent the Runway, then head of platform engineering at Two Sigma. Wrote The Manager’s Path, which is the book most engineers are handed when they first lead a team, and which is unusually honest about the parts of the job that are not fun.", + "note": "Shipped the coordination service, then documented the harder job.", + "status": "locked", + "front": "/releases/v2/women/047-camille-fournier/front.svg", + "back": "/releases/v2/women/047-camille-fournier/back.svg", + "sources": [ + { + "label": "Camille Fournier", + "url": "https://www.elidedbranches.com/" + }, + { + "label": "Apache ZooKeeper", + "url": "https://zookeeper.apache.org/" + } + ], + "series": "women", + "id": "women/047-camille-fournier", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:47:34.433Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Camille+Fournier&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "edition": 2, + "artwork": "/releases/v2/women/047-camille-fournier/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0eed84dbde1becb8006aa6fdd6951887d29ffe3b19d6a1974d", + "usage": { + "input_tokens": 586, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 27577, + "output_tokens_details": { + "reasoning_tokens": 15163 + }, + "total_tokens": 28163 + }, + "attempts": 1, + "sha256": "0b0364fea3147ee03b4008e1818cad944b897475f5ab2e1d09ccbe69be736ec6", + "generatedAt": "2026-09-13T19:56:10.428Z" + }, + "files": { + "women/047-camille-fournier/artwork.svg": "0b0364fea3147ee03b4008e1818cad944b897475f5ab2e1d09ccbe69be736ec6", + "women/047-camille-fournier/front.svg": "29e253ee225e6ad67ac999d549587b15776ff9dca9f421a3e3df8519a7faa47e", + "women/047-camille-fournier/front.png": "4c5769c7342c646569bd31519ebe137acc22cea52b911582afe1fb04da4cdd92", + "women/047-camille-fournier/back.svg": "5875b3b960bc1ce8d61ce43a562f02abe122a72a6916b42b4c52a9a9a87179e3", + "women/047-camille-fournier/back.png": "0216cfaa5803ffa7a716ea284618d504865675b7bad3a3c80d01a973a3e04357" + }, + "builtAt": "2026-09-13T19:56:10.671Z" + }, + { + "fingerprint": "d8934203e76c93c75118f4c38a84986cc0bf6a149fe4a7627ee3c4d863cc2946", + "card": { + "number": 48, + "slug": "timnit-gebru", + "name": "Timnit Gebru", + "title": "Stochastic Parrots", + "knownFor": "The paper Google fired her over, and DAIR", + "rarity": "iconic", + "impact": 90, + "technical": 90, + "pioneering": 94, + "openness": 92, + "influence": 94, + "nationality": "Ethiopia / USA", + "era": "2017-present", + "domains": [ + "Algorithmic bias", + "AI ethics", + "Research independence" + ], + "scouting": "Co-authored Gender Shades with Joy Buolamwini, measuring commercial face recognition error rates that reached 34 percent for darker-skinned women against near zero for lighter-skinned men, which forced public changes from IBM and Microsoft. Co-led Google’s ethical AI team until her exit over the Stochastic Parrots paper, then founded DAIR to do the research outside a company.", + "note": "The exit made the news. The measurements are why the paper mattered.", + "status": "locked", + "front": "/releases/v2/women/048-timnit-gebru/front.svg", + "back": "/releases/v2/women/048-timnit-gebru/back.svg", + "sources": [ + { + "label": "Timnit Gebru", + "url": "https://en.wikipedia.org/wiki/Timnit_Gebru" + }, + { + "label": "Stochastic Parrots (2021)", + "url": "https://dl.acm.org/doi/10.1145/3442188.3445922" + }, + { + "label": "DAIR Institute", + "url": "https://www.dair-institute.org/" + } + ], + "series": "women", + "id": "women/048-timnit-gebru", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:47:37.706Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Timnit+Gebru&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "edition": 2, + "artwork": "/releases/v2/women/048-timnit-gebru/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_090bee80c94a6d58006aa6fdd9c54c87d2a5c0ac7578f3d20d", + "usage": { + "input_tokens": 597, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 26253, + "output_tokens_details": { + "reasoning_tokens": 13466 + }, + "total_tokens": 26850 + }, + "attempts": 1, + "sha256": "9843fab74c7de32da8fbe3b3947fedccccecf71855914adb914848a4ef354201", + "generatedAt": "2026-09-13T19:56:20.688Z" + }, + "files": { + "women/048-timnit-gebru/artwork.svg": "9843fab74c7de32da8fbe3b3947fedccccecf71855914adb914848a4ef354201", + "women/048-timnit-gebru/front.svg": "fc8ed4a4691554ab69814a68f6e50b4ec0c7c37922f5a3300212eaa1daa6fa14", + "women/048-timnit-gebru/front.png": "30402c888f61fe361f155139897e8aaf14359503b50a1460720ff765720ed56f", + "women/048-timnit-gebru/back.svg": "f191e1ca31e5488d4548b866cd2184ff8913be7e93c0f44d365ba7099836dfd5", + "women/048-timnit-gebru/back.png": "69dbd207e724da0dcb8284e46a9253781339cd9a871b82c7fdb499a3a3adcc88" + }, + "builtAt": "2026-09-13T19:56:20.899Z" + }, + { + "fingerprint": "234a287823c0f6d6422d5ee8b4c44a007352cd18af629b856d30bf0d6e7145ad", + "card": { + "number": 49, + "slug": "joy-buolamwini", + "name": "Joy Buolamwini", + "title": "Gender Shades", + "knownFor": "Auditing face recognition, and being invisible to it", + "rarity": "legendary", + "impact": 88, + "technical": 88, + "pioneering": 94, + "openness": 92, + "influence": 92, + "nationality": "Ghana / USA", + "era": "2016-present", + "domains": [ + "Algorithmic auditing", + "Computer vision", + "Policy" + ], + "scouting": "Found as an MIT student that face detection would not see her face until she put on a white mask, and turned that into Gender Shades, a systematic audit of commercial classifiers by skin tone and gender. Founded the Algorithmic Justice League. The work fed directly into moratoria on police use of face recognition in several US cities.", + "note": "Started with a white mask in a lab and ended in city legislation.", + "status": "locked", + "front": "/releases/v2/women/049-joy-buolamwini/front.svg", + "back": "/releases/v2/women/049-joy-buolamwini/back.svg", + "sources": [ + { + "label": "Joy Buolamwini", + "url": "https://en.wikipedia.org/wiki/Joy_Buolamwini" + }, + { + "label": "Gender Shades", + "url": "http://gendershades.org/" + } + ], + "series": "women", + "id": "women/049-joy-buolamwini", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:47:49.698Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Joy+Buolamwini&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/women/049-joy-buolamwini/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_058e5da7c65c4ed1006aa6fde5c2e887d29c1b7fbc2ce6ee2d", + "usage": { + "input_tokens": 584, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 18776, + "output_tokens_details": { + "reasoning_tokens": 10055 + }, + "total_tokens": 19360 + }, + "attempts": 1, + "sha256": "be91b3390e18870028a351c80c26d9069a118a01243e7fcd3f7f2822106da364", + "generatedAt": "2026-09-13T19:54:19.188Z" + }, + "files": { + "women/049-joy-buolamwini/artwork.svg": "be91b3390e18870028a351c80c26d9069a118a01243e7fcd3f7f2822106da364", + "women/049-joy-buolamwini/front.svg": "adcebe2fa0987c5656d44a06927b4718c18e293613c1559795a7f4381304ca48", + "women/049-joy-buolamwini/front.png": "92606455ea9097ab593a8b3593aa5a7c571a159317b5087c5b83f3da8053736d", + "women/049-joy-buolamwini/back.svg": "d36652b15dc3fa71bc844f3d299fa1a759aa8ed3afa447e650e353871a7d93ea", + "women/049-joy-buolamwini/back.png": "bfea49909bae40914821523ea817c94cf6eb7ff91bd306afed0f7824f83bb195" + }, + "builtAt": "2026-09-13T19:54:19.439Z" + }, + { + "fingerprint": "8be3138f1b666a847e137fb36884ba48ab3141a0926b8697ac4e5ddeedd627b7", + "card": { + "number": 50, + "slug": "margaret-mitchell", + "name": "Margaret Mitchell", + "title": "Model Cards", + "knownFor": "Documentation standards for models, and refusing to stop asking", + "rarity": "epic", + "impact": 84, + "technical": 90, + "pioneering": 90, + "openness": 94, + "influence": 87, + "nationality": "USA", + "era": "2018-present", + "domains": [ + "Model documentation", + "AI ethics", + "Evaluation" + ], + "scouting": "Founded and co-led Google’s ethical AI team, and first-authored Model Cards for Model Reporting, which proposed that a released model should ship with a document stating its intended use, its evaluation data and where it performs worse. Hugging Face made model cards a default. She was fired alongside Gebru and is now chief ethics scientist at Hugging Face.", + "note": "Every model card on the Hub traces back to one 2019 paper.", + "status": "locked", + "front": "/releases/v2/women/050-margaret-mitchell/front.svg", + "back": "/releases/v2/women/050-margaret-mitchell/back.svg", + "sources": [ + { + "label": "Margaret Mitchell", + "url": "https://en.wikipedia.org/wiki/Margaret_Mitchell_(scientist)" + }, + { + "label": "Model Cards for Model Reporting (2019)", + "url": "https://arxiv.org/abs/1810.03993" + } + ], + "series": "women", + "id": "women/050-margaret-mitchell", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:47:50.391Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Margaret+Mitchell&limit=30", + "matches": [], + "rejectedCount": 4 + }, + "edition": 2, + "artwork": "/releases/v2/women/050-margaret-mitchell/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0804319321364c98006aa6fde6771c87d29cc20be6c0a81a95", + "usage": { + "input_tokens": 582, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 26284, + "output_tokens_details": { + "reasoning_tokens": 13897 + }, + "total_tokens": 26866 + }, + "attempts": 1, + "sha256": "033ab5a82451d28de54adc5a97786c3bb0acaf82904e1fbdb38ff3d49e925e56", + "generatedAt": "2026-09-13T19:57:30.852Z" + }, + "files": { + "women/050-margaret-mitchell/artwork.svg": "033ab5a82451d28de54adc5a97786c3bb0acaf82904e1fbdb38ff3d49e925e56", + "women/050-margaret-mitchell/front.svg": "e1f44ea2c8acd0717621d1bcd307e507afbaba581d4eebfa13066ff83e89a588", + "women/050-margaret-mitchell/front.png": "c8d8295b1ce4871a761fa4c591a852c62919c985bc60127cc1f3ae013c33f02a", + "women/050-margaret-mitchell/back.svg": "a96a3acfabe8c87b4fe26334fbda3fff068435e317f4945228756a959cffbe62", + "women/050-margaret-mitchell/back.png": "3b81e63d43e8058ef714a44dcc29f09277955827948a832b4497c1962787b96f" + }, + "builtAt": "2026-09-13T19:57:31.070Z" + }, + { + "fingerprint": "56822503b95a98d34452c353812371b96984222ee36ea4a09fc2a44d31fab05b", + "card": { + "number": 1, + "slug": "david-packard", + "name": "David Packard", + "title": "Co-founder and CEO, Hewlett-Packard", + "knownFor": "The garage, and the management doctrine that came out of it", + "rarity": "legendary", + "impact": 90, + "product": 78, + "operating": 95, + "openness": 62, + "influence": 92, + "nationality": "USA", + "era": "1939–1996", + "domains": [ + "Instruments", + "Computing", + "Management" + ], + "scouting": "Started HP in a Palo Alto garage in 1939 with Bill Hewlett and $538, and grew it into the template every Valley company copied: engineers running engineering, profit sharing, and an across-the-board pay cut rather than layoffs in a downturn. He set the practice down late in life as The HP Way. The garage is now a California historical landmark.", + "note": "Invented the Silicon Valley company before there was a Silicon Valley to put it in.", + "status": "locked", + "front": "/releases/v2/ceos/001-david-packard/front.svg", + "back": "/releases/v2/ceos/001-david-packard/back.svg", + "sources": [ + { + "label": "David Packard", + "url": "https://en.wikipedia.org/wiki/David_Packard" + }, + { + "label": "The HP Way", + "url": "https://en.wikipedia.org/wiki/The_HP_Way" + } + ], + "series": "ceos", + "id": "ceos/001-david-packard", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:48:01.914Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=David+Packard&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/001-david-packard/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0fc1ba391e62e509006aa6fdf200d487d280f39a6c103205e5", + "usage": { + "input_tokens": 595, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 25072, + "output_tokens_details": { + "reasoning_tokens": 11394 + }, + "total_tokens": 25667 + }, + "attempts": 1, + "sha256": "bef67422c130e6c942d6fd1a96dad5df5438c44bf342d073eb4a050d3c48a570", + "generatedAt": "2026-09-13T19:56:07.348Z" + }, + "files": { + "ceos/001-david-packard/artwork.svg": "bef67422c130e6c942d6fd1a96dad5df5438c44bf342d073eb4a050d3c48a570", + "ceos/001-david-packard/front.svg": "2eaf8f88f8b21a8a03bf3af6b38b4df5e206682708a680040119a3fca48914ce", + "ceos/001-david-packard/front.png": "4999e6ac84c048d3681564c305122be311895767159059529e19451f056e82e4", + "ceos/001-david-packard/back.svg": "dfc7b2bd9cd51b223a0da244bc5adbfc87a638125f44a152667713bd5de5d312", + "ceos/001-david-packard/back.png": "a62bcb33a42374493cbf76fdfe0fffde2041ab660700d387ef8a9815d8537c32" + }, + "builtAt": "2026-09-13T19:56:07.535Z" + }, + { + "fingerprint": "37211fb659cb111ea40d4796830068184e70e0c4d53ca782e36011bf7ac54075", + "card": { + "number": 2, + "slug": "akio-morita", + "name": "Akio Morita", + "title": "Co-founder and CEO, Sony", + "knownFor": "Making Japanese electronics the thing to beat", + "rarity": "legendary", + "impact": 89, + "product": 92, + "operating": 90, + "openness": 40, + "influence": 88, + "nationality": "Japan", + "era": "1946–1994", + "domains": [ + "Consumer electronics", + "Manufacturing", + "Global brands" + ], + "scouting": "Co-founded Sony in the ruins of postwar Tokyo and spent forty years insisting a Japanese company could sell to the world under its own name rather than someone else’s label. Pushed the transistor radio, the Trinitron and, over his own engineers’ objections, the Walkman, a tape player with no record function that sold hundreds of millions. He also lost the format war with Betamax.", + "note": "Proved a hardware brand could be built on taste rather than price.", + "status": "locked", + "front": "/releases/v2/ceos/002-akio-morita/front.svg", + "back": "/releases/v2/ceos/002-akio-morita/back.svg", + "sources": [ + { + "label": "Akio Morita", + "url": "https://en.wikipedia.org/wiki/Akio_Morita" + }, + { + "label": "Walkman", + "url": "https://en.wikipedia.org/wiki/Walkman" + } + ], + "series": "ceos", + "id": "ceos/002-akio-morita", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:48:02.191Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Akio+Morita&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/002-akio-morita/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0fdbcfa7325d9859006aa6fdf2422487d289eb6471cd2b6ba7", + "usage": { + "input_tokens": 598, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 22111, + "output_tokens_details": { + "reasoning_tokens": 11608 + }, + "total_tokens": 22709 + }, + "attempts": 1, + "sha256": "2ac0cca3b03d2b8be537ae12d022dd0c039d2792ef8b81329482a082d458e028", + "generatedAt": "2026-09-13T19:56:44.814Z" + }, + "files": { + "ceos/002-akio-morita/artwork.svg": "2ac0cca3b03d2b8be537ae12d022dd0c039d2792ef8b81329482a082d458e028", + "ceos/002-akio-morita/front.svg": "601a2c71cb578c429ff0a071f27a323f1c41cb904dd6e762858b65e73e46f3c2", + "ceos/002-akio-morita/front.png": "44e8d1fee54e1f1b79caffc9135cd1294c267246b6954eca18d2b05ccdbe3001", + "ceos/002-akio-morita/back.svg": "00bb17d6fac42bd0d57b1713a18be987b17f777faa7d6a2ca1997630b2a805b7", + "ceos/002-akio-morita/back.png": "d01558927e84ddd0bdad796dff1083bf0ac1b9ab45e66ed6e3bab5b092eecbd3" + }, + "builtAt": "2026-09-13T19:56:44.986Z" + }, + { + "fingerprint": "3be87a2c1c7461d597a1b63792b5eeb1729046d156f1341114def4b76e8cd7d2", + "card": { + "number": 3, + "slug": "thomas-watson-jr", + "name": "Thomas J. Watson Jr.", + "title": "President and CEO, IBM", + "knownFor": "Betting the company on the System/360", + "rarity": "legendary", + "impact": 92, + "product": 84, + "operating": 96, + "openness": 45, + "influence": 94, + "nationality": "USA", + "era": "1952–1971", + "domains": [ + "Mainframes", + "Compatibility", + "Corporate computing" + ], + "scouting": "Took over his father’s punched-card company and moved it into electronic computing over considerable internal objection. The System/360, announced in 1964 after a development effort usually costed at around $5 billion, was the bet: one architecture spanning the whole product line, so a customer’s software survived the next hardware purchase. Backwards compatibility as a commercial strategy starts here, and mainframes running 360-descended code are still in production sixty years later.", + "note": "The most expensive product decision anyone in computing had made, and it worked.", + "status": "locked", + "front": "/releases/v2/ceos/003-thomas-watson-jr/front.svg", + "back": "/releases/v2/ceos/003-thomas-watson-jr/back.svg", + "sources": [ + { + "label": "Thomas J. Watson Jr.", + "url": "https://en.wikipedia.org/wiki/Thomas_J._Watson_Jr." + }, + { + "label": "IBM System/360", + "url": "https://en.wikipedia.org/wiki/IBM_System/360" + } + ], + "series": "ceos", + "id": "ceos/003-thomas-watson-jr", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:48:03.446Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Thomas+J.+Watson+Jr.&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/003-thomas-watson-jr/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0909359c3ba8da2b006aa6fdf38bb887d2b90c27963e059fc2", + "usage": { + "input_tokens": 612, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 29251, + "output_tokens_details": { + "reasoning_tokens": 16446 + }, + "total_tokens": 29863 + }, + "attempts": 1, + "sha256": "1205b66076178dc24740d045b7e620c7286f012f4c7d7289a75ebf1cc69af594", + "generatedAt": "2026-09-13T19:58:18.326Z" + }, + "files": { + "ceos/003-thomas-watson-jr/artwork.svg": "1205b66076178dc24740d045b7e620c7286f012f4c7d7289a75ebf1cc69af594", + "ceos/003-thomas-watson-jr/front.svg": "595138cbcd84605c405afc193ac405fb3d0d0e1d028bed6d30ff6f65eac40bdd", + "ceos/003-thomas-watson-jr/front.png": "a522892339fd12a523fa1cf479113da72966c0a622ba7001f7c2a1ebfb945b17", + "ceos/003-thomas-watson-jr/back.svg": "0c1ac8b50424d3ae498b5382ce75125f5b7483d391c4dc7b94fe291dcf3153b9", + "ceos/003-thomas-watson-jr/back.png": "758f348b8c3906290844888179b5c0c776a6c10945639b09d7fcc63db0823758" + }, + "builtAt": "2026-09-13T19:58:18.500Z" + }, + { + "fingerprint": "63d13d7f7f239dfd45d028414665a593e25505cb3789d61df08107b9c2845372", + "card": { + "number": 4, + "slug": "ken-olsen", + "name": "Ken Olsen", + "title": "Founder and President, Digital Equipment Corporation", + "knownFor": "The minicomputer, and the machines Unix was written on", + "rarity": "epic", + "impact": 86, + "product": 88, + "operating": 74, + "openness": 66, + "influence": 90, + "nationality": "USA", + "era": "1957–1992", + "domains": [ + "Minicomputers", + "PDP", + "VAX" + ], + "scouting": "Founded DEC in 1957 and built computers people could put their hands on, at a time when a computer meant a room you booked time in. The PDP-7 and PDP-11 are where Unix and C were written; the VAX and VMS ran a generation of university and research computing. He also spent the 1980s dismissing the personal computer, and DEC was sold to Compaq six years after he left.", + "note": "Every Unix story starts on one of his machines. The PC story ended his company.", + "status": "locked", + "front": "/releases/v2/ceos/004-ken-olsen/front.svg", + "back": "/releases/v2/ceos/004-ken-olsen/back.svg", + "sources": [ + { + "label": "Ken Olsen", + "url": "https://en.wikipedia.org/wiki/Ken_Olsen" + }, + { + "label": "PDP-11", + "url": "https://en.wikipedia.org/wiki/PDP-11" + } + ], + "series": "ceos", + "id": "ceos/004-ken-olsen", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:48:14.204Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Ken+Olsen&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/004-ken-olsen/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_067ede56e4d75c7b006aa6fdfe45d487d2b862ae9d3b35f4a2", + "usage": { + "input_tokens": 613, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 21965, + "output_tokens_details": { + "reasoning_tokens": 9652 + }, + "total_tokens": 22578 + }, + "attempts": 1, + "sha256": "de88690ec669eebae1c1f4e17c8fa85915a3818293416001c9e2bce9ae790316", + "generatedAt": "2026-09-13T19:55:38.113Z" + }, + "files": { + "ceos/004-ken-olsen/artwork.svg": "de88690ec669eebae1c1f4e17c8fa85915a3818293416001c9e2bce9ae790316", + "ceos/004-ken-olsen/front.svg": "2846947c6b8d2a118fc99513ecb0bb5d7b29afd6eb3ed40e175f58312f35fe09", + "ceos/004-ken-olsen/front.png": "dd344fc4d71c76ecae85c1c25d18b9aa6e6067d69b360910f2b92e77b0e2e77e", + "ceos/004-ken-olsen/back.svg": "169b4929bea196a6f7a65bb678699d15430e812df93f892e803949e8977d9099", + "ceos/004-ken-olsen/back.png": "ad5dbb7b5499b1af66a106c389581262b50a31a73618411448c0f1324b3264f7" + }, + "builtAt": "2026-09-13T19:55:38.310Z" + }, + { + "fingerprint": "b701c808581fe0dac07433d9ba2e2a1a99d81cc96e3455c87d83cff33eebd7bb", + "card": { + "number": 5, + "slug": "robert-noyce", + "name": "Robert Noyce", + "title": "Co-founder and CEO, Intel", + "knownFor": "The integrated circuit, then the company that mass-produced it", + "rarity": "legendary", + "impact": 93, + "product": 95, + "operating": 82, + "openness": 55, + "influence": 95, + "nationality": "USA", + "era": "1957–1990", + "domains": [ + "Semiconductors", + "Integrated circuits", + "Founding" + ], + "scouting": "Co-invented the silicon integrated circuit at Fairchild, independently of Jack Kilby at Texas Instruments, then co-founded Intel with Gordon Moore in 1968 to build memory and, later, microprocessors. He ran it with the open-plan, no-reserved-parking informality that became the industry’s house style. He was called the Mayor of Silicon Valley, and the eight who walked out of Shockley Semiconductor with him seeded most of what followed.", + "note": "Half the companies in the Valley trace their org chart back to his.", + "status": "locked", + "front": "/releases/v2/ceos/005-robert-noyce/front.svg", + "back": "/releases/v2/ceos/005-robert-noyce/back.svg", + "sources": [ + { + "label": "Robert Noyce", + "url": "https://en.wikipedia.org/wiki/Robert_Noyce" + }, + { + "label": "Integrated circuit", + "url": "https://en.wikipedia.org/wiki/Integrated_circuit" + } + ], + "series": "ceos", + "id": "ceos/005-robert-noyce", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:48:30.117Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Robert+Noyce&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/005-robert-noyce/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0e34d86496716af7006aa6fe0e38ec87d2b919ff59138bb81d", + "usage": { + "input_tokens": 612, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 21093, + "output_tokens_details": { + "reasoning_tokens": 10876 + }, + "total_tokens": 21705 + }, + "attempts": 1, + "sha256": "7fc1f409ea0e6ca2d9dace4518c711623576851d169be752d924ed1c60a852fd", + "generatedAt": "2026-09-13T19:56:02.935Z" + }, + "files": { + "ceos/005-robert-noyce/artwork.svg": "7fc1f409ea0e6ca2d9dace4518c711623576851d169be752d924ed1c60a852fd", + "ceos/005-robert-noyce/front.svg": "0e12b6026b71ab32e2f0e24ae365f7a935fc502d10851b83b1d0e4c634151dc4", + "ceos/005-robert-noyce/front.png": "507a36d3e3bd000295a61992e24dfc6052d2eae0c0fa99b9afee24c5e2135f7d", + "ceos/005-robert-noyce/back.svg": "68c6a72710da027f150216c89c9c7931c4b42fd9c95ef96f31522d825de01bb8", + "ceos/005-robert-noyce/back.png": "e8ca70398ecd46c8befb10d347a16068338eca6913fb9e2862ec76fe1bc545f8" + }, + "builtAt": "2026-09-13T19:56:03.136Z" + }, + { + "fingerprint": "0c3c0ab0d4aa459d621971148d9d4fa7b91be6f22605497ee43fdcb77981ff5f", + "card": { + "number": 6, + "slug": "gordon-moore", + "name": "Gordon Moore", + "title": "Co-founder and CEO, Intel", + "knownFor": "The observation the whole industry then had to keep true", + "rarity": "legendary", + "impact": 92, + "product": 90, + "operating": 86, + "openness": 52, + "influence": 96, + "nationality": "USA", + "era": "1965–2023", + "domains": [ + "Semiconductors", + "Process technology", + "Forecasting" + ], + "scouting": "Wrote a short article for Electronics magazine in 1965 noting that the number of components on a chip had been doubling on a regular cadence and would keep doing so. Moore’s law was a market observation that turned into a roadmap the semiconductor industry then organised itself around, decade after decade. He was Intel’s CEO from 1975 to 1987, through the period that made the microprocessor the company’s business.", + "note": "The one forecast in tech that firms spent sixty years and trillions of dollars making come true.", + "status": "locked", + "front": "/releases/v2/ceos/006-gordon-moore/front.svg", + "back": "/releases/v2/ceos/006-gordon-moore/back.svg", + "sources": [ + { + "label": "Gordon Moore", + "url": "https://en.wikipedia.org/wiki/Gordon_Moore" + }, + { + "label": "Moore’s law", + "url": "https://en.wikipedia.org/wiki/Moore%27s_law" + } + ], + "series": "ceos", + "id": "ceos/006-gordon-moore", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:48:35.660Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Gordon+Moore&limit=30", + "matches": [], + "rejectedCount": 22 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/006-gordon-moore/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_056f7687c9fed10b006aa6fe13bc7487d2bb573690b0bba180", + "usage": { + "input_tokens": 607, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 26686, + "output_tokens_details": { + "reasoning_tokens": 11912 + }, + "total_tokens": 27293 + }, + "attempts": 1, + "sha256": "3968a6a5586a7f365902318b2e91ff625358e501954bbe8eb9b58ab7606b05a9", + "generatedAt": "2026-09-13T19:57:12.298Z" + }, + "files": { + "ceos/006-gordon-moore/artwork.svg": "3968a6a5586a7f365902318b2e91ff625358e501954bbe8eb9b58ab7606b05a9", + "ceos/006-gordon-moore/front.svg": "14475ebc5f6ea2ccccc5348a4c4d92377ac1733a429784abc7051bbe9c5b9acd", + "ceos/006-gordon-moore/front.png": "b9ffceda85e739991437b6710bff52dfe95a058aef59e83e9b0bef6a209739ad", + "ceos/006-gordon-moore/back.svg": "c8564e4ffda5d278059fdaea7415d261f14e58ef20db34e5e2b9f5b8a894e07c", + "ceos/006-gordon-moore/back.png": "40f53bb211dd01eb1c2423f6cfc7edbe1e7b60651ed0f9e3873ffb47c627b6f0" + }, + "builtAt": "2026-09-13T19:57:12.501Z" + }, + { + "fingerprint": "2db9e0aee7da95be437b6752362e34c82c308f4ded62566ef01f0d930982b10e", + "card": { + "number": 7, + "slug": "bill-gates", + "name": "Bill Gates", + "title": "Co-founder and CEO, Microsoft", + "knownFor": "Software as a licensed product, on every desk", + "rarity": "iconic", + "impact": 97, + "product": 92, + "operating": 96, + "openness": 20, + "influence": 99, + "nationality": "USA", + "era": "1975–2008", + "domains": [ + "Operating systems", + "Licensing", + "Applications" + ], + "scouting": "Understood before anyone that the money was in the software, not the machine, and structured the 1980 MS-DOS deal with IBM to keep the right to license it to everybody else. His 1976 Open Letter to Hobbyists, which called copying Altair BASIC theft, is the document free software spent twenty years arguing with. Microsoft was found to have violated the Sherman Act in 2000.", + "note": "The counterparty in the argument this entire site descends from.", + "status": "locked", + "front": "/releases/v2/ceos/007-bill-gates/front.svg", + "back": "/releases/v2/ceos/007-bill-gates/back.svg", + "sources": [ + { + "label": "Bill Gates", + "url": "https://en.wikipedia.org/wiki/Bill_Gates" + }, + { + "label": "An Open Letter to Hobbyists (1976)", + "url": "https://en.wikipedia.org/wiki/Open_Letter_to_Hobbyists" + }, + { + "label": "United States v. Microsoft Corp.", + "url": "https://en.wikipedia.org/wiki/United_States_v._Microsoft_Corp." + } + ], + "series": "ceos", + "id": "ceos/007-bill-gates", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:48:37.183Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Bill+Gates&limit=30", + "matches": [], + "rejectedCount": 25 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/007-bill-gates/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_06f609e729950c8a006aa6fe15434c87d2bb66af5d36d4a4a7", + "usage": { + "input_tokens": 599, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 25667, + "output_tokens_details": { + "reasoning_tokens": 11983 + }, + "total_tokens": 26266 + }, + "attempts": 1, + "sha256": "e4e269553be1f8a32cb042238cfdbbe9a876a705908882dc364cf142ece156c6", + "generatedAt": "2026-09-13T19:58:04.150Z" + }, + "files": { + "ceos/007-bill-gates/artwork.svg": "e4e269553be1f8a32cb042238cfdbbe9a876a705908882dc364cf142ece156c6", + "ceos/007-bill-gates/front.svg": "b0d7a211ce7e99336c789e95232a919c52c2bd33a19693d4dff5e60a2c8a2c2e", + "ceos/007-bill-gates/front.png": "e8055d16965f9fa17ea1adb5422d1c5a94ba4721c9c2a8ab308041d731c72818", + "ceos/007-bill-gates/back.svg": "397921dd405153e2fa225b40c4dcb1a8529da3287af6be3265ac9d53cb24e52e", + "ceos/007-bill-gates/back.png": "7721efa22b21697ed547f6a7158cda5fcb9f741aa0d0f0e6cc16d96ce4156dd0" + }, + "builtAt": "2026-09-13T19:58:04.357Z" + }, + { + "fingerprint": "0c392e4cebe919c3b565f9276c0f493c1c4cb794c0eff1afeb6806ab06da80ad", + "card": { + "number": 8, + "slug": "steve-jobs", + "name": "Steve Jobs", + "title": "Co-founder and CEO, Apple", + "knownFor": "Apple twice, NeXT, Pixar, and the phone", + "rarity": "iconic", + "impact": 99, + "product": 99, + "operating": 88, + "openness": 44, + "influence": 99, + "nationality": "USA", + "era": "1976–2011", + "domains": [ + "Personal computing", + "Product design", + "Consumer devices" + ], + "scouting": "Co-founded Apple in 1976, was forced out in 1985, founded NeXT, bought Pixar, and returned in 1997 to a company close to insolvency. What came back with him mattered technically as well as commercially: NeXTSTEP became macOS and iOS, putting a BSD-derived Unix under hundreds of millions of consumer machines, and Apple’s KHTML fork became WebKit. The iPhone reset what a computer is.", + "note": "Ran the most valuable company on earth on taste, and got away with it.", + "status": "locked", + "front": "/releases/v2/ceos/008-steve-jobs/front.svg", + "back": "/releases/v2/ceos/008-steve-jobs/back.svg", + "sources": [ + { + "label": "Steve Jobs", + "url": "https://en.wikipedia.org/wiki/Steve_Jobs" + }, + { + "label": "WebKit", + "url": "https://en.wikipedia.org/wiki/WebKit" + }, + { + "label": "NeXTSTEP", + "url": "https://en.wikipedia.org/wiki/NeXTSTEP" + } + ], + "series": "ceos", + "id": "ceos/008-steve-jobs", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:48:56.395Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Steve+Jobs&limit=30", + "matches": [], + "rejectedCount": 30 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/008-steve-jobs/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0636b9f685af81d7006aa6fe28762487d2b4c9ca48aac54088", + "usage": { + "input_tokens": 608, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 20514, + "output_tokens_details": { + "reasoning_tokens": 10032 + }, + "total_tokens": 21122 + }, + "attempts": 1, + "sha256": "1fd9fc8fdd0c7bcf10aa2af0ef0636dc976fc1765e4da822b44c79013306890d", + "generatedAt": "2026-09-13T19:56:12.828Z" + }, + "files": { + "ceos/008-steve-jobs/artwork.svg": "1fd9fc8fdd0c7bcf10aa2af0ef0636dc976fc1765e4da822b44c79013306890d", + "ceos/008-steve-jobs/front.svg": "adf8e4121a359b6345c03331259081f7905cd089966dc6921dcfecaf2c821fb8", + "ceos/008-steve-jobs/front.png": "187641635a21232185bc7a8193bafe334c8daf9ab94ea82fc46ca385ab70a25b", + "ceos/008-steve-jobs/back.svg": "88b7b1dbed55a060084e4ce46cccaea453421b212d78b1c32a631d3cb4ab32ab", + "ceos/008-steve-jobs/back.png": "78798e8e942c5f1e7be6331a4febcd0625b92c8bb0884bcfb948c60d7c2111ba" + }, + "builtAt": "2026-09-13T19:56:13.027Z" + }, + { + "fingerprint": "2299735f1f2cab61b8b2434944aaf304ac9da7bd7fb0c4ff5b1e8ca0a4bcf076", + "card": { + "number": 9, + "slug": "larry-ellison", + "name": "Larry Ellison", + "title": "Co-founder and CEO, Oracle", + "knownFor": "Selling the relational database to the enterprise", + "rarity": "legendary", + "impact": 90, + "product": 80, + "operating": 94, + "openness": 25, + "influence": 91, + "nationality": "USA", + "era": "1977–2014", + "domains": [ + "Databases", + "Enterprise software", + "Acquisitions" + ], + "scouting": "Read Codd’s paper on the relational model and shipped a commercial product from it before IBM did, then spent thirty-seven years as CEO making Oracle the enterprise system of record, largely by acquisition: PeopleSoft, Siebel, and in 2010 Sun. That made Oracle the steward of Java and MySQL, and the plaintiff in Google v. Oracle. The Supreme Court ruled fair use in 2021.", + "note": "Owns more of the software you depend on than the licence file admits.", + "status": "locked", + "front": "/releases/v2/ceos/009-larry-ellison/front.svg", + "back": "/releases/v2/ceos/009-larry-ellison/back.svg", + "sources": [ + { + "label": "Larry Ellison", + "url": "https://en.wikipedia.org/wiki/Larry_Ellison" + }, + { + "label": "Google LLC v. Oracle America, Inc.", + "url": "https://en.wikipedia.org/wiki/Google_LLC_v._Oracle_America,_Inc." + } + ], + "series": "ceos", + "id": "ceos/009-larry-ellison", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:49:12.631Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Larry+Ellison&limit=30", + "matches": [], + "rejectedCount": 6 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/009-larry-ellison/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0d6e702150592947006aa6fe38cc7087d2a94152728a24178b", + "usage": { + "input_tokens": 598, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 28917, + "output_tokens_details": { + "reasoning_tokens": 14915 + }, + "total_tokens": 29515 + }, + "attempts": 1, + "sha256": "64fcad8cfc8b6afc0f82eb87197270669bf35e0e86045f9b7dd6fcbddedf5ce9", + "generatedAt": "2026-09-13T19:58:59.380Z" + }, + "files": { + "ceos/009-larry-ellison/artwork.svg": "64fcad8cfc8b6afc0f82eb87197270669bf35e0e86045f9b7dd6fcbddedf5ce9", + "ceos/009-larry-ellison/front.svg": "4c8cca152360f4e985627ec81a4dc179725de716b600055a54bfe88198de5a7d", + "ceos/009-larry-ellison/front.png": "89cb9b77c9ff00241e2fe19238a9b53cdd5e5a2a7f68bbddd1430c6adc564e92", + "ceos/009-larry-ellison/back.svg": "b5573c8534942f9ecdc0ebb3ca404e4f92a7caf316c353c959259927353e29aa", + "ceos/009-larry-ellison/back.png": "5ef4f916e6adbfdb9349640aef39b87720e94f101fe88288cf68def6d3495989" + }, + "builtAt": "2026-09-13T19:58:59.582Z" + }, + { + "fingerprint": "df347509ad2a66ad5ca1da37ab4629b38620045adce6028190e561b3953ada00", + "card": { + "number": 10, + "slug": "narayana-murthy", + "name": "N. R. Narayana Murthy", + "title": "Co-founder and CEO, Infosys", + "knownFor": "Building the Indian software industry as an export business", + "rarity": "epic", + "impact": 84, + "product": 62, + "operating": 93, + "openness": 48, + "influence": 86, + "nationality": "India", + "era": "1981–2014", + "domains": [ + "IT services", + "Offshore delivery", + "Corporate governance" + ], + "scouting": "Founded Infosys in 1981 with six colleagues and seed money borrowed from his wife, and built it into the company that made offshore software delivery a credible global business rather than a cost-cutting rumour. Infosys became the first India-registered company listed on Nasdaq, in 1999. Domestically he was as known for insisting on Western-standard disclosure and governance at a time when neither was expected of an Indian firm.", + "note": "Rewired where the world’s software gets written, without writing much of it himself.", + "status": "locked", + "front": "/releases/v2/ceos/010-narayana-murthy/front.svg", + "back": "/releases/v2/ceos/010-narayana-murthy/back.svg", + "sources": [ + { + "label": "N. R. Narayana Murthy", + "url": "https://en.wikipedia.org/wiki/N._R._Narayana_Murthy" + }, + { + "label": "Infosys", + "url": "https://en.wikipedia.org/wiki/Infosys" + } + ], + "series": "ceos", + "id": "ceos/010-narayana-murthy", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:49:12.635Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=N.+R.+Narayana+Murthy&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/010-narayana-murthy/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0bdc05760fb13d39006aa6fe38b3f487d2a1e5c703bc4261c6", + "usage": { + "input_tokens": 610, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 25159, + "output_tokens_details": { + "reasoning_tokens": 13025 + }, + "total_tokens": 25769 + }, + "attempts": 1, + "sha256": "5597f31a3b7a77ae6ddfb3012bc6336da5a992bba101f445b35b2e66f5de5a9d", + "generatedAt": "2026-09-13T19:57:07.169Z" + }, + "files": { + "ceos/010-narayana-murthy/artwork.svg": "5597f31a3b7a77ae6ddfb3012bc6336da5a992bba101f445b35b2e66f5de5a9d", + "ceos/010-narayana-murthy/front.svg": "f49a8d6ee9e63700929f9fe2e93afa02084458719e59b979401ebf4dc1b994f7", + "ceos/010-narayana-murthy/front.png": "60196b76b31a1842bfea24655123a9e269aa6e543f8f71418fd071051eeb214d", + "ceos/010-narayana-murthy/back.svg": "5c82641c3ab027a838c3be90f5fb3f25fb9bd376faac57f526d727ff153da1e2", + "ceos/010-narayana-murthy/back.png": "eaa383b57e77f11260e9c08e4810a2ebf19132318e33c234d9c9d73245f2d7c7" + }, + "builtAt": "2026-09-13T19:57:07.398Z" + }, + { + "fingerprint": "af9be4281ab44aa9542a22cb88288218f5252da7f552f0ce6a1c3dacd3d97a1d", + "card": { + "number": 11, + "slug": "masayoshi-son", + "name": "Masayoshi Son", + "title": "Founder and CEO, SoftBank", + "knownFor": "The largest technology bets ever placed, in both directions", + "rarity": "epic", + "impact": 82, + "product": 45, + "operating": 80, + "openness": 42, + "influence": 88, + "nationality": "Japan", + "era": "1981–", + "domains": [ + "Investment", + "Telecoms", + "Semiconductors" + ], + "scouting": "Built SoftBank from software distribution into a telecoms operator and then the most consequential technology investor alive. An early stake in Alibaba, bought for around $20 million, returned tens of billions. He acquired Arm, whose instruction set is in essentially every phone on earth, for about $32 billion in 2016, and launched the $100 billion Vision Fund, which then produced WeWork.", + "note": "Nobody has been spectacularly right and spectacularly wrong at this scale.", + "status": "locked", + "front": "/releases/v2/ceos/011-masayoshi-son/front.svg", + "back": "/releases/v2/ceos/011-masayoshi-son/back.svg", + "sources": [ + { + "label": "Masayoshi Son", + "url": "https://en.wikipedia.org/wiki/Masayoshi_Son" + }, + { + "label": "SoftBank Vision Fund", + "url": "https://en.wikipedia.org/wiki/SoftBank_Vision_Fund" + } + ], + "series": "ceos", + "id": "ceos/011-masayoshi-son", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:49:23.321Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Masayoshi+Son&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/011-masayoshi-son/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0d61942a40a43f55006aa6fe43661487d2a56cce0faa6f6be7", + "usage": { + "input_tokens": 602, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 26507, + "output_tokens_details": { + "reasoning_tokens": 12858 + }, + "total_tokens": 27109 + }, + "attempts": 1, + "sha256": "3e6844fffe417d5eaa3737db51bec021229fc85864e106e6b27a800aee6dcd07", + "generatedAt": "2026-09-13T19:57:35.590Z" + }, + "files": { + "ceos/011-masayoshi-son/artwork.svg": "3e6844fffe417d5eaa3737db51bec021229fc85864e106e6b27a800aee6dcd07", + "ceos/011-masayoshi-son/front.svg": "87b08b30a53a1f20a847f4d2f43c16c6e5a277ed5c2345eedbfbff2e3c78a403", + "ceos/011-masayoshi-son/front.png": "90a9c23d7141a1c1385cfb7f6b0c161ac705e8aef3e68350dc7451cfd0d26cba", + "ceos/011-masayoshi-son/back.svg": "fe40c24bf0a4092d0a3077d3eba79edf9a5bf1c5b28ad0dc891d2b7e05269faf", + "ceos/011-masayoshi-son/back.png": "bb4e1c179765d80a94282fe86c5369d4fdb3f51746da0fbfd88f34ca1ca5ccc2" + }, + "builtAt": "2026-09-13T19:57:35.772Z" + }, + { + "fingerprint": "98d65545063c6b4366fcaab025a7a203d2032758e368b20799028768ae2b652f", + "card": { + "number": 12, + "slug": "michael-dell", + "name": "Michael Dell", + "title": "Founder and CEO, Dell", + "knownFor": "Build to order, and the largest tech buyout of its time", + "rarity": "epic", + "impact": 83, + "product": 70, + "operating": 96, + "openness": 55, + "influence": 84, + "nationality": "USA", + "era": "1984–", + "domains": [ + "PCs", + "Supply chain", + "Enterprise hardware" + ], + "scouting": "Started assembling PCs in a University of Texas dorm room in 1984 and turned direct sales and negative working capital into a manufacturing weapon: the customer paid before the supplier did. He took the company private in a $24.4 billion buyout in 2013, then bought EMC, and with it VMware, for about $67 billion in 2016.", + "note": "The supply chain was the product. Everything else was a box.", + "status": "locked", + "front": "/releases/v2/ceos/012-michael-dell/front.svg", + "back": "/releases/v2/ceos/012-michael-dell/back.svg", + "sources": [ + { + "label": "Michael Dell", + "url": "https://en.wikipedia.org/wiki/Michael_Dell" + }, + { + "label": "Dell Technologies", + "url": "https://en.wikipedia.org/wiki/Dell_Technologies" + } + ], + "series": "ceos", + "id": "ceos/012-michael-dell", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:49:25.843Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Michael+Dell&limit=30", + "matches": [], + "rejectedCount": 4 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/012-michael-dell/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0e407d1706450cc4006aa6fe45e7a487d2959f900521897d89", + "usage": { + "input_tokens": 592, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 25661, + "output_tokens_details": { + "reasoning_tokens": 15020 + }, + "total_tokens": 26253 + }, + "attempts": 1, + "sha256": "af9373d3165b2d77b1a8a628ed839fa70888f0e0efa01dc886af3038e2a59df9", + "generatedAt": "2026-09-13T19:58:21.949Z" + }, + "files": { + "ceos/012-michael-dell/artwork.svg": "af9373d3165b2d77b1a8a628ed839fa70888f0e0efa01dc886af3038e2a59df9", + "ceos/012-michael-dell/front.svg": "9c55add65eaa13c38b49f20134f82d5d6c4a2e79ab5fa08c1f1d676f5b4bff2e", + "ceos/012-michael-dell/front.png": "f332778bab1b953b0e20969499da5172a69a8f7640289f53d4d60cac251c95f3", + "ceos/012-michael-dell/back.svg": "00570c681d8f0d96923a195b0905de2afcb83643c67be04594eba7c5c148fc53", + "ceos/012-michael-dell/back.png": "02f01d3f089cd7b533c8e7ee2ecd5062cbc61b015e335c94312278e109d27784" + }, + "builtAt": "2026-09-13T19:58:22.136Z" + }, + { + "fingerprint": "f1081d1d32cad30e4cf4336225b76606dcf9c3d2b14e48146d501b1c6f289fc5", + "card": { + "number": 13, + "slug": "scott-mcnealy", + "name": "Scott McNealy", + "title": "Co-founder and CEO, Sun Microsystems", + "knownFor": "The network is the computer, and giving Java away", + "rarity": "legendary", + "impact": 88, + "product": 85, + "operating": 78, + "openness": 88, + "influence": 90, + "nationality": "USA", + "era": "1984–2006", + "domains": [ + "Workstations", + "Java", + "Open source" + ], + "scouting": "Ran Sun for twenty-two years and shipped an extraordinary amount of what the internet was built on: NFS, SPARC, Solaris and Java. Sun published NFS as an open specification, released OpenSolaris in 2005 and put Java under the GPL in 2006, decisions that outlived the company since OpenJDK is what most Java runs on today. Commodity Linux boxes killed the workstation business.", + "note": "Gave away more load-bearing software than any CEO before him, and still lost the company.", + "status": "locked", + "front": "/releases/v2/ceos/013-scott-mcnealy/front.svg", + "back": "/releases/v2/ceos/013-scott-mcnealy/back.svg", + "sources": [ + { + "label": "Scott McNealy", + "url": "https://en.wikipedia.org/wiki/Scott_McNealy" + }, + { + "label": "OpenJDK", + "url": "https://en.wikipedia.org/wiki/OpenJDK" + }, + { + "label": "Sun Microsystems", + "url": "https://en.wikipedia.org/wiki/Sun_Microsystems" + } + ], + "series": "ceos", + "id": "ceos/013-scott-mcnealy", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:49:38.044Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Scott+McNealy&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/013-scott-mcnealy/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_08ccc24ef0c0f6a2006aa6fe521db887d2b22c826c345a3635", + "usage": { + "input_tokens": 602, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 24885, + "output_tokens_details": { + "reasoning_tokens": 12377 + }, + "total_tokens": 25487 + }, + "attempts": 1, + "sha256": "bbb1f6fa34e5a0ae9035ed55bb9ee28c8f7a68243854da22e9bff570dd3c0bbe", + "generatedAt": "2026-09-13T19:58:55.829Z" + }, + "files": { + "ceos/013-scott-mcnealy/artwork.svg": "bbb1f6fa34e5a0ae9035ed55bb9ee28c8f7a68243854da22e9bff570dd3c0bbe", + "ceos/013-scott-mcnealy/front.svg": "d42188e57162c07cfac4c2471c3a261d13ded95336d3378454ff782f1e45814c", + "ceos/013-scott-mcnealy/front.png": "95569d45211f96130bfb748b5ffa3408dfa8a77dd975950aaf4ae92be038214e", + "ceos/013-scott-mcnealy/back.svg": "966ef131690d3245e272b3167226d3f793c20557994acc65a6657aa34265dbff", + "ceos/013-scott-mcnealy/back.png": "64dce22c99e35560a5ea811cf98e6b75a05d1318f13e178589790ec163141a1d" + }, + "builtAt": "2026-09-13T19:58:56.025Z" + }, + { + "fingerprint": "10e0c251770e39e23d6e168b6451fbcd8e61cf9b8355c230b3fc52584e6ccc38", + "card": { + "number": 14, + "slug": "morris-chang", + "name": "Morris Chang", + "title": "Founder and CEO, TSMC", + "knownFor": "Inventing the pure-play foundry, and with it the fabless industry", + "rarity": "iconic", + "impact": 96, + "product": 88, + "operating": 98, + "openness": 50, + "influence": 97, + "nationality": "Taiwan / USA", + "era": "1987–2018", + "domains": [ + "Semiconductors", + "Manufacturing", + "Foundry model" + ], + "scouting": "Spent twenty-five years at Texas Instruments, then founded TSMC in 1987 on a proposition nobody had tried: a chip factory that designs nothing of its own and therefore never competes with its customers. That decision is why a company can exist with brilliant chip designers and no fab, which is to say why Nvidia, AMD and Apple Silicon exist in their current form.", + "note": "Changed the shape of an entire industry by choosing what not to build.", + "status": "locked", + "front": "/releases/v2/ceos/014-morris-chang/front.svg", + "back": "/releases/v2/ceos/014-morris-chang/back.svg", + "sources": [ + { + "label": "Morris Chang", + "url": "https://en.wikipedia.org/wiki/Morris_Chang" + }, + { + "label": "TSMC", + "url": "https://en.wikipedia.org/wiki/TSMC" + }, + { + "label": "Foundry model", + "url": "https://en.wikipedia.org/wiki/Semiconductor_fabrication_plant" + } + ], + "series": "ceos", + "id": "ceos/014-morris-chang", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:49:45.946Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Morris+Chang&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/014-morris-chang/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_09b9c42db7daddeb006aa6fe5a01f487d2a1761042f190aaa0", + "usage": { + "input_tokens": 604, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 23970, + "output_tokens_details": { + "reasoning_tokens": 9840 + }, + "total_tokens": 24574 + }, + "attempts": 1, + "sha256": "8df4813a2e184abd58d210d750e94aea0ecd2171c792bcaad1c5527aea128fcd", + "generatedAt": "2026-09-13T19:57:54.094Z" + }, + "files": { + "ceos/014-morris-chang/artwork.svg": "8df4813a2e184abd58d210d750e94aea0ecd2171c792bcaad1c5527aea128fcd", + "ceos/014-morris-chang/front.svg": "fe678b12985f8e0ca2025c455f40093efdb68eab6bcfe91c6f7de24e569da00d", + "ceos/014-morris-chang/front.png": "042d6bbfa7efd5893375c602faef09a39e5c5587518a86dc4fce62a77c9fc0fa", + "ceos/014-morris-chang/back.svg": "3ccdc12297bdb7a0ec2d4bc1227e516d3eb4f59c007813b1b29e43f8855d21b2", + "ceos/014-morris-chang/back.png": "bf5e64eedda40925f8bdb4c1f5995111994259c87baf1164b5a545bf453f36f3" + }, + "builtAt": "2026-09-13T19:57:54.335Z" + }, + { + "fingerprint": "e648850aadd5a53c86959418f9a53ede955df01569fbd8cabc8dae293148aafb", + "card": { + "number": 15, + "slug": "andy-grove", + "name": "Andrew Grove", + "title": "CEO, Intel", + "knownFor": "The memory-to-microprocessor pivot, and the management text about it", + "rarity": "legendary", + "impact": 91, + "product": 86, + "operating": 97, + "openness": 40, + "influence": 93, + "nationality": "Hungary / USA", + "era": "1968–2005", + "domains": [ + "Semiconductors", + "Management", + "Manufacturing" + ], + "scouting": "Escaped Hungary in 1956, joined Intel as its first hire, and as CEO from 1987 to 1998 pushed the company out of the memory business it was founded on and into microprocessors, after Japanese competitors made DRAM unprofitable. He wrote the discipline up in High Output Management and Only the Paranoid Survive. Intel’s revenue grew roughly tenfold on his watch.", + "note": "Killed his own company’s founding product before somebody else did.", + "status": "locked", + "front": "/releases/v2/ceos/015-andy-grove/front.svg", + "back": "/releases/v2/ceos/015-andy-grove/back.svg", + "sources": [ + { + "label": "Andrew Grove", + "url": "https://en.wikipedia.org/wiki/Andrew_Grove" + }, + { + "label": "Only the Paranoid Survive", + "url": "https://en.wikipedia.org/wiki/Only_the_Paranoid_Survive" + } + ], + "series": "ceos", + "id": "ceos/015-andy-grove", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:49:54.057Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Andrew+Grove&limit=30", + "matches": [], + "rejectedCount": 2 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/015-andy-grove/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_066971759fcf8d57006aa6fe62207487d2a36a35d6e9d00005", + "usage": { + "input_tokens": 599, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 27207, + "output_tokens_details": { + "reasoning_tokens": 17092 + }, + "total_tokens": 27806 + }, + "attempts": 1, + "sha256": "b4010bd0657d6f1a82640a2263eb5a19e16efeba32087902a86f84c231431cc0", + "generatedAt": "2026-09-13T20:00:06.146Z" + }, + "files": { + "ceos/015-andy-grove/artwork.svg": "b4010bd0657d6f1a82640a2263eb5a19e16efeba32087902a86f84c231431cc0", + "ceos/015-andy-grove/front.svg": "cba06d3318caa119bd433330a890a9a432d38339d40b6d9b94ccde64abad5995", + "ceos/015-andy-grove/front.png": "954e2cc7ac12bd97207d15ae0275be6d8df88ff147cf1b2976f98c2e7a1fb920", + "ceos/015-andy-grove/back.svg": "55381966ad71e8237855575966dedfe016d7d08afa4431f5b6dd185edc78e9bd", + "ceos/015-andy-grove/back.png": "9da76a430126835c45cae75d4cfd321ac6678771b941b7b20bf1dd4e849f4082" + }, + "builtAt": "2026-09-13T20:00:06.333Z" + }, + { + "fingerprint": "b1df331d095f6a269144349b2d69886b3380ad6267735e005556e0edcba14f9f", + "card": { + "number": 16, + "slug": "ren-zhengfei", + "name": "Ren Zhengfei", + "title": "Founder and CEO, Huawei", + "knownFor": "The world’s largest telecom equipment maker, and the sanctions fight", + "rarity": "epic", + "impact": 85, + "product": 72, + "operating": 94, + "openness": 58, + "influence": 87, + "nationality": "China", + "era": "1987–", + "domains": [ + "Telecom equipment", + "Smartphones", + "Geopolitics" + ], + "scouting": "Founded Huawei in Shenzhen in 1987 reselling telephone switches, and built the largest supplier of telecommunications equipment on earth. US restrictions from 2019 cut the company off from advanced chips and Google’s Android services, and the response was to fund substitutes in the open: HarmonyOS, and openEuler and openGauss handed to a Chinese open source foundation.", + "note": "Carded for scale and for what being cut off made the company release.", + "status": "locked", + "front": "/releases/v2/ceos/016-ren-zhengfei/front.svg", + "back": "/releases/v2/ceos/016-ren-zhengfei/back.svg", + "sources": [ + { + "label": "Ren Zhengfei", + "url": "https://en.wikipedia.org/wiki/Ren_Zhengfei" + }, + { + "label": "Huawei", + "url": "https://en.wikipedia.org/wiki/Huawei" + }, + { + "label": "openEuler", + "url": "https://en.wikipedia.org/wiki/EulerOS" + } + ], + "series": "ceos", + "id": "ceos/016-ren-zhengfei", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:49:54.856Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Ren+Zhengfei&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/016-ren-zhengfei/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_006399433414130a006aa6fe62f67487d29b630e54d165cb57", + "usage": { + "input_tokens": 593, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 29046, + "output_tokens_details": { + "reasoning_tokens": 15131 + }, + "total_tokens": 29639 + }, + "attempts": 1, + "sha256": "7e5a8f41d70fa949099eeb55f6c9df5c5afdaaa44cb75587f1542ab5441c4863", + "generatedAt": "2026-09-13T19:59:48.301Z" + }, + "files": { + "ceos/016-ren-zhengfei/artwork.svg": "7e5a8f41d70fa949099eeb55f6c9df5c5afdaaa44cb75587f1542ab5441c4863", + "ceos/016-ren-zhengfei/front.svg": "f6fb31305843c4096947c05942ebe75fe833747f3e795a237ccdbe8e618945c4", + "ceos/016-ren-zhengfei/front.png": "b062524466f8eb31985a99b920557f9c8bc5372084e65d14673087fb237b3a70", + "ceos/016-ren-zhengfei/back.svg": "5ac8fe744d3db734bd4484483e33fde102c666a1060270bd9a1d6c9b0ba647fb", + "ceos/016-ren-zhengfei/back.png": "aa03f61378c8aa82bae90b7b16fec366e06d85dfc5165785152f6607e7805d3b" + }, + "builtAt": "2026-09-13T19:59:48.475Z" + }, + { + "fingerprint": "4d0fa8ce8796ea2f4a9df3e607266aa940778f0a377a5193cf5a2bcc0d7a93d2", + "card": { + "number": 17, + "slug": "lou-gerstner", + "name": "Lou Gerstner", + "title": "Chairman and CEO, IBM", + "knownFor": "Turning IBM around, and putting a billion dollars behind Linux", + "rarity": "legendary", + "impact": 88, + "product": 60, + "operating": 97, + "openness": 82, + "influence": 90, + "nationality": "USA", + "era": "1993–2002", + "domains": [ + "Enterprise", + "Services", + "Linux" + ], + "scouting": "Arrived from RJR Nabisco in 1993 at an IBM losing billions and widely expected to be broken up, kept it whole, and pivoted it from hardware to services. The decision that matters here was announced in 2000: roughly a billion dollars of IBM investment into Linux, plus lawyers and patent cover. Nothing did more to make Linux acceptable in enterprise procurement.", + "note": "The suit who made Linux safe to buy.", + "status": "locked", + "front": "/releases/v2/ceos/017-lou-gerstner/front.svg", + "back": "/releases/v2/ceos/017-lou-gerstner/back.svg", + "sources": [ + { + "label": "Louis V. Gerstner Jr.", + "url": "https://en.wikipedia.org/wiki/Louis_V._Gerstner_Jr." + }, + { + "label": "History of IBM", + "url": "https://en.wikipedia.org/wiki/History_of_IBM" + }, + { + "label": "Linux adoption", + "url": "https://en.wikipedia.org/wiki/Linux_adoption" + } + ], + "series": "ceos", + "id": "ceos/017-lou-gerstner", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:50:06.915Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Lou+Gerstner&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/017-lou-gerstner/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_017ab515d851c359006aa6fe6f016487d2b6ba9089ed812511", + "usage": { + "input_tokens": 596, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 22879, + "output_tokens_details": { + "reasoning_tokens": 9322 + }, + "total_tokens": 23475 + }, + "attempts": 1, + "sha256": "b2a9908dea63686f0ca9758fd4beb81d4cad0e4e0173e149fd4c80b2c477223d", + "generatedAt": "2026-09-13T19:58:12.687Z" + }, + "files": { + "ceos/017-lou-gerstner/artwork.svg": "b2a9908dea63686f0ca9758fd4beb81d4cad0e4e0173e149fd4c80b2c477223d", + "ceos/017-lou-gerstner/front.svg": "1dfeae64211fbf0d67e86a76b4a36e3c975246a773134f1d4f1aa5d7a842989a", + "ceos/017-lou-gerstner/front.png": "5748008824aa504c4f053b9ea7ec4cf462535b91107e1e0fe276e90f7c70266b", + "ceos/017-lou-gerstner/back.svg": "0f661ba453960dcc574fa3ddb5acac531ebb021e0fbdee8511abaf4160fca3d9", + "ceos/017-lou-gerstner/back.png": "b15068486b7a4af9c0aa43987063762d809949f26c500af48247c71bf195f4b8" + }, + "builtAt": "2026-09-13T19:58:12.885Z" + }, + { + "fingerprint": "46fc6a669b30100e621e0dba864e46e1b72e35d7ef160788557df298837cabf7", + "card": { + "number": 18, + "slug": "jensen-huang", + "name": "Jensen Huang", + "title": "Co-founder and CEO, Nvidia", + "knownFor": "CUDA, and the hardware the entire AI industry runs on", + "rarity": "iconic", + "impact": 97, + "product": 96, + "operating": 95, + "openness": 48, + "influence": 98, + "nationality": "Taiwan / USA", + "era": "1993–", + "domains": [ + "GPUs", + "CUDA", + "AI infrastructure" + ], + "scouting": "Co-founded Nvidia in 1993 to build graphics chips for games, then funded CUDA, a way to run general computation on them, long before there was a market for it. When deep learning arrived, the hardware and the programming model were already there. The open source relationship is two-sided: the proprietary Linux driver drew Torvalds’ famous 2012 insult, and the kernel modules were opened in 2022.", + "note": "Spent a decade funding a bet on a market that did not exist yet.", + "status": "locked", + "front": "/releases/v2/ceos/018-jensen-huang/front.svg", + "back": "/releases/v2/ceos/018-jensen-huang/back.svg", + "sources": [ + { + "label": "Jensen Huang", + "url": "https://en.wikipedia.org/wiki/Jensen_Huang" + }, + { + "label": "CUDA", + "url": "https://en.wikipedia.org/wiki/CUDA" + }, + { + "label": "Nvidia open GPU kernel modules", + "url": "https://github.com/NVIDIA/open-gpu-kernel-modules" + } + ], + "series": "ceos", + "id": "ceos/018-jensen-huang", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:50:17.170Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Jensen+Huang&limit=30", + "matches": [], + "rejectedCount": 8 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/018-jensen-huang/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_068304fc1379d9d2006aa6fe79467887d286c161705ee5e6d7", + "usage": { + "input_tokens": 605, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 21267, + "output_tokens_details": { + "reasoning_tokens": 10192 + }, + "total_tokens": 21872 + }, + "attempts": 1, + "sha256": "76251c618d63bac6ac5ceadd4dc6fc5ddc4141c413417be4ad301a9763ccd41d", + "generatedAt": "2026-09-13T19:57:16.416Z" + }, + "files": { + "ceos/018-jensen-huang/artwork.svg": "76251c618d63bac6ac5ceadd4dc6fc5ddc4141c413417be4ad301a9763ccd41d", + "ceos/018-jensen-huang/front.svg": "92000e653b437763f2de3b3dcf6c5f97bad5edefd131d78abecf165330fd2d7a", + "ceos/018-jensen-huang/front.png": "6c2baae7b6dc04cc0ba5b4e69f8e9555e346953b8dacc838ca563f423b7d85f3", + "ceos/018-jensen-huang/back.svg": "6bb433f677ac541ee4c7f6098149f10e748de3bac1b3aa06efa7cf86e83cb33b", + "ceos/018-jensen-huang/back.png": "ae1ab2ff4679a24e137813faf8728bbdcfd94eb4676306445ac53eaa279f4a3e" + }, + "builtAt": "2026-09-13T19:57:16.614Z" + }, + { + "fingerprint": "29a1f1ebae181ec3de560ecf8bff9005441f1a0d039e753c11aaf05e0d2733d0", + "card": { + "number": 19, + "slug": "bob-young", + "name": "Bob Young", + "title": "Co-founder and CEO, Red Hat", + "knownFor": "Proving you can build a real business on software you give away", + "rarity": "legendary", + "impact": 89, + "product": 70, + "operating": 84, + "openness": 99, + "influence": 92, + "nationality": "Canada / USA", + "era": "1993–1999", + "domains": [ + "Linux distributions", + "Open source business", + "Subscriptions" + ], + "scouting": "Sold Linux CDs out of a catalogue business, co-founded Red Hat with Marc Ewing, and worked out the argument that made open source investable: nobody pays for the bits, they pay for support, certification and someone to call. Red Hat’s 1999 IPO was one of the largest first-day gains in Nasdaq history, and the moment Wall Street conceded free software was a business.", + "note": "The business model half of open source has one author, and it is him.", + "status": "locked", + "front": "/releases/v2/ceos/019-bob-young/front.svg", + "back": "/releases/v2/ceos/019-bob-young/back.svg", + "sources": [ + { + "label": "Bob Young", + "url": "https://en.wikipedia.org/wiki/Bob_Young_(businessman)" + }, + { + "label": "Red Hat", + "url": "https://en.wikipedia.org/wiki/Red_Hat" + } + ], + "series": "ceos", + "id": "ceos/019-bob-young", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:50:17.909Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Bob+Young&limit=30", + "matches": [], + "rejectedCount": 30 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/019-bob-young/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_041f860a030f1892006aa6fe79fb2c87d2aa6918c7dfba9bc7", + "usage": { + "input_tokens": 603, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 22522, + "output_tokens_details": { + "reasoning_tokens": 11091 + }, + "total_tokens": 23125 + }, + "attempts": 1, + "sha256": "d806c03d0886aeb5136ad0923764d2be717b09452e06ce6368b3d3939ae48d50", + "generatedAt": "2026-09-13T19:57:51.259Z" + }, + "files": { + "ceos/019-bob-young/artwork.svg": "d806c03d0886aeb5136ad0923764d2be717b09452e06ce6368b3d3939ae48d50", + "ceos/019-bob-young/front.svg": "a51bb89ab1023dd199be6dd449b582e29758bb9e26c8391ee1aee8c4a2abb90c", + "ceos/019-bob-young/front.png": "e71ce43fc2d04a2ab24588bfd279413a8008dc59d616dd78daf9a5ef92f4046d", + "ceos/019-bob-young/back.svg": "ab419a500873909749c10df09f063cb81a7aace516f674f3da4964d35abb8422", + "ceos/019-bob-young/back.png": "e343617e85308275c5010f3623c1c7501f4de6ab813120ff78749b01ded59589" + }, + "builtAt": "2026-09-13T19:57:51.493Z" + }, + { + "fingerprint": "459e9adeadd674a998de344eccc3f1dd67d15f5b474b9ee7bf522787d98b55fc", + "card": { + "number": 20, + "slug": "jeff-bezos", + "name": "Jeff Bezos", + "title": "Founder and CEO, Amazon", + "knownFor": "Retail, then renting the internet its computers", + "rarity": "iconic", + "impact": 96, + "product": 90, + "operating": 99, + "openness": 46, + "influence": 97, + "nationality": "USA", + "era": "1994–2021", + "domains": [ + "E-commerce", + "Cloud", + "Logistics" + ], + "scouting": "Started an online bookshop in 1994 and ran it for twenty-seven years on deliberately thin margins and reinvestment, which is how it outlasted competitors optimising for quarterly profit. The decision with the deepest technical consequences was internal: an API mandate that every team expose its data over service interfaces, which turned Amazon’s own plumbing into AWS in 2006.", + "note": "Sold books until the warehouse for the internet turned out to be the business.", + "status": "locked", + "front": "/releases/v2/ceos/020-jeff-bezos/front.svg", + "back": "/releases/v2/ceos/020-jeff-bezos/back.svg", + "sources": [ + { + "label": "Jeff Bezos", + "url": "https://en.wikipedia.org/wiki/Jeff_Bezos" + }, + { + "label": "Amazon Web Services", + "url": "https://en.wikipedia.org/wiki/Amazon_Web_Services" + } + ], + "series": "ceos", + "id": "ceos/020-jeff-bezos", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:50:20.626Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Jeff+Bezos&limit=30", + "matches": [], + "rejectedCount": 13 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/020-jeff-bezos/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_01e163b544f65522006aa6fe7cc2e087d2ab144facfb51d887", + "usage": { + "input_tokens": 587, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 25688, + "output_tokens_details": { + "reasoning_tokens": 14208 + }, + "total_tokens": 26275 + }, + "attempts": 1, + "sha256": "e7055dc7e8d92ac8057c7575d7ec443ce675adc650b69153694dbec44c106cb9", + "generatedAt": "2026-09-13T19:59:44.135Z" + }, + "files": { + "ceos/020-jeff-bezos/artwork.svg": "e7055dc7e8d92ac8057c7575d7ec443ce675adc650b69153694dbec44c106cb9", + "ceos/020-jeff-bezos/front.svg": "7aa574a8f8368ba97329e903dedd144f911ef7fcec321f44d6527064ee5b0ff7", + "ceos/020-jeff-bezos/front.png": "e231ced8b57967238ab0ba4b11f918c4086bb9ca80c27b291e5f1f6d53650be2", + "ceos/020-jeff-bezos/back.svg": "5c56e719808696a9f82277d2be36b2b15c4036120cc909e5eff60c697d84e68a", + "ceos/020-jeff-bezos/back.png": "3e8870e209b0e3b25bfb28468ec6456ea5096f20c3abcfe4ba0f56a30faaf529" + }, + "builtAt": "2026-09-13T19:59:44.301Z" + }, + { + "fingerprint": "4aa0c68788e3f9492847bc6db676ad8805733cf89c86f63e807e27db22444c91", + "card": { + "number": 21, + "slug": "reed-hastings", + "name": "Reed Hastings", + "title": "Co-founder and CEO, Netflix", + "knownFor": "Cannibalising his own business twice, on purpose", + "rarity": "epic", + "impact": 85, + "product": 88, + "operating": 90, + "openness": 74, + "influence": 87, + "nationality": "USA", + "era": "1997–2023", + "domains": [ + "Streaming", + "Distributed systems", + "Culture" + ], + "scouting": "Co-founded Netflix as a DVD-by-post service in 1997, launched streaming in 2007 against his own profitable business, then commissioned originals against the studios he licensed from. Netflix engineering shaped how the industry runs services at scale and published most of it: Chaos Monkey, Hystrix, Eureka and Zuul all shipped as open source, and chaos engineering came out of that work.", + "note": "Broke his own company twice before anyone else could.", + "status": "locked", + "front": "/releases/v2/ceos/021-reed-hastings/front.svg", + "back": "/releases/v2/ceos/021-reed-hastings/back.svg", + "sources": [ + { + "label": "Reed Hastings", + "url": "https://en.wikipedia.org/wiki/Reed_Hastings" + }, + { + "label": "Chaos Monkey", + "url": "https://en.wikipedia.org/wiki/Chaos_engineering" + }, + { + "label": "Netflix Open Source", + "url": "https://netflix.github.io/" + } + ], + "series": "ceos", + "id": "ceos/021-reed-hastings", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:50:30.487Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Reed+Hastings&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/021-reed-hastings/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0ca7a14e359e8a97006aa6fe868dd487d2a92da49b5416ba87", + "usage": { + "input_tokens": 597, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 24347, + "output_tokens_details": { + "reasoning_tokens": 14502 + }, + "total_tokens": 24944 + }, + "attempts": 1, + "sha256": "3721f970ef0ea209576f1510af37be33c809ba3fe4bba34729fa0580693b797f", + "generatedAt": "2026-09-13T19:59:12.657Z" + }, + "files": { + "ceos/021-reed-hastings/artwork.svg": "3721f970ef0ea209576f1510af37be33c809ba3fe4bba34729fa0580693b797f", + "ceos/021-reed-hastings/front.svg": "fcbe2770c4d9378bd59970fe8365ca578e54efff182691398696fbad72b0d59a", + "ceos/021-reed-hastings/front.png": "50cf26b84668a68a43ed1fc8051b4ecc89f23dca45aae042dfb4c7232b2046b8", + "ceos/021-reed-hastings/back.svg": "c97c918e4282cd4226a281c045ed98448b9eb5060ae7a50b7385acb01bb475d1", + "ceos/021-reed-hastings/back.png": "7337436ff25556e66160aa98d7025e2682b36cea1758643b41630ba2d6641b27" + }, + "builtAt": "2026-09-13T19:59:12.859Z" + }, + { + "fingerprint": "8ab3c08fa4adfa0700c17aba50bb3322fd29971757f2f3a5f3eee78c1d5a6416", + "card": { + "number": 22, + "slug": "meg-whitman", + "name": "Meg Whitman", + "title": "CEO, eBay and Hewlett-Packard", + "knownFor": "Scaling the first great internet marketplace", + "rarity": "epic", + "impact": 80, + "product": 68, + "operating": 94, + "openness": 50, + "influence": 82, + "nationality": "USA", + "era": "1998–2018", + "domains": [ + "Marketplaces", + "Payments", + "Enterprise" + ], + "scouting": "Joined eBay in 1998 when it had a few dozen employees and left in 2008 with tens of thousands, having turned an auction site into proof that strangers would transact online at scale, and having bought PayPal in 2002, which mattered more to the internet than the auctions did. She later ran HP through its split into HP Inc and HPE.", + "note": "Made online payment between strangers normal, which everything after assumes.", + "status": "locked", + "front": "/releases/v2/ceos/022-meg-whitman/front.svg", + "back": "/releases/v2/ceos/022-meg-whitman/back.svg", + "sources": [ + { + "label": "Meg Whitman", + "url": "https://en.wikipedia.org/wiki/Meg_Whitman" + }, + { + "label": "eBay", + "url": "https://en.wikipedia.org/wiki/EBay" + } + ], + "series": "ceos", + "id": "ceos/022-meg-whitman", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:50:37.236Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Meg+Whitman&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/022-meg-whitman/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_064ea1f2e959a863006aa6fe8d516c87d29c5a434b9cffc0ef", + "usage": { + "input_tokens": 591, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 25299, + "output_tokens_details": { + "reasoning_tokens": 13369 + }, + "total_tokens": 25890 + }, + "attempts": 1, + "sha256": "86ed2e859a4439571972ad9a879e6c681e618db20ad3082b7959e67b72771276", + "generatedAt": "2026-09-13T19:59:05.523Z" + }, + "files": { + "ceos/022-meg-whitman/artwork.svg": "86ed2e859a4439571972ad9a879e6c681e618db20ad3082b7959e67b72771276", + "ceos/022-meg-whitman/front.svg": "57d2475a8deebf8a59456c538095f1e0c00b9a290834634718e8a07f31ab3f7a", + "ceos/022-meg-whitman/front.png": "5d7a6e8cc1c1532a5609963371052afec69850f0ee082e10412a098ff55b1eb1", + "ceos/022-meg-whitman/back.svg": "c441427df82d60e91fb19a5ea8d52279a537144456f21909b129669f18ec395a", + "ceos/022-meg-whitman/back.png": "66fed2572e03ddbd4184e0149b36d26d61d37919b66a1fcf99432801bb03c51a" + }, + "builtAt": "2026-09-13T19:59:05.741Z" + }, + { + "fingerprint": "891ecea69742324ee37694aec9933ddb88f06c150183bada751889831c739cbe", + "card": { + "number": 23, + "slug": "diane-greene", + "name": "Diane Greene", + "title": "Co-founder and CEO, VMware", + "knownFor": "Making virtualisation work on commodity x86", + "rarity": "legendary", + "impact": 87, + "product": 92, + "operating": 88, + "openness": 60, + "influence": 89, + "nationality": "USA", + "era": "1998–2019", + "domains": [ + "Virtualisation", + "Data centres", + "Cloud" + ], + "scouting": "Co-founded VMware in 1998 and ran it for a decade, shipping the thing everyone had been told was impractical: efficient virtualisation of an x86 architecture never designed for it. The consequence is the modern data centre. Server consolidation, live migration and the economics that made public cloud viable all rest on that work. She later ran Google Cloud.", + "note": "Every cloud instance you have ever rented is downstream of her company’s hypervisor.", + "status": "locked", + "front": "/releases/v2/ceos/023-diane-greene/front.svg", + "back": "/releases/v2/ceos/023-diane-greene/back.svg", + "sources": [ + { + "label": "Diane Greene", + "url": "https://en.wikipedia.org/wiki/Diane_Greene" + }, + { + "label": "VMware", + "url": "https://en.wikipedia.org/wiki/VMware" + } + ], + "series": "ceos", + "id": "ceos/023-diane-greene", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:50:47.017Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Diane+Greene&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/023-diane-greene/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_05c8186c8dc8eaad006aa6fe971a3087d2a7a47e7abd00f484", + "usage": { + "input_tokens": 585, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 27457, + "output_tokens_details": { + "reasoning_tokens": 13163 + }, + "total_tokens": 28042 + }, + "attempts": 1, + "sha256": "a2dd6a77fac00552fd9cf920198a6ad137871a9ef817081f3fd7c5011a2a3a09", + "generatedAt": "2026-09-13T19:59:38.499Z" + }, + "files": { + "ceos/023-diane-greene/artwork.svg": "a2dd6a77fac00552fd9cf920198a6ad137871a9ef817081f3fd7c5011a2a3a09", + "ceos/023-diane-greene/front.svg": "d6e04dea09d9b5d11f3dcabf5cb60846623eda8ee9a4d1c19ba5f48c35d4c6f7", + "ceos/023-diane-greene/front.png": "9225967f6c59f10de0e95eb0483b1587959fa62ee16620b9c122ad19c053d0e1", + "ceos/023-diane-greene/back.svg": "21dc599a05d679277c87f48956e32b9f4b0466dd6559bfaba60c1cd54b73800d", + "ceos/023-diane-greene/back.png": "11d6e35f9b0e56441dcc5b53b79ab8559330bab8505494cadd719bb791ad319a" + }, + "builtAt": "2026-09-13T19:59:38.692Z" + }, + { + "fingerprint": "1d17d1454ee541b409a8e5e6eb5314145b7de9b4bc2993ceb15a719b9ba52976", + "card": { + "number": 24, + "slug": "larry-page", + "name": "Larry Page", + "title": "Co-founder and CEO, Google and Alphabet", + "knownFor": "PageRank, then giving away the mobile operating system", + "rarity": "iconic", + "impact": 96, + "product": 94, + "operating": 88, + "openness": 76, + "influence": 97, + "nationality": "USA", + "era": "1998–2019", + "domains": [ + "Search", + "Android", + "Infrastructure" + ], + "scouting": "Co-invented PageRank as a Stanford graduate student and co-founded Google in 1998, serving as CEO twice. Two decisions on his watch had enormous open source consequence: Android was released permissively and given to handset makers, which is why most phones run a Linux kernel, and Chromium was open-sourced, which is why nearly every non-Safari browser is a Chromium derivative.", + "note": "The most consequential giving-away of code by a company that was not trying to be an open source company.", + "status": "locked", + "front": "/releases/v2/ceos/024-larry-page/front.svg", + "back": "/releases/v2/ceos/024-larry-page/back.svg", + "sources": [ + { + "label": "Larry Page", + "url": "https://en.wikipedia.org/wiki/Larry_Page" + }, + { + "label": "Android (operating system)", + "url": "https://en.wikipedia.org/wiki/Android_(operating_system)" + }, + { + "label": "Chromium", + "url": "https://en.wikipedia.org/wiki/Chromium_(web_browser)" + } + ], + "series": "ceos", + "id": "ceos/024-larry-page", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:51:03.482Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Larry+Page&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/024-larry-page/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_021e4fc0e3d10973006aa6fea78ccc87d289bda22af98313f7", + "usage": { + "input_tokens": 598, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 26157, + "output_tokens_details": { + "reasoning_tokens": 14070 + }, + "total_tokens": 26755 + }, + "attempts": 1, + "sha256": "725b2d962b5796722291d687af527e9a724957a0a49934381fe525dc73cbdcc1", + "generatedAt": "2026-09-13T20:00:04.368Z" + }, + "files": { + "ceos/024-larry-page/artwork.svg": "725b2d962b5796722291d687af527e9a724957a0a49934381fe525dc73cbdcc1", + "ceos/024-larry-page/front.svg": "0b1df7fd702eb6332872b55103ee690f3648dc17b606daf4422b9c104e563a9a", + "ceos/024-larry-page/front.png": "043ee61db755911489b150aef3be91b5b8a3bead86868eb9271c13b368d7c0c3", + "ceos/024-larry-page/back.svg": "4e02b153cf57e81a0ce8f9ee2f29a923860b285c567d4ed49b15e14935c87053", + "ceos/024-larry-page/back.png": "253141011830581b7e3615d87416919e3f5d57f5574b1fbabcf0dcab66a7a942" + }, + "builtAt": "2026-09-13T20:00:04.662Z" + }, + { + "fingerprint": "0ece069b6bc962e46f677baef5170b69dabc56b0ea88591aeb95d9e17f9d1616", + "card": { + "number": 25, + "slug": "marc-benioff", + "name": "Marc Benioff", + "title": "Founder and CEO, Salesforce", + "knownFor": "The End of Software, and the subscription model that replaced it", + "rarity": "epic", + "impact": 84, + "product": 76, + "operating": 93, + "openness": 44, + "influence": 88, + "nationality": "USA", + "era": "1999–", + "domains": [ + "SaaS", + "Enterprise", + "Cloud" + ], + "scouting": "Left Oracle to found Salesforce in 1999 behind a marketing campaign built on a red circle struck through the word Software, and made multi-tenant applications delivered over a browser the default way businesses buy anything. Almost every enterprise product now sold by subscription, including most open source companies’ commercial tiers, operates in the category he legitimised.", + "note": "Invented the pricing page the rest of the industry now uses.", + "status": "locked", + "front": "/releases/v2/ceos/025-marc-benioff/front.svg", + "back": "/releases/v2/ceos/025-marc-benioff/back.svg", + "sources": [ + { + "label": "Marc Benioff", + "url": "https://en.wikipedia.org/wiki/Marc_Benioff" + }, + { + "label": "Salesforce", + "url": "https://en.wikipedia.org/wiki/Salesforce" + } + ], + "series": "ceos", + "id": "ceos/025-marc-benioff", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:51:05.018Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Marc+Benioff&limit=30", + "matches": [], + "rejectedCount": 2 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/025-marc-benioff/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0bcd889a00cbc7d0006aa6fea91b1887d2b8af85919ff5af43", + "usage": { + "input_tokens": 588, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 30571, + "output_tokens_details": { + "reasoning_tokens": 18128 + }, + "total_tokens": 31159 + }, + "attempts": 1, + "sha256": "e27afa39becffcb089e47c90bf135753a3623540a8521ed619aac9b28947266b", + "generatedAt": "2026-09-13T20:01:24.662Z" + }, + "files": { + "ceos/025-marc-benioff/artwork.svg": "e27afa39becffcb089e47c90bf135753a3623540a8521ed619aac9b28947266b", + "ceos/025-marc-benioff/front.svg": "d0b4e5c3cbff93c559f24af99419b74f9ed5c857628cb9adc8209233472497d9", + "ceos/025-marc-benioff/front.png": "1cf5f25830b326fd4a845c681ff71263fdaa012e6b986dcf676eee9dcee44eb2", + "ceos/025-marc-benioff/back.svg": "a86c3e8bf0735fd76f215bbf1a3061e160dffccaa8990a7d247792592426b4dd", + "ceos/025-marc-benioff/back.png": "ace754abc89751fbdbf43396a2372c0f2b08ee012f9fc87a405c0434ad2420c2" + }, + "builtAt": "2026-09-13T20:01:24.819Z" + }, + { + "fingerprint": "dbd17c322d6228c7dd55eb7ef624d26ebb69e2b27bec703585226d68847554c4", + "card": { + "number": 26, + "slug": "jack-ma", + "name": "Jack Ma", + "title": "Founder and CEO, Alibaba", + "knownFor": "Building China’s commerce infrastructure from an apartment", + "rarity": "epic", + "impact": 84, + "product": 66, + "operating": 92, + "openness": 60, + "influence": 87, + "nationality": "China", + "era": "1999–2019", + "domains": [ + "E-commerce", + "Payments", + "Cloud" + ], + "scouting": "A former English teacher who founded Alibaba in his Hangzhou apartment in 1999, beat eBay in China with Taobao, and solved the trust problem with an escrow payment system that became Alipay. Alibaba’s 2014 New York listing raised about $25 billion, the largest IPO in history at the time. Dubbo and RocketMQ are Apache projects that came out of the company.", + "note": "The card that shows how much of the internet was built outside Silicon Valley.", + "status": "locked", + "front": "/releases/v2/ceos/026-jack-ma/front.svg", + "back": "/releases/v2/ceos/026-jack-ma/back.svg", + "sources": [ + { + "label": "Jack Ma", + "url": "https://en.wikipedia.org/wiki/Jack_Ma" + }, + { + "label": "Alibaba Group", + "url": "https://en.wikipedia.org/wiki/Alibaba_Group" + }, + { + "label": "Apache Dubbo", + "url": "https://dubbo.apache.org/" + } + ], + "series": "ceos", + "id": "ceos/026-jack-ma", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:51:20.127Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Jack+Ma&limit=30", + "matches": [], + "rejectedCount": 30 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/026-jack-ma/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0ed0bf6d161230d0006aa6feb8373487d2bc7e6571d3b52223", + "usage": { + "input_tokens": 594, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 24793, + "output_tokens_details": { + "reasoning_tokens": 11881 + }, + "total_tokens": 25387 + }, + "attempts": 1, + "sha256": "99a5af959ee030bd58e480ca4b87ad4ba110253a2c0d8186e255a55c6491321c", + "generatedAt": "2026-09-13T19:59:44.770Z" + }, + "files": { + "ceos/026-jack-ma/artwork.svg": "99a5af959ee030bd58e480ca4b87ad4ba110253a2c0d8186e255a55c6491321c", + "ceos/026-jack-ma/front.svg": "db95ea21e4d28747480818697d9bffc9679f0a75c98d1bedb494348fef7deceb", + "ceos/026-jack-ma/front.png": "929d1ae8ad07723ec5642059553d2802f7d2cc31fc18a84beff2286cfdd1f6ae", + "ceos/026-jack-ma/back.svg": "23d07f5a29dea3717843400d06415690e2cba8c8b1f881196f5b2baed4d2a28a", + "ceos/026-jack-ma/back.png": "18e497089853c73b9ff18bd7a0b608f74fc8fb3792f2f9a0ab135ac440281195" + }, + "builtAt": "2026-09-13T19:59:44.961Z" + }, + { + "fingerprint": "72ace5ba142291f23d66c74be21adb2b93dbffe23d722215f0465696753f7018", + "card": { + "number": 27, + "slug": "marten-mickos", + "name": "Mårten Mickos", + "title": "CEO, MySQL AB", + "knownFor": "The billion-dollar exit that made open core a category", + "rarity": "epic", + "impact": 80, + "product": 66, + "operating": 86, + "openness": 94, + "influence": 84, + "nationality": "Finland", + "era": "2001–", + "domains": [ + "Databases", + "Open source business", + "Security" + ], + "scouting": "Ran MySQL AB from 2001 and sold it to Sun in 2008 for about a billion dollars, the most anyone had paid for an open source company. MySQL was the M in LAMP, so the deal proved a freely licensed database with a paid support tier could be worth as much as a proprietary one. He later ran Eucalyptus and HackerOne.", + "note": "The exit every open source founder cited for the following decade.", + "status": "locked", + "front": "/releases/v2/ceos/027-marten-mickos/front.svg", + "back": "/releases/v2/ceos/027-marten-mickos/back.svg", + "sources": [ + { + "label": "Mårten Mickos", + "url": "https://en.wikipedia.org/wiki/M%C3%A5rten_Mickos" + }, + { + "label": "MySQL AB", + "url": "https://en.wikipedia.org/wiki/MySQL_AB" + } + ], + "series": "ceos", + "id": "ceos/027-marten-mickos", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:51:42.566Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=M%C3%A5rten+Mickos&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/027-marten-mickos/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0afe58212cf33cd9006aa6fecea84487d29f83fd11fb8d7035", + "usage": { + "input_tokens": 594, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 23541, + "output_tokens_details": { + "reasoning_tokens": 13439 + }, + "total_tokens": 24135 + }, + "attempts": 1, + "sha256": "fb68d3a1873c4de9f8a9ae0632a68543dbe2205894ca120e543a32703d693f56", + "generatedAt": "2026-09-13T20:00:17.126Z" + }, + "files": { + "ceos/027-marten-mickos/artwork.svg": "fb68d3a1873c4de9f8a9ae0632a68543dbe2205894ca120e543a32703d693f56", + "ceos/027-marten-mickos/front.svg": "3a914472758917d211d0b3f7f40bd0d3c4816510ada6813603a79f4bf312d2ee", + "ceos/027-marten-mickos/front.png": "773df07ead11e3b5692ac02cd507c1a203caee27f77ec143a20d6621bba1b795", + "ceos/027-marten-mickos/back.svg": "607691a0aa7c95fed8b4b9082417c2c8e648c5d549f8f931ea13a0422bb315b7", + "ceos/027-marten-mickos/back.png": "d566d49fafa96af3b8e76219ee3505000ad111de22f3f6e2016e26bcd57e4ab5" + }, + "builtAt": "2026-09-13T20:00:17.324Z" + }, + { + "fingerprint": "39ad2bc3a57df9265e6088cd4cf619af103055c38017465d3f962e3b7fbcf522", + "card": { + "number": 28, + "slug": "eric-schmidt", + "name": "Eric Schmidt", + "title": "CEO, Google; previously CEO, Novell", + "knownFor": "Turning a research culture into an operating company", + "rarity": "epic", + "impact": 83, + "product": 70, + "operating": 94, + "openness": 72, + "influence": 86, + "nationality": "USA", + "era": "1997–2020", + "domains": [ + "Search", + "Advertising", + "Enterprise" + ], + "scouting": "Worked on Unix tooling early, was CTO at Sun during the Java years and CEO of Novell, then ran Google from 2001 to 2011, hired as adult supervision for two founders in their twenties. He built the advertising machine and the management structure that carried the company from a few hundred people to tens of thousands, and presided over the Android and YouTube acquisitions.", + "note": "Three of the companies on this card list are places he ran or nearly did.", + "status": "locked", + "front": "/releases/v2/ceos/028-eric-schmidt/front.svg", + "back": "/releases/v2/ceos/028-eric-schmidt/back.svg", + "sources": [ + { + "label": "Eric Schmidt", + "url": "https://en.wikipedia.org/wiki/Eric_Schmidt" + }, + { + "label": "Lex (software)", + "url": "https://en.wikipedia.org/wiki/Lex_(software)" + } + ], + "series": "ceos", + "id": "ceos/028-eric-schmidt", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:51:53.836Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Eric+Schmidt&limit=30", + "matches": [], + "rejectedCount": 4 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/028-eric-schmidt/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_09ea81289a36193e006aa6fed9e73487d2881453b4cd9f45c2", + "usage": { + "input_tokens": 594, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 25018, + "output_tokens_details": { + "reasoning_tokens": 11100 + }, + "total_tokens": 25612 + }, + "attempts": 1, + "sha256": "1ee56e32200bcc7ca595ca98ca1e5340891a612146cc3c188edf00d4a671ef33", + "generatedAt": "2026-09-13T20:00:23.255Z" + }, + "files": { + "ceos/028-eric-schmidt/artwork.svg": "1ee56e32200bcc7ca595ca98ca1e5340891a612146cc3c188edf00d4a671ef33", + "ceos/028-eric-schmidt/front.svg": "4fc4230a34ab5bfc47bde14eae1de3ed13fb8f6280be54e784d838dc9074abc9", + "ceos/028-eric-schmidt/front.png": "ca85b040fc65a412a8fe320005ed121c17ddafd52f0ad5e13af9e23a6c8997d0", + "ceos/028-eric-schmidt/back.svg": "73cad3b2b5496b0250ff6ab96db1878f6b383bf51d84152c58b74fd625059dbd", + "ceos/028-eric-schmidt/back.png": "708cb218b4f8d77d772c301a6beb0804918a8a0f2625a6e8147aeaf005198536" + }, + "builtAt": "2026-09-13T20:00:23.466Z" + }, + { + "fingerprint": "3494a0c8b783e3632ad65fc933c0a8f89922486979fa2950291580a0ff91ebc9", + "card": { + "number": 29, + "slug": "mark-zuckerberg", + "name": "Mark Zuckerberg", + "title": "Founder and CEO, Meta", + "knownFor": "Three billion users, React, PyTorch and open-weight models", + "rarity": "iconic", + "impact": 94, + "product": 90, + "operating": 92, + "openness": 80, + "influence": 95, + "nationality": "USA", + "era": "2004–", + "domains": [ + "Social platforms", + "Open source", + "AI" + ], + "scouting": "Founded Facebook in a Harvard dorm in 2004 and still runs the company two decades and about three billion users later, through Cambridge Analytica, the Instagram and WhatsApp deals, and the pivot to Meta. The open source record is enormous and largely separate from the reputational one: React, PyTorch, GraphQL, RocksDB, the Open Compute Project, and the Llama open-weight models.", + "note": "The most-criticised CEO in tech also runs its largest open source operation.", + "status": "locked", + "front": "/releases/v2/ceos/029-mark-zuckerberg/front.svg", + "back": "/releases/v2/ceos/029-mark-zuckerberg/back.svg", + "sources": [ + { + "label": "Mark Zuckerberg", + "url": "https://en.wikipedia.org/wiki/Mark_Zuckerberg" + }, + { + "label": "React", + "url": "https://en.wikipedia.org/wiki/React_(software)" + }, + { + "label": "Llama (language model)", + "url": "https://en.wikipedia.org/wiki/Llama_(language_model)" + } + ], + "series": "ceos", + "id": "ceos/029-mark-zuckerberg", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:52:00.507Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Mark+Zuckerberg&limit=30", + "matches": [], + "rejectedCount": 21 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/029-mark-zuckerberg/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_07fdad81d68b2aef006aa6fee094c487d28ac16ca6b10ee1c1", + "usage": { + "input_tokens": 603, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 22705, + "output_tokens_details": { + "reasoning_tokens": 11534 + }, + "total_tokens": 23308 + }, + "attempts": 1, + "sha256": "2f93fca003b369f4e97cecae5610e5c5381285d859626caf80172148f81dbdf2", + "generatedAt": "2026-09-13T20:00:26.458Z" + }, + "files": { + "ceos/029-mark-zuckerberg/artwork.svg": "2f93fca003b369f4e97cecae5610e5c5381285d859626caf80172148f81dbdf2", + "ceos/029-mark-zuckerberg/front.svg": "9f08804437107318a7dd2191fb7f88e5b16a77c497dcda0acdba35e75e29a093", + "ceos/029-mark-zuckerberg/front.png": "08e4447fc469dce0fce62cf47f7ef07e198801915a36a931c90cb45c2dbe407a", + "ceos/029-mark-zuckerberg/back.svg": "9d0bc5d58807b89ab3ccebf29adf16214187f2dd72cea690229c059b9bbd2bd2", + "ceos/029-mark-zuckerberg/back.png": "b75766dcd9cd73cd2683d9479fe7e040af1a2c529d936eb727d194c3c81c19f4" + }, + "builtAt": "2026-09-13T20:00:26.755Z" + }, + { + "fingerprint": "b27182ae3200f85d3da7cd6179189506d428188003f3aa74a93787336a2f3ead", + "card": { + "number": 30, + "slug": "tobias-lutke", + "name": "Tobias Lütke", + "title": "Founder and CEO, Shopify", + "knownFor": "A Rails core contributor who kept the company on Rails", + "rarity": "epic", + "impact": 80, + "product": 94, + "operating": 88, + "openness": 86, + "influence": 82, + "nationality": "Germany / Canada", + "era": "2004–", + "domains": [ + "E-commerce", + "Ruby", + "Developer platforms" + ], + "scouting": "Tried to sell snowboards online in 2004, found the available software unusable, and wrote his own in Ruby on Rails, early enough that he became a Rails core contributor while doing it. Shopify grew into the platform behind millions of storefronts and remains one of the largest Ruby deployments anywhere, with Liquid, its templating language, released as open source.", + "note": "The rare public-company CEO whose GitHub profile is not decorative.", + "status": "locked", + "front": "/releases/v2/ceos/030-tobias-lutke/front.svg", + "back": "/releases/v2/ceos/030-tobias-lutke/back.svg", + "sources": [ + { + "label": "Tobias Lütke", + "url": "https://en.wikipedia.org/wiki/Tobias_L%C3%BCtke" + }, + { + "label": "Liquid (template language)", + "url": "https://github.com/Shopify/liquid" + }, + { + "label": "Shopify", + "url": "https://en.wikipedia.org/wiki/Shopify" + } + ], + "series": "ceos", + "id": "ceos/030-tobias-lutke", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:52:16.943Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Tobias+L%C3%BCtke&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/030-tobias-lutke/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_00e3582525ecd719006aa6fef1057887d284df990512d61b5f", + "usage": { + "input_tokens": 596, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 26679, + "output_tokens_details": { + "reasoning_tokens": 14628 + }, + "total_tokens": 27275 + }, + "attempts": 1, + "sha256": "242aea4372e280b114993797f19d6085b568d66531e597383f3ab0fd746ae0c0", + "generatedAt": "2026-09-13T20:01:59.932Z" + }, + "files": { + "ceos/030-tobias-lutke/artwork.svg": "242aea4372e280b114993797f19d6085b568d66531e597383f3ab0fd746ae0c0", + "ceos/030-tobias-lutke/front.svg": "cb9470c500ee1286ff5d786ef6878a56390e1fc16e499d4643610f796601d5ae", + "ceos/030-tobias-lutke/front.png": "d8436421bc2643c6831d58905335922bddb53c20b1355552330f7fee851888d6", + "ceos/030-tobias-lutke/back.svg": "d401c8b83f43b041b53852c78d9f42f03401168b109f814faac16458da640e99", + "ceos/030-tobias-lutke/back.png": "baefe68e3a8cc058cae2b97198dcbe5117190829243434f05fdc5b3e596bab6f" + }, + "builtAt": "2026-09-13T20:02:00.134Z" + }, + { + "fingerprint": "6d58d790d1a93b7731ab0c9bf755fb8a0065d60ac4b8d29bfa752c189202660d", + "card": { + "number": 31, + "slug": "elon-musk", + "name": "Elon Musk", + "title": "CEO, Tesla, SpaceX and X", + "knownFor": "Rockets, electric cars, and releasing the patents", + "rarity": "iconic", + "impact": 93, + "product": 90, + "operating": 88, + "openness": 64, + "influence": 95, + "nationality": "South Africa / USA", + "era": "2002–", + "domains": [ + "Aerospace", + "Automotive", + "Social platforms" + ], + "scouting": "Runs several companies at once and has changed at least two industries: SpaceX made orbital launch reusable and drove cost per kilogram down by an order of magnitude, and Tesla made electric cars something people wanted rather than tolerated. In 2014 Tesla pledged not to enforce its patents against anyone using them in good faith. He bought Twitter for $44 billion in 2022.", + "note": "Carded for the launch cost curve and the patent pledge, not the posting.", + "status": "locked", + "front": "/releases/v2/ceos/031-elon-musk/front.svg", + "back": "/releases/v2/ceos/031-elon-musk/back.svg", + "sources": [ + { + "label": "Elon Musk", + "url": "https://en.wikipedia.org/wiki/Elon_Musk" + }, + { + "label": "Tesla, Inc.", + "url": "https://en.wikipedia.org/wiki/Tesla,_Inc." + }, + { + "label": "SpaceX reusable launch system", + "url": "https://en.wikipedia.org/wiki/SpaceX_reusable_launch_system_development_program" + } + ], + "series": "ceos", + "id": "ceos/031-elon-musk", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:52:36.838Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Elon+Musk&limit=30", + "matches": [], + "rejectedCount": 30 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/031-elon-musk/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0946e7357271512e006aa6ff04e8f487d2bdbde35dba6dd974", + "usage": { + "input_tokens": 595, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 20505, + "output_tokens_details": { + "reasoning_tokens": 10220 + }, + "total_tokens": 21100 + }, + "attempts": 1, + "sha256": "e58ce8bdb418a5841a8e671e2324910ce4143b17e1693abe4406cd4a700c53db", + "generatedAt": "2026-09-13T20:00:05.300Z" + }, + "files": { + "ceos/031-elon-musk/artwork.svg": "e58ce8bdb418a5841a8e671e2324910ce4143b17e1693abe4406cd4a700c53db", + "ceos/031-elon-musk/front.svg": "47c6d57a16b0975b71070dbc74e3696bff42b397b49a4d287542ccd89a53aaa5", + "ceos/031-elon-musk/front.png": "9545cfca1bef68161536fb5c6e436f6f7a179becf1fe8682cf48eec7a085db78", + "ceos/031-elon-musk/back.svg": "882ed657ce8db30db02be35580aa1f0182c14e4f7bc47a5f638b5340e6a2d108", + "ceos/031-elon-musk/back.png": "3f7035828a58255b7ef7aa5473cac6b18db7807a768ec32556d61d6e616c4a33" + }, + "builtAt": "2026-09-13T20:00:05.543Z" + }, + { + "fingerprint": "2d906b682c06bd056c0d9052db78f283e6f985d43e4361eefa5eaca17fb7f9ac", + "card": { + "number": 32, + "slug": "daniel-ek", + "name": "Daniel Ek", + "title": "Co-founder and CEO, Spotify", + "knownFor": "Making streaming better than piracy", + "rarity": "rare", + "impact": 76, + "product": 86, + "operating": 84, + "openness": 78, + "influence": 78, + "nationality": "Sweden", + "era": "2006–", + "domains": [ + "Streaming", + "Licensing", + "Developer tooling" + ], + "scouting": "Co-founded Spotify in Stockholm in 2006 with an engineering goal that sounds trivial and was not: a track had to start playing faster than a pirated file on your own disk. The early peer-to-peer work solved it, and the licensing deals dragged the record industry into a model it had spent a decade litigating against. Spotify also gave the industry Backstage.", + "note": "Beat piracy on latency, which is a more honest explanation than the marketing.", + "status": "locked", + "front": "/releases/v2/ceos/032-daniel-ek/front.svg", + "back": "/releases/v2/ceos/032-daniel-ek/back.svg", + "sources": [ + { + "label": "Daniel Ek", + "url": "https://en.wikipedia.org/wiki/Daniel_Ek" + }, + { + "label": "Backstage", + "url": "https://backstage.io/" + } + ], + "series": "ceos", + "id": "ceos/032-daniel-ek", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:53:10.692Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Daniel+Ek&limit=30", + "matches": [], + "rejectedCount": 2 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/032-daniel-ek/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_00396a73fbc034d9006aa6ff26bfe887d2803811d83b5b257a", + "usage": { + "input_tokens": 589, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 24399, + "output_tokens_details": { + "reasoning_tokens": 11808 + }, + "total_tokens": 24988 + }, + "attempts": 1, + "sha256": "bb3e9cfdb567456cde4301440b66ebb1191a2b7919d67e3e3154e5aee48dba3a", + "generatedAt": "2026-09-13T20:01:52.318Z" + }, + "files": { + "ceos/032-daniel-ek/artwork.svg": "bb3e9cfdb567456cde4301440b66ebb1191a2b7919d67e3e3154e5aee48dba3a", + "ceos/032-daniel-ek/front.svg": "8a40d6cc1ab50a6a8ab82b58b93518df07117a5db3b62bc5b9d6bc7e4bb81f32", + "ceos/032-daniel-ek/front.png": "7fddeec05cd879862cc0fd4d3d2304dd3d5874ad5ee8f205c0bb7c3584694a86", + "ceos/032-daniel-ek/back.svg": "9f3e60a9dbb9bef0e1595d775fc33988f83b18f57d7b50ec491b63f065b1f9f1", + "ceos/032-daniel-ek/back.png": "4e868af2c37b23a2a6ed94ab003a5b800a294ecdfb32aff0d24055f514c13797" + }, + "builtAt": "2026-09-13T20:01:52.521Z" + }, + { + "fingerprint": "f4eb47e3c76e8f95400d8275644b1879284ca61ef4f5fd7c03aada20e0de298f", + "card": { + "number": 33, + "slug": "andy-jassy", + "name": "Andy Jassy", + "title": "Founder of AWS; CEO, Amazon", + "knownFor": "Building the cloud, and the licence backlash it caused", + "rarity": "legendary", + "impact": 89, + "product": 84, + "operating": 95, + "openness": 52, + "influence": 91, + "nationality": "USA", + "era": "2003–", + "domains": [ + "Cloud", + "Infrastructure", + "Enterprise" + ], + "scouting": "Wrote the original business plan for what became AWS and ran it from 2006 until succeeding Bezos in 2021. AWS turned computing into a utility. It also set off the defining licensing fight of the era: Elastic, MongoDB and Redis changed licences over managed services built on their code, and Amazon forked Elasticsearch into OpenSearch, later donated to the Linux Foundation.", + "note": "The reason the SSPL exists, and the reason OpenSearch does.", + "status": "locked", + "front": "/releases/v2/ceos/033-andy-jassy/front.svg", + "back": "/releases/v2/ceos/033-andy-jassy/back.svg", + "sources": [ + { + "label": "Andy Jassy", + "url": "https://en.wikipedia.org/wiki/Andy_Jassy" + }, + { + "label": "OpenSearch", + "url": "https://en.wikipedia.org/wiki/OpenSearch_(software)" + }, + { + "label": "Server Side Public License", + "url": "https://en.wikipedia.org/wiki/Server_Side_Public_License" + } + ], + "series": "ceos", + "id": "ceos/033-andy-jassy", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:53:13.889Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Andy+Jassy&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/033-andy-jassy/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_060a178135c4b85f006aa6ff29f93c87d2ae8516d3d5055926", + "usage": { + "input_tokens": 591, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 21858, + "output_tokens_details": { + "reasoning_tokens": 11342 + }, + "total_tokens": 22449 + }, + "attempts": 1, + "sha256": "e10220cfcb49a5867ff6b29c8d00c991a8733c2f3b5b1825f883dc1775798af7", + "generatedAt": "2026-09-13T20:01:12.793Z" + }, + "files": { + "ceos/033-andy-jassy/artwork.svg": "e10220cfcb49a5867ff6b29c8d00c991a8733c2f3b5b1825f883dc1775798af7", + "ceos/033-andy-jassy/front.svg": "13936f90db14bc6be3698fc7f40a3ab875c714247961861c5348a0d53cddc9f5", + "ceos/033-andy-jassy/front.png": "b340bdba2a7678b5ce27ff2ab700be9ff6a0057c6af27c8777ce7f59a001797f", + "ceos/033-andy-jassy/back.svg": "9f876ec57f14bcb1773507c2c5e937c26adcf32ffbc4414665490fc6675da2d8", + "ceos/033-andy-jassy/back.png": "3865a33ede81c10a50f7d6356d4ef29466f1ebd0b599c7be7e01ce94e636be02" + }, + "builtAt": "2026-09-13T20:01:12.980Z" + }, + { + "fingerprint": "c12a492e033b23bf88ddd819a35dde303e809da1e5ccca82f539a977ec3b7a49", + "card": { + "number": 34, + "slug": "chris-wanstrath", + "name": "Chris Wanstrath", + "title": "Co-founder and CEO, GitHub", + "knownFor": "The place the world’s open source moved to", + "rarity": "legendary", + "impact": 88, + "product": 92, + "operating": 78, + "openness": 90, + "influence": 92, + "nationality": "USA", + "era": "2008–2018", + "domains": [ + "Developer platforms", + "Git", + "Collaboration" + ], + "scouting": "Co-founded GitHub in 2008 and was CEO through the period when it became the default home of open source, largely by making the pull request a social object rather than a mailing-list patch. The company was bootstrapped for four years, ran on a famously flat structure that later came apart, and sold to Microsoft for $7.5 billion in 2018.", + "note": "Turned reviewing a patch into something people do for fun.", + "status": "locked", + "front": "/releases/v2/ceos/034-chris-wanstrath/front.svg", + "back": "/releases/v2/ceos/034-chris-wanstrath/back.svg", + "sources": [ + { + "label": "Chris Wanstrath", + "url": "https://en.wikipedia.org/wiki/Chris_Wanstrath" + }, + { + "label": "GitHub", + "url": "https://en.wikipedia.org/wiki/GitHub" + }, + { + "label": "Electron", + "url": "https://en.wikipedia.org/wiki/Electron_(software_framework)" + } + ], + "series": "ceos", + "id": "ceos/034-chris-wanstrath", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:53:16.319Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Chris+Wanstrath&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/034-chris-wanstrath/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0a20aad8cb4420cf006aa6ff2c601487d2949cc3e4c3486d67", + "usage": { + "input_tokens": 597, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 19226, + "output_tokens_details": { + "reasoning_tokens": 5985 + }, + "total_tokens": 19823 + }, + "attempts": 1, + "sha256": "45f7706d9c47e5c2b3bc85793c196a5f3be73ee169a6a4986149b6a488b35770", + "generatedAt": "2026-09-13T20:00:29.370Z" + }, + "files": { + "ceos/034-chris-wanstrath/artwork.svg": "45f7706d9c47e5c2b3bc85793c196a5f3be73ee169a6a4986149b6a488b35770", + "ceos/034-chris-wanstrath/front.svg": "de35940932ca47484099224eb1adfbac296718f5887100e77ea6ded85d32fe1f", + "ceos/034-chris-wanstrath/front.png": "fd7700c2db9f9506e9ec99d53ceded5f4d52c81398573a6d7da828972073149c", + "ceos/034-chris-wanstrath/back.svg": "13a6a95610ff7176f22012b0dca761f12e0479060cd6f16b5bac8f628ecb1ac7", + "ceos/034-chris-wanstrath/back.png": "18e5ae368d4fbb072b0d5cce714011474801fca7e2688cd0efa2bc0f17174917" + }, + "builtAt": "2026-09-13T20:00:29.573Z" + }, + { + "fingerprint": "c5c1332cbad043f79acce0231a4a477c04a729a060ccbea9d579cde35dcafca4", + "card": { + "number": 35, + "slug": "jim-whitehurst", + "name": "Jim Whitehurst", + "title": "CEO, Red Hat", + "knownFor": "Taking an open source company past three billion in revenue", + "rarity": "epic", + "impact": 83, + "product": 62, + "operating": 94, + "openness": 92, + "influence": 85, + "nationality": "USA", + "era": "2008–2020", + "domains": [ + "Linux", + "Open source business", + "Enterprise" + ], + "scouting": "Came from Delta Air Lines to run Red Hat in 2008 and grew it from about $500 million to over $3 billion in annual revenue, the first open source company at that scale, before selling to IBM for $34 billion in 2019. He wrote The Open Organization, and backed the OpenShift bet on Kubernetes early.", + "note": "The proof that the open source business model scales past the true believers.", + "status": "locked", + "front": "/releases/v2/ceos/035-jim-whitehurst/front.svg", + "back": "/releases/v2/ceos/035-jim-whitehurst/back.svg", + "sources": [ + { + "label": "Jim Whitehurst", + "url": "https://en.wikipedia.org/wiki/Jim_Whitehurst" + }, + { + "label": "IBM acquisition of Red Hat", + "url": "https://en.wikipedia.org/wiki/Red_Hat" + } + ], + "series": "ceos", + "id": "ceos/035-jim-whitehurst", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:53:37.732Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Jim+Whitehurst&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/035-jim-whitehurst/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_095a5dd00a858b81006aa6ff41dff487d298f7dbff363ddc1c", + "usage": { + "input_tokens": 586, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 20625, + "output_tokens_details": { + "reasoning_tokens": 9566 + }, + "total_tokens": 21211 + }, + "attempts": 1, + "sha256": "0e7299f374e1fcd7843cfb08cc9db006c35f385e086e6d9525459c20a1bd8dae", + "generatedAt": "2026-09-13T20:01:00.968Z" + }, + "files": { + "ceos/035-jim-whitehurst/artwork.svg": "0e7299f374e1fcd7843cfb08cc9db006c35f385e086e6d9525459c20a1bd8dae", + "ceos/035-jim-whitehurst/front.svg": "221eaf2626e08bbc811a8e07831ef1b64b3712c4d7e92f45e6cb0f68f30bab0e", + "ceos/035-jim-whitehurst/front.png": "2d9ebabcc98396fa86be7023bb00ef275b385c8e62bdfdfff94a1f18ac3c69e7", + "ceos/035-jim-whitehurst/back.svg": "b8dbff7340bfcdff908210b7bc2f57293859f3f7cb31f01416bf6b9dcadb837f", + "ceos/035-jim-whitehurst/back.png": "0df7f57b5d242e1cb28efef8acf4e6256eea1d48099fa31905f787c7316b5980" + }, + "builtAt": "2026-09-13T20:01:01.148Z" + }, + { + "fingerprint": "c97d7c02b05aa31cec7e0157a141fe07bba8402bdd45806106c492700425c218", + "card": { + "number": 36, + "slug": "matthew-prince", + "name": "Matthew Prince", + "title": "Co-founder and CEO, Cloudflare", + "knownFor": "A free tier that quietly became internet infrastructure", + "rarity": "epic", + "impact": 82, + "product": 86, + "operating": 88, + "openness": 80, + "influence": 84, + "nationality": "USA", + "era": "2009–", + "domains": [ + "CDN", + "Security", + "Edge computing" + ], + "scouting": "Co-founded Cloudflare in 2009 with Michelle Zatlyn and Lee Holloway and gave away DDoS protection and a CDN to anyone who asked, which is why a large share of the web now passes through it. The company open-sourced Quiche, Pingora and the Workers runtime, funded Let’s Encrypt, and runs Project Galileo for civil society sites at no charge.", + "note": "Gave away the expensive part and made the internet structurally dependent on it.", + "status": "locked", + "front": "/releases/v2/ceos/036-matthew-prince/front.svg", + "back": "/releases/v2/ceos/036-matthew-prince/back.svg", + "sources": [ + { + "label": "Matthew Prince", + "url": "https://en.wikipedia.org/wiki/Matthew_Prince" + }, + { + "label": "Cloudflare", + "url": "https://en.wikipedia.org/wiki/Cloudflare" + }, + { + "label": "Pingora", + "url": "https://github.com/cloudflare/pingora" + } + ], + "series": "ceos", + "id": "ceos/036-matthew-prince", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:53:38.099Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Matthew+Prince&limit=30", + "matches": [], + "rejectedCount": 6 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/036-matthew-prince/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0b2412cd7889362b006aa6ff422aac87d28074b5dad0143e11", + "usage": { + "input_tokens": 596, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 20179, + "output_tokens_details": { + "reasoning_tokens": 6732 + }, + "total_tokens": 20775 + }, + "attempts": 1, + "sha256": "f90f7059049bc8548ab49086e7b7188a84fe196ae80eba2b2ef6b7f335580631", + "generatedAt": "2026-09-13T20:01:05.983Z" + }, + "files": { + "ceos/036-matthew-prince/artwork.svg": "f90f7059049bc8548ab49086e7b7188a84fe196ae80eba2b2ef6b7f335580631", + "ceos/036-matthew-prince/front.svg": "05e0f1cc7e1f2adae283652e9bba3767517648ccc0d61630450207026664f5de", + "ceos/036-matthew-prince/front.png": "61851833cf898eccb476e8a94b11690014625ce470c2e545539469e356615be1", + "ceos/036-matthew-prince/back.svg": "9f65f442151a6363b0ab8accfdc9668537fb1ad45703a086810e847ed3b5dc03", + "ceos/036-matthew-prince/back.png": "d3604e0623cc5f3fe1b005da8b60e7457779dc7062811a0c8c6bd3528c770869" + }, + "builtAt": "2026-09-13T20:01:06.178Z" + }, + { + "fingerprint": "556a737a0b856a4be21e2940ea45d9602b7aa9782b725da086d327c1dfee7c40", + "card": { + "number": 37, + "slug": "patrick-collison", + "name": "Patrick Collison", + "title": "Co-founder and CEO, Stripe", + "knownFor": "Seven lines of code instead of a merchant account", + "rarity": "epic", + "impact": 82, + "product": 92, + "operating": 88, + "openness": 66, + "influence": 85, + "nationality": "Ireland", + "era": "2010–", + "domains": [ + "Payments", + "Developer platforms", + "APIs" + ], + "scouting": "Founded Stripe with his brother John in 2010, when accepting a card online meant weeks of paperwork with a bank, and replaced it with an API you could integrate in an afternoon. The company set the standard for what developer documentation is expected to look like, and open-sourced Sorbet, a gradual type checker for Ruby now used well beyond Stripe.", + "note": "Made the payments industry answer to developers rather than procurement.", + "status": "locked", + "front": "/releases/v2/ceos/037-patrick-collison/front.svg", + "back": "/releases/v2/ceos/037-patrick-collison/back.svg", + "sources": [ + { + "label": "Patrick Collison", + "url": "https://en.wikipedia.org/wiki/Patrick_Collison" + }, + { + "label": "Stripe", + "url": "https://en.wikipedia.org/wiki/Stripe,_Inc." + }, + { + "label": "Sorbet", + "url": "https://sorbet.org/" + } + ], + "series": "ceos", + "id": "ceos/037-patrick-collison", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:53:40.538Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Patrick+Collison&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/037-patrick-collison/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0c5917be22e96723006aa6ff449c7087d2884984aa9bbff514", + "usage": { + "input_tokens": 586, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 23880, + "output_tokens_details": { + "reasoning_tokens": 13338 + }, + "total_tokens": 24466 + }, + "attempts": 1, + "sha256": "8bc19cf2d86d083bd625ecdc8b222d9be7acaea8ba63aeb41aa4f3f28b868563", + "generatedAt": "2026-09-13T20:02:29.780Z" + }, + "files": { + "ceos/037-patrick-collison/artwork.svg": "8bc19cf2d86d083bd625ecdc8b222d9be7acaea8ba63aeb41aa4f3f28b868563", + "ceos/037-patrick-collison/front.svg": "90dd84d96d22c0c7945445cba801e7bda0f0ac6e823a9ad8160100511a2cc9e9", + "ceos/037-patrick-collison/front.png": "b12d6b0257e55ceb166811e61ffdbf81eb286b5d7deb74c5a637d12e65f06bce", + "ceos/037-patrick-collison/back.svg": "ca06dcfb5ec8599458d482875018d8ff237fa96464f9dfea384ef25582c2ca0d", + "ceos/037-patrick-collison/back.png": "681646d1d3d7c3ef777d65aba790de882c6bdf027a603011253ca85e2f97be9a" + }, + "builtAt": "2026-09-13T20:02:29.997Z" + }, + { + "fingerprint": "4c2e965cd8c9b6d16f0434897c58ef77431d7b763726b3572287765b88c5c349", + "card": { + "number": 38, + "slug": "tim-cook", + "name": "Tim Cook", + "title": "CEO, Apple", + "knownFor": "Operating the largest company in the world, and Swift", + "rarity": "legendary", + "impact": 90, + "product": 74, + "operating": 99, + "openness": 58, + "influence": 90, + "nationality": "USA", + "era": "1998–", + "domains": [ + "Supply chain", + "Consumer devices", + "Silicon" + ], + "scouting": "Joined Apple in 1998 and rebuilt its supply chain into the most efficient operation in consumer electronics, then took over in 2011 and grew the company past a three trillion dollar valuation. The move to Apple Silicon was the largest architecture migration any consumer platform has attempted. Apple open-sourced Swift in 2015 and funds LLVM, Clang and WebKit.", + "note": "The logistics person who turned out to be the right kind of successor.", + "status": "locked", + "front": "/releases/v2/ceos/038-tim-cook/front.svg", + "back": "/releases/v2/ceos/038-tim-cook/back.svg", + "sources": [ + { + "label": "Tim Cook", + "url": "https://en.wikipedia.org/wiki/Tim_Cook" + }, + { + "label": "Swift (programming language)", + "url": "https://en.wikipedia.org/wiki/Swift_(programming_language)" + }, + { + "label": "Apple silicon", + "url": "https://en.wikipedia.org/wiki/Apple_silicon" + } + ], + "series": "ceos", + "id": "ceos/038-tim-cook", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:53:53.135Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Tim+Cook&limit=30", + "matches": [], + "rejectedCount": 17 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/038-tim-cook/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0bc7d80286919e51006aa6ff513aa087d2ae05a8e49c5a65eb", + "usage": { + "input_tokens": 586, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 24547, + "output_tokens_details": { + "reasoning_tokens": 12918 + }, + "total_tokens": 25133 + }, + "attempts": 1, + "sha256": "9af1a7556c18fa0a26ab6ca313d7b68ead260bbe7b3adc8da2553ce0d16f4da4", + "generatedAt": "2026-09-13T20:03:25.200Z" + }, + "files": { + "ceos/038-tim-cook/artwork.svg": "9af1a7556c18fa0a26ab6ca313d7b68ead260bbe7b3adc8da2553ce0d16f4da4", + "ceos/038-tim-cook/front.svg": "d9726771db70c7e1f8237871b99d0368fd84a38fd4ccf9af902e568f6e66168a", + "ceos/038-tim-cook/front.png": "f3beae58d41eabbe43d10e965c382f08c62c025941155fbed3acbd33b7031af5", + "ceos/038-tim-cook/back.svg": "a5d4a70b067a0821f7c3ea100dfa6bb0e3c75402e6b241aaa964632135bc782f", + "ceos/038-tim-cook/back.png": "5a3a79ef79fdfdc278ba7c822cfb9786c2ba2579e61357331970b1f2929e04c2" + }, + "builtAt": "2026-09-13T20:03:25.389Z" + }, + { + "fingerprint": "4bf25533cee5d01fe58b6b9494f2c1ac351d0160102190bbeeb5a2ec9e211fb9", + "card": { + "number": 39, + "slug": "ginni-rometty", + "name": "Ginni Rometty", + "title": "Chairman and CEO, IBM", + "knownFor": "Buying Red Hat for thirty-four billion dollars", + "rarity": "epic", + "impact": 79, + "product": 58, + "operating": 88, + "openness": 84, + "influence": 82, + "nationality": "USA", + "era": "1981–2020", + "domains": [ + "Enterprise", + "Cloud", + "Hybrid infrastructure" + ], + "scouting": "Joined IBM as a systems engineer in 1981 and became its first woman CEO in 2012, running the company through a long and contested revenue decline as it shifted toward cloud. The decision she will be remembered for is the 2019 acquisition of Red Hat for $34 billion, structured to leave Red Hat operating independently, which is why the community did not scatter.", + "note": "Paid the largest sum in software history for a company that gives its product away.", + "status": "locked", + "front": "/releases/v2/ceos/039-ginni-rometty/front.svg", + "back": "/releases/v2/ceos/039-ginni-rometty/back.svg", + "sources": [ + { + "label": "Ginni Rometty", + "url": "https://en.wikipedia.org/wiki/Ginni_Rometty" + }, + { + "label": "IBM acquisition of Red Hat", + "url": "https://en.wikipedia.org/wiki/Red_Hat" + } + ], + "series": "ceos", + "id": "ceos/039-ginni-rometty", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:53:57.388Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Ginni+Rometty&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/039-ginni-rometty/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0646fa02337081e1006aa6ff55767887d2857c98d5eac9463b", + "usage": { + "input_tokens": 590, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 29595, + "output_tokens_details": { + "reasoning_tokens": 18502 + }, + "total_tokens": 30185 + }, + "attempts": 1, + "sha256": "becbc0be72e05f512bce8c627cc9a5cbc437aab1db33d18921962092c4aa28d0", + "generatedAt": "2026-09-13T20:05:34.581Z" + }, + "files": { + "ceos/039-ginni-rometty/artwork.svg": "becbc0be72e05f512bce8c627cc9a5cbc437aab1db33d18921962092c4aa28d0", + "ceos/039-ginni-rometty/front.svg": "ef4f2106939be9aa30158950601d7100f034a52bc36140fb82836ab7e12f42bc", + "ceos/039-ginni-rometty/front.png": "9862a8e0b68cb28ba831441521d5f907dd934c16434d1b551fee37782d8ded8e", + "ceos/039-ginni-rometty/back.svg": "e0552a7bfa79cf26fe6ac64c2b973e1da0af1c3e867ad7b0f8a23182cd755719", + "ceos/039-ginni-rometty/back.png": "2d3e46327eb46bfb4f0ec1882846c589395e7382a4c363f569007fd001c90db3" + }, + "builtAt": "2026-09-13T20:05:34.769Z" + }, + { + "fingerprint": "9a9c9f9d49fd71d06b5769d187ebc607a218d460ad2a238b8054fdda378c6476", + "card": { + "number": 40, + "slug": "pat-gelsinger", + "name": "Pat Gelsinger", + "title": "CEO, VMware and Intel", + "knownFor": "An 80486 architect who came back to run the company", + "rarity": "epic", + "impact": 80, + "product": 90, + "operating": 84, + "openness": 76, + "influence": 82, + "nationality": "USA", + "era": "1979–2024", + "domains": [ + "Processors", + "Virtualisation", + "Manufacturing" + ], + "scouting": "Joined Intel at eighteen, led the design of the 80486 and became the company’s first CTO, then ran VMware from 2012 through its Kubernetes pivot, then returned as Intel’s CEO in 2021 to attempt the hardest turnaround in the industry: rebuilding leading-edge manufacturing against TSMC. He left in 2024 with that unfinished.", + "note": "The engineer’s engineer handed the hardest job in semiconductors, twenty years late.", + "status": "locked", + "front": "/releases/v2/ceos/040-pat-gelsinger/front.svg", + "back": "/releases/v2/ceos/040-pat-gelsinger/back.svg", + "sources": [ + { + "label": "Pat Gelsinger", + "url": "https://en.wikipedia.org/wiki/Pat_Gelsinger" + }, + { + "label": "Intel 80486", + "url": "https://en.wikipedia.org/wiki/I486" + } + ], + "series": "ceos", + "id": "ceos/040-pat-gelsinger", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:54:02.887Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Pat+Gelsinger&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/040-pat-gelsinger/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_07ccb5e4a1b2f613006aa6ff5afdf487d2a43fe89fb1090ea0", + "usage": { + "input_tokens": 590, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 26372, + "output_tokens_details": { + "reasoning_tokens": 15511 + }, + "total_tokens": 26962 + }, + "attempts": 1, + "sha256": "106703513a4cd6fd8b5a8eb978b50e479db7c568ec2a75434770375e39568fbb", + "generatedAt": "2026-09-13T20:04:05.063Z" + }, + "files": { + "ceos/040-pat-gelsinger/artwork.svg": "106703513a4cd6fd8b5a8eb978b50e479db7c568ec2a75434770375e39568fbb", + "ceos/040-pat-gelsinger/front.svg": "9cfd046ce98ee58290da7e13d85bec1a4a376383631e1327c8e4d75d4100f203", + "ceos/040-pat-gelsinger/front.png": "1c97690dea63fcca68145e726c3a913cd61e520218371023a6a4f62e9e1d1379", + "ceos/040-pat-gelsinger/back.svg": "5be40174ac4c37560f33eeee2e7098dabf3c216992a1b20307baeb94db3c3bf3", + "ceos/040-pat-gelsinger/back.png": "9c35fd11a6d3e43e5e182ea118f9a217de20184205c83bdbe24e0f2bd5fb303b" + }, + "builtAt": "2026-09-13T20:04:05.251Z" + }, + { + "fingerprint": "2be51c6ed25f70e86906ea24a48eeabdff5f0b7376e6eca9fbb41a99c19be8e3", + "card": { + "number": 41, + "slug": "satya-nadella", + "name": "Satya Nadella", + "title": "CEO, Microsoft", + "knownFor": "Microsoft loves Linux, and meaning it", + "rarity": "iconic", + "impact": 95, + "product": 84, + "operating": 97, + "openness": 88, + "influence": 96, + "nationality": "India / USA", + "era": "1992–", + "domains": [ + "Cloud", + "Open source", + "AI" + ], + "scouting": "Took over Microsoft in 2014, a company whose previous CEO had called Linux a cancer, and reversed the posture completely: .NET open-sourced and cross-platform, the Linux kernel shipped inside Windows as WSL, VS Code released under MIT, Microsoft joining the Linux Foundation, and GitHub bought for $7.5 billion in 2018 and left to run itself.", + "note": "Turned the villain of Series One’s founding argument into the largest corporate contributor to open source.", + "status": "locked", + "front": "/releases/v2/ceos/041-satya-nadella/front.svg", + "back": "/releases/v2/ceos/041-satya-nadella/back.svg", + "sources": [ + { + "label": "Satya Nadella", + "url": "https://en.wikipedia.org/wiki/Satya_Nadella" + }, + { + "label": "Windows Subsystem for Linux", + "url": "https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux" + }, + { + "label": "Microsoft acquisition of GitHub", + "url": "https://en.wikipedia.org/wiki/GitHub" + } + ], + "series": "ceos", + "id": "ceos/041-satya-nadella", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:54:19.502Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Satya+Nadella&limit=30", + "matches": [], + "rejectedCount": 2 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/041-satya-nadella/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0386ced6b2e2d144006aa6ff6b913c87d292768ab3fd869612", + "usage": { + "input_tokens": 590, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 19899, + "output_tokens_details": { + "reasoning_tokens": 9580 + }, + "total_tokens": 20489 + }, + "attempts": 1, + "sha256": "ae59e3ae89745fc6b2941d21e02128c46560e5b74e96e9094cbaa45b5e5e494c", + "generatedAt": "2026-09-13T20:01:36.599Z" + }, + "files": { + "ceos/041-satya-nadella/artwork.svg": "ae59e3ae89745fc6b2941d21e02128c46560e5b74e96e9094cbaa45b5e5e494c", + "ceos/041-satya-nadella/front.svg": "65e3717ecc0540ca36aa5c2f094073b9a8024957e8bba3c91ac02bd70ecbab26", + "ceos/041-satya-nadella/front.png": "19ef14a4c2e0f80a56671492037286f9fec2f2356de2772fcf79a8c078144318", + "ceos/041-satya-nadella/back.svg": "414164c54cb08f2319ff4e873926f03019feddb2d38b49ad6f3773e14e630dd5", + "ceos/041-satya-nadella/back.png": "a8cd023376fc0b3cbf84d5bf82efa98e916c24a4ea1c2d79b9a3f11d6e1b3094" + }, + "builtAt": "2026-09-13T20:01:36.758Z" + }, + { + "fingerprint": "56c08bc0f1737f6d8c955980d768bc9817a941d6e8013a9963724172cf417319", + "card": { + "number": 42, + "slug": "lisa-su", + "name": "Lisa Su", + "title": "CEO, AMD", + "knownFor": "The turnaround that put competition back into x86", + "rarity": "iconic", + "impact": 92, + "product": 96, + "operating": 95, + "openness": 82, + "influence": 92, + "nationality": "Taiwan / USA", + "era": "2012–", + "domains": [ + "Processors", + "GPUs", + "Semiconductors" + ], + "scouting": "An MIT-trained semiconductor engineer with real silicon credentials, she took over an AMD near collapse in 2014, bet everything on the Zen architecture and a chiplet strategy, and turned it into a company that took server share from Intel and grew its market value more than fiftyfold. AMD’s ROCm stack is open source, the only credible open alternative to CUDA.", + "note": "The most complete corporate turnaround in modern hardware, run by someone who could read the layouts.", + "status": "locked", + "front": "/releases/v2/ceos/042-lisa-su/front.svg", + "back": "/releases/v2/ceos/042-lisa-su/back.svg", + "sources": [ + { + "label": "Lisa Su", + "url": "https://en.wikipedia.org/wiki/Lisa_Su" + }, + { + "label": "Zen (microarchitecture)", + "url": "https://en.wikipedia.org/wiki/Zen_(microarchitecture)" + }, + { + "label": "ROCm", + "url": "https://en.wikipedia.org/wiki/ROCm" + } + ], + "series": "ceos", + "id": "ceos/042-lisa-su", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:54:19.635Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Lisa+Su&limit=30", + "matches": [], + "rejectedCount": 2 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/042-lisa-su/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0d06067b3e0df64e006aa6ff6bbbc887d291696797ee37d4bd", + "usage": { + "input_tokens": 585, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 23629, + "output_tokens_details": { + "reasoning_tokens": 12218 + }, + "total_tokens": 24214 + }, + "attempts": 1, + "sha256": "00ce2635cc092f4a3ad65df4e77084a16f3b97d9c7d0299104e50075d9553c9d", + "generatedAt": "2026-09-13T20:03:15.867Z" + }, + "files": { + "ceos/042-lisa-su/artwork.svg": "00ce2635cc092f4a3ad65df4e77084a16f3b97d9c7d0299104e50075d9553c9d", + "ceos/042-lisa-su/front.svg": "accc7606278aee77ee1576ed6095970a379c52aa2d781303d046ba9a1958b089", + "ceos/042-lisa-su/front.png": "44f24a01a0e3645e1e6322310b658bf9042cc8836ba0d5b341ff1a9bdeb02d46", + "ceos/042-lisa-su/back.svg": "bdbb84457ec3ed09c12f2a1fbb2f3f2cdab55212bb516eae405fbc91815236d5", + "ceos/042-lisa-su/back.png": "cd6a9429c9df3f9fa353c293166b798eba2646d7f7be7143fcfa1f3786ddb209" + }, + "builtAt": "2026-09-13T20:03:16.047Z" + }, + { + "fingerprint": "4fdb82d527d76b285580ccba4cbd8e5f877ac13cb99405ebf7d9d2671e827b6a", + "card": { + "number": 43, + "slug": "susan-wojcicki", + "name": "Susan Wojcicki", + "title": "CEO, YouTube", + "knownFor": "The garage, AdSense, and the royalty-free video codecs", + "rarity": "epic", + "impact": 82, + "product": 78, + "operating": 90, + "openness": 78, + "influence": 85, + "nationality": "USA", + "era": "1998–2024", + "domains": [ + "Video", + "Advertising", + "Codecs" + ], + "scouting": "Rented her Menlo Park garage to Google’s founders in 1998, became employee sixteen, built AdSense into the business that funded the free web, argued for buying YouTube in 2006, and ran it from 2014 to 2023. The open thread runs through the codecs: Google released VP8 and VP9 royalty-free, then AV1 through the Alliance for Open Media. She died in 2024.", + "note": "Ran the platform, and quietly made its file format free for everyone else.", + "status": "locked", + "front": "/releases/v2/ceos/043-susan-wojcicki/front.svg", + "back": "/releases/v2/ceos/043-susan-wojcicki/back.svg", + "sources": [ + { + "label": "Susan Wojcicki", + "url": "https://en.wikipedia.org/wiki/Susan_Wojcicki" + }, + { + "label": "AV1", + "url": "https://en.wikipedia.org/wiki/AV1" + }, + { + "label": "VP9", + "url": "https://en.wikipedia.org/wiki/VP9" + } + ], + "series": "ceos", + "id": "ceos/043-susan-wojcicki", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:54:49.463Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Susan+Wojcicki&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/043-susan-wojcicki/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_098647c09baaa29e006aa6ff898aa887d2ba5e3c2b543d5c6b", + "usage": { + "input_tokens": 610, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 22425, + "output_tokens_details": { + "reasoning_tokens": 12270 + }, + "total_tokens": 23035 + }, + "attempts": 1, + "sha256": "52f432b6e153a9b2e10e788afab997580d28e272ca54edee8d316d95bee787b3", + "generatedAt": "2026-09-13T20:02:07.770Z" + }, + "files": { + "ceos/043-susan-wojcicki/artwork.svg": "52f432b6e153a9b2e10e788afab997580d28e272ca54edee8d316d95bee787b3", + "ceos/043-susan-wojcicki/front.svg": "a536fc81552e292fb509a71ec17d168ac97abc0abb7d205f250824573da11161", + "ceos/043-susan-wojcicki/front.png": "ff96ca3d9b0a571d96d7cdc16363dc8c1a0275aa97f8205b500d805598c709df", + "ceos/043-susan-wojcicki/back.svg": "0f8fc750bfc74bbb27356a3b9da9b7ff1ba42ff3fefb90edf0cf20115d675017", + "ceos/043-susan-wojcicki/back.png": "fb4416aee3addae479c4132677acc13031c9a2822d94735b9abf3f7cbabea508" + }, + "builtAt": "2026-09-13T20:02:07.986Z" + }, + { + "fingerprint": "1274fa797116bdd900d04cb791cdc9631c5d87ce757b364980cec42b7637d2e7", + "card": { + "number": 44, + "slug": "sid-sijbrandij", + "name": "Sid Sijbrandij", + "title": "Co-founder and CEO, GitLab", + "knownFor": "Open core, an all-remote company, and a handbook anyone can read", + "rarity": "epic", + "impact": 78, + "product": 84, + "operating": 86, + "openness": 96, + "influence": 80, + "nationality": "Netherlands", + "era": "2012–", + "domains": [ + "DevOps", + "Open core", + "Remote work" + ], + "scouting": "Turned Dmitriy Zaporozhets’ side project into a company in 2012 and took it public in 2021, running one of the few genuinely successful open core businesses: the community edition stays free and self-hostable while the enterprise tiers pay the bills. GitLab has been all-remote from the start and publishes its entire internal handbook in public.", + "note": "Runs the company with the doors off, and it is a public company.", + "status": "locked", + "front": "/releases/v2/ceos/044-sid-sijbrandij/front.svg", + "back": "/releases/v2/ceos/044-sid-sijbrandij/back.svg", + "sources": [ + { + "label": "GitLab", + "url": "https://en.wikipedia.org/wiki/GitLab" + }, + { + "label": "The GitLab Handbook", + "url": "https://handbook.gitlab.com/" + } + ], + "series": "ceos", + "id": "ceos/044-sid-sijbrandij", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:54:59.342Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Sid+Sijbrandij&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/044-sid-sijbrandij/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_00806da89d8171f1006aa6ff93685887d28e7c8e5d5c36b28a", + "usage": { + "input_tokens": 603, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 23108, + "output_tokens_details": { + "reasoning_tokens": 11384 + }, + "total_tokens": 23711 + }, + "attempts": 1, + "sha256": "f851ce38cb84ac56711f50164e857cd6cc2cb51f5d6409fd8fd4273b19039fc0", + "generatedAt": "2026-09-13T20:03:18.295Z" + }, + "files": { + "ceos/044-sid-sijbrandij/artwork.svg": "f851ce38cb84ac56711f50164e857cd6cc2cb51f5d6409fd8fd4273b19039fc0", + "ceos/044-sid-sijbrandij/front.svg": "5ee744509a6e35a890c6b1b692ca8e12d1162e12dfbed621a4d513a8e062ed0d", + "ceos/044-sid-sijbrandij/front.png": "07f179d0d22e796a431061901c9aa10985adda8503cde7e373a06e87df66a7b4", + "ceos/044-sid-sijbrandij/back.svg": "6fdd8583cdf02c78cd093ba87e5e27cba636e520aa62654a84d948becb80abcb", + "ceos/044-sid-sijbrandij/back.png": "7e5892c94cdd616b0606d7b2f78b386b1829202d5e4908db56990ad6f4b46d0a" + }, + "builtAt": "2026-09-13T20:03:18.480Z" + }, + { + "fingerprint": "bb925779a45bf5fadb4ada3b045466b769e90523b3f1663354b1b7d4cbb4ef03", + "card": { + "number": 45, + "slug": "jay-kreps", + "name": "Jay Kreps", + "title": "Co-founder and CEO, Confluent", + "knownFor": "Writing Kafka, then building the company around it", + "rarity": "epic", + "impact": 79, + "product": 94, + "operating": 82, + "openness": 90, + "influence": 82, + "nationality": "USA", + "era": "2010–", + "domains": [ + "Streaming data", + "Distributed systems", + "Open source business" + ], + "scouting": "Co-created Apache Kafka at LinkedIn to solve the company’s own data-pipeline mess, wrote The Log, the essay that taught a generation of engineers to think of state as a replayable stream, and left in 2014 to found Confluent around it. Kafka is now infrastructure at most large companies, and Confluent went public in 2021.", + "note": "Wrote the thing, then had to work out how to keep the lights on around it.", + "status": "locked", + "front": "/releases/v2/ceos/045-jay-kreps/front.svg", + "back": "/releases/v2/ceos/045-jay-kreps/back.svg", + "sources": [ + { + "label": "Apache Kafka", + "url": "https://en.wikipedia.org/wiki/Apache_Kafka" + }, + { + "label": "The Log: What every software engineer should know (archived)", + "url": "https://web.archive.org/web/2020/https://engineering.linkedin.com/distributed-systems/log-what-every-software-engineer-should-know-about-real-time-datas-unifying" + }, + { + "label": "Confluent", + "url": "https://en.wikipedia.org/wiki/Confluent,_Inc." + } + ], + "series": "ceos", + "id": "ceos/045-jay-kreps", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:55:01.557Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Jay+Kreps&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/045-jay-kreps/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0539ba431d4aed3c006aa6ff959fe887d2b7cd8c57f1f46a83", + "usage": { + "input_tokens": 598, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 23506, + "output_tokens_details": { + "reasoning_tokens": 12713 + }, + "total_tokens": 24104 + }, + "attempts": 1, + "sha256": "549bb8a92b2396d4f72c2c01cf5fe0af8b19a6ff56787a6b88e76234a32127b6", + "generatedAt": "2026-09-13T20:03:23.631Z" + }, + "files": { + "ceos/045-jay-kreps/artwork.svg": "549bb8a92b2396d4f72c2c01cf5fe0af8b19a6ff56787a6b88e76234a32127b6", + "ceos/045-jay-kreps/front.svg": "58b3360d8af72a62cd9de33c378774b04464d143be0675f62f0d7d5196d43a2f", + "ceos/045-jay-kreps/front.png": "0a534befce7ec5fa4605c69b06f42b45c1b5ba1487b1f0ede97e93345115d9a0", + "ceos/045-jay-kreps/back.svg": "402783d8055960d02151b4f03c34c18a837bd3b1b46b9991ef060ce340ab5f62", + "ceos/045-jay-kreps/back.png": "bea336a2165c1169b590fda4dcd87098c29e3c1fe90f493c8db03bfcf33d698e" + }, + "builtAt": "2026-09-13T20:03:23.856Z" + }, + { + "fingerprint": "0897756fd81a6979042619a107bb5b7cc08805b69c1ddbe18fea9528f01298d3", + "card": { + "number": 46, + "slug": "sundar-pichai", + "name": "Sundar Pichai", + "title": "CEO, Google and Alphabet", + "knownFor": "Chrome, Android, and the browser that ate the desktop", + "rarity": "legendary", + "impact": 90, + "product": 86, + "operating": 94, + "openness": 78, + "influence": 91, + "nationality": "India / USA", + "era": "2004–", + "domains": [ + "Browsers", + "Android", + "AI" + ], + "scouting": "Made his name arguing internally that Google should build a browser at all, shipped Chrome in 2008 and took it from nothing to dominant, picking up Android and Chrome OS on the way before becoming CEO in 2015. Google under him released TensorFlow, Kubernetes, Go and Chromium, while facing antitrust rulings over the businesses that pay for all of it.", + "note": "Runs the company that both funds and dominates the open web.", + "status": "locked", + "front": "/releases/v2/ceos/046-sundar-pichai/front.svg", + "back": "/releases/v2/ceos/046-sundar-pichai/back.svg", + "sources": [ + { + "label": "Sundar Pichai", + "url": "https://en.wikipedia.org/wiki/Sundar_Pichai" + }, + { + "label": "Kubernetes", + "url": "https://en.wikipedia.org/wiki/Kubernetes" + }, + { + "label": "TensorFlow", + "url": "https://en.wikipedia.org/wiki/TensorFlow" + } + ], + "series": "ceos", + "id": "ceos/046-sundar-pichai", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:55:13.775Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Sundar+Pichai&limit=30", + "matches": [], + "rejectedCount": 1 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/046-sundar-pichai/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0e837617214c5c15006aa6ffa1ef7887d289419a295a20eda2", + "usage": { + "input_tokens": 595, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 21682, + "output_tokens_details": { + "reasoning_tokens": 11326 + }, + "total_tokens": 22277 + }, + "attempts": 1, + "sha256": "c6f8e54ed369e7abcc1ac5959e455fe66d77ad66654cbe51725ab3ad519a3f91", + "generatedAt": "2026-09-13T20:03:27.802Z" + }, + "files": { + "ceos/046-sundar-pichai/artwork.svg": "c6f8e54ed369e7abcc1ac5959e455fe66d77ad66654cbe51725ab3ad519a3f91", + "ceos/046-sundar-pichai/front.svg": "a480253096e3d56ef95f334814a3b96e80d2aa3ac42c3d9d3e07cb539c772298", + "ceos/046-sundar-pichai/front.png": "9fe712e3d8d6e2ea623ba26c59ab6bab757a0a2d4bc23cc2fe319fd401c1546b", + "ceos/046-sundar-pichai/back.svg": "1c6f49cab341f21ad30e021adcd0b7c422fa00bcce4fc50739e7dd0db5f1b3c3", + "ceos/046-sundar-pichai/back.png": "100b48224075e4a7121d70a93ce812eb80cf6e75165f15baff56d43eb5b1aebf" + }, + "builtAt": "2026-09-13T20:03:27.984Z" + }, + { + "fingerprint": "e76dd3e676b251be72250b073ef3a02e1fdd72e338f1bd259760cc692ad1ee1e", + "card": { + "number": 47, + "slug": "guillermo-rauch", + "name": "Guillermo Rauch", + "title": "Founder and CEO, Vercel", + "knownFor": "Next.js, and making deployment a git push", + "rarity": "rare", + "impact": 76, + "product": 94, + "operating": 78, + "openness": 88, + "influence": 80, + "nationality": "Argentina / USA", + "era": "2010–", + "domains": [ + "Web frameworks", + "Deployment", + "JavaScript" + ], + "scouting": "Wrote socket.io and mongoose before founding the company now called Vercel, which maintains Next.js, the most used React framework, and turned preview deployments on every pull request into a baseline expectation rather than a luxury. He is also the clearest example of the open-core tension of his generation: the framework is MIT, the hosting is the business.", + "note": "Ships the framework, hosts the framework, and takes the argument about it in public.", + "status": "locked", + "front": "/releases/v2/ceos/047-guillermo-rauch/front.svg", + "back": "/releases/v2/ceos/047-guillermo-rauch/back.svg", + "sources": [ + { + "label": "Next.js", + "url": "https://en.wikipedia.org/wiki/Next.js" + }, + { + "label": "Socket.IO", + "url": "https://en.wikipedia.org/wiki/Socket.IO" + }, + { + "label": "Vercel", + "url": "https://vercel.com/about" + } + ], + "series": "ceos", + "id": "ceos/047-guillermo-rauch", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:55:14.767Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Guillermo+Rauch&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/047-guillermo-rauch/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_012c4161b74cf2c9006aa6ffa30a0487d28e2e1b77d68d0fc6", + "usage": { + "input_tokens": 588, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 25325, + "output_tokens_details": { + "reasoning_tokens": 13659 + }, + "total_tokens": 25913 + }, + "attempts": 1, + "sha256": "e37890b50f29b9c04e80aa89ea64a1c595f00def8e82726c8581ae5d6c9db8cd", + "generatedAt": "2026-09-13T20:03:55.021Z" + }, + "files": { + "ceos/047-guillermo-rauch/artwork.svg": "e37890b50f29b9c04e80aa89ea64a1c595f00def8e82726c8581ae5d6c9db8cd", + "ceos/047-guillermo-rauch/front.svg": "60f4dfabc15f00816fd3dd69e21bf0dc31a43fd2bb7c3a0a9b71e127191ea9ee", + "ceos/047-guillermo-rauch/front.png": "2b7efaff92b3603e89e9838825a2a5adc7afeced032aa883cdf5b29c04369f3e", + "ceos/047-guillermo-rauch/back.svg": "9b010194717f30900770fbd01bfae70e23539becc4a7bffb9186bb471f88fa03", + "ceos/047-guillermo-rauch/back.png": "350d8cf0e91938faa2d606f6d86e268198b46681293ac0ed562a9e24f977132c" + }, + "builtAt": "2026-09-13T20:03:55.196Z" + }, + { + "fingerprint": "66ee1ea3aba043e496589728d24de8221aa0abb1aac2b9f7a1153698179a45ff", + "card": { + "number": 48, + "slug": "ali-ghodsi", + "name": "Ali Ghodsi", + "title": "Co-founder and CEO, Databricks", + "knownFor": "Spark out of a research lab and into every data platform", + "rarity": "epic", + "impact": 81, + "product": 90, + "operating": 88, + "openness": 86, + "influence": 84, + "nationality": "Iran / Sweden / USA", + "era": "2013–", + "domains": [ + "Data platforms", + "Distributed computing", + "AI" + ], + "scouting": "One of the Berkeley AMPLab researchers behind Apache Spark, which replaced MapReduce as the default way to process large datasets, and CEO of Databricks since 2016. The company has kept releasing the substrate rather than hoarding it: Delta Lake, MLflow, Unity Catalog and the Dolly models were all open-sourced, and it bought MosaicML and Tabular to keep the open table format from fragmenting.", + "note": "A professor who turned the lab’s output into a platform without closing the source.", + "status": "locked", + "front": "/releases/v2/ceos/048-ali-ghodsi/front.svg", + "back": "/releases/v2/ceos/048-ali-ghodsi/back.svg", + "sources": [ + { + "label": "Ali Ghodsi", + "url": "https://en.wikipedia.org/wiki/Ali_Ghodsi" + }, + { + "label": "Apache Spark", + "url": "https://en.wikipedia.org/wiki/Apache_Spark" + }, + { + "label": "Delta Lake", + "url": "https://delta.io/" + } + ], + "series": "ceos", + "id": "ceos/048-ali-ghodsi", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:55:17.151Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Ali+Ghodsi&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/048-ali-ghodsi/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0c48677f0b35bf69006aa6ffa536a887d2b220262132676601", + "usage": { + "input_tokens": 609, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 22990, + "output_tokens_details": { + "reasoning_tokens": 12430 + }, + "total_tokens": 23599 + }, + "attempts": 1, + "sha256": "57bb02dc3b83f6278de03acc333bb05f8a674650215b717c1009314e449c341e", + "generatedAt": "2026-09-13T20:03:31.188Z" + }, + "files": { + "ceos/048-ali-ghodsi/artwork.svg": "57bb02dc3b83f6278de03acc333bb05f8a674650215b717c1009314e449c341e", + "ceos/048-ali-ghodsi/front.svg": "ad026a81733de589da1faf54de323fe791eb1e97881e76109114bf640364b4d2", + "ceos/048-ali-ghodsi/front.png": "d6f8d5fa7edfd31233f1093dce11f7893f77bd7ecb7bbc8a44e2f7a8b2830c93", + "ceos/048-ali-ghodsi/back.svg": "d7e40a5bd4b3fa6d5eee9aaef9cd4ba0ef6b91ab760016797a062b063db1febe", + "ceos/048-ali-ghodsi/back.png": "a7df645536e418c8effcd9a961b81bdabaea9b9ae345c24c5c4138404cad6733" + }, + "builtAt": "2026-09-13T20:03:31.378Z" + }, + { + "fingerprint": "4d91a3fef8e9f6408a6bc7729319633958ab3acba49f4a63b3869576ada3afff", + "card": { + "number": 49, + "slug": "nat-friedman", + "name": "Nat Friedman", + "title": "CEO, GitHub", + "knownFor": "Running GitHub after Microsoft bought it, and shipping Copilot", + "rarity": "epic", + "impact": 82, + "product": 92, + "operating": 84, + "openness": 88, + "influence": 85, + "nationality": "USA", + "era": "1999–", + "domains": [ + "Developer platforms", + "Open source", + "AI tooling" + ], + "scouting": "Co-founded Ximian with Miguel de Icaza, carded in Series One, working on GNOME and Mono, then ran GitHub from 2018 to 2021, the years when the community expected Microsoft to ruin it. Instead private repositories became free, Actions and Codespaces shipped, and the Arctic Code Vault buried a snapshot of open source in a Norwegian mine.", + "note": "Took over the thing everyone expected to be spoiled, and it was not.", + "status": "locked", + "front": "/releases/v2/ceos/049-nat-friedman/front.svg", + "back": "/releases/v2/ceos/049-nat-friedman/back.svg", + "sources": [ + { + "label": "Nat Friedman", + "url": "https://en.wikipedia.org/wiki/Nat_Friedman" + }, + { + "label": "GitHub Copilot", + "url": "https://en.wikipedia.org/wiki/GitHub_Copilot" + }, + { + "label": "GitHub Archive Program", + "url": "https://archiveprogram.github.com/" + } + ], + "series": "ceos", + "id": "ceos/049-nat-friedman", + "research": { + "status": "not-found", + "searchedAt": "2026-09-13T19:55:24.660Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Nat+Friedman&limit=30", + "matches": [], + "rejectedCount": 0 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/049-nat-friedman/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0029ec9ddf44b512006aa6ffacb83c87d2b748dcf2a0028552", + "usage": { + "input_tokens": 593, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 28449, + "output_tokens_details": { + "reasoning_tokens": 19516 + }, + "total_tokens": 29042 + }, + "attempts": 1, + "sha256": "0e626b07fd7855ac9d15afde28d7c3dc479bcad5d3158356602623367da6dc36", + "generatedAt": "2026-09-13T20:06:20.134Z" + }, + "files": { + "ceos/049-nat-friedman/artwork.svg": "0e626b07fd7855ac9d15afde28d7c3dc479bcad5d3158356602623367da6dc36", + "ceos/049-nat-friedman/front.svg": "baf9f24e0c6e52beedcf24886e6cbb813dd0dd10c0be690e8fdec275f04239ab", + "ceos/049-nat-friedman/front.png": "06d7384cf305180ca8d14954dcf0fffc53aa58e0442c8bc97a1bba38e9d36c8b", + "ceos/049-nat-friedman/back.svg": "fff77cfc2cf0c4dc8c4464e0dd31530758b4e45b15d4e0fe745f4b0622cdeea2", + "ceos/049-nat-friedman/back.png": "041a85921852785fe96cb4d7faa2d4b08f1fea44290cccf873d2bf70adc20ff9" + }, + "builtAt": "2026-09-13T20:06:20.311Z" + }, + { + "fingerprint": "0e1ef6297c82de1b9d1845f66358b4756c3a9319404d54629fe7b654ad4667c2", + "card": { + "number": 50, + "slug": "sam-altman", + "name": "Sam Altman", + "title": "CEO, OpenAI", + "knownFor": "ChatGPT, and the argument about what open means", + "rarity": "iconic", + "impact": 94, + "product": 86, + "operating": 90, + "openness": 54, + "influence": 96, + "nationality": "USA", + "era": "2005–", + "domains": [ + "AI", + "Startups", + "Capital" + ], + "scouting": "Ran Y Combinator from 2014 to 2019, then OpenAI, where ChatGPT reached a hundred million users faster than any consumer product before it and forced every large technology company to reorganise around one technology. He was fired by his own board in November 2023 and reinstated five days later. The name is the permanent argument: frontier models closed, Whisper and gpt-oss open.", + "note": "The most consequential CEO in tech right now, and the one whose company name is a standing dispute.", + "status": "locked", + "front": "/releases/v2/ceos/050-sam-altman/front.svg", + "back": "/releases/v2/ceos/050-sam-altman/back.svg", + "sources": [ + { + "label": "Sam Altman", + "url": "https://en.wikipedia.org/wiki/Sam_Altman" + }, + { + "label": "ChatGPT", + "url": "https://en.wikipedia.org/wiki/ChatGPT" + }, + { + "label": "Removal of Sam Altman from OpenAI", + "url": "https://en.wikipedia.org/wiki/Removal_of_Sam_Altman_from_OpenAI" + } + ], + "series": "ceos", + "id": "ceos/050-sam-altman", + "research": { + "status": "unconfirmed", + "searchedAt": "2026-09-13T19:55:34.129Z", + "queryURL": "https://nichedb.dev/api/v1/search?q=Sam+Altman&limit=30", + "matches": [], + "rejectedCount": 30 + }, + "edition": 2, + "artwork": "/releases/v2/ceos/050-sam-altman/artwork.svg", + "artworkFormat": "svg" + }, + "art": { + "format": "svg", + "model": "gpt-6-astra", + "reasoning": "xhigh", + "responseId": "resp_0ce14da3e56936d6006aa6ffb6378887d2bf4dbd88bb3cd4b3", + "usage": { + "input_tokens": 601, + "input_tokens_details": { + "cache_write_tokens": 0, + "cached_tokens": 0 + }, + "output_tokens": 26207, + "output_tokens_details": { + "reasoning_tokens": 15301 + }, + "total_tokens": 26808 + }, + "attempts": 1, + "sha256": "c58796ff33434762d6b29f807a4f9f927ee59eb30373ce090db8485a8c751a3b", + "generatedAt": "2026-09-13T20:04:27.501Z" + }, + "files": { + "ceos/050-sam-altman/artwork.svg": "c58796ff33434762d6b29f807a4f9f927ee59eb30373ce090db8485a8c751a3b", + "ceos/050-sam-altman/front.svg": "62f827f078dc199ece70c2820ba23077bd3b05c554bcc2f196c7c1b18c51f443", + "ceos/050-sam-altman/front.png": "a01d14a988f6c1008be0cec61049e52344e17142441ce2a351d699727b411730", + "ceos/050-sam-altman/back.svg": "100f6ce465567f8d9f02df2d2d4a98a947d9ed8fef2f3dfa860af12d6f4ce8fb", + "ceos/050-sam-altman/back.png": "921f5fa6a3ddd57386903ee4a0d3b88ae17959bc459030d501fdf70bc1df5c69" + }, + "builtAt": "2026-09-13T20:04:27.756Z" + } + ], + "failures": [], + "catalogSHA256": "451b97dce6793dd1f4f6eb359479fcf0160b8e3efe0c43322c947db495b6f557", + "reviewSHA256": "34aba2ef13ebe0693e94a023ccfd1b99f8943f693f2e386aea0ae59c6daae256", + "completedAt": "2026-09-13T20:12:30.146Z" +} diff --git a/public/releases/v2/security/001-whitfield-diffie/artwork.svg b/public/releases/v2/security/001-whitfield-diffie/artwork.svg new file mode 100644 index 00000000..e06d7327 --- /dev/null +++ b/public/releases/v2/security/001-whitfield-diffie/artwork.svg @@ -0,0 +1 @@ +Agreement across an open orbitTwo independent cutaway instruments contain identical folded blue crystals. Different public trajectories interlace around an exposed filament, while the matching interiors remain sheltered within separate chambers. \ No newline at end of file diff --git a/public/releases/v2/security/001-whitfield-diffie/back.png b/public/releases/v2/security/001-whitfield-diffie/back.png new file mode 100644 index 00000000..ade831b8 Binary files /dev/null and b/public/releases/v2/security/001-whitfield-diffie/back.png differ diff --git a/public/releases/v2/security/001-whitfield-diffie/back.svg b/public/releases/v2/security/001-whitfield-diffie/back.svg new file mode 100644 index 00000000..afb1d404 --- /dev/null +++ b/public/releases/v2/security/001-whitfield-diffie/back.svg @@ -0,0 +1 @@ +Whitfield Diffie — Open Source Legends v2SECURITY PROFESSIONALS / V2Whitfield DiffieTHE CONTRIBUTIONWith Martin Hellman, published “New Directions inCryptography” in 1976 and showed that two parties who hadnever met could agree on a secret over a wire anyone couldread. It broke a problem the field had consideredpermanent, and every TLS handshake since is a descendant.Shared the 2015 Turing Award for it, and spent decadesafterwards arguing the civil-liberties side of the cryptopolicy fights.PROJECTS / DOMAINSCryptography · Key exchange · PolicyPROVENANCE3 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.001 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/001-whitfield-diffie/front.png b/public/releases/v2/security/001-whitfield-diffie/front.png new file mode 100644 index 00000000..1606b7b7 Binary files /dev/null and b/public/releases/v2/security/001-whitfield-diffie/front.png differ diff --git a/public/releases/v2/security/001-whitfield-diffie/front.svg b/public/releases/v2/security/001-whitfield-diffie/front.svg new file mode 100644 index 00000000..c38a46d2 --- /dev/null +++ b/public/releases/v2/security/001-whitfield-diffie/front.svg @@ -0,0 +1 @@ +Whitfield Diffie — Open Source Legends v2SECURITY PROFESSIONALS / V2Whitfield DiffieAgreement across an open orbitTwo independent cutaway instruments contain identical folded blue crystals. Different public trajectories interlace around an exposed filament, while the matching interiors remain sheltered within separate chambers.Co-Author of Public-Key CryptographyDiffie–Hellman key exchange, and the end of the shared-secret era001 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/002-martin-hellman/artwork.svg b/public/releases/v2/security/002-martin-hellman/artwork.svg new file mode 100644 index 00000000..9730a6b8 --- /dev/null +++ b/public/releases/v2/security/002-martin-hellman/artwork.svg @@ -0,0 +1 @@ +Open ExchangeTwo independent seed chambers carved into a fractured topographic relief exchange blue and coral ribbons. Above the open fault, their paths construct a shared, finely strung optical instrument. \ No newline at end of file diff --git a/public/releases/v2/security/002-martin-hellman/back.png b/public/releases/v2/security/002-martin-hellman/back.png new file mode 100644 index 00000000..4fd4d1ff Binary files /dev/null and b/public/releases/v2/security/002-martin-hellman/back.png differ diff --git a/public/releases/v2/security/002-martin-hellman/back.svg b/public/releases/v2/security/002-martin-hellman/back.svg new file mode 100644 index 00000000..50692780 --- /dev/null +++ b/public/releases/v2/security/002-martin-hellman/back.svg @@ -0,0 +1 @@ +Martin Hellman — Open Source Legends v2SECURITY PROFESSIONALS / V2Martin HellmanTHE CONTRIBUTIONCo-author of the 1976 paper and Stanford professor who thenrefused to let the NSA classify academic cryptography outof existence, publishing and teaching through explicitpressure to stop. Also co-authored the early analysis ofDES key length that argued, correctly and years early, that56 bits was not enough. Shared the 2015 Turing Award withDiffie.PROJECTS / DOMAINSCryptography · Key exchange · Academic freedomPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.002 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/002-martin-hellman/front.png b/public/releases/v2/security/002-martin-hellman/front.png new file mode 100644 index 00000000..31f51565 Binary files /dev/null and b/public/releases/v2/security/002-martin-hellman/front.png differ diff --git a/public/releases/v2/security/002-martin-hellman/front.svg b/public/releases/v2/security/002-martin-hellman/front.svg new file mode 100644 index 00000000..83f66a50 --- /dev/null +++ b/public/releases/v2/security/002-martin-hellman/front.svg @@ -0,0 +1 @@ +Martin Hellman — Open Source Legends v2SECURITY PROFESSIONALS / V2Martin HellmanOpen ExchangeTwo independent seed chambers carved into a fractured topographic relief exchange blue and coral ribbons. Above the open fault, their paths construct a shared, finely strung optical instrument.Co-Author of Public-Key CryptographyDiffie–Hellman, and the fight to keep crypto research public002 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/003-ron-rivest/artwork.svg b/public/releases/v2/security/003-ron-rivest/artwork.svg new file mode 100644 index 00000000..f4c33a12 --- /dev/null +++ b/public/releases/v2/security/003-ron-rivest/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/security/003-ron-rivest/back.png b/public/releases/v2/security/003-ron-rivest/back.png new file mode 100644 index 00000000..41776ce7 Binary files /dev/null and b/public/releases/v2/security/003-ron-rivest/back.png differ diff --git a/public/releases/v2/security/003-ron-rivest/back.svg b/public/releases/v2/security/003-ron-rivest/back.svg new file mode 100644 index 00000000..1dddacd3 --- /dev/null +++ b/public/releases/v2/security/003-ron-rivest/back.svg @@ -0,0 +1 @@ +Ron Rivest — Open Source Legends v2SECURITY PROFESSIONALS / V2Ron RivestTHE CONTRIBUTIONCo-invented the RSA cryptosystem at MIT in 1977 with Shamirand Adleman, turning public-key cryptography from aproposal into something you could ship. Went on to designMD2, MD4, MD5, RC4, RC5 and RC6, co-author the standardalgorithms textbook, and spend his later career onverifiable election systems. Turing Award, 2002.PROJECTS / DOMAINSPublic-key cryptography · Hash functions · Election securityPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.003 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/003-ron-rivest/front.png b/public/releases/v2/security/003-ron-rivest/front.png new file mode 100644 index 00000000..58bdf12c Binary files /dev/null and b/public/releases/v2/security/003-ron-rivest/front.png differ diff --git a/public/releases/v2/security/003-ron-rivest/front.svg b/public/releases/v2/security/003-ron-rivest/front.svg new file mode 100644 index 00000000..cd03897a --- /dev/null +++ b/public/releases/v2/security/003-ron-rivest/front.svg @@ -0,0 +1 @@ +Ron Rivest — Open Source Legends v2SECURITY PROFESSIONALS / V2Ron RivestThe R in RSARSA, MD5, RC4 and a career of primitives everyone uses003 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/004-adi-shamir/artwork.svg b/public/releases/v2/security/004-adi-shamir/artwork.svg new file mode 100644 index 00000000..a00325d8 --- /dev/null +++ b/public/releases/v2/security/004-adi-shamir/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/security/004-adi-shamir/back.png b/public/releases/v2/security/004-adi-shamir/back.png new file mode 100644 index 00000000..d5936c8a Binary files /dev/null and b/public/releases/v2/security/004-adi-shamir/back.png differ diff --git a/public/releases/v2/security/004-adi-shamir/back.svg b/public/releases/v2/security/004-adi-shamir/back.svg new file mode 100644 index 00000000..ce3c5760 --- /dev/null +++ b/public/releases/v2/security/004-adi-shamir/back.svg @@ -0,0 +1 @@ +Adi Shamir — Open Source Legends v2SECURITY PROFESSIONALS / V2Adi ShamirTHE CONTRIBUTIONCo-invented RSA, then invented Shamir secret sharing, thenco-developed differential cryptanalysis with Eli Biham —the technique that turned out to be the one the DESdesigners had quietly hardened against seventeen yearsearlier. Also a co-author of the cube attack and a longline of side-channel work. Turing Award, 2002.PROJECTS / DOMAINSCryptanalysis · Public-key cryptography · Secret sharingPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.004 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/004-adi-shamir/front.png b/public/releases/v2/security/004-adi-shamir/front.png new file mode 100644 index 00000000..7b6492ec Binary files /dev/null and b/public/releases/v2/security/004-adi-shamir/front.png differ diff --git a/public/releases/v2/security/004-adi-shamir/front.svg b/public/releases/v2/security/004-adi-shamir/front.svg new file mode 100644 index 00000000..7ab9dc29 --- /dev/null +++ b/public/releases/v2/security/004-adi-shamir/front.svg @@ -0,0 +1 @@ +Adi Shamir — Open Source Legends v2SECURITY PROFESSIONALS / V2Adi ShamirThe S in RSARSA, secret sharing, and differential cryptanalysis004 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/005-leonard-adleman/artwork.svg b/public/releases/v2/security/005-leonard-adleman/artwork.svg new file mode 100644 index 00000000..de39cc18 --- /dev/null +++ b/public/releases/v2/security/005-leonard-adleman/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/security/005-leonard-adleman/back.png b/public/releases/v2/security/005-leonard-adleman/back.png new file mode 100644 index 00000000..d2cc49cf Binary files /dev/null and b/public/releases/v2/security/005-leonard-adleman/back.png differ diff --git a/public/releases/v2/security/005-leonard-adleman/back.svg b/public/releases/v2/security/005-leonard-adleman/back.svg new file mode 100644 index 00000000..f5d4bef1 --- /dev/null +++ b/public/releases/v2/security/005-leonard-adleman/back.svg @@ -0,0 +1 @@ +Leonard Adleman — Open Source Legends v2SECURITY PROFESSIONALS / V2Leonard AdlemanTHE CONTRIBUTIONThe third name on the RSA paper, whose role was to keepbreaking the schemes Rivest and Shamir proposed until onesurvived. Later coined the term “computer virus” for FredCohen’s 1983 experiments, and founded DNA computing with amolecular solution to the Hamiltonian path problem. TuringAward, 2002.PROJECTS / DOMAINSPublic-key cryptography · Complexity theory · DNA computingPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.005 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/005-leonard-adleman/front.png b/public/releases/v2/security/005-leonard-adleman/front.png new file mode 100644 index 00000000..c691add8 Binary files /dev/null and b/public/releases/v2/security/005-leonard-adleman/front.png differ diff --git a/public/releases/v2/security/005-leonard-adleman/front.svg b/public/releases/v2/security/005-leonard-adleman/front.svg new file mode 100644 index 00000000..e265b651 --- /dev/null +++ b/public/releases/v2/security/005-leonard-adleman/front.svg @@ -0,0 +1 @@ +Leonard Adleman — Open Source Legends v2SECURITY PROFESSIONALS / V2Leonard AdlemanThe A in RSARSA, and naming the computer virus005 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/006-phil-zimmermann/artwork.svg b/public/releases/v2/security/006-phil-zimmermann/artwork.svg new file mode 100644 index 00000000..7a452a0c --- /dev/null +++ b/public/releases/v2/security/006-phil-zimmermann/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/security/006-phil-zimmermann/back.png b/public/releases/v2/security/006-phil-zimmermann/back.png new file mode 100644 index 00000000..928dd7ca Binary files /dev/null and b/public/releases/v2/security/006-phil-zimmermann/back.png differ diff --git a/public/releases/v2/security/006-phil-zimmermann/back.svg b/public/releases/v2/security/006-phil-zimmermann/back.svg new file mode 100644 index 00000000..2eaceefb --- /dev/null +++ b/public/releases/v2/security/006-phil-zimmermann/back.svg @@ -0,0 +1 @@ +Phil Zimmermann — Open Source Legends v2SECURITY PROFESSIONALS / V2Phil ZimmermannTHE CONTRIBUTIONReleased Pretty Good Privacy as free software in 1991, andit escaped onto the internet worldwide. The US governmentopened a three-year criminal investigation into him formunitions export, dropped it in 1996 without charges, andthe crypto-export regime never recovered. He laterco-founded Silent Circle and worked on ZRTP for encryptedvoice.PROJECTS / DOMAINSEmail encryption · Crypto policy · Secure voicePROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.006 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/006-phil-zimmermann/front.png b/public/releases/v2/security/006-phil-zimmermann/front.png new file mode 100644 index 00000000..718c61ef Binary files /dev/null and b/public/releases/v2/security/006-phil-zimmermann/front.png differ diff --git a/public/releases/v2/security/006-phil-zimmermann/front.svg b/public/releases/v2/security/006-phil-zimmermann/front.svg new file mode 100644 index 00000000..e3e9b371 --- /dev/null +++ b/public/releases/v2/security/006-phil-zimmermann/front.svg @@ -0,0 +1 @@ +Phil Zimmermann — Open Source Legends v2SECURITY PROFESSIONALS / V2Phil ZimmermannAuthor of PGPPutting strong crypto in ordinary hands, and getting investigatedfor it006 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/007-bruce-schneier/artwork.svg b/public/releases/v2/security/007-bruce-schneier/artwork.svg new file mode 100644 index 00000000..b38ffbf4 --- /dev/null +++ b/public/releases/v2/security/007-bruce-schneier/artwork.svg @@ -0,0 +1 @@ +The path around the proofAn architectural cutaway of security: two intricately interwoven cipher ribbons pass through folded ivory screens. The screens are lifted and opened to public scrutiny, revealing a slender orange route that bypasses the elaborate mechanism entirely. \ No newline at end of file diff --git a/public/releases/v2/security/007-bruce-schneier/back.png b/public/releases/v2/security/007-bruce-schneier/back.png new file mode 100644 index 00000000..e15f89e3 Binary files /dev/null and b/public/releases/v2/security/007-bruce-schneier/back.png differ diff --git a/public/releases/v2/security/007-bruce-schneier/back.svg b/public/releases/v2/security/007-bruce-schneier/back.svg new file mode 100644 index 00000000..886b26e9 --- /dev/null +++ b/public/releases/v2/security/007-bruce-schneier/back.svg @@ -0,0 +1 @@ +Bruce Schneier — Open Source Legends v2SECURITY PROFESSIONALS / V2Bruce SchneierTHE CONTRIBUTIONWrote Applied Cryptography in 1994, the book that taught ageneration of engineers how ciphers actually work, thendesigned Blowfish and co-designed Twofish. Spent the twodecades after arguing the harder point: that security is asystems and incentives problem, not a maths problem. Coined“security theatre”, has written the Crypto-Gram newslettersince 1998, and helped report on the Snowden documents.PROJECTS / DOMAINSCryptography · Security economics · Public policyPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.007 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/007-bruce-schneier/front.png b/public/releases/v2/security/007-bruce-schneier/front.png new file mode 100644 index 00000000..629eb70e Binary files /dev/null and b/public/releases/v2/security/007-bruce-schneier/front.png differ diff --git a/public/releases/v2/security/007-bruce-schneier/front.svg b/public/releases/v2/security/007-bruce-schneier/front.svg new file mode 100644 index 00000000..efc5c270 --- /dev/null +++ b/public/releases/v2/security/007-bruce-schneier/front.svg @@ -0,0 +1 @@ +Bruce Schneier — Open Source Legends v2SECURITY PROFESSIONALS / V2Bruce SchneierThe path around the proofAn architectural cutaway of security: two intricately interwoven cipher ribbons pass through folded ivory screens. The screens are lifted and opened to public scrutiny, revealing a slender orange route that bypasses the elaborate mechanism entirely.The Field’s Public ConscienceApplied Cryptography, Blowfish, and “security theatre”007 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/008-paul-kocher/artwork.svg b/public/releases/v2/security/008-paul-kocher/artwork.svg new file mode 100644 index 00000000..c0730192 --- /dev/null +++ b/public/releases/v2/security/008-paul-kocher/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/security/008-paul-kocher/back.png b/public/releases/v2/security/008-paul-kocher/back.png new file mode 100644 index 00000000..cad6b671 Binary files /dev/null and b/public/releases/v2/security/008-paul-kocher/back.png differ diff --git a/public/releases/v2/security/008-paul-kocher/back.svg b/public/releases/v2/security/008-paul-kocher/back.svg new file mode 100644 index 00000000..f4c4f59a --- /dev/null +++ b/public/releases/v2/security/008-paul-kocher/back.svg @@ -0,0 +1 @@ +Paul Kocher — Open Source Legends v2SECURITY PROFESSIONALS / V2Paul KocherTHE CONTRIBUTIONPublished the timing-attack paper in 1996 and differentialpower analysis in 1999, establishing that a correctimplementation of a correct algorithm can still leak itskey through how long it takes or how much current it draws.Co-authored the SSL 3.0 specification, founded CryptographyResearch, and in 2018 was one of the co-discoverers ofSpectre.PROJECTS / DOMAINSSide channels · Hardware security · TLSPROVENANCE3 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.008 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/008-paul-kocher/front.png b/public/releases/v2/security/008-paul-kocher/front.png new file mode 100644 index 00000000..00b9deaf Binary files /dev/null and b/public/releases/v2/security/008-paul-kocher/front.png differ diff --git a/public/releases/v2/security/008-paul-kocher/front.svg b/public/releases/v2/security/008-paul-kocher/front.svg new file mode 100644 index 00000000..87f280f2 --- /dev/null +++ b/public/releases/v2/security/008-paul-kocher/front.svg @@ -0,0 +1 @@ +Paul Kocher — Open Source Legends v2SECURITY PROFESSIONALS / V2Paul KocherThe Side-Channel PioneerTiming attacks, differential power analysis, and Spectre008 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/009-dorothy-denning/artwork.svg b/public/releases/v2/security/009-dorothy-denning/artwork.svg new file mode 100644 index 00000000..b35fa75c --- /dev/null +++ b/public/releases/v2/security/009-dorothy-denning/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/security/009-dorothy-denning/back.png b/public/releases/v2/security/009-dorothy-denning/back.png new file mode 100644 index 00000000..4fff6fa0 Binary files /dev/null and b/public/releases/v2/security/009-dorothy-denning/back.png differ diff --git a/public/releases/v2/security/009-dorothy-denning/back.svg b/public/releases/v2/security/009-dorothy-denning/back.svg new file mode 100644 index 00000000..44539c21 --- /dev/null +++ b/public/releases/v2/security/009-dorothy-denning/back.svg @@ -0,0 +1 @@ +Dorothy E. Denning — Open Source Legends v2SECURITY PROFESSIONALS / V2Dorothy E. DenningTHE CONTRIBUTIONPublished “An Intrusion-Detection Model” in 1987, the paperthat framed detection as statistical deviation from aprofile of normal behaviour and gave the entire monitoringindustry its foundation. Also wrote Cryptography and DataSecurity, worked on database security and lattice-basedinformation flow, and was one of the few academics engagingseriously with both sides of the Clipper chip debate.PROJECTS / DOMAINSIntrusion detection · Information warfare · Crypto policyPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.009 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/009-dorothy-denning/front.png b/public/releases/v2/security/009-dorothy-denning/front.png new file mode 100644 index 00000000..c7bd38cf Binary files /dev/null and b/public/releases/v2/security/009-dorothy-denning/front.png differ diff --git a/public/releases/v2/security/009-dorothy-denning/front.svg b/public/releases/v2/security/009-dorothy-denning/front.svg new file mode 100644 index 00000000..97a5b6d7 --- /dev/null +++ b/public/releases/v2/security/009-dorothy-denning/front.svg @@ -0,0 +1 @@ +Dorothy E. Denning — Open Source Legends v2SECURITY PROFESSIONALS / V2Dorothy E. DenningFounder of Intrusion DetectionThe 1987 intrusion-detection model every SIEM still runs on009 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/010-gene-spafford/artwork.svg b/public/releases/v2/security/010-gene-spafford/artwork.svg new file mode 100644 index 00000000..600f54be --- /dev/null +++ b/public/releases/v2/security/010-gene-spafford/artwork.svg @@ -0,0 +1 @@ +Integrity observatoryA luminous branching volume rises from a cutaway academic rotunda. Tensioned inspection filaments intercept a warm anomalous strand, which is separated into specimens above an open evidence tray. Paired contours, exposed strata, and translucent internal channels evoke systems integrity, forensic analysis, and security education. \ No newline at end of file diff --git a/public/releases/v2/security/010-gene-spafford/back.png b/public/releases/v2/security/010-gene-spafford/back.png new file mode 100644 index 00000000..fe06c59f Binary files /dev/null and b/public/releases/v2/security/010-gene-spafford/back.png differ diff --git a/public/releases/v2/security/010-gene-spafford/back.svg b/public/releases/v2/security/010-gene-spafford/back.svg new file mode 100644 index 00000000..65a028e1 --- /dev/null +++ b/public/releases/v2/security/010-gene-spafford/back.svg @@ -0,0 +1 @@ +Gene Spafford — Open Source Legends v2SECURITY PROFESSIONALS / V2Gene SpaffordTHE CONTRIBUTIONProduced one of the first detailed technical analyses ofthe 1988 Morris worm while the internet was still smoking,co-wrote Practical UNIX and Internet Security with SimsonGarfinkel, co-created Tripwire, and founded Purdue’s COASTlab and then CERIAS — for years the largest academicsecurity centre in the US. Has advised more federal panelsthan most people have attended.PROJECTS / DOMAINSSystems security · Forensics · Security educationPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.010 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/010-gene-spafford/front.png b/public/releases/v2/security/010-gene-spafford/front.png new file mode 100644 index 00000000..8661e6c7 Binary files /dev/null and b/public/releases/v2/security/010-gene-spafford/front.png differ diff --git a/public/releases/v2/security/010-gene-spafford/front.svg b/public/releases/v2/security/010-gene-spafford/front.svg new file mode 100644 index 00000000..166278e6 --- /dev/null +++ b/public/releases/v2/security/010-gene-spafford/front.svg @@ -0,0 +1 @@ +Gene Spafford — Open Source Legends v2SECURITY PROFESSIONALS / V2Gene SpaffordIntegrity observatoryA luminous branching volume rises from a cutaway academic rotunda. Tensioned inspection filaments intercept a warm anomalous strand, which is separated into specimens above an open evidence tray. Paired contours, exposed strata, and translucent internal channels evoke systems integrity, forensic analysis, and security education.The Academy’s AnchorThe Morris worm analysis, Practical UNIX Security, and CERIAS010 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/011-ross-anderson/artwork.svg b/public/releases/v2/security/011-ross-anderson/artwork.svg new file mode 100644 index 00000000..8a41f9e9 --- /dev/null +++ b/public/releases/v2/security/011-ross-anderson/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/security/011-ross-anderson/back.png b/public/releases/v2/security/011-ross-anderson/back.png new file mode 100644 index 00000000..a69fbd7f Binary files /dev/null and b/public/releases/v2/security/011-ross-anderson/back.png differ diff --git a/public/releases/v2/security/011-ross-anderson/back.svg b/public/releases/v2/security/011-ross-anderson/back.svg new file mode 100644 index 00000000..a6b03f73 --- /dev/null +++ b/public/releases/v2/security/011-ross-anderson/back.svg @@ -0,0 +1 @@ +Ross Anderson — Open Source Legends v2SECURITY PROFESSIONALS / V2Ross AndersonTHE CONTRIBUTIONCambridge professor who wrote Security Engineering, theclosest thing the field has to a canonical text, and gaveaway earlier editions free online. Founded thesecurity-economics research programme with the observationthat systems fail because the people who could fix them arenot the people who bear the loss. Spent years demonstratingthat bank chip-and-PIN systems were weaker than the bankstold courts they were. Died in 2024.PROJECTS / DOMAINSSecurity engineering · Security economics · Banking systemsPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.011 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/011-ross-anderson/front.png b/public/releases/v2/security/011-ross-anderson/front.png new file mode 100644 index 00000000..5ba82192 Binary files /dev/null and b/public/releases/v2/security/011-ross-anderson/front.png differ diff --git a/public/releases/v2/security/011-ross-anderson/front.svg b/public/releases/v2/security/011-ross-anderson/front.svg new file mode 100644 index 00000000..2d64cf2f --- /dev/null +++ b/public/releases/v2/security/011-ross-anderson/front.svg @@ -0,0 +1 @@ +Ross Anderson — Open Source Legends v2SECURITY PROFESSIONALS / V2Ross AndersonAuthor of Security EngineeringThe textbook, and the economics of why security fails011 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/012-matt-blaze/artwork.svg b/public/releases/v2/security/012-matt-blaze/artwork.svg new file mode 100644 index 00000000..60a777ba --- /dev/null +++ b/public/releases/v2/security/012-matt-blaze/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/security/012-matt-blaze/back.png b/public/releases/v2/security/012-matt-blaze/back.png new file mode 100644 index 00000000..71bac804 Binary files /dev/null and b/public/releases/v2/security/012-matt-blaze/back.png differ diff --git a/public/releases/v2/security/012-matt-blaze/back.svg b/public/releases/v2/security/012-matt-blaze/back.svg new file mode 100644 index 00000000..98ed9487 --- /dev/null +++ b/public/releases/v2/security/012-matt-blaze/back.svg @@ -0,0 +1 @@ +Matt Blaze — Open Source Legends v2SECURITY PROFESSIONALS / V2Matt BlazeTHE CONTRIBUTIONFound the protocol flaw in the NSA’s Clipper chip escrowscheme in 1994 and published it, which did more to endmandated key escrow than any amount of lobbying. Later ledstate-commissioned source reviews of US voting systems,published work on the vulnerabilities of master-keyedphysical locks and wiretap systems, and became a law-schoolprofessor arguing the same points to a different audience.PROJECTS / DOMAINSCryptography · Election security · Physical securityPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.012 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/012-matt-blaze/front.png b/public/releases/v2/security/012-matt-blaze/front.png new file mode 100644 index 00000000..ea6cb508 Binary files /dev/null and b/public/releases/v2/security/012-matt-blaze/front.png differ diff --git a/public/releases/v2/security/012-matt-blaze/front.svg b/public/releases/v2/security/012-matt-blaze/front.svg new file mode 100644 index 00000000..0e399af9 --- /dev/null +++ b/public/releases/v2/security/012-matt-blaze/front.svg @@ -0,0 +1 @@ +Matt Blaze — Open Source Legends v2SECURITY PROFESSIONALS / V2Matt BlazeThe Clipper Chip BreakerKilling key escrow, then auditing the voting machines012 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/013-radia-perlman/artwork.svg b/public/releases/v2/security/013-radia-perlman/artwork.svg new file mode 100644 index 00000000..59f14d37 --- /dev/null +++ b/public/releases/v2/security/013-radia-perlman/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/security/013-radia-perlman/back.png b/public/releases/v2/security/013-radia-perlman/back.png new file mode 100644 index 00000000..892f564a Binary files /dev/null and b/public/releases/v2/security/013-radia-perlman/back.png differ diff --git a/public/releases/v2/security/013-radia-perlman/back.svg b/public/releases/v2/security/013-radia-perlman/back.svg new file mode 100644 index 00000000..bb075b2c --- /dev/null +++ b/public/releases/v2/security/013-radia-perlman/back.svg @@ -0,0 +1 @@ +Radia Perlman — Open Source Legends v2SECURITY PROFESSIONALS / V2Radia PerlmanTHE CONTRIBUTIONInvented the spanning-tree protocol that made large bridgedEthernets possible, and did the early work on routingprotocols designed to keep functioning when a participatingnode is actively hostile rather than merely broken.Co-wrote Network Security: Private Communication in aPublic World, and designed the “ephemerizer” approach tomaking data reliably expire.PROJECTS / DOMAINSNetwork protocols · PKI · Secure deletionPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.013 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/013-radia-perlman/front.png b/public/releases/v2/security/013-radia-perlman/front.png new file mode 100644 index 00000000..f10147c4 Binary files /dev/null and b/public/releases/v2/security/013-radia-perlman/front.png differ diff --git a/public/releases/v2/security/013-radia-perlman/front.svg b/public/releases/v2/security/013-radia-perlman/front.svg new file mode 100644 index 00000000..3f5a64cf --- /dev/null +++ b/public/releases/v2/security/013-radia-perlman/front.svg @@ -0,0 +1 @@ +Radia Perlman — Open Source Legends v2SECURITY PROFESSIONALS / V2Radia PerlmanArchitect of Resilient NetworksSpanning tree, and routing that survives a malicious node013 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/014-steven-bellovin/artwork.svg b/public/releases/v2/security/014-steven-bellovin/artwork.svg new file mode 100644 index 00000000..68a1eaae --- /dev/null +++ b/public/releases/v2/security/014-steven-bellovin/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/security/014-steven-bellovin/back.png b/public/releases/v2/security/014-steven-bellovin/back.png new file mode 100644 index 00000000..8eb42810 Binary files /dev/null and b/public/releases/v2/security/014-steven-bellovin/back.png differ diff --git a/public/releases/v2/security/014-steven-bellovin/back.svg b/public/releases/v2/security/014-steven-bellovin/back.svg new file mode 100644 index 00000000..552339f3 --- /dev/null +++ b/public/releases/v2/security/014-steven-bellovin/back.svg @@ -0,0 +1 @@ +Steven M. Bellovin — Open Source Legends v2SECURITY PROFESSIONALS / V2Steven M. BellovinTHE CONTRIBUTIONWrote the 1989 paper cataloguing the security problems inTCP/IP — sequence-number prediction, source routing, DNSspoofing — years before anyone was exploiting them atscale. Co-authored Firewalls and Internet Security withCheswick, co-invented encrypted key exchange, was a Usenetco-creator, and served as chief technologist at the FTC andon the Privacy and Civil Liberties Oversight Board.PROJECTS / DOMAINSNetwork security · Protocol design · PolicyPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.014 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/014-steven-bellovin/front.png b/public/releases/v2/security/014-steven-bellovin/front.png new file mode 100644 index 00000000..1c79f92b Binary files /dev/null and b/public/releases/v2/security/014-steven-bellovin/front.png differ diff --git a/public/releases/v2/security/014-steven-bellovin/front.svg b/public/releases/v2/security/014-steven-bellovin/front.svg new file mode 100644 index 00000000..637a5427 --- /dev/null +++ b/public/releases/v2/security/014-steven-bellovin/front.svg @@ -0,0 +1 @@ +Steven M. Bellovin — Open Source Legends v2SECURITY PROFESSIONALS / V2Steven M. BellovinThe Protocol ScepticSecurity Problems in the TCP/IP Protocol Suite, and the firewallbook014 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/015-william-cheswick/artwork.svg b/public/releases/v2/security/015-william-cheswick/artwork.svg new file mode 100644 index 00000000..83d92186 --- /dev/null +++ b/public/releases/v2/security/015-william-cheswick/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/security/015-william-cheswick/back.png b/public/releases/v2/security/015-william-cheswick/back.png new file mode 100644 index 00000000..0ac06ed4 Binary files /dev/null and b/public/releases/v2/security/015-william-cheswick/back.png differ diff --git a/public/releases/v2/security/015-william-cheswick/back.svg b/public/releases/v2/security/015-william-cheswick/back.svg new file mode 100644 index 00000000..9e760dc8 --- /dev/null +++ b/public/releases/v2/security/015-william-cheswick/back.svg @@ -0,0 +1 @@ +William Cheswick — Open Source Legends v2SECURITY PROFESSIONALS / V2William CheswickTHE CONTRIBUTIONCo-wrote the 1994 book that taught the industry what afirewall was and how to reason about a perimeter. “AnEvening with Berferd” documented him feeding a liveintruder a fake environment for months and writing downeverything, which is the honeypot genre’s founding text.Later ran the Internet Mapping Project at Bell Labs.PROJECTS / DOMAINSFirewalls · Honeypots · Internet mappingPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.015 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/015-william-cheswick/front.png b/public/releases/v2/security/015-william-cheswick/front.png new file mode 100644 index 00000000..74acd0ab Binary files /dev/null and b/public/releases/v2/security/015-william-cheswick/front.png differ diff --git a/public/releases/v2/security/015-william-cheswick/front.svg b/public/releases/v2/security/015-william-cheswick/front.svg new file mode 100644 index 00000000..97712f22 --- /dev/null +++ b/public/releases/v2/security/015-william-cheswick/front.svg @@ -0,0 +1 @@ +William Cheswick — Open Source Legends v2SECURITY PROFESSIONALS / V2William CheswickThe First Firewall BookFirewalls and Internet Security, and “An Evening with Berferd”015 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/016-marcus-ranum/artwork.svg b/public/releases/v2/security/016-marcus-ranum/artwork.svg new file mode 100644 index 00000000..1127aba9 --- /dev/null +++ b/public/releases/v2/security/016-marcus-ranum/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/security/016-marcus-ranum/back.png b/public/releases/v2/security/016-marcus-ranum/back.png new file mode 100644 index 00000000..d1910437 Binary files /dev/null and b/public/releases/v2/security/016-marcus-ranum/back.png differ diff --git a/public/releases/v2/security/016-marcus-ranum/back.svg b/public/releases/v2/security/016-marcus-ranum/back.svg new file mode 100644 index 00000000..8718d680 --- /dev/null +++ b/public/releases/v2/security/016-marcus-ranum/back.svg @@ -0,0 +1 @@ +Marcus J. Ranum — Open Source Legends v2SECURITY PROFESSIONALS / V2Marcus J. RanumTHE CONTRIBUTIONBuilt DEC SEAL, generally credited as the first commercialfirewall product, then the TIS Firewall Toolkit andGauntlet — the code most early internet perimeters wereactually made of. Ran whitehouse.gov’s first email server.Has spent the decades since publicly arguing that most ofwhat the industry sells does not work, which has agedbetter than the products did.PROJECTS / DOMAINSFirewalls · Proxies · LoggingPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.016 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/016-marcus-ranum/front.png b/public/releases/v2/security/016-marcus-ranum/front.png new file mode 100644 index 00000000..515fe312 Binary files /dev/null and b/public/releases/v2/security/016-marcus-ranum/front.png differ diff --git a/public/releases/v2/security/016-marcus-ranum/front.svg b/public/releases/v2/security/016-marcus-ranum/front.svg new file mode 100644 index 00000000..c158764a --- /dev/null +++ b/public/releases/v2/security/016-marcus-ranum/front.svg @@ -0,0 +1 @@ +Marcus J. Ranum — Open Source Legends v2SECURITY PROFESSIONALS / V2Marcus J. RanumBuilder of the First Commercial FirewallDEC SEAL, the TIS toolkit, and thirty years of contrarianism016 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/017-wietse-venema/artwork.svg b/public/releases/v2/security/017-wietse-venema/artwork.svg new file mode 100644 index 00000000..e6bc39c5 --- /dev/null +++ b/public/releases/v2/security/017-wietse-venema/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/security/017-wietse-venema/back.png b/public/releases/v2/security/017-wietse-venema/back.png new file mode 100644 index 00000000..2d506a90 Binary files /dev/null and b/public/releases/v2/security/017-wietse-venema/back.png differ diff --git a/public/releases/v2/security/017-wietse-venema/back.svg b/public/releases/v2/security/017-wietse-venema/back.svg new file mode 100644 index 00000000..a685a51f --- /dev/null +++ b/public/releases/v2/security/017-wietse-venema/back.svg @@ -0,0 +1 @@ +Wietse Venema — Open Source Legends v2SECURITY PROFESSIONALS / V2Wietse VenemaTHE CONTRIBUTIONWrote TCP Wrapper, which for years was the access controlon a very large share of Unix hosts on the internet, andPostfix, a mail server written from the start aroundprivilege separation. Co-wrote SATAN with Dan Farmer andlater the Coroner’s Toolkit and Forensic Discovery, givingincident responders their first real open tooling.PROJECTS / DOMAINSHost security · Mail security · ForensicsPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.017 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/017-wietse-venema/front.png b/public/releases/v2/security/017-wietse-venema/front.png new file mode 100644 index 00000000..19d892be Binary files /dev/null and b/public/releases/v2/security/017-wietse-venema/front.png differ diff --git a/public/releases/v2/security/017-wietse-venema/front.svg b/public/releases/v2/security/017-wietse-venema/front.svg new file mode 100644 index 00000000..be129c33 --- /dev/null +++ b/public/releases/v2/security/017-wietse-venema/front.svg @@ -0,0 +1 @@ +Wietse Venema — Open Source Legends v2SECURITY PROFESSIONALS / V2Wietse VenemaAuthor of TCP Wrapper and PostfixDefensive software that a generation of admins just ran017 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/018-dan-farmer/artwork.svg b/public/releases/v2/security/018-dan-farmer/artwork.svg new file mode 100644 index 00000000..e0e8f49b --- /dev/null +++ b/public/releases/v2/security/018-dan-farmer/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/security/018-dan-farmer/back.png b/public/releases/v2/security/018-dan-farmer/back.png new file mode 100644 index 00000000..6a390322 Binary files /dev/null and b/public/releases/v2/security/018-dan-farmer/back.png differ diff --git a/public/releases/v2/security/018-dan-farmer/back.svg b/public/releases/v2/security/018-dan-farmer/back.svg new file mode 100644 index 00000000..5bacdacb --- /dev/null +++ b/public/releases/v2/security/018-dan-farmer/back.svg @@ -0,0 +1 @@ +Dan Farmer — Open Source Legends v2SECURITY PROFESSIONALS / V2Dan FarmerTHE CONTRIBUTIONWrote COPS as a student, then in 1995 released SATAN withWietse Venema — a scanner that audited a network the way anattacker would, published openly so defenders could run itfirst. The press predicted the end of the internet; SGIfired him over it; the security scanner became a permanentproduct category. Later co-wrote Forensic Discovery.PROJECTS / DOMAINSVulnerability scanning · Forensics · Host auditingPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.018 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/018-dan-farmer/front.png b/public/releases/v2/security/018-dan-farmer/front.png new file mode 100644 index 00000000..3303db18 Binary files /dev/null and b/public/releases/v2/security/018-dan-farmer/front.png differ diff --git a/public/releases/v2/security/018-dan-farmer/front.svg b/public/releases/v2/security/018-dan-farmer/front.svg new file mode 100644 index 00000000..cf3423e7 --- /dev/null +++ b/public/releases/v2/security/018-dan-farmer/front.svg @@ -0,0 +1 @@ +Dan Farmer — Open Source Legends v2SECURITY PROFESSIONALS / V2Dan FarmerAuthor of COPS and SATANPublishing the scanner, and getting fired for it018 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/019-gordon-lyon/artwork.svg b/public/releases/v2/security/019-gordon-lyon/artwork.svg new file mode 100644 index 00000000..bc3528c5 --- /dev/null +++ b/public/releases/v2/security/019-gordon-lyon/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/security/019-gordon-lyon/back.png b/public/releases/v2/security/019-gordon-lyon/back.png new file mode 100644 index 00000000..5be2bdbd Binary files /dev/null and b/public/releases/v2/security/019-gordon-lyon/back.png differ diff --git a/public/releases/v2/security/019-gordon-lyon/back.svg b/public/releases/v2/security/019-gordon-lyon/back.svg new file mode 100644 index 00000000..4661f8d9 --- /dev/null +++ b/public/releases/v2/security/019-gordon-lyon/back.svg @@ -0,0 +1 @@ +Gordon Lyon — Open Source Legends v2SECURITY PROFESSIONALS / V2Gordon LyonTHE CONTRIBUTIONReleased Nmap in Phrack in 1997 and has maintained it eversince, adding OS fingerprinting, service detection and theNSE scripting engine. Runs seclists.org, hosting theBugtraq and Full Disclosure archives that are the field’sinstitutional memory, and fought MPAA and studio takedownattempts over the tool. Nmap is the first command mostdefenders learn.PROJECTS / DOMAINSNetwork scanning · OS fingerprinting · Open sourcePROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.019 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/019-gordon-lyon/front.png b/public/releases/v2/security/019-gordon-lyon/front.png new file mode 100644 index 00000000..d792d98e Binary files /dev/null and b/public/releases/v2/security/019-gordon-lyon/front.png differ diff --git a/public/releases/v2/security/019-gordon-lyon/front.svg b/public/releases/v2/security/019-gordon-lyon/front.svg new file mode 100644 index 00000000..d1f890ee --- /dev/null +++ b/public/releases/v2/security/019-gordon-lyon/front.svg @@ -0,0 +1 @@ +Gordon Lyon — Open Source Legends v2SECURITY PROFESSIONALS / V2Gordon LyonAuthor of NmapThe scanner that is on every security laptop on earth019 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/020-martin-roesch/artwork.svg b/public/releases/v2/security/020-martin-roesch/artwork.svg new file mode 100644 index 00000000..3394cf34 --- /dev/null +++ b/public/releases/v2/security/020-martin-roesch/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/security/020-martin-roesch/back.png b/public/releases/v2/security/020-martin-roesch/back.png new file mode 100644 index 00000000..7ae60708 Binary files /dev/null and b/public/releases/v2/security/020-martin-roesch/back.png differ diff --git a/public/releases/v2/security/020-martin-roesch/back.svg b/public/releases/v2/security/020-martin-roesch/back.svg new file mode 100644 index 00000000..3dd444ad --- /dev/null +++ b/public/releases/v2/security/020-martin-roesch/back.svg @@ -0,0 +1 @@ +Martin Roesch — Open Source Legends v2SECURITY PROFESSIONALS / V2Martin RoeschTHE CONTRIBUTIONWrote Snort in 1998 as a lightweight packet sniffer, and itbecame the intrusion detection system that put IDS withinreach of organisations that could never have bought one.Founded Sourcefire around it, which Cisco acquired in 2013.The Snort rule syntax outlived the product and is still howa large part of the industry writes network detections.PROJECTS / DOMAINSIntrusion detection · Packet analysis · Open sourcePROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.020 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/020-martin-roesch/front.png b/public/releases/v2/security/020-martin-roesch/front.png new file mode 100644 index 00000000..3191a742 Binary files /dev/null and b/public/releases/v2/security/020-martin-roesch/front.png differ diff --git a/public/releases/v2/security/020-martin-roesch/front.svg b/public/releases/v2/security/020-martin-roesch/front.svg new file mode 100644 index 00000000..c7176700 --- /dev/null +++ b/public/releases/v2/security/020-martin-roesch/front.svg @@ -0,0 +1 @@ +Martin Roesch — Open Source Legends v2SECURITY PROFESSIONALS / V2Martin RoeschAuthor of SnortOpen-source intrusion detection, and the rule format everyonecopied020 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/021-gerald-combs/artwork.svg b/public/releases/v2/security/021-gerald-combs/artwork.svg new file mode 100644 index 00000000..1165e0ae --- /dev/null +++ b/public/releases/v2/security/021-gerald-combs/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/security/021-gerald-combs/back.png b/public/releases/v2/security/021-gerald-combs/back.png new file mode 100644 index 00000000..b2824c6a Binary files /dev/null and b/public/releases/v2/security/021-gerald-combs/back.png differ diff --git a/public/releases/v2/security/021-gerald-combs/back.svg b/public/releases/v2/security/021-gerald-combs/back.svg new file mode 100644 index 00000000..30cc4f9b --- /dev/null +++ b/public/releases/v2/security/021-gerald-combs/back.svg @@ -0,0 +1 @@ +Gerald Combs — Open Source Legends v2SECURITY PROFESSIONALS / V2Gerald CombsTHE CONTRIBUTIONStarted Ethereal in 1998 because commercial protocolanalysers cost more than his employer would spend, renamedit Wireshark in 2006 after a trademark problem, and hasshepherded it ever since through thousands of contributedprotocol dissectors. It is the default answer to “what isactually on the wire” for network engineers and incidentresponders alike.PROJECTS / DOMAINSPacket analysis · Protocol dissection · Open sourcePROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.021 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/021-gerald-combs/front.png b/public/releases/v2/security/021-gerald-combs/front.png new file mode 100644 index 00000000..b1db4b79 Binary files /dev/null and b/public/releases/v2/security/021-gerald-combs/front.png differ diff --git a/public/releases/v2/security/021-gerald-combs/front.svg b/public/releases/v2/security/021-gerald-combs/front.svg new file mode 100644 index 00000000..863e6898 --- /dev/null +++ b/public/releases/v2/security/021-gerald-combs/front.svg @@ -0,0 +1 @@ +Gerald Combs — Open Source Legends v2SECURITY PROFESSIONALS / V2Gerald CombsAuthor of WiresharkMaking packet analysis free, and keeping it free021 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/022-renaud-deraison/artwork.svg b/public/releases/v2/security/022-renaud-deraison/artwork.svg new file mode 100644 index 00000000..11e4bfac --- /dev/null +++ b/public/releases/v2/security/022-renaud-deraison/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/security/022-renaud-deraison/back.png b/public/releases/v2/security/022-renaud-deraison/back.png new file mode 100644 index 00000000..4aeeff73 Binary files /dev/null and b/public/releases/v2/security/022-renaud-deraison/back.png differ diff --git a/public/releases/v2/security/022-renaud-deraison/back.svg b/public/releases/v2/security/022-renaud-deraison/back.svg new file mode 100644 index 00000000..3a553cd2 --- /dev/null +++ b/public/releases/v2/security/022-renaud-deraison/back.svg @@ -0,0 +1 @@ +Renaud Deraison — Open Source Legends v2SECURITY PROFESSIONALS / V2Renaud DeraisonTHE CONTRIBUTIONReleased Nessus in 1998 as a free scanner with its ownplugin language, at a point when the alternative was anexpensive appliance. Co-founded Tenable Network Securityaround it in 2002 and took the product closed-source in2005, a decision the community argued about for years.Vulnerability management as a routine operational practicelargely grew out of that codebase.PROJECTS / DOMAINSVulnerability management · Scanning · Product securityPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.022 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/022-renaud-deraison/front.png b/public/releases/v2/security/022-renaud-deraison/front.png new file mode 100644 index 00000000..956ed0c7 Binary files /dev/null and b/public/releases/v2/security/022-renaud-deraison/front.png differ diff --git a/public/releases/v2/security/022-renaud-deraison/front.svg b/public/releases/v2/security/022-renaud-deraison/front.svg new file mode 100644 index 00000000..8fd0eca8 --- /dev/null +++ b/public/releases/v2/security/022-renaud-deraison/front.svg @@ -0,0 +1 @@ +Renaud Deraison — Open Source Legends v2SECURITY PROFESSIONALS / V2Renaud DeraisonAuthor of NessusThe vulnerability scanner that defined the category022 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/023-paul-vixie/artwork.svg b/public/releases/v2/security/023-paul-vixie/artwork.svg new file mode 100644 index 00000000..b5b048ea --- /dev/null +++ b/public/releases/v2/security/023-paul-vixie/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/security/023-paul-vixie/back.png b/public/releases/v2/security/023-paul-vixie/back.png new file mode 100644 index 00000000..b52a17a2 Binary files /dev/null and b/public/releases/v2/security/023-paul-vixie/back.png differ diff --git a/public/releases/v2/security/023-paul-vixie/back.svg b/public/releases/v2/security/023-paul-vixie/back.svg new file mode 100644 index 00000000..321f6522 --- /dev/null +++ b/public/releases/v2/security/023-paul-vixie/back.svg @@ -0,0 +1 @@ +Paul Vixie — Open Source Legends v2SECURITY PROFESSIONALS / V2Paul VixieTHE CONTRIBUTIONMaintained BIND for years and wrote or co-wrote a long runof DNS RFCs, then built the response-policy zone mechanismthat lets defenders block malicious domains at theresolver. Founded the first anti-spam DNSBL, ran theInternet Software Consortium, operates F-root, andco-founded Farsight Security around passive DNS. InternetHall of Fame, 2014.PROJECTS / DOMAINSDNS · Anti-abuse · Internet infrastructurePROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.023 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/023-paul-vixie/front.png b/public/releases/v2/security/023-paul-vixie/front.png new file mode 100644 index 00000000..47fb55f2 Binary files /dev/null and b/public/releases/v2/security/023-paul-vixie/front.png differ diff --git a/public/releases/v2/security/023-paul-vixie/front.svg b/public/releases/v2/security/023-paul-vixie/front.svg new file mode 100644 index 00000000..c3832634 --- /dev/null +++ b/public/releases/v2/security/023-paul-vixie/front.svg @@ -0,0 +1 @@ +Paul Vixie — Open Source Legends v2SECURITY PROFESSIONALS / V2Paul VixieKeeper of the DNSBIND, DNS RPZ, and the anti-abuse infrastructure nobody sees023 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/024-niels-provos/artwork.svg b/public/releases/v2/security/024-niels-provos/artwork.svg new file mode 100644 index 00000000..7681b945 --- /dev/null +++ b/public/releases/v2/security/024-niels-provos/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/security/024-niels-provos/back.png b/public/releases/v2/security/024-niels-provos/back.png new file mode 100644 index 00000000..043ff0bb Binary files /dev/null and b/public/releases/v2/security/024-niels-provos/back.png differ diff --git a/public/releases/v2/security/024-niels-provos/back.svg b/public/releases/v2/security/024-niels-provos/back.svg new file mode 100644 index 00000000..6f2cab17 --- /dev/null +++ b/public/releases/v2/security/024-niels-provos/back.svg @@ -0,0 +1 @@ +Niels Provos — Open Source Legends v2SECURITY PROFESSIONALS / V2Niels ProvosTHE CONTRIBUTIONWrote honeyd, co-designed the bcrypt password hash withDavid Mazières, and created systrace and privilegeseparation work in OpenSSH. At Google he led the SafeBrowsing malware research that put interstitial warnings infront of drive-by download sites, and co-authored thepapers that measured how large that problem actually was.PROJECTS / DOMAINSHoneypots · Password hashing · Web malwarePROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.024 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/024-niels-provos/front.png b/public/releases/v2/security/024-niels-provos/front.png new file mode 100644 index 00000000..94eff7fa Binary files /dev/null and b/public/releases/v2/security/024-niels-provos/front.png differ diff --git a/public/releases/v2/security/024-niels-provos/front.svg b/public/releases/v2/security/024-niels-provos/front.svg new file mode 100644 index 00000000..d182aecd --- /dev/null +++ b/public/releases/v2/security/024-niels-provos/front.svg @@ -0,0 +1 @@ +Niels Provos — Open Source Legends v2SECURITY PROFESSIONALS / V2Niels ProvosHoneypots and Safe Browsinghoneyd, bcrypt, and warning a billion browsers024 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/025-jeremiah-grossman/artwork.svg b/public/releases/v2/security/025-jeremiah-grossman/artwork.svg new file mode 100644 index 00000000..109fda3e --- /dev/null +++ b/public/releases/v2/security/025-jeremiah-grossman/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/security/025-jeremiah-grossman/back.png b/public/releases/v2/security/025-jeremiah-grossman/back.png new file mode 100644 index 00000000..14b8dba5 Binary files /dev/null and b/public/releases/v2/security/025-jeremiah-grossman/back.png differ diff --git a/public/releases/v2/security/025-jeremiah-grossman/back.svg b/public/releases/v2/security/025-jeremiah-grossman/back.svg new file mode 100644 index 00000000..4ab3d9af --- /dev/null +++ b/public/releases/v2/security/025-jeremiah-grossman/back.svg @@ -0,0 +1 @@ +Jeremiah Grossman — Open Source Legends v2SECURITY PROFESSIONALS / V2Jeremiah GrossmanTHE CONTRIBUTIONWas an information security officer at Yahoo beforefounding WhiteHat Security in 2001, where continuousscanning of thousands of production sites produced thefirst credible public statistics on how long real webvulnerabilities actually stay open. Co-founded the WebApplication Security Consortium, and co-authored XSSAttacks: Cross Site Scripting Exploits and Defense in 2007— the book that turned cross-site scripting from acuriosity into a class of bug developers were expected toknow.PROJECTS / DOMAINSWeb application security · Cross-site scripting · Vulnerability dataPROVENANCE3 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.025 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/025-jeremiah-grossman/front.png b/public/releases/v2/security/025-jeremiah-grossman/front.png new file mode 100644 index 00000000..2eb570a0 Binary files /dev/null and b/public/releases/v2/security/025-jeremiah-grossman/front.png differ diff --git a/public/releases/v2/security/025-jeremiah-grossman/front.svg b/public/releases/v2/security/025-jeremiah-grossman/front.svg new file mode 100644 index 00000000..ec1d0728 --- /dev/null +++ b/public/releases/v2/security/025-jeremiah-grossman/front.svg @@ -0,0 +1 @@ +Jeremiah Grossman — Open Source Legends v2SECURITY PROFESSIONALS / V2Jeremiah GrossmanThe Web Application Security AuthorityXSS Attacks, WhiteHat Security, and making web appsec adiscipline025 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/026-robert-hansen/artwork.svg b/public/releases/v2/security/026-robert-hansen/artwork.svg new file mode 100644 index 00000000..097d80ba --- /dev/null +++ b/public/releases/v2/security/026-robert-hansen/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/security/026-robert-hansen/back.png b/public/releases/v2/security/026-robert-hansen/back.png new file mode 100644 index 00000000..c3ad1c44 Binary files /dev/null and b/public/releases/v2/security/026-robert-hansen/back.png differ diff --git a/public/releases/v2/security/026-robert-hansen/back.svg b/public/releases/v2/security/026-robert-hansen/back.svg new file mode 100644 index 00000000..f2bb63de --- /dev/null +++ b/public/releases/v2/security/026-robert-hansen/back.svg @@ -0,0 +1 @@ +Robert Hansen — Open Source Legends v2SECURITY PROFESSIONALS / V2Robert HansenTHE CONTRIBUTIONRan ha.ckers.org and published the XSS cheat sheet, whichfor years was the reference list of filter-evasion payloadsthat every web application firewall was tested against.Co-authored XSS Attacks with Grossman, released Slowloristo demonstrate that a single machine could hold a webserver’s connections open indefinitely, and co-wroteDetecting Malice on behavioural detection.PROJECTS / DOMAINSCross-site scripting · Browser security · Denial of servicePROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.026 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/026-robert-hansen/front.png b/public/releases/v2/security/026-robert-hansen/front.png new file mode 100644 index 00000000..364fb565 Binary files /dev/null and b/public/releases/v2/security/026-robert-hansen/front.png differ diff --git a/public/releases/v2/security/026-robert-hansen/front.svg b/public/releases/v2/security/026-robert-hansen/front.svg new file mode 100644 index 00000000..1885091c --- /dev/null +++ b/public/releases/v2/security/026-robert-hansen/front.svg @@ -0,0 +1 @@ +Robert Hansen — Open Source Legends v2SECURITY PROFESSIONALS / V2Robert HansenThe XSS Cheat Sheetha.ckers.org, Slowloris, and browser attack surface026 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/027-mark-curphey/artwork.svg b/public/releases/v2/security/027-mark-curphey/artwork.svg new file mode 100644 index 00000000..a631ca5e --- /dev/null +++ b/public/releases/v2/security/027-mark-curphey/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/security/027-mark-curphey/back.png b/public/releases/v2/security/027-mark-curphey/back.png new file mode 100644 index 00000000..cf57dd01 Binary files /dev/null and b/public/releases/v2/security/027-mark-curphey/back.png differ diff --git a/public/releases/v2/security/027-mark-curphey/back.svg b/public/releases/v2/security/027-mark-curphey/back.svg new file mode 100644 index 00000000..44cc48e8 --- /dev/null +++ b/public/releases/v2/security/027-mark-curphey/back.svg @@ -0,0 +1 @@ +Mark Curphey — Open Source Legends v2SECURITY PROFESSIONALS / V2Mark CurpheyTHE CONTRIBUTIONStarted the Open Web Application Security Project inSeptember 2001 as a mailing list and a few documents, andit became the vendor-neutral body that produced the TopTen, the ASVS, ZAP and the testing guides that appsec teamsstill work from. Later founded SourceClear on softwarecomposition analysis and has kept publicly pushing OWASP tostay relevant to modern supply-chain risk.PROJECTS / DOMAINSApplication security · Open standards · Supply chainPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.027 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/027-mark-curphey/front.png b/public/releases/v2/security/027-mark-curphey/front.png new file mode 100644 index 00000000..f1942eca Binary files /dev/null and b/public/releases/v2/security/027-mark-curphey/front.png differ diff --git a/public/releases/v2/security/027-mark-curphey/front.svg b/public/releases/v2/security/027-mark-curphey/front.svg new file mode 100644 index 00000000..fbc0f5ac --- /dev/null +++ b/public/releases/v2/security/027-mark-curphey/front.svg @@ -0,0 +1 @@ +Mark Curphey — Open Source Legends v2SECURITY PROFESSIONALS / V2Mark CurpheyFounder of OWASPStarting the open project that appsec organised itself around027 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/028-jeff-williams/artwork.svg b/public/releases/v2/security/028-jeff-williams/artwork.svg new file mode 100644 index 00000000..1ae434c8 --- /dev/null +++ b/public/releases/v2/security/028-jeff-williams/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/security/028-jeff-williams/back.png b/public/releases/v2/security/028-jeff-williams/back.png new file mode 100644 index 00000000..5632ce0b Binary files /dev/null and b/public/releases/v2/security/028-jeff-williams/back.png differ diff --git a/public/releases/v2/security/028-jeff-williams/back.svg b/public/releases/v2/security/028-jeff-williams/back.svg new file mode 100644 index 00000000..4c321ce2 --- /dev/null +++ b/public/releases/v2/security/028-jeff-williams/back.svg @@ -0,0 +1 @@ +Jeff Williams — Open Source Legends v2SECURITY PROFESSIONALS / V2Jeff WilliamsTHE CONTRIBUTIONWrote the first OWASP Top Ten and served as the volunteerchair of OWASP from 2003 to 2011, the years in which itwent from a mailing list to the reference that PCI DSS anda long line of other standards cite by name. Co-foundedAspect Security and then Contrast Security, arguing forinstrumentation inside the running application rather thanscanning it from outside.PROJECTS / DOMAINSApplication security · Runtime protection · StandardsPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.028 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/028-jeff-williams/front.png b/public/releases/v2/security/028-jeff-williams/front.png new file mode 100644 index 00000000..da134e84 Binary files /dev/null and b/public/releases/v2/security/028-jeff-williams/front.png differ diff --git a/public/releases/v2/security/028-jeff-williams/front.svg b/public/releases/v2/security/028-jeff-williams/front.svg new file mode 100644 index 00000000..0a24a647 --- /dev/null +++ b/public/releases/v2/security/028-jeff-williams/front.svg @@ -0,0 +1 @@ +Jeff Williams — Open Source Legends v2SECURITY PROFESSIONALS / V2Jeff WilliamsAuthor of the First OWASP Top TenThe list every compliance regime ended up pointing at028 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/029-gary-mcgraw/artwork.svg b/public/releases/v2/security/029-gary-mcgraw/artwork.svg new file mode 100644 index 00000000..40daa9cd --- /dev/null +++ b/public/releases/v2/security/029-gary-mcgraw/artwork.svg @@ -0,0 +1 @@ +Integrity in the spanAn impossible bridge folds through its own supporting arch. Cyan reinforcement and keyed joints belong to the structure itself. Suspended mechanical witnesses measure the built span. \ No newline at end of file diff --git a/public/releases/v2/security/029-gary-mcgraw/back.png b/public/releases/v2/security/029-gary-mcgraw/back.png new file mode 100644 index 00000000..98bff603 Binary files /dev/null and b/public/releases/v2/security/029-gary-mcgraw/back.png differ diff --git a/public/releases/v2/security/029-gary-mcgraw/back.svg b/public/releases/v2/security/029-gary-mcgraw/back.svg new file mode 100644 index 00000000..853a2981 --- /dev/null +++ b/public/releases/v2/security/029-gary-mcgraw/back.svg @@ -0,0 +1 @@ +Gary McGraw — Open Source Legends v2SECURITY PROFESSIONALS / V2Gary McGrawTHE CONTRIBUTIONWrote Building Secure Software, Exploiting Software andSoftware Security, making the case that you cannot testdefects out of a system you designed insecurely. Co-createdBSIMM, which measures what security programmes actually dorather than what a standard says they should, and has run along-standing interview series documenting the field’s ownhistory.PROJECTS / DOMAINSSoftware security · Secure design · MeasurementPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.029 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/029-gary-mcgraw/front.png b/public/releases/v2/security/029-gary-mcgraw/front.png new file mode 100644 index 00000000..ef20400a Binary files /dev/null and b/public/releases/v2/security/029-gary-mcgraw/front.png differ diff --git a/public/releases/v2/security/029-gary-mcgraw/front.svg b/public/releases/v2/security/029-gary-mcgraw/front.svg new file mode 100644 index 00000000..4ac6c80e --- /dev/null +++ b/public/releases/v2/security/029-gary-mcgraw/front.svg @@ -0,0 +1 @@ +Gary McGraw — Open Source Legends v2SECURITY PROFESSIONALS / V2Gary McGrawIntegrity in the spanAn impossible bridge folds through its own supporting arch. Cyan reinforcement and keyed joints belong to the structure itself. Suspended mechanical witnesses measure the built span.Building Security InSoftware security as a discipline, and BSIMM029 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/030-michael-howard/artwork.svg b/public/releases/v2/security/030-michael-howard/artwork.svg new file mode 100644 index 00000000..d5fbdedb --- /dev/null +++ b/public/releases/v2/security/030-michael-howard/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/security/030-michael-howard/back.png b/public/releases/v2/security/030-michael-howard/back.png new file mode 100644 index 00000000..76fd87ed Binary files /dev/null and b/public/releases/v2/security/030-michael-howard/back.png differ diff --git a/public/releases/v2/security/030-michael-howard/back.svg b/public/releases/v2/security/030-michael-howard/back.svg new file mode 100644 index 00000000..dc21a081 --- /dev/null +++ b/public/releases/v2/security/030-michael-howard/back.svg @@ -0,0 +1 @@ +Michael Howard — Open Source Legends v2SECURITY PROFESSIONALS / V2Michael HowardTHE CONTRIBUTIONCo-wrote Writing Secure Code, which Bill Gates orderedWindows engineers to read during the 2002 TrustworthyComputing halt, and helped build the Security DevelopmentLifecycle that came out of it — threat modelling, bannedAPIs, fuzzing and a final security review before ship. TheSDL became the template most large software organisationscopied.PROJECTS / DOMAINSSecure development · SDL · Threat modellingPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.030 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/030-michael-howard/front.png b/public/releases/v2/security/030-michael-howard/front.png new file mode 100644 index 00000000..3b8554a3 Binary files /dev/null and b/public/releases/v2/security/030-michael-howard/front.png differ diff --git a/public/releases/v2/security/030-michael-howard/front.svg b/public/releases/v2/security/030-michael-howard/front.svg new file mode 100644 index 00000000..f2693ffc --- /dev/null +++ b/public/releases/v2/security/030-michael-howard/front.svg @@ -0,0 +1 @@ +Michael Howard — Open Source Legends v2SECURITY PROFESSIONALS / V2Michael HowardAuthor of Writing Secure CodeThe book and the process behind Microsoft’s security turnaround030 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/031-adam-shostack/artwork.svg b/public/releases/v2/security/031-adam-shostack/artwork.svg new file mode 100644 index 00000000..fdbd9437 --- /dev/null +++ b/public/releases/v2/security/031-adam-shostack/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/security/031-adam-shostack/back.png b/public/releases/v2/security/031-adam-shostack/back.png new file mode 100644 index 00000000..331cf436 Binary files /dev/null and b/public/releases/v2/security/031-adam-shostack/back.png differ diff --git a/public/releases/v2/security/031-adam-shostack/back.svg b/public/releases/v2/security/031-adam-shostack/back.svg new file mode 100644 index 00000000..464b333a --- /dev/null +++ b/public/releases/v2/security/031-adam-shostack/back.svg @@ -0,0 +1 @@ +Adam Shostack — Open Source Legends v2SECURITY PROFESSIONALS / V2Adam ShostackTHE CONTRIBUTIONDrove threat modelling into shippable practice atMicrosoft, including the Elevation of Privilege card gamethat got non-security engineers doing it voluntarily, thenwrote Threat Modeling: Designing for Security and laterThreats: What Every Engineer Should Learn. Served on theCVE editorial board and co-wrote The New School ofInformation Security on learning from breach data.PROJECTS / DOMAINSThreat modelling · Privacy · Security designPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.031 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/031-adam-shostack/front.png b/public/releases/v2/security/031-adam-shostack/front.png new file mode 100644 index 00000000..d0f47e00 Binary files /dev/null and b/public/releases/v2/security/031-adam-shostack/front.png differ diff --git a/public/releases/v2/security/031-adam-shostack/front.svg b/public/releases/v2/security/031-adam-shostack/front.svg new file mode 100644 index 00000000..db3562ae --- /dev/null +++ b/public/releases/v2/security/031-adam-shostack/front.svg @@ -0,0 +1 @@ +Adam Shostack — Open Source Legends v2SECURITY PROFESSIONALS / V2Adam ShostackThe Threat Modelling CanonThreat Modeling: Designing for Security, and STRIDE in practice031 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/032-ivan-ristic/artwork.svg b/public/releases/v2/security/032-ivan-ristic/artwork.svg new file mode 100644 index 00000000..09f187ad --- /dev/null +++ b/public/releases/v2/security/032-ivan-ristic/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/security/032-ivan-ristic/back.png b/public/releases/v2/security/032-ivan-ristic/back.png new file mode 100644 index 00000000..97093d7b Binary files /dev/null and b/public/releases/v2/security/032-ivan-ristic/back.png differ diff --git a/public/releases/v2/security/032-ivan-ristic/back.svg b/public/releases/v2/security/032-ivan-ristic/back.svg new file mode 100644 index 00000000..39eb1cfb --- /dev/null +++ b/public/releases/v2/security/032-ivan-ristic/back.svg @@ -0,0 +1 @@ +Ivan Ristić — Open Source Legends v2SECURITY PROFESSIONALS / V2Ivan RistićTHE CONTRIBUTIONWrote ModSecurity, the open-source web application firewallthat became the reference implementation and the base ofthe OWASP Core Rule Set. Then built SSL Labs, whose A-to-Fgrade for a server’s TLS configuration turned an obscureops detail into something executives asked about, and wroteBulletproof TLS and PKI as the manual for fixing the grade.PROJECTS / DOMAINSTLS · Web application firewalls · MeasurementPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.032 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/032-ivan-ristic/front.png b/public/releases/v2/security/032-ivan-ristic/front.png new file mode 100644 index 00000000..83ea1d13 Binary files /dev/null and b/public/releases/v2/security/032-ivan-ristic/front.png differ diff --git a/public/releases/v2/security/032-ivan-ristic/front.svg b/public/releases/v2/security/032-ivan-ristic/front.svg new file mode 100644 index 00000000..3cc1dec1 --- /dev/null +++ b/public/releases/v2/security/032-ivan-ristic/front.svg @@ -0,0 +1 @@ +Ivan Ristić — Open Source Legends v2SECURITY PROFESSIONALS / V2Ivan RistićAuthor of ModSecurity and SSL LabsGrading the internet’s TLS, one hostname at a time032 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/033-mark-dowd/artwork.svg b/public/releases/v2/security/033-mark-dowd/artwork.svg new file mode 100644 index 00000000..968f391e --- /dev/null +++ b/public/releases/v2/security/033-mark-dowd/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/security/033-mark-dowd/back.png b/public/releases/v2/security/033-mark-dowd/back.png new file mode 100644 index 00000000..3c9573ec Binary files /dev/null and b/public/releases/v2/security/033-mark-dowd/back.png differ diff --git a/public/releases/v2/security/033-mark-dowd/back.svg b/public/releases/v2/security/033-mark-dowd/back.svg new file mode 100644 index 00000000..095728ac --- /dev/null +++ b/public/releases/v2/security/033-mark-dowd/back.svg @@ -0,0 +1 @@ +Mark Dowd — Open Source Legends v2SECURITY PROFESSIONALS / V2Mark DowdTHE CONTRIBUTIONCo-wrote The Art of Software Security Assessment with JohnMcDonald and Justin Schuh, still the most thoroughpublished treatment of how to find memory-safety and logicflaws by reading code. Found deep bugs in Sendmail, OpenSSHand Flash while at ISS X-Force and IBM, and founded AzimuthSecurity. His work is why a generation of auditors knowwhat to look for in a parser.PROJECTS / DOMAINSCode auditing · Memory corruption · Exploit mitigationPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.033 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/033-mark-dowd/front.png b/public/releases/v2/security/033-mark-dowd/front.png new file mode 100644 index 00000000..e0465711 Binary files /dev/null and b/public/releases/v2/security/033-mark-dowd/front.png differ diff --git a/public/releases/v2/security/033-mark-dowd/front.svg b/public/releases/v2/security/033-mark-dowd/front.svg new file mode 100644 index 00000000..d06b3811 --- /dev/null +++ b/public/releases/v2/security/033-mark-dowd/front.svg @@ -0,0 +1 @@ +Mark Dowd — Open Source Legends v2SECURITY PROFESSIONALS / V2Mark DowdThe Art of Software Security AssessmentThe code-audit bible, and the Sendmail and Flash bugs behind it033 / RARE / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/034-halvar-flake/artwork.svg b/public/releases/v2/security/034-halvar-flake/artwork.svg new file mode 100644 index 00000000..5d7ef3f3 --- /dev/null +++ b/public/releases/v2/security/034-halvar-flake/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/security/034-halvar-flake/back.png b/public/releases/v2/security/034-halvar-flake/back.png new file mode 100644 index 00000000..2e9fbcd7 Binary files /dev/null and b/public/releases/v2/security/034-halvar-flake/back.png differ diff --git a/public/releases/v2/security/034-halvar-flake/back.svg b/public/releases/v2/security/034-halvar-flake/back.svg new file mode 100644 index 00000000..7a20ed9b --- /dev/null +++ b/public/releases/v2/security/034-halvar-flake/back.svg @@ -0,0 +1 @@ +Thomas Dullien — Open Source Legends v2SECURITY PROFESSIONALS / V2Thomas DullienTHE CONTRIBUTIONBuilt the graph-based binary diffing that made it routineto extract the vulnerability out of a vendor patch, foundedzynamics around BinDiff and VxClass, and sold it to Googlein 2011. Later worked in Project Zero and wrote the “weirdmachines” framing that treats exploitation as programmingan unintended state machine inside the target.PROJECTS / DOMAINSReverse engineering · Patch analysis · Exploit theoryPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.034 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/034-halvar-flake/front.png b/public/releases/v2/security/034-halvar-flake/front.png new file mode 100644 index 00000000..e7adc9ac Binary files /dev/null and b/public/releases/v2/security/034-halvar-flake/front.png differ diff --git a/public/releases/v2/security/034-halvar-flake/front.svg b/public/releases/v2/security/034-halvar-flake/front.svg new file mode 100644 index 00000000..1a9fbc96 --- /dev/null +++ b/public/releases/v2/security/034-halvar-flake/front.svg @@ -0,0 +1 @@ +Thomas Dullien — Open Source Legends v2SECURITY PROFESSIONALS / V2Thomas DullienThe Binary Diffing PioneerBinDiff, and the theory of weird machines034 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/035-alex-sotirov/artwork.svg b/public/releases/v2/security/035-alex-sotirov/artwork.svg new file mode 100644 index 00000000..b9786290 --- /dev/null +++ b/public/releases/v2/security/035-alex-sotirov/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/security/035-alex-sotirov/back.png b/public/releases/v2/security/035-alex-sotirov/back.png new file mode 100644 index 00000000..5292c630 Binary files /dev/null and b/public/releases/v2/security/035-alex-sotirov/back.png differ diff --git a/public/releases/v2/security/035-alex-sotirov/back.svg b/public/releases/v2/security/035-alex-sotirov/back.svg new file mode 100644 index 00000000..8dc0e262 --- /dev/null +++ b/public/releases/v2/security/035-alex-sotirov/back.svg @@ -0,0 +1 @@ +Alex Sotirov — Open Source Legends v2SECURITY PROFESSIONALS / V2Alex SotirovTHE CONTRIBUTIONCo-authored “Bypassing Browser Memory Protections”, the2008 paper that showed how attackers were routing aroundDEP and ASLR, then at 25C3 the same year demonstrated aworking rogue certificate authority built on MD5 collisions— which pushed the CA industry off MD5 for good. Co-foundedTrail of Bits.PROJECTS / DOMAINSPKI · Exploit mitigation · Browser securityPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.035 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/035-alex-sotirov/front.png b/public/releases/v2/security/035-alex-sotirov/front.png new file mode 100644 index 00000000..cf35f401 Binary files /dev/null and b/public/releases/v2/security/035-alex-sotirov/front.png differ diff --git a/public/releases/v2/security/035-alex-sotirov/front.svg b/public/releases/v2/security/035-alex-sotirov/front.svg new file mode 100644 index 00000000..82417ba9 --- /dev/null +++ b/public/releases/v2/security/035-alex-sotirov/front.svg @@ -0,0 +1 @@ +Alex Sotirov — Open Source Legends v2SECURITY PROFESSIONALS / V2Alex SotirovThe Rogue CA DemonstrationMD5 collisions against a real certificate authority035 / RARE / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/036-thomas-ptacek/artwork.svg b/public/releases/v2/security/036-thomas-ptacek/artwork.svg new file mode 100644 index 00000000..de66b0ed --- /dev/null +++ b/public/releases/v2/security/036-thomas-ptacek/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/security/036-thomas-ptacek/back.png b/public/releases/v2/security/036-thomas-ptacek/back.png new file mode 100644 index 00000000..3eb819c2 Binary files /dev/null and b/public/releases/v2/security/036-thomas-ptacek/back.png differ diff --git a/public/releases/v2/security/036-thomas-ptacek/back.svg b/public/releases/v2/security/036-thomas-ptacek/back.svg new file mode 100644 index 00000000..cc9a3c34 --- /dev/null +++ b/public/releases/v2/security/036-thomas-ptacek/back.svg @@ -0,0 +1 @@ +Thomas Ptacek — Open Source Legends v2SECURITY PROFESSIONALS / V2Thomas PtacekTHE CONTRIBUTIONCo-wrote the 1998 paper with Timothy Newsham showing that anetwork IDS which reassembles traffic differently from thehost it protects can be walked straight past — the workthat forced every vendor to rethink normalisation.Co-founded Matasano and later Latacora, and wrote theCryptopals challenges that taught a generation how cryptoactually breaks.PROJECTS / DOMAINSIntrusion detection · Cryptographic review · Appsec consultingPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.036 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/036-thomas-ptacek/front.png b/public/releases/v2/security/036-thomas-ptacek/front.png new file mode 100644 index 00000000..a0f3c763 Binary files /dev/null and b/public/releases/v2/security/036-thomas-ptacek/front.png differ diff --git a/public/releases/v2/security/036-thomas-ptacek/front.svg b/public/releases/v2/security/036-thomas-ptacek/front.svg new file mode 100644 index 00000000..2b91066c --- /dev/null +++ b/public/releases/v2/security/036-thomas-ptacek/front.svg @@ -0,0 +1 @@ +Thomas Ptacek — Open Source Legends v2SECURITY PROFESSIONALS / V2Thomas PtacekThe IDS Evasion PaperInsertion, Evasion and Denial of Service, and Matasano036 / RARE / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/037-matthew-green/artwork.svg b/public/releases/v2/security/037-matthew-green/artwork.svg new file mode 100644 index 00000000..da73466f --- /dev/null +++ b/public/releases/v2/security/037-matthew-green/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/security/037-matthew-green/back.png b/public/releases/v2/security/037-matthew-green/back.png new file mode 100644 index 00000000..5f852b27 Binary files /dev/null and b/public/releases/v2/security/037-matthew-green/back.png differ diff --git a/public/releases/v2/security/037-matthew-green/back.svg b/public/releases/v2/security/037-matthew-green/back.svg new file mode 100644 index 00000000..2d8b84a6 --- /dev/null +++ b/public/releases/v2/security/037-matthew-green/back.svg @@ -0,0 +1 @@ +Matthew D. Green — Open Source Legends v2SECURITY PROFESSIONALS / V2Matthew D. GreenTHE CONTRIBUTIONJohns Hopkins cryptographer who co-led the Open CryptoAudit Project’s review of TrueCrypt, contributed to theanalysis of Dual_EC_DRBG and the RSA BSAFE backdoor, andworked on the attacks behind Logjam and DROWN. His blog isthe standard place the rest of the industry goes to findout how badly a new crypto story is being reported.PROJECTS / DOMAINSApplied cryptography · Protocol analysis · Public explanationPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.037 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/037-matthew-green/front.png b/public/releases/v2/security/037-matthew-green/front.png new file mode 100644 index 00000000..0ae86ed0 Binary files /dev/null and b/public/releases/v2/security/037-matthew-green/front.png differ diff --git a/public/releases/v2/security/037-matthew-green/front.svg b/public/releases/v2/security/037-matthew-green/front.svg new file mode 100644 index 00000000..e5214531 --- /dev/null +++ b/public/releases/v2/security/037-matthew-green/front.svg @@ -0,0 +1 @@ +Matthew D. Green — Open Source Legends v2SECURITY PROFESSIONALS / V2Matthew D. GreenThe Cryptography AuditorTrueCrypt audit, and explaining broken crypto in public037 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/038-j-alex-halderman/artwork.svg b/public/releases/v2/security/038-j-alex-halderman/artwork.svg new file mode 100644 index 00000000..fddf5cf4 --- /dev/null +++ b/public/releases/v2/security/038-j-alex-halderman/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/security/038-j-alex-halderman/back.png b/public/releases/v2/security/038-j-alex-halderman/back.png new file mode 100644 index 00000000..e4d66d21 Binary files /dev/null and b/public/releases/v2/security/038-j-alex-halderman/back.png differ diff --git a/public/releases/v2/security/038-j-alex-halderman/back.svg b/public/releases/v2/security/038-j-alex-halderman/back.svg new file mode 100644 index 00000000..f158ab3f --- /dev/null +++ b/public/releases/v2/security/038-j-alex-halderman/back.svg @@ -0,0 +1 @@ +J. Alex Halderman — Open Source Legends v2SECURITY PROFESSIONALS / V2J. Alex HaldermanTHE CONTRIBUTIONCo-authored the cold boot attack paper showing DRAM retainskeys after power off, then spent a career demonstrating —in court and in front of legislatures — that deployedvoting machines could be reprogrammed. Co-founded theInternet Security Research Group behind Let’s Encrypt, andco-authored the ZMap internet-wide scanner and the Logjamand FREAK results.PROJECTS / DOMAINSElection security · Measurement · PKIPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.038 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/038-j-alex-halderman/front.png b/public/releases/v2/security/038-j-alex-halderman/front.png new file mode 100644 index 00000000..4dd74665 Binary files /dev/null and b/public/releases/v2/security/038-j-alex-halderman/front.png differ diff --git a/public/releases/v2/security/038-j-alex-halderman/front.svg b/public/releases/v2/security/038-j-alex-halderman/front.svg new file mode 100644 index 00000000..dae972fb --- /dev/null +++ b/public/releases/v2/security/038-j-alex-halderman/front.svg @@ -0,0 +1 @@ +J. Alex Halderman — Open Source Legends v2SECURITY PROFESSIONALS / V2J. Alex HaldermanThe Voting Machine AuditorCold boot attacks, election security, and Let’s Encrypt038 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/039-nadia-heninger/artwork.svg b/public/releases/v2/security/039-nadia-heninger/artwork.svg new file mode 100644 index 00000000..0f04cfb9 --- /dev/null +++ b/public/releases/v2/security/039-nadia-heninger/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/security/039-nadia-heninger/back.png b/public/releases/v2/security/039-nadia-heninger/back.png new file mode 100644 index 00000000..5cfcc73e Binary files /dev/null and b/public/releases/v2/security/039-nadia-heninger/back.png differ diff --git a/public/releases/v2/security/039-nadia-heninger/back.svg b/public/releases/v2/security/039-nadia-heninger/back.svg new file mode 100644 index 00000000..0f563b1d --- /dev/null +++ b/public/releases/v2/security/039-nadia-heninger/back.svg @@ -0,0 +1 @@ +Nadia Heninger — Open Source Legends v2SECURITY PROFESSIONALS / V2Nadia HeningerTHE CONTRIBUTIONCo-authored “Mining Your Ps and Qs”, which scanned thewhole IPv4 internet and found that a meaningful share ofTLS and SSH keys shared factors because embedded devicesgenerated them without entropy — and then factored them.Followed it with Logjam, DROWN and FREAK, a body of workwhose method is: measure what is actually deployed, thenbreak the weak part.PROJECTS / DOMAINSCryptanalysis · Internet measurement · Key generationPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.039 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/039-nadia-heninger/front.png b/public/releases/v2/security/039-nadia-heninger/front.png new file mode 100644 index 00000000..5435552e Binary files /dev/null and b/public/releases/v2/security/039-nadia-heninger/front.png differ diff --git a/public/releases/v2/security/039-nadia-heninger/front.svg b/public/releases/v2/security/039-nadia-heninger/front.svg new file mode 100644 index 00000000..06faf504 --- /dev/null +++ b/public/releases/v2/security/039-nadia-heninger/front.svg @@ -0,0 +1 @@ +Nadia Heninger — Open Source Legends v2SECURITY PROFESSIONALS / V2Nadia HeningerThe Key-Entropy AuditorMining Your Ps and Qs, Logjam, and measuring real deployed crypto039 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/040-troy-hunt/artwork.svg b/public/releases/v2/security/040-troy-hunt/artwork.svg new file mode 100644 index 00000000..ab56331e --- /dev/null +++ b/public/releases/v2/security/040-troy-hunt/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/security/040-troy-hunt/back.png b/public/releases/v2/security/040-troy-hunt/back.png new file mode 100644 index 00000000..508f6cda Binary files /dev/null and b/public/releases/v2/security/040-troy-hunt/back.png differ diff --git a/public/releases/v2/security/040-troy-hunt/back.svg b/public/releases/v2/security/040-troy-hunt/back.svg new file mode 100644 index 00000000..73954c45 --- /dev/null +++ b/public/releases/v2/security/040-troy-hunt/back.svg @@ -0,0 +1 @@ +Troy Hunt — Open Source Legends v2SECURITY PROFESSIONALS / V2Troy HuntTHE CONTRIBUTIONBuilt Have I Been Pwned in 2013 as a way for ordinarypeople to find out whether their account was in a dump, andit became infrastructure: browsers, password managers andthe NIST-endorsed practice of checking passwords againstknown-breached lists all query it, using a k-anonymityscheme that never sends the password. Runs it as a publicgood rather than a product.PROJECTS / DOMAINSBreach data · Password security · Public awarenessPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.040 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/040-troy-hunt/front.png b/public/releases/v2/security/040-troy-hunt/front.png new file mode 100644 index 00000000..6dc1472b Binary files /dev/null and b/public/releases/v2/security/040-troy-hunt/front.png differ diff --git a/public/releases/v2/security/040-troy-hunt/front.svg b/public/releases/v2/security/040-troy-hunt/front.svg new file mode 100644 index 00000000..51cde801 --- /dev/null +++ b/public/releases/v2/security/040-troy-hunt/front.svg @@ -0,0 +1 @@ +Troy Hunt — Open Source Legends v2SECURITY PROFESSIONALS / V2Troy HuntKeeper of Have I Been PwnedTurning breach data into a public service040 / RARE / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/041-window-snyder/artwork.svg b/public/releases/v2/security/041-window-snyder/artwork.svg new file mode 100644 index 00000000..3de5bbf3 --- /dev/null +++ b/public/releases/v2/security/041-window-snyder/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/security/041-window-snyder/back.png b/public/releases/v2/security/041-window-snyder/back.png new file mode 100644 index 00000000..53a7299a Binary files /dev/null and b/public/releases/v2/security/041-window-snyder/back.png differ diff --git a/public/releases/v2/security/041-window-snyder/back.svg b/public/releases/v2/security/041-window-snyder/back.svg new file mode 100644 index 00000000..2158a919 --- /dev/null +++ b/public/releases/v2/security/041-window-snyder/back.svg @@ -0,0 +1 @@ +Window Snyder — Open Source Legends v2SECURITY PROFESSIONALS / V2Window SnyderTHE CONTRIBUTIONWas security lead and signoff for Windows XP Service Pack 2and Windows Server 2003, co-wrote the Threat Modeling bookthat came out of that era, then ran security at Mozilla forFirefox, at Apple on privacy and security strategy, atFastly and Square, and became Intel’s first chief softwaresecurity officer. Founded Thistle Technologies in 2020 tobring update infrastructure to embedded devices.PROJECTS / DOMAINSProduct security · Threat modelling · Device securityPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.041 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/041-window-snyder/front.png b/public/releases/v2/security/041-window-snyder/front.png new file mode 100644 index 00000000..fb0f91f2 Binary files /dev/null and b/public/releases/v2/security/041-window-snyder/front.png differ diff --git a/public/releases/v2/security/041-window-snyder/front.svg b/public/releases/v2/security/041-window-snyder/front.svg new file mode 100644 index 00000000..2ca211a9 --- /dev/null +++ b/public/releases/v2/security/041-window-snyder/front.svg @@ -0,0 +1 @@ +Window Snyder — Open Source Legends v2SECURITY PROFESSIONALS / V2Window SnyderThe Serial Security ChiefWindows XP SP2, Firefox, Apple, Intel, and Threat Modeling041 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/042-heather-adkins/artwork.svg b/public/releases/v2/security/042-heather-adkins/artwork.svg new file mode 100644 index 00000000..623cdaf2 --- /dev/null +++ b/public/releases/v2/security/042-heather-adkins/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/security/042-heather-adkins/back.png b/public/releases/v2/security/042-heather-adkins/back.png new file mode 100644 index 00000000..6ac1a5bb Binary files /dev/null and b/public/releases/v2/security/042-heather-adkins/back.png differ diff --git a/public/releases/v2/security/042-heather-adkins/back.svg b/public/releases/v2/security/042-heather-adkins/back.svg new file mode 100644 index 00000000..86a5e510 --- /dev/null +++ b/public/releases/v2/security/042-heather-adkins/back.svg @@ -0,0 +1 @@ +Heather Adkins — Open Source Legends v2SECURITY PROFESSIONALS / V2Heather AdkinsTHE CONTRIBUTIONA founding member of Google’s security team who built andran its incident response function, including the responseto the 2009 Operation Aurora intrusion that Google chose todisclose publicly — a decision that reset industry norms onbreach transparency. Co-authored Building Secure andReliable Systems, and has served on US federalcybersecurity advisory bodies.PROJECTS / DOMAINSIncident response · Enterprise defence · ReliabilityPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.042 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/042-heather-adkins/front.png b/public/releases/v2/security/042-heather-adkins/front.png new file mode 100644 index 00000000..d37f2b07 Binary files /dev/null and b/public/releases/v2/security/042-heather-adkins/front.png differ diff --git a/public/releases/v2/security/042-heather-adkins/front.svg b/public/releases/v2/security/042-heather-adkins/front.svg new file mode 100644 index 00000000..73a99e8b --- /dev/null +++ b/public/releases/v2/security/042-heather-adkins/front.svg @@ -0,0 +1 @@ +Heather Adkins — Open Source Legends v2SECURITY PROFESSIONALS / V2Heather AdkinsGoogle’s Founding DefenderTwenty-plus years of Google security, and Operation Aurora042 / RARE / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/043-parisa-tabriz/artwork.svg b/public/releases/v2/security/043-parisa-tabriz/artwork.svg new file mode 100644 index 00000000..e632e049 --- /dev/null +++ b/public/releases/v2/security/043-parisa-tabriz/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/security/043-parisa-tabriz/back.png b/public/releases/v2/security/043-parisa-tabriz/back.png new file mode 100644 index 00000000..4ecb1f04 Binary files /dev/null and b/public/releases/v2/security/043-parisa-tabriz/back.png differ diff --git a/public/releases/v2/security/043-parisa-tabriz/back.svg b/public/releases/v2/security/043-parisa-tabriz/back.svg new file mode 100644 index 00000000..609ab0d2 --- /dev/null +++ b/public/releases/v2/security/043-parisa-tabriz/back.svg @@ -0,0 +1 @@ +Parisa Tabriz — Open Source Legends v2SECURITY PROFESSIONALS / V2Parisa TabrizTHE CONTRIBUTIONJoined Google as a penetration tester, printed “SecurityPrincess” on her business card, and rose to run Chrome. Ledthe multi-year project to mark plain HTTP as “Not secure”in the world’s most-used browser, which more than anythingelse moved the web to encryption by default, and pushedProject Zero’s 90-day disclosure deadline as anindustry-wide forcing function.PROJECTS / DOMAINSBrowser security · HTTPS adoption · Security engineeringPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.043 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/043-parisa-tabriz/front.png b/public/releases/v2/security/043-parisa-tabriz/front.png new file mode 100644 index 00000000..3b90c1f7 Binary files /dev/null and b/public/releases/v2/security/043-parisa-tabriz/front.png differ diff --git a/public/releases/v2/security/043-parisa-tabriz/front.svg b/public/releases/v2/security/043-parisa-tabriz/front.svg new file mode 100644 index 00000000..91a7d784 --- /dev/null +++ b/public/releases/v2/security/043-parisa-tabriz/front.svg @@ -0,0 +1 @@ +Parisa Tabriz — Open Source Legends v2SECURITY PROFESSIONALS / V2Parisa TabrizGoogle’s Security PrincessChrome security, and the campaign that made HTTPS the default043 / RARE / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/044-alex-stamos/artwork.svg b/public/releases/v2/security/044-alex-stamos/artwork.svg new file mode 100644 index 00000000..48c0a3cc --- /dev/null +++ b/public/releases/v2/security/044-alex-stamos/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/security/044-alex-stamos/back.png b/public/releases/v2/security/044-alex-stamos/back.png new file mode 100644 index 00000000..e97250f5 Binary files /dev/null and b/public/releases/v2/security/044-alex-stamos/back.png differ diff --git a/public/releases/v2/security/044-alex-stamos/back.svg b/public/releases/v2/security/044-alex-stamos/back.svg new file mode 100644 index 00000000..934a5422 --- /dev/null +++ b/public/releases/v2/security/044-alex-stamos/back.svg @@ -0,0 +1 @@ +Alex Stamos — Open Source Legends v2SECURITY PROFESSIONALS / V2Alex StamosTHE CONTRIBUTIONWas CISO at Yahoo, where he objected to a governmentemail-scanning programme, then CSO at Facebook through theinvestigation into foreign influence operations, leaving in2018 over how much the company would disclose. Publiclychallenged the NSA director on encryption backdoors,founded the Stanford Internet Observatory, and co-foundediSEC Partners and later Krebs Stamos Group.PROJECTS / DOMAINSEnterprise security · Platform abuse · DisinformationPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.044 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/044-alex-stamos/front.png b/public/releases/v2/security/044-alex-stamos/front.png new file mode 100644 index 00000000..14a4ce45 Binary files /dev/null and b/public/releases/v2/security/044-alex-stamos/front.png differ diff --git a/public/releases/v2/security/044-alex-stamos/front.svg b/public/releases/v2/security/044-alex-stamos/front.svg new file mode 100644 index 00000000..74cdec7f --- /dev/null +++ b/public/releases/v2/security/044-alex-stamos/front.svg @@ -0,0 +1 @@ +Alex Stamos — Open Source Legends v2SECURITY PROFESSIONALS / V2Alex StamosThe CSO Who Resigned Over ItYahoo, Facebook, and saying the uncomfortable thing in public044 / RARE / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/045-dan-geer/artwork.svg b/public/releases/v2/security/045-dan-geer/artwork.svg new file mode 100644 index 00000000..5da86b00 --- /dev/null +++ b/public/releases/v2/security/045-dan-geer/artwork.svg @@ -0,0 +1 @@ +Common footingIdentical ivory modules depend on one annular foundation. A vermilion separation propagates through the repeated structure, while a blue orbital span establishes an independent path. An editorial construction about monoculture, concentrated risk, and dissent. \ No newline at end of file diff --git a/public/releases/v2/security/045-dan-geer/back.png b/public/releases/v2/security/045-dan-geer/back.png new file mode 100644 index 00000000..0d4ea2e9 Binary files /dev/null and b/public/releases/v2/security/045-dan-geer/back.png differ diff --git a/public/releases/v2/security/045-dan-geer/back.svg b/public/releases/v2/security/045-dan-geer/back.svg new file mode 100644 index 00000000..d557922e --- /dev/null +++ b/public/releases/v2/security/045-dan-geer/back.svg @@ -0,0 +1 @@ +Dan Geer — Open Source Legends v2SECURITY PROFESSIONALS / V2Dan GeerTHE CONTRIBUTIONCo-authored the 2003 CCIA report arguing that monoculturein operating systems was itself a national security risk,and was fired by @stake, then a Microsoft consultancy, theday it was published. Went on to serve as chief informationsecurity officer of In-Q-Tel and to give a run of Black Hatand USENIX keynotes that are still the most quotedlong-form arguments about security policy the field hasproduced.PROJECTS / DOMAINSSecurity economics · Risk management · PolicyPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.045 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/045-dan-geer/front.png b/public/releases/v2/security/045-dan-geer/front.png new file mode 100644 index 00000000..3a231da1 Binary files /dev/null and b/public/releases/v2/security/045-dan-geer/front.png differ diff --git a/public/releases/v2/security/045-dan-geer/front.svg b/public/releases/v2/security/045-dan-geer/front.svg new file mode 100644 index 00000000..c9858aaf --- /dev/null +++ b/public/releases/v2/security/045-dan-geer/front.svg @@ -0,0 +1 @@ +Dan Geer — Open Source Legends v2SECURITY PROFESSIONALS / V2Dan GeerCommon footingIdentical ivory modules depend on one annular foundation. A vermilion separation propagates through the repeated structure, while a blue orbital span establishes an independent path. An editorial construction about monoculture, concentrated risk, and dissent.The Field’s Dissenting EconomistCyberInsecurity: The Cost of Monopoly, and getting fired for it045 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/046-kevin-mandia/artwork.svg b/public/releases/v2/security/046-kevin-mandia/artwork.svg new file mode 100644 index 00000000..e6b3c17d --- /dev/null +++ b/public/releases/v2/security/046-kevin-mandia/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/security/046-kevin-mandia/back.png b/public/releases/v2/security/046-kevin-mandia/back.png new file mode 100644 index 00000000..fa19dd11 Binary files /dev/null and b/public/releases/v2/security/046-kevin-mandia/back.png differ diff --git a/public/releases/v2/security/046-kevin-mandia/back.svg b/public/releases/v2/security/046-kevin-mandia/back.svg new file mode 100644 index 00000000..2e917fc2 --- /dev/null +++ b/public/releases/v2/security/046-kevin-mandia/back.svg @@ -0,0 +1 @@ +Kevin Mandia — Open Source Legends v2SECURITY PROFESSIONALS / V2Kevin MandiaTHE CONTRIBUTIONFounded Mandiant in 2004 and built breach response into abusiness that governments and Fortune 100 boards call at2am. In 2013 the company published APT1, a reportattributing years of intrusions to a specific People’sLiberation Army unit with building photographs and operatorhandles — the moment public, named attribution becamesomething private companies did.PROJECTS / DOMAINSIncident response · Threat attribution · ForensicsPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.046 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/046-kevin-mandia/front.png b/public/releases/v2/security/046-kevin-mandia/front.png new file mode 100644 index 00000000..dc52611f Binary files /dev/null and b/public/releases/v2/security/046-kevin-mandia/front.png differ diff --git a/public/releases/v2/security/046-kevin-mandia/front.svg b/public/releases/v2/security/046-kevin-mandia/front.svg new file mode 100644 index 00000000..a70ac956 --- /dev/null +++ b/public/releases/v2/security/046-kevin-mandia/front.svg @@ -0,0 +1 @@ +Kevin Mandia — Open Source Legends v2SECURITY PROFESSIONALS / V2Kevin MandiaThe Incident Response IndustryMandiant, and the APT1 report that named the unit046 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/047-mikko-hypponen/artwork.svg b/public/releases/v2/security/047-mikko-hypponen/artwork.svg new file mode 100644 index 00000000..abe54b49 --- /dev/null +++ b/public/releases/v2/security/047-mikko-hypponen/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/security/047-mikko-hypponen/back.png b/public/releases/v2/security/047-mikko-hypponen/back.png new file mode 100644 index 00000000..7160c327 Binary files /dev/null and b/public/releases/v2/security/047-mikko-hypponen/back.png differ diff --git a/public/releases/v2/security/047-mikko-hypponen/back.svg b/public/releases/v2/security/047-mikko-hypponen/back.svg new file mode 100644 index 00000000..21590689 --- /dev/null +++ b/public/releases/v2/security/047-mikko-hypponen/back.svg @@ -0,0 +1 @@ +Mikko Hyppönen — Open Source Legends v2SECURITY PROFESSIONALS / V2Mikko HyppönenTHE CONTRIBUTIONHas been analysing malware at F-Secure since 1991, throughthe DOS virus era, Sasser and Blaster, Stuxnet and modernransomware. Tracked down and interviewed the Pakistanibrothers who wrote Brain, the first PC virus, twenty yearsafter the fact. Formulated Hyppönen’s law — if it is smart,it is vulnerable — and is the researcher most often trustedto explain a live incident to the public.PROJECTS / DOMAINSMalware analysis · Threat research · Public communicationPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.047 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/047-mikko-hypponen/front.png b/public/releases/v2/security/047-mikko-hypponen/front.png new file mode 100644 index 00000000..63235cb9 Binary files /dev/null and b/public/releases/v2/security/047-mikko-hypponen/front.png differ diff --git a/public/releases/v2/security/047-mikko-hypponen/front.svg b/public/releases/v2/security/047-mikko-hypponen/front.svg new file mode 100644 index 00000000..c3c74f41 --- /dev/null +++ b/public/releases/v2/security/047-mikko-hypponen/front.svg @@ -0,0 +1 @@ +Mikko Hyppönen — Open Source Legends v2SECURITY PROFESSIONALS / V2Mikko HyppönenThe Malware HistorianThree decades at F-Secure, and finding the authors of Brain047 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/048-robert-m-lee/artwork.svg b/public/releases/v2/security/048-robert-m-lee/artwork.svg new file mode 100644 index 00000000..a59f8d19 --- /dev/null +++ b/public/releases/v2/security/048-robert-m-lee/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/security/048-robert-m-lee/back.png b/public/releases/v2/security/048-robert-m-lee/back.png new file mode 100644 index 00000000..120bf1a9 Binary files /dev/null and b/public/releases/v2/security/048-robert-m-lee/back.png differ diff --git a/public/releases/v2/security/048-robert-m-lee/back.svg b/public/releases/v2/security/048-robert-m-lee/back.svg new file mode 100644 index 00000000..1f0eb19d --- /dev/null +++ b/public/releases/v2/security/048-robert-m-lee/back.svg @@ -0,0 +1 @@ +Robert M. Lee — Open Source Legends v2SECURITY PROFESSIONALS / V2Robert M. LeeTHE CONTRIBUTIONA former US Air Force cyber warfare officer who co-authoredthe analysis of the 2015 Ukrainian power grid attack andthe later CRASHOVERRIDE and TRISIS malware, then foundedDragos to do industrial control system defence as aspecialism rather than an IT afterthought. Co-wrote theSANS ICS courses that most OT defenders come through.PROJECTS / DOMAINSICS/OT security · Threat intelligence · Incident responsePROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.048 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/048-robert-m-lee/front.png b/public/releases/v2/security/048-robert-m-lee/front.png new file mode 100644 index 00000000..fc682724 Binary files /dev/null and b/public/releases/v2/security/048-robert-m-lee/front.png differ diff --git a/public/releases/v2/security/048-robert-m-lee/front.svg b/public/releases/v2/security/048-robert-m-lee/front.svg new file mode 100644 index 00000000..9855ee63 --- /dev/null +++ b/public/releases/v2/security/048-robert-m-lee/front.svg @@ -0,0 +1 @@ +Robert M. Lee — Open Source Legends v2SECURITY PROFESSIONALS / V2Robert M. LeeThe Industrial Control DefenderDragos, and the analysis of the Ukraine grid attacks048 / RARE / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/049-lesley-carhart/artwork.svg b/public/releases/v2/security/049-lesley-carhart/artwork.svg new file mode 100644 index 00000000..3a0dd2fb --- /dev/null +++ b/public/releases/v2/security/049-lesley-carhart/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/security/049-lesley-carhart/back.png b/public/releases/v2/security/049-lesley-carhart/back.png new file mode 100644 index 00000000..e3539d2c Binary files /dev/null and b/public/releases/v2/security/049-lesley-carhart/back.png differ diff --git a/public/releases/v2/security/049-lesley-carhart/back.svg b/public/releases/v2/security/049-lesley-carhart/back.svg new file mode 100644 index 00000000..0eff761b --- /dev/null +++ b/public/releases/v2/security/049-lesley-carhart/back.svg @@ -0,0 +1 @@ +Lesley Carhart — Open Source Legends v2SECURITY PROFESSIONALS / V2Lesley CarhartTHE CONTRIBUTIONLed incident response at Motorola Solutions and then atDragos, running investigations inside live industrialnetworks where you cannot simply reimage the plant. Writeslong-running public guidance on breaking into and survivingthe profession, founded PancakesCon, and holds the SANSLifetime Achievement Award for that work as much as thecasework.PROJECTS / DOMAINSDigital forensics · ICS/OT security · MentorshipPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.049 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/049-lesley-carhart/front.png b/public/releases/v2/security/049-lesley-carhart/front.png new file mode 100644 index 00000000..fca53dec Binary files /dev/null and b/public/releases/v2/security/049-lesley-carhart/front.png differ diff --git a/public/releases/v2/security/049-lesley-carhart/front.svg b/public/releases/v2/security/049-lesley-carhart/front.svg new file mode 100644 index 00000000..60a76bed --- /dev/null +++ b/public/releases/v2/security/049-lesley-carhart/front.svg @@ -0,0 +1 @@ +Lesley Carhart — Open Source Legends v2SECURITY PROFESSIONALS / V2Lesley CarhartThe Industrial Incident ResponderOT forensics, and teaching the field how to get into the field049 / RARE / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/security/050-katie-nickels/artwork.svg b/public/releases/v2/security/050-katie-nickels/artwork.svg new file mode 100644 index 00000000..38117601 --- /dev/null +++ b/public/releases/v2/security/050-katie-nickels/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/security/050-katie-nickels/back.png b/public/releases/v2/security/050-katie-nickels/back.png new file mode 100644 index 00000000..1ee7d613 Binary files /dev/null and b/public/releases/v2/security/050-katie-nickels/back.png differ diff --git a/public/releases/v2/security/050-katie-nickels/back.svg b/public/releases/v2/security/050-katie-nickels/back.svg new file mode 100644 index 00000000..dd2b6944 --- /dev/null +++ b/public/releases/v2/security/050-katie-nickels/back.svg @@ -0,0 +1 @@ +Katie Nickels — Open Source Legends v2SECURITY PROFESSIONALS / V2Katie NickelsTHE CONTRIBUTIONWas the threat intelligence lead for MITRE ATT&CK duringthe years it became the shared vocabulary defenders use todescribe adversary behaviour, then went to Red Canary asdirector of intelligence. Teaches the SANS cyber threatintelligence course and spends most of her public work onthe unglamorous question of how an intelligence reportturns into a detection someone actually deploys.PROJECTS / DOMAINSThreat intelligence · Detection engineering · ATT&CKPROVENANCE3 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.050 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/security/050-katie-nickels/front.png b/public/releases/v2/security/050-katie-nickels/front.png new file mode 100644 index 00000000..a5100b61 Binary files /dev/null and b/public/releases/v2/security/050-katie-nickels/front.png differ diff --git a/public/releases/v2/security/050-katie-nickels/front.svg b/public/releases/v2/security/050-katie-nickels/front.svg new file mode 100644 index 00000000..4943bc86 --- /dev/null +++ b/public/releases/v2/security/050-katie-nickels/front.svg @@ -0,0 +1 @@ +Katie Nickels — Open Source Legends v2SECURITY PROFESSIONALS / V2Katie NickelsThe ATT&CK TranslatorMITRE ATT&CK threat intelligence, and making CTI actionable050 / RARE / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/001-ada-lovelace/artwork.svg b/public/releases/v2/women/001-ada-lovelace/artwork.svg new file mode 100644 index 00000000..1c2352e1 --- /dev/null +++ b/public/releases/v2/women/001-ada-lovelace/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/women/001-ada-lovelace/back.png b/public/releases/v2/women/001-ada-lovelace/back.png new file mode 100644 index 00000000..10a43c1a Binary files /dev/null and b/public/releases/v2/women/001-ada-lovelace/back.png differ diff --git a/public/releases/v2/women/001-ada-lovelace/back.svg b/public/releases/v2/women/001-ada-lovelace/back.svg new file mode 100644 index 00000000..1ee22c76 --- /dev/null +++ b/public/releases/v2/women/001-ada-lovelace/back.svg @@ -0,0 +1 @@ +Ada Lovelace — Open Source Legends v2WOMEN IN TECH / V2Ada LovelaceTHE CONTRIBUTIONHer 1843 notes on Babbage’s Analytical Engine ran threetimes longer than the paper she was translating andcontained Note G, a step-by-step method for computingBernoulli numbers that is generally read as the firstpublished algorithm. More striking is that she argued themachine could act on things other than numbers, whichnobody else did for a century.PROJECTS / DOMAINSAlgorithms · Analytical Engine · Computing theoryPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.001 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/001-ada-lovelace/front.png b/public/releases/v2/women/001-ada-lovelace/front.png new file mode 100644 index 00000000..c8a85384 Binary files /dev/null and b/public/releases/v2/women/001-ada-lovelace/front.png differ diff --git a/public/releases/v2/women/001-ada-lovelace/front.svg b/public/releases/v2/women/001-ada-lovelace/front.svg new file mode 100644 index 00000000..af3cc397 --- /dev/null +++ b/public/releases/v2/women/001-ada-lovelace/front.svg @@ -0,0 +1 @@ +Ada Lovelace — Open Source Legends v2WOMEN IN TECH / V2Ada LovelaceThe First ProgrammerNote G, and seeing what the machine could become001 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/002-grace-hopper/artwork.svg b/public/releases/v2/women/002-grace-hopper/artwork.svg new file mode 100644 index 00000000..16af42e3 --- /dev/null +++ b/public/releases/v2/women/002-grace-hopper/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/women/002-grace-hopper/back.png b/public/releases/v2/women/002-grace-hopper/back.png new file mode 100644 index 00000000..b4ad52af Binary files /dev/null and b/public/releases/v2/women/002-grace-hopper/back.png differ diff --git a/public/releases/v2/women/002-grace-hopper/back.svg b/public/releases/v2/women/002-grace-hopper/back.svg new file mode 100644 index 00000000..208a93f4 --- /dev/null +++ b/public/releases/v2/women/002-grace-hopper/back.svg @@ -0,0 +1 @@ +Grace Hopper — Open Source Legends v2WOMEN IN TECH / V2Grace HopperTHE CONTRIBUTIONWrote the A-0 system in 1952, the first compiler, against afield that told her computers could only do arithmetic.Drove the design of FLOW-MATIC and then COBOL, which putbusiness programming into something close to English andran the world’s finance for decades. Rear Admiral, and thereason anyone says a program has a bug.PROJECTS / DOMAINSCompilers · COBOL · Programming languagesPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.002 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/002-grace-hopper/front.png b/public/releases/v2/women/002-grace-hopper/front.png new file mode 100644 index 00000000..6b062c3f Binary files /dev/null and b/public/releases/v2/women/002-grace-hopper/front.png differ diff --git a/public/releases/v2/women/002-grace-hopper/front.svg b/public/releases/v2/women/002-grace-hopper/front.svg new file mode 100644 index 00000000..a5a9cade --- /dev/null +++ b/public/releases/v2/women/002-grace-hopper/front.svg @@ -0,0 +1 @@ +Grace Hopper — Open Source Legends v2WOMEN IN TECH / V2Grace HopperAuthor of the First CompilerA-0, COBOL, and machine-independent programming002 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/003-margaret-hamilton/artwork.svg b/public/releases/v2/women/003-margaret-hamilton/artwork.svg new file mode 100644 index 00000000..517419b0 --- /dev/null +++ b/public/releases/v2/women/003-margaret-hamilton/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/women/003-margaret-hamilton/back.png b/public/releases/v2/women/003-margaret-hamilton/back.png new file mode 100644 index 00000000..d8e44517 Binary files /dev/null and b/public/releases/v2/women/003-margaret-hamilton/back.png differ diff --git a/public/releases/v2/women/003-margaret-hamilton/back.svg b/public/releases/v2/women/003-margaret-hamilton/back.svg new file mode 100644 index 00000000..8a56abc0 --- /dev/null +++ b/public/releases/v2/women/003-margaret-hamilton/back.svg @@ -0,0 +1 @@ +Margaret Hamilton — Open Source Legends v2WOMEN IN TECH / V2Margaret HamiltonTHE CONTRIBUTIONLed the team that wrote the Apollo onboard flight softwareat MIT, including the priority scheduling that let theguidance computer shed lower-priority work during the 1202alarms three minutes before the lunar landing rather thanfail. She coined the term software engineering, partly toget the discipline taken seriously.PROJECTS / DOMAINSFlight software · Fault tolerance · Software engineeringPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.003 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/003-margaret-hamilton/front.png b/public/releases/v2/women/003-margaret-hamilton/front.png new file mode 100644 index 00000000..0cbe7745 Binary files /dev/null and b/public/releases/v2/women/003-margaret-hamilton/front.png differ diff --git a/public/releases/v2/women/003-margaret-hamilton/front.svg b/public/releases/v2/women/003-margaret-hamilton/front.svg new file mode 100644 index 00000000..4ebd6a37 --- /dev/null +++ b/public/releases/v2/women/003-margaret-hamilton/front.svg @@ -0,0 +1 @@ +Margaret Hamilton — Open Source Legends v2WOMEN IN TECH / V2Margaret HamiltonApollo Guidance SoftwareThe code that landed Apollo 11, and the phrase softwareengineering003 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/004-katherine-johnson/artwork.svg b/public/releases/v2/women/004-katherine-johnson/artwork.svg new file mode 100644 index 00000000..884ef87e --- /dev/null +++ b/public/releases/v2/women/004-katherine-johnson/artwork.svg @@ -0,0 +1 @@ +Trajectory verification instrumentAn exploded orbital instrument: a calculated flight path lifted on sampled ordinates, an opened mathematical globe, and two independent traces meeting at a precision gate. \ No newline at end of file diff --git a/public/releases/v2/women/004-katherine-johnson/back.png b/public/releases/v2/women/004-katherine-johnson/back.png new file mode 100644 index 00000000..fe47de03 Binary files /dev/null and b/public/releases/v2/women/004-katherine-johnson/back.png differ diff --git a/public/releases/v2/women/004-katherine-johnson/back.svg b/public/releases/v2/women/004-katherine-johnson/back.svg new file mode 100644 index 00000000..5d0660ee --- /dev/null +++ b/public/releases/v2/women/004-katherine-johnson/back.svg @@ -0,0 +1 @@ +Katherine Johnson — Open Source Legends v2WOMEN IN TECH / V2Katherine JohnsonTHE CONTRIBUTIONComputed trajectories for Alan Shepard’s flight and theApollo missions at NASA Langley. When the agency moved toelectronic computers for John Glenn’s orbit, Glenn askedfor her to check the machine’s numbers by hand before hewould fly. Co-authored a 1960 report on orbitalcalculation, unusual for a woman at Langley then.PROJECTS / DOMAINSOrbital mechanics · Numerical analysis · SpaceflightPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.004 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/004-katherine-johnson/front.png b/public/releases/v2/women/004-katherine-johnson/front.png new file mode 100644 index 00000000..24a454b3 Binary files /dev/null and b/public/releases/v2/women/004-katherine-johnson/front.png differ diff --git a/public/releases/v2/women/004-katherine-johnson/front.svg b/public/releases/v2/women/004-katherine-johnson/front.svg new file mode 100644 index 00000000..40686d46 --- /dev/null +++ b/public/releases/v2/women/004-katherine-johnson/front.svg @@ -0,0 +1 @@ +Katherine Johnson — Open Source Legends v2WOMEN IN TECH / V2Katherine JohnsonTrajectory verification instrumentAn exploded orbital instrument: a calculated flight path lifted on sampled ordinates, an opened mathematical globe, and two independent traces meeting at a precision gate.The Orbital MathematicianThe trajectory calculations behind Mercury and Apollo004 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/005-dorothy-vaughan/artwork.svg b/public/releases/v2/women/005-dorothy-vaughan/artwork.svg new file mode 100644 index 00000000..157220ff --- /dev/null +++ b/public/releases/v2/women/005-dorothy-vaughan/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/women/005-dorothy-vaughan/back.png b/public/releases/v2/women/005-dorothy-vaughan/back.png new file mode 100644 index 00000000..b21be2c8 Binary files /dev/null and b/public/releases/v2/women/005-dorothy-vaughan/back.png differ diff --git a/public/releases/v2/women/005-dorothy-vaughan/back.svg b/public/releases/v2/women/005-dorothy-vaughan/back.svg new file mode 100644 index 00000000..7a1e5f2c --- /dev/null +++ b/public/releases/v2/women/005-dorothy-vaughan/back.svg @@ -0,0 +1 @@ +Dorothy Vaughan — Open Source Legends v2WOMEN IN TECH / V2Dorothy VaughanTHE CONTRIBUTIONNASA’s first Black supervisor, running the segregated WestArea Computing unit. Seeing that the arriving IBM machineswould make human computers obsolete, she taught herselfFORTRAN and then taught her staff, moving the whole groupinto programming rather than out of work. That is a rarerkind of technical foresight than the usual sort.PROJECTS / DOMAINSFORTRAN · Numerical computing · Team leadershipPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.005 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/005-dorothy-vaughan/front.png b/public/releases/v2/women/005-dorothy-vaughan/front.png new file mode 100644 index 00000000..52df7cd5 Binary files /dev/null and b/public/releases/v2/women/005-dorothy-vaughan/front.png differ diff --git a/public/releases/v2/women/005-dorothy-vaughan/front.svg b/public/releases/v2/women/005-dorothy-vaughan/front.svg new file mode 100644 index 00000000..a608de87 --- /dev/null +++ b/public/releases/v2/women/005-dorothy-vaughan/front.svg @@ -0,0 +1 @@ +Dorothy Vaughan — Open Source Legends v2WOMEN IN TECH / V2Dorothy VaughanThe FORTRAN SupervisorTeaching her whole section to program before the machinesreplaced them005 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/006-jean-bartik/artwork.svg b/public/releases/v2/women/006-jean-bartik/artwork.svg new file mode 100644 index 00000000..13be68b7 --- /dev/null +++ b/public/releases/v2/women/006-jean-bartik/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/women/006-jean-bartik/back.png b/public/releases/v2/women/006-jean-bartik/back.png new file mode 100644 index 00000000..055326fa Binary files /dev/null and b/public/releases/v2/women/006-jean-bartik/back.png differ diff --git a/public/releases/v2/women/006-jean-bartik/back.svg b/public/releases/v2/women/006-jean-bartik/back.svg new file mode 100644 index 00000000..ecb99ee3 --- /dev/null +++ b/public/releases/v2/women/006-jean-bartik/back.svg @@ -0,0 +1 @@ +Jean Bartik — Open Source Legends v2WOMEN IN TECH / V2Jean BartikTHE CONTRIBUTIONOne of the six women who programmed ENIAC by physicallyrewiring it, working from logic diagrams because noprogramming language or manual existed. They were calledoperators and left out of the 1946 press photographs. Shewent on to help convert ENIAC to a stored-program machineand to work on BINAC and UNIVAC.PROJECTS / DOMAINSENIAC · Stored-program computers · Early programmingPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.006 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/006-jean-bartik/front.png b/public/releases/v2/women/006-jean-bartik/front.png new file mode 100644 index 00000000..b9031128 Binary files /dev/null and b/public/releases/v2/women/006-jean-bartik/front.png differ diff --git a/public/releases/v2/women/006-jean-bartik/front.svg b/public/releases/v2/women/006-jean-bartik/front.svg new file mode 100644 index 00000000..8f72e716 --- /dev/null +++ b/public/releases/v2/women/006-jean-bartik/front.svg @@ -0,0 +1 @@ +Jean Bartik — Open Source Legends v2WOMEN IN TECH / V2Jean BartikOne of the Six ENIAC ProgrammersProgramming the first electronic computer, then teaching it tostore programs006 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/007-betty-holberton/artwork.svg b/public/releases/v2/women/007-betty-holberton/artwork.svg new file mode 100644 index 00000000..9aa2f791 --- /dev/null +++ b/public/releases/v2/women/007-betty-holberton/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/women/007-betty-holberton/back.png b/public/releases/v2/women/007-betty-holberton/back.png new file mode 100644 index 00000000..44524673 Binary files /dev/null and b/public/releases/v2/women/007-betty-holberton/back.png differ diff --git a/public/releases/v2/women/007-betty-holberton/back.svg b/public/releases/v2/women/007-betty-holberton/back.svg new file mode 100644 index 00000000..6a0ab630 --- /dev/null +++ b/public/releases/v2/women/007-betty-holberton/back.svg @@ -0,0 +1 @@ +Betty Holberton — Open Source Legends v2WOMEN IN TECH / V2Betty HolbertonTHE CONTRIBUTIONENIAC programmer who went on to write the sort-mergegenerator for UNIVAC, an early instance of a program thatwrites a program. She argued for the UNIVAC console beinggrey rather than black on human-factors grounds, worked onthe C-10 instruction set, and later contributed to theCOBOL and FORTRAN standards.PROJECTS / DOMAINSEarly programming · Sorting · Human factorsPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.007 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/007-betty-holberton/front.png b/public/releases/v2/women/007-betty-holberton/front.png new file mode 100644 index 00000000..a35601d2 Binary files /dev/null and b/public/releases/v2/women/007-betty-holberton/front.png differ diff --git a/public/releases/v2/women/007-betty-holberton/front.svg b/public/releases/v2/women/007-betty-holberton/front.svg new file mode 100644 index 00000000..15859a6f --- /dev/null +++ b/public/releases/v2/women/007-betty-holberton/front.svg @@ -0,0 +1 @@ +Betty Holberton — Open Source Legends v2WOMEN IN TECH / V2Betty HolbertonAuthor of the Sort-Merge GeneratorENIAC, the first generator program, and readable console design007 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/008-kathleen-booth/artwork.svg b/public/releases/v2/women/008-kathleen-booth/artwork.svg new file mode 100644 index 00000000..2a08e7a2 --- /dev/null +++ b/public/releases/v2/women/008-kathleen-booth/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/women/008-kathleen-booth/back.png b/public/releases/v2/women/008-kathleen-booth/back.png new file mode 100644 index 00000000..cbaa430c Binary files /dev/null and b/public/releases/v2/women/008-kathleen-booth/back.png differ diff --git a/public/releases/v2/women/008-kathleen-booth/back.svg b/public/releases/v2/women/008-kathleen-booth/back.svg new file mode 100644 index 00000000..c551bcfe --- /dev/null +++ b/public/releases/v2/women/008-kathleen-booth/back.svg @@ -0,0 +1 @@ +Kathleen Booth — Open Source Legends v2WOMEN IN TECH / V2Kathleen BoothTHE CONTRIBUTIONWrote what is generally considered the first assemblylanguage, for the ARC2 and later APE(X)C machines atBirkbeck, and the assembler to go with it. Co-wrote some ofthe earliest books on how to program and design thesemachines, and did early work applying neural network ideasto character recognition in the late 1950s.PROJECTS / DOMAINSAssembly language · Machine architecture · Early neural networksPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.008 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/008-kathleen-booth/front.png b/public/releases/v2/women/008-kathleen-booth/front.png new file mode 100644 index 00000000..4148f2b7 Binary files /dev/null and b/public/releases/v2/women/008-kathleen-booth/front.png differ diff --git a/public/releases/v2/women/008-kathleen-booth/front.svg b/public/releases/v2/women/008-kathleen-booth/front.svg new file mode 100644 index 00000000..d4752a15 --- /dev/null +++ b/public/releases/v2/women/008-kathleen-booth/front.svg @@ -0,0 +1 @@ +Kathleen Booth — Open Source Legends v2WOMEN IN TECH / V2Kathleen BoothInventor of Assembly LanguageThe first assembly language and its assembler008 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/009-mary-allen-wilkes/artwork.svg b/public/releases/v2/women/009-mary-allen-wilkes/artwork.svg new file mode 100644 index 00000000..58efbfd9 --- /dev/null +++ b/public/releases/v2/women/009-mary-allen-wilkes/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/women/009-mary-allen-wilkes/back.png b/public/releases/v2/women/009-mary-allen-wilkes/back.png new file mode 100644 index 00000000..031aaab9 Binary files /dev/null and b/public/releases/v2/women/009-mary-allen-wilkes/back.png differ diff --git a/public/releases/v2/women/009-mary-allen-wilkes/back.svg b/public/releases/v2/women/009-mary-allen-wilkes/back.svg new file mode 100644 index 00000000..2895138b --- /dev/null +++ b/public/releases/v2/women/009-mary-allen-wilkes/back.svg @@ -0,0 +1 @@ +Mary Allen Wilkes — Open Source Legends v2WOMEN IN TECH / V2Mary Allen WilkesTHE CONTRIBUTIONWrote LAP6, the operating system for the LINC, one of thefirst interactive personal computers. In 1965 she took aLINC home and used it there, which makes her plausibly thefirst person to have a computer in their house. LAP6supported real-time text editing on a machine with twokilowords of memory.PROJECTS / DOMAINSOperating systems · Personal computing · Interactive systemsPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.009 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/009-mary-allen-wilkes/front.png b/public/releases/v2/women/009-mary-allen-wilkes/front.png new file mode 100644 index 00000000..e1fd83d3 Binary files /dev/null and b/public/releases/v2/women/009-mary-allen-wilkes/front.png differ diff --git a/public/releases/v2/women/009-mary-allen-wilkes/front.svg b/public/releases/v2/women/009-mary-allen-wilkes/front.svg new file mode 100644 index 00000000..3cd108cf --- /dev/null +++ b/public/releases/v2/women/009-mary-allen-wilkes/front.svg @@ -0,0 +1 @@ +Mary Allen Wilkes — Open Source Legends v2WOMEN IN TECH / V2Mary Allen WilkesThe First Home Computer UserThe LINC operating system, written in her parents’ living room009 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/010-erna-schneider-hoover/artwork.svg b/public/releases/v2/women/010-erna-schneider-hoover/artwork.svg new file mode 100644 index 00000000..cecdab4a --- /dev/null +++ b/public/releases/v2/women/010-erna-schneider-hoover/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/women/010-erna-schneider-hoover/back.png b/public/releases/v2/women/010-erna-schneider-hoover/back.png new file mode 100644 index 00000000..04c5c3a5 Binary files /dev/null and b/public/releases/v2/women/010-erna-schneider-hoover/back.png differ diff --git a/public/releases/v2/women/010-erna-schneider-hoover/back.svg b/public/releases/v2/women/010-erna-schneider-hoover/back.svg new file mode 100644 index 00000000..63983681 --- /dev/null +++ b/public/releases/v2/women/010-erna-schneider-hoover/back.svg @@ -0,0 +1 @@ +Erna Schneider Hoover — Open Source Legends v2WOMEN IN TECH / V2Erna Schneider HooverTHE CONTRIBUTIONAt Bell Labs she designed a computerised switching systemthat monitored incoming call rates and prioritised work tostop exchanges collapsing under peak load, holding one ofthe first software patents for it. She reportedly sketchedthe design while in hospital after giving birth, and becamethe first woman supervisor of a technical department there.PROJECTS / DOMAINSTelephony · Real-time systems · Load controlPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.010 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/010-erna-schneider-hoover/front.png b/public/releases/v2/women/010-erna-schneider-hoover/front.png new file mode 100644 index 00000000..c5b9781e Binary files /dev/null and b/public/releases/v2/women/010-erna-schneider-hoover/front.png differ diff --git a/public/releases/v2/women/010-erna-schneider-hoover/front.svg b/public/releases/v2/women/010-erna-schneider-hoover/front.svg new file mode 100644 index 00000000..b0246465 --- /dev/null +++ b/public/releases/v2/women/010-erna-schneider-hoover/front.svg @@ -0,0 +1 @@ +Erna Schneider Hoover — Open Source Legends v2WOMEN IN TECH / V2Erna Schneider HooverThe Telephone Switch That Stopped FailingComputerised call switching under load010 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/011-elizabeth-feinler/artwork.svg b/public/releases/v2/women/011-elizabeth-feinler/artwork.svg new file mode 100644 index 00000000..298513f9 --- /dev/null +++ b/public/releases/v2/women/011-elizabeth-feinler/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/women/011-elizabeth-feinler/back.png b/public/releases/v2/women/011-elizabeth-feinler/back.png new file mode 100644 index 00000000..996caa33 Binary files /dev/null and b/public/releases/v2/women/011-elizabeth-feinler/back.png differ diff --git a/public/releases/v2/women/011-elizabeth-feinler/back.svg b/public/releases/v2/women/011-elizabeth-feinler/back.svg new file mode 100644 index 00000000..d28761a9 --- /dev/null +++ b/public/releases/v2/women/011-elizabeth-feinler/back.svg @@ -0,0 +1 @@ +Elizabeth Feinler — Open Source Legends v2WOMEN IN TECH / V2Elizabeth FeinlerTHE CONTRIBUTIONRan the Network Information Center at SRI, which was theARPANET’s directory, help desk and registry, publishing theResource Handbook and maintaining the HOSTS.TXT file thatevery machine on the network relied on. Her group proposedthe domain naming scheme that gave us .com, .edu, .gov,.mil, .net and .org.PROJECTS / DOMAINSARPANET · DNS · Internet infrastructurePROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.011 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/011-elizabeth-feinler/front.png b/public/releases/v2/women/011-elizabeth-feinler/front.png new file mode 100644 index 00000000..e0fb2c74 Binary files /dev/null and b/public/releases/v2/women/011-elizabeth-feinler/front.png differ diff --git a/public/releases/v2/women/011-elizabeth-feinler/front.svg b/public/releases/v2/women/011-elizabeth-feinler/front.svg new file mode 100644 index 00000000..0f78e95d --- /dev/null +++ b/public/releases/v2/women/011-elizabeth-feinler/front.svg @@ -0,0 +1 @@ +Elizabeth Feinler — Open Source Legends v2WOMEN IN TECH / V2Elizabeth FeinlerKeeper of the Early InternetThe ARPANET directory, and the top-level domains011 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/012-stephanie-shirley/artwork.svg b/public/releases/v2/women/012-stephanie-shirley/artwork.svg new file mode 100644 index 00000000..3d2c5c89 --- /dev/null +++ b/public/releases/v2/women/012-stephanie-shirley/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/women/012-stephanie-shirley/back.png b/public/releases/v2/women/012-stephanie-shirley/back.png new file mode 100644 index 00000000..135dec56 Binary files /dev/null and b/public/releases/v2/women/012-stephanie-shirley/back.png differ diff --git a/public/releases/v2/women/012-stephanie-shirley/back.svg b/public/releases/v2/women/012-stephanie-shirley/back.svg new file mode 100644 index 00000000..355870b8 --- /dev/null +++ b/public/releases/v2/women/012-stephanie-shirley/back.svg @@ -0,0 +1 @@ +Stephanie Shirley — Open Source Legends v2WOMEN IN TECH / V2Stephanie ShirleyTHE CONTRIBUTIONFounded Freelance Programmers with six pounds, staffing italmost entirely with women programming from home aroundtheir children, decades before remote work had a name.Signed her business letters Steve because Stephanie was notgetting replies. The company wrote the Concorde black boxflight recorder software and she later gave much of herwealth away.PROJECTS / DOMAINSSoftware business · Distributed work · Employee ownershipPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.012 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/012-stephanie-shirley/front.png b/public/releases/v2/women/012-stephanie-shirley/front.png new file mode 100644 index 00000000..ecd94d77 Binary files /dev/null and b/public/releases/v2/women/012-stephanie-shirley/front.png differ diff --git a/public/releases/v2/women/012-stephanie-shirley/front.svg b/public/releases/v2/women/012-stephanie-shirley/front.svg new file mode 100644 index 00000000..d36d9381 --- /dev/null +++ b/public/releases/v2/women/012-stephanie-shirley/front.svg @@ -0,0 +1 @@ +Stephanie Shirley — Open Source Legends v2WOMEN IN TECH / V2Stephanie ShirleyFounder of Freelance ProgrammersA software house staffed by women working from home, in 1962012 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/013-joan-clarke/artwork.svg b/public/releases/v2/women/013-joan-clarke/artwork.svg new file mode 100644 index 00000000..ac44d2bd --- /dev/null +++ b/public/releases/v2/women/013-joan-clarke/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/women/013-joan-clarke/back.png b/public/releases/v2/women/013-joan-clarke/back.png new file mode 100644 index 00000000..238c16ee Binary files /dev/null and b/public/releases/v2/women/013-joan-clarke/back.png differ diff --git a/public/releases/v2/women/013-joan-clarke/back.svg b/public/releases/v2/women/013-joan-clarke/back.svg new file mode 100644 index 00000000..6e615d7c --- /dev/null +++ b/public/releases/v2/women/013-joan-clarke/back.svg @@ -0,0 +1 @@ +Joan Clarke — Open Source Legends v2WOMEN IN TECH / V2Joan ClarkeTHE CONTRIBUTIONOne of the very few women doing cryptanalytic rather thanclerical work at Bletchley Park, in the Hut 8 teamattacking naval Enigma, and a practitioner of Banburismus.She was initially classified as a linguist because the paygrades had no category for a woman cryptanalyst. The workstayed secret for decades, so the record of it is thinnerthan it should be.PROJECTS / DOMAINSCryptanalysis · Enigma · Signals intelligencePROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.013 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/013-joan-clarke/front.png b/public/releases/v2/women/013-joan-clarke/front.png new file mode 100644 index 00000000..9ab34ec0 Binary files /dev/null and b/public/releases/v2/women/013-joan-clarke/front.png differ diff --git a/public/releases/v2/women/013-joan-clarke/front.svg b/public/releases/v2/women/013-joan-clarke/front.svg new file mode 100644 index 00000000..4ef3f967 --- /dev/null +++ b/public/releases/v2/women/013-joan-clarke/front.svg @@ -0,0 +1 @@ +Joan Clarke — Open Source Legends v2WOMEN IN TECH / V2Joan ClarkeCryptanalyst, Hut 8Breaking naval Enigma at Bletchley Park013 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/014-elizebeth-smith-friedman/artwork.svg b/public/releases/v2/women/014-elizebeth-smith-friedman/artwork.svg new file mode 100644 index 00000000..18718547 --- /dev/null +++ b/public/releases/v2/women/014-elizebeth-smith-friedman/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/women/014-elizebeth-smith-friedman/back.png b/public/releases/v2/women/014-elizebeth-smith-friedman/back.png new file mode 100644 index 00000000..0b903580 Binary files /dev/null and b/public/releases/v2/women/014-elizebeth-smith-friedman/back.png differ diff --git a/public/releases/v2/women/014-elizebeth-smith-friedman/back.svg b/public/releases/v2/women/014-elizebeth-smith-friedman/back.svg new file mode 100644 index 00000000..5fda3899 --- /dev/null +++ b/public/releases/v2/women/014-elizebeth-smith-friedman/back.svg @@ -0,0 +1 @@ +Elizebeth Smith Friedman — Open Source Legends v2WOMEN IN TECH / V2Elizebeth Smith FriedmanTHE CONTRIBUTIONBroke the ciphers of rum-runners during Prohibition andtestified about it in court, then during the war ran theunit that broke the Enigma traffic of a Nazi spy ring inSouth America. The FBI publicly claimed those results. Herfiles stayed classified until 2008, which is why herhusband William is the famous Friedman.PROJECTS / DOMAINSCryptanalysis · Counterintelligence · Signals intelligencePROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.014 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/014-elizebeth-smith-friedman/front.png b/public/releases/v2/women/014-elizebeth-smith-friedman/front.png new file mode 100644 index 00000000..52619606 Binary files /dev/null and b/public/releases/v2/women/014-elizebeth-smith-friedman/front.png differ diff --git a/public/releases/v2/women/014-elizebeth-smith-friedman/front.svg b/public/releases/v2/women/014-elizebeth-smith-friedman/front.svg new file mode 100644 index 00000000..39c64538 --- /dev/null +++ b/public/releases/v2/women/014-elizebeth-smith-friedman/front.svg @@ -0,0 +1 @@ +Elizebeth Smith Friedman — Open Source Legends v2WOMEN IN TECH / V2Elizebeth Smith FriedmanThe Codebreaker Nobody CreditedBreaking smuggler and Nazi spy ciphers, then watching Hoover takethe credit014 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/015-hedy-lamarr/artwork.svg b/public/releases/v2/women/015-hedy-lamarr/artwork.svg new file mode 100644 index 00000000..d2f5f051 --- /dev/null +++ b/public/releases/v2/women/015-hedy-lamarr/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/women/015-hedy-lamarr/back.png b/public/releases/v2/women/015-hedy-lamarr/back.png new file mode 100644 index 00000000..c5811ba9 Binary files /dev/null and b/public/releases/v2/women/015-hedy-lamarr/back.png differ diff --git a/public/releases/v2/women/015-hedy-lamarr/back.svg b/public/releases/v2/women/015-hedy-lamarr/back.svg new file mode 100644 index 00000000..2c4d1f80 --- /dev/null +++ b/public/releases/v2/women/015-hedy-lamarr/back.svg @@ -0,0 +1 @@ +Hedy Lamarr — Open Source Legends v2WOMEN IN TECH / V2Hedy LamarrTHE CONTRIBUTIONWith composer George Antheil, patented a frequency-hoppingscheme in 1942 to stop radio-guided torpedoes being jammed,synchronised by a mechanism borrowed from player pianos.The Navy shelved it. The underlying idea is an ancestor ofthe spread-spectrum techniques used in later secure andwireless communication, and the patent was allowed to lapseunpaid.PROJECTS / DOMAINSSpread spectrum · Radio · Signal securityPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.015 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/015-hedy-lamarr/front.png b/public/releases/v2/women/015-hedy-lamarr/front.png new file mode 100644 index 00000000..b288ad0c Binary files /dev/null and b/public/releases/v2/women/015-hedy-lamarr/front.png differ diff --git a/public/releases/v2/women/015-hedy-lamarr/front.svg b/public/releases/v2/women/015-hedy-lamarr/front.svg new file mode 100644 index 00000000..c446270c --- /dev/null +++ b/public/releases/v2/women/015-hedy-lamarr/front.svg @@ -0,0 +1 @@ +Hedy Lamarr — Open Source Legends v2WOMEN IN TECH / V2Hedy LamarrFrequency HoppingA wartime patent that anticipated spread spectrum015 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/016-frances-allen/artwork.svg b/public/releases/v2/women/016-frances-allen/artwork.svg new file mode 100644 index 00000000..8e28e466 --- /dev/null +++ b/public/releases/v2/women/016-frances-allen/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/women/016-frances-allen/back.png b/public/releases/v2/women/016-frances-allen/back.png new file mode 100644 index 00000000..2183ef56 Binary files /dev/null and b/public/releases/v2/women/016-frances-allen/back.png differ diff --git a/public/releases/v2/women/016-frances-allen/back.svg b/public/releases/v2/women/016-frances-allen/back.svg new file mode 100644 index 00000000..cdb0fe06 --- /dev/null +++ b/public/releases/v2/women/016-frances-allen/back.svg @@ -0,0 +1 @@ +Frances Allen — Open Source Legends v2WOMEN IN TECH / V2Frances AllenTHE CONTRIBUTIONSpent a career at IBM building the theory and practice ofcompiler optimisation: control flow analysis, data flowanalysis, the interprocedural work that every moderncompiler still does. Her 1966 paper on program optimisationis foundational. In 2006 she became the first woman toreceive the Turing Award, thirty-nine years after the awardbegan.PROJECTS / DOMAINSCompilers · Program optimisation · Parallel computingPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.016 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/016-frances-allen/front.png b/public/releases/v2/women/016-frances-allen/front.png new file mode 100644 index 00000000..6658a037 Binary files /dev/null and b/public/releases/v2/women/016-frances-allen/front.png differ diff --git a/public/releases/v2/women/016-frances-allen/front.svg b/public/releases/v2/women/016-frances-allen/front.svg new file mode 100644 index 00000000..59885ee5 --- /dev/null +++ b/public/releases/v2/women/016-frances-allen/front.svg @@ -0,0 +1 @@ +Frances Allen — Open Source Legends v2WOMEN IN TECH / V2Frances AllenThe Optimising CompilerProgram optimisation, and the first Turing Award to a woman016 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/017-barbara-liskov/artwork.svg b/public/releases/v2/women/017-barbara-liskov/artwork.svg new file mode 100644 index 00000000..2b21a0e4 --- /dev/null +++ b/public/releases/v2/women/017-barbara-liskov/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/women/017-barbara-liskov/back.png b/public/releases/v2/women/017-barbara-liskov/back.png new file mode 100644 index 00000000..9eeb167d Binary files /dev/null and b/public/releases/v2/women/017-barbara-liskov/back.png differ diff --git a/public/releases/v2/women/017-barbara-liskov/back.svg b/public/releases/v2/women/017-barbara-liskov/back.svg new file mode 100644 index 00000000..82337222 --- /dev/null +++ b/public/releases/v2/women/017-barbara-liskov/back.svg @@ -0,0 +1 @@ +Barbara Liskov — Open Source Legends v2WOMEN IN TECH / V2Barbara LiskovTHE CONTRIBUTIONDesigned CLU, which introduced abstract data types,iterators and a serious treatment of exceptions, and whichshows up in the ancestry of most modern languages. TheLiskov substitution principle is the L in SOLID. Also didfoundational work on Byzantine fault tolerance with MiguelCastro. Turing Award, 2008.PROJECTS / DOMAINSProgramming languages · Data abstraction · Distributed systemsPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.017 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/017-barbara-liskov/front.png b/public/releases/v2/women/017-barbara-liskov/front.png new file mode 100644 index 00000000..f364bc0c Binary files /dev/null and b/public/releases/v2/women/017-barbara-liskov/front.png differ diff --git a/public/releases/v2/women/017-barbara-liskov/front.svg b/public/releases/v2/women/017-barbara-liskov/front.svg new file mode 100644 index 00000000..77d67ec2 --- /dev/null +++ b/public/releases/v2/women/017-barbara-liskov/front.svg @@ -0,0 +1 @@ +Barbara Liskov — Open Source Legends v2WOMEN IN TECH / V2Barbara LiskovThe Substitution PrincipleCLU, abstract data types, and the L in SOLID017 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/018-shafi-goldwasser/artwork.svg b/public/releases/v2/women/018-shafi-goldwasser/artwork.svg new file mode 100644 index 00000000..9556affa --- /dev/null +++ b/public/releases/v2/women/018-shafi-goldwasser/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/women/018-shafi-goldwasser/back.png b/public/releases/v2/women/018-shafi-goldwasser/back.png new file mode 100644 index 00000000..4e68ba20 Binary files /dev/null and b/public/releases/v2/women/018-shafi-goldwasser/back.png differ diff --git a/public/releases/v2/women/018-shafi-goldwasser/back.svg b/public/releases/v2/women/018-shafi-goldwasser/back.svg new file mode 100644 index 00000000..c1cc93f4 --- /dev/null +++ b/public/releases/v2/women/018-shafi-goldwasser/back.svg @@ -0,0 +1 @@ +Shafi Goldwasser — Open Source Legends v2WOMEN IN TECH / V2Shafi GoldwasserTHE CONTRIBUTIONWith Silvio Micali and Charles Rackoff, introducedzero-knowledge interactive proofs, and with Micali thedefinition of semantic security that made modern encryptionprovable rather than merely unbroken. Two-time Godel Prizewinner and Turing Award, 2012. Every zk-rollup and privacyprotocol shipping today is standing on that 1985 paper.PROJECTS / DOMAINSCryptography · Complexity theory · Zero-knowledgePROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.018 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/018-shafi-goldwasser/front.png b/public/releases/v2/women/018-shafi-goldwasser/front.png new file mode 100644 index 00000000..14c4223c Binary files /dev/null and b/public/releases/v2/women/018-shafi-goldwasser/front.png differ diff --git a/public/releases/v2/women/018-shafi-goldwasser/front.svg b/public/releases/v2/women/018-shafi-goldwasser/front.svg new file mode 100644 index 00000000..ce887597 --- /dev/null +++ b/public/releases/v2/women/018-shafi-goldwasser/front.svg @@ -0,0 +1 @@ +Shafi Goldwasser — Open Source Legends v2WOMEN IN TECH / V2Shafi GoldwasserZero-Knowledge ProofsProving you know something without revealing it018 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/019-karen-sparck-jones/artwork.svg b/public/releases/v2/women/019-karen-sparck-jones/artwork.svg new file mode 100644 index 00000000..6aa1cea7 --- /dev/null +++ b/public/releases/v2/women/019-karen-sparck-jones/artwork.svg @@ -0,0 +1 @@ +The rare threadA suspended archive woven from repeated pale bands. An isolated amber strand passes through an off-center aperture and expands into a luminous sculptural ribbon, giving greater weight to the uncommon signal. \ No newline at end of file diff --git a/public/releases/v2/women/019-karen-sparck-jones/back.png b/public/releases/v2/women/019-karen-sparck-jones/back.png new file mode 100644 index 00000000..2c7aac5c Binary files /dev/null and b/public/releases/v2/women/019-karen-sparck-jones/back.png differ diff --git a/public/releases/v2/women/019-karen-sparck-jones/back.svg b/public/releases/v2/women/019-karen-sparck-jones/back.svg new file mode 100644 index 00000000..70213a12 --- /dev/null +++ b/public/releases/v2/women/019-karen-sparck-jones/back.svg @@ -0,0 +1 @@ +Karen Spärck Jones — Open Source Legends v2WOMEN IN TECH / V2Karen Spärck JonesTHE CONTRIBUTIONHer 1972 paper introduced inverse document frequency: rareterms tell you more than common ones. TF-IDF underpinnedsearch engines for thirty years and is still the baselineevery ranking system is measured against. She arguedthroughout her career that computing was too important tobe left to men, and said so in those words.PROJECTS / DOMAINSInformation retrieval · Natural language processing · SearchPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.019 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/019-karen-sparck-jones/front.png b/public/releases/v2/women/019-karen-sparck-jones/front.png new file mode 100644 index 00000000..89ad8dac Binary files /dev/null and b/public/releases/v2/women/019-karen-sparck-jones/front.png differ diff --git a/public/releases/v2/women/019-karen-sparck-jones/front.svg b/public/releases/v2/women/019-karen-sparck-jones/front.svg new file mode 100644 index 00000000..cb69e6ec --- /dev/null +++ b/public/releases/v2/women/019-karen-sparck-jones/front.svg @@ -0,0 +1 @@ +Karen Spärck Jones — Open Source Legends v2WOMEN IN TECH / V2Karen Spärck JonesThe rare threadA suspended archive woven from repeated pale bands. An isolated amber strand passes through an off-center aperture and expands into a luminous sculptural ribbon, giving greater weight to the uncommon signal.Inverse Document FrequencyThe weighting that made search work019 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/020-cynthia-dwork/artwork.svg b/public/releases/v2/women/020-cynthia-dwork/artwork.svg new file mode 100644 index 00000000..f2fa8be8 --- /dev/null +++ b/public/releases/v2/women/020-cynthia-dwork/artwork.svg @@ -0,0 +1 @@ +Bounded disclosureAn asymmetric mechanical bloom shelters a population of identical ivory units, with one unit represented only by an empty socket. Its opened quadrant carries two closely overlapping, grain-filled release surfaces inside a common boundary: an abstract sculpture of differential privacy. \ No newline at end of file diff --git a/public/releases/v2/women/020-cynthia-dwork/back.png b/public/releases/v2/women/020-cynthia-dwork/back.png new file mode 100644 index 00000000..982236fc Binary files /dev/null and b/public/releases/v2/women/020-cynthia-dwork/back.png differ diff --git a/public/releases/v2/women/020-cynthia-dwork/back.svg b/public/releases/v2/women/020-cynthia-dwork/back.svg new file mode 100644 index 00000000..2b2c43f6 --- /dev/null +++ b/public/releases/v2/women/020-cynthia-dwork/back.svg @@ -0,0 +1 @@ +Cynthia Dwork — Open Source Legends v2WOMEN IN TECH / V2Cynthia DworkTHE CONTRIBUTIONCo-invented differential privacy, which gave a mathematicaldefinition to the amount of information a data releaseleaks about any one person, replacing a field of ad-hocanonymisation that kept being broken. It is now in the USCensus, Apple’s telemetry and Google’s. She alsoco-authored early work on proof-of-work and on algorithmicfairness.PROJECTS / DOMAINSPrivacy · Cryptography · Algorithmic fairnessPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.020 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/020-cynthia-dwork/front.png b/public/releases/v2/women/020-cynthia-dwork/front.png new file mode 100644 index 00000000..5c989c4f Binary files /dev/null and b/public/releases/v2/women/020-cynthia-dwork/front.png differ diff --git a/public/releases/v2/women/020-cynthia-dwork/front.svg b/public/releases/v2/women/020-cynthia-dwork/front.svg new file mode 100644 index 00000000..204f9223 --- /dev/null +++ b/public/releases/v2/women/020-cynthia-dwork/front.svg @@ -0,0 +1 @@ +Cynthia Dwork — Open Source Legends v2WOMEN IN TECH / V2Cynthia DworkBounded disclosureAn asymmetric mechanical bloom shelters a population of identical ivory units, with one unit represented only by an empty socket. Its opened quadrant carries two closely overlapping, grain-filled release surfaces inside a common boundary: an abstract sculpture of differential privacy.Differential PrivacyA formal definition of what privacy loss even means020 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/021-anita-borg/artwork.svg b/public/releases/v2/women/021-anita-borg/artwork.svg new file mode 100644 index 00000000..bfc1cada --- /dev/null +++ b/public/releases/v2/women/021-anita-borg/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/women/021-anita-borg/back.png b/public/releases/v2/women/021-anita-borg/back.png new file mode 100644 index 00000000..9d1e928e Binary files /dev/null and b/public/releases/v2/women/021-anita-borg/back.png differ diff --git a/public/releases/v2/women/021-anita-borg/back.svg b/public/releases/v2/women/021-anita-borg/back.svg new file mode 100644 index 00000000..741a4435 --- /dev/null +++ b/public/releases/v2/women/021-anita-borg/back.svg @@ -0,0 +1 @@ +Anita Borg — Open Source Legends v2WOMEN IN TECH / V2Anita BorgTHE CONTRIBUTIONAn OS researcher who built a fault-tolerant Unix and amemory architecture analysis tool, and who in 1987 startedSysters, the first email network for women in computing.Co-founded the Grace Hopper Celebration and the Institutefor Women and Technology. The conference now draws tens ofthousands a year.PROJECTS / DOMAINSOperating systems · Community building · AdvocacyPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.021 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/021-anita-borg/front.png b/public/releases/v2/women/021-anita-borg/front.png new file mode 100644 index 00000000..c49a0919 Binary files /dev/null and b/public/releases/v2/women/021-anita-borg/front.png differ diff --git a/public/releases/v2/women/021-anita-borg/front.svg b/public/releases/v2/women/021-anita-borg/front.svg new file mode 100644 index 00000000..5f43860b --- /dev/null +++ b/public/releases/v2/women/021-anita-borg/front.svg @@ -0,0 +1 @@ +Anita Borg — Open Source Legends v2WOMEN IN TECH / V2Anita BorgFounder of SystersBuilding the network, and the conference that carries her name021 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/022-lynn-conway/artwork.svg b/public/releases/v2/women/022-lynn-conway/artwork.svg new file mode 100644 index 00000000..75c13d47 --- /dev/null +++ b/public/releases/v2/women/022-lynn-conway/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/women/022-lynn-conway/back.png b/public/releases/v2/women/022-lynn-conway/back.png new file mode 100644 index 00000000..8f9ac116 Binary files /dev/null and b/public/releases/v2/women/022-lynn-conway/back.png differ diff --git a/public/releases/v2/women/022-lynn-conway/back.svg b/public/releases/v2/women/022-lynn-conway/back.svg new file mode 100644 index 00000000..3d3fc267 --- /dev/null +++ b/public/releases/v2/women/022-lynn-conway/back.svg @@ -0,0 +1 @@ +Lynn Conway — Open Source Legends v2WOMEN IN TECH / V2Lynn ConwayTHE CONTRIBUTIONInvented dynamic instruction scheduling at IBM in the1960s, was fired when she transitioned, and rebuilt hercareer from scratch. At Xerox PARC she and Carver Meadcreated the VLSI design methodology and the textbook thatlet universities teach chip design, then set up MOSIS sostudents could actually fabricate. Modern semiconductorsare organised the way she said they should be.PROJECTS / DOMAINSVLSI design · Computer architecture · Design methodologyPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.022 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/022-lynn-conway/front.png b/public/releases/v2/women/022-lynn-conway/front.png new file mode 100644 index 00000000..f602b2b8 Binary files /dev/null and b/public/releases/v2/women/022-lynn-conway/front.png differ diff --git a/public/releases/v2/women/022-lynn-conway/front.svg b/public/releases/v2/women/022-lynn-conway/front.svg new file mode 100644 index 00000000..a44c2853 --- /dev/null +++ b/public/releases/v2/women/022-lynn-conway/front.svg @@ -0,0 +1 @@ +Lynn Conway — Open Source Legends v2WOMEN IN TECH / V2Lynn ConwayThe VLSI RevolutionMead-Conway, and making chip design something you could teach022 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/023-sophie-wilson/artwork.svg b/public/releases/v2/women/023-sophie-wilson/artwork.svg new file mode 100644 index 00000000..308bc3bc --- /dev/null +++ b/public/releases/v2/women/023-sophie-wilson/artwork.svg @@ -0,0 +1 @@ +Instruction loomAn exploded axonometric instrument resolves a folded violet band into a small set of precise amber blades. A wafer-thin luminous execution stack floats inside an open charcoal architecture, above a multiplying field of miniature structural cells. A heavy supply coupling stands visibly apart. \ No newline at end of file diff --git a/public/releases/v2/women/023-sophie-wilson/back.png b/public/releases/v2/women/023-sophie-wilson/back.png new file mode 100644 index 00000000..faf16a37 Binary files /dev/null and b/public/releases/v2/women/023-sophie-wilson/back.png differ diff --git a/public/releases/v2/women/023-sophie-wilson/back.svg b/public/releases/v2/women/023-sophie-wilson/back.svg new file mode 100644 index 00000000..f6f0d497 --- /dev/null +++ b/public/releases/v2/women/023-sophie-wilson/back.svg @@ -0,0 +1 @@ +Sophie Wilson — Open Source Legends v2WOMEN IN TECH / V2Sophie WilsonTHE CONTRIBUTIONWrote BBC BASIC, then designed the original ARM instructionset with Steve Furber, a RISC architecture so efficient thefirst silicon ran on leakage current when its power wasaccidentally disconnected. There are now more ARM cores inthe world than any other processor architecture, by a widemargin. Later designed the FirePath processor at Broadcom.PROJECTS / DOMAINSInstruction set design · Microprocessors · Programming languagesPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.023 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/023-sophie-wilson/front.png b/public/releases/v2/women/023-sophie-wilson/front.png new file mode 100644 index 00000000..ac861e1f Binary files /dev/null and b/public/releases/v2/women/023-sophie-wilson/front.png differ diff --git a/public/releases/v2/women/023-sophie-wilson/front.svg b/public/releases/v2/women/023-sophie-wilson/front.svg new file mode 100644 index 00000000..619b960e --- /dev/null +++ b/public/releases/v2/women/023-sophie-wilson/front.svg @@ -0,0 +1 @@ +Sophie Wilson — Open Source Legends v2WOMEN IN TECH / V2Sophie WilsonInstruction loomAn exploded axonometric instrument resolves a folded violet band into a small set of precise amber blades. A wafer-thin luminous execution stack floats inside an open charcoal architecture, above a multiplying field of miniature structural cells. A heavy supply coupling stands visibly apart.Designer of the ARM Instruction SetBBC BASIC, and the architecture in every phone on earth023 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/024-adele-goldberg/artwork.svg b/public/releases/v2/women/024-adele-goldberg/artwork.svg new file mode 100644 index 00000000..c38dc00a --- /dev/null +++ b/public/releases/v2/women/024-adele-goldberg/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/women/024-adele-goldberg/back.png b/public/releases/v2/women/024-adele-goldberg/back.png new file mode 100644 index 00000000..cab03d71 Binary files /dev/null and b/public/releases/v2/women/024-adele-goldberg/back.png differ diff --git a/public/releases/v2/women/024-adele-goldberg/back.svg b/public/releases/v2/women/024-adele-goldberg/back.svg new file mode 100644 index 00000000..eae3ed60 --- /dev/null +++ b/public/releases/v2/women/024-adele-goldberg/back.svg @@ -0,0 +1 @@ +Adele Goldberg — Open Source Legends v2WOMEN IN TECH / V2Adele GoldbergTHE CONTRIBUTIONAt Xerox PARC she developed Smalltalk-80 with Alan Kay andDan Ingalls and wrote the books that let anyone else learnit. She objected to demonstrating it to Steve Jobs and wasoverruled by management; the Macintosh interface followed.Smalltalk is where object-oriented programming and themodern IDE both actually come from.PROJECTS / DOMAINSObject-oriented programming · Smalltalk · Interactive environmentsPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.024 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/024-adele-goldberg/front.png b/public/releases/v2/women/024-adele-goldberg/front.png new file mode 100644 index 00000000..9722fe27 Binary files /dev/null and b/public/releases/v2/women/024-adele-goldberg/front.png differ diff --git a/public/releases/v2/women/024-adele-goldberg/front.svg b/public/releases/v2/women/024-adele-goldberg/front.svg new file mode 100644 index 00000000..242f2768 --- /dev/null +++ b/public/releases/v2/women/024-adele-goldberg/front.svg @@ -0,0 +1 @@ +Adele Goldberg — Open Source Legends v2WOMEN IN TECH / V2Adele GoldbergSmalltalk and the DesktopThe object-oriented environment Apple walked out with024 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/025-susan-kare/artwork.svg b/public/releases/v2/women/025-susan-kare/artwork.svg new file mode 100644 index 00000000..af0f0495 --- /dev/null +++ b/public/releases/v2/women/025-susan-kare/artwork.svg @@ -0,0 +1 @@ +A Grammar of Small SquaresA suspended weave of gridded paper and graphite ribbons opens around a luminous, sculpted pixel cursor. Individual golden squares rise from the weave into the new visual language. \ No newline at end of file diff --git a/public/releases/v2/women/025-susan-kare/back.png b/public/releases/v2/women/025-susan-kare/back.png new file mode 100644 index 00000000..030c8deb Binary files /dev/null and b/public/releases/v2/women/025-susan-kare/back.png differ diff --git a/public/releases/v2/women/025-susan-kare/back.svg b/public/releases/v2/women/025-susan-kare/back.svg new file mode 100644 index 00000000..636d4a4b --- /dev/null +++ b/public/releases/v2/women/025-susan-kare/back.svg @@ -0,0 +1 @@ +Susan Kare — Open Source Legends v2WOMEN IN TECH / V2Susan KareTHE CONTRIBUTIONDesigned the original Macintosh icons, fonts and cursors ongraph paper, inventing a visual grammar for directmanipulation that nobody had needed before. The Command keysymbol, the trash can, the watch cursor and the Happy Macare hers. Later did the same work for NeXT, Microsoft andIBM. Her bitmaps are in MoMA.PROJECTS / DOMAINSInterface design · Iconography · TypographyPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.025 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/025-susan-kare/front.png b/public/releases/v2/women/025-susan-kare/front.png new file mode 100644 index 00000000..7a1b3c6e Binary files /dev/null and b/public/releases/v2/women/025-susan-kare/front.png differ diff --git a/public/releases/v2/women/025-susan-kare/front.svg b/public/releases/v2/women/025-susan-kare/front.svg new file mode 100644 index 00000000..e900e3a7 --- /dev/null +++ b/public/releases/v2/women/025-susan-kare/front.svg @@ -0,0 +1 @@ +Susan Kare — Open Source Legends v2WOMEN IN TECH / V2Susan KareA Grammar of Small SquaresA suspended weave of gridded paper and graphite ribbons opens around a luminous, sculpted pixel cursor. Individual golden squares rise from the weave into the new visual language.The Icons You Grew Up WithThe Macintosh interface, one pixel at a time025 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/026-limor-fried/artwork.svg b/public/releases/v2/women/026-limor-fried/artwork.svg new file mode 100644 index 00000000..d5bb3c0c --- /dev/null +++ b/public/releases/v2/women/026-limor-fried/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/women/026-limor-fried/back.png b/public/releases/v2/women/026-limor-fried/back.png new file mode 100644 index 00000000..5d97f7e1 Binary files /dev/null and b/public/releases/v2/women/026-limor-fried/back.png differ diff --git a/public/releases/v2/women/026-limor-fried/back.svg b/public/releases/v2/women/026-limor-fried/back.svg new file mode 100644 index 00000000..69bb12e5 --- /dev/null +++ b/public/releases/v2/women/026-limor-fried/back.svg @@ -0,0 +1 @@ +Limor Fried — Open Source Legends v2WOMEN IN TECH / V2Limor FriedTHE CONTRIBUTIONFounded Adafruit from an MIT dorm room and built it into asubstantial manufacturer that publishes its schematics,board files and firmware openly, alongside thousands offree tutorials. Leads CircuitPython, which put a REPL onmicrocontrollers and made embedded programmingapproachable. Proved open hardware can be a real companyrather than a gesture.PROJECTS / DOMAINSOpen hardware · Electronics education · ManufacturingPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.026 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/026-limor-fried/front.png b/public/releases/v2/women/026-limor-fried/front.png new file mode 100644 index 00000000..41b45397 Binary files /dev/null and b/public/releases/v2/women/026-limor-fried/front.png differ diff --git a/public/releases/v2/women/026-limor-fried/front.svg b/public/releases/v2/women/026-limor-fried/front.svg new file mode 100644 index 00000000..226ee302 --- /dev/null +++ b/public/releases/v2/women/026-limor-fried/front.svg @@ -0,0 +1 @@ +Limor Fried — Open Source Legends v2WOMEN IN TECH / V2Limor FriedFounder of AdafruitOpen hardware as a business that actually works026 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/027-mitchell-baker/artwork.svg b/public/releases/v2/women/027-mitchell-baker/artwork.svg new file mode 100644 index 00000000..7d15ed48 --- /dev/null +++ b/public/releases/v2/women/027-mitchell-baker/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/women/027-mitchell-baker/back.png b/public/releases/v2/women/027-mitchell-baker/back.png new file mode 100644 index 00000000..6808eb04 Binary files /dev/null and b/public/releases/v2/women/027-mitchell-baker/back.png differ diff --git a/public/releases/v2/women/027-mitchell-baker/back.svg b/public/releases/v2/women/027-mitchell-baker/back.svg new file mode 100644 index 00000000..53edf133 --- /dev/null +++ b/public/releases/v2/women/027-mitchell-baker/back.svg @@ -0,0 +1 @@ +Mitchell Baker — Open Source Legends v2WOMEN IN TECH / V2Mitchell BakerTHE CONTRIBUTIONWrote the Mozilla Public License and led the Mozillaproject through the open-sourcing of Netscape, the yearswhen it looked dead, and the rise of Firefox, which brokeInternet Explorer’s monopoly and dragged web standardsforward. Chaired the Mozilla Foundation for two decades ofarguing that the browser should answer to users.PROJECTS / DOMAINSOpen source licensing · Governance · BrowsersPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.027 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/027-mitchell-baker/front.png b/public/releases/v2/women/027-mitchell-baker/front.png new file mode 100644 index 00000000..ee6291b3 Binary files /dev/null and b/public/releases/v2/women/027-mitchell-baker/front.png differ diff --git a/public/releases/v2/women/027-mitchell-baker/front.svg b/public/releases/v2/women/027-mitchell-baker/front.svg new file mode 100644 index 00000000..9a11e77d --- /dev/null +++ b/public/releases/v2/women/027-mitchell-baker/front.svg @@ -0,0 +1 @@ +Mitchell Baker — Open Source Legends v2WOMEN IN TECH / V2Mitchell BakerThe Mozilla Public LicenseKeeping Netscape’s code free, and steering Firefox027 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/028-audrey-tang/artwork.svg b/public/releases/v2/women/028-audrey-tang/artwork.svg new file mode 100644 index 00000000..071a0de4 --- /dev/null +++ b/public/releases/v2/women/028-audrey-tang/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/women/028-audrey-tang/back.png b/public/releases/v2/women/028-audrey-tang/back.png new file mode 100644 index 00000000..72576c16 Binary files /dev/null and b/public/releases/v2/women/028-audrey-tang/back.png differ diff --git a/public/releases/v2/women/028-audrey-tang/back.svg b/public/releases/v2/women/028-audrey-tang/back.svg new file mode 100644 index 00000000..a62eadd5 --- /dev/null +++ b/public/releases/v2/women/028-audrey-tang/back.svg @@ -0,0 +1 @@ +Audrey Tang — Open Source Legends v2WOMEN IN TECH / V2Audrey TangTHE CONTRIBUTIONWorked on Pugs, the first usable Perl 6 implementation, andon Haskell and Perl tooling, then became a central figurein g0v, the Taiwanese civic hacking community that forksgovernment websites into working versions. As Taiwan’sdigital minister she published transcripts of essentiallyevery meeting she took, and used participatory tooling likevTaiwan on real policy.PROJECTS / DOMAINSCivic technology · Open government · Programming languagesPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.028 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/028-audrey-tang/front.png b/public/releases/v2/women/028-audrey-tang/front.png new file mode 100644 index 00000000..f7a09130 Binary files /dev/null and b/public/releases/v2/women/028-audrey-tang/front.png differ diff --git a/public/releases/v2/women/028-audrey-tang/front.svg b/public/releases/v2/women/028-audrey-tang/front.svg new file mode 100644 index 00000000..f7eaf59a --- /dev/null +++ b/public/releases/v2/women/028-audrey-tang/front.svg @@ -0,0 +1 @@ +Audrey Tang — Open Source Legends v2WOMEN IN TECH / V2Audrey TangOpen Government, Actually Openg0v, Perl 6, and running a ministry in public028 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/029-karen-sandler/artwork.svg b/public/releases/v2/women/029-karen-sandler/artwork.svg new file mode 100644 index 00000000..7e3c8106 --- /dev/null +++ b/public/releases/v2/women/029-karen-sandler/artwork.svg @@ -0,0 +1 @@ +The inspectable instrumentA monumental medical implant floats beneath its lifted titanium cover. Its opened interior holds luminous perforated source layers, a pulse-shaped conductor, and precise supporting architecture. Two surgical leads curl through the surrounding space. \ No newline at end of file diff --git a/public/releases/v2/women/029-karen-sandler/back.png b/public/releases/v2/women/029-karen-sandler/back.png new file mode 100644 index 00000000..d6162632 Binary files /dev/null and b/public/releases/v2/women/029-karen-sandler/back.png differ diff --git a/public/releases/v2/women/029-karen-sandler/back.svg b/public/releases/v2/women/029-karen-sandler/back.svg new file mode 100644 index 00000000..6da0d9c0 --- /dev/null +++ b/public/releases/v2/women/029-karen-sandler/back.svg @@ -0,0 +1 @@ +Karen Sandler — Open Source Legends v2WOMEN IN TECH / V2Karen SandlerTHE CONTRIBUTIONExecutive director of the Software Freedom Conservancy,which provides the legal and financial home for a long listof open source projects and does the unglamorous work ofGPL enforcement. A lawyer with a heart condition, she hasmade the argument for auditable code concrete by asking tosee the source of the defibrillator implanted in her chest,and being refused.PROJECTS / DOMAINSSoftware freedom · Licensing enforcement · Nonprofit governancePROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.029 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/029-karen-sandler/front.png b/public/releases/v2/women/029-karen-sandler/front.png new file mode 100644 index 00000000..f027ece2 Binary files /dev/null and b/public/releases/v2/women/029-karen-sandler/front.png differ diff --git a/public/releases/v2/women/029-karen-sandler/front.svg b/public/releases/v2/women/029-karen-sandler/front.svg new file mode 100644 index 00000000..5d3249a9 --- /dev/null +++ b/public/releases/v2/women/029-karen-sandler/front.svg @@ -0,0 +1 @@ +Karen Sandler — Open Source Legends v2WOMEN IN TECH / V2Karen SandlerThe inspectable instrumentA monumental medical implant floats beneath its lifted titanium cover. Its opened interior holds luminous perforated source layers, a pulse-shaped conductor, and precise supporting architecture. Two surgical leads curl through the surrounding space.Software Freedom as a Medical ProblemThe Software Freedom Conservancy, and asking to read her ownpacemaker029 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/030-danese-cooper/artwork.svg b/public/releases/v2/women/030-danese-cooper/artwork.svg new file mode 100644 index 00000000..f4850636 --- /dev/null +++ b/public/releases/v2/women/030-danese-cooper/artwork.svg @@ -0,0 +1 @@ +A negotiated commonsAn architectural labyrinth in ivory and violet opens around a shared, unoccupied light well. An amber passage threads the divided structure; hinged barriers and interlocking spans turn separate precincts into a traversable commons. \ No newline at end of file diff --git a/public/releases/v2/women/030-danese-cooper/back.png b/public/releases/v2/women/030-danese-cooper/back.png new file mode 100644 index 00000000..b6f14108 Binary files /dev/null and b/public/releases/v2/women/030-danese-cooper/back.png differ diff --git a/public/releases/v2/women/030-danese-cooper/back.svg b/public/releases/v2/women/030-danese-cooper/back.svg new file mode 100644 index 00000000..2ec29ecc --- /dev/null +++ b/public/releases/v2/women/030-danese-cooper/back.svg @@ -0,0 +1 @@ +Danese Cooper — Open Source Legends v2WOMEN IN TECH / V2Danese CooperTHE CONTRIBUTIONRan open source at Sun during the OpenSolaris andOpenOffice years, then at Intel, PayPal and Wikimedia, andchaired the Node.js Foundation through the io.jsreconciliation. Served on the OSI board. Much of what acorporate open source program office does was invented byher arguing with lawyers, repeatedly, for twenty years.PROJECTS / DOMAINSOpen source strategy · Foundations · Corporate policyPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.030 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/030-danese-cooper/front.png b/public/releases/v2/women/030-danese-cooper/front.png new file mode 100644 index 00000000..dd53b760 Binary files /dev/null and b/public/releases/v2/women/030-danese-cooper/front.png differ diff --git a/public/releases/v2/women/030-danese-cooper/front.svg b/public/releases/v2/women/030-danese-cooper/front.svg new file mode 100644 index 00000000..34917f6e --- /dev/null +++ b/public/releases/v2/women/030-danese-cooper/front.svg @@ -0,0 +1 @@ +Danese Cooper — Open Source Legends v2WOMEN IN TECH / V2Danese CooperA negotiated commonsAn architectural labyrinth in ivory and violet opens around a shared, unoccupied light well. An amber passage threads the divided structure; hinged barriers and interlocking spans turn separate precincts into a traversable commons.The Open Source DiplomatOpen source programs at Sun, Intel, PayPal and the NodeFoundation030 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/031-allison-randal/artwork.svg b/public/releases/v2/women/031-allison-randal/artwork.svg new file mode 100644 index 00000000..9a1341a9 --- /dev/null +++ b/public/releases/v2/women/031-allison-randal/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/women/031-allison-randal/back.png b/public/releases/v2/women/031-allison-randal/back.png new file mode 100644 index 00000000..f0484909 Binary files /dev/null and b/public/releases/v2/women/031-allison-randal/back.png differ diff --git a/public/releases/v2/women/031-allison-randal/back.svg b/public/releases/v2/women/031-allison-randal/back.svg new file mode 100644 index 00000000..cdf864fb --- /dev/null +++ b/public/releases/v2/women/031-allison-randal/back.svg @@ -0,0 +1 @@ +Allison Randal — Open Source Legends v2WOMEN IN TECH / V2Allison RandalTHE CONTRIBUTIONLed the Parrot virtual machine and worked on the Perl 6design, then served as president of the Perl Foundation,chair of the Open Source Initiative, on the board of thePython Software Foundation, and at Canonical and HP onOpenStack. One of the few people equally credible on alanguage runtime and on licence text.PROJECTS / DOMAINSVirtual machines · Open source governance · LicensingPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.031 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/031-allison-randal/front.png b/public/releases/v2/women/031-allison-randal/front.png new file mode 100644 index 00000000..504d4156 Binary files /dev/null and b/public/releases/v2/women/031-allison-randal/front.png differ diff --git a/public/releases/v2/women/031-allison-randal/front.svg b/public/releases/v2/women/031-allison-randal/front.svg new file mode 100644 index 00000000..ce166db7 --- /dev/null +++ b/public/releases/v2/women/031-allison-randal/front.svg @@ -0,0 +1 @@ +Allison Randal — Open Source Legends v2WOMEN IN TECH / V2Allison RandalLanguages, Foundations and LicencesParrot, Perl 6 design, and chairing the OSI031 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/032-valerie-aurora/artwork.svg b/public/releases/v2/women/032-valerie-aurora/artwork.svg new file mode 100644 index 00000000..15f26614 --- /dev/null +++ b/public/releases/v2/women/032-valerie-aurora/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/women/032-valerie-aurora/back.png b/public/releases/v2/women/032-valerie-aurora/back.png new file mode 100644 index 00000000..d9e757db Binary files /dev/null and b/public/releases/v2/women/032-valerie-aurora/back.png differ diff --git a/public/releases/v2/women/032-valerie-aurora/back.svg b/public/releases/v2/women/032-valerie-aurora/back.svg new file mode 100644 index 00000000..87eea3e5 --- /dev/null +++ b/public/releases/v2/women/032-valerie-aurora/back.svg @@ -0,0 +1 @@ +Valerie Aurora — Open Source Legends v2WOMEN IN TECH / V2Valerie AuroraTHE CONTRIBUTIONWorked on Linux filesystems including ext4, ChunkFS andunion mounts, and wrote a long-running series on filesystemdesign for LWN. Co-founded the Ada Initiative, whoseexample anti-harassment policy was adopted across a largepart of the conference circuit and materially changed whatopen source events tolerate.PROJECTS / DOMAINSLinux filesystems · Kernel development · Community standardsPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.032 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/032-valerie-aurora/front.png b/public/releases/v2/women/032-valerie-aurora/front.png new file mode 100644 index 00000000..391a56aa Binary files /dev/null and b/public/releases/v2/women/032-valerie-aurora/front.png differ diff --git a/public/releases/v2/women/032-valerie-aurora/front.svg b/public/releases/v2/women/032-valerie-aurora/front.svg new file mode 100644 index 00000000..e97a3664 --- /dev/null +++ b/public/releases/v2/women/032-valerie-aurora/front.svg @@ -0,0 +1 @@ +Valerie Aurora — Open Source Legends v2WOMEN IN TECH / V2Valerie AuroraFilesystems and the Ada InitiativeLinux filesystem work, then changing how conferences behave032 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/033-coraline-ada-ehmke/artwork.svg b/public/releases/v2/women/033-coraline-ada-ehmke/artwork.svg new file mode 100644 index 00000000..6360ca35 --- /dev/null +++ b/public/releases/v2/women/033-coraline-ada-ehmke/artwork.svg @@ -0,0 +1 @@ +A commons with open thresholdsAn architectural labyrinth opens onto a shared ivory courtyard. Separate passages meet beneath a laminated amber threshold, while cutaway walls reveal the common foundation beneath them. \ No newline at end of file diff --git a/public/releases/v2/women/033-coraline-ada-ehmke/back.png b/public/releases/v2/women/033-coraline-ada-ehmke/back.png new file mode 100644 index 00000000..86f47562 Binary files /dev/null and b/public/releases/v2/women/033-coraline-ada-ehmke/back.png differ diff --git a/public/releases/v2/women/033-coraline-ada-ehmke/back.svg b/public/releases/v2/women/033-coraline-ada-ehmke/back.svg new file mode 100644 index 00000000..a207c7c8 --- /dev/null +++ b/public/releases/v2/women/033-coraline-ada-ehmke/back.svg @@ -0,0 +1 @@ +Coraline Ada Ehmke — Open Source Legends v2WOMEN IN TECH / V2Coraline Ada EhmkeTHE CONTRIBUTIONWrote the Contributor Covenant in 2014; it has since beenadopted by well over a hundred thousand projects includingLinux, Rails and Kubernetes, and it is the reason mostrepositories have a CODE_OF_CONDUCT.md at all. Also createdthe Hippocratic License and the Organization for EthicalSource, and took a great deal of abuse for both.PROJECTS / DOMAINSCommunity governance · Codes of conduct · Ethical licensingPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.033 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/033-coraline-ada-ehmke/front.png b/public/releases/v2/women/033-coraline-ada-ehmke/front.png new file mode 100644 index 00000000..3932ef42 Binary files /dev/null and b/public/releases/v2/women/033-coraline-ada-ehmke/front.png differ diff --git a/public/releases/v2/women/033-coraline-ada-ehmke/front.svg b/public/releases/v2/women/033-coraline-ada-ehmke/front.svg new file mode 100644 index 00000000..778148fa --- /dev/null +++ b/public/releases/v2/women/033-coraline-ada-ehmke/front.svg @@ -0,0 +1 @@ +Coraline Ada Ehmke — Open Source Legends v2WOMEN IN TECH / V2Coraline Ada EhmkeA commons with open thresholdsAn architectural labyrinth opens onto a shared ivory courtyard. Separate passages meet beneath a laminated amber threshold, while cutaway walls reveal the common foundation beneath them.Author of the Contributor CovenantThe code of conduct most projects actually use033 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/034-sumana-harihareswara/artwork.svg b/public/releases/v2/women/034-sumana-harihareswara/artwork.svg new file mode 100644 index 00000000..537ded43 --- /dev/null +++ b/public/releases/v2/women/034-sumana-harihareswara/artwork.svg @@ -0,0 +1 @@ +The quiet loadA carved dependency labyrinth rests on interlocking violet maintenance arches. An amber route passes through an open, precisely aligned packaging instrument and continues down into the structure that sustains it. \ No newline at end of file diff --git a/public/releases/v2/women/034-sumana-harihareswara/back.png b/public/releases/v2/women/034-sumana-harihareswara/back.png new file mode 100644 index 00000000..64974299 Binary files /dev/null and b/public/releases/v2/women/034-sumana-harihareswara/back.png differ diff --git a/public/releases/v2/women/034-sumana-harihareswara/back.svg b/public/releases/v2/women/034-sumana-harihareswara/back.svg new file mode 100644 index 00000000..93db2b5e --- /dev/null +++ b/public/releases/v2/women/034-sumana-harihareswara/back.svg @@ -0,0 +1 @@ +Sumana Harihareswara — Open Source Legends v2WOMEN IN TECH / V2Sumana HarihareswaraTHE CONTRIBUTIONLed the successful grant-funded work to replace pip’sdependency resolver, a change every Python user benefitsfrom and almost nobody noticed. Has worked on Wikimediaengineering community, Zulip and MediaWiki, and writesseriously about the unglamorous parts of open source:release management, funding, and how maintainers burn out.PROJECTS / DOMAINSPython packaging · Project management · Open source sustainabilityPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.034 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/034-sumana-harihareswara/front.png b/public/releases/v2/women/034-sumana-harihareswara/front.png new file mode 100644 index 00000000..42697531 Binary files /dev/null and b/public/releases/v2/women/034-sumana-harihareswara/front.png differ diff --git a/public/releases/v2/women/034-sumana-harihareswara/front.svg b/public/releases/v2/women/034-sumana-harihareswara/front.svg new file mode 100644 index 00000000..30bcfcc8 --- /dev/null +++ b/public/releases/v2/women/034-sumana-harihareswara/front.svg @@ -0,0 +1 @@ +Sumana Harihareswara — Open Source Legends v2WOMEN IN TECH / V2Sumana HarihareswaraThe quiet loadA carved dependency labyrinth rests on interlocking violet maintenance arches. An amber route passes through an open, precisely aligned packaging instrument and continues down into the structure that sustains it.Maintainer of the Maintainerspip’s resolver, PyPI funding, and taking project managementseriously034 / RARE / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/035-latanya-sweeney/artwork.svg b/public/releases/v2/women/035-latanya-sweeney/artwork.svg new file mode 100644 index 00000000..f7ef9182 --- /dev/null +++ b/public/releases/v2/women/035-latanya-sweeney/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/women/035-latanya-sweeney/back.png b/public/releases/v2/women/035-latanya-sweeney/back.png new file mode 100644 index 00000000..465cc11a Binary files /dev/null and b/public/releases/v2/women/035-latanya-sweeney/back.png differ diff --git a/public/releases/v2/women/035-latanya-sweeney/back.svg b/public/releases/v2/women/035-latanya-sweeney/back.svg new file mode 100644 index 00000000..20048add --- /dev/null +++ b/public/releases/v2/women/035-latanya-sweeney/back.svg @@ -0,0 +1 @@ +Latanya Sweeney — Open Source Legends v2WOMEN IN TECH / V2Latanya SweeneyTHE CONTRIBUTIONShowed that 87 percent of Americans could be uniquelyidentified from ZIP code, birth date and sex, thendemonstrated it by re-identifying the Massachusettsgovernor’s medical records in a public dataset and mailingthem to him. Proposed k-anonymity in response. Later servedas chief technologist at the FTC and published work ondiscrimination in online ad delivery.PROJECTS / DOMAINSData privacy · Re-identification · Technology policyPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.035 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/035-latanya-sweeney/front.png b/public/releases/v2/women/035-latanya-sweeney/front.png new file mode 100644 index 00000000..9d1c8f92 Binary files /dev/null and b/public/releases/v2/women/035-latanya-sweeney/front.png differ diff --git a/public/releases/v2/women/035-latanya-sweeney/front.svg b/public/releases/v2/women/035-latanya-sweeney/front.svg new file mode 100644 index 00000000..4240b65d --- /dev/null +++ b/public/releases/v2/women/035-latanya-sweeney/front.svg @@ -0,0 +1 @@ +Latanya Sweeney — Open Source Legends v2WOMEN IN TECH / V2Latanya SweeneyRe-identification, and k-AnonymityProving anonymised data is not anonymous035 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/036-jessica-mckellar/artwork.svg b/public/releases/v2/women/036-jessica-mckellar/artwork.svg new file mode 100644 index 00000000..b1370894 --- /dev/null +++ b/public/releases/v2/women/036-jessica-mckellar/artwork.svg @@ -0,0 +1 @@ +Open commonsAn open annular workshop receives four broad, independent ramps. Amber and blue channels weave through its shared interior; removable ceramic sections expose the construction beneath. \ No newline at end of file diff --git a/public/releases/v2/women/036-jessica-mckellar/back.png b/public/releases/v2/women/036-jessica-mckellar/back.png new file mode 100644 index 00000000..5ab1810c Binary files /dev/null and b/public/releases/v2/women/036-jessica-mckellar/back.png differ diff --git a/public/releases/v2/women/036-jessica-mckellar/back.svg b/public/releases/v2/women/036-jessica-mckellar/back.svg new file mode 100644 index 00000000..dc4fde58 --- /dev/null +++ b/public/releases/v2/women/036-jessica-mckellar/back.svg @@ -0,0 +1 @@ +Jessica McKellar — Open Source Legends v2WOMEN IN TECH / V2Jessica McKellarTHE CONTRIBUTIONCPython contributor, Python Software Foundation directorand Twisted maintainer who did a large amount of theoutreach work that widened who shows up to Python: BostonPython’s beginner workshops moved the local user group toroughly a third women, which nobody had managed before.Co-wrote a book on Twisted and taught a great deal forfree.PROJECTS / DOMAINSPython · Open source community · Developer educationPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.036 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/036-jessica-mckellar/front.png b/public/releases/v2/women/036-jessica-mckellar/front.png new file mode 100644 index 00000000..6485f623 Binary files /dev/null and b/public/releases/v2/women/036-jessica-mckellar/front.png differ diff --git a/public/releases/v2/women/036-jessica-mckellar/front.svg b/public/releases/v2/women/036-jessica-mckellar/front.svg new file mode 100644 index 00000000..f0e76909 --- /dev/null +++ b/public/releases/v2/women/036-jessica-mckellar/front.svg @@ -0,0 +1 @@ +Jessica McKellar — Open Source Legends v2WOMEN IN TECH / V2Jessica McKellarOpen commonsAn open annular workshop receives four broad, independent ramps. Amber and blue channels weave through its shared interior; removable ceramic sections expose the construction beneath.Python, and Who Gets to JoinCPython contributions and PSF leadership036 / RARE / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/037-carol-willing/artwork.svg b/public/releases/v2/women/037-carol-willing/artwork.svg new file mode 100644 index 00000000..91c0db4d --- /dev/null +++ b/public/releases/v2/women/037-carol-willing/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/women/037-carol-willing/back.png b/public/releases/v2/women/037-carol-willing/back.png new file mode 100644 index 00000000..40afd1a3 Binary files /dev/null and b/public/releases/v2/women/037-carol-willing/back.png differ diff --git a/public/releases/v2/women/037-carol-willing/back.svg b/public/releases/v2/women/037-carol-willing/back.svg new file mode 100644 index 00000000..4aaadd1a --- /dev/null +++ b/public/releases/v2/women/037-carol-willing/back.svg @@ -0,0 +1 @@ +Carol Willing — Open Source Legends v2WOMEN IN TECH / V2Carol WillingTHE CONTRIBUTIONProject Jupyter steering council member and CPython coredeveloper who has done a great deal of the work onJupyterHub and Binder, the pieces that turn a notebook froma file on someone’s laptop into shared, reproducibleinfrastructure. Served as a Python Steering Council memberand does the release and mentoring work that keeps bothprojects running.PROJECTS / DOMAINSJupyter · Python core · Scientific computingPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.037 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/037-carol-willing/front.png b/public/releases/v2/women/037-carol-willing/front.png new file mode 100644 index 00000000..388f340b Binary files /dev/null and b/public/releases/v2/women/037-carol-willing/front.png differ diff --git a/public/releases/v2/women/037-carol-willing/front.svg b/public/releases/v2/women/037-carol-willing/front.svg new file mode 100644 index 00000000..244d4584 --- /dev/null +++ b/public/releases/v2/women/037-carol-willing/front.svg @@ -0,0 +1 @@ +Carol Willing — Open Source Legends v2WOMEN IN TECH / V2Carol WillingJupyter and CPythonThe notebook infrastructure science runs on037 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/038-julia-evans/artwork.svg b/public/releases/v2/women/038-julia-evans/artwork.svg new file mode 100644 index 00000000..c0e22c80 --- /dev/null +++ b/public/releases/v2/women/038-julia-evans/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/women/038-julia-evans/back.png b/public/releases/v2/women/038-julia-evans/back.png new file mode 100644 index 00000000..66393190 Binary files /dev/null and b/public/releases/v2/women/038-julia-evans/back.png differ diff --git a/public/releases/v2/women/038-julia-evans/back.svg b/public/releases/v2/women/038-julia-evans/back.svg new file mode 100644 index 00000000..0efdceac --- /dev/null +++ b/public/releases/v2/women/038-julia-evans/back.svg @@ -0,0 +1 @@ +Julia Evans — Open Source Legends v2WOMEN IN TECH / V2Julia EvansTHE CONTRIBUTIONWrites hand-drawn zines and a long-running blog thatexplain strace, tcpdump, DNS, containers, git internals andnetworking better than the manuals do, mostly by workingthrough her own confusion in public. Wrote a Ruby profilerand various debugging tools. An enormous number ofengineers learned how their machine works from herdrawings.PROJECTS / DOMAINSSystems programming · Debugging · Technical writingPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.038 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/038-julia-evans/front.png b/public/releases/v2/women/038-julia-evans/front.png new file mode 100644 index 00000000..19b04b96 Binary files /dev/null and b/public/releases/v2/women/038-julia-evans/front.png differ diff --git a/public/releases/v2/women/038-julia-evans/front.svg b/public/releases/v2/women/038-julia-evans/front.svg new file mode 100644 index 00000000..2e83223a --- /dev/null +++ b/public/releases/v2/women/038-julia-evans/front.svg @@ -0,0 +1 @@ +Julia Evans — Open Source Legends v2WOMEN IN TECH / V2Julia EvansThe ZinesExplaining systems programming so people actually understand it038 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/039-rachel-andrew/artwork.svg b/public/releases/v2/women/039-rachel-andrew/artwork.svg new file mode 100644 index 00000000..89921856 --- /dev/null +++ b/public/releases/v2/women/039-rachel-andrew/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/women/039-rachel-andrew/back.png b/public/releases/v2/women/039-rachel-andrew/back.png new file mode 100644 index 00000000..af992543 Binary files /dev/null and b/public/releases/v2/women/039-rachel-andrew/back.png differ diff --git a/public/releases/v2/women/039-rachel-andrew/back.svg b/public/releases/v2/women/039-rachel-andrew/back.svg new file mode 100644 index 00000000..8864adf9 --- /dev/null +++ b/public/releases/v2/women/039-rachel-andrew/back.svg @@ -0,0 +1 @@ +Rachel Andrew — Open Source Legends v2WOMEN IN TECH / V2Rachel AndrewTHE CONTRIBUTIONCSS Working Group invited expert and the person who didmore than anyone to get CSS Grid understood and adopted,through Grid by Example, years of writing and a great dealof patient explanation. Later editor in chief of SmashingMagazine and now on the Chrome developer relations teamwriting the platform documentation.PROJECTS / DOMAINSCSS · Web standards · Technical writingPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.039 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/039-rachel-andrew/front.png b/public/releases/v2/women/039-rachel-andrew/front.png new file mode 100644 index 00000000..1bb4e74e Binary files /dev/null and b/public/releases/v2/women/039-rachel-andrew/front.png differ diff --git a/public/releases/v2/women/039-rachel-andrew/front.svg b/public/releases/v2/women/039-rachel-andrew/front.svg new file mode 100644 index 00000000..18770b10 --- /dev/null +++ b/public/releases/v2/women/039-rachel-andrew/front.svg @@ -0,0 +1 @@ +Rachel Andrew — Open Source Legends v2WOMEN IN TECH / V2Rachel AndrewCSS Grid, ExplainedGetting the web to actually use its layout system039 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/040-jen-simmons/artwork.svg b/public/releases/v2/women/040-jen-simmons/artwork.svg new file mode 100644 index 00000000..bf34082d --- /dev/null +++ b/public/releases/v2/women/040-jen-simmons/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/women/040-jen-simmons/back.png b/public/releases/v2/women/040-jen-simmons/back.png new file mode 100644 index 00000000..3d185121 Binary files /dev/null and b/public/releases/v2/women/040-jen-simmons/back.png differ diff --git a/public/releases/v2/women/040-jen-simmons/back.svg b/public/releases/v2/women/040-jen-simmons/back.svg new file mode 100644 index 00000000..b614cfbd --- /dev/null +++ b/public/releases/v2/women/040-jen-simmons/back.svg @@ -0,0 +1 @@ +Jen Simmons — Open Source Legends v2WOMEN IN TECH / V2Jen SimmonsTHE CONTRIBUTIONCoined intrinsic web design for the layout approach Gridand Flexbox actually enable, and spent years demonstratingit in public so designers would stop rebuilding 2010 in amodern browser. Worked on Firefox developer tools includingthe Grid inspector, and is now an Apple evangelist and CSSWorking Group member shipping the features in Safari.PROJECTS / DOMAINSCSS · Layout · Browser engineeringPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.040 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/040-jen-simmons/front.png b/public/releases/v2/women/040-jen-simmons/front.png new file mode 100644 index 00000000..ca1ec45c Binary files /dev/null and b/public/releases/v2/women/040-jen-simmons/front.png differ diff --git a/public/releases/v2/women/040-jen-simmons/front.svg b/public/releases/v2/women/040-jen-simmons/front.svg new file mode 100644 index 00000000..383a5649 --- /dev/null +++ b/public/releases/v2/women/040-jen-simmons/front.svg @@ -0,0 +1 @@ +Jen Simmons — Open Source Legends v2WOMEN IN TECH / V2Jen SimmonsLayout on the Real WebIntrinsic web design, and shipping CSS in Safari040 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/041-lea-verou/artwork.svg b/public/releases/v2/women/041-lea-verou/artwork.svg new file mode 100644 index 00000000..998b907d --- /dev/null +++ b/public/releases/v2/women/041-lea-verou/artwork.svg @@ -0,0 +1 @@ +Chromatic faultA suspended topographic relief splits into a chromatic cascade. An exploded, perforated instrument aligns neutral modules with luminous colored layers. \ No newline at end of file diff --git a/public/releases/v2/women/041-lea-verou/back.png b/public/releases/v2/women/041-lea-verou/back.png new file mode 100644 index 00000000..0fa25f63 Binary files /dev/null and b/public/releases/v2/women/041-lea-verou/back.png differ diff --git a/public/releases/v2/women/041-lea-verou/back.svg b/public/releases/v2/women/041-lea-verou/back.svg new file mode 100644 index 00000000..be395d8b --- /dev/null +++ b/public/releases/v2/women/041-lea-verou/back.svg @@ -0,0 +1 @@ +Lea Verou — Open Source Legends v2WOMEN IN TECH / V2Lea VerouTHE CONTRIBUTIONWrote Prism, the syntax highlighter running on a very largeshare of technical sites, and a run of small widely-usedlibraries. CSS Working Group invited expert who has drivenseveral specs including colour functions, wrote CSSSecrets, and researches end-user programming at MIT. Nearlyeverything she makes is MIT licensed and on GitHub.PROJECTS / DOMAINSCSS · Open source libraries · Web standardsPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.041 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/041-lea-verou/front.png b/public/releases/v2/women/041-lea-verou/front.png new file mode 100644 index 00000000..2130bc7f Binary files /dev/null and b/public/releases/v2/women/041-lea-verou/front.png differ diff --git a/public/releases/v2/women/041-lea-verou/front.svg b/public/releases/v2/women/041-lea-verou/front.svg new file mode 100644 index 00000000..ab105d1d --- /dev/null +++ b/public/releases/v2/women/041-lea-verou/front.svg @@ -0,0 +1 @@ +Lea Verou — Open Source Legends v2WOMEN IN TECH / V2Lea VerouChromatic faultA suspended topographic relief splits into a chromatic cascade. An exploded, perforated instrument aligns neutral modules with luminous colored layers.CSS, and the Tools Around ItPrism, Mavo, and CSS Working Group membership041 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/042-sarah-drasner/artwork.svg b/public/releases/v2/women/042-sarah-drasner/artwork.svg new file mode 100644 index 00000000..d1f78376 --- /dev/null +++ b/public/releases/v2/women/042-sarah-drasner/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/women/042-sarah-drasner/back.png b/public/releases/v2/women/042-sarah-drasner/back.png new file mode 100644 index 00000000..4e77ae36 Binary files /dev/null and b/public/releases/v2/women/042-sarah-drasner/back.png differ diff --git a/public/releases/v2/women/042-sarah-drasner/back.svg b/public/releases/v2/women/042-sarah-drasner/back.svg new file mode 100644 index 00000000..a5772821 --- /dev/null +++ b/public/releases/v2/women/042-sarah-drasner/back.svg @@ -0,0 +1 @@ +Sarah Drasner — Open Source Legends v2WOMEN IN TECH / V2Sarah DrasnerTHE CONTRIBUTIONVue core team member who wrote much of the animationdocumentation and a well-regarded book on SVG animation,then led developer experience at Netlify, Google and Azure.Her writing on animation performance and on runningengineering teams is widely read, and she has published alarge amount of demo code for free.PROJECTS / DOMAINSVue · Web animation · Developer experiencePROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.042 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/042-sarah-drasner/front.png b/public/releases/v2/women/042-sarah-drasner/front.png new file mode 100644 index 00000000..f8551a91 Binary files /dev/null and b/public/releases/v2/women/042-sarah-drasner/front.png differ diff --git a/public/releases/v2/women/042-sarah-drasner/front.svg b/public/releases/v2/women/042-sarah-drasner/front.svg new file mode 100644 index 00000000..01c710bd --- /dev/null +++ b/public/releases/v2/women/042-sarah-drasner/front.svg @@ -0,0 +1 @@ +Sarah Drasner — Open Source Legends v2WOMEN IN TECH / V2Sarah DrasnerAnimation, Vue and Developer ExperienceVue core team, SVG animation, and leading platform teams042 / RARE / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/043-leonie-watson/artwork.svg b/public/releases/v2/women/043-leonie-watson/artwork.svg new file mode 100644 index 00000000..7e9e8c7b --- /dev/null +++ b/public/releases/v2/women/043-leonie-watson/artwork.svg @@ -0,0 +1 @@ +An audible architectureAn exploded architectural instrument turns ordered, nested channels into an open fan of acoustic contours. An amber reading path passes through the structure itself, connecting its ivory tiers to blue resonating membranes. \ No newline at end of file diff --git a/public/releases/v2/women/043-leonie-watson/back.png b/public/releases/v2/women/043-leonie-watson/back.png new file mode 100644 index 00000000..fb8769aa Binary files /dev/null and b/public/releases/v2/women/043-leonie-watson/back.png differ diff --git a/public/releases/v2/women/043-leonie-watson/back.svg b/public/releases/v2/women/043-leonie-watson/back.svg new file mode 100644 index 00000000..e1cb5fea --- /dev/null +++ b/public/releases/v2/women/043-leonie-watson/back.svg @@ -0,0 +1 @@ +Léonie Watson — Open Source Legends v2WOMEN IN TECH / V2Léonie WatsonTHE CONTRIBUTIONA blind engineer who has served on the W3C Board ofDirectors, co-chaired the Web Applications Working Groupand worked on the accessibility of HTML, ARIA and the WebAudio API from inside the specs rather than filing bugsfrom outside. Runs TetraLogical and has spent yearsteaching developers what their markup actually sounds like.PROJECTS / DOMAINSAccessibility · Web standards · Screen readersPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.043 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/043-leonie-watson/front.png b/public/releases/v2/women/043-leonie-watson/front.png new file mode 100644 index 00000000..c2144f87 Binary files /dev/null and b/public/releases/v2/women/043-leonie-watson/front.png differ diff --git a/public/releases/v2/women/043-leonie-watson/front.svg b/public/releases/v2/women/043-leonie-watson/front.svg new file mode 100644 index 00000000..46d1cad6 --- /dev/null +++ b/public/releases/v2/women/043-leonie-watson/front.svg @@ -0,0 +1 @@ +Léonie Watson — Open Source Legends v2WOMEN IN TECH / V2Léonie WatsonAn audible architectureAn exploded architectural instrument turns ordered, nested channels into an open fan of acoustic contours. An amber reading path passes through the structure itself, connecting its ivory tiers to blue resonating membranes.Accessibility in the StandardsW3C board, and making the platform work with a screen reader043 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/044-charity-majors/artwork.svg b/public/releases/v2/women/044-charity-majors/artwork.svg new file mode 100644 index 00000000..6f74bc7b --- /dev/null +++ b/public/releases/v2/women/044-charity-majors/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/women/044-charity-majors/back.png b/public/releases/v2/women/044-charity-majors/back.png new file mode 100644 index 00000000..4a1694cf Binary files /dev/null and b/public/releases/v2/women/044-charity-majors/back.png differ diff --git a/public/releases/v2/women/044-charity-majors/back.svg b/public/releases/v2/women/044-charity-majors/back.svg new file mode 100644 index 00000000..ea9c85d3 --- /dev/null +++ b/public/releases/v2/women/044-charity-majors/back.svg @@ -0,0 +1 @@ +Charity Majors — Open Source Legends v2WOMEN IN TECH / V2Charity MajorsTHE CONTRIBUTIONCo-founded Honeycomb and made the case that dashboards ofpre-aggregated metrics cannot answer questions you did notthink to ask, which reframed monitoring into observabilityand high-cardinality events. Co-wrote ObservabilityEngineering and Database Reliability Engineering, and hasbeen relentlessly, usefully rude about the idea that youcan avoid testing in production.PROJECTS / DOMAINSObservability · Operations · Distributed systemsPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.044 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/044-charity-majors/front.png b/public/releases/v2/women/044-charity-majors/front.png new file mode 100644 index 00000000..dfac42e9 Binary files /dev/null and b/public/releases/v2/women/044-charity-majors/front.png differ diff --git a/public/releases/v2/women/044-charity-majors/front.svg b/public/releases/v2/women/044-charity-majors/front.svg new file mode 100644 index 00000000..b7fddc09 --- /dev/null +++ b/public/releases/v2/women/044-charity-majors/front.svg @@ -0,0 +1 @@ +Charity Majors — Open Source Legends v2WOMEN IN TECH / V2Charity MajorsObservability, and Testing in ProductionHoneycomb, and the argument about unknown unknowns044 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/045-liz-fong-jones/artwork.svg b/public/releases/v2/women/045-liz-fong-jones/artwork.svg new file mode 100644 index 00000000..ab197b1a --- /dev/null +++ b/public/releases/v2/women/045-liz-fong-jones/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/women/045-liz-fong-jones/back.png b/public/releases/v2/women/045-liz-fong-jones/back.png new file mode 100644 index 00000000..76bace49 Binary files /dev/null and b/public/releases/v2/women/045-liz-fong-jones/back.png differ diff --git a/public/releases/v2/women/045-liz-fong-jones/back.svg b/public/releases/v2/women/045-liz-fong-jones/back.svg new file mode 100644 index 00000000..c899a3f4 --- /dev/null +++ b/public/releases/v2/women/045-liz-fong-jones/back.svg @@ -0,0 +1 @@ +Liz Fong-Jones — Open Source Legends v2WOMEN IN TECH / V2Liz Fong-JonesTHE CONTRIBUTIONWas a Google SRE for over a decade, then principaldeveloper advocate at Honeycomb, pushing OpenTelemetry andpublishing a great deal on SLOs and reliability practicethat teams actually adopt. Also one of the more visibleorganisers in the tech worker movement, which cost hersomething and which she has been candid about.PROJECTS / DOMAINSSite reliability · Observability · Labour organisingPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.045 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/045-liz-fong-jones/front.png b/public/releases/v2/women/045-liz-fong-jones/front.png new file mode 100644 index 00000000..cf364627 Binary files /dev/null and b/public/releases/v2/women/045-liz-fong-jones/front.png differ diff --git a/public/releases/v2/women/045-liz-fong-jones/front.svg b/public/releases/v2/women/045-liz-fong-jones/front.svg new file mode 100644 index 00000000..3e29be44 --- /dev/null +++ b/public/releases/v2/women/045-liz-fong-jones/front.svg @@ -0,0 +1 @@ +Liz Fong-Jones — Open Source Legends v2WOMEN IN TECH / V2Liz Fong-JonesSRE in the OpenSite reliability practice, OpenTelemetry advocacy, and organising045 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/046-jessie-frazelle/artwork.svg b/public/releases/v2/women/046-jessie-frazelle/artwork.svg new file mode 100644 index 00000000..df44fced --- /dev/null +++ b/public/releases/v2/women/046-jessie-frazelle/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/women/046-jessie-frazelle/back.png b/public/releases/v2/women/046-jessie-frazelle/back.png new file mode 100644 index 00000000..e2e88c5c Binary files /dev/null and b/public/releases/v2/women/046-jessie-frazelle/back.png differ diff --git a/public/releases/v2/women/046-jessie-frazelle/back.svg b/public/releases/v2/women/046-jessie-frazelle/back.svg new file mode 100644 index 00000000..d2fe7326 --- /dev/null +++ b/public/releases/v2/women/046-jessie-frazelle/back.svg @@ -0,0 +1 @@ +Jessie Frazelle — Open Source Legends v2WOMEN IN TECH / V2Jessie FrazelleTHE CONTRIBUTIONA core Docker maintainer during the years containers tookover, known for running absolutely everything in oneincluding desktop applications, and for the seccomp andAppArmor work on container isolation. Later worked onKubernetes and GitHub, then co-founded Oxide Computer tobuild servers with an open firmware stack, which is a muchharder version of the same argument.PROJECTS / DOMAINSContainers · Linux security · HardwarePROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.046 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/046-jessie-frazelle/front.png b/public/releases/v2/women/046-jessie-frazelle/front.png new file mode 100644 index 00000000..4caab4b1 Binary files /dev/null and b/public/releases/v2/women/046-jessie-frazelle/front.png differ diff --git a/public/releases/v2/women/046-jessie-frazelle/front.svg b/public/releases/v2/women/046-jessie-frazelle/front.svg new file mode 100644 index 00000000..052cd08a --- /dev/null +++ b/public/releases/v2/women/046-jessie-frazelle/front.svg @@ -0,0 +1 @@ +Jessie Frazelle — Open Source Legends v2WOMEN IN TECH / V2Jessie FrazelleContainers, and Then SiliconDocker maintainer, container security, and Oxide046 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/047-camille-fournier/artwork.svg b/public/releases/v2/women/047-camille-fournier/artwork.svg new file mode 100644 index 00000000..05cf4e56 --- /dev/null +++ b/public/releases/v2/women/047-camille-fournier/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/women/047-camille-fournier/back.png b/public/releases/v2/women/047-camille-fournier/back.png new file mode 100644 index 00000000..5f80f1c0 Binary files /dev/null and b/public/releases/v2/women/047-camille-fournier/back.png differ diff --git a/public/releases/v2/women/047-camille-fournier/back.svg b/public/releases/v2/women/047-camille-fournier/back.svg new file mode 100644 index 00000000..b0e8555d --- /dev/null +++ b/public/releases/v2/women/047-camille-fournier/back.svg @@ -0,0 +1 @@ +Camille Fournier — Open Source Legends v2WOMEN IN TECH / V2Camille FournierTHE CONTRIBUTIONApache ZooKeeper committer and project chair, and CTO ofRent the Runway, then head of platform engineering at TwoSigma. Wrote The Manager’s Path, which is the book mostengineers are handed when they first lead a team, and whichis unusually honest about the parts of the job that are notfun.PROJECTS / DOMAINSDistributed systems · Engineering leadership · Apache projectsPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.047 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/047-camille-fournier/front.png b/public/releases/v2/women/047-camille-fournier/front.png new file mode 100644 index 00000000..c3bc48fb Binary files /dev/null and b/public/releases/v2/women/047-camille-fournier/front.png differ diff --git a/public/releases/v2/women/047-camille-fournier/front.svg b/public/releases/v2/women/047-camille-fournier/front.svg new file mode 100644 index 00000000..877ac229 --- /dev/null +++ b/public/releases/v2/women/047-camille-fournier/front.svg @@ -0,0 +1 @@ +Camille Fournier — Open Source Legends v2WOMEN IN TECH / V2Camille FournierZooKeeper, and The Manager’s PathDistributed coordination, then teaching engineers to lead047 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/048-timnit-gebru/artwork.svg b/public/releases/v2/women/048-timnit-gebru/artwork.svg new file mode 100644 index 00000000..67d20f1b --- /dev/null +++ b/public/releases/v2/women/048-timnit-gebru/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/women/048-timnit-gebru/back.png b/public/releases/v2/women/048-timnit-gebru/back.png new file mode 100644 index 00000000..72d1519b Binary files /dev/null and b/public/releases/v2/women/048-timnit-gebru/back.png differ diff --git a/public/releases/v2/women/048-timnit-gebru/back.svg b/public/releases/v2/women/048-timnit-gebru/back.svg new file mode 100644 index 00000000..0343cc99 --- /dev/null +++ b/public/releases/v2/women/048-timnit-gebru/back.svg @@ -0,0 +1 @@ +Timnit Gebru — Open Source Legends v2WOMEN IN TECH / V2Timnit GebruTHE CONTRIBUTIONCo-authored Gender Shades with Joy Buolamwini, measuringcommercial face recognition error rates that reached 34percent for darker-skinned women against near zero forlighter-skinned men, which forced public changes from IBMand Microsoft. Co-led Google’s ethical AI team until herexit over the Stochastic Parrots paper, then founded DAIRto do the research outside a company.PROJECTS / DOMAINSAlgorithmic bias · AI ethics · Research independencePROVENANCE3 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.048 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/048-timnit-gebru/front.png b/public/releases/v2/women/048-timnit-gebru/front.png new file mode 100644 index 00000000..52981271 Binary files /dev/null and b/public/releases/v2/women/048-timnit-gebru/front.png differ diff --git a/public/releases/v2/women/048-timnit-gebru/front.svg b/public/releases/v2/women/048-timnit-gebru/front.svg new file mode 100644 index 00000000..ae3bc844 --- /dev/null +++ b/public/releases/v2/women/048-timnit-gebru/front.svg @@ -0,0 +1 @@ +Timnit Gebru — Open Source Legends v2WOMEN IN TECH / V2Timnit GebruStochastic ParrotsThe paper Google fired her over, and DAIR048 / ICONIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/049-joy-buolamwini/artwork.svg b/public/releases/v2/women/049-joy-buolamwini/artwork.svg new file mode 100644 index 00000000..002da062 --- /dev/null +++ b/public/releases/v2/women/049-joy-buolamwini/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/women/049-joy-buolamwini/back.png b/public/releases/v2/women/049-joy-buolamwini/back.png new file mode 100644 index 00000000..d40d971d Binary files /dev/null and b/public/releases/v2/women/049-joy-buolamwini/back.png differ diff --git a/public/releases/v2/women/049-joy-buolamwini/back.svg b/public/releases/v2/women/049-joy-buolamwini/back.svg new file mode 100644 index 00000000..31044c5b --- /dev/null +++ b/public/releases/v2/women/049-joy-buolamwini/back.svg @@ -0,0 +1 @@ +Joy Buolamwini — Open Source Legends v2WOMEN IN TECH / V2Joy BuolamwiniTHE CONTRIBUTIONFound as an MIT student that face detection would not seeher face until she put on a white mask, and turned thatinto Gender Shades, a systematic audit of commercialclassifiers by skin tone and gender. Founded theAlgorithmic Justice League. The work fed directly intomoratoria on police use of face recognition in several UScities.PROJECTS / DOMAINSAlgorithmic auditing · Computer vision · PolicyPROVENANCE2 references. NicheDB: not-found. Sources and metadata accompany this cardin cards.json.049 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/049-joy-buolamwini/front.png b/public/releases/v2/women/049-joy-buolamwini/front.png new file mode 100644 index 00000000..f4784efc Binary files /dev/null and b/public/releases/v2/women/049-joy-buolamwini/front.png differ diff --git a/public/releases/v2/women/049-joy-buolamwini/front.svg b/public/releases/v2/women/049-joy-buolamwini/front.svg new file mode 100644 index 00000000..c2b42c57 --- /dev/null +++ b/public/releases/v2/women/049-joy-buolamwini/front.svg @@ -0,0 +1 @@ +Joy Buolamwini — Open Source Legends v2WOMEN IN TECH / V2Joy BuolamwiniGender ShadesAuditing face recognition, and being invisible to it049 / LEGENDARY / CONTRIBUTION STUDY \ No newline at end of file diff --git a/public/releases/v2/women/050-margaret-mitchell/artwork.svg b/public/releases/v2/women/050-margaret-mitchell/artwork.svg new file mode 100644 index 00000000..d0010467 --- /dev/null +++ b/public/releases/v2/women/050-margaret-mitchell/artwork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/releases/v2/women/050-margaret-mitchell/back.png b/public/releases/v2/women/050-margaret-mitchell/back.png new file mode 100644 index 00000000..bd47b590 Binary files /dev/null and b/public/releases/v2/women/050-margaret-mitchell/back.png differ diff --git a/public/releases/v2/women/050-margaret-mitchell/back.svg b/public/releases/v2/women/050-margaret-mitchell/back.svg new file mode 100644 index 00000000..36489fb2 --- /dev/null +++ b/public/releases/v2/women/050-margaret-mitchell/back.svg @@ -0,0 +1 @@ +Margaret Mitchell — Open Source Legends v2WOMEN IN TECH / V2Margaret MitchellTHE CONTRIBUTIONFounded and co-led Google’s ethical AI team, andfirst-authored Model Cards for Model Reporting, whichproposed that a released model should ship with a documentstating its intended use, its evaluation data and where itperforms worse. Hugging Face made model cards a default.She was fired alongside Gebru and is now chief ethicsscientist at Hugging Face.PROJECTS / DOMAINSModel documentation · AI ethics · EvaluationPROVENANCE2 references. NicheDB: unconfirmed. Sources and metadata accompany thiscard in cards.json.050 / EDITION 2 / ARTWORK IS AN ORIGINAL INTERPRETATION \ No newline at end of file diff --git a/public/releases/v2/women/050-margaret-mitchell/front.png b/public/releases/v2/women/050-margaret-mitchell/front.png new file mode 100644 index 00000000..5e759e06 Binary files /dev/null and b/public/releases/v2/women/050-margaret-mitchell/front.png differ diff --git a/public/releases/v2/women/050-margaret-mitchell/front.svg b/public/releases/v2/women/050-margaret-mitchell/front.svg new file mode 100644 index 00000000..66be6f89 --- /dev/null +++ b/public/releases/v2/women/050-margaret-mitchell/front.svg @@ -0,0 +1 @@ +Margaret Mitchell — Open Source Legends v2WOMEN IN TECH / V2Margaret MitchellModel CardsDocumentation standards for models, and refusing to stop asking050 / EPIC / CONTRIBUTION STUDY \ No newline at end of file diff --git a/scripts/release-v2.mjs b/scripts/release-v2.mjs index 6917d979..f2e175e3 100644 --- a/scripts/release-v2.mjs +++ b/scripts/release-v2.mjs @@ -15,6 +15,8 @@ const HELP = `Open Source Legends v2 — native SVG art and sourced NicheDB meta node scripts/release-v2.mjs [build|validate|activate] [options] --dry-run Print the exact roster/config; no writes or API calls + --background Persist and poll long-running Astra requests + --concurrency N Cards to build at once (1–64; default 1) --series all|legends|hacking|security|gods|women|ceos (comma-separated) --only 1,2 Card numbers, with exactly one series --limit N Build a proof subset (requires --allow-partial to activate) @@ -40,7 +42,7 @@ it does not create a git tag, GitHub release, merge, or deploy the site. export function optionsFrom(argv, env = process.env, root = ROOT) { const { values, positionals } = parseArgs({ args: argv, allowPositionals: true, options: { series: { type: 'string', default: 'all' }, only: { type: 'string' }, limit: { type: 'string' }, format: { type: 'string', default: 'svg' }, out: { type: 'string' }, - 'dry-run': { type: 'boolean' }, 'png-fallback': { type: 'boolean' }, 'png-copies': { type: 'boolean' }, offline: { type: 'boolean' }, + 'dry-run': { type: 'boolean' }, background: { type: 'boolean' }, concurrency: { type: 'string', default: '1' }, 'png-fallback': { type: 'boolean' }, 'png-copies': { type: 'boolean' }, offline: { type: 'boolean' }, 'allow-missing-metadata': { type: 'boolean' }, force: { type: 'boolean' }, 'allow-partial': { type: 'boolean' }, help: { type: 'boolean' }, } }); const command = positionals[0] ?? 'build'; @@ -51,6 +53,8 @@ export function optionsFrom(argv, env = process.env, root = ROOT) { if (values.only !== undefined && (series.length !== 1 || only.some((n) => !Number.isSafeInteger(n) || n < 1))) throw new Error('--only requires positive card numbers and one series'); const limit = values.limit === undefined ? null : Number(values.limit); if (limit !== null && (!Number.isSafeInteger(limit) || limit < 1)) throw new Error('--limit must be a positive integer'); + const concurrency = Number(values.concurrency); + if (!Number.isSafeInteger(concurrency) || concurrency < 1 || concurrency > 64) throw new Error('--concurrency must be an integer from 1 to 64'); if (!['svg', 'png'].includes(values.format)) throw new Error('--format must be svg or png'); const effort = env.OPENAI_REASONING_EFFORT ?? 'xhigh'; if (!['low', 'medium', 'high', 'xhigh', 'max'].includes(effort)) throw new Error('Invalid OPENAI_REASONING_EFFORT (extra-high is xhigh)'); @@ -63,7 +67,7 @@ export function optionsFrom(argv, env = process.env, root = ROOT) { const maxOutputTokens = Number(env.OPENAI_MAX_OUTPUT_TOKENS ?? 48000); if (!Number.isSafeInteger(maxOutputTokens) || maxOutputTokens < 1024 || maxOutputTokens > 128000) throw new Error('OPENAI_MAX_OUTPUT_TOKENS must be 1024–128000'); return { root, command, help: values.help, series, only, limit, format: values.format, out: path.resolve(root, values.out ?? 'dist/releases/v2'), - dryRun: !!values['dry-run'], pngFallback: !!values['png-fallback'], pngCopies: !!values['png-copies'], offline: !!values.offline, + dryRun: !!values['dry-run'], background: !!values.background, concurrency, pngFallback: !!values['png-fallback'], pngCopies: !!values['png-copies'], offline: !!values.offline, allowMissingMetadata: !!values['allow-missing-metadata'], force: !!values.force, allowPartial: !!values['allow-partial'], apiKey: env.OPENAI_API_KEY, nicheKey: env.NICHEDB_API_KEY, textModel: env.OPENAI_TEXT_MODEL ?? 'gpt-6-astra', imageModel: env.OPENAI_IMAGE_MODEL ?? 'gpt-image-2', effort, apiBase, nicheBase, maxOutputTokens }; } @@ -173,14 +177,29 @@ export async function buildRelease(options, deps = {}) { } const manifest = { ...plan, status: 'incomplete', startedAt: new Date().toISOString(), records: [], failures: [] }; await atomicWrite(manifestFile, manifest); - for (const [index, card] of selected.entries()) { - try { - const { resumed, ...record } = await buildCard(card, options, deps); - manifest.records.push(record); - console.log(`[${index + 1}/${selected.length}] ${resumed ? 'resumed' : 'built'} ${card.id} (${record.art.format}; NicheDB ${record.card.research.status})`); - } catch (error) { manifest.failures.push({ id: card.id, error: error.message }); console.error(`${card.id}: ${error.message}`); } - await atomicWrite(manifestFile, manifest); - } + const records = new Array(selected.length); + let nextIndex = 0; + let writes = Promise.resolve(); + const worker = async () => { + while (nextIndex < selected.length) { + const index = nextIndex++; + const card = selected[index]; + try { + const { resumed, ...record } = await buildCard(card, options, deps); + records[index] = record; + console.log(`[${index + 1}/${selected.length}] ${resumed ? 'resumed' : 'built'} ${card.id} (${record.art.format}; NicheDB ${record.card.research.status})`); + } catch (error) { manifest.failures.push({ id: card.id, error: error.message }); console.error(`${card.id}: ${error.message}`); } + // Serialize manifest writes and preserve roster order despite completion order. + writes = writes.then(async () => { + manifest.records = records.filter(Boolean); + await atomicWrite(manifestFile, manifest); + }); + await writes; + } + }; + const workers = await Promise.allSettled(Array.from({ length: Math.min(options.concurrency ?? 1, selected.length) }, worker)); + const failedWorker = workers.find((result) => result.status === 'rejected'); + if (failedWorker) throw failedWorker.reason; const cards = manifest.records.map((r) => r.card); await atomicWrite(path.join(options.out, 'cards.json'), { schemaVersion: 2, edition: 2, cards }); await atomicWrite(path.join(options.out, 'index.html'), reviewHTML(cards)); diff --git a/scripts/v2/providers.mjs b/scripts/v2/providers.mjs index e3dba55a..1ec6d8c3 100644 --- a/scripts/v2/providers.mjs +++ b/scripts/v2/providers.mjs @@ -1,4 +1,6 @@ -import { artPrompt, matchRecords, safeURL, validateSVG } from './core.mjs'; +import fs from 'node:fs/promises'; +import path from 'node:path'; +import { artPrompt, atomicWrite, hash, matchRecords, safeURL, validateSVG } from './core.mjs'; export async function requestJSON(url, init = {}, { fetcher = fetch, retries = 3, timeout = 240_000, pause = (ms) => new Promise((r) => setTimeout(r, ms)) } = {}) { for (let attempt = 0; ; attempt++) { @@ -46,10 +48,42 @@ export async function researchCard(card, options, deps = {}) { } function openAI(options, endpoint, body, deps) { + if (endpoint === 'responses' && options.background) return backgroundResponse(options, body, deps); return requestJSON(`${options.apiBase}/${endpoint}`, { method: 'POST', headers: { Authorization: `Bearer ${options.apiKey}`, 'Content-Type': 'application/json' }, body: JSON.stringify(body), }, deps); } + +// Persist the remote request before polling, so a restart retrieves the same +// paid generation. These working files never enter the published release. +export async function backgroundResponse(options, body, deps = {}) { + const request = { ...body, background: true, store: true }; + const file = path.join(options.out, '.requests', `${hash({ apiBase: options.apiBase, request })}.json`); + let saved; + try { if (!options.force) saved = JSON.parse(await fs.readFile(file, 'utf8')); } + catch (error) { if (error.code !== 'ENOENT') throw error; } + let response = saved?.response; + if (response && !/^resp_[a-zA-Z0-9_-]+$/.test(response.id ?? '')) throw new Error('Invalid background response checkpoint'); + if (!response) { + response = await requestJSON(`${options.apiBase}/responses`, { + method: 'POST', headers: { Authorization: `Bearer ${options.apiKey}`, 'Content-Type': 'application/json' }, body: JSON.stringify(request), + }, { ...deps, timeout: 60_000, retries: 0 }); + if (!/^resp_[a-zA-Z0-9_-]+$/.test(response.id ?? '')) throw new Error('Background API returned no valid response ID'); + await atomicWrite(file, { response }); + console.log(`Submitted background artwork ${response.id}`); + } + const pause = deps.pause ?? ((ms) => new Promise((resolve) => setTimeout(resolve, ms))); + const started = Date.now(); + while (['queued', 'in_progress'].includes(response.status)) { + if (Date.now() - started > 30 * 60_000) throw new Error(`Artwork ${response.id} is still running; re-run to resume polling`); + await pause(5000); + response = await requestJSON(`${options.apiBase}/responses/${encodeURIComponent(response.id)}`, { + headers: { Authorization: `Bearer ${options.apiKey}` }, + }, { ...deps, timeout: 60_000 }); + await atomicWrite(file, { response }); + } + return response; +} function responseText(response) { if (response.status !== 'completed') throw new Error(`Astra response ${response.status ?? 'missing status'}: ${response.incomplete_details?.reason ?? 'not completed'}`); const content = (response.output ?? []).flatMap((item) => item.content ?? []); diff --git a/scripts/v2/release.test.mjs b/scripts/v2/release.test.mjs index 683c52dd..2ddbe5c2 100644 --- a/scripts/v2/release.test.mjs +++ b/scripts/v2/release.test.mjs @@ -25,7 +25,7 @@ test('CLI defaults and identifiers; rejects typos, unsafe bases and invalid scop const o = options('/tmp/example'); assert.equal(o.format, 'svg'); assert.equal(o.textModel, 'gpt-6-astra'); assert.equal(o.effort, 'xhigh'); assert.equal(o.imageModel, 'gpt-image-2'); assert.ok(!JSON.stringify(publicConfig(o)).includes('test-not-a-real-key')); - for (const args of [['--limit', '0'], ['--format', 'pdf'], ['--seriez', 'legends'], ['--only', 'no'], ['--series', 'all', '--only', '2']]) assert.throws(() => options('/tmp/example', args)); + for (const args of [['--concurrency', '0'], ['--concurrency', '65'], ['--concurrency', '1.5'], ['--limit', '0'], ['--format', 'pdf'], ['--seriez', 'legends'], ['--only', 'no'], ['--series', 'all', '--only', '2']]) assert.throws(() => options('/tmp/example', args)); assert.throws(() => options('/tmp/example', [], { OPENAI_BASE_URL: 'http://example.com/v1' })); }); test('NicheDB requires person identity plus corroboration, excluding mixed search results', () => { @@ -75,6 +75,59 @@ test('PNG fallback is opt-in, runs after failed SVG repair, and does not retry a await assert.rejects(generateArt(CARD, RESEARCH, o, { fetcher: async () => { refused++; return reply({ status: 'completed', output: [{ content: [{ type: 'refusal' }] }] }); } }), /declined/); assert.equal(refused, 1); }); +test('background generation resumes the same paid request after polling fails and caches completed output', async (t) => { + const out = await temp(t); + const o = options(out, ['--background']); + let posts = 0; let gets = 0; let unavailable = true; + const deps = { pause: async () => {}, fetcher: async (url, init) => { + if (init.method === 'POST') { + posts++; + const body = JSON.parse(init.body); + assert.equal(body.background, true); assert.equal(body.store, true); + assert.equal(body.model, 'gpt-6-astra'); assert.equal(body.reasoning.effort, 'xhigh'); + return reply({ id: 'resp_test', status: 'queued' }); + } + gets++; assert.match(url, /\/responses\/resp_test$/); + return unavailable ? reply({}, 503) : textReply(VECTOR); + } }; + await assert.rejects(generateArt(CARD, RESEARCH, o, deps), /HTTP 503/); + assert.equal(posts, 1); + unavailable = false; + assert.equal((await generateArt(CARD, RESEARCH, o, deps)).format, 'svg'); + assert.equal(posts, 1); + const polled = gets; + await generateArt(CARD, RESEARCH, o, deps); + assert.equal(posts, 1); assert.equal(gets, polled); + await generateArt(CARD, RESEARCH, { ...o, force: true }, deps); + assert.equal(posts, 2); +}); +test('background submission does not retry an ambiguous network failure', async (t) => { + let posts = 0; + await assert.rejects(generateArt(CARD, RESEARCH, options(await temp(t), ['--background']), { + fetcher: async () => { posts++; throw new TypeError('network disconnected'); }, pause: async () => {}, + }), /Request failed/); + assert.equal(posts, 1); +}); +test('concurrent builds preserve roster order and resume only failed cards', async (t) => { + const out = await temp(t); let active = 0; let peak = 0; let fail = true; + const roster = Array.from({ length: 6 }, (_, i) => ({ ...CARD, id: `legends/00${i + 1}-person-${i + 1}`, number: i + 1, slug: `person-${i + 1}` })); + const calls = []; + const deps = { ...dependencies, load: async () => roster, art: async (c) => { + calls.push(c.id); active++; peak = Math.max(peak, active); + await new Promise((resolve) => setTimeout(resolve, (7 - c.number) * 5)); + active--; + if (c.number === 2 && fail) throw new Error('temporary card failure'); + return art(); + } }; + const o = options(out, ['--concurrency', '3']); + await assert.rejects(buildRelease(o, deps), /incomplete/); + assert.equal(peak, 3); + fail = false; + const release = await buildRelease(o, deps); + assert.deepEqual(release.records.map((r) => r.card.id), roster.map((c) => c.id)); + assert.equal(calls.length, 7); + await validateRelease(out); +}); test('dry-run makes no writes or remote calls', async (t) => { const dir = await temp(t); const out = path.join(dir, 'does-not-exist'); const plan = await buildRelease(options(out, ['--dry-run']), { load: dependencies.load, research: () => assert.fail('network called'), art: () => assert.fail('generation called') }); diff --git a/src/app/gods-of-ai/page.tsx b/src/app/gods-of-ai/page.tsx index 120ccda3..470af4df 100644 --- a/src/app/gods-of-ai/page.tsx +++ b/src/app/gods-of-ai/page.tsx @@ -43,15 +43,14 @@ const CRITERIA = [ body: 'Every card links the artefact behind the claim — the arXiv entry, the GitHub repository, the prize citation. If we cannot link it, it does not go on the card.', }, { - tag: 'Real faces', - head: 'No invented likenesses', - body: 'A portrait is painted from an identified photograph of that person, credited to the photographer or the source. Where none exists, the card carries no face rather than a fabrication.', + tag: 'Original art', + head: 'Inspired by the work', + body: 'Edition 2 uses original illustrations inspired by each person’s contributions. Each card pairs an interpretation of their work with a documented biography and sources.', }, ]; export default function GodsOfAiPage() { const pct = Math.round((draftedCount / totalPlanned) * 100); - const faceless = totalPlanned - illustratedCount; return ( <> @@ -71,11 +70,8 @@ export default function GodsOfAiPage() { deliberately toward those who gave the work away.

- Every portrait here is painted from a real, identified photograph, and the - source is credited on the card.{' '} - {faceless > 0 - ? `${faceless} of the ${totalPlanned} have no photograph we could verify, so those cards carry no face rather than an invented one. Point us at a licensed photo and that changes.` - : 'All of them have one.'} + Edition 2 pairs each person with original artwork inspired by their contributions. + Explore the card pages for the illustrations, biographies and sources behind the set.

@@ -108,7 +104,7 @@ export default function GodsOfAiPage() { {lockedCount}/{totalPlanned}
- Portraits from a verified photo + Artwork rendered

What ships next

    - {faceless > 0 && ( -
  1. - Find licensed photographs for the {faceless} cards with no face. Pointers - are as welcome as pull requests. -
  2. - )} +
  3. Review the new artwork and the sources behind each contribution.
  4. Take nominations and re-cut any slot the argument goes against.
  5. Re-render any card whose copy or stat line changes in review.
  6. Print run and packs, alongside the open-licensed downloads.
  7. diff --git a/src/app/page.tsx b/src/app/page.tsx index ade817a1..d70a57fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -142,7 +142,7 @@ export default function Home() { reinforcement learning, plus the people who wrote the frameworks, kernels and quantisers the field runs on. {architects.length} cards, scored explicitly on how much they gave away, {aiIllustrated} of {aiTotal}{' '} - illustrated from real photographs. + illustrated with original artwork inspired by their contributions.

@@ -163,8 +163,8 @@ export default function Home() { One hundred and eighty years of it: the first compiler, the first assembler, the ARM instruction set, the Apollo guidance software, and the code of conduct in your repository. {builders.length} cards, {wIllustrated} of{' '} - {wTotal} illustrated from real photographs. Series One has forty-seven cards - and no women on any of them, which is the reason this set exists. + {wTotal} illustrated with original artwork inspired by their contributions. + Series One has forty-seven cards and no women on any of them, which is the reason this set exists.

@@ -186,7 +186,7 @@ export default function Home() { person who decided it would be built, and whether it would be given away: the billion dollars IBM put behind Linux, Java under the GPL, the GitHub acquisition. {executives.length} cards, {cIllustrated} of {cTotal}{' '} - illustrated from real photographs. + illustrated with original artwork inspired by their contributions.

diff --git a/src/app/security-professionals/page.tsx b/src/app/security-professionals/page.tsx index 24db57b9..5fa6ed09 100644 --- a/src/app/security-professionals/page.tsx +++ b/src/app/security-professionals/page.tsx @@ -43,9 +43,9 @@ const CRITERIA = [ body: 'Series Two documents the people who broke things. This one documents the people whose job was to hold. A name in Hacking Legends cannot also be here.', }, { - tag: 'Real faces', - head: 'No invented likenesses', - body: 'A portrait is painted from an identified photograph of that person, credited to the photographer. Where no properly licensed photo exists, the card carries no face. An earlier version of this set generated faces from text alone; those were fabrications and they were withdrawn.', + tag: 'Original art', + head: 'Inspired by the work', + body: 'Edition 2 uses original illustrations inspired by each person’s contributions. Each card pairs an interpretation of their work with a documented biography and sources.', }, ]; @@ -70,11 +70,8 @@ export default function SecurityProfessionalsPage() { line rather than crossing it.

- Every portrait here is painted from a real, identified photograph of the person, - and the photographer is credited on the card. {totalPlanned - illustratedCount} of - the {totalPlanned} have no freely-licensed photograph we could find, so those cards - carry no face rather than an invented one. If you can point us at a properly - licensed photo of someone, that is the single most useful thing you can contribute. + Edition 2 pairs each person with original artwork inspired by their contributions. + Explore the card pages for the illustrations, biographies and sources behind the set.

@@ -107,7 +104,7 @@ export default function SecurityProfessionalsPage() { {lockedCount}/{totalPlanned}
- Portraits from a verified photo + Artwork rendered

What ships next

    -
  1. - Find licensed photographs for the {totalPlanned - illustratedCount} cards with - no face. Pull requests welcome, and so are pointers. -
  2. +
  3. Review the new artwork and the sources behind each contribution.
  4. Take nominations and re-cut any slot the argument goes against.
  5. Re-render any card whose copy or stat line changes in review.
  6. Print run and packs, alongside the open-licensed downloads.
  7. diff --git a/src/app/tech-ceos/page.tsx b/src/app/tech-ceos/page.tsx index 2827af8c..33a117b2 100644 --- a/src/app/tech-ceos/page.tsx +++ b/src/app/tech-ceos/page.tsx @@ -52,7 +52,6 @@ const CRITERIA = [ export default function TechCeosPage() { const pct = Math.round((draftedCount / totalPlanned) * 100); - const faceless = totalPlanned - illustratedCount; return ( <> @@ -107,7 +106,7 @@ export default function TechCeosPage() { {lockedCount}/{totalPlanned}
- Portraits from a verified photo + Artwork rendered

What ships next

    - {faceless > 0 && ( -
  1. - Find a verifiable photograph for the {faceless === 1 ? 'one card' : `${faceless} cards`} with - no face. A profile picture on an account we cannot tie to a real name does - not count. -
  2. - )} +
  3. Review the new artwork and the sources behind each contribution.
  4. Take nominations and re-cut any slot the argument goes against.
  5. Re-render any card whose copy or stat line changes in review.
  6. Print run and packs, alongside the open-licensed downloads.
  7. diff --git a/src/app/women-in-tech/page.tsx b/src/app/women-in-tech/page.tsx index 7c013d39..c4e865b1 100644 --- a/src/app/women-in-tech/page.tsx +++ b/src/app/women-in-tech/page.tsx @@ -44,15 +44,14 @@ const CRITERIA = [ body: 'Every card links the artefact behind the claim. Several of these careers were classified, uncredited or attributed to someone else at the time, which is noted where it applies.', }, { - tag: 'Real faces', - head: 'No invented likenesses', - body: 'A portrait is painted from an identified photograph, credited to its source. Where no usable photograph exists the card carries no face. That rule costs this set six portraits.', + tag: 'Original art', + head: 'Inspired by the work', + body: 'Edition 2 uses original illustrations inspired by each person’s contributions. Each card pairs an interpretation of their work with a documented biography and sources.', }, ]; export default function WomenInTechPage() { const pct = Math.round((draftedCount / totalPlanned) * 100); - const faceless = totalPlanned - illustratedCount; return ( <> @@ -106,7 +105,7 @@ export default function WomenInTechPage() { {lockedCount}/{totalPlanned}
- Portraits from a verified photo + Artwork rendered

What ships next

    - {faceless > 0 && ( -
  1. - Find usable photographs for the {faceless} cards with no face. For the - wartime and ENIAC entries this may not be possible at all. -
  2. - )} +
  3. Review the new artwork and the sources behind each contribution.
  4. Take nominations and re-cut any slot the argument goes against.
  5. Re-render any card whose copy or stat line changes in review.
  6. Print run and packs, alongside the open-licensed downloads.
  7. diff --git a/src/data/ai.ts b/src/data/ai.ts index 3f06efef..905f7aa3 100644 --- a/src/data/ai.ts +++ b/src/data/ai.ts @@ -51,8 +51,8 @@ export const architects: Architect[] = [ 'Co-authored the 1986 paper that made backpropagation practical, then spent the AI winter insisting neural networks would work while the field moved on. Was proved right in 2012 when his students won ImageNet by a margin nobody could argue with. Shared the 2018 Turing Award and the 2024 Nobel Prize in Physics, and left Google to speak freely about the risks.', note: 'The whole field is downstream of one person refusing to change his mind.', status: 'locked', - front: '/cards/gods/001-geoffrey-hinton-front.png', - back: '/cards/gods/001-geoffrey-hinton-back.png', + front: "/releases/v2/gods/001-geoffrey-hinton/front.svg", + back: "/releases/v2/gods/001-geoffrey-hinton/back.svg", sources: [ { label: 'Geoffrey Hinton', url: 'https://en.wikipedia.org/wiki/Geoffrey_Hinton' }, { label: 'ACM A.M. Turing Award 2018', url: 'https://amturing.acm.org/award_winners/hinton_4791679.cfm' }, @@ -77,8 +77,8 @@ export const architects: Architect[] = [ 'Built LeNet in the late 1980s and had convolutional networks reading cheques at industrial scale while the rest of the field doubted them. Shared the 2018 Turing Award. As Meta’s chief AI scientist he has been the loudest senior voice for releasing weights rather than gatekeeping them, which is a large part of why open-weight models exist at all.', note: 'The open-weight ecosystem has one very stubborn advocate to thank.', status: 'locked', - front: '/cards/gods/002-yann-lecun-front.png', - back: '/cards/gods/002-yann-lecun-back.png', + front: "/releases/v2/gods/002-yann-lecun/front.svg", + back: "/releases/v2/gods/002-yann-lecun/back.svg", sources: [ { label: 'Yann LeCun', url: 'https://en.wikipedia.org/wiki/Yann_LeCun' }, { label: 'Gradient-Based Learning Applied to Document Recognition (1998)', url: 'http://yann.lecun.com/exdb/publis/pdf/lecun-98.pdf' }, @@ -103,8 +103,8 @@ export const architects: Architect[] = [ 'Third of the 2018 Turing Award trio, and the one who stayed in the university. Founded MILA, whose lab produced Theano — the framework a generation of researchers learned on before TensorFlow and PyTorch existed. Co-authored the Deep Learning textbook, and now chairs international scientific reporting on AI risk.', note: 'Kept the research public when the money was arguing for the opposite.', status: 'locked', - front: '/cards/gods/003-yoshua-bengio-front.png', - back: '/cards/gods/003-yoshua-bengio-back.png', + front: "/releases/v2/gods/003-yoshua-bengio/front.svg", + back: "/releases/v2/gods/003-yoshua-bengio/back.svg", sources: [ { label: 'Yoshua Bengio', url: 'https://en.wikipedia.org/wiki/Yoshua_Bengio' }, { label: 'Mila — Quebec AI Institute', url: 'https://mila.quebec/en' }, @@ -129,8 +129,8 @@ export const architects: Architect[] = [ 'With Sepp Hochreiter published long short-term memory in 1997, the architecture that made sequence learning work and which ran speech recognition and translation on a billion phones before transformers arrived. Also did early work on meta-learning, artificial curiosity and GAN-adjacent ideas, and is famous for pointing out, at length, when the field forgets its own history.', note: 'Difficult, frequently correct, and the priority disputes are usually worth reading.', status: 'locked', - front: '/cards/gods/004-jurgen-schmidhuber-front.png', - back: '/cards/gods/004-jurgen-schmidhuber-back.png', + front: "/releases/v2/gods/004-jurgen-schmidhuber/front.svg", + back: "/releases/v2/gods/004-jurgen-schmidhuber/back.svg", sources: [ { label: 'Jürgen Schmidhuber', url: 'https://en.wikipedia.org/wiki/J%C3%BCrgen_Schmidhuber' }, { label: 'Long Short-Term Memory (1997)', url: 'https://www.bioinf.jku.at/publications/older/2604.pdf' }, @@ -155,8 +155,8 @@ export const architects: Architect[] = [ 'Invented temporal-difference learning and co-wrote Reinforcement Learning: An Introduction, the textbook the whole field learned from and which is free online. His 2019 essay “The Bitter Lesson” — that general methods plus compute beat handcrafted human knowledge — has become the most-cited two pages in modern AI. Shared the 2024 Turing Award.', note: 'Wrote the shortest, most annoying, most consistently vindicated thing in AI.', status: 'locked', - front: '/cards/gods/005-rich-sutton-front.png', - back: '/cards/gods/005-rich-sutton-back.png', + front: "/releases/v2/gods/005-rich-sutton/front.svg", + back: "/releases/v2/gods/005-rich-sutton/back.svg", sources: [ { label: 'Richard S. Sutton', url: 'https://en.wikipedia.org/wiki/Richard_S._Sutton' }, { label: 'Reinforcement Learning: An Introduction', url: 'http://incompleteideas.net/book/the-book.html' }, @@ -182,8 +182,8 @@ export const architects: Architect[] = [ 'With Sutton, built reinforcement learning into a coherent field from the actor-critic architecture onward, and co-wrote the textbook that defined it. His work tied machine learning back to animal learning and dopamine-driven reward prediction, which turned out to describe both. Shared the 2024 Turing Award.', note: 'The quieter half of the pair that gave machines a reason to try things.', status: 'locked', - front: '/cards/gods/006-andrew-barto-front.png', - back: '/cards/gods/006-andrew-barto-back.png', + front: "/releases/v2/gods/006-andrew-barto/front.svg", + back: "/releases/v2/gods/006-andrew-barto/back.svg", sources: [ { label: 'Andrew Barto', url: 'https://en.wikipedia.org/wiki/Andrew_Barto' }, { label: 'ACM A.M. Turing Award 2024', url: 'https://amturing.acm.org/award_winners/barto_1013210.cfm' }, @@ -208,8 +208,8 @@ export const architects: Architect[] = [ 'Made probabilistic reasoning tractable with Bayesian networks, then built the formal machinery of causal inference — do-calculus, counterfactuals, the ladder of causation. Turing Award, 2011. Spends much of his time arguing that systems which only fit correlations are missing the thing that makes reasoning work, an argument the scaling era has not settled.', note: 'The standing objection the field has not answered, only outrun.', status: 'locked', - front: '/cards/gods/007-judea-pearl-front.png', - back: '/cards/gods/007-judea-pearl-back.png', + front: "/releases/v2/gods/007-judea-pearl/front.svg", + back: "/releases/v2/gods/007-judea-pearl/back.svg", sources: [ { label: 'Judea Pearl', url: 'https://en.wikipedia.org/wiki/Judea_Pearl' }, { label: 'ACM A.M. Turing Award 2011', url: 'https://amturing.acm.org/award_winners/pearl_2658896.cfm' }, @@ -234,8 +234,8 @@ export const architects: Architect[] = [ 'Built ImageNet when the field believed better algorithms mattered more than more data, and gave it away. The 2012 competition on that dataset is the moment deep learning stopped being a minority position. Founded Stanford HAI, served as chief scientist of AI at Google Cloud, and has pushed hard on who gets a say in how this technology is built.', note: 'Proved the data was the bottleneck, then handed the data to everyone.', status: 'locked', - front: '/cards/gods/008-fei-fei-li-front.png', - back: '/cards/gods/008-fei-fei-li-back.png', + front: "/releases/v2/gods/008-fei-fei-li/front.svg", + back: "/releases/v2/gods/008-fei-fei-li/back.svg", sources: [ { label: 'Fei-Fei Li', url: 'https://en.wikipedia.org/wiki/Fei-Fei_Li' }, { label: 'ImageNet', url: 'https://www.image-net.org/' }, @@ -260,8 +260,8 @@ export const architects: Architect[] = [ 'Lead author of the 2017 paper that threw out recurrence and convolution and kept only attention. Every large language model since is a transformer, which makes those eight pages the most consequential architecture paper of the century so far. Later co-founded Adept and then Essential AI.', note: 'One paper, and the shape of every model you have used since.', status: 'locked', - front: '/cards/gods/009-ashish-vaswani-front.png', - back: '/cards/gods/009-ashish-vaswani-back.png', + front: "/releases/v2/gods/009-ashish-vaswani/front.svg", + back: "/releases/v2/gods/009-ashish-vaswani/back.svg", sources: [ { label: 'Attention Is All You Need (2017)', url: 'https://arxiv.org/abs/1706.03762' }, { label: 'Essential AI', url: 'https://www.essential.ai/' }, @@ -286,8 +286,8 @@ export const architects: Architect[] = [ 'Transformer co-author whose fingerprints are on most of what made the architecture fast: multi-query attention, sparsely-gated mixture-of-experts, the Mesh-TensorFlow work on model parallelism, and the T5 line. Left Google to found Character.AI, then returned to lead Gemini. Widely regarded as the best engineer in the room on making big models cheap.', note: 'Designed it, then spent a decade making it affordable to run.', status: 'locked', - front: '/cards/gods/010-noam-shazeer-front.png', - back: '/cards/gods/010-noam-shazeer-back.png', + front: "/releases/v2/gods/010-noam-shazeer/front.svg", + back: "/releases/v2/gods/010-noam-shazeer/back.svg", sources: [ { label: 'Attention Is All You Need (2017)', url: 'https://arxiv.org/abs/1706.03762' }, { label: 'Outrageously Large Neural Networks: Sparsely-Gated Mixture-of-Experts (2017)', url: 'https://arxiv.org/abs/1701.06538' }, @@ -312,8 +312,8 @@ export const architects: Architect[] = [ 'Transformer co-author who also built and released Tensor2Tensor, the open library that put a working transformer implementation in everyone’s hands within weeks of the paper, and later Trax. Moved to OpenAI to work on the reasoning-model line. The gap between publishing an architecture and everyone being able to run it was largely his to close.', note: 'The paper made it famous; the repo made it everyone’s.', status: 'locked', - front: '/cards/gods/011-lukasz-kaiser-front.png', - back: '/cards/gods/011-lukasz-kaiser-back.png', + front: "/releases/v2/gods/011-lukasz-kaiser/front.svg", + back: "/releases/v2/gods/011-lukasz-kaiser/back.svg", sources: [ { label: 'Attention Is All You Need (2017)', url: 'https://arxiv.org/abs/1706.03762' }, { label: 'Tensor2Tensor', url: 'https://github.com/tensorflow/tensor2tensor' }, @@ -338,8 +338,8 @@ export const architects: Architect[] = [ 'Was an intern when he became a co-author on Attention Is All You Need. Co-founded FOR.ai and then Cohere, building large language models for enterprises, and Cohere Labs has released open-weight multilingual models including the Aya family with a strong emphasis on languages the field usually ignores.', note: 'Went from intern on the paper to running a lab built on it.', status: 'locked', - front: '/cards/gods/012-aidan-gomez-front.png', - back: '/cards/gods/012-aidan-gomez-back.png', + front: "/releases/v2/gods/012-aidan-gomez/front.svg", + back: "/releases/v2/gods/012-aidan-gomez/back.svg", sources: [ { label: 'Attention Is All You Need (2017)', url: 'https://arxiv.org/abs/1706.03762' }, { label: 'Cohere Labs', url: 'https://cohere.com/research' }, @@ -364,8 +364,8 @@ export const architects: Architect[] = [ 'Wrote the CUDA code that trained AlexNet on two consumer GPUs and won ImageNet 2012 by a margin so large it settled the question of whether deep learning worked. Released cuda-convnet so others could reproduce it. Also assembled CIFAR-10 and CIFAR-100, which remain the default first datasets for anyone learning the field.', note: 'Hand-wrote the kernels that started the modern era, then went quiet.', status: 'locked', - front: '/cards/gods/013-alex-krizhevsky-front.png', - back: '/cards/gods/013-alex-krizhevsky-back.png', + front: "/releases/v2/gods/013-alex-krizhevsky/front.svg", + back: "/releases/v2/gods/013-alex-krizhevsky/back.svg", sources: [ { label: 'Alex Krizhevsky', url: 'https://en.wikipedia.org/wiki/Alex_Krizhevsky' }, { label: 'ImageNet Classification with Deep CNNs (2012)', url: 'https://proceedings.neurips.cc/paper/2012/file/c399862d3b9d6b76c8436e924a68c45b-Paper.pdf' }, @@ -390,8 +390,8 @@ export const architects: Architect[] = [ 'Co-author of AlexNet, then of sequence-to-sequence learning, then co-founder and chief scientist of OpenAI through the GPT series. The through-line of his career is a conviction that scale plus the right objective gets you most of the way, held earlier and harder than almost anyone. Left in 2024 to found Safe Superintelligence.', note: 'Bet on scale before it was obvious, three separate times.', status: 'locked', - front: '/cards/gods/014-ilya-sutskever-front.png', - back: '/cards/gods/014-ilya-sutskever-back.png', + front: "/releases/v2/gods/014-ilya-sutskever/front.svg", + back: "/releases/v2/gods/014-ilya-sutskever/back.svg", sources: [ { label: 'Ilya Sutskever', url: 'https://en.wikipedia.org/wiki/Ilya_Sutskever' }, { label: 'Sequence to Sequence Learning with Neural Networks (2014)', url: 'https://arxiv.org/abs/1409.3215' }, @@ -416,8 +416,8 @@ export const architects: Architect[] = [ 'Proposed generative adversarial networks in 2014 — two networks trained against each other — and gave image generation its first decade. Co-wrote the Deep Learning textbook with Bengio and Courville, which is free to read online, and did foundational work on adversarial examples that became its own subfield.', note: 'Two networks arguing, and suddenly machines could imagine.', status: 'locked', - front: '/cards/gods/015-ian-goodfellow-front.png', - back: '/cards/gods/015-ian-goodfellow-back.png', + front: "/releases/v2/gods/015-ian-goodfellow/front.svg", + back: "/releases/v2/gods/015-ian-goodfellow/back.svg", sources: [ { label: 'Ian Goodfellow', url: 'https://en.wikipedia.org/wiki/Ian_Goodfellow' }, { label: 'Generative Adversarial Networks (2014)', url: 'https://arxiv.org/abs/1406.2661' }, @@ -442,8 +442,8 @@ export const architects: Architect[] = [ 'Wrote FlashAttention, an IO-aware exact attention kernel that cut memory use enough to make long contexts practical, and released it openly — it is now in essentially every training stack in the world. Co-created the Mamba state space architecture with Albert Gu, also open. Chief scientist at Together AI and a Princeton professor.', note: 'If your context window is long, it is partly because of his CUDA.', status: 'locked', - front: '/cards/gods/016-tri-dao-front.png', - back: '/cards/gods/016-tri-dao-back.png', + front: "/releases/v2/gods/016-tri-dao/front.svg", + back: "/releases/v2/gods/016-tri-dao/back.svg", sources: [ { label: 'FlashAttention (2022)', url: 'https://arxiv.org/abs/2205.14135' }, { label: 'flash-attention on GitHub', url: 'https://github.com/Dao-AILab/flash-attention' }, @@ -468,8 +468,8 @@ export const architects: Architect[] = [ 'Developed structured state space models — S4 and its successors — showing that sequence modelling with linear-time scaling could compete with quadratic attention on long inputs. Co-created Mamba with Tri Dao and released it openly. The most serious architectural alternative to the transformer to come out of the last decade.', note: 'The only person with a real answer to "what comes after attention".', status: 'locked', - front: '/cards/gods/017-albert-gu-front.png', - back: '/cards/gods/017-albert-gu-back.png', + front: "/releases/v2/gods/017-albert-gu/front.svg", + back: "/releases/v2/gods/017-albert-gu/back.svg", sources: [ { label: 'Efficiently Modeling Long Sequences with Structured State Spaces (2021)', url: 'https://arxiv.org/abs/2111.00396' }, { label: 'Mamba (2023)', url: 'https://arxiv.org/abs/2312.00752' }, @@ -494,8 +494,8 @@ export const architects: Architect[] = [ 'First author on the original GPT paper, on GPT-2, on CLIP and on Whisper — an unusual concentration of foundational work in one person. DCGAN before that. Whisper was released openly with weights and remains the default speech recognition model for anyone who does not want to send audio to an API.', note: 'Four papers, four subfields. Almost no public profile.', status: 'locked', - front: '/cards/gods/018-alec-radford-front.png', - back: '/cards/gods/018-alec-radford-back.png', + front: "/releases/v2/gods/018-alec-radford/front.svg", + back: "/releases/v2/gods/018-alec-radford/back.svg", sources: [ { label: 'Improving Language Understanding by Generative Pre-Training (2018)', url: 'https://cdn.openai.com/research-covers/language-unsupervised/language_understanding_paper.pdf' }, { label: 'Whisper on GitHub', url: 'https://github.com/openai/whisper' }, @@ -520,8 +520,8 @@ export const architects: Architect[] = [ 'Led the AlphaGo work that beat Lee Sedol in 2016, a result the field had expected to be a decade away, then AlphaZero — which threw away the human games entirely and taught itself Go, chess and shogi from the rules. His RL lecture series, free on YouTube, taught the subject to a generation.', note: 'Showed that removing the human data made it stronger, not weaker.', status: 'locked', - front: '/cards/gods/019-david-silver-front.png', - back: '/cards/gods/019-david-silver-back.png', + front: "/releases/v2/gods/019-david-silver/front.svg", + back: "/releases/v2/gods/019-david-silver/back.svg", sources: [ { label: 'David Silver', url: 'https://en.wikipedia.org/wiki/David_Silver_(computer_scientist)' }, { label: 'Mastering the game of Go without human knowledge (2017)', url: 'https://www.nature.com/articles/nature24270' }, @@ -546,8 +546,8 @@ export const architects: Architect[] = [ 'Co-authored sequence-to-sequence learning and Pointer Networks, led AlphaStar to grandmaster level at StarCraft II — a far messier problem than board games — and is now a lead on Gemini. One of the few researchers whose career spans the pre-transformer, game-playing and frontier-model eras at the top of each.', note: 'Has been at the front of three different eras of the field.', status: 'locked', - front: '/cards/gods/020-oriol-vinyals-front.png', - back: '/cards/gods/020-oriol-vinyals-back.png', + front: "/releases/v2/gods/020-oriol-vinyals/front.svg", + back: "/releases/v2/gods/020-oriol-vinyals/back.svg", sources: [ { label: 'Oriol Vinyals', url: 'https://en.wikipedia.org/wiki/Oriol_Vinyals' }, { label: 'Grandmaster level in StarCraft II (2019)', url: 'https://www.nature.com/articles/s41586-019-1724-z' }, @@ -572,8 +572,8 @@ export const architects: Architect[] = [ 'Led AlphaFold 2, which solved a fifty-year-old grand challenge in biology to experimental accuracy. DeepMind then released the code and predicted structures for essentially every known protein, free, which is the part biologists actually talk about. Shared the 2024 Nobel Prize in Chemistry.', note: 'The strongest argument in the set that AI can just make a field better.', status: 'locked', - front: '/cards/gods/021-john-jumper-front.png', - back: '/cards/gods/021-john-jumper-back.png', + front: "/releases/v2/gods/021-john-jumper/front.svg", + back: "/releases/v2/gods/021-john-jumper/back.svg", sources: [ { label: 'John Jumper', url: 'https://en.wikipedia.org/wiki/John_Jumper' }, { label: 'Highly accurate protein structure prediction with AlphaFold (2021)', url: 'https://www.nature.com/articles/s41586-021-03819-2' }, @@ -598,8 +598,8 @@ export const architects: Architect[] = [ 'Co-founded DeepMind with Hassabis and Suleyman and is chief AGI scientist there. His doctoral work with Marcus Hutter produced a formal definition of machine intelligence, and he popularised the term AGI at a point when saying it out loud was a career risk. Has publicly held a rough timeline for human-level AI since 2011.', note: 'Was using the word AGI in public when it still got you laughed at.', status: 'locked', - front: '/cards/gods/022-shane-legg-front.png', - back: '/cards/gods/022-shane-legg-back.png', + front: "/releases/v2/gods/022-shane-legg/front.svg", + back: "/releases/v2/gods/022-shane-legg/back.svg", sources: [ { label: 'Shane Legg', url: 'https://en.wikipedia.org/wiki/Shane_Legg' }, { label: 'Universal Intelligence: A Definition of Machine Intelligence (2007)', url: 'https://arxiv.org/abs/0712.3329' }, @@ -624,8 +624,8 @@ export const architects: Architect[] = [ 'Chess prodigy, then games developer, then neuroscientist, then founder of DeepMind — the lab that produced DQN, AlphaGo, AlphaZero and AlphaFold. Shared the 2024 Nobel Prize in Chemistry for the last of those. Has been consistent for two decades that the point of building intelligence is to use it on science.', note: 'The rare lab founder who kept doing the research himself.', status: 'locked', - front: '/cards/gods/023-demis-hassabis-front.png', - back: '/cards/gods/023-demis-hassabis-back.png', + front: "/releases/v2/gods/023-demis-hassabis/front.svg", + back: "/releases/v2/gods/023-demis-hassabis/back.svg", sources: [ { label: 'Demis Hassabis', url: 'https://en.wikipedia.org/wiki/Demis_Hassabis' }, { label: 'Nobel Prize in Chemistry 2024', url: 'https://www.nobelprize.org/prizes/chemistry/2024/summary/' }, @@ -650,8 +650,8 @@ export const architects: Architect[] = [ 'Berkeley professor who moved deep RL out of simulators and onto physical robots, with apprenticeship learning, domain randomisation and the BAIR lab’s long run of open releases. Co-founded Covariant, and his Deep RL Bootcamp and course materials are freely available and are how a lot of people learned the subject.', note: 'The bridge between a policy that works in sim and an arm that works.', status: 'locked', - front: '/cards/gods/024-pieter-abbeel-front.png', - back: '/cards/gods/024-pieter-abbeel-back.png', + front: "/releases/v2/gods/024-pieter-abbeel/front.svg", + back: "/releases/v2/gods/024-pieter-abbeel/back.svg", sources: [ { label: 'Pieter Abbeel', url: 'https://en.wikipedia.org/wiki/Pieter_Abbeel' }, { label: 'Berkeley Artificial Intelligence Research', url: 'https://bair.berkeley.edu/' }, @@ -676,8 +676,8 @@ export const architects: Architect[] = [ 'Founding member of OpenAI, then director of AI at Tesla, but the reason he is on this card is the teaching: char-rnn, CS231n, micrograd, nanoGPT, llm.c and the Zero to Hero series, all free, all readable. He has probably taught more working engineers how a transformer actually works than every university course combined.', note: 'The openness score is not a typo. Nobody else in this set is close.', status: 'locked', - front: '/cards/gods/025-andrej-karpathy-front.png', - back: '/cards/gods/025-andrej-karpathy-back.png', + front: "/releases/v2/gods/025-andrej-karpathy/front.svg", + back: "/releases/v2/gods/025-andrej-karpathy/back.svg", sources: [ { label: 'Andrej Karpathy', url: 'https://en.wikipedia.org/wiki/Andrej_Karpathy' }, { label: 'nanoGPT', url: 'https://github.com/karpathy/nanoGPT' }, @@ -703,8 +703,8 @@ export const architects: Architect[] = [ 'Built much of the distributed systems layer modern computing runs on — MapReduce, BigTable, Spanner — then co-founded Google Brain and drove DistBelief, TensorFlow and the TPU programme. TensorFlow being released openly in 2015 is a large part of why the deep learning boom was not confined to a handful of labs.', note: 'Open-sourcing TensorFlow did more for the field than most research.', status: 'locked', - front: '/cards/gods/026-jeff-dean-front.png', - back: '/cards/gods/026-jeff-dean-back.png', + front: "/releases/v2/gods/026-jeff-dean/front.svg", + back: "/releases/v2/gods/026-jeff-dean/back.svg", sources: [ { label: 'Jeff Dean', url: 'https://en.wikipedia.org/wiki/Jeff_Dean' }, { label: 'TensorFlow', url: 'https://github.com/tensorflow/tensorflow' }, @@ -729,8 +729,8 @@ export const architects: Architect[] = [ 'Led TensorFlow engineering at Google, taking the internal DistBelief system and shipping it as an open-source framework with a public API, documentation and a community. For several years TensorFlow was simply how machine learning was done outside a handful of labs, and that was an engineering and release-management achievement as much as a research one.', note: 'Somebody has to make the internal thing safe to hand to strangers.', status: 'locked', - front: '/cards/gods/027-rajat-monga-front.png', - back: '/cards/gods/027-rajat-monga-back.png', + front: "/releases/v2/gods/027-rajat-monga/front.svg", + back: "/releases/v2/gods/027-rajat-monga/back.svg", sources: [ { label: 'TensorFlow: A system for large-scale machine learning (2016)', url: 'https://www.usenix.org/system/files/conference/osdi16/osdi16-abadi.pdf' }, { label: 'TensorFlow', url: 'https://www.tensorflow.org/' }, @@ -755,8 +755,8 @@ export const architects: Architect[] = [ 'Co-created and led PyTorch, which won the research community by being straightforwardly pleasant to debug when the alternative was not. Ran it as a genuinely open project with an unusually visible maintainer, shepherded it into the Linux Foundation, and co-authored DCGAN along the way. Almost every model in this set was trained in his framework.', note: 'Won by making the thing nice to use, which nobody else tried.', status: 'locked', - front: '/cards/gods/028-soumith-chintala-front.png', - back: '/cards/gods/028-soumith-chintala-back.png', + front: "/releases/v2/gods/028-soumith-chintala/front.svg", + back: "/releases/v2/gods/028-soumith-chintala/back.svg", sources: [ { label: 'PyTorch', url: 'https://github.com/pytorch/pytorch' }, { label: 'PyTorch: An Imperative Style, High-Performance Deep Learning Library (2019)', url: 'https://arxiv.org/abs/1912.01703' }, @@ -781,8 +781,8 @@ export const architects: Architect[] = [ 'Wrote the original PyTorch autograd engine as a student and is first author on the PyTorch paper, then moved to Google and became a core author of JAX. Two of the three frameworks serious research runs on have his design decisions inside them, which is an unusual thing to be able to say.', note: 'The differentiation engine under two ecosystems at once.', status: 'locked', - front: '/cards/gods/029-adam-paszke-front.png', - back: '/cards/gods/029-adam-paszke-back.png', + front: "/releases/v2/gods/029-adam-paszke/front.svg", + back: "/releases/v2/gods/029-adam-paszke/back.svg", sources: [ { label: 'PyTorch: An Imperative Style, High-Performance Deep Learning Library (2019)', url: 'https://arxiv.org/abs/1912.01703' }, { label: 'JAX', url: 'https://github.com/jax-ml/jax' }, @@ -807,8 +807,8 @@ export const architects: Architect[] = [ 'Wrote XGBoost, which won a remarkable share of Kaggle competitions and is still the default for tabular data. Then co-created MXNet, then Apache TVM for compiling models to any hardware, then MLC-LLM for running models on phones and browsers. Every one of them open, and each solved a bottleneck the field was about to hit.', note: 'Four separate pieces of infrastructure, all still in use, all given away.', status: 'locked', - front: '/cards/gods/030-tianqi-chen-front.png', - back: '/cards/gods/030-tianqi-chen-back.png', + front: "/releases/v2/gods/030-tianqi-chen/front.svg", + back: "/releases/v2/gods/030-tianqi-chen/back.svg", sources: [ { label: 'XGBoost', url: 'https://github.com/dmlc/xgboost' }, { label: 'Apache TVM', url: 'https://tvm.apache.org/' }, @@ -833,8 +833,8 @@ export const architects: Architect[] = [ 'Wrote Caffe as a Berkeley PhD student and released it, giving computer vision its first widely usable deep learning framework at exactly the moment the field needed one. Later built Caffe2 at Facebook, co-created ONNX so models could move between frameworks, and led large-scale AI infrastructure at Alibaba before founding Lepton AI.', note: 'Before PyTorch and TensorFlow there was one option, and he wrote it.', status: 'locked', - front: '/cards/gods/031-yangqing-jia-front.png', - back: '/cards/gods/031-yangqing-jia-back.png', + front: "/releases/v2/gods/031-yangqing-jia/front.svg", + back: "/releases/v2/gods/031-yangqing-jia/back.svg", sources: [ { label: 'Caffe: Convolutional Architecture for Fast Feature Embedding (2014)', url: 'https://arxiv.org/abs/1408.5093' }, { label: 'ONNX', url: 'https://onnx.ai/' }, @@ -859,8 +859,8 @@ export const architects: Architect[] = [ 'Wrote Keras, whose entire premise was that building a neural network should not require a PhD in the framework, and it became the on-ramp for an enormous number of practitioners. Also created the ARC benchmark and its prize, a deliberate test of fluid reasoning that current models still find hard — a useful corrective to benchmark saturation.', note: 'Made it easy, then built the benchmark arguing easy is not the same as smart.', status: 'locked', - front: '/cards/gods/032-francois-chollet-front.png', - back: '/cards/gods/032-francois-chollet-back.png', + front: "/releases/v2/gods/032-francois-chollet/front.svg", + back: "/releases/v2/gods/032-francois-chollet/back.svg", sources: [ { label: 'François Chollet', url: 'https://en.wikipedia.org/wiki/Fran%C3%A7ois_Chollet' }, { label: 'Keras', url: 'https://github.com/keras-team/keras' }, @@ -886,8 +886,8 @@ export const architects: Architect[] = [ 'Co-founder and chief scientist of Hugging Face, and the driving force behind the transformers library, which turned "reproduce this paper" from a week of work into an import statement. Led the BigScience collaboration that produced BLOOM, one of the first genuinely open large multilingual models, built by a thousand researchers in the open.', note: 'Compressed the distance between a paper and a working model to nothing.', status: 'locked', - front: '/cards/gods/033-thomas-wolf-front.png', - back: '/cards/gods/033-thomas-wolf-back.png', + front: "/releases/v2/gods/033-thomas-wolf/front.svg", + back: "/releases/v2/gods/033-thomas-wolf/back.svg", sources: [ { label: 'Transformers: State-of-the-Art Natural Language Processing (2020)', url: 'https://aclanthology.org/2020.emnlp-demos.6/' }, { label: 'huggingface/transformers', url: 'https://github.com/huggingface/transformers' }, @@ -912,8 +912,8 @@ export const architects: Architect[] = [ 'Co-founded Hugging Face and turned it from a chatbot app into the default distribution point for open models, datasets and demos. Whatever you think of the company, the Hub is the reason an open-weight release can reach everyone the day it lands, and the reason a small lab can ship a model at all.', note: 'Not a researcher. Built the infrastructure open research needed to matter.', status: 'locked', - front: '/cards/gods/034-clement-delangue-front.png', - back: '/cards/gods/034-clement-delangue-back.png', + front: "/releases/v2/gods/034-clement-delangue/front.svg", + back: "/releases/v2/gods/034-clement-delangue/back.svg", sources: [ { label: 'Hugging Face', url: 'https://en.wikipedia.org/wiki/Hugging_Face' }, { label: 'The Hugging Face Hub', url: 'https://huggingface.co/models' }, @@ -938,8 +938,8 @@ export const architects: Architect[] = [ 'Wrote ggml, whisper.cpp and llama.cpp — dependency-free C implementations that run large models on laptops, phones and Raspberry Pis. The GGUF format and its quantisation schemes are how most people actually run a model locally. Arguably did more for practical access to open models than any lab release.', note: 'One person, plain C, and suddenly the models ran on your own machine.', status: 'locked', - front: '/cards/gods/035-georgi-gerganov-front.png', - back: '/cards/gods/035-georgi-gerganov-back.png', + front: "/releases/v2/gods/035-georgi-gerganov/front.svg", + back: "/releases/v2/gods/035-georgi-gerganov/back.svg", sources: [ { label: 'llama.cpp', url: 'https://github.com/ggml-org/llama.cpp' }, { label: 'whisper.cpp', url: 'https://github.com/ggml-org/whisper.cpp' }, @@ -964,8 +964,8 @@ export const architects: Architect[] = [ 'Worked out how to run and fine-tune large models in 8-bit and then 4-bit without wrecking them, shipped it as bitsandbytes, and followed with QLoRA — which put fine-tuning a 65B model on a single consumer GPU. His hardware guides are the reference for anyone deciding what to buy.', note: 'Turned "you need a datacentre" into "you need one good GPU".', status: 'locked', - front: '/cards/gods/036-tim-dettmers-front.png', - back: '/cards/gods/036-tim-dettmers-back.png', + front: "/releases/v2/gods/036-tim-dettmers/front.svg", + back: "/releases/v2/gods/036-tim-dettmers/back.svg", sources: [ { label: 'QLoRA: Efficient Finetuning of Quantized LLMs (2023)', url: 'https://arxiv.org/abs/2305.14314' }, { label: 'bitsandbytes', url: 'https://github.com/bitsandbytes-foundation/bitsandbytes' }, @@ -990,8 +990,8 @@ export const architects: Architect[] = [ 'Co-authored ULMFiT, which brought transfer learning to NLP before the GPT line, and founded fast.ai, whose free courses and library have trained an enormous number of practitioners on the premise that you do not need a PhD to do this. Has been one of the most persistent public voices against regulating open-weight models out of existence.', note: 'Teaches for free and then goes and argues with legislators about it.', status: 'locked', - front: '/cards/gods/037-jeremy-howard-front.png', - back: '/cards/gods/037-jeremy-howard-back.png', + front: "/releases/v2/gods/037-jeremy-howard/front.svg", + back: "/releases/v2/gods/037-jeremy-howard/back.svg", sources: [ { label: 'Jeremy Howard', url: 'https://en.wikipedia.org/wiki/Jeremy_Howard_(entrepreneur)' }, { label: 'Universal Language Model Fine-tuning (2018)', url: 'https://arxiv.org/abs/1801.06146' }, @@ -1017,8 +1017,8 @@ export const architects: Architect[] = [ 'Executive director of EleutherAI, the volunteer collective that trained and released GPT-Neo, GPT-J and GPT-NeoX when nothing comparable was public, and built the Pile. Led Pythia, a suite of models released with every training checkpoint and the data order — which made a whole class of interpretability and memorisation research possible for the first time.', note: 'Released the checkpoints, not just the model. That is the contribution.', status: 'locked', - front: '/cards/gods/038-stella-biderman-front.png', - back: '/cards/gods/038-stella-biderman-back.png', + front: "/releases/v2/gods/038-stella-biderman/front.svg", + back: "/releases/v2/gods/038-stella-biderman/back.svg", sources: [ { label: 'Pythia: A Suite for Analyzing Large Language Models (2023)', url: 'https://arxiv.org/abs/2304.01373' }, { label: 'EleutherAI', url: 'https://www.eleuther.ai/' }, @@ -1043,8 +1043,8 @@ export const architects: Architect[] = [ 'Wrote Cosmopolitan Libc, which produces a single binary that runs natively on Linux, macOS, Windows and BSD, then used it to build llamafile — a whole language model and its runtime in one executable file you can copy to a machine and run. Also contributed substantial CPU inference speedups back to llama.cpp.', note: 'Distribution as an engineering problem, solved with unreasonable rigour.', status: 'locked', - front: '/cards/gods/039-justine-tunney-front.png', - back: '/cards/gods/039-justine-tunney-back.png', + front: "/releases/v2/gods/039-justine-tunney/front.svg", + back: "/releases/v2/gods/039-justine-tunney/back.svg", sources: [ { label: 'llamafile', url: 'https://github.com/Mozilla-Ocho/llamafile' }, { label: 'Cosmopolitan Libc', url: 'https://justine.lol/cosmopolitan/' }, @@ -1069,8 +1069,8 @@ export const architects: Architect[] = [ 'Led LLaMA at Meta, showing that a smaller model trained on far more tokens beat much larger ones — and then it reached the public. Nearly every open fine-tune, quantisation and local-inference project of the following two years traces to those weights. Co-founded Mistral, which has kept releasing open-weight models under permissive licences.', note: 'The weights that turned open-source AI from an argument into an ecosystem.', status: 'locked', - front: '/cards/gods/040-guillaume-lample-front.png', - back: '/cards/gods/040-guillaume-lample-back.png', + front: "/releases/v2/gods/040-guillaume-lample/front.svg", + back: "/releases/v2/gods/040-guillaume-lample/back.svg", sources: [ { label: 'LLaMA: Open and Efficient Foundation Language Models (2023)', url: 'https://arxiv.org/abs/2302.13971' }, { label: 'Mistral AI', url: 'https://mistral.ai/' }, @@ -1095,8 +1095,8 @@ export const architects: Architect[] = [ 'Worked on Chinchilla and Flamingo at DeepMind, then co-founded Mistral and released Mistral 7B and Mixtral under Apache 2.0 — models good enough that "open weights" stopped being a compromise. Made the case, commercially rather than rhetorically, that a frontier lab can give the weights away and still have a business.', note: 'Proved open weights and a real company are not mutually exclusive.', status: 'locked', - front: '/cards/gods/041-arthur-mensch-front.png', - back: '/cards/gods/041-arthur-mensch-back.png', + front: "/releases/v2/gods/041-arthur-mensch/front.svg", + back: "/releases/v2/gods/041-arthur-mensch/back.svg", sources: [ { label: 'Mistral 7B (2023)', url: 'https://arxiv.org/abs/2310.06825' }, { label: 'Mistral AI', url: 'https://mistral.ai/' }, @@ -1121,8 +1121,8 @@ export const architects: Architect[] = [ 'Lead author of the latent diffusion paper — run the diffusion in a compressed latent space and image generation suddenly fits on a consumer GPU — which became Stable Diffusion. Its open release in 2022 put image generation in everyone’s hands overnight and set off both an explosion of tooling and a still-unresolved argument about training data.', note: 'The single release that made generative imagery a public technology.', status: 'locked', - front: '/cards/gods/042-robin-rombach-front.png', - back: '/cards/gods/042-robin-rombach-back.png', + front: "/releases/v2/gods/042-robin-rombach/front.svg", + back: "/releases/v2/gods/042-robin-rombach/back.svg", sources: [ { label: 'High-Resolution Image Synthesis with Latent Diffusion Models (2021)', url: 'https://arxiv.org/abs/2112.10752' }, { label: 'Stable Diffusion', url: 'https://en.wikipedia.org/wiki/Stable_Diffusion' }, @@ -1147,8 +1147,8 @@ export const architects: Architect[] = [ 'Co-authored VQGAN — the taming-transformers work that made high-resolution generation tractable — and then latent diffusion and Stable Diffusion. Later led the rectified-flow architecture behind Stable Diffusion 3 and moved to Black Forest Labs for the FLUX models, which were also released with open weights.', note: 'Two labs, three architectures, and the weights kept coming out.', status: 'locked', - front: '/cards/gods/043-patrick-esser-front.png', - back: '/cards/gods/043-patrick-esser-back.png', + front: "/releases/v2/gods/043-patrick-esser/front.svg", + back: "/releases/v2/gods/043-patrick-esser/back.svg", sources: [ { label: 'Taming Transformers for High-Resolution Image Synthesis (2020)', url: 'https://arxiv.org/abs/2012.09841' }, { label: 'Scaling Rectified Flow Transformers (2024)', url: 'https://arxiv.org/abs/2403.03206' }, @@ -1173,8 +1173,8 @@ export const architects: Architect[] = [ 'A schoolteacher who organised a volunteer effort to assemble LAION-400M and LAION-5B, the open image-text datasets that Stable Diffusion and OpenCLIP were trained on. Before LAION, the data behind multimodal models was private by default; afterwards, anyone could inspect it — including the researchers who found serious problems in it.', note: 'Made the training data auditable, which is how its flaws got found.', status: 'locked', - front: '/cards/gods/044-christoph-schuhmann-front.png', - back: '/cards/gods/044-christoph-schuhmann-back.png', + front: "/releases/v2/gods/044-christoph-schuhmann/front.svg", + back: "/releases/v2/gods/044-christoph-schuhmann/back.svg", sources: [ { label: 'LAION-5B (2022)', url: 'https://arxiv.org/abs/2210.08402' }, { label: 'LAION', url: 'https://laion.ai/' }, @@ -1199,8 +1199,8 @@ export const architects: Architect[] = [ 'McGill professor and long-time head of Meta’s AI research, during which FAIR released PyTorch, LLaMA, and a long run of open models and code. Created the machine learning reproducibility checklist adopted by NeurIPS, forcing the field to state its assumptions and publish enough to be checked.', note: 'Made "show your work" a condition of publication at the biggest venue.', status: 'locked', - front: '/cards/gods/045-joelle-pineau-front.png', - back: '/cards/gods/045-joelle-pineau-back.png', + front: "/releases/v2/gods/045-joelle-pineau/front.svg", + back: "/releases/v2/gods/045-joelle-pineau/back.svg", sources: [ { label: 'Joelle Pineau', url: 'https://en.wikipedia.org/wiki/Joelle_Pineau' }, { label: 'The Machine Learning Reproducibility Checklist', url: 'https://www.cs.mcgill.ca/~jpineau/ReproducibilityChecklist.pdf' }, @@ -1225,8 +1225,8 @@ export const architects: Architect[] = [ 'Did the feature-visualisation and circuits work that turned "what is the network doing" from a shrug into a research programme, and co-founded Distill to publish it in a form people could actually understand. Co-founded Anthropic, where the interpretability team continues to publish its findings openly.', note: 'Made the insides of a model legible, and made the explanations beautiful.', status: 'locked', - front: '/cards/gods/046-chris-olah-front.png', - back: '/cards/gods/046-chris-olah-back.png', + front: "/releases/v2/gods/046-chris-olah/front.svg", + back: "/releases/v2/gods/046-chris-olah/back.svg", sources: [ { label: 'Distill', url: 'https://distill.pub/' }, { label: 'Zoom In: An Introduction to Circuits (2020)', url: 'https://distill.pub/2020/circuits/zoom-in/' }, @@ -1251,8 +1251,8 @@ export const architects: Architect[] = [ 'Lead author of deep reinforcement learning from human preferences, the technique that became RLHF and turned raw language models into things that follow instructions — the single largest reason chat assistants work at all. Later founded the Alignment Research Center and moved to the US AI Safety Institute.', note: 'Wrote the alignment paper that turned out to also be the product paper.', status: 'locked', - front: '/cards/gods/047-paul-christiano-front.png', - back: '/cards/gods/047-paul-christiano-back.png', + front: "/releases/v2/gods/047-paul-christiano/front.svg", + back: "/releases/v2/gods/047-paul-christiano/back.svg", sources: [ { label: 'Deep Reinforcement Learning from Human Preferences (2017)', url: 'https://arxiv.org/abs/1706.03741' }, { label: 'Alignment Research Center', url: 'https://www.alignment.org/' }, @@ -1277,8 +1277,8 @@ export const architects: Architect[] = [ 'Co-led the work that turned RLHF into InstructGPT and then ChatGPT, and headed OpenAI’s superalignment effort. Resigned publicly in 2024 saying safety culture had lost out to shipping, which is a rare thing for someone at that level to say on the record, and moved to Anthropic to continue the work.', note: 'Built the alignment method, then said out loud when it was being sidelined.', status: 'locked', - front: '/cards/gods/048-jan-leike-front.png', - back: '/cards/gods/048-jan-leike-back.png', + front: "/releases/v2/gods/048-jan-leike/front.svg", + back: "/releases/v2/gods/048-jan-leike/back.svg", sources: [ { label: 'Training language models to follow instructions (2022)', url: 'https://arxiv.org/abs/2203.02155' }, { label: 'Jan Leike', url: 'https://en.wikipedia.org/wiki/Jan_Leike' }, @@ -1303,8 +1303,8 @@ export const architects: Architect[] = [ 'Co-wrote Artificial Intelligence: A Modern Approach with Peter Norvig, the textbook that has taught the subject in essentially every university for thirty years. Then spent the later part of his career arguing that optimising a fixed objective is the wrong design, and that systems should be uncertain about what humans want.', note: 'Taught the field its vocabulary, then told it the foundation was wrong.', status: 'locked', - front: '/cards/gods/049-stuart-russell-front.png', - back: '/cards/gods/049-stuart-russell-back.png', + front: "/releases/v2/gods/049-stuart-russell/front.svg", + back: "/releases/v2/gods/049-stuart-russell/back.svg", sources: [ { label: 'Stuart J. Russell', url: 'https://en.wikipedia.org/wiki/Stuart_J._Russell' }, { label: 'Center for Human-Compatible AI', url: 'https://humancompatible.ai/' }, @@ -1329,8 +1329,8 @@ export const architects: Architect[] = [ 'Co-authored Concrete Problems in AI Safety, which gave safety research a concrete agenda, and led the GPT-2 and GPT-3 work where the scaling laws were established. Left OpenAI to co-found Anthropic, whose interpretability and Constitutional AI research is published openly even though the models are not.', note: 'The set’s open-weights sceptic, and its most rigorous public writer on scale.', status: 'locked', - front: '/cards/gods/050-dario-amodei-front.png', - back: '/cards/gods/050-dario-amodei-back.png', + front: "/releases/v2/gods/050-dario-amodei/front.svg", + back: "/releases/v2/gods/050-dario-amodei/back.svg", sources: [ { label: 'Dario Amodei', url: 'https://en.wikipedia.org/wiki/Dario_Amodei' }, { label: 'Concrete Problems in AI Safety (2016)', url: 'https://arxiv.org/abs/1606.06565' }, diff --git a/src/data/cards.ts b/src/data/cards.ts index f40a09b0..caf89789 100644 --- a/src/data/cards.ts +++ b/src/data/cards.ts @@ -22,8 +22,8 @@ export const cards: Card[]=[ ], "scouting": "Richard Stallman is a pivotal figure in the free software movement. He advocates for user freedoms in software usage, study, and modification. His initiatives have shaped the landscape of software distribution and rights.", "quote": "Freedom is a matter of choice.", - "front": "/cards/001-richard-stallman-front.png", - "back": "/cards/001-richard-stallman-back.png" + "front": "/releases/v2/legends/001-richard-stallman/front.svg", + "back": "/releases/v2/legends/001-richard-stallman/back.svg" }, { "number": 2, @@ -41,8 +41,8 @@ export const cards: Card[]=[ ], "scouting": "Linus Torvalds revolutionizes software development with the Linux kernel and Git. His contributions foster a global open source community, driving innovation and collaboration across industries.", "quote": "Linus brings freedom and collaboration to software.", - "front": "/cards/002-linus-torvalds-front.png", - "back": "/cards/002-linus-torvalds-back.png" + "front": "/releases/v2/legends/002-linus-torvalds/front.svg", + "back": "/releases/v2/legends/002-linus-torvalds/back.svg" }, { "number": 3, @@ -62,8 +62,8 @@ export const cards: Card[]=[ ], "scouting": "Aaron Swartz is a pivotal figure in internet activism and programming. He significantly contributed to various projects that shaped the web, advocating for open access and civic engagement. His legacy inspires many in the tech community.", "quote": "A prodigy who fought for freedom.", - "front": "/cards/003-aaron-swartz-front.png", - "back": "/cards/003-aaron-swartz-back.png" + "front": "/releases/v2/legends/003-aaron-swartz/front.svg", + "back": "/releases/v2/legends/003-aaron-swartz/back.svg" }, { "number": 4, @@ -83,8 +83,8 @@ export const cards: Card[]=[ ], "scouting": "TJ Holowaychuk is a pivotal figure in the Node.js community, known for his innovative frameworks and modules. His work has significantly shaped web development practices and tools, making him a respected leader in open source.", "quote": "A master of Node.js frameworks.", - "front": "/cards/004-tj-holowaychuk-front.png", - "back": "/cards/004-tj-holowaychuk-back.png" + "front": "/releases/v2/legends/004-tj-holowaychuk/front.svg", + "back": "/releases/v2/legends/004-tj-holowaychuk/back.svg" }, { "number": 5, @@ -101,8 +101,8 @@ export const cards: Card[]=[ ], "scouting": "Guido van Rossum is a pivotal figure in programming, known for creating Python. His leadership as BDFL shaped the language's development and community, influencing countless developers worldwide.", "quote": "Guido's Python has empowered generations of coders.", - "front": "/cards/005-guido-van-rossum-front.png", - "back": "/cards/005-guido-van-rossum-back.png" + "front": "/releases/v2/legends/005-guido-van-rossum/front.svg", + "back": "/releases/v2/legends/005-guido-van-rossum/back.svg" }, { "number": 6, @@ -121,8 +121,8 @@ export const cards: Card[]=[ ], "scouting": "Yukihiro Matsumoto, known as Matz, is the creator of Ruby. He emphasizes simplicity and productivity in programming. His work inspires a vibrant community that values creativity and collaboration.", "quote": "Matz believes programming should be enjoyable.", - "front": "/cards/006-yukihiro-matsumoto-front.png", - "back": "/cards/006-yukihiro-matsumoto-back.png" + "front": "/releases/v2/legends/006-yukihiro-matsumoto/front.svg", + "back": "/releases/v2/legends/006-yukihiro-matsumoto/back.svg" }, { "number": 7, @@ -141,8 +141,8 @@ export const cards: Card[]=[ ], "scouting": "Larry Wall is a prominent figure in open source, known for creating Perl, a highly versatile programming language. His contributions to software development and community engagement have made a lasting impact on the tech landscape.", "quote": "Perl: The duct tape of the Internet.", - "front": "/cards/007-larry-wall-front.png", - "back": "/cards/007-larry-wall-back.png" + "front": "/releases/v2/legends/007-larry-wall/front.svg", + "back": "/releases/v2/legends/007-larry-wall/back.svg" }, { "number": 8, @@ -161,8 +161,8 @@ export const cards: Card[]=[ ], "scouting": "Brendan Eich is a pivotal figure in web development, known for creating JavaScript. He co-founded Mozilla, championing open-source principles and fostering innovation in web browsers. His work continues to influence how we interact with the internet today.", "quote": "The man who brought interactivity to the web.", - "front": "/cards/008-brendan-eich-front.png", - "back": "/cards/008-brendan-eich-back.png" + "front": "/releases/v2/legends/008-brendan-eich/front.svg", + "back": "/releases/v2/legends/008-brendan-eich/back.svg" }, { "number": 9, @@ -181,8 +181,8 @@ export const cards: Card[]=[ ], "scouting": "Rasmus Lerdorf is a pivotal figure in web development, best known for creating PHP. His work enables dynamic web applications and has influenced countless developers worldwide. He continues to advocate for open source principles.", "quote": "Rasmus Lerdorf transformed web programming forever.", - "front": "/cards/009-rasmus-lerdorf-front.png", - "back": "/cards/009-rasmus-lerdorf-back.png" + "front": "/releases/v2/legends/009-rasmus-lerdorf/front.svg", + "back": "/releases/v2/legends/009-rasmus-lerdorf/back.svg" }, { "number": 10, @@ -201,8 +201,8 @@ export const cards: Card[]=[ ], "scouting": "David Heinemeier Hansson transforms web development with Ruby on Rails, emphasizing simplicity and productivity. As a co-founder of Basecamp, he champions remote work and efficient project management.", "quote": "Simplicity is the ultimate sophistication.", - "front": "/cards/010-david-heinemeier-hansson-front.png", - "back": "/cards/010-david-heinemeier-hansson-back.png" + "front": "/releases/v2/legends/010-david-heinemeier-hansson/front.svg", + "back": "/releases/v2/legends/010-david-heinemeier-hansson/back.svg" }, { "number": 11, @@ -220,8 +220,8 @@ export const cards: Card[]=[ ], "scouting": "Ryan Dahl revolutionizes web development with Node.js, enabling JavaScript to run server-side. His work emphasizes efficiency and scalability, shaping modern web applications and influencing countless developers worldwide.", "quote": "Ryan Dahl turns JavaScript into a powerful server tool.", - "front": "/cards/011-ryan-dahl-front.png", - "back": "/cards/011-ryan-dahl-back.png" + "front": "/releases/v2/legends/011-ryan-dahl/front.svg", + "back": "/releases/v2/legends/011-ryan-dahl/back.svg" }, { "number": 12, @@ -240,8 +240,8 @@ export const cards: Card[]=[ ], "scouting": "Evan You is a prominent figure in web development, known for creating Vue.js. His framework emphasizes simplicity and flexibility, making it popular among developers. He actively engages with the community, continuously enhancing the framework's capabilities.", "quote": "Evan's vision reshapes how we build interfaces.", - "front": "/cards/012-evan-you-front.png", - "back": "/cards/012-evan-you-back.png" + "front": "/releases/v2/legends/012-evan-you/front.svg", + "back": "/releases/v2/legends/012-evan-you/back.svg" }, { "number": 13, @@ -260,8 +260,8 @@ export const cards: Card[]=[ ], "scouting": "Rich Harris is a leading figure in modern web development. He creates tools that streamline coding processes and improve application performance. His work on Svelte revolutionizes how developers build user interfaces.", "quote": "Transforming the way we code for the web.", - "front": "/cards/013-rich-harris-front.png", - "back": "/cards/013-rich-harris-back.png" + "front": "/releases/v2/legends/013-rich-harris/front.svg", + "back": "/releases/v2/legends/013-rich-harris/back.svg" }, { "number": 14, @@ -280,8 +280,8 @@ export const cards: Card[]=[ ], "scouting": "Jordan Walke revolutionizes front-end development with React, a library that simplifies building user interfaces. His work emphasizes performance and usability, making it a favorite among developers worldwide.", "quote": "Transforming how we build user interfaces.", - "front": "/cards/014-jordan-walke-front.png", - "back": "/cards/014-jordan-walke-back.png" + "front": "/releases/v2/legends/014-jordan-walke/front.svg", + "back": "/releases/v2/legends/014-jordan-walke/back.svg" }, { "number": 15, @@ -300,8 +300,8 @@ export const cards: Card[]=[ ], "scouting": "Dan Abramov is a leading figure in the JavaScript community, known for his work on Redux and Create React App. His contributions significantly enhance the development experience for React developers worldwide.", "quote": "Dan's tools empower developers to build better apps.", - "front": "/cards/015-dan-abramov-front.png", - "back": "/cards/015-dan-abramov-back.png" + "front": "/releases/v2/legends/015-dan-abramov/front.svg", + "back": "/releases/v2/legends/015-dan-abramov/back.svg" }, { "number": 16, @@ -320,8 +320,8 @@ export const cards: Card[]=[ ], "scouting": "Sebastian McKenzie is a pivotal figure in JavaScript development. He creates Babel, a tool that allows developers to use the latest JavaScript features while ensuring compatibility with older browsers.", "quote": "Babel: bridging the gap in JavaScript.", - "front": "/cards/016-sebastian-mckenzie-front.png", - "back": "/cards/016-sebastian-mckenzie-back.png" + "front": "/releases/v2/legends/016-sebastian-mckenzie/front.svg", + "back": "/releases/v2/legends/016-sebastian-mckenzie/back.svg" }, { "number": 17, @@ -339,8 +339,8 @@ export const cards: Card[]=[ ], "scouting": "Isaac Z. Schlueter revolutionizes JavaScript development with npm, the world's largest software registry. His work fosters collaboration and innovation, making it easier for developers to share and reuse code.", "quote": "Empowering developers, one package at a time.", - "front": "/cards/017-isaac-z-schlueter-front.png", - "back": "/cards/017-isaac-z-schlueter-back.png" + "front": "/releases/v2/legends/017-isaac-z-schlueter/front.svg", + "back": "/releases/v2/legends/017-isaac-z-schlueter/back.svg" }, { "number": 18, @@ -359,8 +359,8 @@ export const cards: Card[]=[ ], "scouting": "Matt Mullenweg is a key figure in web development, known for co-founding WordPress. He champions open-source principles and has significantly influenced online publishing and content management systems.", "quote": "Empowering creators through open-source innovation.", - "front": "/cards/018-matt-mullenweg-front.png", - "back": "/cards/018-matt-mullenweg-back.png" + "front": "/releases/v2/legends/018-matt-mullenweg/front.svg", + "back": "/releases/v2/legends/018-matt-mullenweg/back.svg" }, { "number": 19, @@ -378,8 +378,8 @@ export const cards: Card[]=[ ], "scouting": "Dries Buytaert is a pivotal figure in open source, known for creating Drupal, a leading content management system. He champions community-driven development and continues to influence the web landscape through his work at Acquia.", "quote": "Empowering the web, one site at a time.", - "front": "/cards/019-dries-buytaert-front.png", - "back": "/cards/019-dries-buytaert-back.png" + "front": "/releases/v2/legends/019-dries-buytaert/front.svg", + "back": "/releases/v2/legends/019-dries-buytaert/back.svg" }, { "number": 20, @@ -398,8 +398,8 @@ export const cards: Card[]=[ ], "scouting": "Brian Behlendorf is a pivotal figure in open source, known for co-founding the Apache Software Foundation. His leadership in developing the Apache HTTP Server has significantly shaped the web landscape, promoting collaboration and innovation in software development.", "quote": "Brian champions the spirit of open collaboration.", - "front": "/cards/020-brian-behlendorf-front.png", - "back": "/cards/020-brian-behlendorf-back.png" + "front": "/releases/v2/legends/020-brian-behlendorf/front.svg", + "back": "/releases/v2/legends/020-brian-behlendorf/back.svg" }, { "number": 21, @@ -418,8 +418,8 @@ export const cards: Card[]=[ ], "scouting": "Roy Fielding is a pivotal figure in web architecture, known for his creation of REST. His work on HTTP and the Apache HTTP Server has profoundly influenced how modern web applications are designed and interact.", "quote": "Fielding's REST principles revolutionized web communication.", - "front": "/cards/021-roy-fielding-front.png", - "back": "/cards/021-roy-fielding-back.png" + "front": "/releases/v2/legends/021-roy-fielding/front.svg", + "back": "/releases/v2/legends/021-roy-fielding/back.svg" }, { "number": 22, @@ -438,8 +438,8 @@ export const cards: Card[]=[ ], "scouting": "Eric S. Raymond is a prominent figure in the open source movement. He advocates for transparency in software development and has authored influential works that shape modern programming practices.", "quote": "Raymond's insights revolutionized software development.", - "front": "/cards/022-eric-s-raymond-front.png", - "back": "/cards/022-eric-s-raymond-back.png" + "front": "/releases/v2/legends/022-eric-s-raymond/front.svg", + "back": "/releases/v2/legends/022-eric-s-raymond/back.svg" }, { "number": 23, @@ -458,8 +458,8 @@ export const cards: Card[]=[ ], "scouting": "Bruce Perens is a pivotal figure in the open source movement. He co-founded the Open Source Initiative and authored the Open Source Definition, which shapes software licensing today. His advocacy continues to influence software development worldwide.", "quote": "Open source is a philosophy, not just a license.", - "front": "/cards/023-bruce-perens-front.png", - "back": "/cards/023-bruce-perens-back.png" + "front": "/releases/v2/legends/023-bruce-perens/front.svg", + "back": "/releases/v2/legends/023-bruce-perens/back.svg" }, { "number": 24, @@ -477,8 +477,8 @@ export const cards: Card[]=[ ], "scouting": "Ian Murdock is a pivotal figure in open source, known for founding the Debian Project. His vision for a collaborative operating system has influenced countless distributions and fostered a strong community ethos.", "quote": "Debian: a legacy of freedom and collaboration.", - "front": "/cards/024-ian-murdock-front.png", - "back": "/cards/024-ian-murdock-back.png" + "front": "/releases/v2/legends/024-ian-murdock/front.svg", + "back": "/releases/v2/legends/024-ian-murdock/back.svg" }, { "number": 25, @@ -496,8 +496,8 @@ export const cards: Card[]=[ ], "scouting": "Mark Shuttleworth is a visionary entrepreneur and philanthropist. He founded Ubuntu, which revolutionized Linux accessibility. His commitment to open source fosters innovation and community engagement worldwide.", "quote": "Shuttleworth believes in the power of freedom through software.", - "front": "/cards/025-mark-shuttleworth-front.png", - "back": "/cards/025-mark-shuttleworth-back.png" + "front": "/releases/v2/legends/025-mark-shuttleworth/front.svg", + "back": "/releases/v2/legends/025-mark-shuttleworth/back.svg" }, { "number": 26, @@ -516,8 +516,8 @@ export const cards: Card[]=[ ], "scouting": "Theo de Raadt leads the OpenBSD project, emphasizing security and code correctness. His work on OpenSSH has transformed secure communications globally. He is a prominent figure in the open-source community.", "quote": "Security and simplicity define his legacy.", - "front": "/cards/026-theo-de-raadt-front.png", - "back": "/cards/026-theo-de-raadt-back.png" + "front": "/releases/v2/legends/026-theo-de-raadt/front.svg", + "back": "/releases/v2/legends/026-theo-de-raadt/back.svg" }, { "number": 27, @@ -536,8 +536,8 @@ export const cards: Card[]=[ ], "scouting": "D. Richard Hipp is a prominent software developer known for creating SQLite, a lightweight database widely used in applications. His work on Fossil and Tcl further showcases his versatility and impact in the open-source community.", "quote": "SQLite: the database that fits everywhere.", - "front": "/cards/027-d-richard-hipp-front.png", - "back": "/cards/027-d-richard-hipp-back.png" + "front": "/releases/v2/legends/027-d-richard-hipp/front.svg", + "back": "/releases/v2/legends/027-d-richard-hipp/back.svg" }, { "number": 28, @@ -556,8 +556,8 @@ export const cards: Card[]=[ ], "scouting": "Fabrice Bellard is a prominent figure in open source software, known for his groundbreaking work in emulation and programming languages. His projects, especially QEMU and FFmpeg, have significantly influenced the tech landscape.", "quote": "A pioneer in emulation and multimedia.", - "front": "/cards/028-fabrice-bellard-front.png", - "back": "/cards/028-fabrice-bellard-back.png" + "front": "/releases/v2/legends/028-fabrice-bellard/front.svg", + "back": "/releases/v2/legends/028-fabrice-bellard/back.svg" }, { "number": 29, @@ -576,8 +576,8 @@ export const cards: Card[]=[ ], "scouting": "Andrew Tridgell is a key figure in open-source software, known for creating Samba and rsync. His work enables seamless file sharing across different operating systems, making him a vital contributor to the open-source community.", "quote": "Tridgell bridges systems with open-source innovation.", - "front": "/cards/029-andrew-tridgell-front.png", - "back": "/cards/029-andrew-tridgell-back.png" + "front": "/releases/v2/legends/029-andrew-tridgell/front.svg", + "back": "/releases/v2/legends/029-andrew-tridgell/back.svg" }, { "number": 30, @@ -596,8 +596,8 @@ export const cards: Card[]=[ ], "scouting": "Bram Moolenaar is a prominent figure in software development, known for creating Vim, a highly configurable text editor. His work emphasizes efficiency and productivity, making Vim a staple among programmers worldwide.", "quote": "Vim: The editor that keeps on giving.", - "front": "/cards/030-bram-moolenaar-front.png", - "back": "/cards/030-bram-moolenaar-back.png" + "front": "/releases/v2/legends/030-bram-moolenaar/front.svg", + "back": "/releases/v2/legends/030-bram-moolenaar/back.svg" }, { "number": 31, @@ -616,8 +616,8 @@ export const cards: Card[]=[ ], "scouting": "Brian Fox is a pivotal figure in the open source community, known for creating GNU Bash, a widely used command-line shell. His work has significantly influenced the development of free software and the GNU Project, promoting software freedom.", "quote": "Brian Fox's legacy lives on in every terminal.", - "front": "/cards/031-brian-fox-front.png", - "back": "/cards/031-brian-fox-back.png" + "front": "/releases/v2/legends/031-brian-fox/front.svg", + "back": "/releases/v2/legends/031-brian-fox/back.svg" }, { "number": 32, @@ -635,8 +635,8 @@ export const cards: Card[]=[ ], "scouting": "Werner Koch is a pivotal figure in free software, known for his work on GnuPG. His contributions enhance digital security and privacy for users worldwide. He actively promotes free software principles through his leadership roles.", "quote": "Koch champions freedom in digital security.", - "front": "/cards/032-werner-koch-front.png", - "back": "/cards/032-werner-koch-back.png" + "front": "/releases/v2/legends/032-werner-koch/front.svg", + "back": "/releases/v2/legends/032-werner-koch/back.svg" }, { "number": 33, @@ -655,8 +655,8 @@ export const cards: Card[]=[ ], "scouting": "Miguel de Icaza is a key figure in free software, driving innovation with GNOME and Mono. His work empowers developers and enhances user experiences across platforms.", "quote": "A true champion of open source software.", - "front": "/cards/033-miguel-de-icaza-front.png", - "back": "/cards/033-miguel-de-icaza-back.png" + "front": "/releases/v2/legends/033-miguel-de-icaza/front.svg", + "back": "/releases/v2/legends/033-miguel-de-icaza/back.svg" }, { "number": 34, @@ -674,8 +674,8 @@ export const cards: Card[]=[ ], "scouting": "Federico Mena Quintero is a pivotal figure in open-source software, known for co-creating the GNOME desktop environment. His work enhances user experience across various Linux distributions, making technology accessible and user-friendly.", "quote": "Transforming the Linux desktop experience.", - "front": "/cards/034-federico-mena-quintero-front.png", - "back": "/cards/034-federico-mena-quintero-back.png" + "front": "/releases/v2/legends/034-federico-mena-quintero/front.svg", + "back": "/releases/v2/legends/034-federico-mena-quintero/back.svg" }, { "number": 35, @@ -695,8 +695,8 @@ export const cards: Card[]=[ ], "scouting": "Havoc Pennington drives innovation in desktop environments, enhancing user experience with GNOME and D-Bus. His work supports seamless communication between applications, making software more accessible and efficient.", "quote": "A key figure in the free software movement.", - "front": "/cards/035-havoc-pennington-front.png", - "back": "/cards/035-havoc-pennington-back.png" + "front": "/releases/v2/legends/035-havoc-pennington/front.svg", + "back": "/releases/v2/legends/035-havoc-pennington/back.svg" }, { "number": 36, @@ -713,8 +713,8 @@ export const cards: Card[]=[ ], "scouting": "Keith Packard is a prominent software developer recognized for his significant contributions to the X Window System, which revolutionized graphical interfaces in computing. His work continues to impact open source software development today.", "quote": "A pioneer in graphical interface innovation.", - "front": "/cards/036-keith-packard-front.png", - "back": "/cards/036-keith-packard-back.png" + "front": "/releases/v2/legends/036-keith-packard/front.svg", + "back": "/releases/v2/legends/036-keith-packard/back.svg" }, { "number": 37, @@ -733,8 +733,8 @@ export const cards: Card[]=[ ], "scouting": "Lennart Poettering is a pivotal figure in modern Linux systems. He revolutionizes how services are managed with systemd, impacting boot processes and service management across distributions. His work on audio and service discovery further enhances user experience.", "quote": "Revolutionizing Linux with innovative technologies.", - "front": "/cards/037-lennart-poettering-front.png", - "back": "/cards/037-lennart-poettering-back.png" + "front": "/releases/v2/legends/037-lennart-poettering/front.svg", + "back": "/releases/v2/legends/037-lennart-poettering/back.svg" }, { "number": 38, @@ -753,8 +753,8 @@ export const cards: Card[]=[ ], "scouting": "Greg Kroah-Hartman is a pivotal figure in Linux kernel development, ensuring its stability and performance. His work on driver backports and Ksplice enhances system reliability, making him a respected leader in the open source community.", "quote": "A guardian of the Linux kernel.", - "front": "/cards/038-greg-kroah-hartman-front.png", - "back": "/cards/038-greg-kroah-hartman-back.png" + "front": "/releases/v2/legends/038-greg-kroah-hartman/front.svg", + "back": "/releases/v2/legends/038-greg-kroah-hartman/back.svg" }, { "number": 39, @@ -773,8 +773,8 @@ export const cards: Card[]=[ ], "scouting": "Alan Cox is a prominent figure in the Linux community, known for his extensive contributions to the Linux kernel. He plays a crucial role in maintaining kernel releases and enhancing networking capabilities, solidifying his legacy in open source software.", "quote": "A key architect of Linux's evolution.", - "front": "/cards/039-alan-cox-front.png", - "back": "/cards/039-alan-cox-back.png" + "front": "/releases/v2/legends/039-alan-cox/front.svg", + "back": "/releases/v2/legends/039-alan-cox/back.svg" }, { "number": 40, @@ -793,8 +793,8 @@ export const cards: Card[]=[ ], "scouting": "Chris Lattner is a pivotal figure in programming language design and compiler technology. His work on LLVM revolutionizes how software is compiled, while Swift has transformed iOS development, making it more accessible and efficient.", "quote": "A visionary in compilers and programming languages.", - "front": "/cards/040-chris-lattner-front.png", - "back": "/cards/040-chris-lattner-back.png" + "front": "/releases/v2/legends/040-chris-lattner/front.svg", + "back": "/releases/v2/legends/040-chris-lattner/back.svg" }, { "number": 41, @@ -812,8 +812,8 @@ export const cards: Card[]=[ ], "scouting": "Graydon Hoare is a prominent software engineer known for creating Rust. His work emphasizes safety and concurrency, making a significant impact on modern programming practices. He continues to influence the open source community.", "quote": "Graydon's vision redefines how we think about safety in programming.", - "front": "/cards/041-graydon-hoare-front.png", - "back": "/cards/041-graydon-hoare-back.png" + "front": "/releases/v2/legends/041-graydon-hoare/front.svg", + "back": "/releases/v2/legends/041-graydon-hoare/back.svg" }, { "number": 42, @@ -832,8 +832,8 @@ export const cards: Card[]=[ ], "scouting": "Steve Klabnik is a prominent figure in the Rust community, known for his advocacy of open source software. He plays a crucial role in enhancing Rust's documentation and fostering a welcoming environment for developers.", "quote": "Steve champions the spirit of open source.", - "front": "/cards/042-steve-klabnik-front.png", - "back": "/cards/042-steve-klabnik-back.png" + "front": "/releases/v2/legends/042-steve-klabnik/front.svg", + "back": "/releases/v2/legends/042-steve-klabnik/back.svg" }, { "number": 43, @@ -851,8 +851,8 @@ export const cards: Card[]=[ ], "scouting": "Salvatore Sanfilippo, known as antirez, is the creator of Redis, a powerful in-memory data structure store. His work has revolutionized data handling and caching in modern applications, making him a key figure in open source software.", "quote": "Redis: Fast, reliable, and open source.", - "front": "/cards/043-salvatore-sanfilippo-front.png", - "back": "/cards/043-salvatore-sanfilippo-back.png" + "front": "/releases/v2/legends/043-salvatore-sanfilippo/front.svg", + "back": "/releases/v2/legends/043-salvatore-sanfilippo/back.svg" }, { "number": 44, @@ -871,8 +871,8 @@ export const cards: Card[]=[ ], "scouting": "Michael 'Monty' Widenius revolutionizes data management with MySQL, a leading open-source database. His commitment to community-driven development continues through MariaDB, ensuring robust alternatives in database technology.", "quote": "Monty believes in open-source freedom.", - "front": "/cards/044-michael-widenius-front.png", - "back": "/cards/044-michael-widenius-back.png" + "front": "/releases/v2/legends/044-michael-widenius/front.svg", + "back": "/releases/v2/legends/044-michael-widenius/back.svg" }, { "number": 45, @@ -891,8 +891,8 @@ export const cards: Card[]=[ ], "scouting": "Brad Fitzpatrick is a key figure in social networking and open source. He creates impactful projects like LiveJournal and Memcached, which have influenced web development and community building.", "quote": "Innovator of social platforms and caching solutions.", - "front": "/cards/045-brad-fitzpatrick-front.png", - "back": "/cards/045-brad-fitzpatrick-back.png" + "front": "/releases/v2/legends/045-brad-fitzpatrick/front.svg", + "back": "/releases/v2/legends/045-brad-fitzpatrick/back.svg" }, { "number": 46, @@ -910,8 +910,8 @@ export const cards: Card[]=[ ], "scouting": "Solomon Hykes revolutionizes software deployment with Docker, enabling developers to create, deploy, and manage applications in containers. His work fosters innovation in cloud computing and microservices, making it easier for teams to collaborate and scale.", "quote": "Hykes transforms how we think about applications.", - "front": "/cards/046-solomon-hykes-front.png", - "back": "/cards/046-solomon-hykes-back.png" + "front": "/releases/v2/legends/046-solomon-hykes/front.svg", + "back": "/releases/v2/legends/046-solomon-hykes/back.svg" }, { "number": 47, @@ -931,8 +931,8 @@ export const cards: Card[]=[ ], "scouting": "Mitchell Hashimoto is a leading figure in infrastructure automation. He co-founds HashiCorp and creates tools that simplify cloud management. His work empowers developers to streamline workflows and enhance productivity.", "quote": "Transforming infrastructure management, one tool at a time.", - "front": "/cards/047-mitchell-hashimoto-front.png", - "back": "/cards/047-mitchell-hashimoto-back.png" + "front": "/releases/v2/legends/047-mitchell-hashimoto/front.svg", + "back": "/releases/v2/legends/047-mitchell-hashimoto/back.svg" } ]; diff --git a/src/data/ceos.ts b/src/data/ceos.ts index c57a9f82..69248d18 100644 --- a/src/data/ceos.ts +++ b/src/data/ceos.ts @@ -88,8 +88,8 @@ export const executives: Executive[] = [ 'Started HP in a Palo Alto garage in 1939 with Bill Hewlett and $538, and grew it into the template every Valley company copied: engineers running engineering, profit sharing, and an across-the-board pay cut rather than layoffs in a downturn. He set the practice down late in life as The HP Way. The garage is now a California historical landmark.', note: 'Invented the Silicon Valley company before there was a Silicon Valley to put it in.', status: 'locked', - front: '/cards/ceos/001-david-packard-front.png', - back: '/cards/ceos/001-david-packard-back.png', + front: "/releases/v2/ceos/001-david-packard/front.svg", + back: "/releases/v2/ceos/001-david-packard/back.svg", sources: [ { label: 'David Packard', url: 'https://en.wikipedia.org/wiki/David_Packard' }, { label: 'The HP Way', url: 'https://en.wikipedia.org/wiki/The_HP_Way' }, @@ -114,8 +114,8 @@ export const executives: Executive[] = [ 'Co-founded Sony in the ruins of postwar Tokyo and spent forty years insisting a Japanese company could sell to the world under its own name rather than someone else’s label. Pushed the transistor radio, the Trinitron and, over his own engineers’ objections, the Walkman, a tape player with no record function that sold hundreds of millions. He also lost the format war with Betamax.', note: 'Proved a hardware brand could be built on taste rather than price.', status: 'locked', - front: '/cards/ceos/002-akio-morita-front.png', - back: '/cards/ceos/002-akio-morita-back.png', + front: "/releases/v2/ceos/002-akio-morita/front.svg", + back: "/releases/v2/ceos/002-akio-morita/back.svg", sources: [ { label: 'Akio Morita', url: 'https://en.wikipedia.org/wiki/Akio_Morita' }, { label: 'Walkman', url: 'https://en.wikipedia.org/wiki/Walkman' }, @@ -140,8 +140,8 @@ export const executives: Executive[] = [ 'Took over his father’s punched-card company and moved it into electronic computing over considerable internal objection. The System/360, announced in 1964 after a development effort usually costed at around $5 billion, was the bet: one architecture spanning the whole product line, so a customer’s software survived the next hardware purchase. Backwards compatibility as a commercial strategy starts here, and mainframes running 360-descended code are still in production sixty years later.', note: 'The most expensive product decision anyone in computing had made, and it worked.', status: 'locked', - front: '/cards/ceos/003-thomas-watson-jr-front.png', - back: '/cards/ceos/003-thomas-watson-jr-back.png', + front: "/releases/v2/ceos/003-thomas-watson-jr/front.svg", + back: "/releases/v2/ceos/003-thomas-watson-jr/back.svg", sources: [ { label: 'Thomas J. Watson Jr.', url: 'https://en.wikipedia.org/wiki/Thomas_J._Watson_Jr.' }, { label: 'IBM System/360', url: 'https://en.wikipedia.org/wiki/IBM_System/360' }, @@ -166,8 +166,8 @@ export const executives: Executive[] = [ 'Founded DEC in 1957 and built computers people could put their hands on, at a time when a computer meant a room you booked time in. The PDP-7 and PDP-11 are where Unix and C were written; the VAX and VMS ran a generation of university and research computing. He also spent the 1980s dismissing the personal computer, and DEC was sold to Compaq six years after he left.', note: 'Every Unix story starts on one of his machines. The PC story ended his company.', status: 'locked', - front: '/cards/ceos/004-ken-olsen-front.png', - back: '/cards/ceos/004-ken-olsen-back.png', + front: "/releases/v2/ceos/004-ken-olsen/front.svg", + back: "/releases/v2/ceos/004-ken-olsen/back.svg", sources: [ { label: 'Ken Olsen', url: 'https://en.wikipedia.org/wiki/Ken_Olsen' }, { label: 'PDP-11', url: 'https://en.wikipedia.org/wiki/PDP-11' }, @@ -192,8 +192,8 @@ export const executives: Executive[] = [ 'Co-invented the silicon integrated circuit at Fairchild, independently of Jack Kilby at Texas Instruments, then co-founded Intel with Gordon Moore in 1968 to build memory and, later, microprocessors. He ran it with the open-plan, no-reserved-parking informality that became the industry’s house style. He was called the Mayor of Silicon Valley, and the eight who walked out of Shockley Semiconductor with him seeded most of what followed.', note: 'Half the companies in the Valley trace their org chart back to his.', status: 'locked', - front: '/cards/ceos/005-robert-noyce-front.png', - back: '/cards/ceos/005-robert-noyce-back.png', + front: "/releases/v2/ceos/005-robert-noyce/front.svg", + back: "/releases/v2/ceos/005-robert-noyce/back.svg", sources: [ { label: 'Robert Noyce', url: 'https://en.wikipedia.org/wiki/Robert_Noyce' }, { label: 'Integrated circuit', url: 'https://en.wikipedia.org/wiki/Integrated_circuit' }, @@ -218,8 +218,8 @@ export const executives: Executive[] = [ 'Wrote a short article for Electronics magazine in 1965 noting that the number of components on a chip had been doubling on a regular cadence and would keep doing so. Moore’s law was a market observation that turned into a roadmap the semiconductor industry then organised itself around, decade after decade. He was Intel’s CEO from 1975 to 1987, through the period that made the microprocessor the company’s business.', note: 'The one forecast in tech that firms spent sixty years and trillions of dollars making come true.', status: 'locked', - front: '/cards/ceos/006-gordon-moore-front.png', - back: '/cards/ceos/006-gordon-moore-back.png', + front: "/releases/v2/ceos/006-gordon-moore/front.svg", + back: "/releases/v2/ceos/006-gordon-moore/back.svg", sources: [ { label: 'Gordon Moore', url: 'https://en.wikipedia.org/wiki/Gordon_Moore' }, { label: 'Moore’s law', url: 'https://en.wikipedia.org/wiki/Moore%27s_law' }, @@ -244,8 +244,8 @@ export const executives: Executive[] = [ 'Understood before anyone that the money was in the software, not the machine, and structured the 1980 MS-DOS deal with IBM to keep the right to license it to everybody else. His 1976 Open Letter to Hobbyists, which called copying Altair BASIC theft, is the document free software spent twenty years arguing with. Microsoft was found to have violated the Sherman Act in 2000.', note: 'The counterparty in the argument this entire site descends from.', status: 'locked', - front: '/cards/ceos/007-bill-gates-front.png', - back: '/cards/ceos/007-bill-gates-back.png', + front: "/releases/v2/ceos/007-bill-gates/front.svg", + back: "/releases/v2/ceos/007-bill-gates/back.svg", sources: [ { label: 'Bill Gates', url: 'https://en.wikipedia.org/wiki/Bill_Gates' }, { label: 'An Open Letter to Hobbyists (1976)', url: 'https://en.wikipedia.org/wiki/Open_Letter_to_Hobbyists' }, @@ -271,8 +271,8 @@ export const executives: Executive[] = [ 'Co-founded Apple in 1976, was forced out in 1985, founded NeXT, bought Pixar, and returned in 1997 to a company close to insolvency. What came back with him mattered technically as well as commercially: NeXTSTEP became macOS and iOS, putting a BSD-derived Unix under hundreds of millions of consumer machines, and Apple’s KHTML fork became WebKit. The iPhone reset what a computer is.', note: 'Ran the most valuable company on earth on taste, and got away with it.', status: 'locked', - front: '/cards/ceos/008-steve-jobs-front.png', - back: '/cards/ceos/008-steve-jobs-back.png', + front: "/releases/v2/ceos/008-steve-jobs/front.svg", + back: "/releases/v2/ceos/008-steve-jobs/back.svg", sources: [ { label: 'Steve Jobs', url: 'https://en.wikipedia.org/wiki/Steve_Jobs' }, { label: 'WebKit', url: 'https://en.wikipedia.org/wiki/WebKit' }, @@ -298,8 +298,8 @@ export const executives: Executive[] = [ 'Read Codd’s paper on the relational model and shipped a commercial product from it before IBM did, then spent thirty-seven years as CEO making Oracle the enterprise system of record, largely by acquisition: PeopleSoft, Siebel, and in 2010 Sun. That made Oracle the steward of Java and MySQL, and the plaintiff in Google v. Oracle. The Supreme Court ruled fair use in 2021.', note: 'Owns more of the software you depend on than the licence file admits.', status: 'locked', - front: '/cards/ceos/009-larry-ellison-front.png', - back: '/cards/ceos/009-larry-ellison-back.png', + front: "/releases/v2/ceos/009-larry-ellison/front.svg", + back: "/releases/v2/ceos/009-larry-ellison/back.svg", sources: [ { label: 'Larry Ellison', url: 'https://en.wikipedia.org/wiki/Larry_Ellison' }, { label: 'Google LLC v. Oracle America, Inc.', url: 'https://en.wikipedia.org/wiki/Google_LLC_v._Oracle_America,_Inc.' }, @@ -324,8 +324,8 @@ export const executives: Executive[] = [ 'Founded Infosys in 1981 with six colleagues and seed money borrowed from his wife, and built it into the company that made offshore software delivery a credible global business rather than a cost-cutting rumour. Infosys became the first India-registered company listed on Nasdaq, in 1999. Domestically he was as known for insisting on Western-standard disclosure and governance at a time when neither was expected of an Indian firm.', note: 'Rewired where the world’s software gets written, without writing much of it himself.', status: 'locked', - front: '/cards/ceos/010-narayana-murthy-front.png', - back: '/cards/ceos/010-narayana-murthy-back.png', + front: "/releases/v2/ceos/010-narayana-murthy/front.svg", + back: "/releases/v2/ceos/010-narayana-murthy/back.svg", sources: [ { label: 'N. R. Narayana Murthy', url: 'https://en.wikipedia.org/wiki/N._R._Narayana_Murthy' }, { label: 'Infosys', url: 'https://en.wikipedia.org/wiki/Infosys' }, @@ -350,8 +350,8 @@ export const executives: Executive[] = [ 'Built SoftBank from software distribution into a telecoms operator and then the most consequential technology investor alive. An early stake in Alibaba, bought for around $20 million, returned tens of billions. He acquired Arm, whose instruction set is in essentially every phone on earth, for about $32 billion in 2016, and launched the $100 billion Vision Fund, which then produced WeWork.', note: 'Nobody has been spectacularly right and spectacularly wrong at this scale.', status: 'locked', - front: '/cards/ceos/011-masayoshi-son-front.png', - back: '/cards/ceos/011-masayoshi-son-back.png', + front: "/releases/v2/ceos/011-masayoshi-son/front.svg", + back: "/releases/v2/ceos/011-masayoshi-son/back.svg", sources: [ { label: 'Masayoshi Son', url: 'https://en.wikipedia.org/wiki/Masayoshi_Son' }, { label: 'SoftBank Vision Fund', url: 'https://en.wikipedia.org/wiki/SoftBank_Vision_Fund' }, @@ -376,8 +376,8 @@ export const executives: Executive[] = [ 'Started assembling PCs in a University of Texas dorm room in 1984 and turned direct sales and negative working capital into a manufacturing weapon: the customer paid before the supplier did. He took the company private in a $24.4 billion buyout in 2013, then bought EMC, and with it VMware, for about $67 billion in 2016.', note: 'The supply chain was the product. Everything else was a box.', status: 'locked', - front: '/cards/ceos/012-michael-dell-front.png', - back: '/cards/ceos/012-michael-dell-back.png', + front: "/releases/v2/ceos/012-michael-dell/front.svg", + back: "/releases/v2/ceos/012-michael-dell/back.svg", sources: [ { label: 'Michael Dell', url: 'https://en.wikipedia.org/wiki/Michael_Dell' }, { label: 'Dell Technologies', url: 'https://en.wikipedia.org/wiki/Dell_Technologies' }, @@ -402,8 +402,8 @@ export const executives: Executive[] = [ 'Ran Sun for twenty-two years and shipped an extraordinary amount of what the internet was built on: NFS, SPARC, Solaris and Java. Sun published NFS as an open specification, released OpenSolaris in 2005 and put Java under the GPL in 2006, decisions that outlived the company since OpenJDK is what most Java runs on today. Commodity Linux boxes killed the workstation business.', note: 'Gave away more load-bearing software than any CEO before him, and still lost the company.', status: 'locked', - front: '/cards/ceos/013-scott-mcnealy-front.png', - back: '/cards/ceos/013-scott-mcnealy-back.png', + front: "/releases/v2/ceos/013-scott-mcnealy/front.svg", + back: "/releases/v2/ceos/013-scott-mcnealy/back.svg", sources: [ { label: 'Scott McNealy', url: 'https://en.wikipedia.org/wiki/Scott_McNealy' }, { label: 'OpenJDK', url: 'https://en.wikipedia.org/wiki/OpenJDK' }, @@ -429,8 +429,8 @@ export const executives: Executive[] = [ 'Spent twenty-five years at Texas Instruments, then founded TSMC in 1987 on a proposition nobody had tried: a chip factory that designs nothing of its own and therefore never competes with its customers. That decision is why a company can exist with brilliant chip designers and no fab, which is to say why Nvidia, AMD and Apple Silicon exist in their current form.', note: 'Changed the shape of an entire industry by choosing what not to build.', status: 'locked', - front: '/cards/ceos/014-morris-chang-front.png', - back: '/cards/ceos/014-morris-chang-back.png', + front: "/releases/v2/ceos/014-morris-chang/front.svg", + back: "/releases/v2/ceos/014-morris-chang/back.svg", sources: [ { label: 'Morris Chang', url: 'https://en.wikipedia.org/wiki/Morris_Chang' }, { label: 'TSMC', url: 'https://en.wikipedia.org/wiki/TSMC' }, @@ -456,8 +456,8 @@ export const executives: Executive[] = [ 'Escaped Hungary in 1956, joined Intel as its first hire, and as CEO from 1987 to 1998 pushed the company out of the memory business it was founded on and into microprocessors, after Japanese competitors made DRAM unprofitable. He wrote the discipline up in High Output Management and Only the Paranoid Survive. Intel’s revenue grew roughly tenfold on his watch.', note: 'Killed his own company’s founding product before somebody else did.', status: 'locked', - front: '/cards/ceos/015-andy-grove-front.png', - back: '/cards/ceos/015-andy-grove-back.png', + front: "/releases/v2/ceos/015-andy-grove/front.svg", + back: "/releases/v2/ceos/015-andy-grove/back.svg", sources: [ { label: 'Andrew Grove', url: 'https://en.wikipedia.org/wiki/Andrew_Grove' }, { label: 'Only the Paranoid Survive', url: 'https://en.wikipedia.org/wiki/Only_the_Paranoid_Survive' }, @@ -482,8 +482,8 @@ export const executives: Executive[] = [ 'Founded Huawei in Shenzhen in 1987 reselling telephone switches, and built the largest supplier of telecommunications equipment on earth. US restrictions from 2019 cut the company off from advanced chips and Google’s Android services, and the response was to fund substitutes in the open: HarmonyOS, and openEuler and openGauss handed to a Chinese open source foundation.', note: 'Carded for scale and for what being cut off made the company release.', status: 'locked', - front: '/cards/ceos/016-ren-zhengfei-front.png', - back: '/cards/ceos/016-ren-zhengfei-back.png', + front: "/releases/v2/ceos/016-ren-zhengfei/front.svg", + back: "/releases/v2/ceos/016-ren-zhengfei/back.svg", sources: [ { label: 'Ren Zhengfei', url: 'https://en.wikipedia.org/wiki/Ren_Zhengfei' }, { label: 'Huawei', url: 'https://en.wikipedia.org/wiki/Huawei' }, @@ -509,8 +509,8 @@ export const executives: Executive[] = [ 'Arrived from RJR Nabisco in 1993 at an IBM losing billions and widely expected to be broken up, kept it whole, and pivoted it from hardware to services. The decision that matters here was announced in 2000: roughly a billion dollars of IBM investment into Linux, plus lawyers and patent cover. Nothing did more to make Linux acceptable in enterprise procurement.', note: 'The suit who made Linux safe to buy.', status: 'locked', - front: '/cards/ceos/017-lou-gerstner-front.png', - back: '/cards/ceos/017-lou-gerstner-back.png', + front: "/releases/v2/ceos/017-lou-gerstner/front.svg", + back: "/releases/v2/ceos/017-lou-gerstner/back.svg", sources: [ { label: 'Louis V. Gerstner Jr.', url: 'https://en.wikipedia.org/wiki/Louis_V._Gerstner_Jr.' }, { label: 'History of IBM', url: 'https://en.wikipedia.org/wiki/History_of_IBM' }, @@ -536,8 +536,8 @@ export const executives: Executive[] = [ 'Co-founded Nvidia in 1993 to build graphics chips for games, then funded CUDA, a way to run general computation on them, long before there was a market for it. When deep learning arrived, the hardware and the programming model were already there. The open source relationship is two-sided: the proprietary Linux driver drew Torvalds’ famous 2012 insult, and the kernel modules were opened in 2022.', note: 'Spent a decade funding a bet on a market that did not exist yet.', status: 'locked', - front: '/cards/ceos/018-jensen-huang-front.png', - back: '/cards/ceos/018-jensen-huang-back.png', + front: "/releases/v2/ceos/018-jensen-huang/front.svg", + back: "/releases/v2/ceos/018-jensen-huang/back.svg", sources: [ { label: 'Jensen Huang', url: 'https://en.wikipedia.org/wiki/Jensen_Huang' }, { label: 'CUDA', url: 'https://en.wikipedia.org/wiki/CUDA' }, @@ -563,8 +563,8 @@ export const executives: Executive[] = [ 'Sold Linux CDs out of a catalogue business, co-founded Red Hat with Marc Ewing, and worked out the argument that made open source investable: nobody pays for the bits, they pay for support, certification and someone to call. Red Hat’s 1999 IPO was one of the largest first-day gains in Nasdaq history, and the moment Wall Street conceded free software was a business.', note: 'The business model half of open source has one author, and it is him.', status: 'locked', - front: '/cards/ceos/019-bob-young-front.png', - back: '/cards/ceos/019-bob-young-back.png', + front: "/releases/v2/ceos/019-bob-young/front.svg", + back: "/releases/v2/ceos/019-bob-young/back.svg", sources: [ { label: 'Bob Young', url: 'https://en.wikipedia.org/wiki/Bob_Young_(businessman)' }, { label: 'Red Hat', url: 'https://en.wikipedia.org/wiki/Red_Hat' }, @@ -589,8 +589,8 @@ export const executives: Executive[] = [ 'Started an online bookshop in 1994 and ran it for twenty-seven years on deliberately thin margins and reinvestment, which is how it outlasted competitors optimising for quarterly profit. The decision with the deepest technical consequences was internal: an API mandate that every team expose its data over service interfaces, which turned Amazon’s own plumbing into AWS in 2006.', note: 'Sold books until the warehouse for the internet turned out to be the business.', status: 'locked', - front: '/cards/ceos/020-jeff-bezos-front.png', - back: '/cards/ceos/020-jeff-bezos-back.png', + front: "/releases/v2/ceos/020-jeff-bezos/front.svg", + back: "/releases/v2/ceos/020-jeff-bezos/back.svg", sources: [ { label: 'Jeff Bezos', url: 'https://en.wikipedia.org/wiki/Jeff_Bezos' }, { label: 'Amazon Web Services', url: 'https://en.wikipedia.org/wiki/Amazon_Web_Services' }, @@ -615,8 +615,8 @@ export const executives: Executive[] = [ 'Co-founded Netflix as a DVD-by-post service in 1997, launched streaming in 2007 against his own profitable business, then commissioned originals against the studios he licensed from. Netflix engineering shaped how the industry runs services at scale and published most of it: Chaos Monkey, Hystrix, Eureka and Zuul all shipped as open source, and chaos engineering came out of that work.', note: 'Broke his own company twice before anyone else could.', status: 'locked', - front: '/cards/ceos/021-reed-hastings-front.png', - back: '/cards/ceos/021-reed-hastings-back.png', + front: "/releases/v2/ceos/021-reed-hastings/front.svg", + back: "/releases/v2/ceos/021-reed-hastings/back.svg", sources: [ { label: 'Reed Hastings', url: 'https://en.wikipedia.org/wiki/Reed_Hastings' }, { label: 'Chaos Monkey', url: 'https://en.wikipedia.org/wiki/Chaos_engineering' }, @@ -642,8 +642,8 @@ export const executives: Executive[] = [ 'Joined eBay in 1998 when it had a few dozen employees and left in 2008 with tens of thousands, having turned an auction site into proof that strangers would transact online at scale, and having bought PayPal in 2002, which mattered more to the internet than the auctions did. She later ran HP through its split into HP Inc and HPE.', note: 'Made online payment between strangers normal, which everything after assumes.', status: 'locked', - front: '/cards/ceos/022-meg-whitman-front.png', - back: '/cards/ceos/022-meg-whitman-back.png', + front: "/releases/v2/ceos/022-meg-whitman/front.svg", + back: "/releases/v2/ceos/022-meg-whitman/back.svg", sources: [ { label: 'Meg Whitman', url: 'https://en.wikipedia.org/wiki/Meg_Whitman' }, { label: 'eBay', url: 'https://en.wikipedia.org/wiki/EBay' }, @@ -668,8 +668,8 @@ export const executives: Executive[] = [ 'Co-founded VMware in 1998 and ran it for a decade, shipping the thing everyone had been told was impractical: efficient virtualisation of an x86 architecture never designed for it. The consequence is the modern data centre. Server consolidation, live migration and the economics that made public cloud viable all rest on that work. She later ran Google Cloud.', note: 'Every cloud instance you have ever rented is downstream of her company’s hypervisor.', status: 'locked', - front: '/cards/ceos/023-diane-greene-front.png', - back: '/cards/ceos/023-diane-greene-back.png', + front: "/releases/v2/ceos/023-diane-greene/front.svg", + back: "/releases/v2/ceos/023-diane-greene/back.svg", sources: [ { label: 'Diane Greene', url: 'https://en.wikipedia.org/wiki/Diane_Greene' }, { label: 'VMware', url: 'https://en.wikipedia.org/wiki/VMware' }, @@ -694,8 +694,8 @@ export const executives: Executive[] = [ 'Co-invented PageRank as a Stanford graduate student and co-founded Google in 1998, serving as CEO twice. Two decisions on his watch had enormous open source consequence: Android was released permissively and given to handset makers, which is why most phones run a Linux kernel, and Chromium was open-sourced, which is why nearly every non-Safari browser is a Chromium derivative.', note: 'The most consequential giving-away of code by a company that was not trying to be an open source company.', status: 'locked', - front: '/cards/ceos/024-larry-page-front.png', - back: '/cards/ceos/024-larry-page-back.png', + front: "/releases/v2/ceos/024-larry-page/front.svg", + back: "/releases/v2/ceos/024-larry-page/back.svg", sources: [ { label: 'Larry Page', url: 'https://en.wikipedia.org/wiki/Larry_Page' }, { label: 'Android (operating system)', url: 'https://en.wikipedia.org/wiki/Android_(operating_system)' }, @@ -721,8 +721,8 @@ export const executives: Executive[] = [ 'Left Oracle to found Salesforce in 1999 behind a marketing campaign built on a red circle struck through the word Software, and made multi-tenant applications delivered over a browser the default way businesses buy anything. Almost every enterprise product now sold by subscription, including most open source companies’ commercial tiers, operates in the category he legitimised.', note: 'Invented the pricing page the rest of the industry now uses.', status: 'locked', - front: '/cards/ceos/025-marc-benioff-front.png', - back: '/cards/ceos/025-marc-benioff-back.png', + front: "/releases/v2/ceos/025-marc-benioff/front.svg", + back: "/releases/v2/ceos/025-marc-benioff/back.svg", sources: [ { label: 'Marc Benioff', url: 'https://en.wikipedia.org/wiki/Marc_Benioff' }, { label: 'Salesforce', url: 'https://en.wikipedia.org/wiki/Salesforce' }, @@ -747,8 +747,8 @@ export const executives: Executive[] = [ 'A former English teacher who founded Alibaba in his Hangzhou apartment in 1999, beat eBay in China with Taobao, and solved the trust problem with an escrow payment system that became Alipay. Alibaba’s 2014 New York listing raised about $25 billion, the largest IPO in history at the time. Dubbo and RocketMQ are Apache projects that came out of the company.', note: 'The card that shows how much of the internet was built outside Silicon Valley.', status: 'locked', - front: '/cards/ceos/026-jack-ma-front.png', - back: '/cards/ceos/026-jack-ma-back.png', + front: "/releases/v2/ceos/026-jack-ma/front.svg", + back: "/releases/v2/ceos/026-jack-ma/back.svg", sources: [ { label: 'Jack Ma', url: 'https://en.wikipedia.org/wiki/Jack_Ma' }, { label: 'Alibaba Group', url: 'https://en.wikipedia.org/wiki/Alibaba_Group' }, @@ -774,8 +774,8 @@ export const executives: Executive[] = [ 'Ran MySQL AB from 2001 and sold it to Sun in 2008 for about a billion dollars, the most anyone had paid for an open source company. MySQL was the M in LAMP, so the deal proved a freely licensed database with a paid support tier could be worth as much as a proprietary one. He later ran Eucalyptus and HackerOne.', note: 'The exit every open source founder cited for the following decade.', status: 'locked', - front: '/cards/ceos/027-marten-mickos-front.png', - back: '/cards/ceos/027-marten-mickos-back.png', + front: "/releases/v2/ceos/027-marten-mickos/front.svg", + back: "/releases/v2/ceos/027-marten-mickos/back.svg", sources: [ { label: 'Mårten Mickos', url: 'https://en.wikipedia.org/wiki/M%C3%A5rten_Mickos' }, { label: 'MySQL AB', url: 'https://en.wikipedia.org/wiki/MySQL_AB' }, @@ -800,8 +800,8 @@ export const executives: Executive[] = [ 'Worked on Unix tooling early, was CTO at Sun during the Java years and CEO of Novell, then ran Google from 2001 to 2011, hired as adult supervision for two founders in their twenties. He built the advertising machine and the management structure that carried the company from a few hundred people to tens of thousands, and presided over the Android and YouTube acquisitions.', note: 'Three of the companies on this card list are places he ran or nearly did.', status: 'locked', - front: '/cards/ceos/028-eric-schmidt-front.png', - back: '/cards/ceos/028-eric-schmidt-back.png', + front: "/releases/v2/ceos/028-eric-schmidt/front.svg", + back: "/releases/v2/ceos/028-eric-schmidt/back.svg", sources: [ { label: 'Eric Schmidt', url: 'https://en.wikipedia.org/wiki/Eric_Schmidt' }, { label: 'Lex (software)', url: 'https://en.wikipedia.org/wiki/Lex_(software)' }, @@ -826,8 +826,8 @@ export const executives: Executive[] = [ 'Founded Facebook in a Harvard dorm in 2004 and still runs the company two decades and about three billion users later, through Cambridge Analytica, the Instagram and WhatsApp deals, and the pivot to Meta. The open source record is enormous and largely separate from the reputational one: React, PyTorch, GraphQL, RocksDB, the Open Compute Project, and the Llama open-weight models.', note: 'The most-criticised CEO in tech also runs its largest open source operation.', status: 'locked', - front: '/cards/ceos/029-mark-zuckerberg-front.png', - back: '/cards/ceos/029-mark-zuckerberg-back.png', + front: "/releases/v2/ceos/029-mark-zuckerberg/front.svg", + back: "/releases/v2/ceos/029-mark-zuckerberg/back.svg", sources: [ { label: 'Mark Zuckerberg', url: 'https://en.wikipedia.org/wiki/Mark_Zuckerberg' }, { label: 'React', url: 'https://en.wikipedia.org/wiki/React_(software)' }, @@ -853,8 +853,8 @@ export const executives: Executive[] = [ 'Tried to sell snowboards online in 2004, found the available software unusable, and wrote his own in Ruby on Rails, early enough that he became a Rails core contributor while doing it. Shopify grew into the platform behind millions of storefronts and remains one of the largest Ruby deployments anywhere, with Liquid, its templating language, released as open source.', note: 'The rare public-company CEO whose GitHub profile is not decorative.', status: 'locked', - front: '/cards/ceos/030-tobias-lutke-front.png', - back: '/cards/ceos/030-tobias-lutke-back.png', + front: "/releases/v2/ceos/030-tobias-lutke/front.svg", + back: "/releases/v2/ceos/030-tobias-lutke/back.svg", sources: [ { label: 'Tobias Lütke', url: 'https://en.wikipedia.org/wiki/Tobias_L%C3%BCtke' }, { label: 'Liquid (template language)', url: 'https://github.com/Shopify/liquid' }, @@ -880,8 +880,8 @@ export const executives: Executive[] = [ 'Runs several companies at once and has changed at least two industries: SpaceX made orbital launch reusable and drove cost per kilogram down by an order of magnitude, and Tesla made electric cars something people wanted rather than tolerated. In 2014 Tesla pledged not to enforce its patents against anyone using them in good faith. He bought Twitter for $44 billion in 2022.', note: 'Carded for the launch cost curve and the patent pledge, not the posting.', status: 'locked', - front: '/cards/ceos/031-elon-musk-front.png', - back: '/cards/ceos/031-elon-musk-back.png', + front: "/releases/v2/ceos/031-elon-musk/front.svg", + back: "/releases/v2/ceos/031-elon-musk/back.svg", sources: [ { label: 'Elon Musk', url: 'https://en.wikipedia.org/wiki/Elon_Musk' }, { label: 'Tesla, Inc.', url: 'https://en.wikipedia.org/wiki/Tesla,_Inc.' }, @@ -907,8 +907,8 @@ export const executives: Executive[] = [ 'Co-founded Spotify in Stockholm in 2006 with an engineering goal that sounds trivial and was not: a track had to start playing faster than a pirated file on your own disk. The early peer-to-peer work solved it, and the licensing deals dragged the record industry into a model it had spent a decade litigating against. Spotify also gave the industry Backstage.', note: 'Beat piracy on latency, which is a more honest explanation than the marketing.', status: 'locked', - front: '/cards/ceos/032-daniel-ek-front.png', - back: '/cards/ceos/032-daniel-ek-back.png', + front: "/releases/v2/ceos/032-daniel-ek/front.svg", + back: "/releases/v2/ceos/032-daniel-ek/back.svg", sources: [ { label: 'Daniel Ek', url: 'https://en.wikipedia.org/wiki/Daniel_Ek' }, { label: 'Backstage', url: 'https://backstage.io/' }, @@ -933,8 +933,8 @@ export const executives: Executive[] = [ 'Wrote the original business plan for what became AWS and ran it from 2006 until succeeding Bezos in 2021. AWS turned computing into a utility. It also set off the defining licensing fight of the era: Elastic, MongoDB and Redis changed licences over managed services built on their code, and Amazon forked Elasticsearch into OpenSearch, later donated to the Linux Foundation.', note: 'The reason the SSPL exists, and the reason OpenSearch does.', status: 'locked', - front: '/cards/ceos/033-andy-jassy-front.png', - back: '/cards/ceos/033-andy-jassy-back.png', + front: "/releases/v2/ceos/033-andy-jassy/front.svg", + back: "/releases/v2/ceos/033-andy-jassy/back.svg", sources: [ { label: 'Andy Jassy', url: 'https://en.wikipedia.org/wiki/Andy_Jassy' }, { label: 'OpenSearch', url: 'https://en.wikipedia.org/wiki/OpenSearch_(software)' }, @@ -960,8 +960,8 @@ export const executives: Executive[] = [ 'Co-founded GitHub in 2008 and was CEO through the period when it became the default home of open source, largely by making the pull request a social object rather than a mailing-list patch. The company was bootstrapped for four years, ran on a famously flat structure that later came apart, and sold to Microsoft for $7.5 billion in 2018.', note: 'Turned reviewing a patch into something people do for fun.', status: 'locked', - front: '/cards/ceos/034-chris-wanstrath-front.png', - back: '/cards/ceos/034-chris-wanstrath-back.png', + front: "/releases/v2/ceos/034-chris-wanstrath/front.svg", + back: "/releases/v2/ceos/034-chris-wanstrath/back.svg", sources: [ { label: 'Chris Wanstrath', url: 'https://en.wikipedia.org/wiki/Chris_Wanstrath' }, { label: 'GitHub', url: 'https://en.wikipedia.org/wiki/GitHub' }, @@ -987,8 +987,8 @@ export const executives: Executive[] = [ 'Came from Delta Air Lines to run Red Hat in 2008 and grew it from about $500 million to over $3 billion in annual revenue, the first open source company at that scale, before selling to IBM for $34 billion in 2019. He wrote The Open Organization, and backed the OpenShift bet on Kubernetes early.', note: 'The proof that the open source business model scales past the true believers.', status: 'locked', - front: '/cards/ceos/035-jim-whitehurst-front.png', - back: '/cards/ceos/035-jim-whitehurst-back.png', + front: "/releases/v2/ceos/035-jim-whitehurst/front.svg", + back: "/releases/v2/ceos/035-jim-whitehurst/back.svg", sources: [ { label: 'Jim Whitehurst', url: 'https://en.wikipedia.org/wiki/Jim_Whitehurst' }, { label: 'IBM acquisition of Red Hat', url: 'https://en.wikipedia.org/wiki/Red_Hat' }, @@ -1013,8 +1013,8 @@ export const executives: Executive[] = [ 'Co-founded Cloudflare in 2009 with Michelle Zatlyn and Lee Holloway and gave away DDoS protection and a CDN to anyone who asked, which is why a large share of the web now passes through it. The company open-sourced Quiche, Pingora and the Workers runtime, funded Let’s Encrypt, and runs Project Galileo for civil society sites at no charge.', note: 'Gave away the expensive part and made the internet structurally dependent on it.', status: 'locked', - front: '/cards/ceos/036-matthew-prince-front.png', - back: '/cards/ceos/036-matthew-prince-back.png', + front: "/releases/v2/ceos/036-matthew-prince/front.svg", + back: "/releases/v2/ceos/036-matthew-prince/back.svg", sources: [ { label: 'Matthew Prince', url: 'https://en.wikipedia.org/wiki/Matthew_Prince' }, { label: 'Cloudflare', url: 'https://en.wikipedia.org/wiki/Cloudflare' }, @@ -1040,8 +1040,8 @@ export const executives: Executive[] = [ 'Founded Stripe with his brother John in 2010, when accepting a card online meant weeks of paperwork with a bank, and replaced it with an API you could integrate in an afternoon. The company set the standard for what developer documentation is expected to look like, and open-sourced Sorbet, a gradual type checker for Ruby now used well beyond Stripe.', note: 'Made the payments industry answer to developers rather than procurement.', status: 'locked', - front: '/cards/ceos/037-patrick-collison-front.png', - back: '/cards/ceos/037-patrick-collison-back.png', + front: "/releases/v2/ceos/037-patrick-collison/front.svg", + back: "/releases/v2/ceos/037-patrick-collison/back.svg", sources: [ { label: 'Patrick Collison', url: 'https://en.wikipedia.org/wiki/Patrick_Collison' }, { label: 'Stripe', url: 'https://en.wikipedia.org/wiki/Stripe,_Inc.' }, @@ -1067,8 +1067,8 @@ export const executives: Executive[] = [ 'Joined Apple in 1998 and rebuilt its supply chain into the most efficient operation in consumer electronics, then took over in 2011 and grew the company past a three trillion dollar valuation. The move to Apple Silicon was the largest architecture migration any consumer platform has attempted. Apple open-sourced Swift in 2015 and funds LLVM, Clang and WebKit.', note: 'The logistics person who turned out to be the right kind of successor.', status: 'locked', - front: '/cards/ceos/038-tim-cook-front.png', - back: '/cards/ceos/038-tim-cook-back.png', + front: "/releases/v2/ceos/038-tim-cook/front.svg", + back: "/releases/v2/ceos/038-tim-cook/back.svg", sources: [ { label: 'Tim Cook', url: 'https://en.wikipedia.org/wiki/Tim_Cook' }, { label: 'Swift (programming language)', url: 'https://en.wikipedia.org/wiki/Swift_(programming_language)' }, @@ -1094,8 +1094,8 @@ export const executives: Executive[] = [ 'Joined IBM as a systems engineer in 1981 and became its first woman CEO in 2012, running the company through a long and contested revenue decline as it shifted toward cloud. The decision she will be remembered for is the 2019 acquisition of Red Hat for $34 billion, structured to leave Red Hat operating independently, which is why the community did not scatter.', note: 'Paid the largest sum in software history for a company that gives its product away.', status: 'locked', - front: '/cards/ceos/039-ginni-rometty-front.png', - back: '/cards/ceos/039-ginni-rometty-back.png', + front: "/releases/v2/ceos/039-ginni-rometty/front.svg", + back: "/releases/v2/ceos/039-ginni-rometty/back.svg", sources: [ { label: 'Ginni Rometty', url: 'https://en.wikipedia.org/wiki/Ginni_Rometty' }, { label: 'IBM acquisition of Red Hat', url: 'https://en.wikipedia.org/wiki/Red_Hat' }, @@ -1120,8 +1120,8 @@ export const executives: Executive[] = [ 'Joined Intel at eighteen, led the design of the 80486 and became the company’s first CTO, then ran VMware from 2012 through its Kubernetes pivot, then returned as Intel’s CEO in 2021 to attempt the hardest turnaround in the industry: rebuilding leading-edge manufacturing against TSMC. He left in 2024 with that unfinished.', note: 'The engineer’s engineer handed the hardest job in semiconductors, twenty years late.', status: 'locked', - front: '/cards/ceos/040-pat-gelsinger-front.png', - back: '/cards/ceos/040-pat-gelsinger-back.png', + front: "/releases/v2/ceos/040-pat-gelsinger/front.svg", + back: "/releases/v2/ceos/040-pat-gelsinger/back.svg", sources: [ { label: 'Pat Gelsinger', url: 'https://en.wikipedia.org/wiki/Pat_Gelsinger' }, { label: 'Intel 80486', url: 'https://en.wikipedia.org/wiki/I486' }, @@ -1146,8 +1146,8 @@ export const executives: Executive[] = [ 'Took over Microsoft in 2014, a company whose previous CEO had called Linux a cancer, and reversed the posture completely: .NET open-sourced and cross-platform, the Linux kernel shipped inside Windows as WSL, VS Code released under MIT, Microsoft joining the Linux Foundation, and GitHub bought for $7.5 billion in 2018 and left to run itself.', note: 'Turned the villain of Series One’s founding argument into the largest corporate contributor to open source.', status: 'locked', - front: '/cards/ceos/041-satya-nadella-front.png', - back: '/cards/ceos/041-satya-nadella-back.png', + front: "/releases/v2/ceos/041-satya-nadella/front.svg", + back: "/releases/v2/ceos/041-satya-nadella/back.svg", sources: [ { label: 'Satya Nadella', url: 'https://en.wikipedia.org/wiki/Satya_Nadella' }, { label: 'Windows Subsystem for Linux', url: 'https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux' }, @@ -1173,8 +1173,8 @@ export const executives: Executive[] = [ 'An MIT-trained semiconductor engineer with real silicon credentials, she took over an AMD near collapse in 2014, bet everything on the Zen architecture and a chiplet strategy, and turned it into a company that took server share from Intel and grew its market value more than fiftyfold. AMD’s ROCm stack is open source, the only credible open alternative to CUDA.', note: 'The most complete corporate turnaround in modern hardware, run by someone who could read the layouts.', status: 'locked', - front: '/cards/ceos/042-lisa-su-front.png', - back: '/cards/ceos/042-lisa-su-back.png', + front: "/releases/v2/ceos/042-lisa-su/front.svg", + back: "/releases/v2/ceos/042-lisa-su/back.svg", sources: [ { label: 'Lisa Su', url: 'https://en.wikipedia.org/wiki/Lisa_Su' }, { label: 'Zen (microarchitecture)', url: 'https://en.wikipedia.org/wiki/Zen_(microarchitecture)' }, @@ -1200,8 +1200,8 @@ export const executives: Executive[] = [ 'Rented her Menlo Park garage to Google’s founders in 1998, became employee sixteen, built AdSense into the business that funded the free web, argued for buying YouTube in 2006, and ran it from 2014 to 2023. The open thread runs through the codecs: Google released VP8 and VP9 royalty-free, then AV1 through the Alliance for Open Media. She died in 2024.', note: 'Ran the platform, and quietly made its file format free for everyone else.', status: 'locked', - front: '/cards/ceos/043-susan-wojcicki-front.png', - back: '/cards/ceos/043-susan-wojcicki-back.png', + front: "/releases/v2/ceos/043-susan-wojcicki/front.svg", + back: "/releases/v2/ceos/043-susan-wojcicki/back.svg", sources: [ { label: 'Susan Wojcicki', url: 'https://en.wikipedia.org/wiki/Susan_Wojcicki' }, { label: 'AV1', url: 'https://en.wikipedia.org/wiki/AV1' }, @@ -1227,8 +1227,8 @@ export const executives: Executive[] = [ 'Turned Dmitriy Zaporozhets’ side project into a company in 2012 and took it public in 2021, running one of the few genuinely successful open core businesses: the community edition stays free and self-hostable while the enterprise tiers pay the bills. GitLab has been all-remote from the start and publishes its entire internal handbook in public.', note: 'Runs the company with the doors off, and it is a public company.', status: 'locked', - front: '/cards/ceos/044-sid-sijbrandij-front.png', - back: '/cards/ceos/044-sid-sijbrandij-back.png', + front: "/releases/v2/ceos/044-sid-sijbrandij/front.svg", + back: "/releases/v2/ceos/044-sid-sijbrandij/back.svg", sources: [ { label: 'GitLab', url: 'https://en.wikipedia.org/wiki/GitLab' }, { label: 'The GitLab Handbook', url: 'https://handbook.gitlab.com/' }, @@ -1253,8 +1253,8 @@ export const executives: Executive[] = [ 'Co-created Apache Kafka at LinkedIn to solve the company’s own data-pipeline mess, wrote The Log, the essay that taught a generation of engineers to think of state as a replayable stream, and left in 2014 to found Confluent around it. Kafka is now infrastructure at most large companies, and Confluent went public in 2021.', note: 'Wrote the thing, then had to work out how to keep the lights on around it.', status: 'locked', - front: '/cards/ceos/045-jay-kreps-front.png', - back: '/cards/ceos/045-jay-kreps-back.png', + front: "/releases/v2/ceos/045-jay-kreps/front.svg", + back: "/releases/v2/ceos/045-jay-kreps/back.svg", sources: [ { label: 'Apache Kafka', url: 'https://en.wikipedia.org/wiki/Apache_Kafka' }, { label: 'The Log: What every software engineer should know (archived)', url: 'https://web.archive.org/web/2020/https://engineering.linkedin.com/distributed-systems/log-what-every-software-engineer-should-know-about-real-time-datas-unifying' }, @@ -1280,8 +1280,8 @@ export const executives: Executive[] = [ 'Made his name arguing internally that Google should build a browser at all, shipped Chrome in 2008 and took it from nothing to dominant, picking up Android and Chrome OS on the way before becoming CEO in 2015. Google under him released TensorFlow, Kubernetes, Go and Chromium, while facing antitrust rulings over the businesses that pay for all of it.', note: 'Runs the company that both funds and dominates the open web.', status: 'locked', - front: '/cards/ceos/046-sundar-pichai-front.png', - back: '/cards/ceos/046-sundar-pichai-back.png', + front: "/releases/v2/ceos/046-sundar-pichai/front.svg", + back: "/releases/v2/ceos/046-sundar-pichai/back.svg", sources: [ { label: 'Sundar Pichai', url: 'https://en.wikipedia.org/wiki/Sundar_Pichai' }, { label: 'Kubernetes', url: 'https://en.wikipedia.org/wiki/Kubernetes' }, @@ -1307,8 +1307,8 @@ export const executives: Executive[] = [ 'Wrote socket.io and mongoose before founding the company now called Vercel, which maintains Next.js, the most used React framework, and turned preview deployments on every pull request into a baseline expectation rather than a luxury. He is also the clearest example of the open-core tension of his generation: the framework is MIT, the hosting is the business.', note: 'Ships the framework, hosts the framework, and takes the argument about it in public.', status: 'locked', - front: '/cards/ceos/047-guillermo-rauch-front.png', - back: '/cards/ceos/047-guillermo-rauch-back.png', + front: "/releases/v2/ceos/047-guillermo-rauch/front.svg", + back: "/releases/v2/ceos/047-guillermo-rauch/back.svg", sources: [ { label: 'Next.js', url: 'https://en.wikipedia.org/wiki/Next.js' }, { label: 'Socket.IO', url: 'https://en.wikipedia.org/wiki/Socket.IO' }, @@ -1334,8 +1334,8 @@ export const executives: Executive[] = [ 'One of the Berkeley AMPLab researchers behind Apache Spark, which replaced MapReduce as the default way to process large datasets, and CEO of Databricks since 2016. The company has kept releasing the substrate rather than hoarding it: Delta Lake, MLflow, Unity Catalog and the Dolly models were all open-sourced, and it bought MosaicML and Tabular to keep the open table format from fragmenting.', note: 'A professor who turned the lab’s output into a platform without closing the source.', status: 'locked', - front: '/cards/ceos/048-ali-ghodsi-front.png', - back: '/cards/ceos/048-ali-ghodsi-back.png', + front: "/releases/v2/ceos/048-ali-ghodsi/front.svg", + back: "/releases/v2/ceos/048-ali-ghodsi/back.svg", sources: [ { label: 'Ali Ghodsi', url: 'https://en.wikipedia.org/wiki/Ali_Ghodsi' }, { label: 'Apache Spark', url: 'https://en.wikipedia.org/wiki/Apache_Spark' }, @@ -1361,8 +1361,8 @@ export const executives: Executive[] = [ 'Co-founded Ximian with Miguel de Icaza, carded in Series One, working on GNOME and Mono, then ran GitHub from 2018 to 2021, the years when the community expected Microsoft to ruin it. Instead private repositories became free, Actions and Codespaces shipped, and the Arctic Code Vault buried a snapshot of open source in a Norwegian mine.', note: 'Took over the thing everyone expected to be spoiled, and it was not.', status: 'locked', - front: '/cards/ceos/049-nat-friedman-front.png', - back: '/cards/ceos/049-nat-friedman-back.png', + front: "/releases/v2/ceos/049-nat-friedman/front.svg", + back: "/releases/v2/ceos/049-nat-friedman/back.svg", sources: [ { label: 'Nat Friedman', url: 'https://en.wikipedia.org/wiki/Nat_Friedman' }, { label: 'GitHub Copilot', url: 'https://en.wikipedia.org/wiki/GitHub_Copilot' }, @@ -1388,8 +1388,8 @@ export const executives: Executive[] = [ 'Ran Y Combinator from 2014 to 2019, then OpenAI, where ChatGPT reached a hundred million users faster than any consumer product before it and forced every large technology company to reorganise around one technology. He was fired by his own board in November 2023 and reinstated five days later. The name is the permanent argument: frontier models closed, Whisper and gpt-oss open.', note: 'The most consequential CEO in tech right now, and the one whose company name is a standing dispute.', status: 'locked', - front: '/cards/ceos/050-sam-altman-front.png', - back: '/cards/ceos/050-sam-altman-back.png', + front: "/releases/v2/ceos/050-sam-altman/front.svg", + back: "/releases/v2/ceos/050-sam-altman/back.svg", sources: [ { label: 'Sam Altman', url: 'https://en.wikipedia.org/wiki/Sam_Altman' }, { label: 'ChatGPT', url: 'https://en.wikipedia.org/wiki/ChatGPT' }, diff --git a/src/data/hacking.ts b/src/data/hacking.ts index 307bc172..aef4a708 100644 --- a/src/data/hacking.ts +++ b/src/data/hacking.ts @@ -45,8 +45,8 @@ export const hackers: Hacker[] = [ 'Talked his way into more networks than he ever broke into. A teenage phone phreak who became the FBI’s most-wanted hacker, was captured in 1995, served five years, and came out the other side as a security consultant and author of The Art of Deception. He made the industry admit the obvious: the person on the phone is the vulnerability.', note: 'The card that defines the set. Nobody argues about this one.', status: 'locked', - front: '/cards/hacking/001-kevin-mitnick-front.png', - back: '/cards/hacking/001-kevin-mitnick-back.png', + front: "/releases/v2/hacking/001-kevin-mitnick/front.svg", + back: "/releases/v2/hacking/001-kevin-mitnick/back.svg", sources: [ { label: 'Kevin Mitnick', url: 'https://en.wikipedia.org/wiki/Kevin_Mitnick' }, { label: 'Takedown — the 1995 arrest, as told by Markoff and Shimomura', url: 'https://en.wikipedia.org/wiki/Takedown_(book)' }, @@ -72,8 +72,8 @@ export const hackers: Hacker[] = [ 'Discovered that a toy whistle packed in a cereal box produced the exact 2600 Hz tone AT&T used to signal a free trunk line. The blue-box scene that grew from it pulled in two young Californians named Wozniak and Jobs, and drew the blueprint for every generation of hacker that followed.', note: 'Patient zero for hacker culture. The whistle is the artifact of the century.', status: 'locked', - front: '/cards/hacking/002-john-draper-front.png', - back: '/cards/hacking/002-john-draper-back.png', + front: "/releases/v2/hacking/002-john-draper/front.svg", + back: "/releases/v2/hacking/002-john-draper/back.svg", sources: [ { label: 'John Draper', url: 'https://en.wikipedia.org/wiki/John_Draper' }, { label: 'Blue box — the 2600 Hz signalling exploit', url: 'https://en.wikipedia.org/wiki/Blue_box' }, @@ -98,8 +98,8 @@ export const hackers: Hacker[] = [ 'Released a self-replicating program from MIT in November 1988 that reinfected hosts far faster than intended and knocked out a large share of the machines on the internet. First person convicted under the Computer Fraud and Abuse Act. Went on to become an MIT professor and a co-founder of Y Combinator.', note: 'The accident that created the entire incident-response industry — CERT exists because of this.', status: 'locked', - front: '/cards/hacking/003-robert-tappan-morris-front.png', - back: '/cards/hacking/003-robert-tappan-morris-back.png', + front: "/releases/v2/hacking/003-robert-tappan-morris/front.svg", + back: "/releases/v2/hacking/003-robert-tappan-morris/back.svg", sources: [ { label: 'The Morris worm', url: 'https://en.wikipedia.org/wiki/Morris_worm' }, { label: 'United States v. Morris (1991) — the first CFAA conviction', url: 'https://en.wikipedia.org/wiki/United_States_v._Morris_(1991)' }, @@ -125,8 +125,8 @@ export const hackers: Hacker[] = [ 'Front man of L0pht Heavy Industries and co-author of L0phtCrack. In 1998 the crew testified before the US Senate under their handles and warned that the internet could be taken down in half an hour. Later ran cyber programs at DARPA, worked security at Google and Stripe, and blew the whistle on Twitter’s security posture in 2022.', note: 'The rare legend who went from underground to the Senate floor without changing his story.', status: 'locked', - front: '/cards/hacking/004-peiter-zatko-front.png', - back: '/cards/hacking/004-peiter-zatko-back.png', + front: "/releases/v2/hacking/004-peiter-zatko/front.svg", + back: "/releases/v2/hacking/004-peiter-zatko/back.svg", sources: [ { label: 'Peiter “Mudge” Zatko', url: 'https://en.wikipedia.org/wiki/Peiter_Zatko' }, { label: 'L0pht, and the 1998 Senate testimony', url: 'https://en.wikipedia.org/wiki/L0pht' }, @@ -153,8 +153,8 @@ export const hackers: Hacker[] = [ 'Seized control of every telephone line into KIIS-FM to guarantee he was caller 102 and won a Porsche. Ran from the FBI, was profiled on Unsolved Mysteries, and served time. Reinvented himself as an investigative journalist at Wired and helped build SecureDrop, the whistleblower system used by newsrooms worldwide.', note: 'Rigged a radio contest, then spent his second act protecting sources.', status: 'locked', - front: '/cards/hacking/005-kevin-poulsen-front.png', - back: '/cards/hacking/005-kevin-poulsen-back.png', + front: "/releases/v2/hacking/005-kevin-poulsen/front.svg", + back: "/releases/v2/hacking/005-kevin-poulsen/back.svg", sources: [ { label: 'Kevin Poulsen', url: 'https://en.wikipedia.org/wiki/Kevin_Poulsen' }, { label: 'SecureDrop, which Poulsen co-created', url: 'https://en.wikipedia.org/wiki/SecureDrop' }, @@ -180,8 +180,8 @@ export const hackers: Hacker[] = [ 'Founded 2600: The Hacker Quarterly in 1984 and has been broadcasting Off The Hook on WBAI since 1988. Organizer of the HOPE conferences and a defendant in the DeCSS case, where the courts first wrestled with whether publishing code is speech.', note: 'The set needs a printing press, and this is it.', status: 'locked', - front: '/cards/hacking/006-eric-corley-front.png', - back: '/cards/hacking/006-eric-corley-back.png', + front: "/releases/v2/hacking/006-eric-corley/front.svg", + back: "/releases/v2/hacking/006-eric-corley/back.svg", sources: [ { label: 'Eric Corley', url: 'https://en.wikipedia.org/wiki/Eric_Corley' }, { label: '2600: The Hacker Quarterly', url: 'https://www.2600.com/' }, @@ -208,8 +208,8 @@ export const hackers: Hacker[] = [ 'Member of the Legion of Doom who, hours after being arrested in 1986, wrote the essay that Phrack published as The Conscience of a Hacker. Later wrote GURPS Cyberpunk for Steve Jackson Games — the manuscript the Secret Service seized in a raid that helped spark the founding of the EFF.', note: 'One page of text that every hacker under thirty could still quote a decade later.', status: 'locked', - front: '/cards/hacking/007-loyd-blankenship-front.png', - back: '/cards/hacking/007-loyd-blankenship-back.png', + front: "/releases/v2/hacking/007-loyd-blankenship/front.svg", + back: "/releases/v2/hacking/007-loyd-blankenship/back.svg", sources: [ { label: '“The Conscience of a Hacker”, Phrack vol. 1 no. 7', url: 'https://phrack.org/issues/7/3.html' }, { label: 'Loyd Blankenship', url: 'https://en.wikipedia.org/wiki/Loyd_Blankenship' }, @@ -235,8 +235,8 @@ export const hackers: Hacker[] = [ 'Threw a going-away party for a friend in Las Vegas in 1993 and accidentally founded DEF CON, now the largest hacker gathering on earth. Also founded Black Hat, served on the US Homeland Security Advisory Council, and spent years translating between the underground and the institutions that fear it.', note: 'Every other legend in this set has stood on a stage he built.', status: 'locked', - front: '/cards/hacking/008-jeff-moss-front.png', - back: '/cards/hacking/008-jeff-moss-back.png', + front: "/releases/v2/hacking/008-jeff-moss/front.svg", + back: "/releases/v2/hacking/008-jeff-moss/back.svg", sources: [ { label: 'Jeff Moss', url: 'https://en.wikipedia.org/wiki/Jeff_Moss_(hacker)' }, { label: 'DEF CON', url: 'https://defcon.org/' }, @@ -261,8 +261,8 @@ export const hackers: Hacker[] = [ 'Found a flaw that let an attacker poison DNS caches and quietly redirect any name on the internet. Instead of publishing, he organized a secret multi-vendor patch effort and got the whole internet fixed on one coordinated day in July 2008. Died in 2021 at 42, and the industry has not stopped talking about him since.', note: 'Proof that the biggest bug of your career is a responsibility, not a trophy.', status: 'locked', - front: '/cards/hacking/009-dan-kaminsky-front.png', - back: '/cards/hacking/009-dan-kaminsky-back.png', + front: "/releases/v2/hacking/009-dan-kaminsky/front.svg", + back: "/releases/v2/hacking/009-dan-kaminsky/back.svg", sources: [ { label: 'Dan Kaminsky', url: 'https://en.wikipedia.org/wiki/Dan_Kaminsky' }, { label: 'CERT/CC VU#800113 — DNS cache poisoning', url: 'https://www.kb.cert.org/vuls/id/800113' }, @@ -288,8 +288,8 @@ export const hackers: Hacker[] = [ 'Chased a 75-cent accounting error at Lawrence Berkeley Lab all the way to Markus Hess, a West German hacker selling US military data to the KGB. His logbooks and homemade tripwires invented network intrusion detection by hand, and The Cuckoo’s Egg is still the best on-ramp anyone ever wrote.', note: 'The first documented cyber-espionage case, solved by an astronomer with a printer.', status: 'locked', - front: '/cards/hacking/010-cliff-stoll-front.png', - back: '/cards/hacking/010-cliff-stoll-back.png', + front: "/releases/v2/hacking/010-cliff-stoll/front.svg", + back: "/releases/v2/hacking/010-cliff-stoll/back.svg", sources: [ { label: 'Clifford Stoll', url: 'https://en.wikipedia.org/wiki/Clifford_Stoll' }, { label: 'The Cuckoo’s Egg', url: 'https://en.wikipedia.org/wiki/The_Cuckoo%27s_Egg_(book)' }, @@ -314,8 +314,8 @@ export const hackers: Hacker[] = [ 'Computational physicist at San Diego Supercomputer Center whose own machines were broken into on Christmas Day 1994. His analysis of the IP-spoofing and TCP sequence-prediction attack, and the cell-tracking work that followed, led federal agents to Kevin Mitnick in Raleigh in February 1995.', note: 'Card 1’s opposite number. They belong in the same pack.', status: 'draft', - front: '/cards/hacking/011-tsutomu-shimomura-front.png', - back: '/cards/hacking/011-tsutomu-shimomura-back.png', + front: "/releases/v2/hacking/011-tsutomu-shimomura/front.svg", + back: "/releases/v2/hacking/011-tsutomu-shimomura/back.svg", sources: [ { label: 'Tsutomu Shimomura', url: 'https://en.wikipedia.org/wiki/Tsutomu_Shimomura' }, { label: 'IP address spoofing — the technique used against him', url: 'https://en.wikipedia.org/wiki/IP_address_spoofing' }, @@ -341,8 +341,8 @@ export const hackers: Hacker[] = [ 'Teenage authority on telephone switching systems and the public face of Masters of Deception. His 1994 prison sentence was widely read as a message being sent to a whole generation; New York magazine had already named him one of the city’s smartest people.', note: 'The last of the pure telephone hackers before the internet took over.', status: 'draft', - front: '/cards/hacking/012-mark-abene-front.png', - back: '/cards/hacking/012-mark-abene-back.png', + front: "/releases/v2/hacking/012-mark-abene/front.svg", + back: "/releases/v2/hacking/012-mark-abene/back.svg", sources: [ { label: 'Mark Abene', url: 'https://en.wikipedia.org/wiki/Mark_Abene' }, { label: 'Masters of Deception', url: 'https://en.wikipedia.org/wiki/Masters_of_Deception' }, @@ -368,8 +368,8 @@ export const hackers: Hacker[] = [ 'Ran in the same Los Angeles phreaking circles as Mitnick and Lewis De Payne and specialized in the human layer — pretext calls, trashed printouts, borrowed credentials. One of the very few women documented in the earliest scene, and she walked away from it entirely.', note: 'Written out of most retellings. This set puts her back in.', status: 'draft', - front: '/cards/hacking/013-susan-headley-front.png', - back: '/cards/hacking/013-susan-headley-back.png', + front: "/releases/v2/hacking/013-susan-headley/front.svg", + back: "/releases/v2/hacking/013-susan-headley/back.svg", sources: [ { label: 'Susan Headley', url: 'https://en.wikipedia.org/wiki/Susan_Headley' }, { label: 'Phreaking', url: 'https://en.wikipedia.org/wiki/Phreaking' }, @@ -395,8 +395,8 @@ export const hackers: Hacker[] = [ 'Broke into Microsoft, Yahoo and The New York Times from library terminals and coffee shops, usually telling the victim afterwards. In 2010 he reported Chelsea Manning to the authorities after she confided in him — a decision that split the community permanently. Died in 2018.', note: 'The most divisive card in the set, and it stays in. The history is the history.', status: 'draft', - front: '/cards/hacking/014-adrian-lamo-front.png', - back: '/cards/hacking/014-adrian-lamo-back.png', + front: "/releases/v2/hacking/014-adrian-lamo/front.svg", + back: "/releases/v2/hacking/014-adrian-lamo/back.svg", sources: [ { label: 'Adrian Lamo', url: 'https://en.wikipedia.org/wiki/Adrian_Lamo' }, { label: 'Wired, 2011 — the Manning–Lamo chat logs', url: 'https://www.wired.com/2011/07/manning-lamo-logs/' }, @@ -422,8 +422,8 @@ export const hackers: Hacker[] = [ 'Scanned US military and NASA networks for machines with blank administrator passwords and found plenty. US prosecutors called it the biggest military computer hack of all time; a decade-long extradition fight ended in 2012 when the UK Home Secretary blocked it on human-rights grounds.', note: 'Two words: no password. That is the whole exploit.', status: 'draft', - front: '/cards/hacking/015-gary-mckinnon-front.png', - back: '/cards/hacking/015-gary-mckinnon-back.png', + front: "/releases/v2/hacking/015-gary-mckinnon/front.svg", + back: "/releases/v2/hacking/015-gary-mckinnon/back.svg", sources: [ { label: 'Gary McKinnon', url: 'https://en.wikipedia.org/wiki/Gary_McKinnon' }, { label: 'BBC, 2012 — extradition to the US blocked', url: 'https://www.bbc.com/news/uk-19957138' }, @@ -449,8 +449,8 @@ export const hackers: Hacker[] = [ 'At fifteen, installed a backdoor on a Defense Threat Reduction Agency server and downloaded NASA software supporting the International Space Station. Sentenced in 2000 as the first juvenile incarcerated for cybercrime in the US. Died by suicide in 2008 while under investigation in an unrelated case he denied any part in.', note: 'A cautionary card. The set tells it straight or not at all.', status: 'draft', - front: '/cards/hacking/016-jonathan-james-front.png', - back: '/cards/hacking/016-jonathan-james-back.png', + front: "/releases/v2/hacking/016-jonathan-james/front.svg", + back: "/releases/v2/hacking/016-jonathan-james/back.svg", sources: [ { label: 'Jonathan James', url: 'https://en.wikipedia.org/wiki/Jonathan_James' }, { label: 'Computer Fraud and Abuse Act', url: 'https://en.wikipedia.org/wiki/Computer_Fraud_and_Abuse_Act' }, @@ -476,8 +476,8 @@ export const hackers: Hacker[] = [ 'One of the seven L0pht members who testified to the Senate in 1998. Spent the following decades turning ad-hoc bug reporting into a process the industry could live with, then co-founded Veracode to make application security something you can actually buy.', note: 'Half the reason a vendor takes your bug report seriously today.', status: 'draft', - front: '/cards/hacking/017-chris-wysopal-front.png', - back: '/cards/hacking/017-chris-wysopal-back.png', + front: "/releases/v2/hacking/017-chris-wysopal/front.svg", + back: "/releases/v2/hacking/017-chris-wysopal/back.svg", sources: [ { label: 'Chris Wysopal', url: 'https://en.wikipedia.org/wiki/Chris_Wysopal' }, { label: 'L0pht', url: 'https://en.wikipedia.org/wiki/L0pht' }, @@ -503,8 +503,8 @@ export const hackers: Hacker[] = [ 'Created Microsoft’s first bug bounty program, then ran Hack the Pentagon, the first bounty program in the history of the US federal government. Fought to keep defensive research from being criminalized under the Wassenaar Arrangement, and founded Luta Security.', note: 'Turned “we do not pay for bugs” into an industry standard line item.', status: 'draft', - front: '/cards/hacking/018-katie-moussouris-front.png', - back: '/cards/hacking/018-katie-moussouris-back.png', + front: "/releases/v2/hacking/018-katie-moussouris/front.svg", + back: "/releases/v2/hacking/018-katie-moussouris/back.svg", sources: [ { label: 'Katie Moussouris', url: 'https://en.wikipedia.org/wiki/Katie_Moussouris' }, { label: 'Bug bounty programs', url: 'https://en.wikipedia.org/wiki/Bug_bounty_program' }, @@ -529,8 +529,8 @@ export const hackers: Hacker[] = [ 'Presented Blue Pill at Black Hat 2006, a rootkit that moved a running OS into a hypervisor beneath it, and coined the Evil Maid attack for machines left unattended. Then built the answer: Qubes OS, a desktop that assumes compromise and isolates by compartment.', note: 'Broke the platform, then shipped a better one. Very few do both.', status: 'draft', - front: '/cards/hacking/019-joanna-rutkowska-front.png', - back: '/cards/hacking/019-joanna-rutkowska-back.png', + front: "/releases/v2/hacking/019-joanna-rutkowska/front.svg", + back: "/releases/v2/hacking/019-joanna-rutkowska/back.svg", sources: [ { label: 'Joanna Rutkowska', url: 'https://en.wikipedia.org/wiki/Joanna_Rutkowska' }, { label: 'Blue Pill', url: 'https://en.wikipedia.org/wiki/Blue_Pill_(software)' }, @@ -557,8 +557,8 @@ export const hackers: Hacker[] = [ 'Wrote afl, the coverage-guided fuzzer that found thousands of bugs across the software everyone depends on and reset the state of the art for everyone else. Author of Silence on the Wire and The Tangled Web, and a long-time browser security lead at Google.', note: 'The bug-finding tool with the highest body count in open source history.', status: 'draft', - front: '/cards/hacking/020-michal-zalewski-front.png', - back: '/cards/hacking/020-michal-zalewski-back.png', + front: "/releases/v2/hacking/020-michal-zalewski/front.svg", + back: "/releases/v2/hacking/020-michal-zalewski/back.svg", sources: [ { label: 'Michał Zalewski', url: 'https://en.wikipedia.org/wiki/Micha%C5%82_Zalewski' }, { label: 'american fuzzy lop', url: 'https://lcamtuf.coredump.cx/afl/' }, @@ -585,8 +585,8 @@ export const hackers: Hacker[] = [ 'Wrote John the Ripper, still the reference password cracker three decades on. Founded Openwall, pioneered non-executable stack patches for Linux, published early return-into-libc work, and runs the oss-security list where the industry argues about disclosure in public.', note: 'Runs the mailing list where your favorite CVE was first announced.', status: 'draft', - front: '/cards/hacking/021-solar-designer-front.png', - back: '/cards/hacking/021-solar-designer-back.png', + front: "/releases/v2/hacking/021-solar-designer/front.svg", + back: "/releases/v2/hacking/021-solar-designer/back.svg", sources: [ { label: 'Alexander Peslyak', url: 'https://en.wikipedia.org/wiki/Alexander_Peslyak' }, { label: 'John the Ripper', url: 'https://www.openwall.com/john/' }, @@ -612,8 +612,8 @@ export const hackers: Hacker[] = [ 'Released Metasploit in 2003 and turned exploit development from scattered one-off code into a shared, modular framework every penetration tester now learns first. Later ran internet-wide scanning projects that mapped just how much of the internet is quietly exposed.', note: 'Changed what a working exploit is worth by making them all free.', status: 'draft', - front: '/cards/hacking/022-hd-moore-front.png', - back: '/cards/hacking/022-hd-moore-back.png', + front: "/releases/v2/hacking/022-hd-moore/front.svg", + back: "/releases/v2/hacking/022-hd-moore/back.svg", sources: [ { label: 'HD Moore', url: 'https://en.wikipedia.org/wiki/HD_Moore' }, { label: 'Metasploit', url: 'https://en.wikipedia.org/wiki/Metasploit' }, @@ -638,8 +638,8 @@ export const hackers: Hacker[] = [ 'Walked onto the Black Hat 2010 stage, ran his Jackpotting demo, and made two ATMs pour out cash in front of the room. Then turned to insulin pumps and pacemakers, showing that implanted medical devices could be attacked wirelessly. Died in 2013, days before he was due to present that research.', note: 'The most theatrical demo in the history of the conference circuit.', status: 'draft', - front: '/cards/hacking/023-barnaby-jack-front.png', - back: '/cards/hacking/023-barnaby-jack-back.png', + front: "/releases/v2/hacking/023-barnaby-jack/front.svg", + back: "/releases/v2/hacking/023-barnaby-jack/back.svg", sources: [ { label: 'Barnaby Jack', url: 'https://en.wikipedia.org/wiki/Barnaby_Jack' }, { label: 'ATM security', url: 'https://en.wikipedia.org/wiki/Automated_teller_machine#Security' }, @@ -664,8 +664,8 @@ export const hackers: Hacker[] = [ 'Won Pwn2Own repeatedly, was the first to publicly exploit the iPhone, and then, with Chris Valasek, cut the transmission of a Jeep Cherokee on a live highway from a couch miles away. Chrysler recalled 1.4 million vehicles. Automotive security became a real discipline overnight.', note: 'One demo, 1.4 million recalled vehicles. Hard to argue with the receipts.', status: 'draft', - front: '/cards/hacking/024-charlie-miller-front.png', - back: '/cards/hacking/024-charlie-miller-back.png', + front: "/releases/v2/hacking/024-charlie-miller/front.svg", + back: "/releases/v2/hacking/024-charlie-miller/back.svg", sources: [ { label: 'Charlie Miller', url: 'https://en.wikipedia.org/wiki/Charlie_Miller_(security_researcher)' }, { label: 'Wired, 2015 — hackers remotely kill a Jeep on the highway', url: 'https://www.wired.com/2015/07/hackers-remotely-kill-jeep-highway/' }, @@ -690,8 +690,8 @@ export const hackers: Hacker[] = [ 'Reverse-engineered the internal networks of production vehicles and, with Miller, demonstrated full remote control of a Jeep Cherokee in 2015. Both went on to build security teams inside the autonomous-vehicle industry they had just put on notice.', note: 'Ships as a pair card with 24. Collectors will want both.', status: 'candidate', - front: '/cards/hacking/025-chris-valasek-front.png', - back: '/cards/hacking/025-chris-valasek-back.png', + front: "/releases/v2/hacking/025-chris-valasek/front.svg", + back: "/releases/v2/hacking/025-chris-valasek/back.svg", sources: [ { label: 'Wired, 2015 — hackers remotely kill a Jeep on the highway', url: 'https://www.wired.com/2015/07/hackers-remotely-kill-jeep-highway/' }, { label: '“Remote Exploitation of an Unaltered Passenger Vehicle” (PDF)', url: 'https://illmatics.com/Remote%20Car%20Hacking.pdf' }, @@ -717,8 +717,8 @@ export const hackers: Hacker[] = [ 'Released a self-propagating cross-site scripting worm in 2005 that added over a million MySpace friends in under a day and took the site down. After his sentence he kept publishing: SkyJack, OwnStar, KeySweeper, and a long line of garage-door and car-key radio attacks explained on video for anyone.', note: 'The best explainer in the game. Half the set learned from his videos.', status: 'draft', - front: '/cards/hacking/026-samy-kamkar-front.png', - back: '/cards/hacking/026-samy-kamkar-back.png', + front: "/releases/v2/hacking/026-samy-kamkar/front.svg", + back: "/releases/v2/hacking/026-samy-kamkar/back.svg", sources: [ { label: 'Samy Kamkar', url: 'https://en.wikipedia.org/wiki/Samy_Kamkar' }, { label: 'The Samy worm', url: 'https://en.wikipedia.org/wiki/Samy_(computer_worm)' }, @@ -745,8 +745,8 @@ export const hackers: Hacker[] = [ 'At seventeen, unlocked the original iPhone from its carrier. Then published PlayStation 3 root keys and was sued by Sony, in a case that became a rallying point for the right to modify hardware you own. Later founded comma.ai and worked on open self-driving.', note: 'The card about who actually owns the device in your pocket.', status: 'draft', - front: '/cards/hacking/027-george-hotz-front.png', - back: '/cards/hacking/027-george-hotz-back.png', + front: "/releases/v2/hacking/027-george-hotz/front.svg", + back: "/releases/v2/hacking/027-george-hotz/back.svg", sources: [ { label: 'George Hotz', url: 'https://en.wikipedia.org/wiki/George_Hotz' }, { label: 'Sony Computer Entertainment America v. Hotz', url: 'https://en.wikipedia.org/wiki/Sony_Computer_Entertainment_America,_Inc._v._Hotz' }, @@ -773,8 +773,8 @@ export const hackers: Hacker[] = [ 'Reversing WannaCry as it tore through hospitals in May 2017, he spotted an unregistered domain in the code and bought it, unintentionally triggering the killswitch that halted the outbreak. Arrested months later over earlier banking-malware code he had written as a teenager; he pled guilty, was sentenced to time served, and now works in threat research.', note: 'Saved the NHS on a Friday and was arrested by August. Both halves are the card.', status: 'draft', - front: '/cards/hacking/028-marcus-hutchins-front.png', - back: '/cards/hacking/028-marcus-hutchins-back.png', + front: "/releases/v2/hacking/028-marcus-hutchins/front.svg", + back: "/releases/v2/hacking/028-marcus-hutchins/back.svg", sources: [ { label: 'Marcus Hutchins', url: 'https://en.wikipedia.org/wiki/Marcus_Hutchins' }, { label: 'The WannaCry ransomware attack', url: 'https://en.wikipedia.org/wiki/WannaCry_ransomware_attack' }, @@ -800,8 +800,8 @@ export const hackers: Hacker[] = [ 'Cracked GSM’s A5/1 encryption with rainbow tables, showed millions of SIM cards could be hijacked over the air with a text message, broke Mifare smartcards, and with Jakob Lell released BadUSB — proof that any USB device’s firmware can be reprogrammed to lie about what it is.', note: 'If it has a radio and a chip, he has probably already read the datasheet.', status: 'draft', - front: '/cards/hacking/029-karsten-nohl-front.png', - back: '/cards/hacking/029-karsten-nohl-back.png', + front: "/releases/v2/hacking/029-karsten-nohl/front.svg", + back: "/releases/v2/hacking/029-karsten-nohl/back.svg", sources: [ { label: 'Karsten Nohl', url: 'https://en.wikipedia.org/wiki/Karsten_Nohl' }, { label: 'BadUSB', url: 'https://en.wikipedia.org/wiki/BadUSB' }, @@ -827,8 +827,8 @@ export const hackers: Hacker[] = [ 'Demonstrated SSLstrip and a run of attacks that exposed how fragile the certificate authority system really was. Then built Signal and the double-ratchet protocol behind it, which WhatsApp and others adopted — quietly putting end-to-end encryption in front of billions of people.', note: 'Attacked the transport layer, then rewrote it. The set’s highest-leverage card.', status: 'draft', - front: '/cards/hacking/030-moxie-marlinspike-front.png', - back: '/cards/hacking/030-moxie-marlinspike-back.png', + front: "/releases/v2/hacking/030-moxie-marlinspike/front.svg", + back: "/releases/v2/hacking/030-moxie-marlinspike/back.svg", sources: [ { label: 'Moxie Marlinspike', url: 'https://en.wikipedia.org/wiki/Moxie_Marlinspike' }, { label: 'The Signal Protocol', url: 'https://en.wikipedia.org/wiki/Signal_Protocol' }, diff --git a/src/data/security.ts b/src/data/security.ts index 371f256f..dfb8ea61 100644 --- a/src/data/security.ts +++ b/src/data/security.ts @@ -60,8 +60,8 @@ export const pros: Pro[] = [ 'With Martin Hellman, published “New Directions in Cryptography” in 1976 and showed that two parties who had never met could agree on a secret over a wire anyone could read. It broke a problem the field had considered permanent, and every TLS handshake since is a descendant. Shared the 2015 Turing Award for it, and spent decades afterwards arguing the civil-liberties side of the crypto policy fights.', note: 'The paper that made secure commerce on a public network conceivable at all.', status: 'locked', - front: '/cards/security/001-whitfield-diffie-front.png', - back: '/cards/security/001-whitfield-diffie-back.png', + front: "/releases/v2/security/001-whitfield-diffie/front.svg", + back: "/releases/v2/security/001-whitfield-diffie/back.svg", sources: [ { label: 'Whitfield Diffie', url: 'https://en.wikipedia.org/wiki/Whitfield_Diffie' }, { label: 'New Directions in Cryptography (1976)', url: 'https://ee.stanford.edu/~hellman/publications/24.pdf' }, @@ -87,8 +87,8 @@ export const pros: Pro[] = [ 'Co-author of the 1976 paper and Stanford professor who then refused to let the NSA classify academic cryptography out of existence, publishing and teaching through explicit pressure to stop. Also co-authored the early analysis of DES key length that argued, correctly and years early, that 56 bits was not enough. Shared the 2015 Turing Award with Diffie.', note: 'Won the maths, then won the argument about who is allowed to do the maths.', status: 'locked', - front: '/cards/security/002-martin-hellman-front.png', - back: '/cards/security/002-martin-hellman-back.png', + front: "/releases/v2/security/002-martin-hellman/front.svg", + back: "/releases/v2/security/002-martin-hellman/back.svg", sources: [ { label: 'Martin Hellman', url: 'https://en.wikipedia.org/wiki/Martin_Hellman' }, { label: 'ACM A.M. Turing Award 2015', url: 'https://amturing.acm.org/award_winners/hellman_4055781.cfm' }, @@ -113,8 +113,8 @@ export const pros: Pro[] = [ 'Co-invented the RSA cryptosystem at MIT in 1977 with Shamir and Adleman, turning public-key cryptography from a proposal into something you could ship. Went on to design MD2, MD4, MD5, RC4, RC5 and RC6, co-author the standard algorithms textbook, and spend his later career on verifiable election systems. Turing Award, 2002.', note: 'Half the acronyms in a 1990s protocol stack trace back to one office at MIT.', status: 'locked', - front: '/cards/security/003-ron-rivest-front.png', - back: '/cards/security/003-ron-rivest-back.png', + front: "/releases/v2/security/003-ron-rivest/front.svg", + back: "/releases/v2/security/003-ron-rivest/back.svg", sources: [ { label: 'Ron Rivest', url: 'https://en.wikipedia.org/wiki/Ron_Rivest' }, { label: 'ACM A.M. Turing Award 2002', url: 'https://amturing.acm.org/award_winners/rivest_1403005.cfm' }, @@ -139,8 +139,8 @@ export const pros: Pro[] = [ 'Co-invented RSA, then invented Shamir secret sharing, then co-developed differential cryptanalysis with Eli Biham — the technique that turned out to be the one the DES designers had quietly hardened against seventeen years earlier. Also a co-author of the cube attack and a long line of side-channel work. Turing Award, 2002.', note: 'Builds the lock and breaks the lock, usually in the same decade.', status: 'locked', - front: '/cards/security/004-adi-shamir-front.png', - back: '/cards/security/004-adi-shamir-back.png', + front: "/releases/v2/security/004-adi-shamir/front.svg", + back: "/releases/v2/security/004-adi-shamir/back.svg", sources: [ { label: 'Adi Shamir', url: 'https://en.wikipedia.org/wiki/Adi_Shamir' }, { label: 'Differential cryptanalysis', url: 'https://en.wikipedia.org/wiki/Differential_cryptanalysis' }, @@ -165,8 +165,8 @@ export const pros: Pro[] = [ 'The third name on the RSA paper, whose role was to keep breaking the schemes Rivest and Shamir proposed until one survived. Later coined the term “computer virus” for Fred Cohen’s 1983 experiments, and founded DNA computing with a molecular solution to the Hamiltonian path problem. Turing Award, 2002.', note: 'The designated attacker on the RSA team. The set needs more of those.', status: 'locked', - front: '/cards/security/005-leonard-adleman-front.png', - back: '/cards/security/005-leonard-adleman-back.png', + front: "/releases/v2/security/005-leonard-adleman/front.svg", + back: "/releases/v2/security/005-leonard-adleman/back.svg", sources: [ { label: 'Leonard Adleman', url: 'https://en.wikipedia.org/wiki/Leonard_Adleman' }, { label: 'ACM A.M. Turing Award 2002', url: 'https://amturing.acm.org/award_winners/adleman_7308544.cfm' }, @@ -191,8 +191,8 @@ export const pros: Pro[] = [ 'Released Pretty Good Privacy as free software in 1991, and it escaped onto the internet worldwide. The US government opened a three-year criminal investigation into him for munitions export, dropped it in 1996 without charges, and the crypto-export regime never recovered. He later co-founded Silent Circle and worked on ZRTP for encrypted voice.', note: 'The card for everyone who has ever typed a passphrase to read their own mail.', status: 'locked', - front: '/cards/security/006-phil-zimmermann-front.png', - back: '/cards/security/006-phil-zimmermann-back.png', + front: "/releases/v2/security/006-phil-zimmermann/front.svg", + back: "/releases/v2/security/006-phil-zimmermann/back.svg", sources: [ { label: 'Phil Zimmermann', url: 'https://en.wikipedia.org/wiki/Phil_Zimmermann' }, { label: 'Pretty Good Privacy', url: 'https://en.wikipedia.org/wiki/Pretty_Good_Privacy' }, @@ -217,8 +217,8 @@ export const pros: Pro[] = [ 'Wrote Applied Cryptography in 1994, the book that taught a generation of engineers how ciphers actually work, then designed Blowfish and co-designed Twofish. Spent the two decades after arguing the harder point: that security is a systems and incentives problem, not a maths problem. Coined “security theatre”, has written the Crypto-Gram newsletter since 1998, and helped report on the Snowden documents.', note: 'More people entered this field because of one book than any other single cause.', status: 'locked', - front: '/cards/security/007-bruce-schneier-front.png', - back: '/cards/security/007-bruce-schneier-back.png', + front: "/releases/v2/security/007-bruce-schneier/front.svg", + back: "/releases/v2/security/007-bruce-schneier/back.svg", sources: [ { label: 'Bruce Schneier', url: 'https://en.wikipedia.org/wiki/Bruce_Schneier' }, { label: 'Schneier on Security', url: 'https://www.schneier.com/' }, @@ -243,8 +243,8 @@ export const pros: Pro[] = [ 'Published the timing-attack paper in 1996 and differential power analysis in 1999, establishing that a correct implementation of a correct algorithm can still leak its key through how long it takes or how much current it draws. Co-authored the SSL 3.0 specification, founded Cryptography Research, and in 2018 was one of the co-discoverers of Spectre.', note: 'Twice made the whole industry re-audit hardware it had already shipped.', status: 'locked', - front: '/cards/security/008-paul-kocher-front.png', - back: '/cards/security/008-paul-kocher-back.png', + front: "/releases/v2/security/008-paul-kocher/front.svg", + back: "/releases/v2/security/008-paul-kocher/back.svg", sources: [ { label: 'Paul Kocher', url: 'https://en.wikipedia.org/wiki/Paul_Kocher' }, { label: 'Spectre (security vulnerability)', url: 'https://en.wikipedia.org/wiki/Spectre_(security_vulnerability)' }, @@ -270,8 +270,8 @@ export const pros: Pro[] = [ 'Published “An Intrusion-Detection Model” in 1987, the paper that framed detection as statistical deviation from a profile of normal behaviour and gave the entire monitoring industry its foundation. Also wrote Cryptography and Data Security, worked on database security and lattice-based information flow, and was one of the few academics engaging seriously with both sides of the Clipper chip debate.', note: 'Every alert queue in every SOC is downstream of one 1987 paper.', status: 'locked', - front: '/cards/security/009-dorothy-denning-front.png', - back: '/cards/security/009-dorothy-denning-back.png', + front: "/releases/v2/security/009-dorothy-denning/front.svg", + back: "/releases/v2/security/009-dorothy-denning/back.svg", sources: [ { label: 'Dorothy E. Denning', url: 'https://en.wikipedia.org/wiki/Dorothy_E._Denning' }, { label: 'An Intrusion-Detection Model (1987)', url: 'https://www.cs.colostate.edu/~cs656/reading/ieee-se-13-2.pdf' }, @@ -297,8 +297,8 @@ export const pros: Pro[] = [ 'Produced one of the first detailed technical analyses of the 1988 Morris worm while the internet was still smoking, co-wrote Practical UNIX and Internet Security with Simson Garfinkel, co-created Tripwire, and founded Purdue’s COAST lab and then CERIAS — for years the largest academic security centre in the US. Has advised more federal panels than most people have attended.', note: 'Trained a large fraction of the people on the rest of these cards.', status: 'locked', - front: '/cards/security/010-gene-spafford-front.png', - back: '/cards/security/010-gene-spafford-back.png', + front: "/releases/v2/security/010-gene-spafford/front.svg", + back: "/releases/v2/security/010-gene-spafford/back.svg", sources: [ { label: 'Gene Spafford', url: 'https://en.wikipedia.org/wiki/Gene_Spafford' }, { label: 'CERIAS, Purdue University', url: 'https://www.cerias.purdue.edu/' }, @@ -323,8 +323,8 @@ export const pros: Pro[] = [ 'Cambridge professor who wrote Security Engineering, the closest thing the field has to a canonical text, and gave away earlier editions free online. Founded the security-economics research programme with the observation that systems fail because the people who could fix them are not the people who bear the loss. Spent years demonstrating that bank chip-and-PIN systems were weaker than the banks told courts they were. Died in 2024.', note: 'If you only read one book on this list, it is this one.', status: 'locked', - front: '/cards/security/011-ross-anderson-front.png', - back: '/cards/security/011-ross-anderson-back.png', + front: "/releases/v2/security/011-ross-anderson/front.svg", + back: "/releases/v2/security/011-ross-anderson/back.svg", sources: [ { label: 'Ross J. Anderson', url: 'https://en.wikipedia.org/wiki/Ross_J._Anderson' }, { label: 'Security Engineering, third edition', url: 'https://www.cl.cam.ac.uk/~rja14/book.html' }, @@ -349,8 +349,8 @@ export const pros: Pro[] = [ 'Found the protocol flaw in the NSA’s Clipper chip escrow scheme in 1994 and published it, which did more to end mandated key escrow than any amount of lobbying. Later led state-commissioned source reviews of US voting systems, published work on the vulnerabilities of master-keyed physical locks and wiretap systems, and became a law-school professor arguing the same points to a different audience.', note: 'Has broken the government’s preferred backdoor design once already.', status: 'locked', - front: '/cards/security/012-matt-blaze-front.png', - back: '/cards/security/012-matt-blaze-back.png', + front: "/releases/v2/security/012-matt-blaze/front.svg", + back: "/releases/v2/security/012-matt-blaze/back.svg", sources: [ { label: 'Matt Blaze', url: 'https://en.wikipedia.org/wiki/Matt_Blaze' }, { label: 'Protocol Failure in the Escrowed Encryption Standard (1994)', url: 'https://www.mattblaze.org/papers/eesproto.pdf' }, @@ -375,8 +375,8 @@ export const pros: Pro[] = [ 'Invented the spanning-tree protocol that made large bridged Ethernets possible, and did the early work on routing protocols designed to keep functioning when a participating node is actively hostile rather than merely broken. Co-wrote Network Security: Private Communication in a Public World, and designed the “ephemerizer” approach to making data reliably expire.', note: 'Designed for the assumption that some of the network is lying to you.', status: 'locked', - front: '/cards/security/013-radia-perlman-front.png', - back: '/cards/security/013-radia-perlman-back.png', + front: "/releases/v2/security/013-radia-perlman/front.svg", + back: "/releases/v2/security/013-radia-perlman/back.svg", sources: [ { label: 'Radia Perlman', url: 'https://en.wikipedia.org/wiki/Radia_Perlman' }, { label: 'Internet Hall of Fame profile', url: 'https://www.internethalloffame.org/inductee/radia-perlman/' }, @@ -401,8 +401,8 @@ export const pros: Pro[] = [ 'Wrote the 1989 paper cataloguing the security problems in TCP/IP — sequence-number prediction, source routing, DNS spoofing — years before anyone was exploiting them at scale. Co-authored Firewalls and Internet Security with Cheswick, co-invented encrypted key exchange, was a Usenet co-creator, and served as chief technologist at the FTC and on the Privacy and Civil Liberties Oversight Board.', note: 'Published the attack list first and spent thirty years watching it come true.', status: 'locked', - front: '/cards/security/014-steven-bellovin-front.png', - back: '/cards/security/014-steven-bellovin-back.png', + front: "/releases/v2/security/014-steven-bellovin/front.svg", + back: "/releases/v2/security/014-steven-bellovin/back.svg", sources: [ { label: 'Steven M. Bellovin', url: 'https://en.wikipedia.org/wiki/Steven_M._Bellovin' }, { label: 'Security Problems in the TCP/IP Protocol Suite (1989)', url: 'https://www.cs.columbia.edu/~smb/papers/ipext.pdf' }, @@ -428,8 +428,8 @@ export const pros: Pro[] = [ 'Co-wrote the 1994 book that taught the industry what a firewall was and how to reason about a perimeter. “An Evening with Berferd” documented him feeding a live intruder a fake environment for months and writing down everything, which is the honeypot genre’s founding text. Later ran the Internet Mapping Project at Bell Labs.', note: 'Invented the practice of watching the attacker instead of just shutting the door.', status: 'locked', - front: '/cards/security/015-william-cheswick-front.png', - back: '/cards/security/015-william-cheswick-back.png', + front: "/releases/v2/security/015-william-cheswick/front.svg", + back: "/releases/v2/security/015-william-cheswick/back.svg", sources: [ { label: 'William Cheswick', url: 'https://en.wikipedia.org/wiki/William_Cheswick' }, { label: 'An Evening with Berferd (1992)', url: 'https://www.cheswick.com/ches/papers/berferd.pdf' }, @@ -454,8 +454,8 @@ export const pros: Pro[] = [ 'Built DEC SEAL, generally credited as the first commercial firewall product, then the TIS Firewall Toolkit and Gauntlet — the code most early internet perimeters were actually made of. Ran whitehouse.gov’s first email server. Has spent the decades since publicly arguing that most of what the industry sells does not work, which has aged better than the products did.', note: 'The perimeter, as an idea people could buy, is largely his fault and his credit.', status: 'locked', - front: '/cards/security/016-marcus-ranum-front.png', - back: '/cards/security/016-marcus-ranum-back.png', + front: "/releases/v2/security/016-marcus-ranum/front.svg", + back: "/releases/v2/security/016-marcus-ranum/back.svg", sources: [ { label: 'Marcus J. Ranum', url: 'https://en.wikipedia.org/wiki/Marcus_J._Ranum' }, { label: 'Firewall (computing) — history', url: 'https://en.wikipedia.org/wiki/Firewall_(computing)' }, @@ -480,8 +480,8 @@ export const pros: Pro[] = [ 'Wrote TCP Wrapper, which for years was the access control on a very large share of Unix hosts on the internet, and Postfix, a mail server written from the start around privilege separation. Co-wrote SATAN with Dan Farmer and later the Coroner’s Toolkit and Forensic Discovery, giving incident responders their first real open tooling.', note: 'Shipped the defence, then shipped the tools to work out how it was beaten.', status: 'locked', - front: '/cards/security/017-wietse-venema-front.png', - back: '/cards/security/017-wietse-venema-back.png', + front: "/releases/v2/security/017-wietse-venema/front.svg", + back: "/releases/v2/security/017-wietse-venema/back.svg", sources: [ { label: 'Wietse Venema', url: 'https://en.wikipedia.org/wiki/Wietse_Venema' }, { label: 'Postfix', url: 'https://www.postfix.org/' }, @@ -506,8 +506,8 @@ export const pros: Pro[] = [ 'Wrote COPS as a student, then in 1995 released SATAN with Wietse Venema — a scanner that audited a network the way an attacker would, published openly so defenders could run it first. The press predicted the end of the internet; SGI fired him over it; the security scanner became a permanent product category. Later co-wrote Forensic Discovery.', note: 'The original argument that defenders should get the attacker’s tools too.', status: 'locked', - front: '/cards/security/018-dan-farmer-front.png', - back: '/cards/security/018-dan-farmer-back.png', + front: "/releases/v2/security/018-dan-farmer/front.svg", + back: "/releases/v2/security/018-dan-farmer/back.svg", sources: [ { label: 'Dan Farmer', url: 'https://en.wikipedia.org/wiki/Dan_Farmer' }, { label: 'SATAN', url: 'https://en.wikipedia.org/wiki/Security_Administrator_Tool_for_Analyzing_Networks' }, @@ -533,8 +533,8 @@ export const pros: Pro[] = [ 'Released Nmap in Phrack in 1997 and has maintained it ever since, adding OS fingerprinting, service detection and the NSE scripting engine. Runs seclists.org, hosting the Bugtraq and Full Disclosure archives that are the field’s institutional memory, and fought MPAA and studio takedown attempts over the tool. Nmap is the first command most defenders learn.', note: 'Twenty-eight years of one maintainer. The reliability is the achievement.', status: 'locked', - front: '/cards/security/019-gordon-lyon-front.png', - back: '/cards/security/019-gordon-lyon-back.png', + front: "/releases/v2/security/019-gordon-lyon/front.svg", + back: "/releases/v2/security/019-gordon-lyon/back.svg", sources: [ { label: 'Gordon Lyon', url: 'https://en.wikipedia.org/wiki/Gordon_Lyon' }, { label: 'Nmap', url: 'https://nmap.org/' }, @@ -559,8 +559,8 @@ export const pros: Pro[] = [ 'Wrote Snort in 1998 as a lightweight packet sniffer, and it became the intrusion detection system that put IDS within reach of organisations that could never have bought one. Founded Sourcefire around it, which Cisco acquired in 2013. The Snort rule syntax outlived the product and is still how a large part of the industry writes network detections.', note: 'A weekend tool that became the de facto standard for network detection.', status: 'locked', - front: '/cards/security/020-martin-roesch-front.png', - back: '/cards/security/020-martin-roesch-back.png', + front: "/releases/v2/security/020-martin-roesch/front.svg", + back: "/releases/v2/security/020-martin-roesch/back.svg", sources: [ { label: 'Martin Roesch', url: 'https://en.wikipedia.org/wiki/Martin_Roesch' }, { label: 'Snort', url: 'https://www.snort.org/' }, @@ -585,8 +585,8 @@ export const pros: Pro[] = [ 'Started Ethereal in 1998 because commercial protocol analysers cost more than his employer would spend, renamed it Wireshark in 2006 after a trademark problem, and has shepherded it ever since through thousands of contributed protocol dissectors. It is the default answer to “what is actually on the wire” for network engineers and incident responders alike.', note: 'The tool you reach for when nobody can agree on what the traffic is doing.', status: 'locked', - front: '/cards/security/021-gerald-combs-front.png', - back: '/cards/security/021-gerald-combs-back.png', + front: "/releases/v2/security/021-gerald-combs/front.svg", + back: "/releases/v2/security/021-gerald-combs/back.svg", sources: [ { label: 'Wireshark', url: 'https://en.wikipedia.org/wiki/Wireshark' }, { label: 'Wireshark project', url: 'https://www.wireshark.org/about.html' }, @@ -611,8 +611,8 @@ export const pros: Pro[] = [ 'Released Nessus in 1998 as a free scanner with its own plugin language, at a point when the alternative was an expensive appliance. Co-founded Tenable Network Security around it in 2002 and took the product closed-source in 2005, a decision the community argued about for years. Vulnerability management as a routine operational practice largely grew out of that codebase.', note: 'The scan report that lands in an admin’s inbox every Monday started here.', status: 'locked', - front: '/cards/security/022-renaud-deraison-front.png', - back: '/cards/security/022-renaud-deraison-back.png', + front: "/releases/v2/security/022-renaud-deraison/front.svg", + back: "/releases/v2/security/022-renaud-deraison/back.svg", sources: [ { label: 'Nessus (software)', url: 'https://en.wikipedia.org/wiki/Nessus_(software)' }, { label: 'Tenable leadership', url: 'https://www.tenable.com/about-tenable/leadership' }, @@ -637,8 +637,8 @@ export const pros: Pro[] = [ 'Maintained BIND for years and wrote or co-wrote a long run of DNS RFCs, then built the response-policy zone mechanism that lets defenders block malicious domains at the resolver. Founded the first anti-spam DNSBL, ran the Internet Software Consortium, operates F-root, and co-founded Farsight Security around passive DNS. Internet Hall of Fame, 2014.', note: 'Ran the plumbing, then built the filters when the plumbing got abused.', status: 'locked', - front: '/cards/security/023-paul-vixie-front.png', - back: '/cards/security/023-paul-vixie-back.png', + front: "/releases/v2/security/023-paul-vixie/front.svg", + back: "/releases/v2/security/023-paul-vixie/back.svg", sources: [ { label: 'Paul Vixie', url: 'https://en.wikipedia.org/wiki/Paul_Vixie' }, { label: 'Internet Hall of Fame profile', url: 'https://www.internethalloffame.org/inductee/paul-vixie/' }, @@ -663,8 +663,8 @@ export const pros: Pro[] = [ 'Wrote honeyd, co-designed the bcrypt password hash with David Mazières, and created systrace and privilege separation work in OpenSSH. At Google he led the Safe Browsing malware research that put interstitial warnings in front of drive-by download sites, and co-authored the papers that measured how large that problem actually was.', note: 'bcrypt alone has protected more passwords than most companies have users.', status: 'locked', - front: '/cards/security/024-niels-provos-front.png', - back: '/cards/security/024-niels-provos-back.png', + front: "/releases/v2/security/024-niels-provos/front.svg", + back: "/releases/v2/security/024-niels-provos/back.svg", sources: [ { label: 'Niels Provos', url: 'https://en.wikipedia.org/wiki/Niels_Provos' }, { label: 'A Future-Adaptable Password Scheme (bcrypt, 1999)', url: 'https://www.usenix.org/legacy/events/usenix99/provos/provos.pdf' }, @@ -689,8 +689,8 @@ export const pros: Pro[] = [ 'Was an information security officer at Yahoo before founding WhiteHat Security in 2001, where continuous scanning of thousands of production sites produced the first credible public statistics on how long real web vulnerabilities actually stay open. Co-founded the Web Application Security Consortium, and co-authored XSS Attacks: Cross Site Scripting Exploits and Defense in 2007 — the book that turned cross-site scripting from a curiosity into a class of bug developers were expected to know.', note: 'The XSS book is still the reference. Web appsec became a discipline on his watch.', status: 'locked', - front: '/cards/security/025-jeremiah-grossman-front.png', - back: '/cards/security/025-jeremiah-grossman-back.png', + front: "/releases/v2/security/025-jeremiah-grossman/front.svg", + back: "/releases/v2/security/025-jeremiah-grossman/back.svg", sources: [ { label: 'XSS Attacks: Cross Site Scripting Exploits and Defense', url: 'https://books.google.com/books/about/XSS_Attacks.html?id=FKN5uL57tyAC' }, { label: 'Jeremiah Grossman’s blog', url: 'https://blog.jeremiahgrossman.com/' }, @@ -717,8 +717,8 @@ export const pros: Pro[] = [ 'Ran ha.ckers.org and published the XSS cheat sheet, which for years was the reference list of filter-evasion payloads that every web application firewall was tested against. Co-authored XSS Attacks with Grossman, released Slowloris to demonstrate that a single machine could hold a web server’s connections open indefinitely, and co-wrote Detecting Malice on behavioural detection.', note: 'The cheat sheet did more for input validation than any standards document.', status: 'locked', - front: '/cards/security/026-robert-hansen-front.png', - back: '/cards/security/026-robert-hansen-back.png', + front: "/releases/v2/security/026-robert-hansen/front.svg", + back: "/releases/v2/security/026-robert-hansen/back.svg", sources: [ { label: 'XSS Attacks: Cross Site Scripting Exploits and Defense', url: 'https://books.google.com/books/about/XSS_Attacks.html?id=FKN5uL57tyAC' }, { label: 'Slowloris (computer security)', url: 'https://en.wikipedia.org/wiki/Slowloris_(cyber_attack)' }, @@ -743,8 +743,8 @@ export const pros: Pro[] = [ 'Started the Open Web Application Security Project in September 2001 as a mailing list and a few documents, and it became the vendor-neutral body that produced the Top Ten, the ASVS, ZAP and the testing guides that appsec teams still work from. Later founded SourceClear on software composition analysis and has kept publicly pushing OWASP to stay relevant to modern supply-chain risk.', note: 'Built the commons the whole application security industry now cites.', status: 'locked', - front: '/cards/security/027-mark-curphey-front.png', - back: '/cards/security/027-mark-curphey-back.png', + front: "/releases/v2/security/027-mark-curphey/front.svg", + back: "/releases/v2/security/027-mark-curphey/back.svg", sources: [ { label: 'OWASP', url: 'https://en.wikipedia.org/wiki/OWASP' }, { label: 'Mark Curphey — OWASP Foundation', url: 'https://owasp.org/www-board-candidates/2022/mark_curphey_2022' }, @@ -769,8 +769,8 @@ export const pros: Pro[] = [ 'Wrote the first OWASP Top Ten and served as the volunteer chair of OWASP from 2003 to 2011, the years in which it went from a mailing list to the reference that PCI DSS and a long line of other standards cite by name. Co-founded Aspect Security and then Contrast Security, arguing for instrumentation inside the running application rather than scanning it from outside.', note: 'One list, and suddenly every auditor knew what SQL injection was.', status: 'locked', - front: '/cards/security/028-jeff-williams-front.png', - back: '/cards/security/028-jeff-williams-back.png', + front: "/releases/v2/security/028-jeff-williams/front.svg", + back: "/releases/v2/security/028-jeff-williams/back.svg", sources: [ { label: 'OWASP', url: 'https://en.wikipedia.org/wiki/OWASP' }, { label: 'OWASP Top Ten project', url: 'https://owasp.org/www-project-top-ten/' }, @@ -795,8 +795,8 @@ export const pros: Pro[] = [ 'Wrote Building Secure Software, Exploiting Software and Software Security, making the case that you cannot test defects out of a system you designed insecurely. Co-created BSIMM, which measures what security programmes actually do rather than what a standard says they should, and has run a long-standing interview series documenting the field’s own history.', note: 'Moved the argument from “scan it later” to “design it right”.', status: 'locked', - front: '/cards/security/029-gary-mcgraw-front.png', - back: '/cards/security/029-gary-mcgraw-back.png', + front: "/releases/v2/security/029-gary-mcgraw/front.svg", + back: "/releases/v2/security/029-gary-mcgraw/back.svg", sources: [ { label: 'Gary McGraw', url: 'https://en.wikipedia.org/wiki/Gary_McGraw' }, { label: 'BSIMM', url: 'https://www.bsimm.com/' }, @@ -821,8 +821,8 @@ export const pros: Pro[] = [ 'Co-wrote Writing Secure Code, which Bill Gates ordered Windows engineers to read during the 2002 Trustworthy Computing halt, and helped build the Security Development Lifecycle that came out of it — threat modelling, banned APIs, fuzzing and a final security review before ship. The SDL became the template most large software organisations copied.', note: 'Turned “be careful” into a checklist an entire company could be held to.', status: 'locked', - front: '/cards/security/030-michael-howard-front.png', - back: '/cards/security/030-michael-howard-back.png', + front: "/releases/v2/security/030-michael-howard/front.svg", + back: "/releases/v2/security/030-michael-howard/back.svg", sources: [ { label: 'Microsoft Security Development Lifecycle', url: 'https://en.wikipedia.org/wiki/Microsoft_Security_Development_Lifecycle' }, { label: 'Writing Secure Code, second edition', url: 'https://www.microsoftpressstore.com/store/writing-secure-code-9780735617223' }, @@ -847,8 +847,8 @@ export const pros: Pro[] = [ 'Drove threat modelling into shippable practice at Microsoft, including the Elevation of Privilege card game that got non-security engineers doing it voluntarily, then wrote Threat Modeling: Designing for Security and later Threats: What Every Engineer Should Learn. Served on the CVE editorial board and co-wrote The New School of Information Security on learning from breach data.', note: 'Four questions — what are we building, what can go wrong, what do we do, did we do a good job.', status: 'locked', - front: '/cards/security/031-adam-shostack-front.png', - back: '/cards/security/031-adam-shostack-back.png', + front: "/releases/v2/security/031-adam-shostack/front.svg", + back: "/releases/v2/security/031-adam-shostack/back.svg", sources: [ { label: 'Adam Shostack’s site', url: 'https://shostack.org/about/adam' }, { label: 'Elevation of Privilege threat modelling game', url: 'https://shostack.org/games/elevation-of-privilege' }, @@ -873,8 +873,8 @@ export const pros: Pro[] = [ 'Wrote ModSecurity, the open-source web application firewall that became the reference implementation and the base of the OWASP Core Rule Set. Then built SSL Labs, whose A-to-F grade for a server’s TLS configuration turned an obscure ops detail into something executives asked about, and wrote Bulletproof TLS and PKI as the manual for fixing the grade.', note: 'Made bad TLS visible and embarrassing, which fixed more of it than any RFC.', status: 'locked', - front: '/cards/security/032-ivan-ristic-front.png', - back: '/cards/security/032-ivan-ristic-back.png', + front: "/releases/v2/security/032-ivan-ristic/front.svg", + back: "/releases/v2/security/032-ivan-ristic/back.svg", sources: [ { label: 'Ivan Ristić', url: 'https://en.wikipedia.org/wiki/Ivan_Risti%C4%87' }, { label: 'Qualys SSL Labs', url: 'https://www.ssllabs.com/' }, @@ -899,8 +899,8 @@ export const pros: Pro[] = [ 'Co-wrote The Art of Software Security Assessment with John McDonald and Justin Schuh, still the most thorough published treatment of how to find memory-safety and logic flaws by reading code. Found deep bugs in Sendmail, OpenSSH and Flash while at ISS X-Force and IBM, and founded Azimuth Security. His work is why a generation of auditors know what to look for in a parser.', note: 'The book that turned code review from a chore into a craft.', status: 'locked', - front: '/cards/security/033-mark-dowd-front.png', - back: '/cards/security/033-mark-dowd-back.png', + front: "/releases/v2/security/033-mark-dowd/front.svg", + back: "/releases/v2/security/033-mark-dowd/back.svg", sources: [ { label: 'The Art of Software Security Assessment', url: 'https://www.informit.com/store/art-of-software-security-assessment-identifying-and-9780321444424' }, { label: 'Azimuth Security', url: 'https://www.azimuthsecurity.com/' }, @@ -926,8 +926,8 @@ export const pros: Pro[] = [ 'Built the graph-based binary diffing that made it routine to extract the vulnerability out of a vendor patch, founded zynamics around BinDiff and VxClass, and sold it to Google in 2011. Later worked in Project Zero and wrote the “weird machines” framing that treats exploitation as programming an unintended state machine inside the target.', note: 'Turned Patch Tuesday into a reliable source of exploit intelligence.', status: 'locked', - front: '/cards/security/034-halvar-flake-front.png', - back: '/cards/security/034-halvar-flake-back.png', + front: "/releases/v2/security/034-halvar-flake/front.svg", + back: "/releases/v2/security/034-halvar-flake/back.svg", sources: [ { label: 'BinDiff', url: 'https://www.zynamics.com/bindiff.html' }, { label: 'Thomas Dullien’s research blog', url: 'https://addxorrol.blogspot.com/' }, @@ -952,8 +952,8 @@ export const pros: Pro[] = [ 'Co-authored “Bypassing Browser Memory Protections”, the 2008 paper that showed how attackers were routing around DEP and ASLR, then at 25C3 the same year demonstrated a working rogue certificate authority built on MD5 collisions — which pushed the CA industry off MD5 for good. Co-founded Trail of Bits.', note: 'Demonstrated the theoretical break against a live CA, which is the only kind that moves anyone.', status: 'locked', - front: '/cards/security/035-alex-sotirov-front.png', - back: '/cards/security/035-alex-sotirov-back.png', + front: "/releases/v2/security/035-alex-sotirov/front.svg", + back: "/releases/v2/security/035-alex-sotirov/back.svg", sources: [ { label: 'MD5 considered harmful today (2008)', url: 'https://www.win.tue.nl/hashclash/rogue-ca/' }, { label: 'Bypassing Browser Memory Protections (2008)', url: 'https://www.blackhat.com/presentations/bh-usa-08/Sotirov_Dowd/bh08-sotirov-dowd.pdf' }, @@ -978,8 +978,8 @@ export const pros: Pro[] = [ 'Co-wrote the 1998 paper with Timothy Newsham showing that a network IDS which reassembles traffic differently from the host it protects can be walked straight past — the work that forced every vendor to rethink normalisation. Co-founded Matasano and later Latacora, and wrote the Cryptopals challenges that taught a generation how crypto actually breaks.', note: 'One paper made every IDS vendor rewrite their TCP stack.', status: 'locked', - front: '/cards/security/036-thomas-ptacek-front.png', - back: '/cards/security/036-thomas-ptacek-back.png', + front: "/releases/v2/security/036-thomas-ptacek/front.svg", + back: "/releases/v2/security/036-thomas-ptacek/back.svg", sources: [ { label: 'Insertion, Evasion, and Denial of Service (1998)', url: 'https://insecure.org/stf/secnet_ids/secnet_ids.html' }, { label: 'The Cryptopals crypto challenges', url: 'https://cryptopals.com/' }, @@ -1004,8 +1004,8 @@ export const pros: Pro[] = [ 'Johns Hopkins cryptographer who co-led the Open Crypto Audit Project’s review of TrueCrypt, contributed to the analysis of Dual_EC_DRBG and the RSA BSAFE backdoor, and worked on the attacks behind Logjam and DROWN. His blog is the standard place the rest of the industry goes to find out how badly a new crypto story is being reported.', note: 'Does the audit, then does the translation so the rest of us can follow it.', status: 'locked', - front: '/cards/security/037-matthew-green-front.png', - back: '/cards/security/037-matthew-green-back.png', + front: "/releases/v2/security/037-matthew-green/front.svg", + back: "/releases/v2/security/037-matthew-green/back.svg", sources: [ { label: 'Matthew D. Green', url: 'https://en.wikipedia.org/wiki/Matthew_D._Green' }, { label: 'A Few Thoughts on Cryptographic Engineering', url: 'https://blog.cryptographyengineering.com/' }, @@ -1030,8 +1030,8 @@ export const pros: Pro[] = [ 'Co-authored the cold boot attack paper showing DRAM retains keys after power off, then spent a career demonstrating — in court and in front of legislatures — that deployed voting machines could be reprogrammed. Co-founded the Internet Security Research Group behind Let’s Encrypt, and co-authored the ZMap internet-wide scanner and the Logjam and FREAK results.', note: 'Let’s Encrypt alone changed the default state of the web from plaintext to TLS.', status: 'locked', - front: '/cards/security/038-j-alex-halderman-front.png', - back: '/cards/security/038-j-alex-halderman-back.png', + front: "/releases/v2/security/038-j-alex-halderman/front.svg", + back: "/releases/v2/security/038-j-alex-halderman/back.svg", sources: [ { label: 'J. Alex Halderman', url: 'https://en.wikipedia.org/wiki/J._Alex_Halderman' }, { label: 'Lest We Remember: Cold Boot Attacks on Encryption Keys', url: 'https://citp.princeton.edu/our-work/memory/' }, @@ -1056,8 +1056,8 @@ export const pros: Pro[] = [ 'Co-authored “Mining Your Ps and Qs”, which scanned the whole IPv4 internet and found that a meaningful share of TLS and SSH keys shared factors because embedded devices generated them without entropy — and then factored them. Followed it with Logjam, DROWN and FREAK, a body of work whose method is: measure what is actually deployed, then break the weak part.', note: 'Proved the crypto was fine and the random number generators were not.', status: 'locked', - front: '/cards/security/039-nadia-heninger-front.png', - back: '/cards/security/039-nadia-heninger-back.png', + front: "/releases/v2/security/039-nadia-heninger/front.svg", + back: "/releases/v2/security/039-nadia-heninger/back.svg", sources: [ { label: 'Nadia Heninger', url: 'https://en.wikipedia.org/wiki/Nadia_Heninger' }, { label: 'Mining Your Ps and Qs (USENIX Security 2012)', url: 'https://factorable.net/paper.html' }, @@ -1082,8 +1082,8 @@ export const pros: Pro[] = [ 'Built Have I Been Pwned in 2013 as a way for ordinary people to find out whether their account was in a dump, and it became infrastructure: browsers, password managers and the NIST-endorsed practice of checking passwords against known-breached lists all query it, using a k-anonymity scheme that never sends the password. Runs it as a public good rather than a product.', note: 'One person’s side project ended up inside the login flow of half the web.', status: 'locked', - front: '/cards/security/040-troy-hunt-front.png', - back: '/cards/security/040-troy-hunt-back.png', + front: "/releases/v2/security/040-troy-hunt/front.svg", + back: "/releases/v2/security/040-troy-hunt/back.svg", sources: [ { label: 'Troy Hunt', url: 'https://en.wikipedia.org/wiki/Troy_Hunt' }, { label: 'Have I Been Pwned', url: 'https://haveibeenpwned.com/' }, @@ -1108,8 +1108,8 @@ export const pros: Pro[] = [ 'Was security lead and signoff for Windows XP Service Pack 2 and Windows Server 2003, co-wrote the Threat Modeling book that came out of that era, then ran security at Mozilla for Firefox, at Apple on privacy and security strategy, at Fastly and Square, and became Intel’s first chief software security officer. Founded Thistle Technologies in 2020 to bring update infrastructure to embedded devices.', note: 'Has been the person accountable for a shipping product’s security more times than anyone.', status: 'locked', - front: '/cards/security/041-window-snyder-front.png', - back: '/cards/security/041-window-snyder-back.png', + front: "/releases/v2/security/041-window-snyder/front.svg", + back: "/releases/v2/security/041-window-snyder/back.svg", sources: [ { label: 'Window Snyder', url: 'https://en.wikipedia.org/wiki/Window_Snyder' }, { label: 'Thistle Technologies', url: 'https://thistle.tech/' }, @@ -1134,8 +1134,8 @@ export const pros: Pro[] = [ 'A founding member of Google’s security team who built and ran its incident response function, including the response to the 2009 Operation Aurora intrusion that Google chose to disclose publicly — a decision that reset industry norms on breach transparency. Co-authored Building Secure and Reliable Systems, and has served on US federal cybersecurity advisory bodies.', note: 'Ran the response that made public disclosure of a state intrusion normal.', status: 'locked', - front: '/cards/security/042-heather-adkins-front.png', - back: '/cards/security/042-heather-adkins-back.png', + front: "/releases/v2/security/042-heather-adkins/front.svg", + back: "/releases/v2/security/042-heather-adkins/back.svg", sources: [ { label: 'Building Secure and Reliable Systems', url: 'https://sre.google/books/building-secure-reliable-systems/' }, { label: 'Operation Aurora', url: 'https://en.wikipedia.org/wiki/Operation_Aurora' }, @@ -1160,8 +1160,8 @@ export const pros: Pro[] = [ 'Joined Google as a penetration tester, printed “Security Princess” on her business card, and rose to run Chrome. Led the multi-year project to mark plain HTTP as “Not secure” in the world’s most-used browser, which more than anything else moved the web to encryption by default, and pushed Project Zero’s 90-day disclosure deadline as an industry-wide forcing function.', note: 'Changed one string in a browser UI and moved the whole web to TLS.', status: 'locked', - front: '/cards/security/043-parisa-tabriz-front.png', - back: '/cards/security/043-parisa-tabriz-back.png', + front: "/releases/v2/security/043-parisa-tabriz/front.svg", + back: "/releases/v2/security/043-parisa-tabriz/back.svg", sources: [ { label: 'Parisa Tabriz', url: 'https://en.wikipedia.org/wiki/Parisa_Tabriz' }, { label: 'Chromium: marking HTTP as not secure', url: 'https://blog.chromium.org/2018/02/a-secure-web-is-here-to-stay.html' }, @@ -1186,8 +1186,8 @@ export const pros: Pro[] = [ 'Was CISO at Yahoo, where he objected to a government email-scanning programme, then CSO at Facebook through the investigation into foreign influence operations, leaving in 2018 over how much the company would disclose. Publicly challenged the NSA director on encryption backdoors, founded the Stanford Internet Observatory, and co-founded iSEC Partners and later Krebs Stamos Group.', note: 'The card about what the job costs when you do it honestly.', status: 'locked', - front: '/cards/security/044-alex-stamos-front.png', - back: '/cards/security/044-alex-stamos-back.png', + front: "/releases/v2/security/044-alex-stamos/front.svg", + back: "/releases/v2/security/044-alex-stamos/back.svg", sources: [ { label: 'Alex Stamos', url: 'https://en.wikipedia.org/wiki/Alex_Stamos' }, { label: 'Stanford Internet Observatory', url: 'https://cyber.fsi.stanford.edu/io' }, @@ -1212,8 +1212,8 @@ export const pros: Pro[] = [ 'Co-authored the 2003 CCIA report arguing that monoculture in operating systems was itself a national security risk, and was fired by @stake, then a Microsoft consultancy, the day it was published. Went on to serve as chief information security officer of In-Q-Tel and to give a run of Black Hat and USENIX keynotes that are still the most quoted long-form arguments about security policy the field has produced.', note: 'Paid for the paper with his job, and the paper was right.', status: 'locked', - front: '/cards/security/045-dan-geer-front.png', - back: '/cards/security/045-dan-geer-back.png', + front: "/releases/v2/security/045-dan-geer/front.svg", + back: "/releases/v2/security/045-dan-geer/back.svg", sources: [ { label: 'Dan Geer', url: 'https://en.wikipedia.org/wiki/Dan_Geer' }, { label: 'CyberInsecurity: The Cost of Monopoly (2003)', url: 'https://www.schneier.com/essays/archives/2003/09/cyberinsecurity_the.html' }, @@ -1238,8 +1238,8 @@ export const pros: Pro[] = [ 'Founded Mandiant in 2004 and built breach response into a business that governments and Fortune 100 boards call at 2am. In 2013 the company published APT1, a report attributing years of intrusions to a specific People’s Liberation Army unit with building photographs and operator handles — the moment public, named attribution became something private companies did.', note: 'Made attribution a commercial deliverable instead of a classified one.', status: 'locked', - front: '/cards/security/046-kevin-mandia-front.png', - back: '/cards/security/046-kevin-mandia-back.png', + front: "/releases/v2/security/046-kevin-mandia/front.svg", + back: "/releases/v2/security/046-kevin-mandia/back.svg", sources: [ { label: 'Mandiant', url: 'https://en.wikipedia.org/wiki/Mandiant' }, { label: 'APT1: Exposing One of China’s Cyber Espionage Units (2013)', url: 'https://www.mandiant.com/resources/reports/apt1-exposing-one-chinas-cyber-espionage-units' }, @@ -1264,8 +1264,8 @@ export const pros: Pro[] = [ 'Has been analysing malware at F-Secure since 1991, through the DOS virus era, Sasser and Blaster, Stuxnet and modern ransomware. Tracked down and interviewed the Pakistani brothers who wrote Brain, the first PC virus, twenty years after the fact. Formulated Hyppönen’s law — if it is smart, it is vulnerable — and is the researcher most often trusted to explain a live incident to the public.', note: 'The continuity card. One person watched the entire history of malware happen.', status: 'locked', - front: '/cards/security/047-mikko-hypponen-front.png', - back: '/cards/security/047-mikko-hypponen-back.png', + front: "/releases/v2/security/047-mikko-hypponen/front.svg", + back: "/releases/v2/security/047-mikko-hypponen/back.svg", sources: [ { label: 'Mikko Hyppönen', url: 'https://en.wikipedia.org/wiki/Mikko_Hypp%C3%B6nen' }, { label: 'Brain (computer virus)', url: 'https://en.wikipedia.org/wiki/Brain_(computer_virus)' }, @@ -1290,8 +1290,8 @@ export const pros: Pro[] = [ 'A former US Air Force cyber warfare officer who co-authored the analysis of the 2015 Ukrainian power grid attack and the later CRASHOVERRIDE and TRISIS malware, then founded Dragos to do industrial control system defence as a specialism rather than an IT afterthought. Co-wrote the SANS ICS courses that most OT defenders come through.', note: 'The set’s reminder that some networks fail into a physical consequence.', status: 'locked', - front: '/cards/security/048-robert-m-lee-front.png', - back: '/cards/security/048-robert-m-lee-back.png', + front: "/releases/v2/security/048-robert-m-lee/front.svg", + back: "/releases/v2/security/048-robert-m-lee/back.svg", sources: [ { label: 'Robert M. Lee — Dragos', url: 'https://www.dragos.com/leadership/robert-m-lee/' }, { label: 'Analysis of the Cyber Attack on the Ukrainian Power Grid (SANS/E-ISAC, 2016)', url: 'https://www.nerc.com/pa/CI/ESISAC/Documents/E-ISAC_SANS_Ukraine_DUC_18Mar2016.pdf' }, @@ -1317,8 +1317,8 @@ export const pros: Pro[] = [ 'Led incident response at Motorola Solutions and then at Dragos, running investigations inside live industrial networks where you cannot simply reimage the plant. Writes long-running public guidance on breaking into and surviving the profession, founded PancakesCon, and holds the SANS Lifetime Achievement Award for that work as much as the casework.', note: 'The mentorship is the contribution. Half a conference floor learned from those posts.', status: 'locked', - front: '/cards/security/049-lesley-carhart-front.png', - back: '/cards/security/049-lesley-carhart-back.png', + front: "/releases/v2/security/049-lesley-carhart/front.svg", + back: "/releases/v2/security/049-lesley-carhart/back.svg", sources: [ { label: 'Lesley Carhart', url: 'https://en.wikipedia.org/wiki/Lesley_Carhart' }, { label: 'Lesley Carhart’s blog', url: 'https://tisiphone.net/about/' }, @@ -1343,8 +1343,8 @@ export const pros: Pro[] = [ 'Was the threat intelligence lead for MITRE ATT&CK during the years it became the shared vocabulary defenders use to describe adversary behaviour, then went to Red Canary as director of intelligence. Teaches the SANS cyber threat intelligence course and spends most of her public work on the unglamorous question of how an intelligence report turns into a detection someone actually deploys.', note: 'ATT&CK gave the blue team a language. This is the card for the person who taught it.', status: 'locked', - front: '/cards/security/050-katie-nickels-front.png', - back: '/cards/security/050-katie-nickels-back.png', + front: "/releases/v2/security/050-katie-nickels/front.svg", + back: "/releases/v2/security/050-katie-nickels/back.svg", sources: [ { label: 'MITRE ATT&CK', url: 'https://attack.mitre.org/' }, { label: 'Katie Nickels — SANS Institute', url: 'https://www.sans.org/profiles/katie-nickels/' }, diff --git a/src/data/women.ts b/src/data/women.ts index 3676ab63..143432b4 100644 --- a/src/data/women.ts +++ b/src/data/women.ts @@ -76,8 +76,8 @@ export const builders: Builder[] = [ 'Her 1843 notes on Babbage’s Analytical Engine ran three times longer than the paper she was translating and contained Note G, a step-by-step method for computing Bernoulli numbers that is generally read as the first published algorithm. More striking is that she argued the machine could act on things other than numbers, which nobody else did for a century.', note: 'Understood what the machine was for before one had ever been built.', status: 'locked', - front: '/cards/women/001-ada-lovelace-front.png', - back: '/cards/women/001-ada-lovelace-back.png', + front: "/releases/v2/women/001-ada-lovelace/front.svg", + back: "/releases/v2/women/001-ada-lovelace/back.svg", sources: [ { label: 'Ada Lovelace', url: 'https://en.wikipedia.org/wiki/Ada_Lovelace' }, { label: 'Sketch of the Analytical Engine, with Notes (1843)', url: 'https://www.fourmilab.ch/babbage/sketch.html' }, @@ -102,8 +102,8 @@ export const builders: Builder[] = [ 'Wrote the A-0 system in 1952, the first compiler, against a field that told her computers could only do arithmetic. Drove the design of FLOW-MATIC and then COBOL, which put business programming into something close to English and ran the world’s finance for decades. Rear Admiral, and the reason anyone says a program has a bug.', note: 'Argued that code should be readable by humans and won, permanently.', status: 'locked', - front: '/cards/women/002-grace-hopper-front.png', - back: '/cards/women/002-grace-hopper-back.png', + front: "/releases/v2/women/002-grace-hopper/front.svg", + back: "/releases/v2/women/002-grace-hopper/back.svg", sources: [ { label: 'Grace Hopper', url: 'https://en.wikipedia.org/wiki/Grace_Hopper' }, { label: 'The A-0 compiler', url: 'https://en.wikipedia.org/wiki/A-0_System' }, @@ -128,8 +128,8 @@ export const builders: Builder[] = [ 'Led the team that wrote the Apollo onboard flight software at MIT, including the priority scheduling that let the guidance computer shed lower-priority work during the 1202 alarms three minutes before the lunar landing rather than fail. She coined the term software engineering, partly to get the discipline taken seriously.', note: 'The landing happened because her code knew what to drop under load.', status: 'locked', - front: '/cards/women/003-margaret-hamilton-front.png', - back: '/cards/women/003-margaret-hamilton-back.png', + front: "/releases/v2/women/003-margaret-hamilton/front.svg", + back: "/releases/v2/women/003-margaret-hamilton/back.svg", sources: [ { label: 'Margaret Hamilton', url: 'https://en.wikipedia.org/wiki/Margaret_Hamilton_(software_engineer)' }, { label: 'Apollo Guidance Computer source', url: 'https://github.com/chrislgarry/Apollo-11' }, @@ -154,8 +154,8 @@ export const builders: Builder[] = [ 'Computed trajectories for Alan Shepard’s flight and the Apollo missions at NASA Langley. When the agency moved to electronic computers for John Glenn’s orbit, Glenn asked for her to check the machine’s numbers by hand before he would fly. Co-authored a 1960 report on orbital calculation, unusual for a woman at Langley then.', note: 'The astronaut trusted her arithmetic over the computer, and he was not wrong to.', status: 'locked', - front: '/cards/women/004-katherine-johnson-front.png', - back: '/cards/women/004-katherine-johnson-back.png', + front: "/releases/v2/women/004-katherine-johnson/front.svg", + back: "/releases/v2/women/004-katherine-johnson/back.svg", sources: [ { label: 'Katherine Johnson', url: 'https://en.wikipedia.org/wiki/Katherine_Johnson' }, { label: 'NASA biography', url: 'https://www.nasa.gov/people/katherine-johnson-biography/' }, @@ -180,8 +180,8 @@ export const builders: Builder[] = [ 'NASA’s first Black supervisor, running the segregated West Area Computing unit. Seeing that the arriving IBM machines would make human computers obsolete, she taught herself FORTRAN and then taught her staff, moving the whole group into programming rather than out of work. That is a rarer kind of technical foresight than the usual sort.', note: 'Saw the automation coming and retrained her entire team ahead of it.', status: 'locked', - front: '/cards/women/005-dorothy-vaughan-front.png', - back: '/cards/women/005-dorothy-vaughan-back.png', + front: "/releases/v2/women/005-dorothy-vaughan/front.svg", + back: "/releases/v2/women/005-dorothy-vaughan/back.svg", sources: [ { label: 'Dorothy Vaughan', url: 'https://en.wikipedia.org/wiki/Dorothy_Vaughan' }, { label: 'NASA biography', url: 'https://www.nasa.gov/people/dorothy-vaughan-biography/' }, @@ -206,8 +206,8 @@ export const builders: Builder[] = [ 'One of the six women who programmed ENIAC by physically rewiring it, working from logic diagrams because no programming language or manual existed. They were called operators and left out of the 1946 press photographs. She went on to help convert ENIAC to a stored-program machine and to work on BINAC and UNIVAC.', note: 'Invented the job while doing it, then watched the men be photographed.', status: 'locked', - front: '/cards/women/006-jean-bartik-front.png', - back: '/cards/women/006-jean-bartik-back.png', + front: "/releases/v2/women/006-jean-bartik/front.svg", + back: "/releases/v2/women/006-jean-bartik/back.svg", sources: [ { label: 'Jean Bartik', url: 'https://en.wikipedia.org/wiki/Jean_Bartik' }, { label: 'ENIAC programmers', url: 'https://en.wikipedia.org/wiki/ENIAC#Programmers' }, @@ -232,8 +232,8 @@ export const builders: Builder[] = [ 'ENIAC programmer who went on to write the sort-merge generator for UNIVAC, an early instance of a program that writes a program. She argued for the UNIVAC console being grey rather than black on human-factors grounds, worked on the C-10 instruction set, and later contributed to the COBOL and FORTRAN standards.', note: 'Wrote code that wrote code, in 1951, on a machine with mercury memory.', status: 'locked', - front: '/cards/women/007-betty-holberton-front.png', - back: '/cards/women/007-betty-holberton-back.png', + front: "/releases/v2/women/007-betty-holberton/front.svg", + back: "/releases/v2/women/007-betty-holberton/back.svg", sources: [ { label: 'Betty Holberton', url: 'https://en.wikipedia.org/wiki/Betty_Holberton' }, { label: 'ENIAC programmers', url: 'https://en.wikipedia.org/wiki/ENIAC#Programmers' }, @@ -258,8 +258,8 @@ export const builders: Builder[] = [ 'Wrote what is generally considered the first assembly language, for the ARC2 and later APE(X)C machines at Birkbeck, and the assembler to go with it. Co-wrote some of the earliest books on how to program and design these machines, and did early work applying neural network ideas to character recognition in the late 1950s.', note: 'Everything between machine code and a compiler starts here.', status: 'locked', - front: '/cards/women/008-kathleen-booth-front.png', - back: '/cards/women/008-kathleen-booth-back.png', + front: "/releases/v2/women/008-kathleen-booth/front.svg", + back: "/releases/v2/women/008-kathleen-booth/back.svg", sources: [ { label: 'Kathleen Booth', url: 'https://en.wikipedia.org/wiki/Kathleen_Booth' }, { label: 'Coding for A.R.C. (1950)', url: 'https://en.wikipedia.org/wiki/Assembly_language#History' }, @@ -284,8 +284,8 @@ export const builders: Builder[] = [ 'Wrote LAP6, the operating system for the LINC, one of the first interactive personal computers. In 1965 she took a LINC home and used it there, which makes her plausibly the first person to have a computer in their house. LAP6 supported real-time text editing on a machine with two kilowords of memory.', note: 'Had a computer at home a decade before anyone was selling one.', status: 'locked', - front: '/cards/women/009-mary-allen-wilkes-front.png', - back: '/cards/women/009-mary-allen-wilkes-back.png', + front: "/releases/v2/women/009-mary-allen-wilkes/front.svg", + back: "/releases/v2/women/009-mary-allen-wilkes/back.svg", sources: [ { label: 'Mary Allen Wilkes', url: 'https://en.wikipedia.org/wiki/Mary_Allen_Wilkes' }, { label: 'LINC', url: 'https://en.wikipedia.org/wiki/LINC' }, @@ -310,8 +310,8 @@ export const builders: Builder[] = [ 'At Bell Labs she designed a computerised switching system that monitored incoming call rates and prioritised work to stop exchanges collapsing under peak load, holding one of the first software patents for it. She reportedly sketched the design while in hospital after giving birth, and became the first woman supervisor of a technical department there.', note: 'Solved overload in telephony before anyone called it backpressure.', status: 'locked', - front: '/cards/women/010-erna-schneider-hoover-front.png', - back: '/cards/women/010-erna-schneider-hoover-back.png', + front: "/releases/v2/women/010-erna-schneider-hoover/front.svg", + back: "/releases/v2/women/010-erna-schneider-hoover/back.svg", sources: [ { label: 'Erna Schneider Hoover', url: 'https://en.wikipedia.org/wiki/Erna_Schneider_Hoover' }, { label: 'National Inventors Hall of Fame', url: 'https://www.invent.org/inductees/erna-schneider-hoover' }, @@ -336,8 +336,8 @@ export const builders: Builder[] = [ 'Ran the Network Information Center at SRI, which was the ARPANET’s directory, help desk and registry, publishing the Resource Handbook and maintaining the HOSTS.TXT file that every machine on the network relied on. Her group proposed the domain naming scheme that gave us .com, .edu, .gov, .mil, .net and .org.', note: 'Ran the internet’s address book by hand, and named the neighbourhoods.', status: 'locked', - front: '/cards/women/011-elizabeth-feinler-front.png', - back: '/cards/women/011-elizabeth-feinler-back.png', + front: "/releases/v2/women/011-elizabeth-feinler/front.svg", + back: "/releases/v2/women/011-elizabeth-feinler/back.svg", sources: [ { label: 'Elizabeth Feinler', url: 'https://en.wikipedia.org/wiki/Elizabeth_J._Feinler' }, { label: 'Internet Hall of Fame profile', url: 'https://www.internethalloffame.org/inductee/elizabeth-feinler/' }, @@ -362,8 +362,8 @@ export const builders: Builder[] = [ 'Founded Freelance Programmers with six pounds, staffing it almost entirely with women programming from home around their children, decades before remote work had a name. Signed her business letters Steve because Stephanie was not getting replies. The company wrote the Concorde black box flight recorder software and she later gave much of her wealth away.', note: 'Built the case for remote work in 1962 and shipped Concorde’s black box.', status: 'locked', - front: '/cards/women/012-stephanie-shirley-front.png', - back: '/cards/women/012-stephanie-shirley-back.png', + front: "/releases/v2/women/012-stephanie-shirley/front.svg", + back: "/releases/v2/women/012-stephanie-shirley/back.svg", sources: [ { label: 'Steve Shirley', url: 'https://en.wikipedia.org/wiki/Steve_Shirley' }, { label: 'Her own account', url: 'https://www.steveshirley.com/' }, @@ -388,8 +388,8 @@ export const builders: Builder[] = [ 'One of the very few women doing cryptanalytic rather than clerical work at Bletchley Park, in the Hut 8 team attacking naval Enigma, and a practitioner of Banburismus. She was initially classified as a linguist because the pay grades had no category for a woman cryptanalyst. The work stayed secret for decades, so the record of it is thinner than it should be.', note: 'The openness score is low because the Official Secrets Act made it so.', status: 'locked', - front: '/cards/women/013-joan-clarke-front.png', - back: '/cards/women/013-joan-clarke-back.png', + front: "/releases/v2/women/013-joan-clarke/front.svg", + back: "/releases/v2/women/013-joan-clarke/back.svg", sources: [ { label: 'Joan Clarke', url: 'https://en.wikipedia.org/wiki/Joan_Clarke' }, { label: 'Bletchley Park', url: 'https://bletchleypark.org.uk/' }, @@ -414,8 +414,8 @@ export const builders: Builder[] = [ 'Broke the ciphers of rum-runners during Prohibition and testified about it in court, then during the war ran the unit that broke the Enigma traffic of a Nazi spy ring in South America. The FBI publicly claimed those results. Her files stayed classified until 2008, which is why her husband William is the famous Friedman.', note: 'Her work was credited to J. Edgar Hoover for sixty years.', status: 'locked', - front: '/cards/women/014-elizebeth-smith-friedman-front.png', - back: '/cards/women/014-elizebeth-smith-friedman-back.png', + front: "/releases/v2/women/014-elizebeth-smith-friedman/front.svg", + back: "/releases/v2/women/014-elizebeth-smith-friedman/back.svg", sources: [ { label: 'Elizebeth Smith Friedman', url: 'https://en.wikipedia.org/wiki/Elizebeth_Smith_Friedman' }, { label: 'NSA Hall of Honor', url: 'https://www.nsa.gov/History/Cryptologic-Hall-of-Honor/Article/1621807/elizebeth-smith-friedman/' }, @@ -440,8 +440,8 @@ export const builders: Builder[] = [ 'With composer George Antheil, patented a frequency-hopping scheme in 1942 to stop radio-guided torpedoes being jammed, synchronised by a mechanism borrowed from player pianos. The Navy shelved it. The underlying idea is an ancestor of the spread-spectrum techniques used in later secure and wireless communication, and the patent was allowed to lapse unpaid.', note: 'Filed it, gave it to the Navy for free, and got nothing for decades.', status: 'locked', - front: '/cards/women/015-hedy-lamarr-front.png', - back: '/cards/women/015-hedy-lamarr-back.png', + front: "/releases/v2/women/015-hedy-lamarr/front.svg", + back: "/releases/v2/women/015-hedy-lamarr/back.svg", sources: [ { label: 'Hedy Lamarr', url: 'https://en.wikipedia.org/wiki/Hedy_Lamarr' }, { label: 'US Patent 2,292,387', url: 'https://patents.google.com/patent/US2292387A/en' }, @@ -466,8 +466,8 @@ export const builders: Builder[] = [ 'Spent a career at IBM building the theory and practice of compiler optimisation: control flow analysis, data flow analysis, the interprocedural work that every modern compiler still does. Her 1966 paper on program optimisation is foundational. In 2006 she became the first woman to receive the Turing Award, thirty-nine years after the award began.', note: 'Every fast binary you have ever run is downstream of her analyses.', status: 'locked', - front: '/cards/women/016-frances-allen-front.png', - back: '/cards/women/016-frances-allen-back.png', + front: "/releases/v2/women/016-frances-allen/front.svg", + back: "/releases/v2/women/016-frances-allen/back.svg", sources: [ { label: 'Frances Allen', url: 'https://en.wikipedia.org/wiki/Frances_Allen' }, { label: 'ACM A.M. Turing Award 2006', url: 'https://amturing.acm.org/award_winners/allen_1012327.cfm' }, @@ -492,8 +492,8 @@ export const builders: Builder[] = [ 'Designed CLU, which introduced abstract data types, iterators and a serious treatment of exceptions, and which shows up in the ancestry of most modern languages. The Liskov substitution principle is the L in SOLID. Also did foundational work on Byzantine fault tolerance with Miguel Castro. Turing Award, 2008.', note: 'You use her ideas whether or not you have heard the name.', status: 'locked', - front: '/cards/women/017-barbara-liskov-front.png', - back: '/cards/women/017-barbara-liskov-back.png', + front: "/releases/v2/women/017-barbara-liskov/front.svg", + back: "/releases/v2/women/017-barbara-liskov/back.svg", sources: [ { label: 'Barbara Liskov', url: 'https://en.wikipedia.org/wiki/Barbara_Liskov' }, { label: 'ACM A.M. Turing Award 2008', url: 'https://amturing.acm.org/award_winners/liskov_1108679.cfm' }, @@ -518,8 +518,8 @@ export const builders: Builder[] = [ 'With Silvio Micali and Charles Rackoff, introduced zero-knowledge interactive proofs, and with Micali the definition of semantic security that made modern encryption provable rather than merely unbroken. Two-time Godel Prize winner and Turing Award, 2012. Every zk-rollup and privacy protocol shipping today is standing on that 1985 paper.', note: 'Formalised the idea of proving a thing without revealing it.', status: 'locked', - front: '/cards/women/018-shafi-goldwasser-front.png', - back: '/cards/women/018-shafi-goldwasser-back.png', + front: "/releases/v2/women/018-shafi-goldwasser/front.svg", + back: "/releases/v2/women/018-shafi-goldwasser/back.svg", sources: [ { label: 'Shafi Goldwasser', url: 'https://en.wikipedia.org/wiki/Shafi_Goldwasser' }, { label: 'ACM A.M. Turing Award 2012', url: 'https://amturing.acm.org/award_winners/goldwasser_8627889.cfm' }, @@ -544,8 +544,8 @@ export const builders: Builder[] = [ 'Her 1972 paper introduced inverse document frequency: rare terms tell you more than common ones. TF-IDF underpinned search engines for thirty years and is still the baseline every ranking system is measured against. She argued throughout her career that computing was too important to be left to men, and said so in those words.', note: 'One weighting function, and search stopped being useless.', status: 'locked', - front: '/cards/women/019-karen-sparck-jones-front.png', - back: '/cards/women/019-karen-sparck-jones-back.png', + front: "/releases/v2/women/019-karen-sparck-jones/front.svg", + back: "/releases/v2/women/019-karen-sparck-jones/back.svg", sources: [ { label: 'Karen Spärck Jones', url: 'https://en.wikipedia.org/wiki/Karen_Sp%C3%A4rck_Jones' }, { label: 'A statistical interpretation of term specificity (1972)', url: 'https://www.emerald.com/insight/content/doi/10.1108/eb026526/full/html' }, @@ -570,8 +570,8 @@ export const builders: Builder[] = [ 'Co-invented differential privacy, which gave a mathematical definition to the amount of information a data release leaks about any one person, replacing a field of ad-hoc anonymisation that kept being broken. It is now in the US Census, Apple’s telemetry and Google’s. She also co-authored early work on proof-of-work and on algorithmic fairness.', note: 'Turned privacy from a promise into a quantity you can bound.', status: 'locked', - front: '/cards/women/020-cynthia-dwork-front.png', - back: '/cards/women/020-cynthia-dwork-back.png', + front: "/releases/v2/women/020-cynthia-dwork/front.svg", + back: "/releases/v2/women/020-cynthia-dwork/back.svg", sources: [ { label: 'Cynthia Dwork', url: 'https://en.wikipedia.org/wiki/Cynthia_Dwork' }, { label: 'Calibrating Noise to Sensitivity (2006)', url: 'https://link.springer.com/chapter/10.1007/11681878_14' }, @@ -596,8 +596,8 @@ export const builders: Builder[] = [ 'An OS researcher who built a fault-tolerant Unix and a memory architecture analysis tool, and who in 1987 started Systers, the first email network for women in computing. Co-founded the Grace Hopper Celebration and the Institute for Women and Technology. The conference now draws tens of thousands a year.', note: 'Built the professional network that a generation of the others came through.', status: 'locked', - front: '/cards/women/021-anita-borg-front.png', - back: '/cards/women/021-anita-borg-back.png', + front: "/releases/v2/women/021-anita-borg/front.svg", + back: "/releases/v2/women/021-anita-borg/back.svg", sources: [ { label: 'Anita Borg', url: 'https://en.wikipedia.org/wiki/Anita_Borg' }, { label: 'AnitaB.org', url: 'https://anitab.org/' }, @@ -622,8 +622,8 @@ export const builders: Builder[] = [ 'Invented dynamic instruction scheduling at IBM in the 1960s, was fired when she transitioned, and rebuilt her career from scratch. At Xerox PARC she and Carver Mead created the VLSI design methodology and the textbook that let universities teach chip design, then set up MOSIS so students could actually fabricate. Modern semiconductors are organised the way she said they should be.', note: 'Did it twice, the second time after the industry threw her away.', status: 'locked', - front: '/cards/women/022-lynn-conway-front.png', - back: '/cards/women/022-lynn-conway-back.png', + front: "/releases/v2/women/022-lynn-conway/front.svg", + back: "/releases/v2/women/022-lynn-conway/back.svg", sources: [ { label: 'Lynn Conway', url: 'https://en.wikipedia.org/wiki/Lynn_Conway' }, { label: 'Introduction to VLSI Systems', url: 'https://en.wikipedia.org/wiki/Introduction_to_VLSI_Systems' }, @@ -648,8 +648,8 @@ export const builders: Builder[] = [ 'Wrote BBC BASIC, then designed the original ARM instruction set with Steve Furber, a RISC architecture so efficient the first silicon ran on leakage current when its power was accidentally disconnected. There are now more ARM cores in the world than any other processor architecture, by a wide margin. Later designed the FirePath processor at Broadcom.', note: 'The chip in your pocket runs her instruction set. So does the other one.', status: 'locked', - front: '/cards/women/023-sophie-wilson-front.png', - back: '/cards/women/023-sophie-wilson-back.png', + front: "/releases/v2/women/023-sophie-wilson/front.svg", + back: "/releases/v2/women/023-sophie-wilson/back.svg", sources: [ { label: 'Sophie Wilson', url: 'https://en.wikipedia.org/wiki/Sophie_Wilson' }, { label: 'ARM architecture', url: 'https://en.wikipedia.org/wiki/ARM_architecture_family' }, @@ -674,8 +674,8 @@ export const builders: Builder[] = [ 'At Xerox PARC she developed Smalltalk-80 with Alan Kay and Dan Ingalls and wrote the books that let anyone else learn it. She objected to demonstrating it to Steve Jobs and was overruled by management; the Macintosh interface followed. Smalltalk is where object-oriented programming and the modern IDE both actually come from.', note: 'Told PARC not to show Jobs the demo. She was right.', status: 'locked', - front: '/cards/women/024-adele-goldberg-front.png', - back: '/cards/women/024-adele-goldberg-back.png', + front: "/releases/v2/women/024-adele-goldberg/front.svg", + back: "/releases/v2/women/024-adele-goldberg/back.svg", sources: [ { label: 'Adele Goldberg', url: 'https://en.wikipedia.org/wiki/Adele_Goldberg_(computer_scientist)' }, { label: 'Smalltalk', url: 'https://en.wikipedia.org/wiki/Smalltalk' }, @@ -700,8 +700,8 @@ export const builders: Builder[] = [ 'Designed the original Macintosh icons, fonts and cursors on graph paper, inventing a visual grammar for direct manipulation that nobody had needed before. The Command key symbol, the trash can, the watch cursor and the Happy Mac are hers. Later did the same work for NeXT, Microsoft and IBM. Her bitmaps are in MoMA.', note: 'Made the computer look friendly, in a 32 by 32 grid.', status: 'locked', - front: '/cards/women/025-susan-kare-front.png', - back: '/cards/women/025-susan-kare-back.png', + front: "/releases/v2/women/025-susan-kare/front.svg", + back: "/releases/v2/women/025-susan-kare/back.svg", sources: [ { label: 'Susan Kare', url: 'https://en.wikipedia.org/wiki/Susan_Kare' }, { label: 'Her portfolio', url: 'https://kare.com/' }, @@ -726,8 +726,8 @@ export const builders: Builder[] = [ 'Founded Adafruit from an MIT dorm room and built it into a substantial manufacturer that publishes its schematics, board files and firmware openly, alongside thousands of free tutorials. Leads CircuitPython, which put a REPL on microcontrollers and made embedded programming approachable. Proved open hardware can be a real company rather than a gesture.', note: 'The openness score is 99 because the schematics ship with the product.', status: 'locked', - front: '/cards/women/026-limor-fried-front.png', - back: '/cards/women/026-limor-fried-back.png', + front: "/releases/v2/women/026-limor-fried/front.svg", + back: "/releases/v2/women/026-limor-fried/back.svg", sources: [ { label: 'Limor Fried', url: 'https://en.wikipedia.org/wiki/Limor_Fried' }, { label: 'CircuitPython', url: 'https://circuitpython.org/' }, @@ -752,8 +752,8 @@ export const builders: Builder[] = [ 'Wrote the Mozilla Public License and led the Mozilla project through the open-sourcing of Netscape, the years when it looked dead, and the rise of Firefox, which broke Internet Explorer’s monopoly and dragged web standards forward. Chaired the Mozilla Foundation for two decades of arguing that the browser should answer to users.', note: 'The reason there is still a browser engine not owned by an ad company.', status: 'locked', - front: '/cards/women/027-mitchell-baker-front.png', - back: '/cards/women/027-mitchell-baker-back.png', + front: "/releases/v2/women/027-mitchell-baker/front.svg", + back: "/releases/v2/women/027-mitchell-baker/back.svg", sources: [ { label: 'Mitchell Baker', url: 'https://en.wikipedia.org/wiki/Mitchell_Baker' }, { label: 'Mozilla Public License', url: 'https://www.mozilla.org/en-US/MPL/' }, @@ -778,8 +778,8 @@ export const builders: Builder[] = [ 'Worked on Pugs, the first usable Perl 6 implementation, and on Haskell and Perl tooling, then became a central figure in g0v, the Taiwanese civic hacking community that forks government websites into working versions. As Taiwan’s digital minister she published transcripts of essentially every meeting she took, and used participatory tooling like vTaiwan on real policy.', note: 'Published the minutes of her own meetings. All of them.', status: 'locked', - front: '/cards/women/028-audrey-tang-front.png', - back: '/cards/women/028-audrey-tang-back.png', + front: "/releases/v2/women/028-audrey-tang/front.svg", + back: "/releases/v2/women/028-audrey-tang/back.svg", sources: [ { label: 'Audrey Tang', url: 'https://en.wikipedia.org/wiki/Audrey_Tang' }, { label: 'g0v', url: 'https://g0v.tw/' }, @@ -804,8 +804,8 @@ export const builders: Builder[] = [ 'Executive director of the Software Freedom Conservancy, which provides the legal and financial home for a long list of open source projects and does the unglamorous work of GPL enforcement. A lawyer with a heart condition, she has made the argument for auditable code concrete by asking to see the source of the defibrillator implanted in her chest, and being refused.', note: 'The strongest argument for source access anyone has: her own heart.', status: 'locked', - front: '/cards/women/029-karen-sandler-front.png', - back: '/cards/women/029-karen-sandler-back.png', + front: "/releases/v2/women/029-karen-sandler/front.svg", + back: "/releases/v2/women/029-karen-sandler/back.svg", sources: [ { label: 'Karen Sandler', url: 'https://en.wikipedia.org/wiki/Karen_Sandler' }, { label: 'Software Freedom Conservancy', url: 'https://sfconservancy.org/' }, @@ -830,8 +830,8 @@ export const builders: Builder[] = [ 'Ran open source at Sun during the OpenSolaris and OpenOffice years, then at Intel, PayPal and Wikimedia, and chaired the Node.js Foundation through the io.js reconciliation. Served on the OSI board. Much of what a corporate open source program office does was invented by her arguing with lawyers, repeatedly, for twenty years.', note: 'Spent two decades translating between engineers and general counsel.', status: 'locked', - front: '/cards/women/030-danese-cooper-front.png', - back: '/cards/women/030-danese-cooper-back.png', + front: "/releases/v2/women/030-danese-cooper/front.svg", + back: "/releases/v2/women/030-danese-cooper/back.svg", sources: [ { label: 'Danese Cooper', url: 'https://en.wikipedia.org/wiki/Danese_Cooper' }, { label: 'Open Source Initiative', url: 'https://opensource.org/' }, @@ -856,8 +856,8 @@ export const builders: Builder[] = [ 'Led the Parrot virtual machine and worked on the Perl 6 design, then served as president of the Perl Foundation, chair of the Open Source Initiative, on the board of the Python Software Foundation, and at Canonical and HP on OpenStack. One of the few people equally credible on a language runtime and on licence text.', note: 'Turns up wherever open source needs both a compiler and a constitution.', status: 'locked', - front: '/cards/women/031-allison-randal-front.png', - back: '/cards/women/031-allison-randal-back.png', + front: "/releases/v2/women/031-allison-randal/front.svg", + back: "/releases/v2/women/031-allison-randal/back.svg", sources: [ { label: 'Allison Randal', url: 'https://en.wikipedia.org/wiki/Allison_Randal' }, { label: 'Her site', url: 'https://www.allisonrandal.com/' }, @@ -882,8 +882,8 @@ export const builders: Builder[] = [ 'Worked on Linux filesystems including ext4, ChunkFS and union mounts, and wrote a long-running series on filesystem design for LWN. Co-founded the Ada Initiative, whose example anti-harassment policy was adopted across a large part of the conference circuit and materially changed what open source events tolerate.', note: 'Shipped kernel code, then fixed the conferences that ran on it.', status: 'locked', - front: '/cards/women/032-valerie-aurora-front.png', - back: '/cards/women/032-valerie-aurora-back.png', + front: "/releases/v2/women/032-valerie-aurora/front.svg", + back: "/releases/v2/women/032-valerie-aurora/back.svg", sources: [ { label: 'Valerie Aurora', url: 'https://en.wikipedia.org/wiki/Valerie_Aurora' }, { label: 'Her LWN filesystem writing', url: 'https://lwn.net/Articles/190222/' }, @@ -908,8 +908,8 @@ export const builders: Builder[] = [ 'Wrote the Contributor Covenant in 2014; it has since been adopted by well over a hundred thousand projects including Linux, Rails and Kubernetes, and it is the reason most repositories have a CODE_OF_CONDUCT.md at all. Also created the Hippocratic License and the Organization for Ethical Source, and took a great deal of abuse for both.', note: 'That file in the root of your repo is hers.', status: 'locked', - front: '/cards/women/033-coraline-ada-ehmke-front.png', - back: '/cards/women/033-coraline-ada-ehmke-back.png', + front: "/releases/v2/women/033-coraline-ada-ehmke/front.svg", + back: "/releases/v2/women/033-coraline-ada-ehmke/back.svg", sources: [ { label: 'Coraline Ada Ehmke', url: 'https://en.wikipedia.org/wiki/Coraline_Ada_Ehmke' }, { label: 'Contributor Covenant', url: 'https://www.contributor-covenant.org/' }, @@ -934,8 +934,8 @@ export const builders: Builder[] = [ 'Led the successful grant-funded work to replace pip’s dependency resolver, a change every Python user benefits from and almost nobody noticed. Has worked on Wikimedia engineering community, Zulip and MediaWiki, and writes seriously about the unglamorous parts of open source: release management, funding, and how maintainers burn out.', note: 'Fixed pip’s resolver. Consider what your builds were like before.', status: 'locked', - front: '/cards/women/034-sumana-harihareswara-front.png', - back: '/cards/women/034-sumana-harihareswara-back.png', + front: "/releases/v2/women/034-sumana-harihareswara/front.svg", + back: "/releases/v2/women/034-sumana-harihareswara/back.svg", sources: [ { label: 'Sumana Harihareswara', url: 'https://en.wikipedia.org/wiki/Sumana_Harihareswara' }, { label: 'The pip resolver rollout', url: 'https://pyfound.blogspot.com/2020/11/pip-20-3-new-resolver.html' }, @@ -960,8 +960,8 @@ export const builders: Builder[] = [ 'Showed that 87 percent of Americans could be uniquely identified from ZIP code, birth date and sex, then demonstrated it by re-identifying the Massachusetts governor’s medical records in a public dataset and mailing them to him. Proposed k-anonymity in response. Later served as chief technologist at the FTC and published work on discrimination in online ad delivery.', note: 'Mailed the governor his own supposedly anonymous health records.', status: 'locked', - front: '/cards/women/035-latanya-sweeney-front.png', - back: '/cards/women/035-latanya-sweeney-back.png', + front: "/releases/v2/women/035-latanya-sweeney/front.svg", + back: "/releases/v2/women/035-latanya-sweeney/back.svg", sources: [ { label: 'Latanya Sweeney', url: 'https://en.wikipedia.org/wiki/Latanya_Sweeney' }, { label: 'k-Anonymity (2002)', url: 'https://dataprivacylab.org/dataprivacy/projects/kanonymity/kanonymity.pdf' }, @@ -986,8 +986,8 @@ export const builders: Builder[] = [ 'CPython contributor, Python Software Foundation director and Twisted maintainer who did a large amount of the outreach work that widened who shows up to Python: Boston Python’s beginner workshops moved the local user group to roughly a third women, which nobody had managed before. Co-wrote a book on Twisted and taught a great deal for free.', note: 'Ran the workshops that changed who was in the room.', status: 'locked', - front: '/cards/women/036-jessica-mckellar-front.png', - back: '/cards/women/036-jessica-mckellar-back.png', + front: "/releases/v2/women/036-jessica-mckellar/front.svg", + back: "/releases/v2/women/036-jessica-mckellar/back.svg", sources: [ { label: 'Jessica McKellar', url: 'https://en.wikipedia.org/wiki/Jessica_McKellar' }, { label: 'Python Software Foundation', url: 'https://www.python.org/psf/' }, @@ -1012,8 +1012,8 @@ export const builders: Builder[] = [ 'Project Jupyter steering council member and CPython core developer who has done a great deal of the work on JupyterHub and Binder, the pieces that turn a notebook from a file on someone’s laptop into shared, reproducible infrastructure. Served as a Python Steering Council member and does the release and mentoring work that keeps both projects running.', note: 'Notebooks are how science ships now, and she maintains them.', status: 'locked', - front: '/cards/women/037-carol-willing-front.png', - back: '/cards/women/037-carol-willing-back.png', + front: "/releases/v2/women/037-carol-willing/front.svg", + back: "/releases/v2/women/037-carol-willing/back.svg", sources: [ { label: 'Project Jupyter', url: 'https://jupyter.org/about' }, { label: 'Python Steering Council', url: 'https://github.com/python/steering-council' }, @@ -1038,8 +1038,8 @@ export const builders: Builder[] = [ 'Writes hand-drawn zines and a long-running blog that explain strace, tcpdump, DNS, containers, git internals and networking better than the manuals do, mostly by working through her own confusion in public. Wrote a Ruby profiler and various debugging tools. An enormous number of engineers learned how their machine works from her drawings.', note: 'Made "I do not understand this yet" a legitimate way to write documentation.', status: 'locked', - front: '/cards/women/038-julia-evans-front.png', - back: '/cards/women/038-julia-evans-back.png', + front: "/releases/v2/women/038-julia-evans/front.svg", + back: "/releases/v2/women/038-julia-evans/back.svg", sources: [ { label: 'Julia Evans’ blog', url: 'https://jvns.ca/' }, { label: 'Wizard Zines', url: 'https://wizardzines.com/' }, @@ -1064,8 +1064,8 @@ export const builders: Builder[] = [ 'CSS Working Group invited expert and the person who did more than anyone to get CSS Grid understood and adopted, through Grid by Example, years of writing and a great deal of patient explanation. Later editor in chief of Smashing Magazine and now on the Chrome developer relations team writing the platform documentation.', note: 'A spec nobody understands is a spec nobody ships. She fixed that.', status: 'locked', - front: '/cards/women/039-rachel-andrew-front.png', - back: '/cards/women/039-rachel-andrew-back.png', + front: "/releases/v2/women/039-rachel-andrew/front.svg", + back: "/releases/v2/women/039-rachel-andrew/back.svg", sources: [ { label: 'Rachel Andrew', url: 'https://rachelandrew.co.uk/' }, { label: 'Grid by Example', url: 'https://gridbyexample.com/' }, @@ -1090,8 +1090,8 @@ export const builders: Builder[] = [ 'Coined intrinsic web design for the layout approach Grid and Flexbox actually enable, and spent years demonstrating it in public so designers would stop rebuilding 2010 in a modern browser. Worked on Firefox developer tools including the Grid inspector, and is now an Apple evangelist and CSS Working Group member shipping the features in Safari.', note: 'Argued the web should stop imitating print, then shipped the tools.', status: 'locked', - front: '/cards/women/040-jen-simmons-front.png', - back: '/cards/women/040-jen-simmons-back.png', + front: "/releases/v2/women/040-jen-simmons/front.svg", + back: "/releases/v2/women/040-jen-simmons/back.svg", sources: [ { label: 'Jen Simmons', url: 'https://jensimmons.com/' }, { label: 'CSS Working Group', url: 'https://www.w3.org/Style/CSS/members' }, @@ -1116,8 +1116,8 @@ export const builders: Builder[] = [ 'Wrote Prism, the syntax highlighter running on a very large share of technical sites, and a run of small widely-used libraries. CSS Working Group invited expert who has driven several specs including colour functions, wrote CSS Secrets, and researches end-user programming at MIT. Nearly everything she makes is MIT licensed and on GitHub.', note: 'The code highlighting on the docs you read this morning is probably hers.', status: 'locked', - front: '/cards/women/041-lea-verou-front.png', - back: '/cards/women/041-lea-verou-back.png', + front: "/releases/v2/women/041-lea-verou/front.svg", + back: "/releases/v2/women/041-lea-verou/back.svg", sources: [ { label: 'Lea Verou', url: 'https://lea.verou.me/' }, { label: 'Prism', url: 'https://github.com/PrismJS/prism' }, @@ -1142,8 +1142,8 @@ export const builders: Builder[] = [ 'Vue core team member who wrote much of the animation documentation and a well-regarded book on SVG animation, then led developer experience at Netlify, Google and Azure. Her writing on animation performance and on running engineering teams is widely read, and she has published a large amount of demo code for free.', note: 'Made web animation a craft with technique rather than a pile of tricks.', status: 'locked', - front: '/cards/women/042-sarah-drasner-front.png', - back: '/cards/women/042-sarah-drasner-back.png', + front: "/releases/v2/women/042-sarah-drasner/front.svg", + back: "/releases/v2/women/042-sarah-drasner/back.svg", sources: [ { label: 'Sarah Drasner', url: 'https://sarah.dev/' }, { label: 'Vue.js team', url: 'https://vuejs.org/about/team' }, @@ -1168,8 +1168,8 @@ export const builders: Builder[] = [ 'A blind engineer who has served on the W3C Board of Directors, co-chaired the Web Applications Working Group and worked on the accessibility of HTML, ARIA and the Web Audio API from inside the specs rather than filing bugs from outside. Runs TetraLogical and has spent years teaching developers what their markup actually sounds like.', note: 'Fixed accessibility where it is cheapest to fix: in the spec.', status: 'locked', - front: '/cards/women/043-leonie-watson-front.png', - back: '/cards/women/043-leonie-watson-back.png', + front: "/releases/v2/women/043-leonie-watson/front.svg", + back: "/releases/v2/women/043-leonie-watson/back.svg", sources: [ { label: 'Léonie Watson', url: 'https://tink.uk/about-me/' }, { label: 'W3C', url: 'https://www.w3.org/' }, @@ -1194,8 +1194,8 @@ export const builders: Builder[] = [ 'Co-founded Honeycomb and made the case that dashboards of pre-aggregated metrics cannot answer questions you did not think to ask, which reframed monitoring into observability and high-cardinality events. Co-wrote Observability Engineering and Database Reliability Engineering, and has been relentlessly, usefully rude about the idea that you can avoid testing in production.', note: 'You do test in production. She just wants you to admit it and instrument it.', status: 'locked', - front: '/cards/women/044-charity-majors-front.png', - back: '/cards/women/044-charity-majors-back.png', + front: "/releases/v2/women/044-charity-majors/front.svg", + back: "/releases/v2/women/044-charity-majors/back.svg", sources: [ { label: 'Charity Majors', url: 'https://charity.wtf/' }, { label: 'Observability Engineering', url: 'https://www.honeycomb.io/observability-engineering-oreilly-book-2022' }, @@ -1220,8 +1220,8 @@ export const builders: Builder[] = [ 'Was a Google SRE for over a decade, then principal developer advocate at Honeycomb, pushing OpenTelemetry and publishing a great deal on SLOs and reliability practice that teams actually adopt. Also one of the more visible organisers in the tech worker movement, which cost her something and which she has been candid about.', note: 'Publishes the reliability practice most companies keep as tribal knowledge.', status: 'locked', - front: '/cards/women/045-liz-fong-jones-front.png', - back: '/cards/women/045-liz-fong-jones-back.png', + front: "/releases/v2/women/045-liz-fong-jones/front.svg", + back: "/releases/v2/women/045-liz-fong-jones/back.svg", sources: [ { label: 'Liz Fong-Jones', url: 'https://en.wikipedia.org/wiki/Liz_Fong-Jones' }, { label: 'Her writing', url: 'https://www.honeycomb.io/authors/liz-fong-jones' }, @@ -1246,8 +1246,8 @@ export const builders: Builder[] = [ 'A core Docker maintainer during the years containers took over, known for running absolutely everything in one including desktop applications, and for the seccomp and AppArmor work on container isolation. Later worked on Kubernetes and GitHub, then co-founded Oxide Computer to build servers with an open firmware stack, which is a much harder version of the same argument.', note: 'Containerised her own desktop to prove a point, then went after firmware.', status: 'locked', - front: '/cards/women/046-jessie-frazelle-front.png', - back: '/cards/women/046-jessie-frazelle-back.png', + front: "/releases/v2/women/046-jessie-frazelle/front.svg", + back: "/releases/v2/women/046-jessie-frazelle/back.svg", sources: [ { label: 'Jessie Frazelle', url: 'https://en.wikipedia.org/wiki/Jessie_Frazelle' }, { label: 'Oxide Computer', url: 'https://oxide.computer/' }, @@ -1272,8 +1272,8 @@ export const builders: Builder[] = [ 'Apache ZooKeeper committer and project chair, and CTO of Rent the Runway, then head of platform engineering at Two Sigma. Wrote The Manager’s Path, which is the book most engineers are handed when they first lead a team, and which is unusually honest about the parts of the job that are not fun.', note: 'Shipped the coordination service, then documented the harder job.', status: 'locked', - front: '/cards/women/047-camille-fournier-front.png', - back: '/cards/women/047-camille-fournier-back.png', + front: "/releases/v2/women/047-camille-fournier/front.svg", + back: "/releases/v2/women/047-camille-fournier/back.svg", sources: [ { label: 'Camille Fournier', url: 'https://www.elidedbranches.com/' }, { label: 'Apache ZooKeeper', url: 'https://zookeeper.apache.org/' }, @@ -1298,8 +1298,8 @@ export const builders: Builder[] = [ 'Co-authored Gender Shades with Joy Buolamwini, measuring commercial face recognition error rates that reached 34 percent for darker-skinned women against near zero for lighter-skinned men, which forced public changes from IBM and Microsoft. Co-led Google’s ethical AI team until her exit over the Stochastic Parrots paper, then founded DAIR to do the research outside a company.', note: 'The exit made the news. The measurements are why the paper mattered.', status: 'locked', - front: '/cards/women/048-timnit-gebru-front.png', - back: '/cards/women/048-timnit-gebru-back.png', + front: "/releases/v2/women/048-timnit-gebru/front.svg", + back: "/releases/v2/women/048-timnit-gebru/back.svg", sources: [ { label: 'Timnit Gebru', url: 'https://en.wikipedia.org/wiki/Timnit_Gebru' }, { label: 'Stochastic Parrots (2021)', url: 'https://dl.acm.org/doi/10.1145/3442188.3445922' }, @@ -1325,8 +1325,8 @@ export const builders: Builder[] = [ 'Found as an MIT student that face detection would not see her face until she put on a white mask, and turned that into Gender Shades, a systematic audit of commercial classifiers by skin tone and gender. Founded the Algorithmic Justice League. The work fed directly into moratoria on police use of face recognition in several US cities.', note: 'Started with a white mask in a lab and ended in city legislation.', status: 'locked', - front: '/cards/women/049-joy-buolamwini-front.png', - back: '/cards/women/049-joy-buolamwini-back.png', + front: "/releases/v2/women/049-joy-buolamwini/front.svg", + back: "/releases/v2/women/049-joy-buolamwini/back.svg", sources: [ { label: 'Joy Buolamwini', url: 'https://en.wikipedia.org/wiki/Joy_Buolamwini' }, { label: 'Gender Shades', url: 'http://gendershades.org/' }, @@ -1351,8 +1351,8 @@ export const builders: Builder[] = [ 'Founded and co-led Google’s ethical AI team, and first-authored Model Cards for Model Reporting, which proposed that a released model should ship with a document stating its intended use, its evaluation data and where it performs worse. Hugging Face made model cards a default. She was fired alongside Gebru and is now chief ethics scientist at Hugging Face.', note: 'Every model card on the Hub traces back to one 2019 paper.', status: 'locked', - front: '/cards/women/050-margaret-mitchell-front.png', - back: '/cards/women/050-margaret-mitchell-back.png', + front: "/releases/v2/women/050-margaret-mitchell/front.svg", + back: "/releases/v2/women/050-margaret-mitchell/back.svg", sources: [ { label: 'Margaret Mitchell', url: 'https://en.wikipedia.org/wiki/Margaret_Mitchell_(scientist)' }, { label: 'Model Cards for Model Reporting (2019)', url: 'https://arxiv.org/abs/1810.03993' },