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

推荐订阅源

月光博客
月光博客
C
Check Point Blog
J
Java Code Geeks
腾讯CDC
Apple Machine Learning Research
Apple Machine Learning Research
宝玉的分享
宝玉的分享
Microsoft Azure Blog
Microsoft Azure Blog
WordPress大学
WordPress大学
量子位
Google DeepMind News
Google DeepMind News
I
InfoQ
The GitHub Blog
The GitHub Blog
aimingoo的专栏
aimingoo的专栏
N
Netflix TechBlog - Medium
Hugging Face - Blog
Hugging Face - Blog
博客园 - Franky
V
V2EX
Blog — PlanetScale
Blog — PlanetScale
T
The Blog of Author Tim Ferriss
小众软件
小众软件
博客园_首页
人人都是产品经理
人人都是产品经理
博客园 - 聂微东
IT之家
IT之家

Whitebeard's Realm

Weeknotes 2760 Learning about myself through Elm What kind of machine-consciousness denier are you? Take our handy quiz Unequal, and hungry for it There's a STAR man, waiting in the sky Introducing Uruk, a language for tabletop games The diving watch I never knew I wanted Make your own interactive fiction client in Elm Introducing Planedrift > ASK THE VM WHERE IS THE PLAYER Building a Z-Machine in the worst possible language Playing Zork with a gen alpha AI Building a better crossword page for my daily cryptic hit What AI is doing for me, in a difficult situation It's Your Turn — a prompt deck for new roleplayers Seven reasons that Trump is a bad GM. Very bad You've Been Pawned — Now With a Snazzy New Look Six months on startplaying.games An online tool to make playable paper pawns Campaign report: Dragon of Icespire Peak: session #6 Campaign report: Rime of the Frostmaiden: session #4 Campaign Report: Dragon of Icespire Peak: Session #5 A few months on StartPlaying.Games Campaign report: Rime of the Frostmaiden: session #3 Character Quirks for easier roleplay How I use Avrae An Owlbear/Discord/DndBeyond checklist for new campaigns About me Projects Talks
Videos
whitebeard · 2001-01-01 · via Whitebeard's Realm

A few videos: a new series I’m making, plus a couple of talks from my Ruby days, both given at Ruby Manor in London.

Magical Machine #1: Mandelbrot

The first in a series taking a closer look at the beautiful machines hiding in mathematics — starting with the Mandelbrot set.

Watch on YouTube

A Random Walk

Ruby Manor 3, October 2011

A wander through randomness: what it is, why it’s hard to reason about, and the surprising places it turns up in software. Along the way it visits entropy, Monte Carlo methods, simulated annealing, genetic algorithms, bloom filters, mutation testing, Netflix’s Chaos Monkey, ERNIE the premium bond computer, and the perils of generating random numbers with a method chosen at random. The slides were shuffled into a random order before the talk, naturally.

Watch the video · Slides (PDF)

Short Order Ruby

Ruby Manor 2: Manor Harder, 2009

A talk about Ruby as a well-behaved citizen of the Unix command line. It covers pipelines and pipemills, the magic of ARGF and the -n and -i flags, taming $stdout.sync, and driving other programs with backticks, IO.popen and Open3 — ending with a script that lets a chat room play interactive fiction together through a Frotz process. Short, sharp scripts cooked to order.

Watch the video · Slides (Keynote)