You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
127 lines
5.8 KiB
127 lines
5.8 KiB
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
<meta http-equiv="content-type" content="text/html; charset=utf-8"> |
|
|
|
<!-- Enable responsiveness on mobile devices--> |
|
<!-- viewport-fit=cover is to support iPhone X rounded corners and notch in landscape--> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, viewport-fit=cover"> |
|
|
|
<title>Julio Biason .Me 4.3</title> |
|
|
|
<!-- CSS --> |
|
<link rel="stylesheet" href="https://blog.juliobiason.me/print.css" media="print"> |
|
<link rel="stylesheet" href="https://blog.juliobiason.me/poole.css"> |
|
<link rel="stylesheet" href="https://blog.juliobiason.me/hyde.css"> |
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface"> |
|
|
|
|
|
|
|
|
|
|
|
</head> |
|
|
|
<body class=" "> |
|
|
|
<div class="sidebar"> |
|
<div class="container sidebar-sticky"> |
|
<div class="sidebar-about"> |
|
|
|
<a href="https://blog.juliobiason.me"><h1>Julio Biason .Me 4.3</h1></a> |
|
|
|
<p class="lead">Old school dev living in a 2.0 dev world</p> |
|
|
|
|
|
</div> |
|
|
|
<ul class="sidebar-nav"> |
|
|
|
|
|
<li class="sidebar-nav-item"><a href="/">English</a></li> |
|
|
|
<li class="sidebar-nav-item"><a href="/pt">Português</a></li> |
|
|
|
<li class="sidebar-nav-item"><a href="/tags">Tags (EN)</a></li> |
|
|
|
<li class="sidebar-nav-item"><a href="/pt/tags">Tags (PT)</a></li> |
|
|
|
|
|
</ul> |
|
</div> |
|
</div> |
|
|
|
|
|
<div class="content container"> |
|
|
|
<div class="post"> |
|
<h1 class="post-title">Commented Links for 2020-07-03</h1> |
|
<span class="post-date"> |
|
2020-07-03 |
|
|
|
<a href="https://blog.juliobiason.me/tags/links/">#links</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/rust/">#rust</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/async/">#async</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/tide/">#tide</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/github/">#github</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/web-apis/">#web apis</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/fira/">#fira</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/fonts/">#fonts</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/runbook/">#runbook</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/zig/">#zig</a> |
|
|
|
</span> |
|
<p>Rust Async and Tide, Github Redesign, Apple Declining Web APIs, Fira Font, |
|
Runbooks, Zig Async.</p> |
|
<span id="continue-reading"></span><h2 id="image-decay-as-a-service"><a href="https://fasterthanli.me/articles/image-decay-as-a-service">Image decay as a service</a></h2> |
|
<p>Although it mentions "Image", this post is actually a very good (as Amos' |
|
posts usually are) explaining async Rust and Tide from the very beginning.</p> |
|
<h2 id="redesigning-github-repository-page"><a href="https://tonsky.me/blog/github-redesign/">Redesigning Github repository page</a></h2> |
|
<p>Github presented a new layout recently, but some things are not... quite in |
|
place.</p> |
|
<p>Here, Nikita explores the interface step by step, checking every element and |
|
how to make them work.</p> |
|
<h2 id="apple-declined-to-implement-16-web-apis-in-safari-due-to-privacy-concerns"><a href="https://www.zdnet.com/article/apple-declined-to-implement-16-web-apis-in-safari-due-to-privacy-concerns/">Apple declined to implement 16 Web APIs in Safari due to privacy concerns</a></h2> |
|
<p>You have one chance to figure out who proposed most of those 16 APIs.</p> |
|
<p>Also, not to just pick on anyone or defend Apple, but some of those are |
|
completely absurd for a web thing -- unless you want the web to become a whole |
|
operating system, something that would make a lot more sense in, I don't know, |
|
a native application running on a real operating system, maybe?</p> |
|
<h2 id="fira"><a href="https://mozilla.github.io/Fira/">Fira</a></h2> |
|
<p>Mozilla took the task of keeping Fira -- and Fira Code -- fonts. </p> |
|
<p>The only issue I found: No ligatures on the mono version. There is an issue |
|
open since 2016 but the ligatures are not there (at least, the common ones, |
|
like "==", "->" and "=>", that make those appear as a single character).</p> |
|
<p>Sadly, for now, I'm sticking with |
|
<a href="https://github.com/microsoft/cascadia-code/releases">Cascadia</a>.</p> |
|
<h2 id="the-runbooks-project"><a href="https://containersolutions.github.io/runbooks/">The Runbooks Project</a></h2> |
|
<p>I'm a huge fan of Runbooks. Why? Because, some day, you'll be on call and |
|
things will go wrong and you'll have no idea what to do, but there it is, a |
|
list of things that can go wrong and how to fix them.</p> |
|
<p>And here are some generic runbooks to take care of common things when they go |
|
wrong.</p> |
|
<h2 id="what-is-zig-s-colorblind-async-await"><a href="https://kristoff.it/blog/zig-colorblind-async-await/">What is Zig's “Colorblind” Async/Await?</a></h2> |
|
<p>Async/await is in all rage these days, and Zig is a small language that takes |
|
a lot of C, but tries to fix some of its issues.</p> |
|
<p>And here is an introduction directly of async/await in Zig, so you can get a |
|
good "feel" of the language.</p> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
</body> |
|
|
|
</html>
|
|
|