How often do you post to your technical blog / youtube channel?
I'm in the process of looking at blogging tools to do something very similar. I'm kinda worried about having a history though in a few years that shows I only post during interview times :D.
I guess this might be true more for technical blogs, ie,. a dev blog explaining how to download a piece of software or repeat a case study discussed in the blog.
For example, I was blown away by how useful & accurate this guy's medium blog was for setting up apache.
Nobody is gonna just dump their secrets into something like this :D
But.. in case people don't mind. How feasible is it to make passive income by having a blog? I mean by having advertisements or amazon click-thru links.. is it worth the time to set up and use a blog to generate passive income?
First time I saw a program written was when I asked my dad to help me get #1 on one of their mini games. He helped me by making a java swing app (at least I think that is what it was).. which I could put letters into to make words with. Made it to top 10 for in about a day & then got banned for 'acting suspiciously' :D. Definitely a throwback for me too.
but when I try to save it as an alias method.. I keep getting error:
awk: cmd. line:1: {CMD[]++;count++;}END { for (a in CMD)print CMD[a] " " CMD[a]/count*100 "% " a;} awk: cmd. line:1: ^ syntax error awk: cmd. line:1: error: invalid subscript expression
I thought I would just escape the double quotes ", and things would work. :/ Any ideas?