Show HN: I reverse engineered Apple's video wallpapers
41–50 of 125 posts
Re: Show HN: I reverse engineered Apple's video wallpapers
#42Re: Show HN: I reverse engineered Apple's video wallpapers
#43Earlier quoted context omitted.
Same! I distinctly remember seeing portions of this wallpaper that led me to believe it's procedurally generated and not simply a collection of video files, and had to rewatch it to confirm. There are several points where the date and time match the system date and time down to the second.
It features the current date and time with seconds, so it must be rendered on the fly.
/System/Library/ExtensionKit/Extensions/WallpaperMacintoshExtension.appex
Can see the time and date being added here I think:
System6ControlPanel.program
//
// System 6 Control Panel
// Macintosh 40th Anniversary
//
// Copyright © 2024 Apple. All rights reserved.
//
//----------------------------------------------
start simultaneous
scale out
let image = "System6ControlPanel"
...
...
add time at 267, 165 name "Geneva12"
add date at 274, 239 name "Geneva12"
end simultaneousRe: Show HN: I reverse engineered Apple's video wallpapers
#44Re: Show HN: I reverse engineered Apple's video wallpapers
#45Re: Show HN: I reverse engineered Apple's video wallpapers
#46Are there specific video wallpaper sets I can download that leverage these features?
You can use any website that lets you download video wallpapers, or you can make one yourself. Any video can be played
Re: Show HN: I reverse engineered Apple's video wallpapers
#47Re: Show HN: I reverse engineered Apple's video wallpapers
#48Re: Show HN: I reverse engineered Apple's video wallpapers
#49remember when windows had html wallpapers. brb gonaa agent something that i hope doenst supply chain my entire life
The little IE4 widgets called "active desktop"?
Re: Show HN: I reverse engineered Apple's video wallpapers
#50Out of curiosity: how much did you need to steer Claude while working on this project, and how long did it have?
Asking partly because I see "Co-Authored-By: Claude Opus 4.7 (1M context) ", and partly because I keep hearing "so what do you do with all these agents", and this is a good example of what people do with all these agents.