Post tagged: github

Switching to Giscus

So since last year I have been using utterances to add comments to my BLOG. After reading this post from Max Brenner, I decided to switch to giscus. Giscus is a comments system powered by GitHub Discussions. It lets visitors leave comments and reactions on your website via GitHub! I agree with the comments from Mr. Brenner: ...

Comments enabled

Today I enabled comments on this blog. You need to have an github account in order to make comment. This is because the main audience for this blog is developers and this should cut down on the spam. Comments are stored GitHub Issues using the Utterances comments widget. I chose Utterances because: ...

3 Open Source Password Managers

Keep your data and accounts safe by using a secure open source password manager to store unique, complex passwords. Maintaining complex, unique passwords for each site and service you use is among the most common pieces of advice that security professionals provide to the public every year. Yet no matter how many times it is said, it seems like a week doesn't ...

undup

So, after a long while, I wrote a new C language program. As usual, the same things that I dislike about C programming popped up, specifically the need for low level data structures and manual memory management. I did learn some new things: ...