From fa89f9f158d10f3bc41a609730ff42334cf52623 Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Sun, 28 May 2023 19:22:53 -0400 Subject: [PATCH] Fix broken links (discovered via 'site check') --- posts/about-comments.markdown | 18 ++++++++---------- posts/computer-from-scratch.markdown | 4 ++-- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/posts/about-comments.markdown b/posts/about-comments.markdown index 4f54259..2f750f3 100644 --- a/posts/about-comments.markdown +++ b/posts/about-comments.markdown @@ -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 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, - doesn't work with Isso but - 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 diff --git a/posts/computer-from-scratch.markdown b/posts/computer-from-scratch.markdown index 6589a04..756f1b9 100644 --- a/posts/computer-from-scratch.markdown +++ b/posts/computer-from-scratch.markdown @@ -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/