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.
421 lines
18 KiB
421 lines
18 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="posts">
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/code/redid-my-nvim-config/">
|
||
|
I Redid My NeoVim Configuration
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2022-01-19
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/vim/">#vim</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/neovim/">#neovim</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/nvim/">#nvim</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/config/">#config</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/lsp/">#lsp</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/treesitter/">#treesitter</a>
|
||
|
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="post-summary">
|
||
|
<p>For some obscure reason, my NeoVim install decided it didn't want to
|
||
|
display LSP warnings anymore. So I redid the whole configuration.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/code/redid-my-nvim-config/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/research/decoding-fast-examples/">
|
||
|
Decoding the FAST Protocol: Examples
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2022-01-12
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/finance/">#finance</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/binary/">#binary</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/protocol/">#protocol</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/fix/">#fix</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/fast/">#fast</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/examples/">#examples</a>
|
||
|
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="post-summary">
|
||
|
<p>After the whole explanation about the definition of the FAST protocol, I
|
||
|
noticed there was something missing: Examples, to make things easier to
|
||
|
understand.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/research/decoding-fast-examples/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/research/decoding-fast/">
|
||
|
Decoding the FAST Protocol
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2022-01-10
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/finance/">#finance</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/binary/">#binary</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/protocol/">#protocol</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/fix/">#fix</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/fast/">#fast</a>
|
||
|
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="post-summary">
|
||
|
<p>Recently I have to work with a FAST (FIX Adapted for Streaming) and because the
|
||
|
documentation is scattered around, I decided to put the things I discovered in a
|
||
|
single place for (my own) future reference.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/research/decoding-fast/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/reviews/books/learning-concurrency-in-python/">
|
||
|
Learning Concurrency in Python - Elliot Forbes
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2021-12-13
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/reviews/">#reviews</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/books-2021/">#books:2021</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/stars-1/">#stars:1</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/python/">#python</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/concurrency/">#concurrency</a>
|
||
|
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="post-summary">
|
||
|
<p><a href="https://www.goodreads.com/book/show/36083578-learning-concurrency-in-python">GoodReads Summary</a>:
|
||
|
Practically and deeply understand concurrency in Python to write efficient
|
||
|
programs.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/reviews/books/learning-concurrency-in-python/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/reviews/books/live-free-or-die/">
|
||
|
Live Free or Die - John Ringo
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2021-10-22
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/reviews/">#reviews</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/john-ringo/">#john ringo</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/scifi/">#scifi</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/books-2021/">#books:2021</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/published-2010/">#published:2010</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/stars-1/">#stars:1</a>
|
||
|
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="post-summary">
|
||
|
<p><a href="https://www.goodreads.com/book/show/6713634-live-free-or-die">GoodReads
|
||
|
Summary</a>: When
|
||
|
aliens trundled a gate to other worlds into the solar system, the world reacted
|
||
|
with awe, hope and fear. But the first aliens to come through, the Glatun, were
|
||
|
peaceful traders and the world breathed a sigh of relief. When the Horvath came
|
||
|
through, they announced their ownership by dropping rocks on three cities and
|
||
|
gutting them. Since then, they've held Terra as their own personal fiefdom. With
|
||
|
their control of the orbitals, there's no way to win and earth's governments
|
||
|
have accepted the status quo.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/reviews/books/live-free-or-die/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/reviews/books/in-calabria/">
|
||
|
In Calabria - Peter S. Beagle
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2021-08-31
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/reviews/">#reviews</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/books-2021/">#books:2021</a>
|
||
|
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="post-summary">
|
||
|
<p><a href="https://openlibrary.org/books/OL27229983M/In_Calabria">OpenLibrary Summary</a>:
|
||
|
"Claudio Bianchi has lived alone for many years on a hillside in Southern
|
||
|
Italy's scenic Calabria. Set in his ways and suspicious of outsiders, Claudio
|
||
|
has always resisted change, preferring farming and writing poetry. But one
|
||
|
chilly morning, as though from a dream, an impossible visitor appears at the
|
||
|
farm. When Claudio comes to her aid, an act of kindness throws his world into
|
||
|
chaos. Suddenly he must stave off inquisitive onlookers, invasive media, and
|
||
|
even more sinister influences" -- provided by publisher.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/reviews/books/in-calabria/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/reviews/series/loki/">
|
||
|
Loki (2021)
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2021-08-26
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/series/">#series</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/reviews/">#reviews</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/series-2021/">#series:2021</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/stars-3/">#stars:3</a>
|
||
|
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="post-summary">
|
||
|
<p><a href="https://en.wikipedia.org/wiki/Loki_(TV_series)">Wikipdia Summary</a>: The series
|
||
|
takes place after the events of the film Avengers: Endgame (2019), in which an
|
||
|
alternate version of Loki created a new timeline.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/reviews/series/loki/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/reviews/books/managers-answer-book/">
|
||
|
The Manager's Answer Book - Barbara Mitchell, Cornelia Gamlem
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2021-08-25
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/reviews/">#reviews</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/books-2021/">#books:2021</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/management/">#management</a>
|
||
|
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="post-summary">
|
||
|
<p><a href="https://openlibrary.org/books/OL28202958M/The_Manager%27s_Answer_Book">OpenLibrary
|
||
|
Summary</a>:
|
||
|
Powerful Tools to Maximize Your Impact and Influence, Build Trust and Teams, and
|
||
|
Respond to Challenges</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/reviews/books/managers-answer-book/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/reviews/series/wandavision/">
|
||
|
Wandavision
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2021-08-25
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/reviews/">#reviews</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/series/">#series</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/marvel/">#marvel</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/series-2021/">#series:2021</a>
|
||
|
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="post-summary">
|
||
|
<p><a href="https://en.wikipedia.org/wiki/WandaVision">Wikipedia Summary</a>: WandaVision is
|
||
|
an American television miniseries created by Jac Schaeffer for the streaming
|
||
|
service Disney+, based on Marvel Comics featuring the characters Wanda Maximoff
|
||
|
/ Scarlet Witch and Vision.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/reviews/series/wandavision/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/reviews/series/the-falcon-and-the-winter-soldier/">
|
||
|
The Falcon and the Winter Soldier (2021)
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2021-08-18
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/reviews/">#reviews</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/series/">#series</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/series-2021/">#series:2021</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/stars-4/">#stars:4</a>
|
||
|
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="post-summary">
|
||
|
<p><a href="https://en.wikipedia.org/wiki/The_Falcon_and_the_Winter_Soldier">Wikipedia
|
||
|
Summary</a>: The
|
||
|
Falcon and the Winter Soldier[a] is an American television miniseries created by
|
||
|
Malcolm Spellman for the streaming service Disney+, based on Marvel Comics
|
||
|
featuring the characters Sam Wilson / Falcon and Bucky Barnes / Winter
|
||
|
Soldier. It is the second television series in the Marvel Cinematic Universe
|
||
|
(MCU) produced by Marvel Studios, sharing continuity with the films of the
|
||
|
franchise and taking place after the events of the film Avengers: Endgame
|
||
|
(2019). Spellman served as head writer with Kari Skogland directing.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/reviews/series/the-falcon-and-the-winter-soldier/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|