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.
399 lines
17 KiB
399 lines
17 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/reviews/books/realm-of-racket/">
|
||
|
Realm of Racket: Lean to Program, One Game at a Time!
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2020-12-18
|
||
|
|
||
|
<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/it/">#it</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/racket/">#racket</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/books-2020/">#books:2020</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/stars-2/">#stars:2</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/published-2013/">#published:2013</a>
|
||
|
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="post-summary">
|
||
|
<p><a href="https://www.goodreads.com/book/show/17153511-realm-of-racket">GoodReads Summary</a>:
|
||
|
Racket is a descendant of Lisp, a programming
|
||
|
language renowned for its elegance, power, and challenging learning
|
||
|
curve. But while Racket retains the functional goodness of Lisp, it
|
||
|
was designed with beginning programmers in mind. Realm of Racket is
|
||
|
your introduction to the Racket language.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/reviews/books/realm-of-racket/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/thoughts/go-problem-is-not-the-xml-vulnerability/">
|
||
|
Go problem is not the XML vulnerability
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2020-12-15
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/go/">#go</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/golang/">#golang</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/thoughts/">#thoughts</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/stdlib/">#stdlib</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/patterns/">#patterns</a>
|
||
|
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="post-summary">
|
||
|
<p>Yesterday I posted <a href="https://blog.juliobiason.me/links/go-xml-vulnerability/">some comments about the vulnerability in go XML
|
||
|
stdlib</a> and some people said it was not a big
|
||
|
deal.</p>
|
||
|
<p>The problem is not the vulnerability in itself, though.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/thoughts/go-problem-is-not-the-xml-vulnerability/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/links/go-xml-vulnerability/">
|
||
|
Commented Link: Coordinated disclosure of XML round-trip vulnerabilities in Go’s standard library
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2020-12-14
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/links/">#links</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/go/">#go</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/golang/">#golang</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/google/">#google</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/xml/">#xml</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/vulnerability/">#vulnerability</a>
|
||
|
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="post-summary">
|
||
|
<p>Mattermost, along with Google, announced a <a href="https://mattermost.com/blog/coordinated-disclosure-go-xml-vulnerabilities/">vulnerability in the Go XML
|
||
|
stdlib</a>.
|
||
|
There is a bunch of things to unwrap in this announcement.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/links/go-xml-vulnerability/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/links/expanding-fuchsia-open-source-model/">
|
||
|
Commented link: Expanding Fuchsia's open source model
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2020-12-13
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/links/">#links</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/google/">#google</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/fuchsia/">#fuchsia</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/open-source/">#open source</a>
|
||
|
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="post-summary">
|
||
|
<p>Google recently announced they they are <a href="https://opensource.googleblog.com/2020/12/expanding-fuchsias-open-source-model.html">changing the open source
|
||
|
model</a>
|
||
|
of their new open source OS called Fuchsia. But there are so many red flags one
|
||
|
has to wonder what the announcement actually is.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/links/expanding-fuchsia-open-source-model/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/links/google-illegaly-spying-workers/">
|
||
|
Commented Link: Google illegally spied on workers before firing them, US labor board alleges
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2020-12-13
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/links/">#links</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/google/">#google</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/spying/">#spying</a>
|
||
|
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="post-summary">
|
||
|
<p>TheVerge posted some news about <a href="https://www.theverge.com/2020/12/2/22047383/google-spied-workers-before-firing-labor-complaint">Google Firing
|
||
|
Workers</a>
|
||
|
based on information from a company they hired to spy their own workers.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/links/google-illegaly-spying-workers/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/reviews/movies/king-kong/">
|
||
|
King Kong (2005)
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2020-12-13
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/movies/">#movies</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/reviews/">#reviews</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/fantasy/">#fantasy</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/stars-2/">#stars:2</a>
|
||
|
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="post-summary">
|
||
|
<p><a href="https://www.imdb.com/title/tt0360717/">IMDB Summary</a>: A greedy film
|
||
|
producer assembles a team of moviemakers and sets out for the infamous
|
||
|
Skull Island, where they find more than just cannibalistic natives.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/reviews/movies/king-kong/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/reviews/movies/the-colony/">
|
||
|
The Colony (2013)
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2020-12-13
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/movies/">#movies</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/reviews/">#reviews</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/scifi/">#scifi</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/stars-4/">#stars:4</a>
|
||
|
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="post-summary">
|
||
|
<p><a href="https://www.imdb.com/title/tt1160996/">IMDB Summary</a>:
|
||
|
Forced underground by the next ice age, a struggling outpost of survivors must
|
||
|
fight to preserve humanity against a threat even more savage than nature.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/reviews/movies/the-colony/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/projects/sodium/">
|
||
|
Condensed Sodium
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2020-12-10
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/projects/">#projects</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/personal/">#personal</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/client/">#client</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/status/">#status</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/web/">#web</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/rust/">#rust</a>
|
||
|
|
||
|
</span>
|
||
|
</div></div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/reviews/movies/meet-the-censors/">
|
||
|
Meet the Censors (2020)
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2020-11-28
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/movies/">#movies</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/reviews/">#reviews</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/documentary/">#documentary</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/censorship/">#censorship</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/stars-5/">#stars:5</a>
|
||
|
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="post-summary">
|
||
|
<p><a href="https://www.imdb.com/title/tt12782812/">IMDB Summary</a>:
|
||
|
From a Kafkaesque office for social media in Germany into South Sudan military
|
||
|
headquarters, to conversations with an Iranian Ayatollah, Indian film censors
|
||
|
and Chinese news editors. Norwegian filmmaker Håvard Fossum has traveled the
|
||
|
world to understand what censorship is, allowing the censors themselves to
|
||
|
state their case.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/reviews/movies/meet-the-censors/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">
|
||
|
<a href="https://blog.juliobiason.me/reviews/movies/nekrotronic/">
|
||
|
Nekrotronic (2018)
|
||
|
</a>
|
||
|
</h1>
|
||
|
|
||
|
<div class="post-meta">
|
||
|
<span class="post-date">
|
||
|
2020-11-28
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/movies/">#movies</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/reviews/">#reviews</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/comedy/">#comedy</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/stars-3/">#stars:3</a>
|
||
|
|
||
|
</span>
|
||
|
</div>
|
||
|
<div class="post-summary">
|
||
|
<p><a href="https://www.imdb.com/title/tt7453418/">IMDB Summary</a>:
|
||
|
A man who discovers that he is part of a secret sect of magical beings who hunt
|
||
|
down and destroy demons in the internet.</p>
|
||
|
|
||
|
</div>
|
||
|
<a href="https://blog.juliobiason.me/reviews/movies/nekrotronic/">
|
||
|
Read more...
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|