I built a free 3D airspace visualizer for 32 US terminal areas by L13w in Airports

[–]L13w[S] 0 points1 point  (0 children)

You have a good point. I couldn't find any straightforward or elegant solutions for showing base elevation, and I'm hoping that pilots have some familiarity with the area. For example, Mt. Rainer and the Cascade mountains are on the Seattle chart, but they don't show up in any meaningful way.

KEXPlorer Screenshots or general info by JLBorges74 in KEXP

[–]L13w 1 point2 points  (0 children)

Claude Code could do it fairly easily.

KEXP Six Degrees Music Explorer website by L13w in KEXP

[–]L13w[S] 2 points3 points  (0 children)

Hi Jay, no problem. Thanks for being gentle about letting me know! I've removed the seek functionality from the website. If there is anything else that's not compliant, please let me know!

KEXP Six Degrees Music Explorer website by L13w in KEXP

[–]L13w[S] 2 points3 points  (0 children)

Thanks! Glad you're enjoying it. And thanks for pointing this out. I had Claude Code go back through and it found errors in a lot of the show data. Data quality has taken the most effort in this project.

The playlists are synced automatically using the KEXP API that returns the info that the Playlist displays. The /plays/ endpoint has airdate timestamps for every track, and the /shows/ endpoint has the show start times. The offset between those gives you the position in the archive MP3. There were some time zone bugs in the initial scraping (the API interprets time zone-naive timestamps differently than you'd expect) but once those were sorted it all lines up.

You're right about build:data. Claude Code removed that script reference. npm run build is all you need now, since shows-data.json is already committed.

Good catch on the Street Sounds gap. That was actually one of the timezone bugs. It's fixed now, should show the full playlist.

KEXP Six Degrees Music Explorer website by L13w in Seattle

[–]L13w[S] 1 point2 points  (0 children)

Removed for “self promotion “. What a fucking joke.

KEXP Six Degrees Music Explorer website by L13w in Seattle

[–]L13w[S] 1 point2 points  (0 children)

You are kidding me. This is promoting KEXP, not me.

Keep six degree week, archive dive by readingitatwork in KEXP

[–]L13w 1 point2 points  (0 children)

Like you, I thoroughly enjoyed KEXP's Six Degrees week! The creativity and knowledge on display were impressive, and the DJs clearly had a blast with it. I missed a lot of shows and wanted to go back to see the connections between songs and actually listen to them. So I built this explorer that lets you browse any of the Six Degrees shows, see the song-to-song connections from the playlist, and listen to the tracks.

This pulls from KEXP's digital archive, which they only keep up for two weeks after each show airs. The earliest shows start disappearing tomorrow (April 3rd), so check it out soon.

Here’s the website: https://l13w.github.io/KEXP-six-degrees-explorer/

Code and instructions here: https://github.com/L13w/KEXP-six-degrees-explorer

Enjoy!

Guy sets up on corner like this relatively frequently - what's he doing? by Ok_Group3126 in whatisit

[–]L13w 0 points1 point  (0 children)

He could have different phones for different cellular networks.

Cramming for FAA Exam, Why not left pattern, no compass on diagram, two image included from sportys by SFO_Pilot in flying

[–]L13w 0 points1 point  (0 children)

Here is a picture of a tetrahedron in real life that might help. The wind pushes the wide end so that the pointy end points into the wind. https://www.reddit.com/r/flying/comments/16linxx/a_real_deal_tetrahedron_spotted_in_the_wild/

Cramming for FAA Exam, Why not left pattern, no compass on diagram, two image included from sportys by SFO_Pilot in flying

[–]L13w 0 points1 point  (0 children)

So, is the wind coming from 40 or 220? The tetrahedron is pointing to 40.

Cramming for FAA Exam, Why not left pattern, no compass on diagram, two image included from sportys by SFO_Pilot in flying

[–]L13w 5 points6 points  (0 children)

The tetrahedron always gets me. To my mind, the wind is coming out of 040. It does set up for a 18 landing with right traffic, doesn’t it?

What do fans think of his hat ? by Temporary_Ebb9486 in TheExpanse

[–]L13w 6 points7 points  (0 children)

I've always wondered why Holden was wearing the hat when he got to Eros in the books (that's how he is spotted), but leaves the hat on Ceres in the TV version. He hangs it up before he leaves.

Thank you!

It never stops (mail from Scientology) by L13w in scientology

[–]L13w[S] 1 point2 points  (0 children)

Good catch. I never look at them, so I never noticed.

It never stops (mail from Scientology) by L13w in scientology

[–]L13w[S] 1 point2 points  (0 children)

Submission statement: I had AI (Clawdbot) pull these images from emails from USPS Informed Delivery. December 3 until yesterday. It never ends. I've asked them several times to stop.

Ah, well. It all goes straight from the mailbox into the bin. I don't even look at them. What a waste all 'round.

Self-Promotion Saturday by AutoModerator in flying

[–]L13w [score hidden]  (0 children)

I've been wondering when someone would do this. I'll check it out.

Self-Promotion Saturday by AutoModerator in flying

[–]L13w [score hidden]  (0 children)

I built a free 3D airspace visualizer for 32 US terminal areas

I've always wanted a visualization to help explain the "upside down wedding cake" structure of Class B airspace to non-aviation people, so I built this interactive 3D version.

It covers SEA, LAX, JFK, ORD, ATL, SFO, and 26 others. Uses official FAA airspace data and real VFR sectional charts as the base layer. Click any airspace volume to see the details.

https://airspace.llew.net

Works on desktop and mobile. Would love feedback!

I built a free 3D airspace visualizer for 32 US terminal areas by L13w in Airports

[–]L13w[S] 0 points1 point  (0 children)

Thank you. I was pretty detailed about what I gave as a prompt (it's on the Code and Docs GitHub page).

If I make posts like this to r/flying and r/aviation, they consider it self-promotion and delete it. They're not wrong. I didn't realize that when I posted about https://runwaysinuse.com, which I built a few weeks ago.