GatewayNode

Librem5 Dev Board, "First Impressions"

So I received my Librem5 devkit before the new year, but as I had it shipped to my office I had to wait until we reopened in the new year. As promised it's an IMX8 board with a screen, baseband, battery holder, hdmi port, ethernet port, USB C, and wifi …

Missing Documentation

Ahem. This should probably be titled with a numeric identifier since I run into the rough edges of the open source world all the time. Sigh.

Cement Framework Hooks

If you are trying to use the Cement framework hooks and you can't seem to get the pre_setup or post_setup hooks …

Tool Development and Stuff

Well with the delay of the Librem5 development board I ordered I've had to find other things to keep me busy. So in my search for something to keep me occupied I ran across an open source web application scanner called WAScan (not to be confused with https://github.com …

The Cost of a Cheap Cloud

1 blog = about $1 a month

So actually getting this blog in top notch state hasn't been a real priority of mine, but I have been continually working on it to provide better security and keep cleaning out the all the garbage UI in the original open source theme. Now …

Delays and Attack Harnesses

So when I find a problem in code I find I need to prove it out in code. I see no point in wasting anyone's time with a theoretical weakness when there are applied weaknesses that need to be highlighted. And as I've found over and over again, you can …

The Evils of String Concatenation and SQL

So I finally have a couple of dev environments up and running and I'm coding away, when I see something. Sometimes the easiest way to figure out REST API wonkiness is to look at the source code that handles the call. I should not have done that.

When interacting with …

Matrix re-architecture?

So as I dig into the Matrix reference server and how to implement it in AWS, I'm struck by the idea that I need to implement the Linux based server as is with containers in AWS is wrong. AWS has a rich suite of features that seem to be handled …

Building a Matrix home server I can maintain: part 1 the docker file

So ideally all of our infrastructure would be serverless, with Amazon managing all the backend bits and we'd just work with the important stuff. But sadly Matrix is too new of an ecosystem for this to even really be in Amazon's view as a product offering. Really, who wants communication …

Ouroboros, you know the snake that eats itself...