Eric D. Wertz

Updates

Sunday, June 1, 2025 6:02pm

Ive been getting deep into using language models/AI for various tasks... It's pretty wild what you can do now with AI agents. I started using Cursor and it's amazing how fast you can develop things with it. Coding tasks that would have taken days beforehand now just take a few minutes. 

Something I've started working on is a new to-do list app for myself and possibly others.  It uses a C++ backend along with a Preact based frontend. Most of the code is AI generated based on my general architecture. I've been committing code at my public git repo here

With AI being the force multiplier that it is, I am looking to start developing AI and robotic process automation solutions for those who are looking to save time with whatever tedious computer tasks they may have. More on that soon...

Self Hosting Git

Monday, January 30, 2023 4:23pm

Something that I've wanted to do for a while now is self host my code projects and have them visible through a GitHub-like interface. I used this guide to set up the basic Git HTTP interface along with the GitWeb script for displaying the repos in a browser. You can view my projects at: http://ericdwertz.com/git

I hacked around with GitWeb's default stylesheet so that it would match the styling of the rest of this site. I also added a snippet of code I found here that displays README.md files when viewing a repo.

Right now I have the code that controls the fans on my thin-client server (the machine that served you this page) uploaded. I also moved over all the old repos I had hosted on GitHub.

Server Storage Upgrades Pt. 2

Sunday, November 13, 2022 10:30pm

Here are some more pictures from my thin client server project. I've been using this setup for a couple months now and everything seems to be running smoothly. 

Here is the heatsink before cutting
Continue Reading