Link loggily
This commit is contained in:
		
							parent
							
								
									962f33fe62
								
							
						
					
					
						commit
						274b72667a
					
				
					 2 changed files with 9 additions and 2 deletions
				
			
		|  | @ -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> | ||||
|  |  | |||
|  | @ -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: | | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Robert Prehn
						Robert Prehn