layouts: update openring

This commit is contained in:
GitHub Actions 2020-08-14 00:02:30 +00:00
parent 1801efabed
commit 419aa86a00
1 changed files with 9 additions and 12 deletions

View File

@ -19,27 +19,24 @@ o…</p>
<div class="article">
<h4 class="title">
<a href="https://deterministic.space/several-months-of-reading-material.html" target="_blank" rel="noopener">Long-form Texts on Interesting Details of Computers</a>
<a href="https://joebirch.co/mindset/follow-guidelines-not-rules/" target="_blank" rel="noopener">Follow Guidelines, not rules</a>
</h4>
<p class="summary">It seems especially recently Ive come across more and more
long-form texts (think: hour-long blog posts; free books; series of posts).
I especially like the ones that go into the very fine details of some niche topic
and maybe also ramble a bit about comple…</p>
<p class="summary">Learning a new way of doing something is a very powerful tool not only does it open our eyes to new perspectives, but it has the potential to improve on a previous approach we may have taken to solving a problem. The more we learn, the more perspectives…</p>
<small class="source">
via <a href="https://deterministic.space/">Pascal&#39;s Scribbles</a>
via <a href="https://joebirch.co">Joe Birch</a>
</small>
<small class="date">April 16, 2020</small>
<small class="date">August 6, 2020</small>
</div>
<div class="article">
<h4 class="title">
<a href="https://stjepang.github.io/2020/04/03/why-im-building-a-new-async-runtime.html" target="_blank" rel="noopener">Why Im building a new async runtime</a>
<a href="http://jakewharton.com/sixteen-corners/" target="_blank" rel="noopener">Sixteen corners</a>
</h4>
<p class="summary">Rust has a relatively new async/await system, and one of its peculiarities is that it doesnt have a runtime baked in like many other programming languages do. To write an async program, you have to pick a library like async-std or tokio, or implement a r…</p>
<p class="summary">Last year I built a library called Picnic for rendering data tables in monospaced environments like your terminal. Part of rendering the table is calculating what character to use for each wall and each corner separating the cells.</p>
<small class="source">
via <a href="https://stjepang.github.io/">Stjepans blog</a>
via <a href="http://jakewharton.com/"></a>
</small>
<small class="date">April 3, 2020</small>
<small class="date">August 6, 2020</small>
</div>
</section>
@ -65,7 +62,7 @@ and maybe also ramble a bit about comple…</p>
margin: 0.5rem;
padding: 0.5rem;
background: #f2e3ff;
min-width: 10rem;
min-width: 8rem;
}
.webring .summary {
font-size: 0.8rem;