msfjarvis.dev/layouts/partials/openring.html
2020-08-15 00:02:12 +00:00

77 lines
2.7 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>Articles from blogs I follow around the net</h3>
<section class="articles">
<div class="article">
<h4 class="title">
<a class="tag__link" href="https://fasterthanli.me/articles/frustrated-its-not-you-its-rust" target="_blank" rel="noopener">Frustrated? It&#39;s not you, it&#39;s Rust</a>
</h4>
<p class="summary">
Learning Rust is... an experience. An emotional journey. I&#39;ve rarely been
more frustrated than in my first few months of trying to learn Rust.
What makes it worse is that it doesn&#39;t matter how much prior experience you
have, in Java, C#, C …</p>
<small class="source">
via <a href="https://fasterthanli.me">fasterthanli.me</a>
</small>
<small class="date">August 14, 2020</small>
</div>
<div class="article">
<h4 class="title">
<a class="tag__link" href="https://joebirch.co/android/exploring-the-google-play-in-app-review-api/" target="_blank" rel="noopener">Exploring the Google Play In-App Review API</a>
</h4>
<p class="summary">When it comes to the Google Play store, app ratings and reviews are a pretty important marketing tool they can have a huge influence on whether someone downloads our app, so ensuring that we do not miss out on good reviews is important. However, Ive fe…</p>
<small class="source">
via <a href="https://joebirch.co">Joe Birch</a>
</small>
<small class="date">August 14, 2020</small>
</div>
<div class="article">
<h4 class="title">
<a class="tag__link" href="http://jakewharton.com/sixteen-corners/" target="_blank" rel="noopener">Sixteen corners</a>
</h4>
<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="http://jakewharton.com/"></a>
</small>
<small class="date">August 6, 2020</small>
</div>
</section>
<p class="attribution">
Generated by
<a href="https://git.sr.ht/~sircmpwn/openring">openring</a>
</p>
</section>
<style>
.webring .articles {
display: flex;
flex-wrap: wrap;
margin: -0.5rem;
padding-top: 1rem;
}
.webring .title {
margin: 0;
}
.webring .article {
flex: 1 1 0;
display: flex;
flex-direction: column;
margin: 0.5rem;
padding: 0.5rem;
background: #f2e3ff;
min-width: 8rem;
}
.webring .summary {
font-size: 0.8rem;
flex: 1 1 0;
}
.webring .attribution {
text-align: right;
font-size: 0.8rem;
color: #555;
}
</style>