Chit Chat Across the Pond

Chit Chat Across the Pond is a weekly interview show talking technology. It was originally part of the NosillaCast podcast (for the first 406 shows!)

http://podfeet.com/ccatp

Eine durchschnittliche Folge dieses Podcasts dauert 1h2m. Bisher sind 282 Folge(n) erschienen. Jede Woche gibt es eine neue Folge dieses Podcasts.

Gesamtlänge aller Episoden: 14 days 6 minutes

subscribe
share






CCATP #793 — Bart Busschots on PBS 165 of X – jq: Variables


In this installment of Programming By Stealth, Bart explains why jq is uniquely designed not to need variables (most of the time) and then explains how to use them in the few instances when there’s no other way. It’s really a fairly straightforward lesson as Bart sets up some clear examples and solves them with some simple variables. It’s one of my favorite episodes because the problem is clear and the solutions are clear. It really shows off how clean jq is as a language...


share








   1h15m
 
 

CCATP #792 – Bart Busschots on Rethinking Weather Apps for Privacy and Functionality


In this episode of Chit Chat Across the Pond Lite, Bart Busschots joins us to talk about weather apps. He’s a serious weather nerd by necessity, living in Ireland and being an avid bike rider. As he walks through the apps he’ll explain which ones fall down on privacy, which ones have good apps for everything from the watch to iOS to the Mac. He’ll even go through how he uses different widgets to help him decide how much rain gear to wear...


share








   50m
 
 

CCATP #791 – Bart Busschots on Submarines, Lasers, and Vacuum Cleaners???


In this episode of Chit Chat Across the Pond Lite, Bart Busschots joins us to talk Dyson vacuums. I know that doesn't sound too technical but you'd be surprised how advanced the tech is in the new devices. I share a few of my Dyson stories too and we both talk about our love for everything Dyson. Hide your pocketbooks before listening because all Dyson products are super expensive!


share








 April 14, 2024  34m
 
 

CCATP #790 — Bart Busschots on PBS 164 of X – jq: Working with Lookup Tables


In our previous episode of Programming By Stealth, Bart Busschots taught us how to create lookup tables with jq from JSON data using the `from_entries` command. Just when we have that conquered, this time he teaches us how to do the exact opposite – disassemble lookup tables. I think this was a really fun lesson because taking data apart, reassembling it the way you want and then putting it back together again is a great way to really understand what we're doing with jq...


share








 March 31, 2024  1h17m
 
 

CCATP #789 — Bart Busschots on PBS 163 of X – jq: Lookups & Records


In this episode of Programming By Stealth, Bart Busschots as usual works through his solution to the challenge from last time, and as usual I learn a lot more about how to use jq to solve problems. He takes a bit of a detour to explain a fun email we got from Jill of Kent in which she explained the vast number of headaches you'll run into when trying to alphabetize names no matter the language...


share








 March 17, 2024  1h34m
 
 

CCATP #788 — Bart Busschots on PBS 162 of X — jq: Altering Arrays & Dictionaries


Bart Busschots is back to teach us how to alter arrays and dictionaries in JSON files using jq. Bart went through his challenge solution on cleaning up the Nobel Prize database and I learned a lot from it. Maybe he’d already taught all of it to us before but I sure wouldn’t have been able to put the pieces together. For the new content, we learned how to alter arrays...


share








 March 3, 2024  1h2m
 
 

CCATP #787 — Bart Busschots on PBS 161 — jq: Maths, Assignment & String Manipulation


In this week’s episode of Programming By Stealth, Bart continues to expand our knowledge on how to use jq to query and manipulate JSON files. We learn how to use mathematical operators on data in our JSON files along with fun functions like floor and absolute value. I even contributed some to the learning by showing examples of how `ceil` (for ceiling), `floor`, and `round` produce curiously different results when operating on negative decimal numbers...


share








 February 18, 2024  1h6m
 
 

CCATP #786 — Bart Busschots on PBS 160 of X — jq as a Programming Language


In this week's installment of Programming By Stealth, Bart Busschots teaches us how to use jq as a programming language. Before we get into the new stuff, Bart takes us through his solution to the challenge, and I have to say I was pretty chuffed when he said my solution to the extra credit portion was more elegant than his. To be fair, it took a buddy programming session with him for me to get the _first_ part of the challenge figured out...


share








 February 5, 2024  1h24m
 
 

CCATP #785 — Helma van der Linden on Porting XKPASSWD from Perl to JavaScript


This week’s Chit Chat Across the Pond Lite is a stretch to the word “Lite”. I’d call it a crossover episode of Lite and Programming By Stealth. Helma van der Linden joins me to tell the story of how she has successfully started the new version of Bart’s fabulous xkpasswd password generation service. xkpasswd.net was written in perl ages ago and depends on very old and outdated libraries...


share








 February 4, 2024  1h1m
 
 

CCATP #784 — Bart Busschots on PBS 159 of X - jq: Building Data Structures


In this very meaty episode of Programming By Stealth, Bart Busschots teaches us how to build data structures using jq with JSON files. We’re not just querying existing data, we’re rebuilding the data the way we want to see it. We learn how to build strings with interpolation, which I find is a very odd word to describe the process. It’s really like concatenation in Excel, but maybe that’s just me...


share








 January 21, 2024  1h24m