<?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: shivvvvv</title>
    <description>The latest articles on DEV Community by shivvvvv (@shivvv).</description>
    <link>https://dev.to/shivvv</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3886999%2Fb4bede79-e3fc-495d-8001-4c291685cc75.png</url>
      <title>DEV Community: shivvvvv</title>
      <link>https://dev.to/shivvv</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shivvv"/>
    <language>en</language>
    <item>
      <title>I Lost 6 Hours of Training Because Colab Crashed. So I Built This.</title>
      <dc:creator>shivvvvv</dc:creator>
      <pubDate>Sun, 03 May 2026 13:58:15 +0000</pubDate>
      <link>https://dev.to/shivvv/i-lost-6-hours-of-training-because-colab-crashed-so-i-built-this-2fg2</link>
      <guid>https://dev.to/shivvv/i-lost-6-hours-of-training-because-colab-crashed-so-i-built-this-2fg2</guid>
      <description>&lt;p&gt;Last month I was processing 80,000 images for my project.&lt;br&gt;
Colab dropped at 71,000.&lt;br&gt;
I stared at the screen. Then restarted from zero. Third time that week.&lt;br&gt;
I was so frustrated I stopped working for that day.&lt;br&gt;
Then I built loopz.&lt;br&gt;
&lt;a href="mailto:python@loopz.track"&gt;python@loopz.track&lt;/a&gt;("my_job", save_every=100)&lt;br&gt;
def process(image_path):&lt;br&gt;
    do_work(image_path)&lt;/p&gt;

&lt;p&gt;process(all_images)&lt;/p&gt;

&lt;h1&gt;
  
  
  crash? just run again → resumes from exactly where it stopped ✅
&lt;/h1&gt;

&lt;p&gt;That's the entire code change. Nothing else.&lt;br&gt;
It saves your model weights, optimizer, random state — everything. Automatically.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;pip install loopz&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
GitHub → &lt;a href="https://github.com/Shiv0087/loopz" rel="noopener noreferrer"&gt;https://github.com/Shiv0087/loopz&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you ever lost hours to a crash, this is for you.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Stop Losing Python Progress After Crashes (Simple Solution)</title>
      <dc:creator>shivvvvv</dc:creator>
      <pubDate>Sun, 19 Apr 2026 06:52:21 +0000</pubDate>
      <link>https://dev.to/shivvv/stop-losing-python-progress-after-crashes-simple-solution-11mg</link>
      <guid>https://dev.to/shivvv/stop-losing-python-progress-after-crashes-simple-solution-11mg</guid>
      <description>&lt;p&gt;If you run long Python jobs, you’ve probably faced this:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;script crashes&lt;/li&gt;
&lt;li&gt;session disconnects&lt;/li&gt;
&lt;li&gt;everything is lost&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Restarting from zero is frustrating.&lt;/p&gt;

&lt;p&gt;I built a small library to solve this:&lt;/p&gt;

&lt;p&gt;pip install loopz&lt;/p&gt;

&lt;p&gt;It automatically checkpoints loop progress and resumes after a crash.&lt;/p&gt;

&lt;p&gt;Works well for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;ML training&lt;/li&gt;
&lt;li&gt;data pipelines&lt;/li&gt;
&lt;li&gt;scraping&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Simple idea, but very useful in practice.&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fslvmxdcyvdbxpn9b61l8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fslvmxdcyvdbxpn9b61l8.png" alt=" " width="582" height="267"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>productivity</category>
      <category>python</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
