WELL crap. My son is sick now. Guess it’s norovirus. Apparently it’s been going around this year.
-
Alex Standiford
I never get tired of seeing these as they come in!
“I am thrilled to be a new Siren customer. Today, I created the first Affiliate Program for my LifterLMS site. This is an excellent solution for compensating content creators, and I can think of a couple of other use cases that I can’t wait to try out! I highly recommend this product.”
-
Alex Standiford
Un-freaking believable.
“You are currently on a quarantined pod with limited resources”
My client’s site is down. 504ing. No warning, nothing. We just got put onto a potato server, and I only found out because I escalated to a higher level of support.
Is this premium hosting in 2025, WPEngine?
-
Looking for 5 Companies Who Need a Part-Time CTO
Your developers are using AI to write code faster than ever, but the technical debt is mounting. I help companies harness AI’s speed without sacrificing quality or losing control. I’m opening spots for 4-6 companies who need part-time technical leadership in 2025.
-
Alex Standiford
NEW INTEGRATION: Easy Digital Downloads
I’m excited to announce that Siren has just launched an official integration with Easy Digital Downloads!
https://www.sirenaffiliates.com/affiliate-platform-for-easy-digital-downloads
Create affiliate programs, including support for recurring commissions, and discounts.
-
Change Datastore Methods to Use Generators
The current datastore interface returns arrays for collection methods which leads to memory and performance issues in REST implementations where N+1 queries are sometimes unavoidable. By changing these methods to use generators, we can process items as they arrive and maintain constant memory usage regardless of collection size, creating a more efficient implementation without sacrificing usability.