Skip to content

Commit 1c12678

Browse files
committed
New ADI episode
1 parent 6cb8fe5 commit 1c12678

17 files changed

+78
-23
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
_site
33
.DS_Store
44
/*/.DS_Store
5+
Gemfile.lock
6+
.jekyll-cache
1.24 MB
Loading

_config_dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
url: "http://127.0.0.1:4000"

_episodes/014.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
number: '14'
3+
layout: 'adi_humanintelligence'
4+
title: Beyond Agile Infrastructures
5+
date: '20250108'
6+
host: Alessandro Franceschi
7+
youtube: 'uGUpfY7ZgoU'
8+
guest: Andrew Clay Shafer
9+
tags:
10+
- DevOps
11+
- AndrewClayShafer
12+
- AgileInfrastructures
13+
- AI
14+
- CloudComputing
15+
- Infrastructure
16+
- SocioTechnical
17+
- LearningOrganizations
18+
- PostTruth
19+
20+
---
21+
In this episode of “Abnormal DevOps Iterations,” Andrew Clay Shafer—a pioneer in the early DevOps movement—discusses the evolution of agile infrastructures, how organizations can truly embrace continuous learning, and how socio-technical principles still guide effective collaboration. Andrew dives into the explosive impact of AI on productivity, explaining why human insight remains essential for turning AI’s potential into real-world results. From his journey working with tools like Puppet to his take on infrastructure’s next frontiers and the risks of a “post-truth” era, Andrew offers pragmatic perspectives, historical context, and forward-thinking insights on all things DevOps and beyond.
22+

_includes/home_opensource.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
<div class="clearfix"></div>
77
<h2 class="section-heading">Open Source</h2>
88
<div class="lead">
9-
All our products are Open Source.</br>
10-
Available on GitHub and Puppet Forge.</br>
9+
All our code is Open Source.</br>
1110
<a href="https://github.com/example42" class="btn btn-default btn-lg" target="_blank"><i class="fa fa-github fa-fw"></i> <span class="network-name">GitHub</span></a></br>
1211
</div>
1312
<div class="lead">

_includes/home_services.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h2 class="section-heading"><a href="{{ site.url }}/services/">Puppet Consulting
1717
</div>
1818
</div>
1919
<div class="col-lg-5 col-sm-pull-6 col-sm-6">
20-
<img class="img-responsive" src="{{ site.url }}/img/pic-3.png" alt="Puppet Services">
20+
<a href="{{ site.url }}/services/"><img class="img-responsive" src="{{ site.url }}/img/pic-3.png" alt="Puppet Services"></a>
2121
</div>
2222
</div>
2323
</div>

_includes/home_splash.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div class="col-lg-12">
77
<div class="intro-message">
88
<h1></br>Puppet | DevOps</br>Professional</br>Consulting</h1>
9-
<h2>from World longest active</br>Puppet consultant</h2>
9+
<h2>from world longest active</br>Puppet consultant</h2>
1010
<hr class="intro-divider">
1111
<ul class="list-inline intro-social-buttons">
1212
{% for social in site.social %}

_includes/home_wwwww.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h2 class="section-heading"><a href="{{ site.url }}/wwwww/">example42's 5 Ws</a>
1414
</div>
1515
</div>
1616
<div class="col-lg-4 col-lg-offset-2 col-sm-6">
17-
<img class="img-responsive" src="{{ site.url }}/img/pic-9.png" alt="example42 Five Ws">
17+
<a href="{{ site.url }}/wwwww/"><img class="img-responsive" src="{{ site.url }}/img/pic-9.png" alt="example42 Five Ws"></a>
1818
</div>
1919
</div>
2020
</div>

_includes/iubenda_cookie.html

Lines changed: 3 additions & 1 deletion
Large diffs are not rendered by default.

_includes/services_splash.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h1>Example42 Puppet services</h1>
99
<h2>Innovative, flexible and targeted</br>Puppet consulting, training and development services</h2>
1010
</div>
1111
</div>
12-
<div class="col-lg-4">
12+
<div class="col-lg-4 services-container">
1313
<a href="#emergency"><h4>Emergency Puppet Support</h4></a>
1414
<a href="#smart"><h4>Smart Puppet Support</h4></a>
1515
<a href="#training"><h4>Smart Puppet Training</h4></a>

0 commit comments

Comments
 (0)