Day 401
Adding concat.sh
to dtb
One thing which I continuously missed was a way to quickly search through all the files visually - :Ag
as fuzzy search is a really nice solution, but I still like the usual way.
So now the following was added:
cat * | grep -v "layout: post" | grep -v "categories: \[\]" > ../master_file.md
This is purely a text file that I plan to work with as a text file (though it gets compiled to .html during deployment), and we’ll see what happens next with it.
Random / interesting
Compass rose - Wikipedia, especially the names of the winds. I wonder if they could become names for hostnames/servers or something.
CNN Tutorial - Machine Learning
Simple Introduction to Convolutional Neural Networks is really nice and has pictures of swans.
Nel mezzo del deserto posso dire tutto quello che voglio.
comments powered by Disqus