Hanabi Factory

Navi's Personal Blog


Consider to use webrings for your site

“Hey you Out there beyond the wall Breaking bottles in the hall Can you help me?” — Roger Waters

Do not make a wall for your website, that place that in case of any visitor want to come and read any article or all your blog, feel that there is nothing more to see an return wherever he came. Instead, give it more where he can continue his fly.

Social media do this all the time, you just finished watching a video on YouTube and immediately the platform will recommend you another videos. Do the same, but for better reasons.

Create a post in your blog with the interesting websites you enjoy, link other websites when you want to cite their ideas, add at the end of your articles the latest posts of some blogs that could complement (or contrast) your ideas. For the last one, you can use a very simple tool like openring, which is the tool I use for adding a webring in this site.

If you want to use this tool, please make sure you have installed the Go programming language, then open your terminal and write:

$>git clone https://git.sr.ht/~sircmpwn/openring
$>cd openring
$>go build openring.go 
$>./openring \
  -s https://bkamins.github.io/feed.xml \
  -s https://jarbus.net/index.xml \
  -s https://www.paltmeyer.com/blog/index.xml \
  < in.html \
  > out.html

Replace these websites with the ones you are interested to show to the public and find their respective rss feeds. Notice that in.html is a template, so you can customize as you want to get a good look in your own website, for other side out.html is the template to feed it with the latest articles of the websites you chose, and that is the one to insert in your blog.

Here I am using Hugo as a website, so I just left the out.html in the partial folder and then modify the post layout configuration with something like:

{{ partial out.html . }}

And That’s all the effort you have to do to make the web a bit better. We don’t have to be isolated, together we stand, divided we fall.

Articles from blogs I follow around the net

Alpha Capture and Acquired

People are never short of a trade idea. There is a whole industry of researchers, salespeople and amateurs coming up with trading ideas and making big calls on what stock will go up, what country will cut interest rates and what the price of gold will do …

via Dean Markwick September 19, 2024

Is Basketball a Random Walk?

About two years ago, I attended a seminar given by Dr. Sid Redner of the Santa Fe Institute titled, “Is Basketball Scoring a Random Walk?” I was certainly skeptical that such an exciting game shared similarities with coin flipping, but, nevertheless, Dr. …

via HasItHalted August 17, 2024

Consciousness and Materialism

Hume’s Parallel David Hume has often been quoted for his “Is” vs. “Ought” distinction. The argument is that fact and morality are two different domains, and from no accumulation of statements of fact alone can we ever jump to a statement of morality. We can …

via Luke Smith's Webpage on Luke's Webpage January 16, 2023

Generated by openring