Showing posts with label ATproto. Show all posts
Showing posts with label ATproto. Show all posts

Saturday, September 13, 2025

Nobody knows nothing

 Following some discussion on Bluesky I came to the realization  that I don't know how the appview works in ATproto. It was described as alternatively an API server or a server layer to organize and backup repos. Neither really encapsulates what it is but it's a large piece of tech to learn. 

Saturday, August 23, 2025

Rusty Python

 I don't like splitting my focus too much, but I do feel the need to learn Rust to go forward.  One big reason its been on my mind so much recently is because of rsky (pronounced Risky) which is aiming to be a full implementation of the AT Protocol with Rust.  I've been watching Rudy and the entire Blacksky team as they build out this amazing tech and I hope one day to be caught up in understanding the technical implementations.

I have a huge backlog of books from Humble Bundles and even with unemployment there isn't enough time to read and take in everything.  But I think Rust Programming Language will go to the top once i work through Python some more and feel more confident in my skills.

Saturday, July 26, 2025

Backlog

 Well I have been off for a month, unintentionally.  I made the move to iOS recently and since there is no google supported app for blogger on the platform I stopped checking my scheduled posts as much.  As it is, no big deal, I've been busy networking and working on my own portfolio to find a job in this current economy.  

My PDS is still online and I am starting to build custom feeds to host with the intent to move my account off of bluesky PDS and onto my own self-contained set.  There is a Python SDK for ATProto that I have been meaning to being to learn and will hopefully help me get this all setup.  

Saturday, July 19, 2025

PDS Online

I've been keeping an eye on my PDS for the last two weeks and its working well.  I haven't done much else yet, but I want to work on a tool to copy DID from lists to make mass transfers of blocklists and feed transfers much easier.  I would like to setup an automated posting but don't yet have a good subject that won't just be post spam in the firehouse. 

I've also been working on my Flask app tracking the Stardew Valley mods my friends and I have been using.  I'm mostly learning my way around the Jinja templates and figuring out how to properly use the request library.  Once I have it setup, it will also be easy to setup the automatic downloads for updated mods which should be a nice Quality of Life upgrade for us. 


Saturday, July 12, 2025

Adventures in the ATproto

I started up my own Bluesky PDS last week.  I used digital ocean and the premade image to make life easier for myself and give myself a digital playground rather than get bogged down in local networking.  Eventually I would like to host my own PDS fully from home, but I have a lot to learn before we get there.  

Setting up the PDS was very straightforward as they have good documentation online as well as active discord channels.  I did have to reset the password on the test account I created as I didn't copy it down correctly but it worked well fast and the account is online now.  The PDS is at codeslice.quest 

The name is just a fun domain I grabbed for this project, I always liked the term code slicer from Star Wars and quest domains are priced as a reasonable buy right now.  

I did sign up for a free Resend account to add email auth but something is still misconfigured there as it still has not verified my email.  I'll be debugging that this coming week.

Looking forward to starting to automate posts and other operations through scripts, maybe even create my own lightweight posting app. 

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....