I need to experiment a bit more on how far we can take user stories. I mean, my usual battle has been about decoupling stories with Jira tickets or, god forbid, pull requests, but what if we consider a story done when you learn something from it?
I was recommended this beautiful talk: https://www.youtube.com/watch?v=ESOaDiv3lXA
"We estimate because it is an easy susbstitution from a calculation for value"
I'm probably worried because I published a post in my blog that could be taken as really taking my own opinion really seriously.
https://joy.pm/post/2020-03-16-predictability-estimations-nobel-prizes-and-powerful-engineers/
I need to study more Haskell. It is fascinating how the haskell community is encouraging a model for designing software.
This is the target: https://github.com/graninas/Functional-Design-and-Architecture
Unfortunately I cannot understand that so I will start on Real World Haskell.
Best lines of code I've seen in a while: https://github.com/swaywm/sway/blob/master/sway/main.c#L98-L101
Sway forces you to pass a --my-next-gpu-wont-be-nvidia switch to start if you are on NVidia.
Coding and stuff...