Julio Biason
4 years ago
49 changed files with 553 additions and 12 deletions
@ -0,0 +1,86 @@
|
||||
+++ |
||||
title = "Commented Links for 2020-06-21" |
||||
date = 2020-06-21 |
||||
|
||||
[taxonomies] |
||||
tags = ["links", "google", "privacy", "incognito mode", "chrome", "exploit", |
||||
"http", "c++", "tables", "emacs", "licenses", "builder pattern", "rust", |
||||
"medium"] |
||||
+++ |
||||
|
||||
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. |
||||
|
||||
<!-- more --> |
||||
|
||||
## [Google faces $5 billion lawsuit for tracking people in incognito mode](https://www.cnet.com/news/google-faces-5-billion-lawsuit-for-tracking-people-in-incognito-mode/) |
||||
|
||||
Company that makes money tracking people keeps tracking people even when they |
||||
ask for not doing it, news at eleven. |
||||
|
||||
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. |
||||
|
||||
Worse: When you _suggest_ 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? |
||||
|
||||
## [Exclusive: Massive spying on users of Google's Chrome shows new security weakness](https://www.reuters.com/article/us-alphabet-google-chrome-exclusive/exclusive-massive-spying-on-users-of-googles-chrome-shows-new-security-weakness-idUSKBN23P0JO) |
||||
|
||||
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. |
||||
|
||||
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 _other_ products, never on theirs. |
||||
|
||||
## [Performance testing HTTP/1.1 vs HTTP/2 vs HTTP/2 + Server Push for REST APIs](https://evertpot.com/h2-parallelism/) |
||||
|
||||
A curious comparison: The way to do several requests using different versions |
||||
of HTTP with different properties. |
||||
|
||||
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". |
||||
|
||||
## [tabulate: Table Maker for Modern C++](https://github.com/p-ranav/tabulate) |
||||
|
||||
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. |
||||
|
||||
## [A Life Configuring Emacs](https://github.com/alhassy/emacs.d/blob/master/README.org) |
||||
|
||||
Do you want to learn Emacs? Like, _really_ learn it? |
||||
|
||||
Here is a very complete, very long explanation of how to do things in Emacs. |
||||
|
||||
## [Choosing a license for GoatCounter](https://www.arp242.net/license.html) |
||||
|
||||
Discussions about open source licenses are always nice and cool, 'cause there |
||||
is always something else you can learn about the licenses that exist. |
||||
|
||||
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. |
||||
|
||||
## [The builder pattern, and a macro that keeps FFI code DRY](https://fasterthanli.me/blog/2019/making-our-own-ping-6/) |
||||
|
||||
I kept this post for a while for one single reason: How freaking _easy_ it is |
||||
to create the builder pattern in Rust without any external libraries. There |
||||
are crates that allow doing it so with simple `#[derive]` directives but this |
||||
just shows how you don't even need that, if you're willing to type a bit more. |
||||
|
||||
## [Why we left Medium, and how!](https://blog.elementary.io/welcome-to-the-new-blog/) |
||||
|
||||
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 |
||||
_anything_, they need other people to create content for them. |
@ -0,0 +1,92 @@
|
||||
+++ |
||||
title = "Links Comentados de 2020-06-21" |
||||
date = 2020-06-21 |
||||
|
||||
[taxonomies] |
||||
tags = ["links", "google", "privacidade", "incognito mode", "chrome", |
||||
"exploit", "http", "c++", "tabelas", "emacs", "licenças", "builder pattern", |
||||
"rust", "medium"] |
||||
+++ |
||||
|
||||
Google Sendo Processado Por Ignorar Incognito Mode, Exploit do Chrome por aí, |
||||
Comparando HTTP/1.1 e HTTP/2.0, Criando Tabelas em C++, Entendendo Emacs, |
||||
Licenças Open Source, Builder Pattern em Rust, Porque Não Usar Medium. |
||||
|
||||
<!-- more --> |
||||
|
||||
## [Google faces $5 billion lawsuit for tracking people in incognito mode](https://www.cnet.com/news/google-faces-5-billion-lawsuit-for-tracking-people-in-incognito-mode/) |
||||
|
||||
Empresa que faz dinheiro rastreando pessoas continua rastreando pessoas mesmo |
||||
quando essas pedem para que isso não seja feito. |
||||
|
||||
Eu fico repetindo isso, mas me deixem colocar isso de novo: Se você depende de |
||||
qualquer coisa do Google, você pode assumir que a sua privacidade se foi. Seu |
||||
salário? Eles sabem. Seus emails secretos? Conhecidos. As coisas que você |
||||
reclama do seu chefe para seus colegas de trabalho? Tudo anotado. |
||||
|
||||
Pior: Quando você sugere para alguém usar algum produto Google, você está |
||||
basicamente dizendo que você não se importa com a privacidade deles. Que tipo |
||||
de amigo faz isso com alguém? |
||||
|
||||
## [Exclusive: Massive spying on users of Google's Chrome shows new security weakness](https://www.reuters.com/article/us-alphabet-google-chrome-exclusive/exclusive-massive-spying-on-users-of-googles-chrome-shows-new-security-weakness-idUSKBN23P0JO) |
||||
|
||||
Ainda em notícias de quem não se importa com você, alerta de segurança do |
||||
Chrome sendo explorada para que outros -- além do Google -- possam espiar |
||||
você. |
||||
|
||||
A parte interessante aqui é que a falha de segurança foi achada por uma |
||||
empresa chamada "Awake Security". Por que interessante? Porque o Google tem um |
||||
grupo especializado em encontrar falhas de segurança que, aparamente, só |
||||
consegue achar falhas de segurança em _outros_ produtos, nunca nos deles. |
||||
|
||||
## [Performance testing HTTP/1.1 vs HTTP/2 vs HTTP/2 + Server Push for REST APIs](https://evertpot.com/h2-parallelism/) |
||||
|
||||
Uma comparação curiosa: A forma de fazer várias requisições utilizando |
||||
diferentes versões do HTTP com diferente propriedades. |
||||
|
||||
Obviamente, as novas versões são mais performáticas, mas temos que perguntar |
||||
se fazer todo esse monte de requisições é algo real -- no sentido de "Carregue |
||||
o site de verdade, não o site e 300 trackers e bibliotecas pra fazer animações |
||||
estúpidas". |
||||
|
||||
## [tabulate: Table Maker for Modern C++](https://github.com/p-ranav/tabulate) |
||||
|
||||
Meu prazer de trabalhar com C++ diminuiu um monte depois de conhecer Rust, mas |
||||
eu tenho que admitir que essa biblioteca, para geração de tabelas ASCII no |
||||
terminal, parece ser um bocado interessante. |
||||
|
||||
## [A Life Configuring Emacs](https://github.com/alhassy/emacs.d/blob/master/README.org) |
||||
|
||||
Você quer aprender Emacs? Mas _realmente_ aprender? |
||||
|
||||
Aqui tem uma explicação bem completa, bem longa de como fazer coisas no Emacs. |
||||
|
||||
## [Choosing a license for GoatCounter](https://www.arp242.net/license.html) |
||||
|
||||
Discussões sobre licenças open source são sempre legais porque sempre dá pra |
||||
aprender algo a mais sobre as licenças que existem. |
||||
|
||||
No caso, um post analisando várias licenças sobre o sentido de além de deixar |
||||
como código aberto, também ter a possibilidade de ganhar dinheiro com o |
||||
produto. |
||||
|
||||
## [The builder pattern, and a macro that keeps FFI code DRY](https://fasterthanli.me/blog/2019/making-our-own-ping-6/) |
||||
|
||||
Eu guardei esse post por algum tempo por um único motivo: Como é _fácil_ criar |
||||
o builder pattern em Rust sem qualquer biblioteca externa. Existem crates que |
||||
permite adicionar todo isso com uma entrada de `#[derive]`, mas isso mostra |
||||
que nem isso você precisa, se estiver disposto a digitar um pouco mais. |
||||
|
||||
## [Why we left Medium, and how!](https://blog.elementary.io/welcome-to-the-new-blog/) |
||||
|
||||
Vocês devem ter notado que, de um tempo pra cá, nenhum dos links comentados é |
||||
do Medium. E existe um motivo para que eu não compartilhe mais conteúdo |
||||
postado lá e é justamente pelas medidas agressivas que eles tem tomado para |
||||
angariar recursos -- não que tenha algo de errado com isso, mas existem outras |
||||
formas além de bloquear usuários fora do conteúdo ou tirar funcionalidades de |
||||
quem esta publicado conteúdo -- e lembrem-se que o Medium em si não publica |
||||
_nada_, são outros que geram conteúdo para eles. |
||||
|
||||
<!-- |
||||
vim:spelllang=pt: |
||||
--> |
@ -0,0 +1,9 @@
|
||||
+++ |
||||
title = "Aesop" |
||||
weight = 97 |
||||
|
||||
[taxonomies] |
||||
tags = ["quotes", "aesop", "tyranny", "excuses"] |
||||
+++ |
||||
|
||||
> "Any excuse will serve a tyrant." |
@ -0,0 +1,18 @@
|
||||
+++ |
||||
title = "Alex S. Vitale" |
||||
weight = 97 |
||||
|
||||
[taxonomies] |
||||
tags = ["quotes", "alex s vitale", "police", "inequality"] |
||||
+++ |
||||
|
||||
> "Broken windows policing is at root a deeply conservative attempt to shift |
||||
> the burden of responsibility for declining living conditions onto the poor |
||||
> themselves and to argue that the solution to all social ills is increasingly |
||||
> aggressive, invasive, and restrictive forms of policing that involve more |
||||
> arrests, more harassment, and ultimately more violence. |
||||
> |
||||
> As inequality continues to increase, so will homelessness and public |
||||
> disorder, and as long as people continue to embrace the use of police to |
||||
> manage disorder, we will see a continual increase in the scope of police |
||||
> power and authority at the expense of human and civil rights." |
@ -0,0 +1,9 @@
|
||||
+++ |
||||
title = "Alexander Pope" |
||||
weight = 97 |
||||
|
||||
[taxonomies] |
||||
tags = ["quotes", "alexander pope", "success"] |
||||
+++ |
||||
|
||||
> "The higher you climb, the more you show your ass." |
@ -0,0 +1,10 @@
|
||||
+++ |
||||
title = "Anne Herbert" |
||||
weight = 97 |
||||
|
||||
[taxonomies] |
||||
tags = ["quotes", "anne herbert", "libraries"] |
||||
+++ |
||||
|
||||
> "Libraries will get you through times of no money better than money will get |
||||
> you through times of no libraries." |
@ -0,0 +1,11 @@
|
||||
+++ |
||||
title = "Charles DeGaulle" |
||||
weight = 99 |
||||
|
||||
[taxonomies] |
||||
tags = ["quotes", "charles degaulle", "politicians", "politics"] |
||||
+++ |
||||
|
||||
> "Since a politician never believes what he says, he is surprised |
||||
> when others believe him." |
||||
|
@ -0,0 +1,11 @@
|
||||
+++ |
||||
title = "Crazy Nigel" |
||||
weight = 99 |
||||
|
||||
[taxonomies] |
||||
tags = ["quotes", "crazy nigel", "power tools", "alcohol"] |
||||
+++ |
||||
|
||||
> "Of course power tools and alcohol don't mix. Everyone knows power tools aren't |
||||
> soluble in alcohol..." |
||||
|
@ -0,0 +1,11 @@
|
||||
+++ |
||||
title = "Dr. Who" |
||||
weight = 100 |
||||
|
||||
[taxonomies] |
||||
tags = ["quotes", "dr who", "guns"] |
||||
+++ |
||||
|
||||
> "Have you noticed the way people's intelligence capabilities decline |
||||
> sharply the minute they start waving guns around?" |
||||
|
@ -0,0 +1,9 @@
|
||||
+++ |
||||
title = "Elbert Hubbard" |
||||
weight = 101 |
||||
|
||||
[taxonomies] |
||||
tags = ["quotes", "elbert hubbard", "geniuses", "stupidity"] |
||||
+++ |
||||
|
||||
> "Genius may have its limitations, but stupidity is not thus handicapped." |
@ -0,0 +1,12 @@
|
||||
+++ |
||||
title = "Emma Goldman" |
||||
weight = 101 |
||||
|
||||
[taxonomies] |
||||
tags = ["quotes", "emma goldman", "patriotism"] |
||||
+++ |
||||
|
||||
> "Thinking men and women the world over are beginning to realize that |
||||
> patriotism is too narrow and limited a conception to meet the necessities of |
||||
> our time." |
||||
|
@ -0,0 +1,11 @@
|
||||
+++ |
||||
title = "Frances Rodman" |
||||
weight = 102 |
||||
|
||||
[taxonomies] |
||||
tags = ["quotes", "frances rodman", "marriage"] |
||||
+++ |
||||
|
||||
> "If men acted after marriage as they do during courtship, there would |
||||
> be fewer divorces -- and more bankruptcies." |
||||
|
@ -0,0 +1,11 @@
|
||||
+++ |
||||
title = "Georg Lichtenberg" |
||||
weight = 103 |
||||
|
||||
[taxonomies] |
||||
tags = ["quotes", "georg lichtenberg", "love", "narcissism"] |
||||
+++ |
||||
|
||||
> "He who is in love with himself has at least this advantage -- he won't |
||||
> encounter many rivals." |
||||
|
@ -0,0 +1,10 @@
|
||||
+++ |
||||
title = "Goethe" |
||||
weight = 103 |
||||
|
||||
[taxonomies] |
||||
tags = ["quotes", "goethe", "natural"] |
||||
+++ |
||||
|
||||
> "The unnatural, that too is natural." |
||||
|
@ -0,0 +1,9 @@
|
||||
+++ |
||||
title = "Heraclitus" |
||||
weight = 104 |
||||
|
||||
[taxonomies] |
||||
tags = ["quotes", "heraclitus", "changes"] |
||||
+++ |
||||
|
||||
> "Nothing endures but change." |
@ -0,0 +1,13 @@
|
||||
+++ |
||||
title = "Hunter S. Thompson" |
||||
weight = 104 |
||||
|
||||
[taxonomies] |
||||
tags = ["quotes", "hunter s thompson", "sex", "drugs", "craziness", |
||||
"weirdness"] |
||||
+++ |
||||
|
||||
> "I wouldn't recommend sex, drugs or insanity for everyone, but they've |
||||
> always worked for me." |
||||
|
||||
> "Today's weirdness is tomorrow's reason why." |
@ -0,0 +1,9 @@
|
||||
+++ |
||||
title = "Jean Cocteau" |
||||
weight = 106 |
||||
|
||||
[taxonomies] |
||||
tags = ["quotes", "jean cocteau", "image"] |
||||
+++ |
||||
|
||||
> "Mirrors should reflect a little before throwing back images." |
@ -0,0 +1,9 @@
|
||||
+++ |
||||
title = "John Heywood" |
||||
weight = 106 |
||||
|
||||
[taxonomies] |
||||
tags = ["quotes", "john heywood", "building"] |
||||
+++ |
||||
|
||||
> "Rome was not built in one day." |
@ -0,0 +1,9 @@
|
||||
+++ |
||||
title = "Kenneth E. Reed" |
||||
weight = 107 |
||||
|
||||
[taxonomies] |
||||
tags = ["quotes", "kennet e reed", "leading"] |
||||
+++ |
||||
|
||||
> "Getting kicked in the rear is a sure sign you're in the front." |
@ -0,0 +1,9 @@
|
||||
+++ |
||||
title = "Lady M. W. Montagu" |
||||
weight = 108 |
||||
|
||||
[taxonomies] |
||||
tags = ["quotes", "lady m w montagu", "generalizations"] |
||||
+++ |
||||
|
||||
> "General notions are generally wrong." |
@ -0,0 +1,9 @@
|
||||
+++ |
||||
title = "Mae West" |
||||
weight = 109 |
||||
|
||||
[taxonomies] |
||||
tags = ["quotes", "mae west", "journal", "diary"] |
||||
+++ |
||||
|
||||
> "Keep a diary and one day it'll keep you." |
@ -0,0 +1,10 @@
|
||||
+++ |
||||
title = "Martin Luther King Jr" |
||||
weight = 109 |
||||
|
||||
[taxonomies] |
||||
tags = ["quotes", "martin luther king jr", "freedom", "oppression"] |
||||
+++ |
||||
|
||||
> "Freedom is never voluntarily given by the oppressor; it must be demanded by |
||||
> the oppressed". |
@ -0,0 +1,9 @@
|
||||
+++ |
||||
title = "Michele Gelfand" |
||||
weight = 109 |
||||
|
||||
[taxonomies] |
||||
tags = ["quotes", "michele gelfand", "authoritarianism"] |
||||
+++ |
||||
|
||||
> "Authoritarian leaders thrive on fear. We need to help people feel safe." |
@ -0,0 +1,10 @@
|
||||
+++ |
||||
title = "Noam Chomsky" |
||||
weight = 110 |
||||
|
||||
[taxonomies] |
||||
tags = ["quotes", "noam chomsky", "totalitarianism"] |
||||
+++ |
||||
|
||||
> "The sign of a truly totalitarian culture is that important truths simply |
||||
> lack cognitive meaning." |
@ -0,0 +1,9 @@
|
||||
+++ |
||||
title = "Pablo Picasso" |
||||
weight = 112 |
||||
|
||||
[taxonomies] |
||||
tags = ["quotes", "pablo picasso", "computers"] |
||||
+++ |
||||
|
||||
> "Computers are useless. They can only give you answers." |
@ -0,0 +1,10 @@
|
||||
+++ |
||||
title = "Philip K. Dick" |
||||
weight = 112 |
||||
|
||||
[taxonomies] |
||||
tags = ["quotes", "reality", "philip k dick"] |
||||
+++ |
||||
|
||||
> "Reality is that which, when you stop believing in it, doesn't go away". |
||||
|
@ -0,0 +1,10 @@
|
||||
+++ |
||||
title = "Plutarch" |
||||
weight = 112 |
||||
|
||||
[taxonomies] |
||||
tags = ["quotes", "plutarch", "mind"] |
||||
+++ |
||||
|
||||
> "The mind is not a vessel to be filled, but a fire to be kindled." |
||||
|
@ -0,0 +1,9 @@
|
||||
+++ |
||||
title = "Publius Terenius Afer (Terence)" |
||||
weight = 112 |
||||
|
||||
[taxonomies] |
||||
tags = ["quotes", "publis terenius afer", "hope"] |
||||
+++ |
||||
|
||||
> "While there's life, there's hope." |
@ -0,0 +1,9 @@
|
||||
+++ |
||||
title = "Salvador Dali" |
||||
weight = 115 |
||||
|
||||
[taxonomies] |
||||
tags = ["quotes", "salvador dali", "drugs"] |
||||
+++ |
||||
|
||||
> "I do not take drugs -- I am drugs." |
@ -0,0 +1,9 @@
|
||||
+++ |
||||
title = "Stanislaw Lec" |
||||
weight = 115 |
||||
|
||||
[taxonomies] |
||||
tags = ["quotes", "stanislaw lec", "immortality", "death"] |
||||
+++ |
||||
|
||||
> "The first condition of immortality is death." |
@ -0,0 +1,9 @@
|
||||
+++ |
||||
title = "Steve Wozniak" |
||||
weight = 115 |
||||
|
||||
[taxonomies] |
||||
tags = ["quotes", "steve wozniak", "engineers"] |
||||
+++ |
||||
|
||||
> "I just want to be a good engineer." |
@ -0,0 +1,10 @@
|
||||
+++ |
||||
title = "Thomas Jefferson" |
||||
weight = 116 |
||||
|
||||
[taxonomies] |
||||
tags = ["quotes", "thomas jefferson", "things"] |
||||
+++ |
||||
|
||||
> "Never buy what you do not want because it is cheap; it will be dear to |
||||
> you." |
@ -0,0 +1,9 @@
|
||||
+++ |
||||
title = "William Blake" |
||||
weight = 119 |
||||
|
||||
[taxonomies] |
||||
tags = ["quotes", "william blake", "achievement"] |
||||
+++ |
||||
|
||||
> "No bird soars too high if he soars with his own wings." |
Loading…
Reference in new issue