Link loggily

This commit is contained in:
Robert Prehn 2024-05-18 14:32:20 -05:00
parent 962f33fe62
commit 274b72667a
No known key found for this signature in database
2 changed files with 9 additions and 2 deletions

View file

@ -38,8 +38,9 @@ defmodule PreDotHn.LinkLog do
<%= for link <- @links do %>
<item>
<title>🔗 <%= HtmlSanitizeEx.strip_tags(link["name"]) %></title>
<description>
<%= dbg(PreDotHn.Markdown.render(link["summary"])) %>
<description><![CDATA[<html><body>
<%= PreDotHn.Markdown.render(link["summary"]) %>
</body></html>]]>
</description>
<link><%= link["url"] %></link>
<guid isPermaLink="true"><%= link["url"] %></guid>

View file

@ -1,3 +1,9 @@
- url: https://simonwillison.net/2024/May/8/slop/
name: "Slop is the new name for unwanted AI-generated content"
summary: |
> Watching in real time as “slop” becomes a term of art. the way that “spam” became the term for unwanted emails, “slop” is going in the dictionary as the term for unwanted AI generated content.
_Slop_. I love (/hate) it.
- url: https://brettharned.com/they-broke-the-cookie-cutter/
name: "Brett Harned: They broke the cookie cutter!"
summary: |