Saturday, July 5, 2025

My own PDS

A few days ago I started up my own ATprotocol PDS.  I want to get deeper into the fediverse.  I was able to attend the first ATmosphereCon last year and it was wonderful to hear everyone's ideas.  

I spun up the PDS on Digital Ocean using my own domain.  I wanted to originally self host on a Raspberry Pi 4b I have sitting around but decided a VPS would be better.  One, because I can host it in the EU for better stability and privacy (yes it's a public protocol, but how that data can be used is also important). Two, I get familiar with a platform other than GCP, and three, it will hopefully be the springboard into some portfolio projects around the fediverse.  

Looking forward to what I come up with and learning on this journey. 

Saturday, June 28, 2025

Upgraded

I've been working on finally transitioning to Windows 11 on my desktop.  

I've almost got my data backups done.  I've got my Synology NAS setup in RAID 1 holding all the photos and videos I've digitized over the years.  

I still have some personal VHS tapes to transfer over and a bunch of CDs to copy as well.  

I'm still looking for a physical data storage medium.  CDs have too short a shelf life and more and more cd drives are going out.  

Flash storage is nice but unpredictable and I'm not sure I would ever keep track of that many USB drives.  

The search continues for now. 

Saturday, June 21, 2025

Class defined

I finished my latest class at Oregon State on my way to my CompSci degree.  I'm taking a quarter off to concentrate on job searching, and to drill in more leetcode problems to help reinforce the concepts I've learned in my classes.

Outside of python, I'm think Rust will be my next step for learning.  

But for now, I'm back to digitizing my old notes in markdown for eventual hosting on a GitHub blog. 

Saturday, June 14, 2025

Conference Ends

Quick last post about PyCon 2025.  I'm definitely headed back in the future.  The networking opportunity and genuine connections made at every table make it the best conference I have attended.

I just finished up my Data Structures class at Oregon State and am going to be taking the summer quarter off to concentrate on my job search.  

I'm also going to buckle into my portfolio and try to get a few finished projects online.  

Saturday, June 7, 2025

PyCon inspiration

One thing going to PyCon did for me was to really inspire doing some work on my own.  

I'm taking a quarter off from classes at OSU and going to concentrate on my job search and building out a few small web apps for my portfolio.

Listening to so many people who got into using python through sheer luck is such a great motivator.  It reminds me that we can take the time we need to learn what we need.

There was also a very grounded sense of use around A.I. and the outlandish claims being made by the technocrats.  Everyone I met was very knowledgeable about how machine learning could help us, but never replace us.  


Computer Architecture Assemble!

 My next class begins soon. I'll be studying the underlying architecture of the OS and Assembky language to interact with the processor....