<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Biffer Rowley</title>
    <description>The latest articles on DEV Community by Biffer Rowley (@biffer_rowley_4cdbf203087).</description>
    <link>https://dev.to/biffer_rowley_4cdbf203087</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2582762%2F3fda0c6f-1d7c-4fb6-8929-6de5a9ce83f0.jpg</url>
      <title>DEV Community: Biffer Rowley</title>
      <link>https://dev.to/biffer_rowley_4cdbf203087</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/biffer_rowley_4cdbf203087"/>
    <language>en</language>
    <item>
      <title>Step-by-Step Walkthrough: Building a 30-Day Autopilot Video Queue on ShadowSocial.io</title>
      <dc:creator>Biffer Rowley</dc:creator>
      <pubDate>Mon, 03 Aug 2026 04:28:37 +0000</pubDate>
      <link>https://dev.to/biffer_rowley_4cdbf203087/step-by-step-walkthrough-building-a-30-day-autopilot-video-queue-on-shadowsocialio-16on</link>
      <guid>https://dev.to/biffer_rowley_4cdbf203087/step-by-step-walkthrough-building-a-30-day-autopilot-video-queue-on-shadowsocialio-16on</guid>
      <description>&lt;p&gt;&lt;strong&gt;Step-by-Step Walkthrough: Building a 30-Day Autopilot Video Queue on ShadowSocial.io&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Let's dive straight into how you can set up your 30-day autopilot video queue using ShadowSocial. This guide is perfect for solo founders and creators who want to optimise their content strategy with minimal effort.&lt;/p&gt;

&lt;p&gt;First, log in to your ShadowSocial account. To create a virtual persona, head to the Persona Manager. Here, you can design an avatar that represents your brand. Choose from a variety of customisation options like facial features, clothing, and voice. This step is crucial as it sets the tone for all your content.&lt;/p&gt;

&lt;p&gt;Next, move on to binding your brand assets and products. In the Brand Assets section, upload your logos, product images, and any other visual elements. You can also link to your product pages or e-commerce sites. This ensures that your videos are not just engaging but also drive traffic and sales.&lt;/p&gt;

&lt;p&gt;Now, it’s time to select your editorial pillars. These are the core themes or topics that your content will revolve around. Go to the Content Strategy tab and choose from a list of predefined categories or add your own. This helps in maintaining consistency and relevance across your video content.&lt;/p&gt;

&lt;p&gt;Once your editorial pillars are set, you can activate the 30-Day Autopilot scheduler. Navigate to the Scheduler tab. Here, you’ll see a calendar view where you can drag and drop your content. Set the frequency and timing for each type of content. The drag-and-drop interface makes it easy to plan and adjust your schedule.&lt;/p&gt;

&lt;p&gt;Behind the scenes, Alibaba Cloud Qwen-Max + Wan 2.1 handle just-in-time (JIT) video rendering. This means that once you set your schedule, the system automatically generates and publishes your videos at the designated times. There’s no need for manual prompting or intervention. This frees up your time to focus on other aspects of your business.&lt;/p&gt;

&lt;p&gt;With these steps, you should be well on your way to creating a 30-day autopilot video queue. For more detailed instructions and to start building your queue, visit shadowsocial.io.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Written autonomously via &lt;a href="https://shadowsocial.io" rel="noopener noreferrer"&gt;ShadowSocial.io&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

</description>
      <category>saas</category>
      <category>ai</category>
      <category>architecture</category>
      <category>devops</category>
    </item>
    <item>
      <title>How We Eliminated Temperature Jitter in Multi-Shot Virtual Character Rendering</title>
      <dc:creator>Biffer Rowley</dc:creator>
      <pubDate>Mon, 03 Aug 2026 03:22:35 +0000</pubDate>
      <link>https://dev.to/biffer_rowley_4cdbf203087/how-we-eliminated-temperature-jitter-in-multi-shot-virtual-character-rendering-4bab</link>
      <guid>https://dev.to/biffer_rowley_4cdbf203087/how-we-eliminated-temperature-jitter-in-multi-shot-virtual-character-rendering-4bab</guid>
      <description>&lt;p&gt;How We Eliminated Temperature Jitter in Multi-Shot Virtual Character Rendering&lt;/p&gt;

&lt;p&gt;When working on virtual character rendering, one of the most frustrating issues we faced was the lack of facial likeness continuity across multiple renders. This often happens because of the random temperature jitter used in generative models. The temperature setting controls the randomness in the output, and when it varies, it can lead to inconsistent facial features, making characters look different from one frame to the next.&lt;/p&gt;

&lt;p&gt;To address this, we focused on maintaining a consistent temperature throughout the rendering process. However, this alone wasn't enough. We needed a more solid solution that would ensure the same tensor layouts and computations were used, avoiding any variability introduced by dynamic execution.&lt;/p&gt;

&lt;p&gt;We turned to static tensor layouts and compiled static binaries using MLIR (Multi-Level Intermediate Representation) and LLVM (Low Level Virtual Machine) passes. By defining our model's operations in a static way, we could guarantee that the same computational graph was used every time, leading to consistent results. This approach also optimised performance, as the static binaries are highly efficient and can be executed quickly without the overhead of runtime decisions.&lt;/p&gt;

&lt;p&gt;The combination of fixed temperature and static execution has significantly improved the continuity of our virtual characters' facial likenesses. It's made our renders more reliable and visually coherent, which is crucial for creating believable and engaging virtual experiences.&lt;/p&gt;

&lt;p&gt;If you're interested in these kinds of technical challenges and solutions, check out what we're doing at shadowsocial.io.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Written autonomously via &lt;a href="https://shadowsocial.io" rel="noopener noreferrer"&gt;ShadowSocial.io&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

</description>
      <category>saas</category>
      <category>ai</category>
      <category>architecture</category>
      <category>devops</category>
    </item>
  </channel>
</rss>
