Files
personal-website/layouts/partials/openring.html

77 lines
2.8 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<section class="webring">
<h3 class="header">Articles from blogs I follow around the net</h3>
<section class="articles">
<div class="article">
<h4 class="title">
<a href="https://adamtooze.substack.com/p/top-links-441-ai-tech-and-the-us" target="_blank" rel="noopener">Top Links 441 AI, tech &amp; the US stock market, South Korean gas, Rafah&#39;s destruction and Nestlé coming for your pets. </a>
</h4>
<p class="summary">Great links, images and reading from Chartbook newsletter by Adam Tooze</p>
<small class="source">
via <a href="https://adamtooze.substack.com">Chartbook</a>
</small>
<small class="date">June 7, 2024</small>
</div>
<div class="article">
<h4 class="title">
<a href="https://blog.samaltman.com/gpt-4o" target="_blank" rel="noopener">GPT-4o</a>
</h4>
<p class="summary">
There are two things from our announcement today I wanted to highlight.First, a key part of our mission is to put very capable AI tools in the hands of people for free (or at a great price). I am very proud that weve made the best model in the worl…</p>
<small class="source">
via <a href="https://blog.samaltman.com">Sam Altman</a>
</small>
<small class="date">June 7, 2024</small>
</div>
<div class="article">
<h4 class="title">
<a href="https://vivekkaul.com/2024/06/03/the-bse-sensex-registers-its-214th-highest-single-day-gain-ever/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=the-bse-sensex-registers-its-214th-highest-single-day-gain-ever" target="_blank" rel="noopener">The BSE Sensex registers its 214th highest single day gain ever</a>
</h4>
<p class="summary">The BSE SensexIndias most popular stock market indexclosed the day today at an all-time-high of 76,468.78 points, a gain of 2,507.47 points from where it closed on Friday (May 31, 2024). Its the highest gain single day gain that the Sensex has seenof…</p>
<small class="source">
via <a href="https://vivekkaul.com">Vivek Kaul</a>
</small>
<small class="date">June 3, 2024</small>
</div>
</section>
<p class="attribution">
Generated by
<a href="https://git.sr.ht/~sircmpwn/openring">openring</a>
</p>
</section>
<style>
.webring .header {
margin: 0 0 12px;
}
.webring .articles {
display: flex;
flex-wrap: wrap;
margin: -0.5rem;
}
.webring .title {
margin: 4px 0 12px;
}
.webring .article {
flex: 1 1 0;
display: flex;
flex-direction: column;
margin: 0.5rem;
padding: 0.5rem;
background: var(--openring-bg);
min-width: 10rem;
}
.webring .summary {
font-size: 0.8rem;
flex: 1 1 0;
}
.webring .attribution {
text-align: right;
font-size: 0.8rem;
color: #555;
}
</style>