Why blog if nobody reads it?
231–240 of 373 posts
Re: Why blog if nobody reads it?
#232Re: Why blog if nobody reads it?
#233Provide something from one human to the other, just like i would help someone lost in the street and not try to sell him a map, is just the right thing to do.
It doesn't have to make me popular, or benefit me in the slightest way.
If one was to do it only for their own benefit, I'm not sure blogging would be worth it. Other way are either more efficient or just as good but less time consuming. X or Twitter for instance has better reach than a blog.
Re: Why blog if nobody reads it?
#234You can also write txt files to blog, you don't even have to worry about formatting, and search engines are able to generate titles and descriptions for you (source: I got a txt file somewhat popular on hn a few years ago, and google decided to index it very quickly, and generate a title & a small description). I posted a txt "blog" post just a few hours ago just here: https://misc.l3m.in/txt/raw_txt.txt And here's a…
i like this minimal fast approach to blogging (also loves bash scripts).
Re: Why blog if nobody reads it?
#235You can also write txt files to blog, you don't even have to worry about formatting, and search engines are able to generate titles and descriptions for you (source: I got a txt file somewhat popular on hn a few years ago, and google decided to index it very quickly, and generate a title & a small description). I posted a txt "blog" post just a few hours ago just here: https://misc.l3m.in/txt/raw_txt.txt And here's a…
is the bash script you use to generate the website public? i like this minimal fast approach to blogging (also loves bash scripts).
Here's the file:
https://misc.l3m.in/txt/createfile.sh
I use it like this:
./createfile.sh file_name # without the extension!
I then edit the file using vim, save it, and it's published :)(the three first bytes the bash script write to the txt file is the BOM, used by the browser to know that it's dealing with utf-8 - https://en.wikipedia.org/wiki/Byte_order_mark)
Re: Why blog if nobody reads it?
#236Re: Why blog if nobody reads it?
#237Blog especially if no one reads it so that can learn how to blog so that people will read it!
"What a gift to give us to see ourselves as others see us?" -- Robert Burns.
Re: Why blog if nobody reads it?
#238Re: Why blog if nobody reads it?
#239the globalized space of the internet is detrimental to cultures, so it needs to be beheaded. local search engines for every country!
Re: Why blog if nobody reads it?
#240You can also write txt files to blog, you don't even have to worry about formatting, and search engines are able to generate titles and descriptions for you (source: I got a txt file somewhat popular on hn a few years ago, and google decided to index it very quickly, and generate a title & a small description). I posted a txt "blog" post just a few hours ago just here: https://misc.l3m.in/txt/raw_txt.txt And here's a…