monthly summary · November 2015
2015-11 summary
AI-generated reading aids, not verified accounts.
These summaries describe what appears in the transcripts. A speaker’s claims are not established facts, and transcription or speaker-label errors can carry through. Check the linked transcripts and original recordings for context.
Months and years group recording metadata—not necessarily when an event happened. Undated recordings remain separate.
Overview
Across this month's recordings, Daniel worked through a series of Xcode/Objective-C coding tutorials as a self-described beginner, covering topics such as adding sound effects to buttons, animating a scrolling label with NSTimer, enabling/disabling buttons, and building a simple jumping runner game featuring a character named Hank. A separate recording covered an unrelated opinion segment about disliking pug dogs and preferring cats, along with frustrations over YouTube video metrics.
Themes
Configuring buttons to play sound effects in Xcode using Audio Toolbox and AVFoundation, including troubleshooting playback failures on first clicks and extending sound setups to multiple buttons.
Game interface design considerations, including icon clarity, banner ad placement, replacing sheep projectiles with logs, adding faster zombies, and score displays.
Source recordings (1)
Building a horizontally scrolling UILabel animation with NSTimer, including wrap-around logic and pause/resume button functionality.
Source recordings (1)
Tutorial on setting up a Single View Application, moving a label via button press, and toggling button enabled/disabled states.
Source recordings (1)
Development of a jumping runner game featuring a character named Hank, including jump physics via an NSTimer and bugs involving floor sinking and unlimited jumping.
Source recordings (1)
Expressed strong dislike for pug dogs based on appearance and health issues, contrasted with a stated preference for cats.
Source recordings (1)
Frustration with YouTube analytics, video dislikes, and Google Plus channel management restrictions.
Source recordings (1)
Brief aside about differences in pronunciation of the letter 'H' recalled from a past interaction with a friend named Adam.
Source recordings (1)
Uncertainties & gaps
Uncertainty over why sound effects failed to play on the first button click but worked on subsequent clicks, and what code changes were needed to resolve build errors and crashes.
Source recordings (1)
Uncertainty about interface clarity for icon-only buttons, banner ad placement given screen constraints, and whether a persistent high score was necessary.
Source recordings (1)
Uncertainty about whether sound setup code needed to remain in viewDidLoad versus the IBAction, and how to loop background music in Audio Toolbox versus AVFoundation.
Source recordings (1)
Uncertainty regarding correct Xcode template/controller setup and exact coordinate values needed for label wrap-around movement.
Source recordings (1)
Uncertainty during coding about syntax requirements and unexpected storyboard action behavior.
Source recordings (1)
Uncertainty about the cause of project crashes when sound file import settings were incomplete, and how to implement looping background audio.
Source recordings (1)
Uncertainty about the exact jump physics calculation and how to limit the character to a maximum of two jumps.
Source recordings (1)
Speculation about why viewers like pugs, unresolved and stated as personal wondering rather than fact.
Source recordings (1)
Explore this period
- Recording · November 2015
adding sounds to buttons on xcode making a game on macbook pro!
Daniel worked on configuring and troubleshooting sound effects in his game app using Xcode, testing separate button sounds, debugging playback crashes, and addressing errors where sounds failed on the initial click before playing on subsequ
- Recording · November 2015
How to disable and enable a button in Xcode 7 macbook pro
Daniel presents an Xcode tutorial in Objective-C demonstrating how to set up a project, move a label using a button, and toggle button states using the enabled property.
- Recording · November 2015
How to make a button play a sound in XCODE 7!
Daniel demonstrates configuring buttons in Xcode 7 to play sound effects using the Audio Toolbox framework, including project setup, adding audio files, linking user interface buttons to IBActions, and extending the configuration to multipl
- Recording · November 2015
How to make a pause and resume button for NSTimer in xcode 7!
Daniel sets up an Xcode project with a UIViewController named Game, places a UILabel on the storyboard instead of an image, and animates it scrolling horizontally across the display using an NSTimer that wraps the position after passing the
- Recording · November 2015
i hate pug dogs they are so ugly
Daniel expresses a deep dislike for pugs and dogs in general, citing their physical features, behavior, and medical conditions sourced from Wikipedia, while voicing a strong preference for cats due to their independence, noise levels, and t
- Recording · November 2015
making a jumping game in xcode macbook pro
Daniel demonstrates and tests a runner jumping game featuring a green block character named Hank, detailing the code setup of image views, an integer variable, and an NSTimer updating vertical movement every 0.05 seconds. Gameplay mechanics