Advertisement · 728 × 90

Posts by alan

Preview
Assembly a post from alan w. smith

I made another little page with a bunch of videos on it. This time, it's watch assembly. Fun little experiment. Not as cool as the music video version, though.

al9000.com/assembly/

2 hours ago 0 0 0 0
Preview
Password Protecting Static Site Content with WASM a post from alan w. smith

I had a recent realization that WASM could be used to password protect files on a static site. Basically, you encrypt files before shipping them to prod. Then, use WASM to decrypt them on the front-end. I did a write up with prototype code here: al9000.com/rust/wasm/st...

1 day ago 3 0 0 0
Go!
Go! YouTube video by Public Service Broadcasting - Topic

listening to this from the race for space on repeat: www.youtube.com/watch?v=SBKL...

6 days ago 0 0 0 0
Miles Davis - Burn
Miles Davis - Burn YouTube video by MilesDavisVEVO

I just hit this one the other day. so good: www.youtube.com/watch?v=h4X3...

6 days ago 1 1 1 0
NASA's Artemis II Live Mission Coverage (Official Broadcast)
NASA's Artemis II Live Mission Coverage (Official Broadcast) YouTube video by NASA

we're about 15min away from the launch window to send folks to take the spin around the moon: www.youtube.com/watch?v=m3kR...

6 days ago 1 0 0 0

hell yeah, 3yo. let's go

6 days ago 1 0 0 0

just realized you can use wasm to password protect pages on a static site. cleartext page has a function that accepts a password, fetches files and then passes them to the wasm process that decrypts them and passes them back for display.

1 week ago 1 0 0 0
Preview
Pulling Magic Commander Rankings from EDHREC a post from alan w. smith

I wrote a little script to pull to data on commander magic cards if you're into that kine of thing: www.alanwsmith.com/en/3b/e9/v6/...

1 week ago 0 0 0 0
Goose - Give It Time (Official Video)
Goose - Give It Time (Official Video) YouTube video by GooseBandVEVO

recommending music to a stranger is always fraught, but I've been listening to this on repeat for 4 hours which ticks the "catchy" checkbox: www.youtube.com/watch?v=DF2Q...

1 week ago 1 0 0 0
Goose - Give It Time (Official Video)
Goose - Give It Time (Official Video) YouTube video by GooseBandVEVO

I may have dropped this one before. It's worth another round: goose - give it time - www.youtube.com/watch?v=DF2Q...

1 week ago 0 0 0 0
Advertisement
Preview
Using IndexedDB to Store Key Value Pairs with Vanilla JavaScript a post from alan w. smith

I'm working on a project that doesn't fit into localStorage. I couldn't find a concise post on how to use IndexedDB with vanilla javascript. wrote this up to pay it forward: www.alanwsmith.com/en/3b/yu/de/...

1 week ago 1 1 0 0
Preview
Music for Today (March 15, 2026) a post from alan w. smith

chill mood today. if you want to play along at home: www.alanwsmith.com/en/3b/08/4i/...

3 weeks ago 2 0 0 0
Preview
Shuffle An Array in JavaScript a post from alan w. smith

I updated my JavaScript array shuffling post to use `crypto.getRandomValues()` instead of `Math.random()` for better randomness. Probably doesn't matter for most cases, but why not go with the "cryptographically strong random values"?

www.alanwsmith.com/en/23/lz/hz/...

3 weeks ago 1 1 0 0
Preview
Update CSS Live using contenteditable (No JavaScript Required) a post from alan w. smith

TIL: you can use contenteditable to update css on a page without javascript - www.alanwsmith.com/en/3a/wg/pw/...

3 weeks ago 0 1 0 0
Preview
Default Pages for a Static Site Generator a post from alan w. smith

I set up a nice way to use file names to toggle between default/fallback files and customized ones during static site generation.

www.alanwsmith.com/en/3a/dd/9e/...

1 month ago 0 3 0 0
Preview
Formatting Dates in JavaScript with Intl.DateTimeFormat a post from alan w. smith

new on the blog: Formatting Dates in JavaScript with Intl.DateTimeFormat

