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.
153 lines
8.0 KiB
153 lines
8.0 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">Commented Links for 2020-06-21</h1> |
|
<span class="post-date"> |
|
2020-06-21 |
|
|
|
<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/privacy/">#privacy</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/incognito-mode/">#incognito mode</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/chrome/">#chrome</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/exploit/">#exploit</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/http/">#http</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/c/">#c++</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/tables/">#tables</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/emacs/">#emacs</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/licenses/">#licenses</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/builder-pattern/">#builder pattern</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/rust/">#rust</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/medium/">#medium</a> |
|
|
|
</span> |
|
<p>Google Lawsuit for Ignoring Incognito Mode, Chrome Exploit in the Wild, |
|
Benchmarking HTTP/1.1 and HTTP/2.0, Creating Tables in C++, Understanding |
|
Emacs, Open Source Licenses, Builder Pattern in Rust, Why Leave Medium.</p> |
|
<span id="continue-reading"></span><h2 id="google-faces-5-billion-lawsuit-for-tracking-people-in-incognito-mode"><a href="https://www.cnet.com/news/google-faces-5-billion-lawsuit-for-tracking-people-in-incognito-mode/">Google faces $5 billion lawsuit for tracking people in incognito mode</a></h2> |
|
<p>Company that makes money tracking people keeps tracking people even when they |
|
ask for not doing it, news at eleven.</p> |
|
<p>I keep repeating this over and over, but let's put this again: If you rely on |
|
anything Google, you can assume your privacy is gone. Your salary? They know. |
|
Your secret emails? Known. The trash you talk about your boss with your |
|
coworkers? All noted.</p> |
|
<p>Worse: When you <em>suggest</em> people to start using Google products, you're |
|
basically telling them you don't freaking care about that person privacy. What |
|
kind of friend does that to a friend?</p> |
|
<h2 id="exclusive-massive-spying-on-users-of-google-s-chrome-shows-new-security-weakness"><a href="https://www.reuters.com/article/us-alphabet-google-chrome-exclusive/exclusive-massive-spying-on-users-of-googles-chrome-shows-new-security-weakness-idUSKBN23P0JO">Exclusive: Massive spying on users of Google's Chrome shows new security weakness</a></h2> |
|
<p>Still in news about who doesn't care about you, a security alert for Chrome |
|
being explore by others -- besides Google -- to spy on you.</p> |
|
<p>The interesting part part here is that the security flaw was found by a |
|
company called "Awake Security". Why is this interesting? 'Cause Google has a |
|
specialized group in finding security flaws that, it seems, can only find |
|
security in <em>other</em> products, never on theirs.</p> |
|
<h2 id="performance-testing-http-1-1-vs-http-2-vs-http-2-server-push-for-rest-apis"><a href="https://evertpot.com/h2-parallelism/">Performance testing HTTP/1.1 vs HTTP/2 vs HTTP/2 + Server Push for REST APIs</a></h2> |
|
<p>A curious comparison: The way to do several requests using different versions |
|
of HTTP with different properties.</p> |
|
<p>Obviously, the new stuff is more performant, but one has to ask if doing that |
|
many requests is actually a real thing -- as in "You know loading the real |
|
site, not the site and 300 trackers and bullshit libraries for stupid |
|
animations".</p> |
|
<h2 id="tabulate-table-maker-for-modern-c"><a href="https://github.com/p-ranav/tabulate">tabulate: Table Maker for Modern C++</a></h2> |
|
<p>My desire to work with C++ got a lot lower after I learnt Rust, but I have to |
|
reckon that this library, to create ASCII tables on the console, looks a lot |
|
interesting.</p> |
|
<h2 id="a-life-configuring-emacs"><a href="https://github.com/alhassy/emacs.d/blob/master/README.org">A Life Configuring Emacs</a></h2> |
|
<p>Do you want to learn Emacs? Like, <em>really</em> learn it?</p> |
|
<p>Here is a very complete, very long explanation of how to do things in Emacs.</p> |
|
<h2 id="choosing-a-license-for-goatcounter"><a href="https://www.arp242.net/license.html">Choosing a license for GoatCounter</a></h2> |
|
<p>Discussions about open source licenses are always nice and cool, 'cause there |
|
is always something else you can learn about the licenses that exist.</p> |
|
<p>In this case, a post analysing several licenses about trying to, besides |
|
keeping the source open, also being able to make money on top of it.</p> |
|
<h2 id="the-builder-pattern-and-a-macro-that-keeps-ffi-code-dry"><a href="https://fasterthanli.me/blog/2019/making-our-own-ping-6/">The builder pattern, and a macro that keeps FFI code DRY</a></h2> |
|
<p>I kept this post for a while for one single reason: How freaking <em>easy</em> it is |
|
to create the builder pattern in Rust without any external libraries. There |
|
are crates that allow doing it so with simple <code>#[derive]</code> directives but this |
|
just shows how you don't even need that, if you're willing to type a bit more.</p> |
|
<h2 id="why-we-left-medium-and-how"><a href="https://blog.elementary.io/welcome-to-the-new-blog/">Why we left Medium, and how!</a></h2> |
|
<p>You may have noticed that, from some time, none of the links I commented here |
|
are from Medium. And there is a reason for me to not share content posted |
|
there and it is exactly due the aggressive measures they are taking to gather |
|
resources -- not that there is something wrong doing it so, but there are |
|
other ways besides blocking people out of content, or taking our features for |
|
people that publish content -- and remember that Medium itself doesn't publish |
|
<em>anything</em>, they need other people to create content for them.</p> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
</body> |
|
|
|
</html>
|
|
|