23 post collection
Redis doesn't ship with TLS support out of the box, a heinous omission to be sure. TLS support can be enabled by compiling a custom build yourself, but the official "Securing Redis" guide re…
I just released a new version of my password manager which replaces the old and deprecated application cache (for offline operation) with the new ServiceWorker API. In the process, I learned a few im…
This is a cross-post with the cyberia computer club blog. Next post in this series: Capsul - Rumors of my Demise have been Greatly Exaggerated What is Capsul? Some friends from cyberia.club started…
When I was younger, I worked with my dad on a project he was doing for his job. He is a Physics teacher and he had received a grant to write a new curriculum unit for teaching radioactivity and radiat…
For those times when you want to easily host a file on the Internet but you also want control over its Content-Type header. picopublish…
When Virtual Machine virtualization and linux container virtualization are being used at the same time, it can become difficult to transfer a file from a remote machine in a oneliner. I created this s…
https://pwm.sequentialread.com/ A simple, fault-tolerant, and easy-to-audit password manager. https://git.sequentialread.com/forest/sequentialread-password-manager Mobile Device Support Better beh…
I've always been a paranoid person around computers, and I've wanted to start using a password manager for a while, but the only cloud-based one which seemed trustworthy (1Password) costs money and is…
Finally I get to show off some of the cool stuff I've been developing at work! I got the go-ahead from my employer to open-source one of the tools I developed called tickscript-studio. This is a w…
I didn't want to launch the blog without comments, but I did it anyway, because I'd started working on a DIY self-hosted solution and didn't want to use disqus or any of the other paid / ad-driven / d…
A simple JavaScript clone of the LOGO drawing language. Write turtle graphics programs that generate SVG images in your browser. http://git.sequentialread.com/forest/turtlejs…