Browse Source

some few adjustments

master
Julio Biason 6 years ago
parent
commit
e5d8fbd724
  1. 5
      config.toml
  2. 4
      content/code/_index.md
  3. 0
      content/code/couchbase-example-and-rest.md
  4. 0
      content/code/flask-em-40-minutos-ou-menos-1.md
  5. 0
      content/code/fugindo-para-as-colinas-com-python.md
  6. 0
      content/code/lets-not-call-it-unittests-anymore.md
  7. 0
      content/code/mocking-a-mock.md
  8. 2
      content/code/on-unittests-and-layers-2.md
  9. 0
      content/code/on-unittests-and-layers.md
  10. 0
      content/code/python-2-3-six.md
  11. 0
      content/code/the-day-i-found-my-old-code.md
  12. 0
      content/code/unit-in-unittests.md
  13. 0
      content/code/when-i-used-pep8-to-fuck-up-code.md
  14. 0
      content/code/why-mixing-tabs-and-spaces-is-a-big-deal.md
  15. 2
      content/reviews/_index.md
  16. 4
      content/reviews/books/in-the-beginning-science-faces-god-in-the-book-of-genesis.md
  17. 31
      content/reviews/books/learn-you-a-haskell-for-great-good.md
  18. 26
      content/reviews/books/the-story-behind-the-extraordinary-history-behind-ordinary-objects.md

5
config.toml

@ -34,6 +34,9 @@ after_dark_menu = [
after_dark_title = "JulioBiason.Net 4.0"
hyde_links = [
{url = "/", name = "Home"},
{name = "Category: Book Reviews", url = "/reviews/books"},
{name = "Category: Code", url = "/code"},
{name = "Category: Reviews", url = "/reviews"},
{name = "Tags", url = "/tags"},
]
hyde_reverse = true

4
content/code/_index.md

@ -0,0 +1,4 @@
+++
title = "Code"
transparent = true
+++

0
content/couchbase-example-and-rest.md → content/code/couchbase-example-and-rest.md

0
content/flask-em-40-minutos-ou-menos-1.md → content/code/flask-em-40-minutos-ou-menos-1.md

0
content/fugindo-para-as-colinas-com-python.md → content/code/fugindo-para-as-colinas-com-python.md

0
content/lets-not-call-it-unittests-anymore.md → content/code/lets-not-call-it-unittests-anymore.md

0
content/mocking-a-mock.md → content/code/mocking-a-mock.md

2
content/on-unittests-and-layers-2.md → content/code/on-unittests-and-layers-2.md

@ -16,7 +16,7 @@ about "Fast Test, Slow Test".
<!-- more -->
Just after posting about
[who one could see the layers through unit testing](./on-unittests-and-layers.md),
[who one could see the layers through unit testing](./code/on-unittests-and-layers.md),
I finally watched a video of Gary
Bernhardt (of the "DestroyAllSoftware" fame) about "Fast Test, Slow Test":

0
content/on-unittests-and-layers.md → content/code/on-unittests-and-layers.md

0
content/python-2-3-six.md → content/code/python-2-3-six.md

0
content/the-day-i-found-my-old-code.md → content/code/the-day-i-found-my-old-code.md

0
content/unit-in-unittests.md → content/code/unit-in-unittests.md

0
content/when-i-used-pep8-to-fuck-up-code.md → content/code/when-i-used-pep8-to-fuck-up-code.md

0
content/why-mixing-tabs-and-spaces-is-a-big-deal.md → content/code/why-mixing-tabs-and-spaces-is-a-big-deal.md

2
content/reviews/_index.md

@ -1,4 +1,4 @@
+++
transparent = true
titles = "Reviews"
title = "Reviews"
+++

4
content/reviews/books/in-the-beginning-science-faces-god-in-the-book-of-genesis.md

@ -1,5 +1,5 @@
+++
title = "In the Beginning . . .: Science Faces God in the Book of Genesis - Isaac Asimov"
title = "In the Beginning...: Science Faces God in the Book of Genesis - Isaac Asimov"
date = 2018-06-25
category = "review"
@ -13,4 +13,4 @@ I'm really a fan of Asimov books and I was really eager to read some of his non-
On this book, he discusses the Genesis, the first book of the bible. The weird thing is that the introduction makes it seem like he will use the bible as a starting point for science -- the introduction mentions that the people who wrote the bible were not stupid, and they were the most smart people at the time -- so I was expecting it to be more like "they thought this, but now we know this". It wasn't like this; but it was really interesting for pointing what was in the bible and what know at the time.
So although it is not a journey to the science, its a really interesting journey to history in the region were the bible was written.
So although it is not a journey to the science, its a really interesting journey to history in the region were the bible was written.

31
content/reviews/books/learn-you-a-haskell-for-great-good.md

@ -0,0 +1,31 @@
+++
title = "Learn You a Haskell for Great Good! - Miran Lipovača"
date = 2018-11-23
category = "review"
[taxonomies]
tags = ["books", "en-au", "miran lipovaca", "haskell"]
+++
{{ stars(stars=2) }}
I have mixed feelings about this book.
It starts really really well, explaining how the language works. And then it
falls on the trap of "functional programming" that, instead of focusing on what
you can do with the language, it goes lengths talking about monads, monoids,
functors and nondeterminism that you keep wondering why it is taking so long
explaining function programming instead of focusing on what you can do and when
you should use one.
There is even a bad description of "don't do this because it will look horrible
when you convert to this other form". Wondering if something will look horrible
if you write the same thing in a different form should never be a deterrent for
something.
Also, there is the language. Surely, Haskell adds a missing point in Lisp,
which are the types, but them it goes off the rails trying to remove
parenthesis and the result is a mass of weird symbols, all representing the
same thing. And you have, as I mentioned before, different forms to write the
same code, which makes the language highly irregular, one trait that really
pisses me off in programming languages.

26
content/reviews/books/the-story-behind-the-extraordinary-history-behind-ordinary-objects.md

@ -0,0 +1,26 @@
+++
title = "The Story Behind: The Extraordinary History Behind Ordinary Objects - Emily Prokop"
date = 2018-11-24
category = "review"
[taxonomies]
tags = ["en-au", "books", "reviews", "emily prokop"]
+++
{{ stars(stars=4) }}
One of the books from the "Trivia Champion" Humble Bundle. And yes, it belongs
to a "Trivia Champion" bundle.
The whole book consists on small stories about random objects: The smiley face,
the revolver, the hydrant, the wipper, all consist in a small story behind it
or some anecdote, like a campus on war due a water gun.
The stories are small and funny.
The only problem I had (and, again, personal problem) is that it is too
American-centric. I mean, the whole war on a water gun mentions an American
university; Dr Pepper is mostly unknown in Brazil; 90% of the people mentioned
are American -- and, by the way, the little anecdote about the water gun has
absolutely no relation to the creation of the product.
Loading…
Cancel
Save