Skip to content

Instantly share code, notes, and snippets.

View jbdamask's full-sized avatar
💭
Occasionally making stuff

John Damask jbdamask

💭
Occasionally making stuff
View GitHub Profile
@jbdamask
jbdamask / 3dlung.html
Created February 22, 2026 04:25
NowIGetIt: 3dlung.pdf
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Breathing in 3D — Simulating Airflow in the Human Lung</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500&display=swap');
* { margin: 0; padding: 0; box-sizing: border-box; }
@jbdamask
jbdamask / 3dlung.html
Created February 22, 2026 03:59
NowIGetIt: 3dlung.pdf
```html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Breathing in 3D — Simulating Airflow in Your Lungs</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500&display=swap');
@jbdamask
jbdamask / spaciotemporal.html
Created February 22, 2026 03:23
NowIGetIt: spaciotemporal.pdf
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>How Noise Saves Biodiversity</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500&display=swap');
* { margin: 0; padding: 0; box-sizing: border-box; }
@jbdamask
jbdamask / index.html
Last active February 19, 2026 22:14
How cells commit to their identity
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Decoding Cell Identity — Dynamical Trap Spaces</title>
<link href="https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=DM+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<style>
:root {
--bg: #0a0a0f;
@jbdamask
jbdamask / gist:41a23034435ab0ab927a71c233411ee8
Created February 19, 2026 22:01
Can you fake a black hole?
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Foiling Black Hole Foils — An Interactive Explainer</title>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400&family=JetBrains+Mono:wght@300;400&family=DM+Sans:wght@300;400;500;700&display=swap" rel="stylesheet">
<style>
:root {
--bg-void: #06060a;