diff --git a/content/links/20200621.md b/content/links/20200621.md new file mode 100644 index 0000000..c4abd56 --- /dev/null +++ b/content/links/20200621.md @@ -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. + + + +## [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. diff --git a/content/links/20200621.pt.md b/content/links/20200621.pt.md new file mode 100644 index 0000000..d3978ba --- /dev/null +++ b/content/links/20200621.pt.md @@ -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. + + + +## [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. + + diff --git a/content/quotes/aesop/index.md b/content/quotes/aesop/index.md new file mode 100644 index 0000000..a1ec4df --- /dev/null +++ b/content/quotes/aesop/index.md @@ -0,0 +1,9 @@ ++++ +title = "Aesop" +weight = 97 + +[taxonomies] +tags = ["quotes", "aesop", "tyranny", "excuses"] ++++ + +> "Any excuse will serve a tyrant." diff --git a/content/quotes/albert-einstein/index.md b/content/quotes/albert-einstein/index.md index 6876ff7..08c23e5 100644 --- a/content/quotes/albert-einstein/index.md +++ b/content/quotes/albert-einstein/index.md @@ -4,10 +4,12 @@ weight = 97 [taxonomies] tags = ["quotes", "albert einstein", "einstein", "cleverness", "theory", -"facts"] +"facts", "imagination"] +++ > "Man usually avoids attributing cleverness to somebody else -- unless it > is an enemy." > "If the facts don't fit the theory, change the facts." + +> "Imagination is more important than knowledge." diff --git a/content/quotes/alex-s-vitale/index.md b/content/quotes/alex-s-vitale/index.md new file mode 100644 index 0000000..d37da1a --- /dev/null +++ b/content/quotes/alex-s-vitale/index.md @@ -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." diff --git a/content/quotes/alexander-pope/index.md b/content/quotes/alexander-pope/index.md new file mode 100644 index 0000000..e83d388 --- /dev/null +++ b/content/quotes/alexander-pope/index.md @@ -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." diff --git a/content/quotes/anne-herbert/index.md b/content/quotes/anne-herbert/index.md new file mode 100644 index 0000000..767b7ab --- /dev/null +++ b/content/quotes/anne-herbert/index.md @@ -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." diff --git a/content/quotes/charles-degaulle/index.md b/content/quotes/charles-degaulle/index.md new file mode 100644 index 0000000..564297f --- /dev/null +++ b/content/quotes/charles-degaulle/index.md @@ -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." + diff --git a/content/quotes/crazy-nigel/index.md b/content/quotes/crazy-nigel/index.md new file mode 100644 index 0000000..b172b25 --- /dev/null +++ b/content/quotes/crazy-nigel/index.md @@ -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..." + diff --git a/content/quotes/dr-who/index.md b/content/quotes/dr-who/index.md new file mode 100644 index 0000000..d8f5424 --- /dev/null +++ b/content/quotes/dr-who/index.md @@ -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?" + diff --git a/content/quotes/elbert-hubbard/index.md b/content/quotes/elbert-hubbard/index.md new file mode 100644 index 0000000..b9da1e6 --- /dev/null +++ b/content/quotes/elbert-hubbard/index.md @@ -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." diff --git a/content/quotes/emma-goldman/index.md b/content/quotes/emma-goldman/index.md new file mode 100644 index 0000000..681b901 --- /dev/null +++ b/content/quotes/emma-goldman/index.md @@ -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." + diff --git a/content/quotes/frances-rodman/index.md b/content/quotes/frances-rodman/index.md new file mode 100644 index 0000000..3d2213f --- /dev/null +++ b/content/quotes/frances-rodman/index.md @@ -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." + diff --git a/content/quotes/georg-lichtenberg/index.md b/content/quotes/georg-lichtenberg/index.md new file mode 100644 index 0000000..82360cb --- /dev/null +++ b/content/quotes/georg-lichtenberg/index.md @@ -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." + diff --git a/content/quotes/goethe/index.md b/content/quotes/goethe/index.md new file mode 100644 index 0000000..0f16185 --- /dev/null +++ b/content/quotes/goethe/index.md @@ -0,0 +1,10 @@ ++++ +title = "Goethe" +weight = 103 + +[taxonomies] +tags = ["quotes", "goethe", "natural"] ++++ + +> "The unnatural, that too is natural." + diff --git a/content/quotes/heraclitus/index.md b/content/quotes/heraclitus/index.md new file mode 100644 index 0000000..dd99597 --- /dev/null +++ b/content/quotes/heraclitus/index.md @@ -0,0 +1,9 @@ ++++ +title = "Heraclitus" +weight = 104 + +[taxonomies] +tags = ["quotes", "heraclitus", "changes"] ++++ + +> "Nothing endures but change." diff --git a/content/quotes/hunter-s-thompson/index.md b/content/quotes/hunter-s-thompson/index.md new file mode 100644 index 0000000..f4f62fc --- /dev/null +++ b/content/quotes/hunter-s-thompson/index.md @@ -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." diff --git a/content/quotes/isaac-asimov/index.md b/content/quotes/isaac-asimov/index.md index 2e91303..26586da 100644 --- a/content/quotes/isaac-asimov/index.md +++ b/content/quotes/isaac-asimov/index.md @@ -15,3 +15,7 @@ tags = ["quotes", "isaac asimov", "science", "wisdom", "discoveries"] > "To surrender to ignorance and call it God has always > been premature, and it remains premature today." +> "There's no way I can single-handedly save the world or, perhaps, even make +> a perceptible difference -- but how ashamed I would be to let a day pass +> without making one more effort." + diff --git a/content/quotes/jean-cocteau/index.md b/content/quotes/jean-cocteau/index.md new file mode 100644 index 0000000..f311fa7 --- /dev/null +++ b/content/quotes/jean-cocteau/index.md @@ -0,0 +1,9 @@ ++++ +title = "Jean Cocteau" +weight = 106 + +[taxonomies] +tags = ["quotes", "jean cocteau", "image"] ++++ + +> "Mirrors should reflect a little before throwing back images." diff --git a/content/quotes/john-heywood/index.md b/content/quotes/john-heywood/index.md new file mode 100644 index 0000000..5e4368c --- /dev/null +++ b/content/quotes/john-heywood/index.md @@ -0,0 +1,9 @@ ++++ +title = "John Heywood" +weight = 106 + +[taxonomies] +tags = ["quotes", "john heywood", "building"] ++++ + +> "Rome was not built in one day." diff --git a/content/quotes/kenneth-e-reed/index.md b/content/quotes/kenneth-e-reed/index.md new file mode 100644 index 0000000..cb2d5c3 --- /dev/null +++ b/content/quotes/kenneth-e-reed/index.md @@ -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." diff --git a/content/quotes/lady-m-w-montagu/index.md b/content/quotes/lady-m-w-montagu/index.md new file mode 100644 index 0000000..b8e358f --- /dev/null +++ b/content/quotes/lady-m-w-montagu/index.md @@ -0,0 +1,9 @@ ++++ +title = "Lady M. W. Montagu" +weight = 108 + +[taxonomies] +tags = ["quotes", "lady m w montagu", "generalizations"] ++++ + +> "General notions are generally wrong." diff --git a/content/quotes/mae-west/index.md b/content/quotes/mae-west/index.md new file mode 100644 index 0000000..4e8bf5f --- /dev/null +++ b/content/quotes/mae-west/index.md @@ -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." diff --git a/content/quotes/mark-twain/index.md b/content/quotes/mark-twain/index.md index 5aaacca..6b4f3a8 100644 --- a/content/quotes/mark-twain/index.md +++ b/content/quotes/mark-twain/index.md @@ -3,7 +3,7 @@ title = "Mark Twain" weight = 109 [taxonomies] -tags = ["quotes", "mark twain"] +tags = ["quotes", "mark twain", "annoyance", "examples", "fame", "writing"] +++ > "Few things are harder to put up with than the annoyance of a good example." @@ -12,3 +12,6 @@ tags = ["quotes", "mark twain"] > "Fame is a vapor; popularity an accident; the only earthly certainty is > oblivion." +> "Substitute 'damn' every time you're inclined to write 'very'; your +> editor will delete it and the writing will be just as it should be." + diff --git a/content/quotes/martin-luther-king-jr/index.md b/content/quotes/martin-luther-king-jr/index.md new file mode 100644 index 0000000..1610e0e --- /dev/null +++ b/content/quotes/martin-luther-king-jr/index.md @@ -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". diff --git a/content/quotes/michele-gelfand/index.md b/content/quotes/michele-gelfand/index.md new file mode 100644 index 0000000..f909a2b --- /dev/null +++ b/content/quotes/michele-gelfand/index.md @@ -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." diff --git a/content/quotes/neil-degrasse-tyson/index.md b/content/quotes/neil-degrasse-tyson/index.md index c0a2103..2fc4d63 100644 --- a/content/quotes/neil-degrasse-tyson/index.md +++ b/content/quotes/neil-degrasse-tyson/index.md @@ -12,3 +12,6 @@ tags = ["quotes", "neil degrasse tyson", "life"] > "There are more stars in the universe than all the sounds and words ever > uttered by all humans who have ever lived." +> "The urge to want some bit of information to be true often clouds our +> ability to assess why that information may be false." + diff --git a/content/quotes/noam-chomsky/index.md b/content/quotes/noam-chomsky/index.md new file mode 100644 index 0000000..24d72fe --- /dev/null +++ b/content/quotes/noam-chomsky/index.md @@ -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." diff --git a/content/quotes/oscar-wilde/index.md b/content/quotes/oscar-wilde/index.md index 68a5973..2370e03 100644 --- a/content/quotes/oscar-wilde/index.md +++ b/content/quotes/oscar-wilde/index.md @@ -3,7 +3,10 @@ title = "Oscar Wilde" weight = 111 [taxonomies] -tags = ["quotes", "oscar wilde", "virtues", "vices"] +tags = ["quotes", "oscar wilde", "virtues", "vices", "truth", "questions", +"answers"] +++ > "He hadn't a single redeeming vice." + +> "Questions are never indiscreet, answers sometimes are." diff --git a/content/quotes/pablo-picasso/index.md b/content/quotes/pablo-picasso/index.md new file mode 100644 index 0000000..7adafb2 --- /dev/null +++ b/content/quotes/pablo-picasso/index.md @@ -0,0 +1,9 @@ ++++ +title = "Pablo Picasso" +weight = 112 + +[taxonomies] +tags = ["quotes", "pablo picasso", "computers"] ++++ + +> "Computers are useless. They can only give you answers." diff --git a/content/quotes/phathotep/index.md b/content/quotes/phathotep/index.md index c066db5..8139aae 100644 --- a/content/quotes/phathotep/index.md +++ b/content/quotes/phathotep/index.md @@ -3,7 +3,7 @@ title = "Phathotep" weight = 112 [taxonomies] -tags = ["quotes", "phathotep"] +tags = ["quotes", "phathotep", "life"] +++ > "Be cheerful while you are alive." diff --git a/content/quotes/philip-k-dick/index.md b/content/quotes/philip-k-dick/index.md new file mode 100644 index 0000000..9dde597 --- /dev/null +++ b/content/quotes/philip-k-dick/index.md @@ -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". + diff --git a/content/quotes/plutarch/index.md b/content/quotes/plutarch/index.md new file mode 100644 index 0000000..37e4d4a --- /dev/null +++ b/content/quotes/plutarch/index.md @@ -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." + diff --git a/content/quotes/publius-terentius-afer/index.md b/content/quotes/publius-terentius-afer/index.md new file mode 100644 index 0000000..a4945e0 --- /dev/null +++ b/content/quotes/publius-terentius-afer/index.md @@ -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." diff --git a/content/quotes/random/index.md b/content/quotes/random/index.md index b200564..0d381ea 100644 --- a/content/quotes/random/index.md +++ b/content/quotes/random/index.md @@ -4,7 +4,9 @@ weight = 300 [taxonomies] tags = ["quotes", "graffiti", "education", "misery", "distributed systems", -"the day the earth stood still", "atheism", "religion", "following", "regrets"] +"the day the earth stood still", "atheism", "religion", "following", +"regrets", "money", "perfection", "practice", "nerds", "totalitarianism", +"materialism", "god", "time"] +++ > If you took all the students that felt asleep in class and laid them end to @@ -33,3 +35,22 @@ tags = ["quotes", "graffiti", "education", "misery", "distributed systems", > "Working here is like a pregnancy. After nine months you wish you hadn't > come." + +> "If God lived on Earth, people would knock out all His windows." +-- Yiddish saying + +> "When you go out to buy, don't show your silver." + +> "If practice makes perfect, and nobody's perfect, why practice?" + +> "Freeing the nerds was what got us here" + +> "Workers of the world, relax!" + +> "Materialism: buying things we don't need with money we don't have to +> impress people that don't matter." + +> The sign of a truly totalitarian culture is that important truths simply +> lack cognitive meaning. + +> "Time is an illusion perpetrated by the manufacturers of space." diff --git a/content/quotes/salvador-dali/index.md b/content/quotes/salvador-dali/index.md new file mode 100644 index 0000000..9a8768e --- /dev/null +++ b/content/quotes/salvador-dali/index.md @@ -0,0 +1,9 @@ ++++ +title = "Salvador Dali" +weight = 115 + +[taxonomies] +tags = ["quotes", "salvador dali", "drugs"] ++++ + +> "I do not take drugs -- I am drugs." diff --git a/content/quotes/stanislaw-lec/index.md b/content/quotes/stanislaw-lec/index.md new file mode 100644 index 0000000..b3053fa --- /dev/null +++ b/content/quotes/stanislaw-lec/index.md @@ -0,0 +1,9 @@ ++++ +title = "Stanislaw Lec" +weight = 115 + +[taxonomies] +tags = ["quotes", "stanislaw lec", "immortality", "death"] ++++ + +> "The first condition of immortality is death." diff --git a/content/quotes/stanislaw-lem/index.md b/content/quotes/stanislaw-lem/index.md index aa92d63..11f0263 100644 --- a/content/quotes/stanislaw-lem/index.md +++ b/content/quotes/stanislaw-lem/index.md @@ -1,6 +1,6 @@ +++ title = "Stanislaw Lem" -weight = 200 +weight = 115 [taxonomies] tags = ["quotes", "stanislaw lem", "success"] diff --git a/content/quotes/star-trek/index.md b/content/quotes/star-trek/index.md index c1c62e3..63c9806 100644 --- a/content/quotes/star-trek/index.md +++ b/content/quotes/star-trek/index.md @@ -20,6 +20,9 @@ tags = ["star trek", "quotes", "eve mchuron", "spock", "rojan", "sarek"] > your human intuition." -- Spock, "Assignment: Earth", stardate unknown +> "Violence in reality is quite different from theory." +-- Spock, "The Cloud Minders", stardate 5818.4 + > "We do not colonize. We conquer. We rule. There is no other way for us." -- Rojan, "By Any Other Name", stardate 4657.5 @@ -40,3 +43,5 @@ tags = ["star trek", "quotes", "eve mchuron", "spock", "rojan", "sarek"] > "If some day we are defeated, well, war has its fortunes, good and bad." -- Commander Kor, "Errand of Mercy", stardate 3201.7 +> "Suffocating together ... would create heroic camaraderie." +-- Khan Noonian Singh, "Space Seed", stardate 3142.8 diff --git a/content/quotes/steve-wozniak/index.md b/content/quotes/steve-wozniak/index.md new file mode 100644 index 0000000..f80d524 --- /dev/null +++ b/content/quotes/steve-wozniak/index.md @@ -0,0 +1,9 @@ ++++ +title = "Steve Wozniak" +weight = 115 + +[taxonomies] +tags = ["quotes", "steve wozniak", "engineers"] ++++ + +> "I just want to be a good engineer." diff --git a/content/quotes/steven-wright/index.md b/content/quotes/steven-wright/index.md index 60825d3..092c442 100644 --- a/content/quotes/steven-wright/index.md +++ b/content/quotes/steven-wright/index.md @@ -1,6 +1,6 @@ +++ title = "Steven Wright" -weight = 200 +weight = 115 [taxonomies] tags = ["quotes", "steven wright", "puns"] diff --git a/content/quotes/stirling-moss/index.md b/content/quotes/stirling-moss/index.md index 2ec0e47..af5c62d 100644 --- a/content/quotes/stirling-moss/index.md +++ b/content/quotes/stirling-moss/index.md @@ -1,6 +1,6 @@ +++ title = "Stirling Moss" -weight = 200 +weight = 115 [taxonomies] tags = ["quotes", "stirling moss", "limits"] diff --git a/content/quotes/telsa-gwynne/index.md b/content/quotes/telsa-gwynne/index.md index 6929162..0f26b01 100644 --- a/content/quotes/telsa-gwynne/index.md +++ b/content/quotes/telsa-gwynne/index.md @@ -1,6 +1,6 @@ +++ title = "Telsa Gwynne" -weight = 201 +weight = 116 [taxonomies] tags = ["quotes", "telsa gwynne", "permissions", "sex", "root"] diff --git a/content/quotes/theodore-sturgeon/index.md b/content/quotes/theodore-sturgeon/index.md index c7e4560..efbb743 100644 --- a/content/quotes/theodore-sturgeon/index.md +++ b/content/quotes/theodore-sturgeon/index.md @@ -1,6 +1,6 @@ +++ title = "Theodore Sturgeon" -weight = 201 +weight = 116 [taxonomies] tags = ["quotes", "theodore sturgeon", "quality"] diff --git a/content/quotes/thomas-jefferson/index.md b/content/quotes/thomas-jefferson/index.md new file mode 100644 index 0000000..602d38d --- /dev/null +++ b/content/quotes/thomas-jefferson/index.md @@ -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." diff --git a/content/quotes/tom-robbins/index.md b/content/quotes/tom-robbins/index.md index edb83e7..4d801b2 100644 --- a/content/quotes/tom-robbins/index.md +++ b/content/quotes/tom-robbins/index.md @@ -1,6 +1,6 @@ +++ title = "Tom Robbins" -weight = 201 +weight = 116 [taxonomies] tags = ["quotes", "tom robbins", "education", "brain"] diff --git a/content/quotes/tommy-manville/index.md b/content/quotes/tommy-manville/index.md index 895782d..1359633 100644 --- a/content/quotes/tommy-manville/index.md +++ b/content/quotes/tommy-manville/index.md @@ -1,6 +1,6 @@ +++ quotes = "Tommy Manville" -weight = 201 +weight = 116 [taxonomies] tags = ["quotes", "tommy manville", "marriage", "divorce"] diff --git a/content/quotes/william-blake/index.md b/content/quotes/william-blake/index.md new file mode 100644 index 0000000..153aba0 --- /dev/null +++ b/content/quotes/william-blake/index.md @@ -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." diff --git a/content/quotes/william-shakespeare/index.md b/content/quotes/william-shakespeare/index.md new file mode 100644 index 0000000..32a1669 --- /dev/null +++ b/content/quotes/william-shakespeare/index.md @@ -0,0 +1,10 @@ ++++ +title = "William Shakespeare" +weight = 119 + +[taxonomies] +tags = ["quotes", "william shakespeare", "temptation"] ++++ + +> "Tempt not a desperate man." +-- Romeo and Juliet