-
Notifications
You must be signed in to change notification settings - Fork 0
feat: add Ada Lovelace, Charles Babbage, and their foundational works #28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add content for the pioneers of computing: - Ada Lovelace: first computer programmer, author of Notes on the Analytical Engine - Charles Babbage: father of the computer, designer of the Analytical Engine - Analytical Engine: first design for a general-purpose programmable computer - Notes on the Analytical Engine: containing the first computer program (Note G) All nodes are connected via influence edges and pass validation.
Add pioneers of theoretical and practical computing: People: - Alan Turing: father of computer science, creator of the Turing machine - Grace Hopper: pioneer of compilers and COBOL Works: - On Computable Numbers: Turing's 1936 paper introducing the Turing machine - A-0 System: the first compiler (1952) - COBOL: English-like programming language still processing financial systems Pack: - Computing Foundations: learning path from Babbage to Hopper covering the invention of computing itself (9 cards, ~25 min) All nodes connected via influence edges. Validation passes with 14 nodes.
Deploying techshoulders with
|
| Latest commit: |
841623d
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://3aa9ce76.techshoulders.pages.dev |
| Branch Preview URL: | https://claude-add-people-work-conte.techshoulders.pages.dev |
Updates: - Fix Claude.md to reflect inline edges (not JSON files) - Add full content creation workflow documentation - Document all pnpm commands including new:* scripts Sub-agents (.claude/agents/): - add-pioneer.md: Research and add a tech pioneer with their works - create-pack.md: Create curated learning path packs These agents work in both Claude Code CLI and web versions.
Images added (all Public Domain from Wikimedia Commons): - ada-lovelace.jpg: Portrait by Margaret Sarah Carpenter (1836) - charles-babbage.jpg: Portrait c. 1860 - alan-turing.jpg: Photo at Sherborne School by Chaffin (1928) - grace-hopper.jpg: Official Navy portrait by James S. Davis (1984) Updated add-pioneer agent with image sourcing workflow: - Search Wikimedia Commons for portraits - Download with wget to assets/images/entities/ - Include full attribution in frontmatter (source, license, author)
New script: - scripts/optimize-images.js: Resizes entity images to 440px width with 85% JPEG quality using sharp New command: - pnpm optimize:images Updated docs: - Claude.md: Added image workflow with wget + optimize steps - add-pioneer.md: Added step 5 for image optimization
Works added: - Difference Engine (Babbage, 1822) - first automatic calculator - Bombe (Turing, 1940) - Enigma codebreaking machine - Computing Machinery and Intelligence (Turing, 1950) - Turing Test paper - Harvard Mark I (Hopper, 1944) - first large-scale automatic computer Institutions added: - Bletchley Park - WWII codebreaking center - University of Cambridge - Babbage and Turing's alma mater - Harvard University - home of the Mark I - US Navy - Hopper's career (Rear Admiral) Updated people with new edges: - Babbage: + Difference Engine, Cambridge affiliation - Turing: + Bombe, Turing Test paper, Cambridge, Bletchley Park - Hopper: + Harvard Mark I, Harvard, US Navy Updated Computing Foundations pack: - Added Difference Engine, Bombe, Harvard Mark I - Updated descriptions, now 12 cards (~35 min) Total nodes: 22 (5 people, 11 works, 6 institutions)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add content for the pioneers of computing:
All nodes are connected via influence edges and pass validation.