Post details
Play Podcast (mp3): Download (Duration: 48:17 — 33.2MB) It’s Ikey’s last show and Jesse’s last show for a while, and Félim is off sick. Graham Morrison joins us to discuss 2 factor authentication, …
Post details
As a humanist, Leo Igwe doesn't believe in divine intervention -- but he does believe in the power of human beings to alleviate suffering, cure disease, preserve the planet and turn situations of poverty into prosperity. In this bold talk, Igwe shares how humanism can free Africans from damaging superstitions and give them the power to rebuild the continent.

Post details
Post details
The Food Fight Show

Deploying to Netlify using GitLab CI (3 mins read).

How adding two lines to my .gitlab-ci.yml migrated my existing site from GitLab Pages to Netlify.
I will be attending
Post details
Want to connect with a depressed friend but not sure how to relate to them? Comedian and storyteller Bill Bernat has a few suggestions. Learn some dos and don'ts for talking to people living with depression -- and handle your next conversation with grace and maybe a bit of humor.

Post details
Sarah Squire is a Senior Technical Architect at Ping Identity. So much has happened since "Identity 2.0" so Sarah catches Scott up to date. OpenID, OAuth and beyond, what's new and what direction is the web heading?

Executing an Interactive Python Shell (REPL) for a Script (1 mins read).

Using python -i to get an interactive REPL after running a Python source file.
I will be attending
Bundling Common Rake Tasks into a Gem (8 mins read).

An example of how to create a helper gem for common Rake task, using the real-world example of Chef cookbooks.
I will be attending
Post details
Post details
BookClubPod is a new podcast featuring 4 Nottingham tech community people from operations, development, design & management backgrounds to talk about books.

Running docker login as another user in Chef (2 mins read).

Hitting the error permission denied while trying to connect to the Docker daemon socket when trying to run docker login as a non-root user in Chef.
Post details
Post details
Play Podcast (mp3): Download (Duration: 43:37 — 30.0MB) A new GNOME release, a new Raspberry Pi, more distros on the Windows Subsystem, and more apps are Snapped. Plus why rms refused to come on the …
My First Week Back to Working (Remotely) After Three Months (6 mins read).

How I've found the first week back to work after almost three months, and the productivity gains of working reduced hours.
I will be attending
Post details
To kick off the Remote Work Podcast, Carla joins me to discuss what remote work is, and especially answer why remote working is something to discuss at all. It's terrifying to publish a first of something. There are a million things I want to have done differently or better, but a first s

Post details
Learning a new skill can be a daunting task, with programming being especially tricky. But what can you do when most learning materials and tools aren't accessible to you? Blind backend developer Parham Doustdar joins us to talk about how he taught himself to program, the challenges he faced and his advice for other visually impaired developers. We also look at the ways educational resources and programming as a whole can be made more accessible, opening up technology to eager new learners and makers.
Post details
Play Podcast (mp3): Download (Duration: 56:19 — 38.7MB) It’s a mobile-heavy news section this week with Sailfish, Linux on Samsung phones, Lineage and Purism, followed by a look at the upcoming …
Post details
Play Podcast (mp3): Download (Duration: 1:09:21 — 47.7MB) We speak to the CEO of Purism about their totally free software phone and laptops but before that, a new Plasma desktop is out, and Ubuntu and …
I will be attending
Chef 13 Upgrade: knife-cookbook-doc Rubocop Updates (1 mins read).

Disabling the Missing space after # and Do not use block comments errors for your knife-cookbook-doc formatted comments.
Post details
Scott teams up with Pursuit Podcast's Jessica Rose for a collaboration. Jessica asked her audience "What's the worst advice you've ever received?" We took their audio clips and turned it into a two-part discussion! You can check out Part 2 at The Pursuit Podcast https://twitter.com/pursuitpod http://hyperurl.co/zukdmh

Post details
Today we're learning about Netlify and joining us is the incredible Phil Hawksworth to share his tips and tricks around it all. Datadog Datadog is a…

Chef 13 Upgrade: knife-cookbook-doc gem upgrade (1 mins read).

Fixing odd Logger entries in autogenerated knife-cookbook-doc README.mds for Chef 13.
Chef 13 Upgrade: Deprecation of Namespace Collisions in Custom Resources (1 mins read).

Preparing for breaking changes in Chef 14 by renaming property_name to new_resource.property_name in Custom Resources.
Verify a Ruby Class Method is Called with Arguments in Rspec, Without Doubles or Mocks (1 mins read).

Rspec code to verify that a Ruby Class Method is called from another method, without needing to mock anything.
Testing Chef's ruby_blocks with ChefSpec (3 mins read).

Testing implementation of a ruby_block in ChefSpec, to ensure that the code executes as expected.
Chef 13 Upgrade: Lessons Learnt and Documented for Posterity (1 mins read).

Notes on the main problems encountered when upgrading from Chef 12 to Chef 13, both with ChefSpec and Rubocop.
Chef 13 Upgrade: Rubocop Changes for lazy Parameters (1 mins read).

How to resolve the Parenthesize the param lazy Rubocop error when upgrading your cookbook to Chef 13.
Chef 13 Upgrade: Rubocop Changes for Testing render_file with ChefSpec and a with_content Block (1 mins read).

How to resolve the Parenthesize the param render_file Rubocop error when upgrading your cookbook to Chef 13.
Chef 13 Upgrade: Rubocop Changes for Word Array Literals (%w) (1 mins read).

A one-liner shell command to fix Rubocop errors %w-literals should be delimited by [ and ].
Chef 13 Upgrade: Testing ruby_blocks with ChefSpec (1 mins read).

Replace your block.old_run_action with block.block.call to trigger ruby_blocks within ChefSpec 7 and Chef 13.
Post details
After two weeks of episodes about Kubernetes, our in-depth coverage of container orchestration is drawing to a close. We have a few more shows on the topic before we move on to cover other aspects of the software. If you have feedback on this thematic format (whether you like it or not), send me an

Emoji Support in Dunst (2 mins read).

How to see Emoji when using the Dunst notification system.
Post details
Joe drinks too much coffee, Allen spits his coffee out, and Michael feels vindicated as the discussions about Robert C. Martin's latest book, Clean Architecture, continues.

SSLError When Running Berkshelf Behind a Proxy (2 mins read).

Getting around the pesky OpenSSL::SSL::SSLError SSLv2/v3 read server hello A error when running Berkshelf behind a proxy.