www.alanwsmith.com/en/3a/50/os/...

1 month ago 2 0 0 0
Preview
Dates and Times with ISO 8601, RFC 3339, and RFC 9557 a post from alan w. smith

Some folks like ISO 8610. I'm an RFC 3339 man, myself. I still respect the crazy kids with their RFC 9557, though.

www.alanwsmith.com/en/3a/4q/97/...

1 month ago 0 0 0 0
Preview
Rust WebAssembly/wasm Hello World Example a post from alan w. smith

I'm playing with WebAssembly/wasm in rust. I made an chopped down set of instructions for the `alert("Hello, world")` example I see everywhere. I also made an example where you click a button since that's more what I'm after most of the time.

www.alanwsmith.com/en/39/gc/lt/...

2 months ago 0 0 0 0
Preview
Embedding JSON in HTML <template> Tags a post from alan w. smith

new thing I'm trying: embedding JSON inside HTML <template> tags because why not?

www.alanwsmith.com/en/39/fr/uk/...

2 months ago 0 0 0 0
Preview
Weeknotes (through Jan. 30, 2026) a post from alan w. smith

Weeknotes for the week:

- More playing Magic: The Gathering,
Commander style.

- Working on tools to do Magic better.
A great way to stretch bitty's legs.

- Broke out the sax for the first time
in forever.

www.alanwsmith.com/en/38/o4/j6/...

2 months ago 0 0 0 0
Advertisement
Preview
My Best AI Experience So Far a post from alan w. smith

I gave AI another shot for a coding question and had a good experience. The biggest change was that I wrote the prompt the same way I'd write a a stack overflow question: As direct as possible with a refined, minimal code example as a starting point.

www.alanwsmith.com/en/38/tm/zv/...

2 months ago 1 0 0 0
Preview
Filtering the Room a post from alan w. smith

latest post: filtering the room - in which I hide the world away from me

www.alanwsmith.com/en/38/0p/ul/...

2 months ago 3 0 0 0
Preview
Everything Everywhere All At Once - 4/4 Stars a post from alan w. smith

Everything Everywhere All At Once - 4/4 Stars

www.alanwsmith.com/en/38/3j/j1/...

2 months ago 2 0 0 0
A photo of a smooth, dark rock that's about the side of a grapefruit with googly eyes on it. It's resting in sandy dirt overlooking a canyon in the background. There's text above the rock that says 'There are no rules!'

A photo of a smooth, dark rock that's about the side of a grapefruit with googly eyes on it. It's resting in sandy dirt overlooking a canyon in the background. There's text above the rock that says 'There are no rules!'

making this my wall paper

2 months ago 3 0 0 0
Preview
Video Tab Cleanup - Jan. 9, 2025 a post from alan w. smith

I archived all the open YouTube videos I had open in my browser. There's 207 of them, sorted by video ID:

www.alanwsmith.com/en/38/21/pv/...

2 months ago 1 0 0 0
Improv / Amazing Grace (Live)
Improv / Amazing Grace (Live) YouTube video by Béla Fleck - Topic

this version of amazing grace by victor wooten

www.youtube.com/watch?v=_tfR...

2 months ago 1 0 0 0
Preview
Dave Rupert Says STOP Blogging! a post from alan w. smith

I've written my first piece of satire:

Dave Rupert Says STOP Blogging!

www.alanwsmith.com/en/37/yq/qm/...

2 months ago 2 0 0 0
Advertisement
Preview
The Lithium Years a post from alan w. smith

new post: The Lithium Years

a realization of lost time

www.alanwsmith.com/en/37/xk/0v/...

2 months ago 5 0 0 0
Preview
Freedom Rock a post from alan w. smith

I pulled out all the tracks from the Freedom Rock commercial - www.alanwsmith.com/en/37/xx/kn/...

2 months ago 0 0 0 0
Preview
Running Weeknotes a post from alan w. smith

just realized that I can put day by day headers while making weeknotes during the week. no need to edit later.

www.alanwsmith.com/en/37/xu/hu/...

2 months ago 0 0 0 0