<?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: Cristishor201</title>
    <description>The latest articles on DEV Community by Cristishor201 (@cristishor201).</description>
    <link>https://dev.to/cristishor201</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%2F867367%2Fda2a75e6-1e74-484b-b02e-7557455bc8d9.jpeg</url>
      <title>DEV Community: Cristishor201</title>
      <link>https://dev.to/cristishor201</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/cristishor201"/>
    <language>en</language>
    <item>
      <title>How I split my AI workload in 2026</title>
      <dc:creator>Cristishor201</dc:creator>
      <pubDate>Fri, 24 Jul 2026 20:36:25 +0000</pubDate>
      <link>https://dev.to/cristishor201/how-i-split-my-ai-workload-in-2026-254b</link>
      <guid>https://dev.to/cristishor201/how-i-split-my-ai-workload-in-2026-254b</guid>
      <description>&lt;p&gt;On the Artificial Intelligence (AI) front, I use:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Gemini -  general stuff (psychological, medicine, relationships, politics, jobs, legal / official matters). I also used image generation and video analysis.&lt;/li&gt;
&lt;li&gt;DeepSeek – code issues, programming, even debugging&lt;/li&gt;
&lt;li&gt;Claude - UI design of frontend development&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Overall, I  use Gemini most of the time.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>retrospective</category>
    </item>
    <item>
      <title>What do you do when you find a new error on google chrome in the middle of the night ?</title>
      <dc:creator>Cristishor201</dc:creator>
      <pubDate>Fri, 24 Jul 2026 06:00:00 +0000</pubDate>
      <link>https://dev.to/cristishor201/what-do-you-do-when-you-find-a-new-error-on-google-chrome-in-the-middle-of-the-night--31a5</link>
      <guid>https://dev.to/cristishor201/what-do-you-do-when-you-find-a-new-error-on-google-chrome-in-the-middle-of-the-night--31a5</guid>
      <description>&lt;p&gt;Yesterday at 4 AM, I booted up the PC (courtesy of a noisy neighbor), and I came across the &lt;code&gt;DNS_PROBE_STARTED&lt;/code&gt; error, which quickly became a challenge.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What I tried&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I ran the Windows Troubleshooter, and ended up with &lt;code&gt;DNS_PROBE_FINISHED_NO_INTERNET&lt;/code&gt;, which I have to admit, I hadn’t come across errors like these before.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; Unplugged the router power socket for 30 sec&lt;/li&gt;
&lt;li&gt; Reset DNS configurations:
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;ipconfig /flushdns
ipconfig /release
ipconfig /renew
netsh winsock reset
netsh int ip reset
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ol&gt;
&lt;li&gt; Changed DNS servers, ending up with the mix of Cloudflare and Google&lt;/li&gt;
&lt;li&gt; Cleared Chrome’s DNS cache  &lt;code&gt;chrome://net-internals/#dns&lt;/code&gt; and reset all experimental flags &lt;code&gt;chrome://flags/&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt; Isolated the issue by testing edge browser and smartphone, where I got the same error, which confirmed it was a local network problem&lt;/li&gt;
&lt;li&gt; Checked &lt;a href="//downdetector.ro"&gt;downdetector.ro&lt;/a&gt; but no outages were reported.&lt;/li&gt;
&lt;li&gt; Tried &lt;em&gt;Bitdefender VPN&lt;/em&gt;, which failed with Error code 9 - no internet&lt;/li&gt;
&lt;li&gt; Unplugged the router, disconnected the fiber optic cable for 2 minutes, plugged the fiber back in, and then reconnected the power.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;What actually worked&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;In the end, I contacted my ISP, and I opened 2 tickets because I wasn’t sure which email was the right one.&lt;br&gt;
The dispatcher on the phone told me that my fiber optic line might be damaged.&lt;br&gt;
A technician came over, inspected the fiber optic tip, and used a digital meter, to check the signal power.He then sprayed a special optical cleaning solution inside the router port … and it worked.&lt;br&gt;
I felt a bit silly because the fix was so simple, yet I hadn’t even considered it. I really didn’t think that the dust from the floor could get inside the router, and affect the internet connection.&lt;br&gt;
Granted, my router is sitting on the floor, but it’s not like my home lab has a better spot. I am considering a rack in the future, but those are pricey , so it will take a while.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Next steps:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I researched that signal measuring tool, so I can include optical power values in future support tickets and be better prepared. I also found out about  &lt;strong&gt;one-click cleaner&lt;/strong&gt; , but it’s quite expensive, which explains why the technician used the spray instead.&lt;/p&gt;

</description>
      <category>networking</category>
      <category>dns</category>
      <category>isp</category>
      <category>retrospective</category>
    </item>
  </channel>
</rss>
