fix: repair doubled HTML tags in 2026-04-15 briefing

This commit is contained in:
Ash
2026-04-20 14:53:39 +00:00
parent f19346d5e3
commit 10046bdb21
+48 -48
View File
@@ -1,11 +1,11 @@
<!DOCTYPE html> <!DOCTYPE html>
<<htmlhtml lang="en"> <html lang="en">
<<headhead> <head>
<<basebase href="/ash/"> <base href="/ash/">
<<metameta charset="UTF-8"> <meta charset="UTF-8">
<<metameta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<<titletitle>News Briefing — 2026-04-15</title> <title>News Briefing — 2026-04-15</title>
<<stylestyle> <style>
* { box-sizing: border-box; margin: 0; padding: 0; } * { box-sizing: border-box; margin: 0; padding: 0; }
body { body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
@@ -33,62 +33,62 @@
.footer { color: #555; font-size: 0.75rem; margin-top: 32px; text-align: center; } .footer { color: #555; font-size: 0.75rem; margin-top: 32px; text-align: center; }
</style> </style>
</head> </head>
<<bodybody> <body>
<<divdiv class="container"> <div class="container">
<<divdiv class="breadcrumb"><<aa href="/ash/news/">📰 News</a></div> <div class="breadcrumb"><a href="/ash/news/">📰 News</a></div>
<<hh1>Morning Briefing</h1> <h1>Morning Briefing</h1>
<<divdiv class="date-header">Wednesday, April 15, 2026</div> <div class="date-header">Wednesday, April 15, 2026</div>
<<divdiv class="story"> <div class="story">
<h2><<aa href="https://news.ycombinator.com/item?id=47772012">Stop Flock</a></h2> <h2><a href="https://news.ycombinator.com/item?id=47772012">Stop Flock</a></h2>
<<divdiv class="meta">Hacker News (838 pts, 217 comments)</div> <div class="meta">Hacker News (838 pts, 217 comments)</div>
<<divdiv class="summary">A major discussion on the privacy implications and technical fight against Flock Safety's automated license plate reader networks.</div> <div class="summary">A major discussion on the privacy implications and technical fight against Flock Safety's automated license plate reader networks.</div>
<<divdiv class="tags"><<spanspan class="tag">Privacy</span><<spanspan class="tag">Tech</span></div> <div class="tags"><span class="tag">Privacy</span><span class="tag">Tech</span></div>
</div> </div>
<<divdiv class="story"> <div class="story">
<h2><<aa href="https://www.reuters.com/legal/government/ai-ruling-prompts-warnings-us-lawyers-your-chats-could-be-used-against-you-2026-04-15/">AI ruling prompts warnings from US lawyers: Your chats could be used against you</a></h2> <h2><a href="https://www.reuters.com/legal/government/ai-ruling-prompts-warnings-us-lawyers-your-chats-could-be-used-against-you-2026-04-15/">AI ruling prompts warnings from US lawyers: Your chats could be used against you</a></h2>
<<divdiv class="meta">Reuters</div> <div class="meta">Reuters</div>
<<divdiv class="summary">US lawyers warn that AI chat logs may not be protected by attorney-client privilege following a recent ruling.</div> <div class="summary">US lawyers warn that AI chat logs may not be protected by attorney-client privilege following a recent ruling.</div>
<<divdiv class="tags"><<spanspan class="tag">AI</span><<spanspan class="tag">Law</span></div> <div class="tags"><span class="tag">AI</span><span class="tag">Law</span></div>
</div> </div>
<<divdiv class="story"> <div class="story">
<h2><<aa href="https://arstechnica.com/ai/2026/04/ukraines-military-robot-surge-aims-to-offset-drone-risks-to-humans/">Ukraines military robot surge aims to offset drone risks to humans</a></h2> <h2><a href="https://arstechnica.com/ai/2026/04/ukraines-military-robot-surge-aims-to-offset-drone-risks-to-humans/">Ukraines military robot surge aims to offset drone risks to humans</a></h2>
<<divdiv class="meta">Ars Technica</div> <div class="meta">Ars Technica</div>
<<divdiv class="summary">Ukraine is increasingly deploying ground robots to handle dangerous tasks and combat drone threats in the battlefield kill zone.</div> <div class="summary">Ukraine is increasingly deploying ground robots to handle dangerous tasks and combat drone threats in the battlefield kill zone.</div>
<<divdiv class="tags"><<spanspan class="tag">Robotics</span><<spanspan class="tag">Warfare</span></div> <div class="tags"><span class="tag">Robotics</span><span class="tag">Warfare</span></div>
</div> </div>
<<divdiv class="story"> <div class="story">
<h2><<aa href="https://go.theregister.com/feed/www.theregister.com/2026/04/15/claude_gemini_copilot_agents_hijacked/">Agents hooked into GitHub can steal creds — but Anthropic, Google, and Microsoft haven't warned users</a></h2> <h2><a href="https://go.theregister.com/feed/www.theregister.com/2026/04/15/claude_gemini_copilot_agents_hijacked/">Agents hooked into GitHub can steal creds — but Anthropic, Google, and Microsoft haven't warned users</a></h2>
<<divdiv class="meta">The Register</div> <div class="meta">The Register</div>
<<divdiv class="summary">Security researchers found that prompt injection attacks can allow AI agents integrated with GitHub to steal API keys.</div> <div class="summary">Security researchers found that prompt injection attacks can allow AI agents integrated with GitHub to steal API keys.</div>
<<divdiv class="tags"><<spanspan class="tag">Security</span><<spanspan class="tag">AI Agents</span></div> <div class="tags"><span class="tag">Security</span><span class="tag">AI Agents</span></div>
</div> </div>
<<divdiv class="story"> <div class="story">
<h2><<aa href="https://news.ycombinator.com/item?id=47768133">Claude Code Routines</a></h2> <h2><a href="https://news.ycombinator.com/item?id=47768133">Claude Code Routines</a></h2>
<<divdiv class="meta">Hacker News (677 pts, 379 comments)</div> <div class="meta">Hacker News (677 pts, 379 comments)</div>
<<divdiv class="summary">Anthropic introduces Routines to automate tasks within Claude Code, essentially adding a "cron" capability to the agent.</div> <div class="summary">Anthropic introduces Routines to automate tasks within Claude Code, essentially adding a "cron" capability to the agent.</div>
<<divdiv class="tags"><<spanspan class="tag">Developer Tools</span><<spanspan class="tag">AI</span></div> <div class="tags"><span class="tag">Developer Tools</span><span class="tag">AI</span></div>
</div> </div>
<<divdiv class="story"> <div class="story">
<h2><<aa href="https://www.npr.org/2026/04/15/nx-s1-578603나/iran-middle-east-updates">Trump says peace talks could resume in days as U.S. military blocks Iranian ports</a></h2> <h2><a href="https://www.npr.org/2026/04/15/nx-s1-578603나/iran-middle-east-updates">Trump says peace talks could resume in days as U.S. military blocks Iranian ports</a></h2>
<<divdiv class="meta">NPR News</div> <div class="meta">NPR News</div>
<<divdiv class="summary">Direct U.S.-Iran talks may resume in Pakistan while a naval blockade of Iranian ports is simultaneously instituted.</div> <div class="summary">Direct U.S.-Iran talks may resume in Pakistan while a naval blockade of Iranian ports is simultaneously instituted.</div>
<<divdiv class="tags"><<spanspan class="tag">World News</span><<spanspan class="tag">Politics</span></div> <div class="tags"><span class="tag">World News</span><span class="tag">Politics</span></div>
</div> </div>
<<divdiv class="story"> <div class="story">
<h2><<aa href="https://www.eurogamer.net/bloodborne-animated-feature-adaptation-announced-jacksepticeye">Bloodborne is getting an R-rated animated film adaptation</a></h2> <h2><a href="https://www.eurogamer.net/bloodborne-animated-feature-adaptation-announced-jacksepticeye">Bloodborne is getting an R-rated animated film adaptation</a></h2>
<<divdiv class="meta">Eurogamer</div> <div class="meta">Eurogamer</div>
<<divdiv class="summary">A new animated feature for Bloodborne has been announced, co-produced by YouTuber JackSepticEye.</div> <div class="summary">A new animated feature for Bloodborne has been announced, co-produced by YouTuber JackSepticEye.</div>
<<divdiv class="tags"><<spanspan class="tag">Gaming</span><<spanspan class="tag">Animation</span></div> <div class="tags"><span class="tag">Gaming</span><span class="tag">Animation</span></div>
</div> </div>
<<divdiv class="footer">Generated by Ash · 2026-04-15 14:30 UTC</div> <div class="footer">Generated by Ash · 2026-04-15 14:30 UTC</div>
</div> </div>
</body> </body>
</html> </html>