configurado para pushear public
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +0,0 @@
|
||||
/public
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
baseURL = 'https://example.org/'
|
||||
baseURL = 'https://fedesrv.ddns.net/'
|
||||
languageCode = 'en-us'
|
||||
title = 'My New Hugo Site'
|
||||
title = 'Blog Fede'
|
||||
|
||||
[params]
|
||||
author = "Federico Polidoro"
|
||||
|
||||
12
public/a/index.xml
Normal file
12
public/a/index.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>As on My New Hugo Site</title>
|
||||
<link>http://localhost:1313/a/</link>
|
||||
<description>Recent content in As on My New Hugo Site</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate></lastBuildDate>
|
||||
<atom:link href="http://localhost:1313/a/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
||||
@@ -1,11 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Categories on My New Hugo Site</title>
|
||||
<link>http://localhost:1313/categories/</link>
|
||||
<description>Recent content in Categories on My New Hugo Site</description>
|
||||
<title>Categories on Blog Fede</title>
|
||||
<link>https://fedesrv.ddns.net/categories/</link>
|
||||
<description>Recent content in Categories on Blog Fede</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://fedesrv.ddns.net/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
||||
|
||||
BIN
public/cover copy.png
Normal file
BIN
public/cover copy.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 149 KiB |
BIN
public/cover.jpg
Normal file
BIN
public/cover.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
BIN
public/cover.png
Normal file
BIN
public/cover.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 531 KiB |
BIN
public/cover2.png
Normal file
BIN
public/cover2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 149 KiB |
File diff suppressed because one or more lines are too long
51
public/css/styles.css
Normal file
51
public/css/styles.css
Normal file
@@ -0,0 +1,51 @@
|
||||
article {
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
line-height: 1lh;
|
||||
|
||||
background-color: whitesmoke;
|
||||
|
||||
img{
|
||||
margin-top: 1lh;
|
||||
}
|
||||
|
||||
h1{
|
||||
font-size: 2rem;
|
||||
margin-top:1lh;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
h1::before{
|
||||
content:"# ";
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
h2{
|
||||
font-size: 1.7rem;
|
||||
margin-top:1lh;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
h2::before{
|
||||
content:"## ";
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
||||
ol, pre {
|
||||
margin-top:0.8rem;
|
||||
}
|
||||
|
||||
p{
|
||||
line-height:1lh;
|
||||
margin-top:0.5lh;
|
||||
}
|
||||
|
||||
img{
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding: 0%;
|
||||
box-shadow: 12px 12px 10px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.147.3"><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta name="generator" content="Hugo 0.147.3">
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>My New Hugo Site</title>
|
||||
<title>Blog Fede</title>
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="stylesheet" href="/css/styles.css">
|
||||
|
||||
@@ -203,7 +203,7 @@
|
||||
|
||||
<div class="flex justify-between items-center">
|
||||
<a
|
||||
href="http://localhost:1313/proyectos/paneldb/"
|
||||
href="https://fedesrv.ddns.net/proyectos/paneldb/"
|
||||
class="text-blue-500 hover:text-blue-700"
|
||||
>Ver más</a
|
||||
>
|
||||
@@ -232,7 +232,7 @@
|
||||
|
||||
<div class="flex justify-between items-center">
|
||||
<a
|
||||
href="http://localhost:1313/proyectos/controlstock/"
|
||||
href="https://fedesrv.ddns.net/proyectos/controlstock/"
|
||||
class="text-blue-500 hover:text-blue-700"
|
||||
>Ver más</a
|
||||
>
|
||||
@@ -261,7 +261,7 @@
|
||||
|
||||
<div class="flex justify-between items-center">
|
||||
<a
|
||||
href="http://localhost:1313/proyectos/coordkeeper/"
|
||||
href="https://fedesrv.ddns.net/proyectos/coordkeeper/"
|
||||
class="text-blue-500 hover:text-blue-700"
|
||||
>Ver más</a
|
||||
>
|
||||
@@ -297,7 +297,7 @@
|
||||
|
||||
<div class="flex justify-between items-center">
|
||||
<a
|
||||
href="http://localhost:1313/posts/coord-keeper/"
|
||||
href="https://fedesrv.ddns.net/posts/coord-keeper/"
|
||||
class="text-blue-500 hover:text-blue-700"
|
||||
>Leer más</a
|
||||
>
|
||||
@@ -329,7 +329,7 @@
|
||||
|
||||
<div class="flex justify-between items-center">
|
||||
<a
|
||||
href="http://localhost:1313/posts/sist_alquileres_devlog_1/"
|
||||
href="https://fedesrv.ddns.net/posts/sist_alquileres_devlog_1/"
|
||||
class="text-blue-500 hover:text-blue-700"
|
||||
>Leer más</a
|
||||
>
|
||||
@@ -361,7 +361,7 @@
|
||||
|
||||
<div class="flex justify-between items-center">
|
||||
<a
|
||||
href="http://localhost:1313/posts/fix_screen_tear_xfce/"
|
||||
href="https://fedesrv.ddns.net/posts/fix_screen_tear_xfce/"
|
||||
class="text-blue-500 hover:text-blue-700"
|
||||
>Leer más</a
|
||||
>
|
||||
@@ -393,7 +393,7 @@
|
||||
|
||||
<div class="flex justify-between items-center">
|
||||
<a
|
||||
href="http://localhost:1313/posts/string-interpolation/"
|
||||
href="https://fedesrv.ddns.net/posts/string-interpolation/"
|
||||
class="text-blue-500 hover:text-blue-700"
|
||||
>Leer más</a
|
||||
>
|
||||
@@ -427,7 +427,7 @@
|
||||
|
||||
<div class="flex justify-between items-center">
|
||||
<a
|
||||
href="http://localhost:1313/posts/anuncio-aoc-2023/"
|
||||
href="https://fedesrv.ddns.net/posts/anuncio-aoc-2023/"
|
||||
class="text-blue-500 hover:text-blue-700"
|
||||
>Leer más</a
|
||||
>
|
||||
@@ -460,7 +460,7 @@ Si utilizan <strong>arch</strong> sabrán que se pueden configurar ‘hooks&
|
||||
|
||||
<div class="flex justify-between items-center">
|
||||
<a
|
||||
href="http://localhost:1313/posts/bootloaderincident/"
|
||||
href="https://fedesrv.ddns.net/posts/bootloaderincident/"
|
||||
class="text-blue-500 hover:text-blue-700"
|
||||
>Leer más</a
|
||||
>
|
||||
|
||||
@@ -1,102 +1,102 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>My New Hugo Site</title>
|
||||
<link>http://localhost:1313/</link>
|
||||
<description>Recent content on My New Hugo Site</description>
|
||||
<title>Blog Fede</title>
|
||||
<link>https://fedesrv.ddns.net/</link>
|
||||
<description>Recent content on Blog Fede</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Fri, 02 May 2025 02:13:53 -0300</lastBuildDate>
|
||||
<atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://fedesrv.ddns.net/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Panel Web</title>
|
||||
<link>http://localhost:1313/proyectos/paneldb/</link>
|
||||
<link>https://fedesrv.ddns.net/proyectos/paneldb/</link>
|
||||
<pubDate>Fri, 02 May 2025 02:13:53 -0300</pubDate>
|
||||
<guid>http://localhost:1313/proyectos/paneldb/</guid>
|
||||
<guid>https://fedesrv.ddns.net/proyectos/paneldb/</guid>
|
||||
<description><p>Este panel web es una herramienta de visualización y análisis de datos para una cadena hotelera, desarrollado como trabajo final para el curso de Base de Datos Aplicada. El sistema permite explorar métricas clave de rendimiento a través de una estructura jerárquica de tres niveles.</p>
<h2 id="arquitectura-técnica">Arquitectura Técnica</h2>
<h3 id="backend">Backend</h3>
<ul>
<li>ASP.NET Core 7</li>
<li>Entity Framework Core para acceso a datos</li>
<li>API RESTful para comunicación con el frontend</li>
<li>Autenticación JWT para seguridad</li>
</ul>
<h3 id="frontend">Frontend</h3>
<ul>
<li>React (18.x)</li>
<li>Material UI para componentes de interfaz</li>
<li>ChartJS para visualización de datos</li>
<li>React Router para navegación entre secciones</li>
</ul>
<h2 id="estructura-de-navegación-drilling">Estructura de Navegación (Drilling)</h2>
<p>El panel implementa un sistema de navegación jerárquica de tres niveles:</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Gestor de Stock</title>
|
||||
<link>http://localhost:1313/proyectos/controlstock/</link>
|
||||
<link>https://fedesrv.ddns.net/proyectos/controlstock/</link>
|
||||
<pubDate>Fri, 02 May 2025 02:10:53 -0300</pubDate>
|
||||
<guid>http://localhost:1313/proyectos/controlstock/</guid>
|
||||
<guid>https://fedesrv.ddns.net/proyectos/controlstock/</guid>
|
||||
<description><p>Este sistema de gestión de inventario está desarrollado en C# utilizando Windows Forms. La aplicación permite administrar eficientemente el stock de productos, registrar ventas, gestionar pedidos a proveedores y verificar remitos de entrega.</p>
<h2 id="características-principales">Características Principales</h2>
<h3 id="gestión-de-productos">Gestión de Productos</h3>
<ul>
<li>Alta, baja y modificación de productos</li>
<li>Categorización de inventario</li>
<li>Control de stock mínimo y máximo</li>
<li>Alertas de stock bajo</li>
</ul>
<h3 id="registro-de-ventas">Registro de Ventas</h3>
<ul>
<li>Generación de facturas</li>
<li>Historial de ventas</li>
<li>Seguimiento de productos vendidos</li>
<li>Estadísticas de ventas</li>
</ul>
<h3 id="pedidos-a-proveedores">Pedidos a Proveedores</h3>
<ul>
<li>Creación automática de órdenes de compra</li>
<li>Seguimiento de pedidos pendientes</li>
<li>Historial de pedidos</li>
</ul>
<h3 id="verificación-de-remitos">Verificación de Remitos</h3>
<ul>
<li>Control de recepción de mercadería</li>
<li>Validación de cantidades y productos</li>
<li>Registro de discrepancias</li>
<li>Alertas de productos faltantes</li>
<li>Conformidad de recepción</li>
</ul>
<h2 id="tecnologías-utilizadas">Tecnologías Utilizadas</h2>
<ul>
<li>C# (.NET Framework)</li>
<li>Windows Forms</li>
<li>SQL Server (Base de datos)</li>
<li>Entity Framework</li>
</ul>
<h2 id="capturas-de-pantalla-wip">Capturas de Pantalla (WIP)</h2>
<p><em>(Aquí se insertarían capturas de las principales pantallas del sistema)</em></p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>CoordKeeper</title>
|
||||
<link>http://localhost:1313/proyectos/coordkeeper/</link>
|
||||
<link>https://fedesrv.ddns.net/proyectos/coordkeeper/</link>
|
||||
<pubDate>Fri, 02 May 2025 01:47:53 -0300</pubDate>
|
||||
<guid>http://localhost:1313/proyectos/coordkeeper/</guid>
|
||||
<guid>https://fedesrv.ddns.net/proyectos/coordkeeper/</guid>
|
||||
<description><p>es una aplicación web desarrollada con React diseñada específicamente para jugadores de Minecraft. Esta herramienta permite a los usuarios almacenar, organizar y gestionar fácilmente las coordenadas de ubicaciones importantes dentro del juego.</p>
<h2 id="características">Características</h2>
<ul>
<li>Almacenamiento de coordenadas X, Y, Z de lugares importantes</li>
<li>Organización por Dimensiones</li>
<li>Interfaz intuitiva y fácil de usar</li>
<li>Acceso rápido a tus coordenadas guardadas</li>
</ul>
<p>Ya no tendrás que depender de notas dispersas o capturas de pantalla para recordar dónde encontraste ese templo submarino o aquella cueva de diamantes. CoordKeeper mantiene toda esta información organizada en un solo lugar.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Coord Keeper</title>
|
||||
<link>http://localhost:1313/posts/coord-keeper/</link>
|
||||
<link>https://fedesrv.ddns.net/posts/coord-keeper/</link>
|
||||
<pubDate>Wed, 19 Mar 2025 02:53:57 -0300</pubDate>
|
||||
<guid>http://localhost:1313/posts/coord-keeper/</guid>
|
||||
<guid>https://fedesrv.ddns.net/posts/coord-keeper/</guid>
|
||||
<description><h1 id="motivacion">Motivacion</h1>
<p>He notado que en versiones actuales de minecraft han puesto mucha informacion en el menu de debug (el <!-- raw HTML omitted -->f3<!-- raw HTML omitted -->) lo que lo hace cada vez más hostil al jugador promedio intentar encontrar la linea con las coordenadas de donde esta y poderse comunicar con la gente en el mismo servidor, es obvio que esto es totalmente intencionado. Entiendo que el objetivo es que uses las herramientas dadas por los diseñadores del videojuego para poder localizarte. Pero yo necesito una forma de poder guardar las coordenadas localmente en mi computadora. aunque podria haber usado un block de notas para almacenarlas me decidí por hacer algo más inproductivo&hellip;. hacer una app de react.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Sistema Alquileres DevLog n1</title>
|
||||
<link>http://localhost:1313/posts/sist_alquileres_devlog_1/</link>
|
||||
<link>https://fedesrv.ddns.net/posts/sist_alquileres_devlog_1/</link>
|
||||
<pubDate>Sun, 10 Nov 2024 00:08:17 +0800</pubDate>
|
||||
<guid>http://localhost:1313/posts/sist_alquileres_devlog_1/</guid>
|
||||
<guid>https://fedesrv.ddns.net/posts/sist_alquileres_devlog_1/</guid>
|
||||
<description><h1 id="que-es-esto">¿Que es esto?</h1>
<p>Estas son pequeñas updates que voy a estar haciendo sobre el proyecto final mio de &ldquo;Ingenieria de Software&rdquo; (asi se llama la materia). El cual consiste de un sistema de gestion de alquileres. Pensado para tener varios tipos de usuario como un propietario que carge las propiedades que desea publicar siempre y cuando este verificado que le pertenecen a él y un inquilino el cual podra efectuar busquedas de propiedades para alquilas, ver el estado de los alquileres, y pagar los alquileres que sean correpondientes.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Fix Screen Tear x11</title>
|
||||
<link>http://localhost:1313/posts/fix_screen_tear_xfce/</link>
|
||||
<link>https://fedesrv.ddns.net/posts/fix_screen_tear_xfce/</link>
|
||||
<pubDate>Sat, 09 Nov 2024 13:28:17 +0800</pubDate>
|
||||
<guid>http://localhost:1313/posts/fix_screen_tear_xfce/</guid>
|
||||
<guid>https://fedesrv.ddns.net/posts/fix_screen_tear_xfce/</guid>
|
||||
<description><h1 id="que-es-el-screen-tear">¿Que es el screen tear?</h1>
<p>buenas, Si alguna vez instalaron un wm liviano en linux que no use wayland seguramente habrán notado que al momento de mover una ventana en el escritorio o ver un video sucede algo de este estilo.</p>
<p><img src="https://qph.cf2.quoracdn.net/main-qimg-4994dca8fc9979e8a10d3422cb5f7bcb" alt="Imagen sacada de google donde se demuestra el screen tear"></p>
<p>Donde la imagen se ve recortada por algunos milisegundos. A mi se me hace muy molesto a la vista cuando estoy mucho tiempo (relativamente) delante de la pantalla.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>String Interpolation</title>
|
||||
<link>http://localhost:1313/posts/string-interpolation/</link>
|
||||
<link>https://fedesrv.ddns.net/posts/string-interpolation/</link>
|
||||
<pubDate>Tue, 24 Oct 2023 22:24:17 +0800</pubDate>
|
||||
<guid>http://localhost:1313/posts/string-interpolation/</guid>
|
||||
<guid>https://fedesrv.ddns.net/posts/string-interpolation/</guid>
|
||||
<description><h1 id="que-es">¿Que es?</h1>
<p>Es un proceso de evaluado, en el cual se reemplazan placeholders en <code>string</code> por valores, en nuestro caso, de variables en momento de ejecución.</p>
<h1 id="sintaxis">Sintaxis</h1>
<pre><code>var manzanas = 4;
var bananas = 3;

Console.WriteLine($&quot;Tengo {manzanas} manzanas&quot;);
Console.WriteLine($&quot;Vendí {manzanas + bananas} frutas&quot;);
</code></pre>
<blockquote>
<p>Basicamente son plantillas.</p></blockquote></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Anuncio Aoc 2023</title>
|
||||
<link>http://localhost:1313/posts/anuncio-aoc-2023/</link>
|
||||
<link>https://fedesrv.ddns.net/posts/anuncio-aoc-2023/</link>
|
||||
<pubDate>Tue, 03 Oct 2023 12:54:22 -0300</pubDate>
|
||||
<guid>http://localhost:1313/posts/anuncio-aoc-2023/</guid>
|
||||
<guid>https://fedesrv.ddns.net/posts/anuncio-aoc-2023/</guid>
|
||||
<description><h1 id="que-es-advent-of-code">¿Que es Advent of Code?</h1>
<p>Son un grupo de puzzles de programacion presentados en forma de calendario que suelen ser utizados como:</p>
<ul>
<li>Preparacion de entrevistas.</li>
<li>Training en empresas.</li>
<li>Practica para familiarizarse con nuevos lenguajes de programacion.</li>
<li><em>etc&hellip;</em></li>
</ul>
<h1 id="que-tengo-pensado">Que tengo pensado</h1>
<p>Cerca de fin de año voy a hacer todos los dias de esa edicion de advent of code usando <code>zig</code> como un ejercicio para aprender ese lenguaje de programacion <code>(aunque de forma básica)</code>.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Bootloader Incident</title>
|
||||
<link>http://localhost:1313/posts/bootloaderincident/</link>
|
||||
<link>https://fedesrv.ddns.net/posts/bootloaderincident/</link>
|
||||
<pubDate>Tue, 26 Sep 2023 22:27:20 -0300</pubDate>
|
||||
<guid>http://localhost:1313/posts/bootloaderincident/</guid>
|
||||
<guid>https://fedesrv.ddns.net/posts/bootloaderincident/</guid>
|
||||
<description><h1 id="el-inicio-de-la-catastrofe">El inicio de la catastrofe</h1>
<p>En pocas palabras, <strong>Nunca Corten Un <code>pacman -Syu</code></strong>.<br>
Si utilizan <strong>arch</strong> sabrán que se pueden configurar &lsquo;hooks&rsquo; antes y despues de las operaciones con el comando <code>pacman</code>, uno de estos era responsable de actualizar la entrada en el bootloader (uso systemd-boot btw). Al haber cortado sin querer este proceso me quedé sin entrada en el bootloader para linux y solo podia volver al menu de la <strong>UEFI</strong>.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Imagenes: Color a b&w</title>
|
||||
<link>http://localhost:1313/posts/pasar-imagenes-a-blanco-y-negro/</link>
|
||||
<link>https://fedesrv.ddns.net/posts/pasar-imagenes-a-blanco-y-negro/</link>
|
||||
<pubDate>Sat, 23 Sep 2023 10:35:18 -0300</pubDate>
|
||||
<guid>http://localhost:1313/posts/pasar-imagenes-a-blanco-y-negro/</guid>
|
||||
<description><h1 id="gimp">Gimp</h1>
<p>Hay varias formas de pasar una imagen a blanco y negro. yo prefiero la de usar <strong>Gimp</strong> con la opcion de <code>Color &gt; Desaturacion &gt; Color a gama de grises</code>. Pero voy a listar un par de métodos alternativos para obtener el ~mismo resultado.<br>
<img src="http://localhost:1313/fedecomp.png" alt="Comparación"></p>
<h1 id="imagemagick">ImageMagick</h1>
<blockquote>
<p>Es un conjunto de utilidades de código abierto para mostrar, manipular y convertir imágenes, capaz de leer y escribir más de 200 formatos.</p></blockquote>
<p>Una de esas utilidades es llamada <code>convert</code>, la cual acepta un archivo y convierte este a el formato que se le especifique. Existe una flag llamada <code>-colorspace</code> la cual si le damos el parametro <strong>Gray</strong> la imagen resultante estará representada en una gama de grises.
<img src="http://localhost:1313/fedeg.jpg" alt="Imagen en gama de grises"></p></description>
|
||||
<guid>https://fedesrv.ddns.net/posts/pasar-imagenes-a-blanco-y-negro/</guid>
|
||||
<description><h1 id="gimp">Gimp</h1>
<p>Hay varias formas de pasar una imagen a blanco y negro. yo prefiero la de usar <strong>Gimp</strong> con la opcion de <code>Color &gt; Desaturacion &gt; Color a gama de grises</code>. Pero voy a listar un par de métodos alternativos para obtener el ~mismo resultado.<br>
<img src="https://fedesrv.ddns.net/fedecomp.png" alt="Comparación"></p>
<h1 id="imagemagick">ImageMagick</h1>
<blockquote>
<p>Es un conjunto de utilidades de código abierto para mostrar, manipular y convertir imágenes, capaz de leer y escribir más de 200 formatos.</p></blockquote>
<p>Una de esas utilidades es llamada <code>convert</code>, la cual acepta un archivo y convierte este a el formato que se le especifique. Existe una flag llamada <code>-colorspace</code> la cual si le damos el parametro <strong>Gray</strong> la imagen resultante estará representada en una gama de grises.
<img src="https://fedesrv.ddns.net/fedeg.jpg" alt="Imagen en gama de grises"></p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Diseño de Software Incident</title>
|
||||
<link>http://localhost:1313/posts/dise%C3%B1o-de-software-incident/</link>
|
||||
<link>https://fedesrv.ddns.net/posts/dise%C3%B1o-de-software-incident/</link>
|
||||
<pubDate>Fri, 22 Sep 2023 15:08:17 +0800</pubDate>
|
||||
<guid>http://localhost:1313/posts/dise%C3%B1o-de-software-incident/</guid>
|
||||
<guid>https://fedesrv.ddns.net/posts/dise%C3%B1o-de-software-incident/</guid>
|
||||
<description><h1 id="instanciacion-del-sqlconnection">Instanciacion del SqlConnection</h1>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-csharp" data-lang="csharp"><span style="display:flex;"><span><span style="color:#66d9ef">using</span> (<span style="color:#66d9ef">var</span> connection = <span style="color:#66d9ef">new</span> SqlConnection(configuration.GetConnectionString(<span style="color:#e6db74">&#34;DefaultConnection&#34;</span>)))
</span></span></code></pre></div><p>Eso genera un sql connection que va a existir hasta que salga del scope del programa.</p>
<h1 id="creacion-del-sqlcommand">Creacion del SqlCommand</h1>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-csharp" data-lang="csharp"><span style="display:flex;"><span><span style="color:#66d9ef">using</span> var command = <span style="color:#66d9ef">new</span> SqlCommand();
</span></span><span style="display:flex;"><span>command.CommandText = <span style="color:#e6db74">&#34;sp_RecuperaProductos&#34;</span>;
</span></span><span style="display:flex;"><span>command.CommandType = System.Data.CommandType.StoredProcedure;
</span></span></code></pre></div><h1 id="apertura-de-la-coneccion">Apertura de la coneccion</h1>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-csharp" data-lang="csharp"><span style="display:flex;"><span>command.Connection = connection;
</span></span><span style="display:flex;"><span>command.Connection.Open();
</span></span></code></pre></div><h2 id="utilizacion-del-executereader">Utilizacion del ExecuteReader</h2>
<p>Es un choclo pero basicamente el codigo de abajo se encarga de iterar por cada uno de las entradas de la tabla. <strong>MUY</strong> importante, se tiene que añadir los productos dentro del loop principal del reader ya que lo que no se guarde en cada iteracion se pierde. (los maps no son case sensitive).</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>RetroArchivements</title>
|
||||
<link>http://localhost:1313/posts/retroarchivements/</link>
|
||||
<link>https://fedesrv.ddns.net/posts/retroarchivements/</link>
|
||||
<pubDate>Fri, 22 Sep 2023 13:30:17 +0800</pubDate>
|
||||
<guid>http://localhost:1313/posts/retroarchivements/</guid>
|
||||
<guid>https://fedesrv.ddns.net/posts/retroarchivements/</guid>
|
||||
<description><p>Hace ya un par de dias que estoy usando un <a href="https://retroachievements.org/user/fedpo2">servicio</a> que implementa una api para trackear tu progreso en distintos juegos retro y no tan retro.</p>
<p>Uno de los que estoy jugando es <code>Kirby's dream land 2</code><br>
<img src="https://media.retroachievements.org/Images/046585.png" alt="kirby"></p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Primer Post</title>
|
||||
<link>http://localhost:1313/posts/sample-post/</link>
|
||||
<link>https://fedesrv.ddns.net/posts/sample-post/</link>
|
||||
<pubDate>Fri, 22 Sep 2023 12:28:17 +0800</pubDate>
|
||||
<guid>http://localhost:1313/posts/sample-post/</guid>
|
||||
<guid>https://fedesrv.ddns.net/posts/sample-post/</guid>
|
||||
<description><h1 id="buenas">buenas</h1>
<p>buenas
Luego de sufrir bastante con el nginx y su <em>Reverse Proxy</em>, finalmente me decidí por poner la pagina del blog en el <strong>WebRoot</strong> y el <em>gitea</em> en un subfolder.</p>
<h2 id="como-funciona-esto">Como funciona esto</h2>
<p>El programa que estoy usando para hacer este blog se llama <a href="https://gohugo.io">Hugo</a>, consiste de una especie de parceador de <a href="https://www.markdownguide.org/">Markdown</a> a Html estático el cual hosteo con este <a href="https://nginx.org/en/">webServer</a>.</p>
<h3 id="como-hago-nuevos-posts">Como hago nuevos posts</h3>
<p>Dentro de la carpeta del proyecto del server hay una que se llama content, todos los <code>.md</code> que haya ahí cuando utilizo el comando:</p></description>
|
||||
</item>
|
||||
</channel>
|
||||
|
||||
152
public/posts/anuncio-aoc-2023/index.html
Normal file
152
public/posts/anuncio-aoc-2023/index.html
Normal file
@@ -0,0 +1,152 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Anuncio Aoc 2023</title>
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="stylesheet" href="/css/styles.css">
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
|
||||
<nav class="bg-gray-800 fixed w-full top-0 z-1">
|
||||
<div class="mx-auto px-4">
|
||||
<div class="flex items-center justify-between h-16">
|
||||
<div class="flex items-center">
|
||||
<a href="/" class="text-white font-bold text-xl"
|
||||
>Fede Landing Site</a
|
||||
>
|
||||
</div>
|
||||
|
||||
<div class="hidden md:flex">
|
||||
<a
|
||||
href="/Blog"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>Blog</a
|
||||
>
|
||||
<a
|
||||
class="text-gray-300 hover:text-white px-3 py-2 muted"
|
||||
title="Under Construction 🚧👷♂️🏗️"
|
||||
target="_blank"
|
||||
>CV</a
|
||||
>
|
||||
<a
|
||||
href="https://github.com/fedpo2"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>GitHub</a
|
||||
>
|
||||
<a
|
||||
href="mailto:federico.nicolas.polidoro@gmail.com"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>Email</a
|
||||
>
|
||||
<a
|
||||
href="https://www.linkedin.com/in/federico-polidoro-40137a25b/"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>LinkedIn</a
|
||||
>
|
||||
</div>
|
||||
|
||||
<div class="md:hidden cursor-context-menu">
|
||||
<button
|
||||
onclick="toggleOffCanvas()"
|
||||
class="border px-2 py-1 rounded text-white"
|
||||
>
|
||||
<svg
|
||||
class="h-6 w-6"
|
||||
fill="none"
|
||||
viewBox="0 0 24 24"
|
||||
stroke="currentColor"
|
||||
>
|
||||
<path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M0 6h25M0 12h25M0 18h25"
|
||||
/>
|
||||
</svg>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div
|
||||
id="offCanvas"
|
||||
class="fixed top-16 right-0 w-64 h-screen bg-gray-800 transform translate-x-full transition-transform duration-200 ease-in-out"
|
||||
>
|
||||
<div class="flex flex-col p-4">
|
||||
<a
|
||||
href="/Blog"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>Blog</a
|
||||
>
|
||||
<a
|
||||
class="text-gray-300 hover:text-white px-3 py-2 muted"
|
||||
title="Under Construction 🚧👷♂️🏗️"
|
||||
target="_blank"
|
||||
>CV</a
|
||||
>
|
||||
<a
|
||||
href="https://github.com/fedpo2"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>GitHub</a
|
||||
>
|
||||
<a
|
||||
href="mailto:federico.nicolas.polidoro@gmail.com"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>Email</a
|
||||
>
|
||||
<a
|
||||
href="https://www.linkedin.com/in/federico-polidoro-40137a25b/"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>LinkedIn</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<script>
|
||||
function toggleOffCanvas() {
|
||||
const offCanvas = document.getElementById("offCanvas");
|
||||
offCanvas.classList.toggle("translate-x-full");
|
||||
}
|
||||
</script>
|
||||
|
||||
<div class="pt-16 shadow-md">
|
||||
|
||||
<div class="flex pt-4 gap-2 md-4 text-center flex-col bg-slate-800 text-white">
|
||||
<h1 class="font-bold text-6xl antialiased underline font-sans">Anuncio Aoc 2023</h1>
|
||||
<p class="text-xl font-thin italic">Fecha: 03 Oct 2023</p>
|
||||
</div>
|
||||
</div>
|
||||
<article class=" sm:px-2 md:px-16 lg:px-32">
|
||||
<div><h1 id="que-es-advent-of-code">¿Que es Advent of Code?</h1>
|
||||
<p>Son un grupo de puzzles de programacion presentados en forma de calendario que suelen ser utizados como:</p>
|
||||
<ul>
|
||||
<li>Preparacion de entrevistas.</li>
|
||||
<li>Training en empresas.</li>
|
||||
<li>Practica para familiarizarse con nuevos lenguajes de programacion.</li>
|
||||
<li><em>etc…</em></li>
|
||||
</ul>
|
||||
<h1 id="que-tengo-pensado">Que tengo pensado</h1>
|
||||
<p>Cerca de fin de año voy a hacer todos los dias de esa edicion de advent of code usando <code>zig</code> como un ejercicio para aprender ese lenguaje de programacion <code>(aunque de forma básica)</code>.</p>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
</main>
|
||||
<br>
|
||||
<footer class="text-center text-sm text-gray-500 mt-12 py-6 border-t">
|
||||
© 2025 Federico Polidoro
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
150
public/posts/bootloaderincident/index.html
Normal file
150
public/posts/bootloaderincident/index.html
Normal file
@@ -0,0 +1,150 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Bootloader Incident</title>
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="stylesheet" href="/css/styles.css">
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
|
||||
<nav class="bg-gray-800 fixed w-full top-0 z-1">
|
||||
<div class="mx-auto px-4">
|
||||
<div class="flex items-center justify-between h-16">
|
||||
<div class="flex items-center">
|
||||
<a href="/" class="text-white font-bold text-xl"
|
||||
>Fede Landing Site</a
|
||||
>
|
||||
</div>
|
||||
|
||||
<div class="hidden md:flex">
|
||||
<a
|
||||
href="/Blog"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>Blog</a
|
||||
>
|
||||
<a
|
||||
class="text-gray-300 hover:text-white px-3 py-2 muted"
|
||||
title="Under Construction 🚧👷♂️🏗️"
|
||||
target="_blank"
|
||||
>CV</a
|
||||
>
|
||||
<a
|
||||
href="https://github.com/fedpo2"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>GitHub</a
|
||||
>
|
||||
<a
|
||||
href="mailto:federico.nicolas.polidoro@gmail.com"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>Email</a
|
||||
>
|
||||
<a
|
||||
href="https://www.linkedin.com/in/federico-polidoro-40137a25b/"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>LinkedIn</a
|
||||
>
|
||||
</div>
|
||||
|
||||
<div class="md:hidden cursor-context-menu">
|
||||
<button
|
||||
onclick="toggleOffCanvas()"
|
||||
class="border px-2 py-1 rounded text-white"
|
||||
>
|
||||
<svg
|
||||
class="h-6 w-6"
|
||||
fill="none"
|
||||
viewBox="0 0 24 24"
|
||||
stroke="currentColor"
|
||||
>
|
||||
<path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M0 6h25M0 12h25M0 18h25"
|
||||
/>
|
||||
</svg>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div
|
||||
id="offCanvas"
|
||||
class="fixed top-16 right-0 w-64 h-screen bg-gray-800 transform translate-x-full transition-transform duration-200 ease-in-out"
|
||||
>
|
||||
<div class="flex flex-col p-4">
|
||||
<a
|
||||
href="/Blog"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>Blog</a
|
||||
>
|
||||
<a
|
||||
class="text-gray-300 hover:text-white px-3 py-2 muted"
|
||||
title="Under Construction 🚧👷♂️🏗️"
|
||||
target="_blank"
|
||||
>CV</a
|
||||
>
|
||||
<a
|
||||
href="https://github.com/fedpo2"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>GitHub</a
|
||||
>
|
||||
<a
|
||||
href="mailto:federico.nicolas.polidoro@gmail.com"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>Email</a
|
||||
>
|
||||
<a
|
||||
href="https://www.linkedin.com/in/federico-polidoro-40137a25b/"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>LinkedIn</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<script>
|
||||
function toggleOffCanvas() {
|
||||
const offCanvas = document.getElementById("offCanvas");
|
||||
offCanvas.classList.toggle("translate-x-full");
|
||||
}
|
||||
</script>
|
||||
|
||||
<div class="pt-16 shadow-md">
|
||||
|
||||
<div class="flex pt-4 gap-2 md-4 text-center flex-col bg-slate-800 text-white">
|
||||
<h1 class="font-bold text-6xl antialiased underline font-sans">Bootloader Incident</h1>
|
||||
<p class="text-xl font-thin italic">Fecha: 26 Sep 2023</p>
|
||||
</div>
|
||||
</div>
|
||||
<article class=" sm:px-2 md:px-16 lg:px-32">
|
||||
<div><h1 id="el-inicio-de-la-catastrofe">El inicio de la catastrofe</h1>
|
||||
<p>En pocas palabras, <strong>Nunca Corten Un <code>pacman -Syu</code></strong>.<br>
|
||||
Si utilizan <strong>arch</strong> sabrán que se pueden configurar ‘hooks’ antes y despues de las operaciones con el comando <code>pacman</code>, uno de estos era responsable de actualizar la entrada en el bootloader (uso systemd-boot btw). Al haber cortado sin querer este proceso me quedé sin entrada en el bootloader para linux y solo podia volver al menu de la <strong>UEFI</strong>.</p>
|
||||
<h1 id="posibles-soluciones">Posibles Soluciones</h1>
|
||||
<h2 id="opcion-atomica">Opcion Atomica</h2>
|
||||
<p>Consiste en reinstalar linux desde 0. ( pero no desde scratch 😳 ). Obviamente es una terrible idea pero es una a la que en otro momento antes de haber aprendido a usar arch hubiera solucionado de esa forma.</p>
|
||||
<h2 id="lo-que-termine-haciendo">Lo que termine haciendo</h2>
|
||||
<p>Gracias a que tenia una lectora de dvds con un dvd de Linux, pude utilizar <code>mount</code> y <code>chroot</code> para acceder a la particion con todos mis datos, una vez en este punto reinstalé el kernel (<code>pacman -S linux</code>) para que se activen los hooks que corresponden a actualizar la información sobre las opciones de arranque del bootloader.</p>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
</main>
|
||||
<br>
|
||||
<footer class="text-center text-sm text-gray-500 mt-12 py-6 border-t">
|
||||
© 2025 Federico Polidoro
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
152
public/posts/coord-keeper/index.html
Normal file
152
public/posts/coord-keeper/index.html
Normal file
@@ -0,0 +1,152 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Coord Keeper</title>
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="stylesheet" href="/css/styles.css">
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
|
||||
<nav class="bg-gray-800 fixed w-full top-0 z-1">
|
||||
<div class="mx-auto px-4">
|
||||
<div class="flex items-center justify-between h-16">
|
||||
<div class="flex items-center">
|
||||
<a href="/" class="text-white font-bold text-xl"
|
||||
>Fede Landing Site</a
|
||||
>
|
||||
</div>
|
||||
|
||||
<div class="hidden md:flex">
|
||||
<a
|
||||
href="/Blog"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>Blog</a
|
||||
>
|
||||
<a
|
||||
class="text-gray-300 hover:text-white px-3 py-2 muted"
|
||||
title="Under Construction 🚧👷♂️🏗️"
|
||||
target="_blank"
|
||||
>CV</a
|
||||
>
|
||||
<a
|
||||
href="https://github.com/fedpo2"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>GitHub</a
|
||||
>
|
||||
<a
|
||||
href="mailto:federico.nicolas.polidoro@gmail.com"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>Email</a
|
||||
>
|
||||
<a
|
||||
href="https://www.linkedin.com/in/federico-polidoro-40137a25b/"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>LinkedIn</a
|
||||
>
|
||||
</div>
|
||||
|
||||
<div class="md:hidden cursor-context-menu">
|
||||
<button
|
||||
onclick="toggleOffCanvas()"
|
||||
class="border px-2 py-1 rounded text-white"
|
||||
>
|
||||
<svg
|
||||
class="h-6 w-6"
|
||||
fill="none"
|
||||
viewBox="0 0 24 24"
|
||||
stroke="currentColor"
|
||||
>
|
||||
<path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M0 6h25M0 12h25M0 18h25"
|
||||
/>
|
||||
</svg>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div
|
||||
id="offCanvas"
|
||||
class="fixed top-16 right-0 w-64 h-screen bg-gray-800 transform translate-x-full transition-transform duration-200 ease-in-out"
|
||||
>
|
||||
<div class="flex flex-col p-4">
|
||||
<a
|
||||
href="/Blog"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>Blog</a
|
||||
>
|
||||
<a
|
||||
class="text-gray-300 hover:text-white px-3 py-2 muted"
|
||||
title="Under Construction 🚧👷♂️🏗️"
|
||||
target="_blank"
|
||||
>CV</a
|
||||
>
|
||||
<a
|
||||
href="https://github.com/fedpo2"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>GitHub</a
|
||||
>
|
||||
<a
|
||||
href="mailto:federico.nicolas.polidoro@gmail.com"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>Email</a
|
||||
>
|
||||
<a
|
||||
href="https://www.linkedin.com/in/federico-polidoro-40137a25b/"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>LinkedIn</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<script>
|
||||
function toggleOffCanvas() {
|
||||
const offCanvas = document.getElementById("offCanvas");
|
||||
offCanvas.classList.toggle("translate-x-full");
|
||||
}
|
||||
</script>
|
||||
|
||||
<div class="pt-16 shadow-md">
|
||||
|
||||
<img alt="" src="/cover.png"
|
||||
style="object-fit: cover;"
|
||||
class="w-screen h-80 object-cover"
|
||||
/>
|
||||
|
||||
<div class="flex pt-4 gap-2 md-4 text-center flex-col bg-slate-800 text-white">
|
||||
<h1 class="font-bold text-6xl antialiased underline font-sans">Coord Keeper</h1>
|
||||
<p class="text-xl font-thin italic">Fecha: 19 Mar 2025</p>
|
||||
</div>
|
||||
</div>
|
||||
<article class=" sm:px-2 md:px-16 lg:px-32">
|
||||
<div><h1 id="motivacion">Motivacion</h1>
|
||||
<p>He notado que en versiones actuales de minecraft han puesto mucha informacion en el menu de debug (el <!-- raw HTML omitted -->f3<!-- raw HTML omitted -->) lo que lo hace cada vez más hostil al jugador promedio intentar encontrar la linea con las coordenadas de donde esta y poderse comunicar con la gente en el mismo servidor, es obvio que esto es totalmente intencionado. Entiendo que el objetivo es que uses las herramientas dadas por los diseñadores del videojuego para poder localizarte. Pero yo necesito una forma de poder guardar las coordenadas localmente en mi computadora. aunque podria haber usado un block de notas para almacenarlas me decidí por hacer algo más inproductivo…. hacer una app de react.</p>
|
||||
<p>Así que presento Coord-Keeper una app nefasta de React para guardar, compartir y importar Coordenas de minecraft. !!!11!!!</p>
|
||||
<p>Esta disponible en <a href="/coords">Coord-keeper</a></p>
|
||||
<p>su <a href="/git/fede/coord-keeper">codigo fuente</a> esta en mi instancia de gitea.</p>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
</main>
|
||||
<br>
|
||||
<footer class="text-center text-sm text-gray-500 mt-12 py-6 border-t">
|
||||
© 2025 Federico Polidoro
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
208
public/posts/diseño-de-software-incident/index.html
Normal file
208
public/posts/diseño-de-software-incident/index.html
Normal file
@@ -0,0 +1,208 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Diseño de Software Incident</title>
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="stylesheet" href="/css/styles.css">
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
|
||||
<nav class="bg-gray-800 fixed w-full top-0 z-1">
|
||||
<div class="mx-auto px-4">
|
||||
<div class="flex items-center justify-between h-16">
|
||||
<div class="flex items-center">
|
||||
<a href="/" class="text-white font-bold text-xl"
|
||||
>Fede Landing Site</a
|
||||
>
|
||||
</div>
|
||||
|
||||
<div class="hidden md:flex">
|
||||
<a
|
||||
href="/Blog"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>Blog</a
|
||||
>
|
||||
<a
|
||||
class="text-gray-300 hover:text-white px-3 py-2 muted"
|
||||
title="Under Construction 🚧👷♂️🏗️"
|
||||
target="_blank"
|
||||
>CV</a
|
||||
>
|
||||
<a
|
||||
href="https://github.com/fedpo2"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>GitHub</a
|
||||
>
|
||||
<a
|
||||
href="mailto:federico.nicolas.polidoro@gmail.com"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>Email</a
|
||||
>
|
||||
<a
|
||||
href="https://www.linkedin.com/in/federico-polidoro-40137a25b/"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>LinkedIn</a
|
||||
>
|
||||
</div>
|
||||
|
||||
<div class="md:hidden cursor-context-menu">
|
||||
<button
|
||||
onclick="toggleOffCanvas()"
|
||||
class="border px-2 py-1 rounded text-white"
|
||||
>
|
||||
<svg
|
||||
class="h-6 w-6"
|
||||
fill="none"
|
||||
viewBox="0 0 24 24"
|
||||
stroke="currentColor"
|
||||
>
|
||||
<path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M0 6h25M0 12h25M0 18h25"
|
||||
/>
|
||||
</svg>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div
|
||||
id="offCanvas"
|
||||
class="fixed top-16 right-0 w-64 h-screen bg-gray-800 transform translate-x-full transition-transform duration-200 ease-in-out"
|
||||
>
|
||||
<div class="flex flex-col p-4">
|
||||
<a
|
||||
href="/Blog"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>Blog</a
|
||||
>
|
||||
<a
|
||||
class="text-gray-300 hover:text-white px-3 py-2 muted"
|
||||
title="Under Construction 🚧👷♂️🏗️"
|
||||
target="_blank"
|
||||
>CV</a
|
||||
>
|
||||
<a
|
||||
href="https://github.com/fedpo2"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>GitHub</a
|
||||
>
|
||||
<a
|
||||
href="mailto:federico.nicolas.polidoro@gmail.com"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>Email</a
|
||||
>
|
||||
<a
|
||||
href="https://www.linkedin.com/in/federico-polidoro-40137a25b/"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>LinkedIn</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<script>
|
||||
function toggleOffCanvas() {
|
||||
const offCanvas = document.getElementById("offCanvas");
|
||||
offCanvas.classList.toggle("translate-x-full");
|
||||
}
|
||||
</script>
|
||||
|
||||
<div class="pt-16 shadow-md">
|
||||
|
||||
<div class="flex pt-4 gap-2 md-4 text-center flex-col bg-slate-800 text-white">
|
||||
<h1 class="font-bold text-6xl antialiased underline font-sans">Diseño de Software Incident</h1>
|
||||
<p class="text-xl font-thin italic">Fecha: 22 Sep 2023</p>
|
||||
</div>
|
||||
</div>
|
||||
<article class=" sm:px-2 md:px-16 lg:px-32">
|
||||
<div><h1 id="instanciacion-del-sqlconnection">Instanciacion del SqlConnection</h1>
|
||||
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-csharp" data-lang="csharp"><span style="display:flex;"><span><span style="color:#66d9ef">using</span> (<span style="color:#66d9ef">var</span> connection = <span style="color:#66d9ef">new</span> SqlConnection(configuration.GetConnectionString(<span style="color:#e6db74">"DefaultConnection"</span>)))
|
||||
</span></span></code></pre></div><p>Eso genera un sql connection que va a existir hasta que salga del scope del programa.</p>
|
||||
<h1 id="creacion-del-sqlcommand">Creacion del SqlCommand</h1>
|
||||
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-csharp" data-lang="csharp"><span style="display:flex;"><span><span style="color:#66d9ef">using</span> var command = <span style="color:#66d9ef">new</span> SqlCommand();
|
||||
</span></span><span style="display:flex;"><span>command.CommandText = <span style="color:#e6db74">"sp_RecuperaProductos"</span>;
|
||||
</span></span><span style="display:flex;"><span>command.CommandType = System.Data.CommandType.StoredProcedure;
|
||||
</span></span></code></pre></div><h1 id="apertura-de-la-coneccion">Apertura de la coneccion</h1>
|
||||
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-csharp" data-lang="csharp"><span style="display:flex;"><span>command.Connection = connection;
|
||||
</span></span><span style="display:flex;"><span>command.Connection.Open();
|
||||
</span></span></code></pre></div><h2 id="utilizacion-del-executereader">Utilizacion del ExecuteReader</h2>
|
||||
<p>Es un choclo pero basicamente el codigo de abajo se encarga de iterar por cada uno de las entradas de la tabla. <strong>MUY</strong> importante, se tiene que añadir los productos dentro del loop principal del reader ya que lo que no se guarde en cada iteracion se pierde. (los maps no son case sensitive).</p>
|
||||
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-csharp" data-lang="csharp"><span style="display:flex;"><span><span style="color:#66d9ef">var</span> reader = command.ExecuteReader();
|
||||
</span></span><span style="display:flex;"><span><span style="color:#66d9ef">while</span> (reader.Read())<span style="color:#75715e">//lee a traves de todas las filas que existen en la tabla</span>
|
||||
</span></span><span style="display:flex;"><span>{
|
||||
</span></span><span style="display:flex;"><span> <span style="color:#75715e">//por cada fila que creo tengo que asignar manualmente cada columna con cada propiedad</span>
|
||||
</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">var</span> producto = <span style="color:#66d9ef">new</span> Producto();
|
||||
</span></span><span style="display:flex;"><span> producto.Codigo = reader[<span style="color:#e6db74">"Codigo"</span>].ToString();
|
||||
</span></span><span style="display:flex;"><span> producto.Nombre = reader[<span style="color:#e6db74">"Nombre"</span>].ToString();
|
||||
</span></span><span style="display:flex;"><span> producto.Cantidad = Convert.ToInt32(reader[<span style="color:#e6db74">"Cantidad"</span>].ToString());
|
||||
</span></span><span style="display:flex;"><span> producto.CantidadMinima = Convert.ToInt32(reader[<span style="color:#e6db74">"CantidadMinima"</span>].ToString());
|
||||
</span></span><span style="display:flex;"><span> producto.Precio = Convert.ToDecimal(reader[<span style="color:#e6db74">"Precio"</span>].ToString());
|
||||
</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">var</span> codigoCategoria = reader[<span style="color:#e6db74">"CodigoCategoria"</span>].ToString();
|
||||
</span></span><span style="display:flex;"><span> producto.Categoria = RepositorioCategorias.Instancia.RecuperarCategorias().FirstOrDefault(c => c.Codigo == codigoCategoria);
|
||||
</span></span><span style="display:flex;"><span> <span style="color:#75715e">//////////////////////////////////////////////////////////////////////////////////////</span>
|
||||
</span></span><span style="display:flex;"><span> <span style="color:#75715e">//////////////////////////////////////////////////////////////////////////////////////</span>
|
||||
</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">using</span> var commandProveedores = <span style="color:#66d9ef">new</span> SqlCommand();
|
||||
</span></span><span style="display:flex;"><span> <span style="color:#75715e">//otra forma de hacerlo es usando Store Procedures</span>
|
||||
</span></span><span style="display:flex;"><span> commandProveedores.CommandText = <span style="color:#e6db74">"sp_RecuperarProveedoresProducto"</span>;
|
||||
</span></span><span style="display:flex;"><span> commandProveedores.CommandType = System.Data.CommandType.StoredProcedure;
|
||||
</span></span><span style="display:flex;"><span> commandProveedores.Parameters.Add(<span style="color:#e6db74">"@CodigoProducto"</span>, System.Data.SqlDbType.NVarChar,<span style="color:#ae81ff">25</span>).Value = producto.Codigo;
|
||||
</span></span><span style="display:flex;"><span> <span style="color:#75715e">/////////////////////////</span>
|
||||
</span></span><span style="display:flex;"><span> commandProveedores.Connection = connection;
|
||||
</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">var</span> readerProveedoresProducto = command.ExecuteReader();
|
||||
</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">while</span> (readerProveedoresProducto.Read())<span style="color:#75715e">//lee a traves de todas las filas que existen en la tabla</span>
|
||||
</span></span><span style="display:flex;"><span> {
|
||||
</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">var</span> codigoProveedor = readerProveedoresProducto[<span style="color:#e6db74">"CodigoProveedor"</span>].ToString();
|
||||
</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">var</span> proveedor = RepositorioProveedores.Instancia.RecuperarProveedores().FirstOrDefault(x => x.Codigo == codigoProveedor);
|
||||
</span></span><span style="display:flex;"><span> producto.AgregarProveedor(proveedor);
|
||||
</span></span><span style="display:flex;"><span> <span style="color:#75715e">//una vez cargado el objeto completo lo agrego a la coleccion</span>
|
||||
</span></span><span style="display:flex;"><span>
|
||||
</span></span><span style="display:flex;"><span> }
|
||||
</span></span><span style="display:flex;"><span>productos.Add(producto);
|
||||
</span></span><span style="display:flex;"><span>}
|
||||
</span></span></code></pre></div><h1 id="cerrado-de-la-coneccion">Cerrado de la coneccion</h1>
|
||||
<p>NOTA: no ser mamerto y cerrar la coneccion fuera del while-loop.</p>
|
||||
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-csharp" data-lang="csharp"><span style="display:flex;"><span>command.Connection.Close();
|
||||
</span></span></code></pre></div><h1 id="sub-query">Sub-Query</h1>
|
||||
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-csharp" data-lang="csharp"><span style="display:flex;"><span><span style="color:#66d9ef">using</span> var commandProveedores = <span style="color:#66d9ef">new</span> SqlCommand();
|
||||
</span></span><span style="display:flex;"><span>
|
||||
</span></span><span style="display:flex;"><span>commandProveedores.CommandType = System.Data.CommandType.StoredProcedure;
|
||||
</span></span><span style="display:flex;"><span>commandProveedores.CommandText = <span style="color:#e6db74">"SP_AGREGARPROVEEDORPRODUCTO"</span>;
|
||||
</span></span><span style="display:flex;"><span>commandProveedores.Connection = connection;
|
||||
</span></span><span style="display:flex;"><span>commandProveedores.Transaction = sqlTransaction;
|
||||
</span></span><span style="display:flex;"><span>commandProveedores.Parameters.Add(<span style="color:#e6db74">"@CodigoProducto"</span>, System.Data.SqlDbType.NVarChar,<span style="color:#ae81ff">25</span>).Value = producto.Codigo;
|
||||
</span></span><span style="display:flex;"><span>commandProveedores.Parameters.Add(<span style="color:#e6db74">"@CodigoProveedor"</span>, System.Data.SqlDbType.NVarChar, <span style="color:#ae81ff">25</span>);
|
||||
</span></span><span style="display:flex;"><span><span style="color:#66d9ef">foreach</span> (<span style="color:#66d9ef">var</span> proveedor <span style="color:#66d9ef">in</span> producto.Proveedores)
|
||||
</span></span><span style="display:flex;"><span>{
|
||||
</span></span><span style="display:flex;"><span> commandProveedores.Parameters[<span style="color:#e6db74">"CodigoProveedor"</span>].Value = proveedor.Codigo;
|
||||
</span></span><span style="display:flex;"><span> commandProveedores.ExecuteNonQuery();
|
||||
</span></span><span style="display:flex;"><span>}
|
||||
</span></span></code></pre></div><h1 id="non-query">Non-Query</h1>
|
||||
<p>Un query es una consulta de tipo UPDATE, INSERT, DELETE, para el ExecuteNonQuery se devuelve la cantidad de ramas afectadas, menos en el uso de un StoredProcedure donde devuelve -1.</p>
|
||||
<h1 id="notas">Notas</h1>
|
||||
<blockquote>
|
||||
<p>" Si compila y anda, aprueba " ~Laureano</p></blockquote>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
</main>
|
||||
<br>
|
||||
<footer class="text-center text-sm text-gray-500 mt-12 py-6 border-t">
|
||||
© 2025 Federico Polidoro
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
190
public/posts/fix_screen_tear_xfce/index.html
Normal file
190
public/posts/fix_screen_tear_xfce/index.html
Normal file
@@ -0,0 +1,190 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Fix Screen Tear x11</title>
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="stylesheet" href="/css/styles.css">
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
|
||||
<nav class="bg-gray-800 fixed w-full top-0 z-1">
|
||||
<div class="mx-auto px-4">
|
||||
<div class="flex items-center justify-between h-16">
|
||||
<div class="flex items-center">
|
||||
<a href="/" class="text-white font-bold text-xl"
|
||||
>Fede Landing Site</a
|
||||
>
|
||||
</div>
|
||||
|
||||
<div class="hidden md:flex">
|
||||
<a
|
||||
href="/Blog"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>Blog</a
|
||||
>
|
||||
<a
|
||||
class="text-gray-300 hover:text-white px-3 py-2 muted"
|
||||
title="Under Construction 🚧👷♂️🏗️"
|
||||
target="_blank"
|
||||
>CV</a
|
||||
>
|
||||
<a
|
||||
href="https://github.com/fedpo2"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>GitHub</a
|
||||
>
|
||||
<a
|
||||
href="mailto:federico.nicolas.polidoro@gmail.com"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>Email</a
|
||||
>
|
||||
<a
|
||||
href="https://www.linkedin.com/in/federico-polidoro-40137a25b/"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>LinkedIn</a
|
||||
>
|
||||
</div>
|
||||
|
||||
<div class="md:hidden cursor-context-menu">
|
||||
<button
|
||||
onclick="toggleOffCanvas()"
|
||||
class="border px-2 py-1 rounded text-white"
|
||||
>
|
||||
<svg
|
||||
class="h-6 w-6"
|
||||
fill="none"
|
||||
viewBox="0 0 24 24"
|
||||
stroke="currentColor"
|
||||
>
|
||||
<path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M0 6h25M0 12h25M0 18h25"
|
||||
/>
|
||||
</svg>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div
|
||||
id="offCanvas"
|
||||
class="fixed top-16 right-0 w-64 h-screen bg-gray-800 transform translate-x-full transition-transform duration-200 ease-in-out"
|
||||
>
|
||||
<div class="flex flex-col p-4">
|
||||
<a
|
||||
href="/Blog"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>Blog</a
|
||||
>
|
||||
<a
|
||||
class="text-gray-300 hover:text-white px-3 py-2 muted"
|
||||
title="Under Construction 🚧👷♂️🏗️"
|
||||
target="_blank"
|
||||
>CV</a
|
||||
>
|
||||
<a
|
||||
href="https://github.com/fedpo2"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>GitHub</a
|
||||
>
|
||||
<a
|
||||
href="mailto:federico.nicolas.polidoro@gmail.com"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>Email</a
|
||||
>
|
||||
<a
|
||||
href="https://www.linkedin.com/in/federico-polidoro-40137a25b/"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>LinkedIn</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<script>
|
||||
function toggleOffCanvas() {
|
||||
const offCanvas = document.getElementById("offCanvas");
|
||||
offCanvas.classList.toggle("translate-x-full");
|
||||
}
|
||||
</script>
|
||||
|
||||
<div class="pt-16 shadow-md">
|
||||
|
||||
<img alt="" src="/cover.jpg"
|
||||
style="object-fit: cover;"
|
||||
class="w-screen h-80 object-cover"
|
||||
/>
|
||||
|
||||
<div class="flex pt-4 gap-2 md-4 text-center flex-col bg-slate-800 text-white">
|
||||
<h1 class="font-bold text-6xl antialiased underline font-sans">Fix Screen Tear x11</h1>
|
||||
<p class="text-xl font-thin italic">Fecha: 09 Nov 2024</p>
|
||||
</div>
|
||||
</div>
|
||||
<article class=" sm:px-2 md:px-16 lg:px-32">
|
||||
<div><h1 id="que-es-el-screen-tear">¿Que es el screen tear?</h1>
|
||||
<p>buenas, Si alguna vez instalaron un wm liviano en linux que no use wayland seguramente habrán notado que al momento de mover una ventana en el escritorio o ver un video sucede algo de este estilo.</p>
|
||||
<p><img src="https://qph.cf2.quoracdn.net/main-qimg-4994dca8fc9979e8a10d3422cb5f7bcb" alt="Imagen sacada de google donde se demuestra el screen tear"></p>
|
||||
<p>Donde la imagen se ve recortada por algunos milisegundos. A mi se me hace muy molesto a la vista cuando estoy mucho tiempo (relativamente) delante de la pantalla.</p>
|
||||
<h1 id="solucion">Solucion</h1>
|
||||
<p>Esto Parece suceder porque muchos <a href="https://en.wikipedia.org/wiki/X_window_manager">WindowManagers</a> de linux muestran un frame nuevo independientemente de si la gpu logró terminar de dibujar el proximo frame(buffer).</p>
|
||||
<p>Encontré un parametro que se le puede pasar al X11 para evitar que se muestre un frame que la gpu aun no termino de actualizar.</p>
|
||||
<h2 id="cosas-que-necesitamos">Cosas que necesitamos</h2>
|
||||
<ol>
|
||||
<li>Tener <code>inxi</code> instalado</li>
|
||||
</ol>
|
||||
<p>En Arch se puede instalar con un</p>
|
||||
<pre tabindex="0"><code>sudo pacman -S inxi
|
||||
</code></pre><p>y supongo que lo mismo pero reemplazando <code>pacman -S</code> por <code>apt install</code> en distros debian-base.</p>
|
||||
<ol start="2">
|
||||
<li>Necesitamos editar uno(o dos) archivos en el <strong>/usr/share/</strong></li>
|
||||
</ol>
|
||||
<p>Asi que verifica que tengas permisos para poder escribir en ese path.</p>
|
||||
<h2 id="paso-a-paso">Paso a Paso</h2>
|
||||
<ol>
|
||||
<li>Executamos <code>inxi -G</code>.</li>
|
||||
</ol>
|
||||
<p>Con esto nos daremos cuenta de que tipo de grafica tenemos. En mi caso es una integrada amd</p>
|
||||
<pre tabindex="0"><code>i ➜ ~ inxi -G
|
||||
Graphics:
|
||||
Device-1: Advanced Micro Devices [AMD/ATI] Lucienne driver: amdgpu v: kernel
|
||||
</code></pre><p>Por lo que el archivo que tengo que editar es “/usr/share/X11/xorg.conf.d/10-amdgpu.conf”</p>
|
||||
<pre tabindex="0"><code>Section "OutputClass"
|
||||
Identifier "AMDgpu"
|
||||
MatchDriver "amdgpu"
|
||||
Driver "amdgpu"
|
||||
Option "HotplugDriver" "amdgpu"
|
||||
EndSection
|
||||
</code></pre><p>Donde añado la opcion “TearFree” “on”</p>
|
||||
<pre tabindex="0"><code>Section "OutputClass"
|
||||
Identifier "AMDgpu"
|
||||
MatchDriver "amdgpu"
|
||||
Driver "amdgpu"
|
||||
Option "HotplugDriver" "amdgpu"
|
||||
Option "TearFree" "on"
|
||||
EndSection
|
||||
</code></pre><p>Demostracion de como queda</p>
|
||||
<p><img src="./tear.gif" alt="demo tear resuelto"></p>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
</main>
|
||||
<br>
|
||||
<footer class="text-center text-sm text-gray-500 mt-12 py-6 border-t">
|
||||
© 2025 Federico Polidoro
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
82
public/posts/index.xml
Normal file
82
public/posts/index.xml
Normal file
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Posts on Blog Fede</title>
|
||||
<link>https://fedesrv.ddns.net/posts/</link>
|
||||
<description>Recent content in Posts on Blog Fede</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Wed, 19 Mar 2025 02:53:57 -0300</lastBuildDate>
|
||||
<atom:link href="https://fedesrv.ddns.net/posts/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Coord Keeper</title>
|
||||
<link>https://fedesrv.ddns.net/posts/coord-keeper/</link>
|
||||
<pubDate>Wed, 19 Mar 2025 02:53:57 -0300</pubDate>
|
||||
<guid>https://fedesrv.ddns.net/posts/coord-keeper/</guid>
|
||||
<description><h1 id="motivacion">Motivacion</h1>
<p>He notado que en versiones actuales de minecraft han puesto mucha informacion en el menu de debug (el <!-- raw HTML omitted -->f3<!-- raw HTML omitted -->) lo que lo hace cada vez más hostil al jugador promedio intentar encontrar la linea con las coordenadas de donde esta y poderse comunicar con la gente en el mismo servidor, es obvio que esto es totalmente intencionado. Entiendo que el objetivo es que uses las herramientas dadas por los diseñadores del videojuego para poder localizarte. Pero yo necesito una forma de poder guardar las coordenadas localmente en mi computadora. aunque podria haber usado un block de notas para almacenarlas me decidí por hacer algo más inproductivo&hellip;. hacer una app de react.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Sistema Alquileres DevLog n1</title>
|
||||
<link>https://fedesrv.ddns.net/posts/sist_alquileres_devlog_1/</link>
|
||||
<pubDate>Sun, 10 Nov 2024 00:08:17 +0800</pubDate>
|
||||
<guid>https://fedesrv.ddns.net/posts/sist_alquileres_devlog_1/</guid>
|
||||
<description><h1 id="que-es-esto">¿Que es esto?</h1>
<p>Estas son pequeñas updates que voy a estar haciendo sobre el proyecto final mio de &ldquo;Ingenieria de Software&rdquo; (asi se llama la materia). El cual consiste de un sistema de gestion de alquileres. Pensado para tener varios tipos de usuario como un propietario que carge las propiedades que desea publicar siempre y cuando este verificado que le pertenecen a él y un inquilino el cual podra efectuar busquedas de propiedades para alquilas, ver el estado de los alquileres, y pagar los alquileres que sean correpondientes.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Fix Screen Tear x11</title>
|
||||
<link>https://fedesrv.ddns.net/posts/fix_screen_tear_xfce/</link>
|
||||
<pubDate>Sat, 09 Nov 2024 13:28:17 +0800</pubDate>
|
||||
<guid>https://fedesrv.ddns.net/posts/fix_screen_tear_xfce/</guid>
|
||||
<description><h1 id="que-es-el-screen-tear">¿Que es el screen tear?</h1>
<p>buenas, Si alguna vez instalaron un wm liviano en linux que no use wayland seguramente habrán notado que al momento de mover una ventana en el escritorio o ver un video sucede algo de este estilo.</p>
<p><img src="https://qph.cf2.quoracdn.net/main-qimg-4994dca8fc9979e8a10d3422cb5f7bcb" alt="Imagen sacada de google donde se demuestra el screen tear"></p>
<p>Donde la imagen se ve recortada por algunos milisegundos. A mi se me hace muy molesto a la vista cuando estoy mucho tiempo (relativamente) delante de la pantalla.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>String Interpolation</title>
|
||||
<link>https://fedesrv.ddns.net/posts/string-interpolation/</link>
|
||||
<pubDate>Tue, 24 Oct 2023 22:24:17 +0800</pubDate>
|
||||
<guid>https://fedesrv.ddns.net/posts/string-interpolation/</guid>
|
||||
<description><h1 id="que-es">¿Que es?</h1>
<p>Es un proceso de evaluado, en el cual se reemplazan placeholders en <code>string</code> por valores, en nuestro caso, de variables en momento de ejecución.</p>
<h1 id="sintaxis">Sintaxis</h1>
<pre><code>var manzanas = 4;
var bananas = 3;

Console.WriteLine($&quot;Tengo {manzanas} manzanas&quot;);
Console.WriteLine($&quot;Vendí {manzanas + bananas} frutas&quot;);
</code></pre>
<blockquote>
<p>Basicamente son plantillas.</p></blockquote></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Anuncio Aoc 2023</title>
|
||||
<link>https://fedesrv.ddns.net/posts/anuncio-aoc-2023/</link>
|
||||
<pubDate>Tue, 03 Oct 2023 12:54:22 -0300</pubDate>
|
||||
<guid>https://fedesrv.ddns.net/posts/anuncio-aoc-2023/</guid>
|
||||
<description><h1 id="que-es-advent-of-code">¿Que es Advent of Code?</h1>
<p>Son un grupo de puzzles de programacion presentados en forma de calendario que suelen ser utizados como:</p>
<ul>
<li>Preparacion de entrevistas.</li>
<li>Training en empresas.</li>
<li>Practica para familiarizarse con nuevos lenguajes de programacion.</li>
<li><em>etc&hellip;</em></li>
</ul>
<h1 id="que-tengo-pensado">Que tengo pensado</h1>
<p>Cerca de fin de año voy a hacer todos los dias de esa edicion de advent of code usando <code>zig</code> como un ejercicio para aprender ese lenguaje de programacion <code>(aunque de forma básica)</code>.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Bootloader Incident</title>
|
||||
<link>https://fedesrv.ddns.net/posts/bootloaderincident/</link>
|
||||
<pubDate>Tue, 26 Sep 2023 22:27:20 -0300</pubDate>
|
||||
<guid>https://fedesrv.ddns.net/posts/bootloaderincident/</guid>
|
||||
<description><h1 id="el-inicio-de-la-catastrofe">El inicio de la catastrofe</h1>
<p>En pocas palabras, <strong>Nunca Corten Un <code>pacman -Syu</code></strong>.<br>
Si utilizan <strong>arch</strong> sabrán que se pueden configurar &lsquo;hooks&rsquo; antes y despues de las operaciones con el comando <code>pacman</code>, uno de estos era responsable de actualizar la entrada en el bootloader (uso systemd-boot btw). Al haber cortado sin querer este proceso me quedé sin entrada en el bootloader para linux y solo podia volver al menu de la <strong>UEFI</strong>.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Imagenes: Color a b&w</title>
|
||||
<link>https://fedesrv.ddns.net/posts/pasar-imagenes-a-blanco-y-negro/</link>
|
||||
<pubDate>Sat, 23 Sep 2023 10:35:18 -0300</pubDate>
|
||||
<guid>https://fedesrv.ddns.net/posts/pasar-imagenes-a-blanco-y-negro/</guid>
|
||||
<description><h1 id="gimp">Gimp</h1>
<p>Hay varias formas de pasar una imagen a blanco y negro. yo prefiero la de usar <strong>Gimp</strong> con la opcion de <code>Color &gt; Desaturacion &gt; Color a gama de grises</code>. Pero voy a listar un par de métodos alternativos para obtener el ~mismo resultado.<br>
<img src="https://fedesrv.ddns.net/fedecomp.png" alt="Comparación"></p>
<h1 id="imagemagick">ImageMagick</h1>
<blockquote>
<p>Es un conjunto de utilidades de código abierto para mostrar, manipular y convertir imágenes, capaz de leer y escribir más de 200 formatos.</p></blockquote>
<p>Una de esas utilidades es llamada <code>convert</code>, la cual acepta un archivo y convierte este a el formato que se le especifique. Existe una flag llamada <code>-colorspace</code> la cual si le damos el parametro <strong>Gray</strong> la imagen resultante estará representada en una gama de grises.
<img src="https://fedesrv.ddns.net/fedeg.jpg" alt="Imagen en gama de grises"></p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Diseño de Software Incident</title>
|
||||
<link>https://fedesrv.ddns.net/posts/dise%C3%B1o-de-software-incident/</link>
|
||||
<pubDate>Fri, 22 Sep 2023 15:08:17 +0800</pubDate>
|
||||
<guid>https://fedesrv.ddns.net/posts/dise%C3%B1o-de-software-incident/</guid>
|
||||
<description><h1 id="instanciacion-del-sqlconnection">Instanciacion del SqlConnection</h1>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-csharp" data-lang="csharp"><span style="display:flex;"><span><span style="color:#66d9ef">using</span> (<span style="color:#66d9ef">var</span> connection = <span style="color:#66d9ef">new</span> SqlConnection(configuration.GetConnectionString(<span style="color:#e6db74">&#34;DefaultConnection&#34;</span>)))
</span></span></code></pre></div><p>Eso genera un sql connection que va a existir hasta que salga del scope del programa.</p>
<h1 id="creacion-del-sqlcommand">Creacion del SqlCommand</h1>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-csharp" data-lang="csharp"><span style="display:flex;"><span><span style="color:#66d9ef">using</span> var command = <span style="color:#66d9ef">new</span> SqlCommand();
</span></span><span style="display:flex;"><span>command.CommandText = <span style="color:#e6db74">&#34;sp_RecuperaProductos&#34;</span>;
</span></span><span style="display:flex;"><span>command.CommandType = System.Data.CommandType.StoredProcedure;
</span></span></code></pre></div><h1 id="apertura-de-la-coneccion">Apertura de la coneccion</h1>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-csharp" data-lang="csharp"><span style="display:flex;"><span>command.Connection = connection;
</span></span><span style="display:flex;"><span>command.Connection.Open();
</span></span></code></pre></div><h2 id="utilizacion-del-executereader">Utilizacion del ExecuteReader</h2>
<p>Es un choclo pero basicamente el codigo de abajo se encarga de iterar por cada uno de las entradas de la tabla. <strong>MUY</strong> importante, se tiene que añadir los productos dentro del loop principal del reader ya que lo que no se guarde en cada iteracion se pierde. (los maps no son case sensitive).</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>RetroArchivements</title>
|
||||
<link>https://fedesrv.ddns.net/posts/retroarchivements/</link>
|
||||
<pubDate>Fri, 22 Sep 2023 13:30:17 +0800</pubDate>
|
||||
<guid>https://fedesrv.ddns.net/posts/retroarchivements/</guid>
|
||||
<description><p>Hace ya un par de dias que estoy usando un <a href="https://retroachievements.org/user/fedpo2">servicio</a> que implementa una api para trackear tu progreso en distintos juegos retro y no tan retro.</p>
<p>Uno de los que estoy jugando es <code>Kirby's dream land 2</code><br>
<img src="https://media.retroachievements.org/Images/046585.png" alt="kirby"></p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Primer Post</title>
|
||||
<link>https://fedesrv.ddns.net/posts/sample-post/</link>
|
||||
<pubDate>Fri, 22 Sep 2023 12:28:17 +0800</pubDate>
|
||||
<guid>https://fedesrv.ddns.net/posts/sample-post/</guid>
|
||||
<description><h1 id="buenas">buenas</h1>
<p>buenas
Luego de sufrir bastante con el nginx y su <em>Reverse Proxy</em>, finalmente me decidí por poner la pagina del blog en el <strong>WebRoot</strong> y el <em>gitea</em> en un subfolder.</p>
<h2 id="como-funciona-esto">Como funciona esto</h2>
<p>El programa que estoy usando para hacer este blog se llama <a href="https://gohugo.io">Hugo</a>, consiste de una especie de parceador de <a href="https://www.markdownguide.org/">Markdown</a> a Html estático el cual hosteo con este <a href="https://nginx.org/en/">webServer</a>.</p>
<h3 id="como-hago-nuevos-posts">Como hago nuevos posts</h3>
<p>Dentro de la carpeta del proyecto del server hay una que se llama content, todos los <code>.md</code> que haya ahí cuando utilizo el comando:</p></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
156
public/posts/pasar-imagenes-a-blanco-y-negro/index.html
Normal file
156
public/posts/pasar-imagenes-a-blanco-y-negro/index.html
Normal file
@@ -0,0 +1,156 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Imagenes: Color a b&w</title>
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="stylesheet" href="/css/styles.css">
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
|
||||
<nav class="bg-gray-800 fixed w-full top-0 z-1">
|
||||
<div class="mx-auto px-4">
|
||||
<div class="flex items-center justify-between h-16">
|
||||
<div class="flex items-center">
|
||||
<a href="/" class="text-white font-bold text-xl"
|
||||
>Fede Landing Site</a
|
||||
>
|
||||
</div>
|
||||
|
||||
<div class="hidden md:flex">
|
||||
<a
|
||||
href="/Blog"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>Blog</a
|
||||
>
|
||||
<a
|
||||
class="text-gray-300 hover:text-white px-3 py-2 muted"
|
||||
title="Under Construction 🚧👷♂️🏗️"
|
||||
target="_blank"
|
||||
>CV</a
|
||||
>
|
||||
<a
|
||||
href="https://github.com/fedpo2"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>GitHub</a
|
||||
>
|
||||
<a
|
||||
href="mailto:federico.nicolas.polidoro@gmail.com"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>Email</a
|
||||
>
|
||||
<a
|
||||
href="https://www.linkedin.com/in/federico-polidoro-40137a25b/"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>LinkedIn</a
|
||||
>
|
||||
</div>
|
||||
|
||||
<div class="md:hidden cursor-context-menu">
|
||||
<button
|
||||
onclick="toggleOffCanvas()"
|
||||
class="border px-2 py-1 rounded text-white"
|
||||
>
|
||||
<svg
|
||||
class="h-6 w-6"
|
||||
fill="none"
|
||||
viewBox="0 0 24 24"
|
||||
stroke="currentColor"
|
||||
>
|
||||
<path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M0 6h25M0 12h25M0 18h25"
|
||||
/>
|
||||
</svg>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div
|
||||
id="offCanvas"
|
||||
class="fixed top-16 right-0 w-64 h-screen bg-gray-800 transform translate-x-full transition-transform duration-200 ease-in-out"
|
||||
>
|
||||
<div class="flex flex-col p-4">
|
||||
<a
|
||||
href="/Blog"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>Blog</a
|
||||
>
|
||||
<a
|
||||
class="text-gray-300 hover:text-white px-3 py-2 muted"
|
||||
title="Under Construction 🚧👷♂️🏗️"
|
||||
target="_blank"
|
||||
>CV</a
|
||||
>
|
||||
<a
|
||||
href="https://github.com/fedpo2"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>GitHub</a
|
||||
>
|
||||
<a
|
||||
href="mailto:federico.nicolas.polidoro@gmail.com"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>Email</a
|
||||
>
|
||||
<a
|
||||
href="https://www.linkedin.com/in/federico-polidoro-40137a25b/"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>LinkedIn</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<script>
|
||||
function toggleOffCanvas() {
|
||||
const offCanvas = document.getElementById("offCanvas");
|
||||
offCanvas.classList.toggle("translate-x-full");
|
||||
}
|
||||
</script>
|
||||
|
||||
<div class="pt-16 shadow-md">
|
||||
|
||||
<div class="flex pt-4 gap-2 md-4 text-center flex-col bg-slate-800 text-white">
|
||||
<h1 class="font-bold text-6xl antialiased underline font-sans">Imagenes: Color a b&w</h1>
|
||||
<p class="text-xl font-thin italic">Fecha: 23 Sep 2023</p>
|
||||
</div>
|
||||
</div>
|
||||
<article class=" sm:px-2 md:px-16 lg:px-32">
|
||||
<div><h1 id="gimp">Gimp</h1>
|
||||
<p>Hay varias formas de pasar una imagen a blanco y negro. yo prefiero la de usar <strong>Gimp</strong> con la opcion de <code>Color > Desaturacion > Color a gama de grises</code>. Pero voy a listar un par de métodos alternativos para obtener el ~mismo resultado.<br>
|
||||
<img src="/fedecomp.png" alt="Comparación"></p>
|
||||
<h1 id="imagemagick">ImageMagick</h1>
|
||||
<blockquote>
|
||||
<p>Es un conjunto de utilidades de código abierto para mostrar, manipular y convertir imágenes, capaz de leer y escribir más de 200 formatos.</p></blockquote>
|
||||
<p>Una de esas utilidades es llamada <code>convert</code>, la cual acepta un archivo y convierte este a el formato que se le especifique. Existe una flag llamada <code>-colorspace</code> la cual si le damos el parametro <strong>Gray</strong> la imagen resultante estará representada en una gama de grises.
|
||||
<img src="/fedeg.jpg" alt="Imagen en gama de grises"></p>
|
||||
<h2 id="nota">Nota</h2>
|
||||
<p>Tambien se puede usar la flag <code>-monocrome</code> pero esta da un resultado el cual no me termina de gustar, a continuacion doy un par de muestras de como queda,
|
||||
<img src="/fedebw.jpg" alt="Imagen monocroma"></p>
|
||||
<h1 id="opcion-web">Opcion web</h1>
|
||||
<p>Existe <a href="https://pinetools.com/es/imagen-escala-grises">esta</a> pagina en la cual para generar la imagen en gama de grises solo hay que poner la imagen y darle a <strong>Aplicar</strong>.<br>
|
||||
<img src="/gamaDeGrises.jpg" alt="Gama de grises demo"></p>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
</main>
|
||||
<br>
|
||||
<footer class="text-center text-sm text-gray-500 mt-12 py-6 border-t">
|
||||
© 2025 Federico Polidoro
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
145
public/posts/retroarchivements/index.html
Normal file
145
public/posts/retroarchivements/index.html
Normal file
@@ -0,0 +1,145 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>RetroArchivements</title>
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="stylesheet" href="/css/styles.css">
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
|
||||
<nav class="bg-gray-800 fixed w-full top-0 z-1">
|
||||
<div class="mx-auto px-4">
|
||||
<div class="flex items-center justify-between h-16">
|
||||
<div class="flex items-center">
|
||||
<a href="/" class="text-white font-bold text-xl"
|
||||
>Fede Landing Site</a
|
||||
>
|
||||
</div>
|
||||
|
||||
<div class="hidden md:flex">
|
||||
<a
|
||||
href="/Blog"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>Blog</a
|
||||
>
|
||||
<a
|
||||
class="text-gray-300 hover:text-white px-3 py-2 muted"
|
||||
title="Under Construction 🚧👷♂️🏗️"
|
||||
target="_blank"
|
||||
>CV</a
|
||||
>
|
||||
<a
|
||||
href="https://github.com/fedpo2"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>GitHub</a
|
||||
>
|
||||
<a
|
||||
href="mailto:federico.nicolas.polidoro@gmail.com"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>Email</a
|
||||
>
|
||||
<a
|
||||
href="https://www.linkedin.com/in/federico-polidoro-40137a25b/"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>LinkedIn</a
|
||||
>
|
||||
</div>
|
||||
|
||||
<div class="md:hidden cursor-context-menu">
|
||||
<button
|
||||
onclick="toggleOffCanvas()"
|
||||
class="border px-2 py-1 rounded text-white"
|
||||
>
|
||||
<svg
|
||||
class="h-6 w-6"
|
||||
fill="none"
|
||||
viewBox="0 0 24 24"
|
||||
stroke="currentColor"
|
||||
>
|
||||
<path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M0 6h25M0 12h25M0 18h25"
|
||||
/>
|
||||
</svg>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div
|
||||
id="offCanvas"
|
||||
class="fixed top-16 right-0 w-64 h-screen bg-gray-800 transform translate-x-full transition-transform duration-200 ease-in-out"
|
||||
>
|
||||
<div class="flex flex-col p-4">
|
||||
<a
|
||||
href="/Blog"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>Blog</a
|
||||
>
|
||||
<a
|
||||
class="text-gray-300 hover:text-white px-3 py-2 muted"
|
||||
title="Under Construction 🚧👷♂️🏗️"
|
||||
target="_blank"
|
||||
>CV</a
|
||||
>
|
||||
<a
|
||||
href="https://github.com/fedpo2"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>GitHub</a
|
||||
>
|
||||
<a
|
||||
href="mailto:federico.nicolas.polidoro@gmail.com"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>Email</a
|
||||
>
|
||||
<a
|
||||
href="https://www.linkedin.com/in/federico-polidoro-40137a25b/"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>LinkedIn</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<script>
|
||||
function toggleOffCanvas() {
|
||||
const offCanvas = document.getElementById("offCanvas");
|
||||
offCanvas.classList.toggle("translate-x-full");
|
||||
}
|
||||
</script>
|
||||
|
||||
<div class="pt-16 shadow-md">
|
||||
|
||||
<div class="flex pt-4 gap-2 md-4 text-center flex-col bg-slate-800 text-white">
|
||||
<h1 class="font-bold text-6xl antialiased underline font-sans">RetroArchivements</h1>
|
||||
<p class="text-xl font-thin italic">Fecha: 22 Sep 2023</p>
|
||||
</div>
|
||||
</div>
|
||||
<article class=" sm:px-2 md:px-16 lg:px-32">
|
||||
<div><p>Hace ya un par de dias que estoy usando un <a href="https://retroachievements.org/user/fedpo2">servicio</a> que implementa una api para trackear tu progreso en distintos juegos retro y no tan retro.</p>
|
||||
<p>Uno de los que estoy jugando es <code>Kirby's dream land 2</code><br>
|
||||
<img src="https://media.retroachievements.org/Images/046585.png" alt="kirby"></p>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
</main>
|
||||
<br>
|
||||
<footer class="text-center text-sm text-gray-500 mt-12 py-6 border-t">
|
||||
© 2025 Federico Polidoro
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
153
public/posts/sample-post/index.html
Normal file
153
public/posts/sample-post/index.html
Normal file
@@ -0,0 +1,153 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Primer Post</title>
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="stylesheet" href="/css/styles.css">
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
|
||||
<nav class="bg-gray-800 fixed w-full top-0 z-1">
|
||||
<div class="mx-auto px-4">
|
||||
<div class="flex items-center justify-between h-16">
|
||||
<div class="flex items-center">
|
||||
<a href="/" class="text-white font-bold text-xl"
|
||||
>Fede Landing Site</a
|
||||
>
|
||||
</div>
|
||||
|
||||
<div class="hidden md:flex">
|
||||
<a
|
||||
href="/Blog"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>Blog</a
|
||||
>
|
||||
<a
|
||||
class="text-gray-300 hover:text-white px-3 py-2 muted"
|
||||
title="Under Construction 🚧👷♂️🏗️"
|
||||
target="_blank"
|
||||
>CV</a
|
||||
>
|
||||
<a
|
||||
href="https://github.com/fedpo2"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>GitHub</a
|
||||
>
|
||||
<a
|
||||
href="mailto:federico.nicolas.polidoro@gmail.com"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>Email</a
|
||||
>
|
||||
<a
|
||||
href="https://www.linkedin.com/in/federico-polidoro-40137a25b/"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>LinkedIn</a
|
||||
>
|
||||
</div>
|
||||
|
||||
<div class="md:hidden cursor-context-menu">
|
||||
<button
|
||||
onclick="toggleOffCanvas()"
|
||||
class="border px-2 py-1 rounded text-white"
|
||||
>
|
||||
<svg
|
||||
class="h-6 w-6"
|
||||
fill="none"
|
||||
viewBox="0 0 24 24"
|
||||
stroke="currentColor"
|
||||
>
|
||||
<path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M0 6h25M0 12h25M0 18h25"
|
||||
/>
|
||||
</svg>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div
|
||||
id="offCanvas"
|
||||
class="fixed top-16 right-0 w-64 h-screen bg-gray-800 transform translate-x-full transition-transform duration-200 ease-in-out"
|
||||
>
|
||||
<div class="flex flex-col p-4">
|
||||
<a
|
||||
href="/Blog"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>Blog</a
|
||||
>
|
||||
<a
|
||||
class="text-gray-300 hover:text-white px-3 py-2 muted"
|
||||
title="Under Construction 🚧👷♂️🏗️"
|
||||
target="_blank"
|
||||
>CV</a
|
||||
>
|
||||
<a
|
||||
href="https://github.com/fedpo2"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>GitHub</a
|
||||
>
|
||||
<a
|
||||
href="mailto:federico.nicolas.polidoro@gmail.com"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>Email</a
|
||||
>
|
||||
<a
|
||||
href="https://www.linkedin.com/in/federico-polidoro-40137a25b/"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>LinkedIn</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<script>
|
||||
function toggleOffCanvas() {
|
||||
const offCanvas = document.getElementById("offCanvas");
|
||||
offCanvas.classList.toggle("translate-x-full");
|
||||
}
|
||||
</script>
|
||||
|
||||
<div class="pt-16 shadow-md">
|
||||
|
||||
<div class="flex pt-4 gap-2 md-4 text-center flex-col bg-slate-800 text-white">
|
||||
<h1 class="font-bold text-6xl antialiased underline font-sans">Primer Post</h1>
|
||||
<p class="text-xl font-thin italic">Fecha: 22 Sep 2023</p>
|
||||
</div>
|
||||
</div>
|
||||
<article class=" sm:px-2 md:px-16 lg:px-32">
|
||||
<div><h1 id="buenas">buenas</h1>
|
||||
<p>buenas
|
||||
Luego de sufrir bastante con el nginx y su <em>Reverse Proxy</em>, finalmente me decidí por poner la pagina del blog en el <strong>WebRoot</strong> y el <em>gitea</em> en un subfolder.</p>
|
||||
<h2 id="como-funciona-esto">Como funciona esto</h2>
|
||||
<p>El programa que estoy usando para hacer este blog se llama <a href="https://gohugo.io">Hugo</a>, consiste de una especie de parceador de <a href="https://www.markdownguide.org/">Markdown</a> a Html estático el cual hosteo con este <a href="https://nginx.org/en/">webServer</a>.</p>
|
||||
<h3 id="como-hago-nuevos-posts">Como hago nuevos posts</h3>
|
||||
<p>Dentro de la carpeta del proyecto del server hay una que se llama content, todos los <code>.md</code> que haya ahí cuando utilizo el comando:</p>
|
||||
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>hugo
|
||||
</span></span></code></pre></div><p>se genera el html de la paginas del blog las cuales copio usando rsync dentro de la intranet de mi casa</p>
|
||||
<blockquote>
|
||||
<p>Luraschi no me robes las llaves del ssh🙏.</p></blockquote>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
</main>
|
||||
<br>
|
||||
<footer class="text-center text-sm text-gray-500 mt-12 py-6 border-t">
|
||||
© 2025 Federico Polidoro
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
168
public/posts/sist_alquileres_devlog_1/index.html
Normal file
168
public/posts/sist_alquileres_devlog_1/index.html
Normal file
@@ -0,0 +1,168 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Sistema Alquileres DevLog n1</title>
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="stylesheet" href="/css/styles.css">
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
|
||||
<nav class="bg-gray-800 fixed w-full top-0 z-1">
|
||||
<div class="mx-auto px-4">
|
||||
<div class="flex items-center justify-between h-16">
|
||||
<div class="flex items-center">
|
||||
<a href="/" class="text-white font-bold text-xl"
|
||||
>Fede Landing Site</a
|
||||
>
|
||||
</div>
|
||||
|
||||
<div class="hidden md:flex">
|
||||
<a
|
||||
href="/Blog"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>Blog</a
|
||||
>
|
||||
<a
|
||||
class="text-gray-300 hover:text-white px-3 py-2 muted"
|
||||
title="Under Construction 🚧👷♂️🏗️"
|
||||
target="_blank"
|
||||
>CV</a
|
||||
>
|
||||
<a
|
||||
href="https://github.com/fedpo2"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>GitHub</a
|
||||
>
|
||||
<a
|
||||
href="mailto:federico.nicolas.polidoro@gmail.com"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>Email</a
|
||||
>
|
||||
<a
|
||||
href="https://www.linkedin.com/in/federico-polidoro-40137a25b/"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>LinkedIn</a
|
||||
>
|
||||
</div>
|
||||
|
||||
<div class="md:hidden cursor-context-menu">
|
||||
<button
|
||||
onclick="toggleOffCanvas()"
|
||||
class="border px-2 py-1 rounded text-white"
|
||||
>
|
||||
<svg
|
||||
class="h-6 w-6"
|
||||
fill="none"
|
||||
viewBox="0 0 24 24"
|
||||
stroke="currentColor"
|
||||
>
|
||||
<path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M0 6h25M0 12h25M0 18h25"
|
||||
/>
|
||||
</svg>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div
|
||||
id="offCanvas"
|
||||
class="fixed top-16 right-0 w-64 h-screen bg-gray-800 transform translate-x-full transition-transform duration-200 ease-in-out"
|
||||
>
|
||||
<div class="flex flex-col p-4">
|
||||
<a
|
||||
href="/Blog"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>Blog</a
|
||||
>
|
||||
<a
|
||||
class="text-gray-300 hover:text-white px-3 py-2 muted"
|
||||
title="Under Construction 🚧👷♂️🏗️"
|
||||
target="_blank"
|
||||
>CV</a
|
||||
>
|
||||
<a
|
||||
href="https://github.com/fedpo2"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>GitHub</a
|
||||
>
|
||||
<a
|
||||
href="mailto:federico.nicolas.polidoro@gmail.com"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>Email</a
|
||||
>
|
||||
<a
|
||||
href="https://www.linkedin.com/in/federico-polidoro-40137a25b/"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>LinkedIn</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<script>
|
||||
function toggleOffCanvas() {
|
||||
const offCanvas = document.getElementById("offCanvas");
|
||||
offCanvas.classList.toggle("translate-x-full");
|
||||
}
|
||||
</script>
|
||||
|
||||
<div class="pt-16 shadow-md">
|
||||
|
||||
<img alt="" src="/cover2.png"
|
||||
style="object-fit: cover;"
|
||||
class="w-screen h-80 object-cover"
|
||||
/>
|
||||
|
||||
<div class="flex pt-4 gap-2 md-4 text-center flex-col bg-slate-800 text-white">
|
||||
<h1 class="font-bold text-6xl antialiased underline font-sans">Sistema Alquileres DevLog n1</h1>
|
||||
<p class="text-xl font-thin italic">Fecha: 10 Nov 2024</p>
|
||||
</div>
|
||||
</div>
|
||||
<article class=" sm:px-2 md:px-16 lg:px-32">
|
||||
<div><h1 id="que-es-esto">¿Que es esto?</h1>
|
||||
<p>Estas son pequeñas updates que voy a estar haciendo sobre el proyecto final mio de “Ingenieria de Software” (asi se llama la materia). El cual consiste de un sistema de gestion de alquileres. Pensado para tener varios tipos de usuario como un propietario que carge las propiedades que desea publicar siempre y cuando este verificado que le pertenecen a él y un inquilino el cual podra efectuar busquedas de propiedades para alquilas, ver el estado de los alquileres, y pagar los alquileres que sean correpondientes.</p>
|
||||
<p>Ahí arriba describi solo 2 o 3 de los casi 26 casos de uso que tengo descriptos. Además voy a reutilizar los conocimiento que adquirí haciendo el panel de control para la materia de base de datos.</p>
|
||||
<blockquote>
|
||||
<p>Se vienen cositas</p></blockquote>
|
||||
<p>Bueno ahora voy a hacer un mini-informe sobre el modulo de seguridad</p>
|
||||
<h1 id="permisos-para-los-clientes">Permisos para los clientes</h1>
|
||||
<p>Cito de la entrega del segundo parcial.</p>
|
||||
<blockquote>
|
||||
<p>En cuanto a como va el desarrollo, te diria que bien encaminado, actualmente estoy usando svelte/bootstrap para el front y aspnet core 8 ( ? ) para el backend. ya tengo definido que acciones puede hacer un cliente en el sistema mediante un sistema usuario-grupo-permiso Similar a como los permisos son definidos en linux (donde por ejemplo un usuario para poder acceder al uso del audio del servidor necesita estar en un grupo “audio” o para escribir a un almacenamiento en cinta necesita pertenecer al grupo “tape”) En mi proyecto por ahora tengo 3 grupos que consisten en los 3 actores que tengo definidos (inquilino, propietario, administracion). Entonces cuando checkeo por si un cliente tiene acceso a un permiso lo puedo averiguar de forma sencilla:</p></blockquote>
|
||||
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-csharp" data-lang="csharp"><span style="display:flex;"><span><span style="color:#66d9ef">var</span> permisos = con.Clientes
|
||||
</span></span><span style="display:flex;"><span>.Where(c => c.Dni == cli.Dni)
|
||||
</span></span><span style="display:flex;"><span>.SelectMany(c => c.Idgrupos)
|
||||
</span></span><span style="display:flex;"><span>.SelectMany(g => g.Idpermisos)
|
||||
</span></span><span style="display:flex;"><span>.Distinct();
|
||||
</span></span></code></pre></div><p>Esto dandome una lista de todos los permisos que posee el cliente.</p>
|
||||
<p>Tambien tengo hechos los abm de inquilino/propietario pero hay menos que comentar sobre eso.</p>
|
||||
<h1 id="almacenamiento-de-contratos-de-alquiler">Almacenamiento de Contratos de Alquiler</h1>
|
||||
<p>Un requisito que considero muy importante es almacenamiento de los contratos de alquiler. En una primera instancia pense que almacenarlos en un campo blob de mysql podia ser factible pero entre lo que escuché sobre que hace los backups de la base de datos gigantes y el hecho de que estaria haciendo una query a la base de datos para obtener, ponele, 3MB me parece un montón</p>
|
||||
<p>Almacenarlos con un fileserver simple como <a href="https://github.com/svenstaro/miniserve">Miniserve</a> que es una excelente herramienta si bien para casos donde tenes un solo servidor pareceria masomenos pasable al final termina no siendo tan buena idea si llegas a necesitar algo minimanente distribuido o que maneje permisos.</p>
|
||||
<p>Así fue como luego de preguntarle a un amigo y a chatgpt. me decidí por darle una oportunidad a <a href="https://min.io/">Minio</a> que es una alternativa “S3 pero hosteado en casa”. tengo mucho que aprender aún sobre s3 porque tengo solo una idea general de como funciona. Así que voy a dejar una update de esto en unos dias o semanas (no hay chances que sea consistente publicando acá) sobre como va esto. bye.</p>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
</main>
|
||||
<br>
|
||||
<footer class="text-center text-sm text-gray-500 mt-12 py-6 border-t">
|
||||
© 2025 Federico Polidoro
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
153
public/posts/string-interpolation/index.html
Normal file
153
public/posts/string-interpolation/index.html
Normal file
@@ -0,0 +1,153 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>String Interpolation</title>
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="stylesheet" href="/css/styles.css">
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
|
||||
<nav class="bg-gray-800 fixed w-full top-0 z-1">
|
||||
<div class="mx-auto px-4">
|
||||
<div class="flex items-center justify-between h-16">
|
||||
<div class="flex items-center">
|
||||
<a href="/" class="text-white font-bold text-xl"
|
||||
>Fede Landing Site</a
|
||||
>
|
||||
</div>
|
||||
|
||||
<div class="hidden md:flex">
|
||||
<a
|
||||
href="/Blog"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>Blog</a
|
||||
>
|
||||
<a
|
||||
class="text-gray-300 hover:text-white px-3 py-2 muted"
|
||||
title="Under Construction 🚧👷♂️🏗️"
|
||||
target="_blank"
|
||||
>CV</a
|
||||
>
|
||||
<a
|
||||
href="https://github.com/fedpo2"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>GitHub</a
|
||||
>
|
||||
<a
|
||||
href="mailto:federico.nicolas.polidoro@gmail.com"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>Email</a
|
||||
>
|
||||
<a
|
||||
href="https://www.linkedin.com/in/federico-polidoro-40137a25b/"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>LinkedIn</a
|
||||
>
|
||||
</div>
|
||||
|
||||
<div class="md:hidden cursor-context-menu">
|
||||
<button
|
||||
onclick="toggleOffCanvas()"
|
||||
class="border px-2 py-1 rounded text-white"
|
||||
>
|
||||
<svg
|
||||
class="h-6 w-6"
|
||||
fill="none"
|
||||
viewBox="0 0 24 24"
|
||||
stroke="currentColor"
|
||||
>
|
||||
<path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M0 6h25M0 12h25M0 18h25"
|
||||
/>
|
||||
</svg>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div
|
||||
id="offCanvas"
|
||||
class="fixed top-16 right-0 w-64 h-screen bg-gray-800 transform translate-x-full transition-transform duration-200 ease-in-out"
|
||||
>
|
||||
<div class="flex flex-col p-4">
|
||||
<a
|
||||
href="/Blog"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>Blog</a
|
||||
>
|
||||
<a
|
||||
class="text-gray-300 hover:text-white px-3 py-2 muted"
|
||||
title="Under Construction 🚧👷♂️🏗️"
|
||||
target="_blank"
|
||||
>CV</a
|
||||
>
|
||||
<a
|
||||
href="https://github.com/fedpo2"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>GitHub</a
|
||||
>
|
||||
<a
|
||||
href="mailto:federico.nicolas.polidoro@gmail.com"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>Email</a
|
||||
>
|
||||
<a
|
||||
href="https://www.linkedin.com/in/federico-polidoro-40137a25b/"
|
||||
target="_blank"
|
||||
class="text-gray-300 hover:text-white px-3 py-2"
|
||||
>LinkedIn</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<script>
|
||||
function toggleOffCanvas() {
|
||||
const offCanvas = document.getElementById("offCanvas");
|
||||
offCanvas.classList.toggle("translate-x-full");
|
||||
}
|
||||
</script>
|
||||
|
||||
<div class="pt-16 shadow-md">
|
||||
|
||||
<div class="flex pt-4 gap-2 md-4 text-center flex-col bg-slate-800 text-white">
|
||||
<h1 class="font-bold text-6xl antialiased underline font-sans">String Interpolation</h1>
|
||||
<p class="text-xl font-thin italic">Fecha: 24 Oct 2023</p>
|
||||
</div>
|
||||
</div>
|
||||
<article class=" sm:px-2 md:px-16 lg:px-32">
|
||||
<div><h1 id="que-es">¿Que es?</h1>
|
||||
<p>Es un proceso de evaluado, en el cual se reemplazan placeholders en <code>string</code> por valores, en nuestro caso, de variables en momento de ejecución.</p>
|
||||
<h1 id="sintaxis">Sintaxis</h1>
|
||||
<pre><code>var manzanas = 4;
|
||||
var bananas = 3;
|
||||
|
||||
Console.WriteLine($"Tengo {manzanas} manzanas");
|
||||
Console.WriteLine($"Vendí {manzanas + bananas} frutas");
|
||||
</code></pre>
|
||||
<blockquote>
|
||||
<p>Basicamente son plantillas.</p></blockquote>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
</main>
|
||||
<br>
|
||||
<footer class="text-center text-sm text-gray-500 mt-12 py-6 border-t">
|
||||
© 2025 Federico Polidoro
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
33
public/proyectos/index.xml
Normal file
33
public/proyectos/index.xml
Normal file
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Proyectos on Blog Fede</title>
|
||||
<link>https://fedesrv.ddns.net/proyectos/</link>
|
||||
<description>Recent content in Proyectos on Blog Fede</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Fri, 02 May 2025 02:13:53 -0300</lastBuildDate>
|
||||
<atom:link href="https://fedesrv.ddns.net/proyectos/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Panel Web</title>
|
||||
<link>https://fedesrv.ddns.net/proyectos/paneldb/</link>
|
||||
<pubDate>Fri, 02 May 2025 02:13:53 -0300</pubDate>
|
||||
<guid>https://fedesrv.ddns.net/proyectos/paneldb/</guid>
|
||||
<description><p>Este panel web es una herramienta de visualización y análisis de datos para una cadena hotelera, desarrollado como trabajo final para el curso de Base de Datos Aplicada. El sistema permite explorar métricas clave de rendimiento a través de una estructura jerárquica de tres niveles.</p>
<h2 id="arquitectura-técnica">Arquitectura Técnica</h2>
<h3 id="backend">Backend</h3>
<ul>
<li>ASP.NET Core 7</li>
<li>Entity Framework Core para acceso a datos</li>
<li>API RESTful para comunicación con el frontend</li>
<li>Autenticación JWT para seguridad</li>
</ul>
<h3 id="frontend">Frontend</h3>
<ul>
<li>React (18.x)</li>
<li>Material UI para componentes de interfaz</li>
<li>ChartJS para visualización de datos</li>
<li>React Router para navegación entre secciones</li>
</ul>
<h2 id="estructura-de-navegación-drilling">Estructura de Navegación (Drilling)</h2>
<p>El panel implementa un sistema de navegación jerárquica de tres niveles:</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Gestor de Stock</title>
|
||||
<link>https://fedesrv.ddns.net/proyectos/controlstock/</link>
|
||||
<pubDate>Fri, 02 May 2025 02:10:53 -0300</pubDate>
|
||||
<guid>https://fedesrv.ddns.net/proyectos/controlstock/</guid>
|
||||
<description><p>Este sistema de gestión de inventario está desarrollado en C# utilizando Windows Forms. La aplicación permite administrar eficientemente el stock de productos, registrar ventas, gestionar pedidos a proveedores y verificar remitos de entrega.</p>
<h2 id="características-principales">Características Principales</h2>
<h3 id="gestión-de-productos">Gestión de Productos</h3>
<ul>
<li>Alta, baja y modificación de productos</li>
<li>Categorización de inventario</li>
<li>Control de stock mínimo y máximo</li>
<li>Alertas de stock bajo</li>
</ul>
<h3 id="registro-de-ventas">Registro de Ventas</h3>
<ul>
<li>Generación de facturas</li>
<li>Historial de ventas</li>
<li>Seguimiento de productos vendidos</li>
<li>Estadísticas de ventas</li>
</ul>
<h3 id="pedidos-a-proveedores">Pedidos a Proveedores</h3>
<ul>
<li>Creación automática de órdenes de compra</li>
<li>Seguimiento de pedidos pendientes</li>
<li>Historial de pedidos</li>
</ul>
<h3 id="verificación-de-remitos">Verificación de Remitos</h3>
<ul>
<li>Control de recepción de mercadería</li>
<li>Validación de cantidades y productos</li>
<li>Registro de discrepancias</li>
<li>Alertas de productos faltantes</li>
<li>Conformidad de recepción</li>
</ul>
<h2 id="tecnologías-utilizadas">Tecnologías Utilizadas</h2>
<ul>
<li>C# (.NET Framework)</li>
<li>Windows Forms</li>
<li>SQL Server (Base de datos)</li>
<li>Entity Framework</li>
</ul>
<h2 id="capturas-de-pantalla-wip">Capturas de Pantalla (WIP)</h2>
<p><em>(Aquí se insertarían capturas de las principales pantallas del sistema)</em></p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>CoordKeeper</title>
|
||||
<link>https://fedesrv.ddns.net/proyectos/coordkeeper/</link>
|
||||
<pubDate>Fri, 02 May 2025 01:47:53 -0300</pubDate>
|
||||
<guid>https://fedesrv.ddns.net/proyectos/coordkeeper/</guid>
|
||||
<description><p>es una aplicación web desarrollada con React diseñada específicamente para jugadores de Minecraft. Esta herramienta permite a los usuarios almacenar, organizar y gestionar fácilmente las coordenadas de ubicaciones importantes dentro del juego.</p>
<h2 id="características">Características</h2>
<ul>
<li>Almacenamiento de coordenadas X, Y, Z de lugares importantes</li>
<li>Organización por Dimensiones</li>
<li>Interfaz intuitiva y fácil de usar</li>
<li>Acceso rápido a tus coordenadas guardadas</li>
</ul>
<p>Ya no tendrás que depender de notas dispersas o capturas de pantalla para recordar dónde encontraste ese templo submarino o aquella cueva de diamantes. CoordKeeper mantiene toda esta información organizada en un solo lugar.</p></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
@@ -2,66 +2,66 @@
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<loc>http://localhost:1313/</loc>
|
||||
<loc>https://fedesrv.ddns.net/</loc>
|
||||
<lastmod>2025-05-02T02:13:53-03:00</lastmod>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/proyectos/paneldb/</loc>
|
||||
<loc>https://fedesrv.ddns.net/proyectos/paneldb/</loc>
|
||||
<lastmod>2025-05-02T02:13:53-03:00</lastmod>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/proyectos/</loc>
|
||||
<loc>https://fedesrv.ddns.net/proyectos/</loc>
|
||||
<lastmod>2025-05-02T02:13:53-03:00</lastmod>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/proyectos/controlstock/</loc>
|
||||
<loc>https://fedesrv.ddns.net/proyectos/controlstock/</loc>
|
||||
<lastmod>2025-05-02T02:10:53-03:00</lastmod>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/proyectos/coordkeeper/</loc>
|
||||
<loc>https://fedesrv.ddns.net/proyectos/coordkeeper/</loc>
|
||||
<lastmod>2025-05-02T01:47:53-03:00</lastmod>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/posts/coord-keeper/</loc>
|
||||
<loc>https://fedesrv.ddns.net/posts/coord-keeper/</loc>
|
||||
<lastmod>2025-03-19T02:53:57-03:00</lastmod>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/tags/devlog/</loc>
|
||||
<loc>https://fedesrv.ddns.net/tags/devlog/</loc>
|
||||
<lastmod>2025-03-19T02:53:57-03:00</lastmod>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/posts/</loc>
|
||||
<loc>https://fedesrv.ddns.net/posts/</loc>
|
||||
<lastmod>2025-03-19T02:53:57-03:00</lastmod>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/tags/</loc>
|
||||
<loc>https://fedesrv.ddns.net/tags/</loc>
|
||||
<lastmod>2025-03-19T02:53:57-03:00</lastmod>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/posts/sist_alquileres_devlog_1/</loc>
|
||||
<loc>https://fedesrv.ddns.net/posts/sist_alquileres_devlog_1/</loc>
|
||||
<lastmod>2024-11-10T00:08:17+08:00</lastmod>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/tags/fix/</loc>
|
||||
<loc>https://fedesrv.ddns.net/tags/fix/</loc>
|
||||
<lastmod>2024-11-09T13:28:17+08:00</lastmod>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/posts/fix_screen_tear_xfce/</loc>
|
||||
<loc>https://fedesrv.ddns.net/posts/fix_screen_tear_xfce/</loc>
|
||||
<lastmod>2024-11-09T13:28:17+08:00</lastmod>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/tags/old_blog/</loc>
|
||||
<loc>https://fedesrv.ddns.net/tags/old_blog/</loc>
|
||||
<lastmod>2023-10-24T22:24:17+08:00</lastmod>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/posts/string-interpolation/</loc>
|
||||
<loc>https://fedesrv.ddns.net/posts/string-interpolation/</loc>
|
||||
<lastmod>2023-10-24T22:24:17+08:00</lastmod>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/posts/anuncio-aoc-2023/</loc>
|
||||
<loc>https://fedesrv.ddns.net/posts/anuncio-aoc-2023/</loc>
|
||||
<lastmod>2023-10-03T12:54:22-03:00</lastmod>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/posts/bootloaderincident/</loc>
|
||||
<loc>https://fedesrv.ddns.net/posts/bootloaderincident/</loc>
|
||||
<lastmod>2023-09-26T22:27:20-03:00</lastmod>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/posts/pasar-imagenes-a-blanco-y-negro/</loc>
|
||||
<loc>https://fedesrv.ddns.net/posts/pasar-imagenes-a-blanco-y-negro/</loc>
|
||||
<lastmod>2023-09-23T10:35:18-03:00</lastmod>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/posts/dise%C3%B1o-de-software-incident/</loc>
|
||||
<loc>https://fedesrv.ddns.net/posts/dise%C3%B1o-de-software-incident/</loc>
|
||||
<lastmod>2023-09-22T15:08:17+08:00</lastmod>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/posts/retroarchivements/</loc>
|
||||
<loc>https://fedesrv.ddns.net/posts/retroarchivements/</loc>
|
||||
<lastmod>2023-09-22T13:30:17+08:00</lastmod>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/posts/sample-post/</loc>
|
||||
<loc>https://fedesrv.ddns.net/posts/sample-post/</loc>
|
||||
<lastmod>2023-09-22T12:28:17+08:00</lastmod>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/categories/</loc>
|
||||
<loc>https://fedesrv.ddns.net/categories/</loc>
|
||||
</url>
|
||||
</urlset>
|
||||
|
||||
26
public/tags/devlog/index.xml
Normal file
26
public/tags/devlog/index.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>DevLog on Blog Fede</title>
|
||||
<link>https://fedesrv.ddns.net/tags/devlog/</link>
|
||||
<description>Recent content in DevLog on Blog Fede</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Wed, 19 Mar 2025 02:53:57 -0300</lastBuildDate>
|
||||
<atom:link href="https://fedesrv.ddns.net/tags/devlog/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Coord Keeper</title>
|
||||
<link>https://fedesrv.ddns.net/posts/coord-keeper/</link>
|
||||
<pubDate>Wed, 19 Mar 2025 02:53:57 -0300</pubDate>
|
||||
<guid>https://fedesrv.ddns.net/posts/coord-keeper/</guid>
|
||||
<description><h1 id="motivacion">Motivacion</h1>
<p>He notado que en versiones actuales de minecraft han puesto mucha informacion en el menu de debug (el <!-- raw HTML omitted -->f3<!-- raw HTML omitted -->) lo que lo hace cada vez más hostil al jugador promedio intentar encontrar la linea con las coordenadas de donde esta y poderse comunicar con la gente en el mismo servidor, es obvio que esto es totalmente intencionado. Entiendo que el objetivo es que uses las herramientas dadas por los diseñadores del videojuego para poder localizarte. Pero yo necesito una forma de poder guardar las coordenadas localmente en mi computadora. aunque podria haber usado un block de notas para almacenarlas me decidí por hacer algo más inproductivo&hellip;. hacer una app de react.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Sistema Alquileres DevLog n1</title>
|
||||
<link>https://fedesrv.ddns.net/posts/sist_alquileres_devlog_1/</link>
|
||||
<pubDate>Sun, 10 Nov 2024 00:08:17 +0800</pubDate>
|
||||
<guid>https://fedesrv.ddns.net/posts/sist_alquileres_devlog_1/</guid>
|
||||
<description><h1 id="que-es-esto">¿Que es esto?</h1>
<p>Estas son pequeñas updates que voy a estar haciendo sobre el proyecto final mio de &ldquo;Ingenieria de Software&rdquo; (asi se llama la materia). El cual consiste de un sistema de gestion de alquileres. Pensado para tener varios tipos de usuario como un propietario que carge las propiedades que desea publicar siempre y cuando este verificado que le pertenecen a él y un inquilino el cual podra efectuar busquedas de propiedades para alquilas, ver el estado de los alquileres, y pagar los alquileres que sean correpondientes.</p></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
19
public/tags/fix/index.xml
Normal file
19
public/tags/fix/index.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Fix on Blog Fede</title>
|
||||
<link>https://fedesrv.ddns.net/tags/fix/</link>
|
||||
<description>Recent content in Fix on Blog Fede</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sat, 09 Nov 2024 13:28:17 +0800</lastBuildDate>
|
||||
<atom:link href="https://fedesrv.ddns.net/tags/fix/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Fix Screen Tear x11</title>
|
||||
<link>https://fedesrv.ddns.net/posts/fix_screen_tear_xfce/</link>
|
||||
<pubDate>Sat, 09 Nov 2024 13:28:17 +0800</pubDate>
|
||||
<guid>https://fedesrv.ddns.net/posts/fix_screen_tear_xfce/</guid>
|
||||
<description><h1 id="que-es-el-screen-tear">¿Que es el screen tear?</h1>
<p>buenas, Si alguna vez instalaron un wm liviano en linux que no use wayland seguramente habrán notado que al momento de mover una ventana en el escritorio o ver un video sucede algo de este estilo.</p>
<p><img src="https://qph.cf2.quoracdn.net/main-qimg-4994dca8fc9979e8a10d3422cb5f7bcb" alt="Imagen sacada de google donde se demuestra el screen tear"></p>
<p>Donde la imagen se ve recortada por algunos milisegundos. A mi se me hace muy molesto a la vista cuando estoy mucho tiempo (relativamente) delante de la pantalla.</p></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
@@ -1,32 +1,32 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Tags on My New Hugo Site</title>
|
||||
<link>http://localhost:1313/tags/</link>
|
||||
<description>Recent content in Tags on My New Hugo Site</description>
|
||||
<title>Tags on Blog Fede</title>
|
||||
<link>https://fedesrv.ddns.net/tags/</link>
|
||||
<description>Recent content in Tags on Blog Fede</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Wed, 19 Mar 2025 02:53:57 -0300</lastBuildDate>
|
||||
<atom:link href="http://localhost:1313/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://fedesrv.ddns.net/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>DevLog</title>
|
||||
<link>http://localhost:1313/tags/devlog/</link>
|
||||
<link>https://fedesrv.ddns.net/tags/devlog/</link>
|
||||
<pubDate>Wed, 19 Mar 2025 02:53:57 -0300</pubDate>
|
||||
<guid>http://localhost:1313/tags/devlog/</guid>
|
||||
<guid>https://fedesrv.ddns.net/tags/devlog/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Fix</title>
|
||||
<link>http://localhost:1313/tags/fix/</link>
|
||||
<link>https://fedesrv.ddns.net/tags/fix/</link>
|
||||
<pubDate>Sat, 09 Nov 2024 13:28:17 +0800</pubDate>
|
||||
<guid>http://localhost:1313/tags/fix/</guid>
|
||||
<guid>https://fedesrv.ddns.net/tags/fix/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Old_blog</title>
|
||||
<link>http://localhost:1313/tags/old_blog/</link>
|
||||
<link>https://fedesrv.ddns.net/tags/old_blog/</link>
|
||||
<pubDate>Tue, 24 Oct 2023 22:24:17 +0800</pubDate>
|
||||
<guid>http://localhost:1313/tags/old_blog/</guid>
|
||||
<guid>https://fedesrv.ddns.net/tags/old_blog/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
</channel>
|
||||
|
||||
61
public/tags/old_blog/index.xml
Normal file
61
public/tags/old_blog/index.xml
Normal file
@@ -0,0 +1,61 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Old_blog on Blog Fede</title>
|
||||
<link>https://fedesrv.ddns.net/tags/old_blog/</link>
|
||||
<description>Recent content in Old_blog on Blog Fede</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Tue, 24 Oct 2023 22:24:17 +0800</lastBuildDate>
|
||||
<atom:link href="https://fedesrv.ddns.net/tags/old_blog/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>String Interpolation</title>
|
||||
<link>https://fedesrv.ddns.net/posts/string-interpolation/</link>
|
||||
<pubDate>Tue, 24 Oct 2023 22:24:17 +0800</pubDate>
|
||||
<guid>https://fedesrv.ddns.net/posts/string-interpolation/</guid>
|
||||
<description><h1 id="que-es">¿Que es?</h1>
<p>Es un proceso de evaluado, en el cual se reemplazan placeholders en <code>string</code> por valores, en nuestro caso, de variables en momento de ejecución.</p>
<h1 id="sintaxis">Sintaxis</h1>
<pre><code>var manzanas = 4;
var bananas = 3;

Console.WriteLine($&quot;Tengo {manzanas} manzanas&quot;);
Console.WriteLine($&quot;Vendí {manzanas + bananas} frutas&quot;);
</code></pre>
<blockquote>
<p>Basicamente son plantillas.</p></blockquote></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Anuncio Aoc 2023</title>
|
||||
<link>https://fedesrv.ddns.net/posts/anuncio-aoc-2023/</link>
|
||||
<pubDate>Tue, 03 Oct 2023 12:54:22 -0300</pubDate>
|
||||
<guid>https://fedesrv.ddns.net/posts/anuncio-aoc-2023/</guid>
|
||||
<description><h1 id="que-es-advent-of-code">¿Que es Advent of Code?</h1>
<p>Son un grupo de puzzles de programacion presentados en forma de calendario que suelen ser utizados como:</p>
<ul>
<li>Preparacion de entrevistas.</li>
<li>Training en empresas.</li>
<li>Practica para familiarizarse con nuevos lenguajes de programacion.</li>
<li><em>etc&hellip;</em></li>
</ul>
<h1 id="que-tengo-pensado">Que tengo pensado</h1>
<p>Cerca de fin de año voy a hacer todos los dias de esa edicion de advent of code usando <code>zig</code> como un ejercicio para aprender ese lenguaje de programacion <code>(aunque de forma básica)</code>.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Bootloader Incident</title>
|
||||
<link>https://fedesrv.ddns.net/posts/bootloaderincident/</link>
|
||||
<pubDate>Tue, 26 Sep 2023 22:27:20 -0300</pubDate>
|
||||
<guid>https://fedesrv.ddns.net/posts/bootloaderincident/</guid>
|
||||
<description><h1 id="el-inicio-de-la-catastrofe">El inicio de la catastrofe</h1>
<p>En pocas palabras, <strong>Nunca Corten Un <code>pacman -Syu</code></strong>.<br>
Si utilizan <strong>arch</strong> sabrán que se pueden configurar &lsquo;hooks&rsquo; antes y despues de las operaciones con el comando <code>pacman</code>, uno de estos era responsable de actualizar la entrada en el bootloader (uso systemd-boot btw). Al haber cortado sin querer este proceso me quedé sin entrada en el bootloader para linux y solo podia volver al menu de la <strong>UEFI</strong>.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Imagenes: Color a b&w</title>
|
||||
<link>https://fedesrv.ddns.net/posts/pasar-imagenes-a-blanco-y-negro/</link>
|
||||
<pubDate>Sat, 23 Sep 2023 10:35:18 -0300</pubDate>
|
||||
<guid>https://fedesrv.ddns.net/posts/pasar-imagenes-a-blanco-y-negro/</guid>
|
||||
<description><h1 id="gimp">Gimp</h1>
<p>Hay varias formas de pasar una imagen a blanco y negro. yo prefiero la de usar <strong>Gimp</strong> con la opcion de <code>Color &gt; Desaturacion &gt; Color a gama de grises</code>. Pero voy a listar un par de métodos alternativos para obtener el ~mismo resultado.<br>
<img src="https://fedesrv.ddns.net/fedecomp.png" alt="Comparación"></p>
<h1 id="imagemagick">ImageMagick</h1>
<blockquote>
<p>Es un conjunto de utilidades de código abierto para mostrar, manipular y convertir imágenes, capaz de leer y escribir más de 200 formatos.</p></blockquote>
<p>Una de esas utilidades es llamada <code>convert</code>, la cual acepta un archivo y convierte este a el formato que se le especifique. Existe una flag llamada <code>-colorspace</code> la cual si le damos el parametro <strong>Gray</strong> la imagen resultante estará representada en una gama de grises.
<img src="https://fedesrv.ddns.net/fedeg.jpg" alt="Imagen en gama de grises"></p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Diseño de Software Incident</title>
|
||||
<link>https://fedesrv.ddns.net/posts/dise%C3%B1o-de-software-incident/</link>
|
||||
<pubDate>Fri, 22 Sep 2023 15:08:17 +0800</pubDate>
|
||||
<guid>https://fedesrv.ddns.net/posts/dise%C3%B1o-de-software-incident/</guid>
|
||||
<description><h1 id="instanciacion-del-sqlconnection">Instanciacion del SqlConnection</h1>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-csharp" data-lang="csharp"><span style="display:flex;"><span><span style="color:#66d9ef">using</span> (<span style="color:#66d9ef">var</span> connection = <span style="color:#66d9ef">new</span> SqlConnection(configuration.GetConnectionString(<span style="color:#e6db74">&#34;DefaultConnection&#34;</span>)))
</span></span></code></pre></div><p>Eso genera un sql connection que va a existir hasta que salga del scope del programa.</p>
<h1 id="creacion-del-sqlcommand">Creacion del SqlCommand</h1>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-csharp" data-lang="csharp"><span style="display:flex;"><span><span style="color:#66d9ef">using</span> var command = <span style="color:#66d9ef">new</span> SqlCommand();
</span></span><span style="display:flex;"><span>command.CommandText = <span style="color:#e6db74">&#34;sp_RecuperaProductos&#34;</span>;
</span></span><span style="display:flex;"><span>command.CommandType = System.Data.CommandType.StoredProcedure;
</span></span></code></pre></div><h1 id="apertura-de-la-coneccion">Apertura de la coneccion</h1>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-csharp" data-lang="csharp"><span style="display:flex;"><span>command.Connection = connection;
</span></span><span style="display:flex;"><span>command.Connection.Open();
</span></span></code></pre></div><h2 id="utilizacion-del-executereader">Utilizacion del ExecuteReader</h2>
<p>Es un choclo pero basicamente el codigo de abajo se encarga de iterar por cada uno de las entradas de la tabla. <strong>MUY</strong> importante, se tiene que añadir los productos dentro del loop principal del reader ya que lo que no se guarde en cada iteracion se pierde. (los maps no son case sensitive).</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>RetroArchivements</title>
|
||||
<link>https://fedesrv.ddns.net/posts/retroarchivements/</link>
|
||||
<pubDate>Fri, 22 Sep 2023 13:30:17 +0800</pubDate>
|
||||
<guid>https://fedesrv.ddns.net/posts/retroarchivements/</guid>
|
||||
<description><p>Hace ya un par de dias que estoy usando un <a href="https://retroachievements.org/user/fedpo2">servicio</a> que implementa una api para trackear tu progreso en distintos juegos retro y no tan retro.</p>
<p>Uno de los que estoy jugando es <code>Kirby's dream land 2</code><br>
<img src="https://media.retroachievements.org/Images/046585.png" alt="kirby"></p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Primer Post</title>
|
||||
<link>https://fedesrv.ddns.net/posts/sample-post/</link>
|
||||
<pubDate>Fri, 22 Sep 2023 12:28:17 +0800</pubDate>
|
||||
<guid>https://fedesrv.ddns.net/posts/sample-post/</guid>
|
||||
<description><h1 id="buenas">buenas</h1>
<p>buenas
Luego de sufrir bastante con el nginx y su <em>Reverse Proxy</em>, finalmente me decidí por poner la pagina del blog en el <strong>WebRoot</strong> y el <em>gitea</em> en un subfolder.</p>
<h2 id="como-funciona-esto">Como funciona esto</h2>
<p>El programa que estoy usando para hacer este blog se llama <a href="https://gohugo.io">Hugo</a>, consiste de una especie de parceador de <a href="https://www.markdownguide.org/">Markdown</a> a Html estático el cual hosteo con este <a href="https://nginx.org/en/">webServer</a>.</p>
<h3 id="como-hago-nuevos-posts">Como hago nuevos posts</h3>
<p>Dentro de la carpeta del proyecto del server hay una que se llama content, todos los <code>.md</code> que haya ahí cuando utilizo el comando:</p></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user