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.
117 lines
5.3 KiB
117 lines
5.3 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">Links for 2020-03-16</h1> |
|
<span class="post-date"> |
|
2020-03-16 |
|
|
|
<a href="https://blog.juliobiason.me/tags/links/">#links</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/devops/">#devops</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/covid-19/">#covid-19</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/licensing/">#licensing</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/python/">#python</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/cheatsheet/">#cheatsheet</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/erland/">#erland</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/language-server/">#language server</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/text-processing/">#text processing</a> |
|
|
|
</span> |
|
<p>Free DevOps Books, COVID-19 Vaccine Fight, License Writing Tool, Python |
|
Cheatsheet, Erland LS, Unix Text Processing.</p> |
|
<span id="continue-reading"></span><h1 id="you-can-get-my-devops-books-free-the-rest-of-this-month"><a href="https://www.jeffgeerling.com/blog/2020/you-can-get-my-devops-books-free-rest-month">You can get my DevOps books free the rest of this month</a></h1> |
|
<p>Jeff Geerling, author of "Ansible for DevOps" and "Kubernetes for DevOps" made |
|
those two books free on LeanPub, but only for this month.</p> |
|
<h1 id="germany-tries-to-halt-u-s-interest-in-firm-working-on-coronavirus-vaccine"><a href="https://www.reuters.com/article/us-health-coronavirus-germany-usa/germany-tries-to-stop-us-from-luring-away-firm-seeking-coronavirus-vaccine-idUSKBN2120IV">Germany tries to halt U.S. interest in firm working on coronavirus vaccine</a></h1> |
|
<p>Welt am Sonntag, a German newspaper, got hold on the fact that the US |
|
government is trying to buy the company working on a cure of COVID-19, "but |
|
only for the US".</p> |
|
<p>Hey, nice showing on how to be a super-power, US Government.</p> |
|
<h1 id="licensor-write-licenses-to-stdout"><a href="https://github.com/raftario/licensor">Licensor: write licenses to stdout</a></h1> |
|
<p>Tired of searching how to write the license for your project? Worry no more! |
|
Licensor have a list of licenses and you can use it to generate your LICENSE |
|
file!</p> |
|
<h1 id="comprehensive-python-cheatsheet"><a href="https://github.com/gto76/python-cheatsheet">Comprehensive Python Cheatsheet</a></h1> |
|
<p>Chearsheets are abound, but this one for Python is pretty damn nice -- and |
|
<em>really</em> complete.</p> |
|
<h1 id="welcome-to-erlang-ls"><a href="https://erlang-ls.github.io/">Welcome to Erlang LS</a></h1> |
|
<p>Erlang got its own Language Server, allow you to use any editor (that supports |
|
LSP -- Language Server Protocol -- that is) to write Erland code and get |
|
auto-completion and jump to definitions.</p> |
|
<h1 id="text-processing-in-the-shell"><a href="https://blog.balthazar-rouberol.com/text-processing-in-the-shell">Text processing in the shell</a></h1> |
|
<p>A short explanation of lots of tools for text processing on Unix (actually, |
|
POSIX) systems.</p> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
</body> |
|
|
|
</html>
|
|
|