Fireworks AI Cache Optimization: The Session Affinity Gap
I have an agent I built for a customer that runs on a full Anthropic stack. It works great, I am happy with it, and I am also very aware of what it costs.That was...
I have an agent I built for a customer that runs on a full Anthropic stack. It works great, I am happy with it, and I am also very aware of what it costs.That was...
I try to use Local LLMs whenever I can, pretty much always via Ollama. Recently with qwen3 I have been really impressed with the quality of the responses. However, I kept running into the problem...
OverviewI’ve been making some UIs in Pipedream and I couldn’t find a clear way to implement basic authentication in Pipedream workflows.It might be obvious to some but it wasn’t to me. It was pretty obvious...
OverviewI had Cura break on me due to the Fluidd/Moonraker Plugin I’ve been using.So the simplest thing I thought to do was roll back my Cura version, sadly this is hard with Flatpak and not...
OverviewI enjoy creating simple, functional solutions. The code below minimizes backend calls for generating a new table by offering basic search functionality.Users can filter rows based on specific column content in a case-insensitive manner.Example ID...
I’ve implemented hosting using Caddy (https://caddyserver.com/), and aimed to utilize Fail2ban for securing the server. However, I discovered that existing examples do not work.OverviewThis configuration dump demonstrates how to configure Fail2ban to block unauthorized access...
I picked up a job recently to help decrypt files out of Oracle NetSuite; I thought to myself how hard could it be?Not to make this post a long-winded journey depending on the script version...
I had to upload files to an Azure container (An S3 alternative) on a Raspberry Pi for a recent project.My first choice was to use azcopy; however, it does not support armv7, and after a...
I’ve been doing some work with FortiSIEM lately to automate reporting, while there is an API the documentation around it is pretty light leaving a lot of gaps.The main issue I had when I first...
I use Sonatype Nexus Repository Manager OSS professionally to handle artifacts for our projects.We also use containers a fair bit but how Nexus handles these out of the box is quite annoying (Each repo is...