List{:target="_blank"} of functional programming related podcasts. Happy listening!
This tiny blog has just been migrated from octropress to hugo.
Pros:
service code and content (blog posts) are not mixed easy installation and configuration/customization process no more any troubles with ruby (on mac in particular) speed Generator is written in go lang :-), maybe for someone this is an additional argument.
Cons: … cant see, at least now
Good day!
During matplotlib installation (for python3) some error may occured:
‘The following required packages can not be built:
freetype png’ Thats why some additional steps may be required:
install homebrew
install pkg-config
brew install pkg-config install freetype brew install freetype install matplotlib pip3 install matplotlib Enjoy!
Problem: its impossible to connect to hidden wifi network (connect button is disabled) Solution: execute in terminal (where sid - wifi network id):
nmcli c up id <sid> bug status
Excellent article which shows how to apply pareto rule for caching strategies.