"Slay the Dragon" Great documentary on gerrymandering. It's available on Hulu.com. I found it very interesting.
err0r.net
<my little piece of the internet/>
Political
Monday, 31 August 2020, 1:51 PM
Slay the Dragon Documentary on gerrymandering
Humor
Tuesday, 25 August 2020, 4:38 PM
Well look at that
Seems hurricanes aren't the only thing the government is tracking

Code Snippets
Sunday, 16 August 2020, 4:57 PM
Sample of code syntax highlighter
Simple javascript output example
<!DOCTYPE html>
<html>
<body>
<h2>My First Web Page</h2>
<p>My first paragraph.</p>
<p>Never call document.write after the document has finished loading.
It will overwrite the whole document.</p>
<script>
document.write(5 + 6);
</script>
</body>
</html>
General
Friday, 14 August 2020, 1:25 PM
JRE #1459 - Tom O’Neill
#1459. Tom O’Neill is an award-winning investigative journalist and entertainment reporter whose work has appeared in national publications such as Us, Premiere, New York, The Village Voice and Details. His book, Chaos: Charles Manson, the CIA, and the Secret History of the Sixties was published by Little, Brown in the summer of 2019.
(also testing audio addon)
Memes
Monday, 10 August 2020, 6:48 PM
God Bless Hairmerica

Funny ( but also a test of the Image Post system )
Design
Sunday, 9 August 2020, 10:59 AM
Added Posts Attachments Feature
Added the function to insert attachments in posts. You can add multiple attachments using the [attachment=number] shortcut. I plan to also use this feature in my forum software once I get around to it. (...)
Design
Saturday, 8 August 2020, 6:37 PM
New gallery albums added!
Added the e-cms gallery system this weekend. I'm pretty happy with it overall. I am sure I will continue to improve on what is already there. Working with bootstrap 4 has really been great. (...)
Design
Sunday, 2 August 2020, 9:52 AM
Search function added.
I have created a search function for eCMS. It will search for posts, pages, files individually or do an entire search for all sections. (...)
Design
Saturday, 25 July 2020, 2:21 PM
File Database Added
I have added a file management system to the eCMS. I took what I learned from building the file management system on TG007.net and improved it. (...)