What could be more fun thank talking to iMore’s awesome managing editor, Lory Gil about the fun things that were announced at WWDC? Last time she was on, we made a date to get back together after the WWDC announcements. She had said she loves WWDC because “Everything old is new again!” because we don’t […]
Continue readingCategory: Chit Chat Across the Pond
Chit Chat Across the Pond is a weekly interview show on the topic of technology, or sometimes just with someone really interesting.
CCATP #643 – Bart Busschots on PBS 99 of X – Building with Classes Part 2: Is-A
This week Bart Busschots brings us the penultimate JavaScript installment of Programming By Stealth as he brings us part 2 of building with classes. This wraps up our third look at Object Oriented programming in JavaScript. We learn about the concept of inheritance, and how it allows us to build classes that inherit attributes and […]
Continue readingCCATP #642 –– Bart Busschots on PBS 98 — Building with Classes Part 1 — Has-A
In this episode of Programming By Stealth, Bart explains one single concept, that of “Has-A”. This is part 1 of 2, where next time we’ll learn “Is-A” which is about inheritance. These both sound like odd terms but they’re part of what makes object oriented programming so powerful. Bart spends 90% of the time going […]
Continue readingCCATP #641 – Robb Dunewood on Being a Black Man in America
This week I decided to take a pause from tech and talk to Robb Dunewood of the SMR Podcast about what it’s like being a black man in America. This was of course inspired by the death of George Floyd at the hands of the police in Minneapolis. I wanted to have Robb on to […]
Continue readingCCATP #640 – Bart Busschots on PBS 97 — Class Data Attributes & Functions
I’m not going to lie to you guys, this episode of Programming By Stealth was pretty rough for me. It builds on the foundation Bart laid in PBS 95 where he introduced Getters and Setters and it was pretty clear that this previous lesson had not sunk in for me yet. I’ll definitely have to […]
Continue readingCCATP #639 — Lory Gil on All Things Apple
Lory Gil of iMore On this week’s episode of Chit Chat Across the Pond, I was joined by the most awesome Lory Gil, managing editor of iMore and co-host of MacBreak Weekly on the TWiT network. Lory and I had an absolute blast talking about all things Apple. We talked about the supposedly seamless interface […]
Continue readingCCATP #638 – Bart Busschots on PBS 96 of X — World Clock Challenge Solution
This installment of Programming By Stealth is a solutions show all about the clock assignment from PBS 92. Bart’s been quite busy this week designing an entirely new distance final exam system for the university where he works so he asked if I’d take on half of the content by presenting my solution to the […]
Continue readingCCATP #637 — Bart Busschots on PBS 95 of X — Better JavaScript Class Attributes
This week Bart explains how to give our JavaScript classes better data attributes via a very powerful JavaScript feature: getters and setters. On my first read through the notes for the episode, my head was spinning a bit, but Bart explains this so well using concrete examples (like a circle with a radius) that I […]
Continue readingCCATP #636 – Adam Engst on 30 Years of TidBITS and other random topics
Adam Engst has been publishing TidBITS for 30 years so I asked him to come on the show to talk about that journey. While we technically had an agenda, this conversation wandered into all kinds of fun topics like why Adam still goes to the same dentist office even though the dentist left and why […]
Continue readingCCATP #635 — Bart Busschots on PBS 94 of X — Basic JavaScript OO with Class
My Diagram Explaining Classes, Constructors, Objects and Instances In the early days of Programming By Stealth, Bart tried to explain JavaScript classes, objects and instances. He talked about it in Installment 17 before ES6, and then took another run at it in installments 27-31. But it never felt to Bart like he had explained it […]
Continue reading