I spent over 3 months synchronizing a line rider track to Beethoven's 5th drawing everything by hand.
Any time a character leaves the screen they are being directed by unseen lines to the next location.
This is not the full length of the piece. I spliced together parts to make it possible for me to finish the project in a practical amount of time. I don't think my sanity could handle 3 more months of this song.
YouTube post processing seems to create a few millisecond audio delay if you are watching on the mobile YouTube app. If you notice this, watching the video in any web browser won't have this problem.
Thanks again to Conundrumer for technical support for supporting multiple riders. Here is his channel:
https://www.youtube.com/user/TheConundrumer
Symphony No. 5
Ludwig van Beethoven,
If you would like to support me making videos for this channel here is the link to my Patreon page: https://www.patreon.com/doodlechaos
https://www.instagram.com/me.robbins/
https://twitter.com/doodlechaos
contact@doodlechaos.com
Code Spelunker a Code Search Command Line Tool | Ben E. C. Boyter
Code spelunker (cs) or code search is a new command line tool Ben has been working on and off over the last few years. It allows you to search over code or text files in the current directory either on the console, via a TUI or HTTP server, using some boolean queries or regular expressions.
Code spelunker (cs) or code search is a new command line tool I have been working on and off over the last few years. It allows you to search over code or text files in the current directory either on the console, via a TUI or HTTP server, using some boolean queries or regular expressions.
AWS re:Inforce 2023 - Supercharge your incident response with Trek10 and Datadog (TDR212-S)
This session looks at the history of cloud incident response (IR), focusing on three metrics: triage, remediation, and recovery. Discover the key things you ...
Check out my main channel: https://www.youtube.com/c/NileRed-------------------------------------------For a while now, I've been wanting to make an explosiv...
Submarine on expedition to Titanic wreckage missing with 5 aboard; "search and rescue operation" underway
U.S. Coast Guard officials said 5 people were aboard the submersible that lost contact about 400 miles off the coast of Newfoundland, where the Titanic sank in 1912.
TypeScript 5.2 introduces 'using', a keyword that disposes anything with a `Symbol.dispose` function upon leaving scope, making resource management easier.
With iPadOS 17, Stage Manager Is (Finally) Moving in the Right Direction
I’m in Cupertino for WWDC this week, and after yesterday’s whirlwind of announcements and surprises, I had some time to sit down with my 12.9” iPad Pro, install iPadOS 17 beta 1 on it, and try the improved version of Stage Manager. As you know, I have a…complicated history with the iPad’s latest multitasking system.
Learn about the training pipeline of GPT assistants like ChatGPT, from tokenization to pretraining, supervised finetuning, and Reinforcement Learning from Hu...