Log links
This commit is contained in:
parent
bb8d89fe6a
commit
962f33fe62
2 changed files with 8 additions and 1 deletions
|
@ -39,7 +39,7 @@ defmodule PreDotHn.LinkLog do
|
|||
<item>
|
||||
<title>🔗 <%= HtmlSanitizeEx.strip_tags(link["name"]) %></title>
|
||||
<description>
|
||||
<%= PreDotHn.Markdown.render(link["summary"]) %>
|
||||
<%= dbg(PreDotHn.Markdown.render(link["summary"])) %>
|
||||
</description>
|
||||
<link><%= link["url"] %></link>
|
||||
<guid isPermaLink="true"><%= link["url"] %></guid>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
- url: https://brettharned.com/they-broke-the-cookie-cutter/
|
||||
name: "Brett Harned: They broke the cookie cutter!"
|
||||
summary: |
|
||||
> Essentially, Scrum Masters are corporate dog trainers. Command, control, and structure strengthen the pack and the bottom line. Once they're trained, it's time to move on
|
||||
|
||||
I wish more people in the software business understood this. Having permanent, full-time Scrum Masters is an anti-pattern. Their prescence, at least in the long term, is a sign that you don't actually have an empowered agile product team.
|
||||
|
||||
- url: https://www.citationneeded.news/we-can-have-a-different-web/
|
||||
name: "Molly White: We can have a different web"
|
||||
summary: |
|
||||
|
|
Loading…
Reference in a new issue