From ee141c6f3d0bd479ee808fdd243604c9ef51c7a6 Mon Sep 17 00:00:00 2001 From: Daniel Truemper Date: Thu, 5 Dec 2024 10:02:40 +0100 Subject: [PATCH] Another try at the old tweet stuff --- content/ideas-concepts.md | 2 +- content/posts/2020/10/limiting-wip/index.md | 2 +- content/posts/2020/12/leadership-is-language.md | 2 +- content/posts/2021/02/tailscale.md | 2 +- layouts/shortcodes/{tweet.html => oldtweet.html} | 0 5 files changed, 4 insertions(+), 4 deletions(-) rename layouts/shortcodes/{tweet.html => oldtweet.html} (100%) diff --git a/content/ideas-concepts.md b/content/ideas-concepts.md index 0524425..7f63685 100644 --- a/content/ideas-concepts.md +++ b/content/ideas-concepts.md @@ -256,7 +256,7 @@ companies in the world that should actually build their own data centers. A good introduction to Wardley mapping is this thread by the man himself: -{{< tweet user="swardley" id="1550514919530934273" >}} +{{< oldtweet user="swardley" id="1550514919530934273" >}} ## Pioneers, Settlers, Town Planners diff --git a/content/posts/2020/10/limiting-wip/index.md b/content/posts/2020/10/limiting-wip/index.md index 4446163..273353f 100644 --- a/content/posts/2020/10/limiting-wip/index.md +++ b/content/posts/2020/10/limiting-wip/index.md @@ -22,7 +22,7 @@ everyone is busy but nothing gets done. If this is so ubiquitous why is no one doing anything about it? Are people not aware or do they not know how to fix it? This is so predominant, that it almost is too easy to just claim: -{{< tweet user="johncutlefish" id="1305436790157762563" >}} +{{< oldtweet user="johncutlefish" id="1305436790157762563" >}} One aspect I keep getting back to is the notion of software engineering organizations as production lines. As engineer I certainly refused this notion diff --git a/content/posts/2020/12/leadership-is-language.md b/content/posts/2020/12/leadership-is-language.md index d2f9c06..06af883 100644 --- a/content/posts/2020/12/leadership-is-language.md +++ b/content/posts/2020/12/leadership-is-language.md @@ -113,7 +113,7 @@ tech][0], "The loudest, most bombastic engineer states their case with certainty, and that shuts down discussion." In the presence of a power dynamic I would go even further though: -{{< tweet user="shreyas" id="1292324824530878474" >}} +{{< oldtweet user="shreyas" id="1292324824530878474" >}} If the top executive in the company has "strong opinions" it effectively destroys creativity. Everyone will always only want to do things that fit the diff --git a/content/posts/2021/02/tailscale.md b/content/posts/2021/02/tailscale.md index 50a5bee..54e9794 100644 --- a/content/posts/2021/02/tailscale.md +++ b/content/posts/2021/02/tailscale.md @@ -14,7 +14,7 @@ aliases: Last Friday I got to know [Tailscale][0] by a complete coincidence. Someone I follow on twitter mentioned it: -{{< tweet user="clofresh" id="1360105546712576006" >}} +{{< oldtweet user="clofresh" id="1360105546712576006" >}} What can I say: it blew my mind! I always wanted to setup a VPN connection between my droplet and my NAS at home for backups. But of course I was way too diff --git a/layouts/shortcodes/tweet.html b/layouts/shortcodes/oldtweet.html similarity index 100% rename from layouts/shortcodes/tweet.html rename to layouts/shortcodes/oldtweet.html