Fix broken links (discovered via 'site check')

This commit is contained in:
Collin J. Doering 2023-05-28 19:22:53 -04:00
parent ce9d1fe54c
commit fa89f9f158
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
2 changed files with 10 additions and 12 deletions

View File

@ -10,8 +10,8 @@ Currently as some may have noticed, the "See Comments" link under each individua
does nothing. This is because I have been struggling to find a good solution to handle
comments. Of course many people choose to use Disqus. Unfortunately due to the proprietary
nature of Disqus, I refuse to use it (See
[this](http://blog.irukado.org/2013/12/disqus-considered-harmful/)). There are some open source
solutions including:
[this](http://web.archive.org/web/20150323224820/http://blog.irukado.org/2013/12/disqus-considered-harmful/)).
There are some open source solutions including:
[Isso](http://posativ.org/isso/)
~ - Written in Python.
@ -25,14 +25,12 @@ There are quite a few others, though I haven't spent much time investigating the
them are incomplete or unmaintained. See <https://news.ycombinator.com/item?id=6818416> for a
decent discussion of "Disqus Alternatives".
I've tried Isso but because my blog is a Single Page Application (SPA) Isso doesn't function
correctly. Isso expects the current URL to be a direct link to the post html file that is being
commented on, but in the case of my blog it is a virtual url (Eg. this post,
<http://blog.rekahsoft.ca/#/posts/about-comments.html> doesn't work with Isso but
<http://blog.rekahsoft.ca/posts/about-comments.html> would but links directly to the html snippet
file instead of the entire post page.Forgive my vague explanation, its been a few months since
I last played with Isso. Its too bad I couldn't get it to function because from all the open
source options, it seems to be the most mature solution.
I've tried Isso but because my blog is a Single Page Application (SPA) where pages can be
addressed directly or using a anchor url. For example, this post can be reached via
[/#/posts/about-comments.html]() or [/posts/about-comments.html](). Forgive my vague
explanation, its been a few months since I last played with Isso. Its too bad I couldn't get
it to function because from all the open source options, it seems to be the most mature
solution.
Another option that came to mind is to use a sub-reddit for my blog and post new threads for
each blog post as a way for people to submit comments. I don't like this as the content

View File

@ -137,6 +137,6 @@ to obtain a *FPGA* and complete the implementation (will a VGA screen and a PS2
keyboard). Also just to reintegrate, for those of those interested in the inner workings of a
computer, I highly recommend checking out the *Nand to Tetris* course.
[hack-git]: http://git.rekahsoft.ca/hack/
[hack-docs]: http://git.rekahsoft.ca/hack/about
[hack-git]: https://git.rekahsoft.ca/rekahsoft/hack/
[hack-docs]: https://git.rekahsoft.ca/rekahsoft/hack/src/branch/master/README.md
[GtkWave]: http://gtkwave.sourceforge.net/