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.
102 lines
3.7 KiB
102 lines
3.7 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">Commented Link: 1Password for Linux beta is now open</h1>
|
||
|
<span class="post-date">
|
||
|
2020-10-23
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/links/">#links</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/1password/">#1password</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/password-manager/">#password manager</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/linux/">#linux</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/rust/">#rust</a>
|
||
|
|
||
|
</span>
|
||
|
<p>1Password, the famous password management tool, published a blog about
|
||
|
releasing a beta version of their tool <a href="https://blog.1password.com/1password-for-linux-beta-is-now-open/">for
|
||
|
Linux</a>.</p>
|
||
|
<span id="continue-reading"></span>
|
||
|
<p>Now, we always welcome a tool for Linux, specially the ones with names already
|
||
|
know in the market, 'cause that gives the public a perception that Linux
|
||
|
exists and that larger companies give a fuck about it, and so on.</p>
|
||
|
<p>But what caught my eye is this line: "Its backend is written completely in
|
||
|
Rust". Not just because I'm a fan of Rust, but because</p>
|
||
|
<ol>
|
||
|
<li>the application doesn't look like a native application; it looks like an
|
||
|
Electron application;</li>
|
||
|
<li>this kind of action with Rust reminds of another technology that also wasn't
|
||
|
well known, but caught engineers attention, and then, suddenly, it took off
|
||
|
and now is widely used.</li>
|
||
|
</ol>
|
||
|
<p>That technology was Linux. And the same thing seems to be happening to Rust.
|
||
|
And this gives me a lot of hope in the future.</p>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|