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

推荐订阅源

博客园 - Franky
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
有赞技术团队
有赞技术团队
aimingoo的专栏
aimingoo的专栏
WordPress大学
WordPress大学
人人都是产品经理
人人都是产品经理
酷 壳 – CoolShell
酷 壳 – CoolShell
L
LangChain Blog
Blog — PlanetScale
Blog — PlanetScale
阮一峰的网络日志
阮一峰的网络日志
Microsoft Azure Blog
Microsoft Azure Blog
云风的 BLOG
云风的 BLOG
Google DeepMind News
Google DeepMind News
T
The Blog of Author Tim Ferriss
G
Google Developers Blog
Hugging Face - Blog
Hugging Face - Blog
Y
Y Combinator Blog
D
DataBreaches.Net
Engineering at Meta
Engineering at Meta
MyScale Blog
MyScale Blog
大猫的无限游戏
大猫的无限游戏
S
SegmentFault 最新的问题
The GitHub Blog
The GitHub Blog
Recent Announcements
Recent Announcements

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)