From 37028bf49b2140552709875dd02022bab185514c Mon Sep 17 00:00:00 2001 From: Lindsey Kuper Date: Wed, 21 Aug 2024 17:35:31 -0700 Subject: [PATCH] Tweak Omar's talk title and abstract --- program.md | 2 +- speakers.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/program.md b/program.md index 3c25a08..359b487 100644 --- a/program.md +++ b/program.md @@ -27,7 +27,7 @@ Jump directly to the [Saturday](#saturday) or [Sunday](#sunday) program! | 2:30-2:40pm | Break! | 2:40-3:25pm | **Session the Third:**
• *bang! bang! he murdered math! {the musical!}* ([Taylor Troesh](speakers.html#taylor-troesh))
• *Huggable Data! Making the Ephemeral Last Longer with Textile Dataviz!* ([Aldís Elfarsdóttir](speakers.html#aldis-elfarsdottir))
• *Keyboarding Ain’t Easy?? What Not To Do When Building a Keyboard!!* ([Liz Frost](speakers.html#liz-frost))
• *The Perfect Blend!! Reverse engineering a bluetooth protocol for better smoothies!* ([Ryan Mast](speakers.html#ryan-mast))
| 3:25-4:25pm | Unconferencing! -| 4:25-5:00pm | **Session the Fourth:**
• *How to make your own microchip!!!* ([Omar Rizwan](speakers.html#omar-rizwan))
• *Let’s find random things on the street, with full-text search!* ([Yufeng Zhao](speakers.html#yufeng-zhao))
• *It wasn’t me, it was the cosmic rays! Blaming physics for our evil actions!* ([Matías Lang](speakers.html#matias-lang))
+| 4:25-5:00pm | **Session the Fourth:**
• *How to design your own microchip!!!* ([Omar Rizwan](speakers.html#omar-rizwan))
• *Let’s find random things on the street, with full-text search!* ([Yufeng Zhao](speakers.html#yufeng-zhao))
• *It wasn’t me, it was the cosmic rays! Blaming physics for our evil actions!* ([Matías Lang](speakers.html#matias-lang))
| 5:00pm | Wrap for the day diff --git a/speakers.md b/speakers.md index 5217d8b..3cc7dda 100644 --- a/speakers.md +++ b/speakers.md @@ -288,12 +288,12 @@ You'll hopefully leave with a newfound appreciation for the power of Finder and ### Omar Rizwan -**How to make your own microchip!!!** +**How to design your own microchip!!!** Omar Rizwan -Have you ever looked at your phone or laptop and wondered how it's made? The answer is that almost all of the 'technology' in it -- CPU, GPU, screen, camera, power electronics, motion sensor, radio -- is microchips that have been either drawn or coded up in the language Verilog, then manufactured in chip fabs. A few years ago, I took a class where I designed my own chip and got it fabricated (the resulting chips are sitting on my desk here). I'll talk about that process, how you write code to produce a chip, and how that chip actually looks up close, including how it physically looks in my hand, the 2D planar view, and a 3D view that we can fly around! +Have you ever looked at your phone or laptop and wondered how it's made? The answer is that almost all of the 'technology' in it -- CPU, GPU, screen, camera, power electronics, motion sensor, radio -- is microchips that are either drawn in CAD software or coded up (in a language like Verilog), then manufactured in chip fabs. A few years ago, I took a class where I designed my own chip and got it fabricated (the resulting chips are sitting on my desk here). I'll talk about that process, how you write code to produce a chip, and how that chip actually looks up close, including how it physically looks in my hand, the 2D planar view, and a 3D view that we can fly around! **Omar** works on new ways to program and interact with computers. He made TabFS, a browser extension that turns your browser tabs into virtual files; Screenotate, an augmented screenshot app; and he's worked on physical computing systems at Dynamicland and Folk Computer.