<?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: Alejandro Avellaneda</title>
    <description>The latest articles on DEV Community by Alejandro Avellaneda (@aledotsoftware).</description>
    <link>https://dev.to/aledotsoftware</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%2F476364%2Feb24c1c6-98ce-4813-9cf0-62b20a8f9fbe.jpeg</url>
      <title>DEV Community: Alejandro Avellaneda</title>
      <link>https://dev.to/aledotsoftware</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aledotsoftware"/>
    <language>en</language>
    <item>
      <title>Intel Core i7-14900K y la (in)estabilidad: mi experiencia y la solución que encontré</title>
      <dc:creator>Alejandro Avellaneda</dc:creator>
      <pubDate>Wed, 24 Sep 2025 23:36:47 +0000</pubDate>
      <link>https://dev.to/aledotsoftware/intel-core-i7-14900k-y-la-inestabilidad-mi-experiencia-y-la-solucion-que-encontre-4haa</link>
      <guid>https://dev.to/aledotsoftware/intel-core-i7-14900k-y-la-inestabilidad-mi-experiencia-y-la-solucion-que-encontre-4haa</guid>
      <description>&lt;p&gt;Compré un Intel Core i7-14900K esperando un procesador premium, estable y listo para trabajo pesado en Windows 10/11. La realidad fue otra: reinicios aleatorios, pantallazos azules y un consumo térmico ridículo.&lt;/p&gt;

&lt;p&gt;Busqué en foros, comunidades de Reddit y Discords de entusiastas, y encontré que no era el único. Los 14900K (y en general los Raptor Lake Refresh) tienen fama de ser “overclockeados de fábrica”. Intel los vende al límite de voltaje y frecuencia, y eso significa que bajo ciertas cargas (compilaciones largas, AVX, estrés de GPU+CPU al mismo tiempo) la estabilidad se rompe.&lt;/p&gt;

&lt;p&gt;El problema es tan común que algunos fabricantes de motherboards ya sacan BIOS con “Intel Baseline Profiles” para bajar las frecuencias y voltajes. Es básicamente reconocer que el CPU no es estable en sus propios valores “oficiales”.&lt;/p&gt;

&lt;p&gt;En mi caso, tras múltiples reinicios y reinstalar Windows pensando que era un fallo de software, la única solución fue nerfear el procesador. Sí, pagar un 14900K para tener que bajarle rendimiento. Una broma de mal gusto.&lt;/p&gt;

&lt;p&gt;Lo que funciona: Intel Extreme Tuning Utility (XTU)&lt;/p&gt;

&lt;p&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%2Fcr2mguujhs6mzm060jhi.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%2Fcr2mguujhs6mzm060jhi.png" alt=" " width="800" height="686"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Si ya compraste este procesador y no podés devolverlo, acá te dejo la configuración que me dio estabilidad:&lt;/p&gt;

&lt;p&gt;Instalar XTU&lt;br&gt;
&lt;a href="https://www.intel.la/content/www/xl/es/download/17881/intel-extreme-tuning-utility-intel-xtu.html" rel="noopener noreferrer"&gt;Descargá Intel XTU&lt;br&gt;
&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Entrar a Advanced Tuning → Per-Core Tuning&lt;/p&gt;

&lt;p&gt;Bajá los multiplicadores de los núcleos 6 y 7 a 57x.&lt;/p&gt;

&lt;p&gt;Aplicá y guardá.&lt;/p&gt;

&lt;p&gt;Esto evita que esos cores inestables intenten correr a la misma frecuencia que el resto.&lt;/p&gt;

&lt;p&gt;Atención con los reinicios&lt;br&gt;
XTU no guarda los cambios en la BIOS.&lt;/p&gt;

&lt;p&gt;Si tu PC se apaga por corte de luz o cuelgue, vas a tener que re-aplicar la configuración.&lt;/p&gt;

&lt;p&gt;Intel vende el 14900K como el tope de gama para entusiastas, pero la realidad es que muchos chips no son estables en stock. Eso no debería pasar en un producto premium. Si estás evaluando compra, pensalo dos veces&lt;/p&gt;

</description>
      <category>intel</category>
      <category>i714900k</category>
      <category>xtu</category>
    </item>
    <item>
      <title>To improve good security practices</title>
      <dc:creator>Alejandro Avellaneda</dc:creator>
      <pubDate>Fri, 02 Oct 2020 13:26:49 +0000</pubDate>
      <link>https://dev.to/aledotsoftware/to-improve-good-security-practices-6l0</link>
      <guid>https://dev.to/aledotsoftware/to-improve-good-security-practices-6l0</guid>
      <description>&lt;p&gt;In my work we are using Vega Vulnerability Scanner which is a free open source tool that I discovered recently for security testing.&lt;br&gt;
We saw thanks to this tool that we had some problems with SQL injections. It can be used as a test platform for web security testing.&lt;br&gt;
highly recommended I leave the link of the official site&lt;br&gt;
&lt;a href="https://subgraph.com/vega/download.html" rel="noopener noreferrer"&gt;https://subgraph.com/vega/download.html&lt;/a&gt;&lt;/p&gt;

</description>
      <category>testing</category>
      <category>security</category>
      <category>webdev</category>
      <category>vulnerability</category>
    </item>
    <item>
      <title>Aguante el pity loco, aguante Visual Studio Code</title>
      <dc:creator>Alejandro Avellaneda</dc:creator>
      <pubDate>Mon, 28 Sep 2020 14:11:26 +0000</pubDate>
      <link>https://dev.to/aledotsoftware/aguante-el-pity-loco-aguante-visual-studio-code-4i1d</link>
      <guid>https://dev.to/aledotsoftware/aguante-el-pity-loco-aguante-visual-studio-code-4i1d</guid>
      <description></description>
      <category>argentina</category>
      <category>vscode</category>
      <category>pity</category>
      <category>spanish</category>
    </item>
    <item>
      <title>My code gave me a smile :)</title>
      <dc:creator>Alejandro Avellaneda</dc:creator>
      <pubDate>Mon, 28 Sep 2020 13:46:51 +0000</pubDate>
      <link>https://dev.to/aledotsoftware/my-code-gave-me-a-smile-3p9j</link>
      <guid>https://dev.to/aledotsoftware/my-code-gave-me-a-smile-3p9j</guid>
      <description>&lt;p&gt;The system we do in my work, basically generates a profile for producers and entrepreneurs in my province where they can upload their products and publicize the services they offer. Well last night I started to think that the code that we write with a lot of effort with my colleagues makes a small change, I thought that our code with some luck makes some&lt;br&gt;
I sold a little more of the businesses in my province and that fills me with pride, I get a smile :)&lt;/p&gt;

</description>
      <category>php</category>
      <category>codequality</category>
      <category>functional</category>
      <category>argentina</category>
    </item>
    <item>
      <title>My love story with git</title>
      <dc:creator>Alejandro Avellaneda</dc:creator>
      <pubDate>Mon, 28 Sep 2020 01:21:06 +0000</pubDate>
      <link>https://dev.to/aledotsoftware/my-love-story-with-git-55ja</link>
      <guid>https://dev.to/aledotsoftware/my-love-story-with-git-55ja</guid>
      <description>&lt;p&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%2Fi%2Fn2hizzyknr9xu3ru9bqc.gif" 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%2Fi%2Fn2hizzyknr9xu3ru9bqc.gif" alt="Alt Text" width="500" height="280"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>git</category>
      <category>github</category>
    </item>
  </channel>
</rss>
