diff --git a/content/links/20200719.md b/content/links/20200719.md new file mode 100644 index 0000000..c5a836c --- /dev/null +++ b/content/links/20200719.md @@ -0,0 +1,81 @@ ++++ +title = "Commented Links for 2020-07-19" +date = 2020-07-19 + +[taxonomies] +tags = ["links", "unix", "build", "c", "data structures", "algorithms", "zig", +"rust", "linux", "kernel", "ai", "git", "git ignore", "ci", "cd"] ++++ + +Building Executables Unix Way, Really Used Data Structures and Algorithms, Zig +Foundation, Rust on Linux, Bad AI, Git Ignore, What is CI and CD. + + + +## [Traditional Unix Toolchains](https://bsdimp.blogspot.com/2020/07/traditional-unix-toolchains.html?m=1) + +While the title may give some impression that it will talk about common unix +tools (and pipes, and `&&` and `||`), it actually talks about the process the +unix compilers take on converting your C code into an executable. + +It is a bit succinct, but succinct in the right places. It gives a good +explanation on the whole process, the involved tools and their jobs in the +process. + +## [Data Structures & Algorithms I Actually Used Working at Tech Companies](https://blog.pragmaticengineer.com/data-structures-and-algorithms-i-actually-used-day-to-day/) + +When doing job interviews, we get asked about a lot of stuff. But what do we +_actually_ use? Kinda reminds of that joke about the job interview asking to +invert a binary tree and the job is just to move a button 2 pixels to the +left. + +But it is good to know what is actually useful, in real life applications. And +not just some CRUD or whatever, but what goes into Skype and Uber. + +## [Announcing the Zig Software Foundation](https://ziglang.org/news/announcing-zig-software-foundation.html) + +Zig is a small language aimed to fix the problems with C. + +What impressed me here is that the Rust community had talks about making a +foundation, so the language would be open to everyone, but still didn't manage +to make it. + +So, kuds to Zig developers for creating their foundation! + +## [Linux kernel in-tree Rust support](https://lkml.org/lkml/2020/7/10/1261) + +Alright, so it seems the Linux developers finally opened to doors to new +languages in their tree. + +What feels "wrong" here is that Linus is saying that "Rust support" should +always be up, so if something breaks, they can point that it was broken +anyway. The "wrong" part is that this, obviously, puts visibility on things +that _don't_ work instead of focusing on the things that _do_ work. What if +there are a couple of modules working fine, but only one fails? Obviously +everybody will point out that the support _doesn't_ work and people should +stick with what still works. + +But Linus, you know... + +## [Awful AI](https://github.com/daviddao/awful-ai) + +Not every AI is good. Not every AI will help you find an open spot for that +meeting with everyone. Not every AI will tag your photos with locations and +loved one -- but they would tag any black people as "gorillas". Or maybe say +who may be gay or not (and think how those people would be affected on +countries that see homosexuality as a crime). The list goes on and on. + +## [gitignore.io](https://www.toptal.com/developers/gitignore) + +Create a comprehensive `.gitignore` for your project, based on your language +and tools. + +## [The real difference between CI and CD](https://fire.ci/blog/the-difference-between-ci-and-cd/) + +What does CI and CD do? What they are there for? + +I've been thinking about doing a presentation for people starting with in +development about each of those -- 'cause, you know, there are a bunch of +people still thinking `git push` on your computer and `git pull` on the +production server is a good decision... + diff --git a/content/links/20200719.pt.md b/content/links/20200719.pt.md new file mode 100644 index 0000000..bcc7a0d --- /dev/null +++ b/content/links/20200719.pt.md @@ -0,0 +1,87 @@ ++++ +title = "Links Comentados de 2020-07-19" +date = 2020-07-19 + +[taxonomies] +tags = ["links", "unix", "build", "c", "estruturas de dados", "algoritmos", +"zig", "rust", "linux", "kernel", "ia", "git", "git ignore", "ci", "cd"] ++++ + +Criando Executáveis no Estilo Unix, Estruturas de Dados e Algoritmos Realmente +Usados, Fundação Zig, Rust no Linux, IA Ruim, Git Ignore, O Que É CI e CD. + + + +## [Traditional Unix Toolchains](https://bsdimp.blogspot.com/2020/07/traditional-unix-toolchains.html?m=1) + +Embora o título possa dar a impressão que vai ser falado das ferramentas +comuns de unix (e pipes, e `&&` e `||`), na verdade o post fala sobre o +processo que os compiladores unix fazem quando estão convertendo seu código C +em um executável. + +Pode ser um pouco sucinto, mas e sucinto nos lugares certos. Explica bem todo +o processo, as ferramentas envolvidas e o que elas fazem no processo inteiro. + +## [Data Structures & Algorithms I Actually Used Working at Tech Companies](https://blog.pragmaticengineer.com/data-structures-and-algorithms-i-actually-used-day-to-day/) + +Quando estamos fazendo entrevistas de emprego, somos perguntados sobre um +monte de coisas. Mas o que _realmente_ é usado? Me lembra aquela piada de que +as pessoas são perguntadas, na entrevista, para escreverem um algoritmo para +inverter uma árvoce binária, mas o trabalho é mover um botão 2 píxeis para a +esquerda. + +Mas é bom saber o que é realmente utilizado, em aplicações de verdade. E não +apenas em algum CRUD ou algo do tipo, mas o que acontece em aplicações como +Skype e Uber. + +## [Announcing the Zig Software Foundation](https://ziglang.org/news/announcing-zig-software-foundation.html) + +Zig é uma pequena linguagem que se colocou para resolver os problemas com C. + +O que me impressionou aqui é que a comunidade Rust tem falado sobre criar uma +fundação, para que a linguagem fique aberta para todos, mas até agora não +conseguiram fazer. + +Então, parabéns para os desenvolvedores do Zig por criarem a sua fundação! + +## [Linux kernel in-tree Rust support](https://lkml.org/lkml/2020/7/10/1261) + +Parece que os desenvolvedores do kernel do Linux finalmente abriram as portas +para novas linguagens na área de desenvolvimento. + +O que me parece "errado" aqui é o Linus dizendo que o "suporte a Rust" deve +estar sempre ligado, e se algo quebrar, eles podem apontar que o suporte +estava quebrado. A parte "errada" disso é que, obviamente, bota visibilidade +nas coisas que _não_ funcionam ao invés das que funcionam. O que acontece se +tiverem módulos que funcionam corretamente, mas um deles falha? Obviamente que +todo mundo vai dizer que o suporte não funciona e que as pessoas devem +continuar com o que funciona. + +Mas Linus, sabe como é... + +## [Awful AI](https://github.com/daviddao/awful-ai) + +Nem toda IA é boa. Nem toda IA vai te ajudar a encontrar um horário disponível +para todo mundo pra uma reunião. Não é toda IA que vai colocar as tags nas +suas fotos com localizações e as pessoas que você gosta -- mas que vão também +marcar pessoas negras como "gorilas". Ou talvez dizer quem é gay ou não (e +pense como isso afetaria essas pessoas em países que consideram +homossexualidade um crime). E a lista continua. + +## [gitignore.io](https://www.toptal.com/developers/gitignore) + +Crie um `.gitignore` para todas as coisas do seu projeto, baseado na linguagem +e ferramentas que você usa. + +## [The real difference between CI and CD](https://fire.ci/blog/the-difference-between-ci-and-cd/) + +O que CI e CD fazem? Para que eles servem? + +Eu tenho essa ideia de fazer uma apresentação para pessoas que estão começando +com desenvolvimento sobre isso -- porque, vocês sabem, ainda existem pessoas +que acham que fazer um `git push` no computador e `git pull` no servidor de +produção e uma boa decisão... + + diff --git a/content/quotes/alan-kay/index.md b/content/quotes/alan-kay/index.md index 5b779e6..09bfef3 100644 --- a/content/quotes/alan-kay/index.md +++ b/content/quotes/alan-kay/index.md @@ -9,3 +9,6 @@ tags = ["quotes", "alan kay", "research"] > "The tree of research must from time to time be refreshed with the blood > of bean counters." +> "Like the ski resort of girls looking for husbands and husbands looking +> for girls, the situation is not as symmetrical as it might seem." + diff --git a/content/quotes/ann-landers/index.md b/content/quotes/ann-landers/index.md new file mode 100644 index 0000000..7cb78be --- /dev/null +++ b/content/quotes/ann-landers/index.md @@ -0,0 +1,10 @@ ++++ +title = "Ann Landers" +weight = 97 + +[taxonomies] +tags = ["quotes", "ann landers", "television"] ++++ + +> "Television has proved that people will look at anything rather than each +> other." diff --git a/content/quotes/benjamin-franklin/index.md b/content/quotes/benjamin-franklin/index.md index ae4094f..e9eac3e 100644 --- a/content/quotes/benjamin-franklin/index.md +++ b/content/quotes/benjamin-franklin/index.md @@ -3,9 +3,12 @@ title = "Benjamin Franklin" weight = 98 [taxonomies] -tags = ["quotes", "benjamin franklin", "franklin", "money", "err"] +tags = ["quotes", "benjamin franklin", "franklin", "money", "err", "war", +"peace"] +++ > "The use of money is all the advantage there is to having money." > "To err is human, to repent, divine, to persist, devilish." + +> "There never was a good war or a bad peace." diff --git a/content/quotes/brendan-francis/index.md b/content/quotes/brendan-francis/index.md new file mode 100644 index 0000000..de36e2f --- /dev/null +++ b/content/quotes/brendan-francis/index.md @@ -0,0 +1,9 @@ ++++ +title = "Brendan Francis" +weight = 98 + +[taxonomies] +tags = ["quotes", "brendan francis", "love"] ++++ + +> "A man is already halfway in love with any woman who listens to him." diff --git a/content/quotes/brian-kernighan/index.md b/content/quotes/brian-kernighan/index.md new file mode 100644 index 0000000..7efb6e1 --- /dev/null +++ b/content/quotes/brian-kernighan/index.md @@ -0,0 +1,9 @@ ++++ +title = "Brian Kernighan" +weight = 98 + +[taxonomies] +tags = ["quotes", "brian kernighan", "bugs"] ++++ + +> "Each new user of a new system uncovers a new class of bugs." diff --git a/content/quotes/charles-schulz/index.md b/content/quotes/charles-schulz/index.md index 0316b27..9fe4426 100644 --- a/content/quotes/charles-schulz/index.md +++ b/content/quotes/charles-schulz/index.md @@ -3,9 +3,10 @@ title = "Charles Schulz" weight = 99 [taxonomies] -tags = ["quotes", "charles schulz", "future"] +tags = ["quotes", "charles schulz", "future", "compliments"] +++ > "Don't worry about the world coming to an end today. It's already tomorrow > in Australia." +> "The only time a dog gets complimented is when he doesn't do anything." diff --git a/content/quotes/confucius/index.md b/content/quotes/confucius/index.md index a766d79..f3315af 100644 --- a/content/quotes/confucius/index.md +++ b/content/quotes/confucius/index.md @@ -12,3 +12,6 @@ tags = ["quotes", "confucius", "virtues", "learning", "work", "thinking"] > "Learning without thought is labor lost; thought without learning is > perilous." +> "The superior man understands what is right; the inferior man understands +> what will sell." + diff --git a/content/quotes/darrell-huff/index.md b/content/quotes/darrell-huff/index.md new file mode 100644 index 0000000..e672821 --- /dev/null +++ b/content/quotes/darrell-huff/index.md @@ -0,0 +1,11 @@ ++++ +title = "Darrell Huff" +weight = 100 + +[taxonomies] +tags = ["quotes", "darrell huff", "medicine"] ++++ + +> "Proper treatment will cure a cold in seven days, but left to itself, +> a cold will hang on for a week." + diff --git a/content/quotes/david-ellis/index.md b/content/quotes/david-ellis/index.md new file mode 100644 index 0000000..8769f41 --- /dev/null +++ b/content/quotes/david-ellis/index.md @@ -0,0 +1,11 @@ ++++ +title = "David Ellis" +weight = 100 + +[taxonomies] +tags = ["quotes", "david ellis", "success"] ++++ + +> "Fourth Law of Thermodynamics: +> If the probability of success is not almost one, it is damn near zero." + diff --git a/content/quotes/eugene-ionesco/index.md b/content/quotes/eugene-ionesco/index.md new file mode 100644 index 0000000..9ed92a9 --- /dev/null +++ b/content/quotes/eugene-ionesco/index.md @@ -0,0 +1,9 @@ ++++ +title = "Eugene Ionesco" +weight = 101 + +[taxonomies] +tags = ["quotes", "eugene ionesco", "death"] ++++ + +> "There are more dead people than living, and their numbers are increasing." diff --git a/content/quotes/gail-godwin/index.md b/content/quotes/gail-godwin/index.md new file mode 100644 index 0000000..b07601d --- /dev/null +++ b/content/quotes/gail-godwin/index.md @@ -0,0 +1,9 @@ ++++ +title = "Gail Godwin" +weight = 103 + +[taxonomies] +tags = ["quotes", "gail godwin", "teaching"] ++++ + +> "Good teaching is one-fourth preparation and three-fourths good theatre." diff --git a/content/quotes/henry-allen/index.md b/content/quotes/henry-allen/index.md new file mode 100644 index 0000000..25e2459 --- /dev/null +++ b/content/quotes/henry-allen/index.md @@ -0,0 +1,11 @@ ++++ +title = "Henry Allen" +weight = 104 + +[taxonomies] +tags = ["quotes", "henry allen", "civilization"] ++++ + +> "It is better for civilization to be going down the drain than to be +> coming up it." + diff --git a/content/quotes/henry-j-kaiser/index.md b/content/quotes/henry-j-kaiser/index.md new file mode 100644 index 0000000..3492d22 --- /dev/null +++ b/content/quotes/henry-j-kaiser/index.md @@ -0,0 +1,9 @@ ++++ +title = "Henry J. Kaiser" +weight = 104 + +[taxonomies] +tags = ["quotes", "henry j kaiser", "success"] ++++ + +> "When your work speaks for itself, don't interrupt." diff --git a/content/quotes/henry-kissinger/index.md b/content/quotes/henry-kissinger/index.md new file mode 100644 index 0000000..1e339de --- /dev/null +++ b/content/quotes/henry-kissinger/index.md @@ -0,0 +1,10 @@ ++++ +title = "Henry Kissinger" +weight = 104 + +[taxonomies] +tags = ["quotes", "henry kissinger", "politicians"] ++++ + +> "Ninety percent of the politicians give the other ten percent a bad +> reputation." diff --git a/content/quotes/iain-m-banks/index.md b/content/quotes/iain-m-banks/index.md new file mode 100644 index 0000000..11b8e43 --- /dev/null +++ b/content/quotes/iain-m-banks/index.md @@ -0,0 +1,10 @@ ++++ +title = "Iain M. Banks" +weight = 105 + +[taxonomies] +tags = ["quotes", "iain m banks", "reason", "religion"] ++++ + +> "Reason shapes the future, but superstition infects the present." + diff --git a/content/quotes/isaac-asimov/index.md b/content/quotes/isaac-asimov/index.md index 26586da..284a6ba 100644 --- a/content/quotes/isaac-asimov/index.md +++ b/content/quotes/isaac-asimov/index.md @@ -3,7 +3,8 @@ title = "Isaac Asimov" weight = 105 [taxonomies] -tags = ["quotes", "isaac asimov", "science", "wisdom", "discoveries"] +tags = ["quotes", "isaac asimov", "science", "wisdom", "discoveries", +"violence"] +++ > "The saddest aspect of life right now is that science gathers knowledge @@ -19,3 +20,5 @@ tags = ["quotes", "isaac asimov", "science", "wisdom", "discoveries"] > a perceptible difference -- but how ashamed I would be to let a day pass > without making one more effort." +> "Violence is the last refuge of the incompetent." +-- Salvador Hardin, "Foundation" diff --git a/content/quotes/joseph-conrad/index.md b/content/quotes/joseph-conrad/index.md new file mode 100644 index 0000000..aeeca84 --- /dev/null +++ b/content/quotes/joseph-conrad/index.md @@ -0,0 +1,9 @@ ++++ +title = "Joseph Conrad" +weight = 106 + +[taxonomies] +tags = ["quotes", "joseph conrad", "friends", "enemies"] ++++ + +> "You shall judge of a man by his foes as well as by his friends." diff --git a/content/quotes/lenny-bruce/index.md b/content/quotes/lenny-bruce/index.md new file mode 100644 index 0000000..427e495 --- /dev/null +++ b/content/quotes/lenny-bruce/index.md @@ -0,0 +1,9 @@ ++++ +title = "Lenny Bruce" +weight = 106 + +[taxonomies] +tags = ["quotes", "lenny bruce", "satire"] ++++ + +> "Satire is tragedy plus time." diff --git a/content/quotes/lucius-annaeus-seneca/index.md b/content/quotes/lucius-annaeus-seneca/index.md new file mode 100644 index 0000000..dea8cd7 --- /dev/null +++ b/content/quotes/lucius-annaeus-seneca/index.md @@ -0,0 +1,9 @@ ++++ +title = "Lucius Annaeus Seneca" +weight = 108 + +[taxonomies] +tags = ["quotes", "lucius annaeus seneca", "seneca", "quality"] ++++ + +> "It is the quality rather than the quantity that matters." diff --git a/content/quotes/mahatma-gandhi/index.md b/content/quotes/mahatma-gandhi/index.md new file mode 100644 index 0000000..59f0af9 --- /dev/null +++ b/content/quotes/mahatma-gandhi/index.md @@ -0,0 +1,9 @@ ++++ +title = "Mahatma Gandhi" +weight = 109 + +[taxonomies] +tags = ["quotes", "mahatma gandhi", "gandhi", "changes"] ++++ + +> "You must be the change you wish to see in the world." diff --git a/content/quotes/mark-twain/index.md b/content/quotes/mark-twain/index.md index 80246b3..5f1c7f3 100644 --- a/content/quotes/mark-twain/index.md +++ b/content/quotes/mark-twain/index.md @@ -25,3 +25,4 @@ tags = ["quotes", "mark twain", "annoyance", "examples", "fame", "writing", > "Go to Heaven for the climate, Hell for the company." +> "Water, taken in moderation cannot hurt anybody." diff --git a/content/quotes/morris-cohen/index.md b/content/quotes/morris-cohen/index.md new file mode 100644 index 0000000..70a1ac3 --- /dev/null +++ b/content/quotes/morris-cohen/index.md @@ -0,0 +1,9 @@ ++++ +title = "Morris Cohen" +weight = 109 + +[taxonomies] +tags = ["quotes", "morris cohen", "religion"] ++++ + +> "If religion cannot restrain evil, it cannot claim effective power for good." diff --git a/content/quotes/niels-bohr/index.md b/content/quotes/niels-bohr/index.md new file mode 100644 index 0000000..d057e7f --- /dev/null +++ b/content/quotes/niels-bohr/index.md @@ -0,0 +1,11 @@ ++++ +title = "Neils Bohr" +weight = 110 + +[taxonomies] +tags = ["quotes", "neils bohr", "truths"] ++++ + +> "The opposite of a correct statement is a false statement. But the opposite +> of a profound truth may well be another profound truth." + diff --git a/content/quotes/random/index.md b/content/quotes/random/index.md index b3a7b62..2b1a10a 100644 --- a/content/quotes/random/index.md +++ b/content/quotes/random/index.md @@ -7,7 +7,7 @@ tags = ["quotes", "graffiti", "education", "misery", "distributed systems", "the day the earth stood still", "atheism", "religion", "following", "regrets", "money", "perfection", "practice", "nerds", "totalitarianism", "materialism", "god", "time", "privacy", "guests", "proverbs", "russian", -"incompetence"] +"incompetence", "insanity", "instagram"] +++ > If you took all the students that felt asleep in class and laid them end to @@ -88,3 +88,19 @@ tags = ["quotes", "graffiti", "education", "misery", "distributed systems", > "Ah say, son, you're about as sharp as a bowlin' ball." > "Blame Saint Andreas -- it's all his fault." + +> "Insanity is hereditary. You get it from your kids." + +> "Morale will continue until the beatings improve." + +> "Law of Probable Dispersal: +> Whatever it is that hits the fan will not be evenly distributed." + +> "All that glitters has a high refractive index." + +> "Aren't Instagram influencers just Ads in human form?" +-- hackiechan@mastodon.social + +> "Don’t say condemn it because it can happen to you one day. Condemn it +> because it is wrong." +-- mysticashi@mastodon.social diff --git a/content/quotes/samuel-johnson/index.md b/content/quotes/samuel-johnson/index.md new file mode 100644 index 0000000..367e0d5 --- /dev/null +++ b/content/quotes/samuel-johnson/index.md @@ -0,0 +1,11 @@ ++++ +title = "Samuel Johnson" +weight = 115 + +[taxonomies] +tags = ["quotes", "samuel johnson", "writing"] ++++ + +> "Your manuscript is both good and original, but the part that is good is not +> original and the part that is original is not good." + diff --git a/content/quotes/thomas-jefferson/index.md b/content/quotes/thomas-jefferson/index.md index 41fa9f4..1176d3c 100644 --- a/content/quotes/thomas-jefferson/index.md +++ b/content/quotes/thomas-jefferson/index.md @@ -3,7 +3,8 @@ title = "Thomas Jefferson" weight = 116 [taxonomies] -tags = ["quotes", "thomas jefferson", "things", "principles", "tastes"] +tags = ["quotes", "thomas jefferson", "things", "principles", "tastes", +"politics"] +++ > "Never buy what you do not want because it is cheap; it will be dear to @@ -12,3 +13,6 @@ tags = ["quotes", "thomas jefferson", "things", "principles", "tastes"] > "In matters of principle, stand like a rock; in matters of taste, swim with > the current." +> "When a man assumes a public trust, he should consider himself as public +> property." + diff --git a/content/quotes/ursula-k-leguin/index.md b/content/quotes/ursula-k-leguin/index.md new file mode 100644 index 0000000..42db236 --- /dev/null +++ b/content/quotes/ursula-k-leguin/index.md @@ -0,0 +1,17 @@ ++++ +title = "Ursula K. LeGuin" +weight = 117 + +[taxonomies] +tags = ["quotes", "ursula k leguin", "ursula leguin", "evil"] ++++ + +> "The sunlights differ, but there is only one darkness." +-- "The Dispossessed" + +> "Why don't you write about women? my mother asked me. I don't know how, I +> said. A stupid answer, but an honest one. I did not know how to write about +> women - very few of us did - because I thought that what men had written +> about women was the truth, was the true way to write about women. And I +> couldn't." + diff --git a/content/quotes/william-gibson/index.md b/content/quotes/william-gibson/index.md new file mode 100644 index 0000000..aaf4334 --- /dev/null +++ b/content/quotes/william-gibson/index.md @@ -0,0 +1,10 @@ ++++ +title = "William Gibson" +weight = 119 + +[taxonomies] +tags = ["quotes", "william gibson", "depression"] ++++ + +> "Before yo diagnose yourself with depression or low self-steem, first make +> sure you are not, in fact, just surrounded by assholes." diff --git a/content/quotes/wilson-mizner/index.md b/content/quotes/wilson-mizner/index.md new file mode 100644 index 0000000..ed62417 --- /dev/null +++ b/content/quotes/wilson-mizner/index.md @@ -0,0 +1,10 @@ ++++ +title = "Wilson Mizner" +weight = 119 + +[taxonomies] +tags = ["quotes", "wilson mizner", "success"] ++++ + +> "Be nice to people on the way up, because you'll meet them on your way +> down." diff --git a/content/quotes/winston-churchill/index.md b/content/quotes/winston-churchill/index.md index a881b2e..1ec0ea7 100644 --- a/content/quotes/winston-churchill/index.md +++ b/content/quotes/winston-churchill/index.md @@ -13,3 +13,6 @@ tags = ["quotes", "winston churchill", "churchill", "administration", > "The inherent vice of capitalism is the unequal sharing of blessings; > the inherent virtue of socialism is the equal sharing of misery." +> "I am ready to meet my Maker. Whether my Maker is prepared for the +> great ordeal of meeting me is another matter." + diff --git a/content/research/_index.md b/content/research/_index.md index abe2c99..a45b5bb 100644 --- a/content/research/_index.md +++ b/content/research/_index.md @@ -1,6 +1,7 @@ +++ title = "Research Notes" transparent = false +sort_by = "weight" +++
diff --git a/content/research/elastic.md b/content/research/elastic.md index d3a1873..8f36919 100644 --- a/content/research/elastic.md +++ b/content/research/elastic.md @@ -1,5 +1,6 @@ +++ title = "ElasticSearch" +weight = 101 [taxonomies] tags = ["research", "elastic", "elasticsearch", "docker"] diff --git a/content/reviews/books/7-secrets-of-exceptional-leadership.md b/content/reviews/books/7-secrets-of-exceptional-leadership.md index a18e548..567fe24 100644 --- a/content/reviews/books/7-secrets-of-exceptional-leadership.md +++ b/content/reviews/books/7-secrets-of-exceptional-leadership.md @@ -3,7 +3,8 @@ title = "The 7 Secrets of Exceptional Leadership - Brian Tracy" date = 2020-05-24 [taxonomies] -tags = ["books", "reviews", "leadership", "brian tracy", "0 stars"] +tags = ["books", "reviews", "leadership", "brian tracy", "0 stars", +"2020 challenge"] +++ [GoodReads Summary](https://www.goodreads.com/book/show/18523862-the-7-secrets-of-exceptional-leadership): diff --git a/content/reviews/books/88-days-to-any-goal.md b/content/reviews/books/88-days-to-any-goal.md index 109c1b5..3a42d75 100644 --- a/content/reviews/books/88-days-to-any-goal.md +++ b/content/reviews/books/88-days-to-any-goal.md @@ -3,7 +3,8 @@ title = "88 Days to Any Goal - Rolland Roberts" date = 2020-02-20 [taxonomies] -tags = ["books", "reviews", "self-help", "rolland roberts", "1 star"] +tags = ["books", "reviews", "self-help", "rolland roberts", "1 star", +"2020 challenge"] +++ [GoodReads Summary](https://www.goodreads.com/book/show/40597273-the-90-day-promise): diff --git a/content/reviews/books/97-things-every-programmer-should-know.md b/content/reviews/books/97-things-every-programmer-should-know.md index cbd35e2..4dd6beb 100644 --- a/content/reviews/books/97-things-every-programmer-should-know.md +++ b/content/reviews/books/97-things-every-programmer-should-know.md @@ -3,7 +3,7 @@ title = "97 Things Every Programmer Should Know: Collective Wisdom from the Expe date = 2020-03-22 [taxonomies] -tags = ["books", "reviews", "it", "3 stars"] +tags = ["books", "reviews", "it", "3 stars", "2020 challenge"] +++ [GoodReads Summary](https://www.goodreads.com/book/show/7003902-97-things-every-programmer-should-know): diff --git a/content/reviews/books/adult-stuff.md b/content/reviews/books/adult-stuff.md index 9f29476..9604548 100644 --- a/content/reviews/books/adult-stuff.md +++ b/content/reviews/books/adult-stuff.md @@ -3,7 +3,8 @@ title = "Adult Stuff: Things You Need to Know to Win at Real Life - Robert Boese date = 2020-02-09 [taxonomies] -tags = ["books", "reviews", "fun", "robert boesel", "matt moore", "3 stars"] +tags = ["books", "reviews", "fun", "robert boesel", "matt moore", "3 stars", +"2020 challenge"] +++ [GoodReads Summary](https://www.goodreads.com/book/show/26544444-adult-stuff): diff --git a/content/reviews/books/ansible-from-beginner-to-pro.md b/content/reviews/books/ansible-from-beginner-to-pro.md index 1c660fb..8bfdde6 100644 --- a/content/reviews/books/ansible-from-beginner-to-pro.md +++ b/content/reviews/books/ansible-from-beginner-to-pro.md @@ -3,7 +3,8 @@ title = "Ansible: From Beginner to Pro - Michael Heap" date = 2020-04-03 [taxonomies] -tags = ["books", "reviews", "ti", "ansible", "michael heap", "3 stars"] +tags = ["books", "reviews", "ti", "ansible", "michael heap", "3 stars", +"2020 challenge"] +++ [GoodReads Summary](https://www.goodreads.com/book/show/29201033-ansible): diff --git a/content/reviews/books/broetry.md b/content/reviews/books/broetry.md index fb769a9..e2fe31c 100644 --- a/content/reviews/books/broetry.md +++ b/content/reviews/books/broetry.md @@ -3,7 +3,8 @@ title = "Broetry Poetry for Dudes - Brian McGackin" date = 2020-01-26 [taxonomies] -tags = ["books", "reviews", "fun", "brian mcgackin", "4 stars"] +tags = ["books", "reviews", "fun", "brian mcgackin", "4 stars", "poetry", +"2020 challenge"] +++ [GoodReads Summary](https://www.goodreads.com/book/show/10326288-broetry-poetry-for-dudes): diff --git a/content/reviews/books/christopher-walken-a-to-z.md b/content/reviews/books/christopher-walken-a-to-z.md index 87f92a2..a183494 100644 --- a/content/reviews/books/christopher-walken-a-to-z.md +++ b/content/reviews/books/christopher-walken-a-to-z.md @@ -4,7 +4,7 @@ date = 2020-02-18 [taxonomies] tags = ["books", "reviews", "fun", "biography", "christopher walken", -"robert schnakenberg", "3 stars"] +"robert schnakenberg", "3 stars", "2020 challenge"] +++ [GoodReads Summary](https://www.goodreads.com/book/show/23838378-christopher-walken-a-to-z): diff --git a/content/reviews/books/creating-interfaces-with-bulma.md b/content/reviews/books/creating-interfaces-with-bulma.md index 426fbe3..b569c52 100644 --- a/content/reviews/books/creating-interfaces-with-bulma.md +++ b/content/reviews/books/creating-interfaces-with-bulma.md @@ -3,7 +3,7 @@ title = "Creating Interfaces with Bulma - Jeremy Thomas, Oleksii Potiekhin, Mik date = 2020-01-20 [taxonomies] -tags = ["books", "reviews", "bulma", "it", "2 stars"] +tags = ["books", "reviews", "bulma", "it", "2 stars", "css", "2020 challenge"] +++ [GoodReads Summary](https://www.goodreads.com/book/show/38473029-creating-interfaces-with-bulma): diff --git a/content/reviews/books/employees-gone-wild.md b/content/reviews/books/employees-gone-wild.md index a2e4c73..9469425 100644 --- a/content/reviews/books/employees-gone-wild.md +++ b/content/reviews/books/employees-gone-wild.md @@ -3,7 +3,8 @@ title = "Employees Gone Wild: Crazy (and True!) Stories of Office Misbehavior, a date = 2020-01-26 [taxonomies] -tags = ["books", "reviews", "fun", "richard burton", "3 stars"] +tags = ["books", "reviews", "fun", "richard burton", "3 stars", "work", +"2020 challenge"] +++ [GoodReads Summary](https://www.goodreads.com/book/show/23130072-employees-gone-wild): diff --git a/content/reviews/books/fledgling.md b/content/reviews/books/fledgling.md index c933f7e..7bc741d 100644 --- a/content/reviews/books/fledgling.md +++ b/content/reviews/books/fledgling.md @@ -3,7 +3,8 @@ title = "Fledgling - Sharon Lee, Steve Miller" date = 2020-05-12 [taxonomies] -tags = ["books", "reviews", "scifi", "liaden universe", "2 stars"] +tags = ["books", "reviews", "scifi", "liaden universe", "2 stars", +"2020 challenge"] +++ [GoodReads Summary](https://www.goodreads.com/book/show/5585180-fledgling): diff --git a/content/reviews/books/fulgrim.md b/content/reviews/books/fulgrim.md index 335e8e8..f05e4f0 100644 --- a/content/reviews/books/fulgrim.md +++ b/content/reviews/books/fulgrim.md @@ -4,7 +4,7 @@ date = 2020-04-14 [taxonomies] tags = ["books", "reviews", "scifi", "fiction", "warhammer 40000", -"horus heresy", "graham mcneill", "0 stars"] +"horus heresy", "graham mcneill", "0 stars", "2020 challenge"] +++ [GoodReads Summary](https://www.goodreads.com/book/show/957931.Fulgrim) diff --git a/content/reviews/books/functional-reactive-programming.md b/content/reviews/books/functional-reactive-programming.md index 6243652..9f10905 100644 --- a/content/reviews/books/functional-reactive-programming.md +++ b/content/reviews/books/functional-reactive-programming.md @@ -4,7 +4,7 @@ date = 2020-03-04 [taxonomies] tags = ["books", "reviews", "stephen blackheath", "it", "anthony jones", -"0 stars"] +"0 stars", "2020 challenge"] +++ [GoodReads Summary](https://www.goodreads.com/book/show/24671986-functional-reactive-programming) diff --git a/content/reviews/books/geek-wisdom.md b/content/reviews/books/geek-wisdom.md index 164150c..02a0158 100644 --- a/content/reviews/books/geek-wisdom.md +++ b/content/reviews/books/geek-wisdom.md @@ -4,7 +4,8 @@ date = 2020-03-10 [taxonomies] tags = ["books", "reviews", "fun", "stephen h segal", "n k jemisin", -"eric san juan", "genevieve valentine", "zaki hasan", "1 star"] +"eric san juan", "genevieve valentine", "zaki hasan", "1 star", +"2020 challenge"] +++ [GoodReads Summary](https://www.goodreads.com/book/show/10418415-geek-wisdom): diff --git a/content/reviews/books/how-to-survive-a-horror-movie.md b/content/reviews/books/how-to-survive-a-horror-movie.md index fcb7e49..a22f98a 100644 --- a/content/reviews/books/how-to-survive-a-horror-movie.md +++ b/content/reviews/books/how-to-survive-a-horror-movie.md @@ -4,7 +4,7 @@ date = 2020-03-06 [taxonomies] tags = ["books", "reviews", "movies", "horror", "seth grahame-smith", -"2 stars"] +"2 stars", "2020 challenge"] +++ [GoodReads Summary](https://www.goodreads.com/book/show/293217.How_to_Survive_a_Horror_Movie): diff --git a/content/reviews/books/in-fury-born.md b/content/reviews/books/in-fury-born.md index 87335d1..b2ea962 100644 --- a/content/reviews/books/in-fury-born.md +++ b/content/reviews/books/in-fury-born.md @@ -3,7 +3,7 @@ title = "In Fury Born - David Weber" date = 2020-06-20 [taxonomies] -tags = ["books", "review", "scifi", "fantasy", "1 star"] +tags = ["books", "review", "scifi", "fantasy", "1 star", "2020 challenge"] +++ [GoodReads Summary](https://www.goodreads.com/book/show/130528.In_Fury_Born): diff --git a/content/reviews/books/k-is-for-knifeball.md b/content/reviews/books/k-is-for-knifeball.md index b92850f..9a92256 100644 --- a/content/reviews/books/k-is-for-knifeball.md +++ b/content/reviews/books/k-is-for-knifeball.md @@ -3,7 +3,8 @@ title = "K is for Knifeball: An Alphabet of Terrible Advice - Avery Monsen, Jor date = 2020-01-26 [taxonomies] -tags = ["books", "reviews", "fun", "avery monsen", "jory john", "3 stars"] +tags = ["books", "reviews", "fun", "avery monsen", "jory john", "3 stars", +"kids", "2020 challenge"] +++ [GoodReads Summary](https://www.goodreads.com/book/show/14553581-k-is-for-knifeball): diff --git a/content/reviews/books/microservices-antipatterns-and-pitfalls.md b/content/reviews/books/microservices-antipatterns-and-pitfalls.md index e55db1c..dd153ed 100644 --- a/content/reviews/books/microservices-antipatterns-and-pitfalls.md +++ b/content/reviews/books/microservices-antipatterns-and-pitfalls.md @@ -4,7 +4,7 @@ date = 2020-03-08 [taxonomies] tags = ["books", "reviews", "microservices", "antipatterns", "pitfalls", -"mark richards", "4 stars"] +"mark richards", "4 stars", "2020 challenge"] +++ [GoodReads Summary](https://www.goodreads.com/book/show/31291348-microservices-antipatterns-and-pitfalls): diff --git a/content/reviews/books/mothers-and-other-monsters.md b/content/reviews/books/mothers-and-other-monsters.md index c6047fb..4ad1443 100644 --- a/content/reviews/books/mothers-and-other-monsters.md +++ b/content/reviews/books/mothers-and-other-monsters.md @@ -3,7 +3,8 @@ title = " Mothers & Other Monsters: Stories - Maureen F. McHugh" date = 2020-03-28 [taxonomies] -tags = ["books", "reviews", "fiction", "maureen f mchugh", "1 star"] +tags = ["books", "reviews", "fiction", "maureen f mchugh", "1 star", +"2020 challenge"] +++ [GoodReads Summary](https://www.goodreads.com/book/show/8157780-mothers-other-monsters): diff --git a/content/reviews/books/reactive-microservices-architecture.md b/content/reviews/books/reactive-microservices-architecture.md index 2c0ed6a..b0a1107 100644 --- a/content/reviews/books/reactive-microservices-architecture.md +++ b/content/reviews/books/reactive-microservices-architecture.md @@ -3,7 +3,8 @@ title = "Reactive Microservices Architecture - Jonas Bonér" date = 2020-02-20 [taxonomies] -tags = ["books", "reviews", "it", "microservices", "jonas boner", "1 star"] +tags = ["books", "reviews", "it", "microservices", "jonas boner", "1 star", +"2020 challenge"] +++ [GoodReads Summary](https://www.goodreads.com/book/show/29630482-reactive-microservices-architecture): diff --git a/content/reviews/books/rust-in-action.md b/content/reviews/books/rust-in-action.md index 3ad6753..1bd2ab7 100644 --- a/content/reviews/books/rust-in-action.md +++ b/content/reviews/books/rust-in-action.md @@ -3,7 +3,8 @@ title = "Rust In Action - T.S. McNamara" date = 2020-04-28 [taxonomies] -tags = ["books", "reviews", "rust", "t s mcnamara", "4 stars"] +tags = ["books", "reviews", "rust", "t s mcnamara", "4 stars", +"2020 challenge"] +++ [GoodReads Summary](https://www.goodreads.com/book/show/45731908-rust-in-action): diff --git a/content/reviews/books/the-flight-of-the-eisenstein.md b/content/reviews/books/the-flight-of-the-eisenstein.md index 8170bff..368275f 100644 --- a/content/reviews/books/the-flight-of-the-eisenstein.md +++ b/content/reviews/books/the-flight-of-the-eisenstein.md @@ -4,7 +4,7 @@ date = 2020-01-17 [taxonomies] tags = ["books", "reviews", "horus heresy", "warhammer 40000", "sci", -"james swallow", "1 star"] +"james swallow", "1 star", "2020 challenge"] +++ [GoodReads Summary](https://www.goodreads.com/book/show/80155.The_Flight_of_the_Eisenstein): diff --git a/content/reviews/books/the-league-of-regrettable-superheroes.md b/content/reviews/books/the-league-of-regrettable-superheroes.md index 6d032ae..5b845cc 100644 --- a/content/reviews/books/the-league-of-regrettable-superheroes.md +++ b/content/reviews/books/the-league-of-regrettable-superheroes.md @@ -4,7 +4,7 @@ date = 2020-02-02 [taxonomies] tags = ["books", "reviews", "fun", "comics", "superheroes", "jon morris", -"4 stars"] +"4 stars", "2020 challenge"] +++ [GoodReads Summary](https://www.goodreads.com/book/show/23164984-the-league-of-regrettable-superheroes): diff --git a/content/reviews/books/the-phoenix-project.md b/content/reviews/books/the-phoenix-project.md index 044ed8f..6a74ca0 100644 --- a/content/reviews/books/the-phoenix-project.md +++ b/content/reviews/books/the-phoenix-project.md @@ -4,7 +4,7 @@ date = 2020-01-08 [taxonomies] tags = ["books", "reviews", "devops", "phoenix", "gene kim", "kevin behr", -"eorge spafford", "1 star"] +"george spafford", "1 star", "2020 challenge"] +++ [GoodReads Summary](https://www.goodreads.com/book/show/17255186-the-phoenix-project):