Profile for logan

Display name
Logan Fick
Username
@logan@logal.dev
Role
admin

About logan

Fields

Main Website
https://logal.dev

Bio

Cybersecurity professional, system administrator, shitposter, and amateur professional variety live streamer.

Due to an undisclosed court settlement, I am legally required to make the following statement: btw I use arch

Any views and opinions expressed in my posts are my own and do not necessarily reflect those of my employer or any affiliated organizations.

Stats

Joined
Posts
1148
Followed by
123
Following
841

Recent posts

I wonder how many fediverse instances there are out there hosted on `.de` domains which are now inaccessible from instances with DNSSEC validating resolvers... 🤔

Is this John Cisco himself? He seems very congratulatory on my Cisco Integrated Services Router 1861 product purchase.

Thank you, John Cisco.

I get the impression CI is just a bunch of Linux VMs patched together with duct tape to give the vibe of a mature development flow but everything is actually one GitHub outage away from a total collapse.

Owlbot v1.2.0 is here! We got polls now, we got an emoji wall now, we even got a Pytest plugin for all the freaks who like writing unit tests.

Check it out: https://git.logal.dev/LogalDeveloper/Owlbot/releases/tag/v1.2.0

For those who are new, Owlbot is my bot for @owncast which adds extra features not included in Owncast out of the box, including clipping, custom commands, and now polls. It also serves as an all-in-one framework for writing modules in Python to use the Owncast API without needing to reinvent the wheel.

Learn more at: https://git.logal.dev/LogalDeveloper/Owlbot/wiki

So close to making an Owlbot v1.2.0 release... And yet so much to do.

I added the new API methods to the integrations and admin client, then thought to myself: Why don't I just test it against Owncast's OpenAPI spec?

So now here we are making a unit test for comparing the clients to the spec.