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.
128 lines
5.8 KiB
128 lines
5.8 KiB
11 months ago
|
<!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">Links for 2020-03-06: Async Rust, Leadership, Firefox removing old cookies, X-Windows, Linux distributions, PC cases</h1>
|
||
|
<span class="post-date">
|
||
|
2020-03-06
|
||
|
|
||
|
<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/leadership/">#leadership</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/firefox/">#firefox</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/cookies/">#cookies</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/linux/">#linux</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/distros/">#distros</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/pc/">#pc</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/case/">#case</a>
|
||
|
|
||
|
</span>
|
||
|
<p>Interesting things going on the internet, 2020-03-06.</p>
|
||
|
<span id="continue-reading"></span><h1 id="async-await-on-embedded-rust"><a href="https://ferrous-systems.com/blog/async-on-embedded/">async/await on embedded Rust</a></h1>
|
||
|
<p>Not production ready yet, but the guys from Ferrous Systems are working on a
|
||
|
way to embbed async/await on embedded systems. While this may sound strange
|
||
|
("What? But Rust doesn't support async/await already?"), the fact is that most
|
||
|
async/await runtimes use Glibc functions and do not work without it. They even
|
||
|
have a <a href="https://github.com/ferrous-systems/async-on-embedded">repository</a> with
|
||
|
some code.</p>
|
||
|
<p>This is huge.</p>
|
||
|
<h1 id="taking-someone-aside"><a href="https://www.jefftk.com/p/taking-someone-aside">Taking someone aside</a></h1>
|
||
|
<p>Some tips on how to talk to someone when you want them to stop doing
|
||
|
something.</p>
|
||
|
<h1 id="purge-site-data-when-site-identified-via-old-tracking-cookies"><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1599262">Purge site data when site identified via old tracking cookies</a></h1>
|
||
|
<p>This is a direct link to a Firefox "bug" (actually, a feature) for removing
|
||
|
cookies older than 30 days if you don't interact with the site in 30 days.</p>
|
||
|
<p>"My logins!", you may be thinking. But this will also remove any tracking site
|
||
|
as long as you don't interact with the site anymore (goodbye Google tracking
|
||
|
sites, if you use DuckDuckGo, ProtonMail, Invidio.us, and so on).</p>
|
||
|
<h1 id="the-x-windows-disaster"><a href="http://www.art.net/~hopkins/Don/unix-haters/x-windows/disaster.html">The X-Windows Disaster</a></h1>
|
||
|
<p>This is a piece of hate on XWindows -- you know, the thing that first was
|
||
|
XFree86, then turned to X.org, then was completely scratched and is slowly
|
||
|
being replaced by Wayland.</p>
|
||
|
<p>But the curious part is not the hate, but the fact that it tells the story
|
||
|
behind X-Windows, how it came to be and how it works -- and the steps people
|
||
|
made to make it actually work.</p>
|
||
|
<h1 id="try-linux"><a href="https://www.trylinux.today/">Try Linux</a></h1>
|
||
|
<p>Not using Linux yet? Wondering which the myriad of distributions you should
|
||
|
use? Not really getting into that distribution that you Linux-fan friend
|
||
|
suggested?</p>
|
||
|
<p>This page has a list of distributions and their knowledge required. </p>
|
||
|
<p>Even if you already use Linux, you may pick something more "advanced", just to
|
||
|
explore new things.</p>
|
||
|
<h1 id="the-beautiful-machine"><a href="http://fabiensanglard.net/the_beautiful_machine/index.html">The beautiful machine</a></h1>
|
||
|
<p>I'm not running desktops anymore, but <em>heck</em> if that isn't a pretty case!</p>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|