<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Omar G. - All Forums]]></title>
		<link>https://omarg.me/</link>
		<description><![CDATA[Omar G. - https://omarg.me]]></description>
		<pubDate>Sun, 31 May 2026 15:53:07 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Be cautious of embemding external content]]></title>
			<link>https://omarg.me/thread?public/blog/security-be-cautious-of-embemding-external-content</link>
			<pubDate>Tue, 10 Feb 2026 12:40:24 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://omarg.me/member.php?action=profile&uid=1">Omar G.</a>]]></dc:creator>
			<guid isPermaLink="false">https://omarg.me/thread?public/blog/security-be-cautious-of-embemding-external-content</guid>
			<description><![CDATA[<div style="text-align: center;" class="mycode_align">[field=blog_cover]</div>
<br />
If you run a forum, social platform, or any site where people can set external avatars or media, you’ve probably considered letting them use external media sources like <span style="font-style: italic;" class="mycode_i">Imgur</span> or <span style="font-style: italic;" class="mycode_i">Gravatar</span>. It’s convenient, has no storage costs, and is quite simple. <span style="font-weight: bold;" class="mycode_b">But there is a downside: the external (source) has absolute control of your site content</span> and may have access to your user's private information.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Available user information:</span><ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">IP Address:</span> The media source can log the IP address of every person who loads the image or video. This could reveal approximate geographic location like the person country, city, or even the Internet Service Provider (<span style="font-style: italic;" class="mycode_i">ISP</span>).<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">User Agent:</span> The browser version and operating system which helps external sources <span style="font-style: italic;" class="mycode_i">fingerprint user devices</span>.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Referrer URL:</span> The page on your site where the media was loaded. This can expose <span style="font-style: italic;" class="mycode_i">user navigation patterns</span> within your forum or site.<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Stop trusting external media sources by default.</span><br />
<br />
External media sources are a security and privacy concern. Site scripts (CMS, MyBB, etc) may only check the external media once. For example, when people set an external avatar through a URL. After this original verification, users or the source owner can change the content anytime.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">The most secure and privacy-focused option is to only allow people to upload content and store it on your server.</span> Controlling users media allows you to mitigate tracking, securing the original media content and availability. You will avoid breaking content in your site when external sources go offline, or they decide to block people (i.e: Imgur is blocked in some countries) or your server IP.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Still want to allow external sources?</span><br />
<br />
If you still want to allow embedding external media content (e.g., for user convenience), you <span style="font-weight: bold;" class="mycode_b">must</span> mitigate the risks. Here are your options:<br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Proxy external media content:</span> proxy the user media (avatars or posted images) through your server. This allows you to constantly verify the media contents and avoid tracking.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Hash and verify:</span> Hash the original media content and verify it constantly to confirm that it matches the current media. If you discover the embedded media was tempered with, you may apply moderation policies for it in your site.<br />
<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Use Content Security Policies (CSP):</span> Restrict media to trusted sources through a content security policy, limiting the source origin pool.<br />
</li>
</ul>
<br />
For medium to large sized sites, it is possible to leverage costs by using cloud storage or Pull CDN providers. You still would have control over your files when stored in the cloud and save some bandwidth when using CDN to cache media to reduce server load.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Don’t overcomplicate </span>it: for most sites or small communities, proxying could be too complex a setup. Specially for limited and essential user media content like profile pictures or avatars. <span style="font-weight: bold;" class="mycode_b">Just let users upload their avatars and store them locally</span> in your server while setting reasonable limits like file sizes, image dimensions, or video quality.<br />
<br />
For other heavy media where it is not feasible to allow users to upload, like videos, <span style="font-weight: bold;" class="mycode_b">consider limiting embedding to trusted sources</span> like YouTube or Wikipedia.<br />
<br />
<span style="font-style: italic;" class="mycode_i">Originally published on <a href="https://community.ougc.network/entry?be-cautious-of-embemding-external-content" target="_blank" rel="noopener" class="mycode_url">ougcNetwork</a></span><br />
<br />
<span style="font-size: small;" class="mycode_size">Image by <a href="https://www.freepik.com/free-vector/flat-design-data-privacy-facebook-cover_29068342.htm" target="_blank" rel="noopener" class="mycode_url">Freepik</a></span><br /><div class="attachments__attachment attachment">
    <span class="attachment__icon"><img src="https://cdn.omarg.me/image" title="JPG Image" border="0" alt=".jpg" /></span>
    <a href="attachment.php?aid=50" target="_blank" title="" class="attachment__link">7514933.jpg</a>
    <span class="attachment__data">(Size: 72.48 KB / Downloads: 2)</span>
</div>
]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;" class="mycode_align">[field=blog_cover]</div>
<br />
If you run a forum, social platform, or any site where people can set external avatars or media, you’ve probably considered letting them use external media sources like <span style="font-style: italic;" class="mycode_i">Imgur</span> or <span style="font-style: italic;" class="mycode_i">Gravatar</span>. It’s convenient, has no storage costs, and is quite simple. <span style="font-weight: bold;" class="mycode_b">But there is a downside: the external (source) has absolute control of your site content</span> and may have access to your user's private information.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Available user information:</span><ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">IP Address:</span> The media source can log the IP address of every person who loads the image or video. This could reveal approximate geographic location like the person country, city, or even the Internet Service Provider (<span style="font-style: italic;" class="mycode_i">ISP</span>).<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">User Agent:</span> The browser version and operating system which helps external sources <span style="font-style: italic;" class="mycode_i">fingerprint user devices</span>.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Referrer URL:</span> The page on your site where the media was loaded. This can expose <span style="font-style: italic;" class="mycode_i">user navigation patterns</span> within your forum or site.<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Stop trusting external media sources by default.</span><br />
<br />
External media sources are a security and privacy concern. Site scripts (CMS, MyBB, etc) may only check the external media once. For example, when people set an external avatar through a URL. After this original verification, users or the source owner can change the content anytime.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">The most secure and privacy-focused option is to only allow people to upload content and store it on your server.</span> Controlling users media allows you to mitigate tracking, securing the original media content and availability. You will avoid breaking content in your site when external sources go offline, or they decide to block people (i.e: Imgur is blocked in some countries) or your server IP.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Still want to allow external sources?</span><br />
<br />
If you still want to allow embedding external media content (e.g., for user convenience), you <span style="font-weight: bold;" class="mycode_b">must</span> mitigate the risks. Here are your options:<br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Proxy external media content:</span> proxy the user media (avatars or posted images) through your server. This allows you to constantly verify the media contents and avoid tracking.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Hash and verify:</span> Hash the original media content and verify it constantly to confirm that it matches the current media. If you discover the embedded media was tempered with, you may apply moderation policies for it in your site.<br />
<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Use Content Security Policies (CSP):</span> Restrict media to trusted sources through a content security policy, limiting the source origin pool.<br />
</li>
</ul>
<br />
For medium to large sized sites, it is possible to leverage costs by using cloud storage or Pull CDN providers. You still would have control over your files when stored in the cloud and save some bandwidth when using CDN to cache media to reduce server load.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Don’t overcomplicate </span>it: for most sites or small communities, proxying could be too complex a setup. Specially for limited and essential user media content like profile pictures or avatars. <span style="font-weight: bold;" class="mycode_b">Just let users upload their avatars and store them locally</span> in your server while setting reasonable limits like file sizes, image dimensions, or video quality.<br />
<br />
For other heavy media where it is not feasible to allow users to upload, like videos, <span style="font-weight: bold;" class="mycode_b">consider limiting embedding to trusted sources</span> like YouTube or Wikipedia.<br />
<br />
<span style="font-style: italic;" class="mycode_i">Originally published on <a href="https://community.ougc.network/entry?be-cautious-of-embemding-external-content" target="_blank" rel="noopener" class="mycode_url">ougcNetwork</a></span><br />
<br />
<span style="font-size: small;" class="mycode_size">Image by <a href="https://www.freepik.com/free-vector/flat-design-data-privacy-facebook-cover_29068342.htm" target="_blank" rel="noopener" class="mycode_url">Freepik</a></span><br /><div class="attachments__attachment attachment">
    <span class="attachment__icon"><img src="https://cdn.omarg.me/image" title="JPG Image" border="0" alt=".jpg" /></span>
    <a href="attachment.php?aid=50" target="_blank" title="" class="attachment__link">7514933.jpg</a>
    <span class="attachment__data">(Size: 72.48 KB / Downloads: 2)</span>
</div>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Request FIDE ban Vladimir Kramnik, and revoke his titles/norms, per ethics standards]]></title>
			<link>https://omarg.me/thread?public/blog/chess-request-fide-ban-vladimir-kramnik-and-revoke-his-titles-norms-per-ethics-standards</link>
			<pubDate>Sat, 25 Oct 2025 01:58:53 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://omarg.me/member.php?action=profile&uid=1">Omar G.</a>]]></dc:creator>
			<guid isPermaLink="false">https://omarg.me/thread?public/blog/chess-request-fide-ban-vladimir-kramnik-and-revoke-his-titles-norms-per-ethics-standards</guid>
			<description><![CDATA[<div style="text-align: center;" class="mycode_align">[field=blog_cover]</div>
<br />
Daniel Naroditsky, gran maestro de ajedrez estadounidense, falleció el 19 de octubre de 2025 a los 29 años.<br />
<br />
Vladimir Kramnik, gran maestro y excampeón mundial de origen ruso, de 50 años, ha acusado a varios jugadores de hacer trampa desde 2023, sin evidencia, incluido Daniel Naroditsky.<br />
<br />
Daniel Naroditsky fue víctima por más de 1 año de acusaciones sin fundamento y Vladimir Kramnik continúa insultando su habilidad incluso después de su irreparable perdida.<br />
<br />
<span style="font-style: italic;" class="mycode_i">La popularidad de la IA permite que cualquier acuse a otro sin fundamento, destruyendo por completo su voluntad para crear y disfrutar la creatividad ajena.</span><br />
<br />
<a href="https://c.org/ZNBT8SjxVm" target="_blank" rel="noopener" class="mycode_url">https://c.org/ZNBT8SjxVm</a>]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;" class="mycode_align">[field=blog_cover]</div>
<br />
Daniel Naroditsky, gran maestro de ajedrez estadounidense, falleció el 19 de octubre de 2025 a los 29 años.<br />
<br />
Vladimir Kramnik, gran maestro y excampeón mundial de origen ruso, de 50 años, ha acusado a varios jugadores de hacer trampa desde 2023, sin evidencia, incluido Daniel Naroditsky.<br />
<br />
Daniel Naroditsky fue víctima por más de 1 año de acusaciones sin fundamento y Vladimir Kramnik continúa insultando su habilidad incluso después de su irreparable perdida.<br />
<br />
<span style="font-style: italic;" class="mycode_i">La popularidad de la IA permite que cualquier acuse a otro sin fundamento, destruyendo por completo su voluntad para crear y disfrutar la creatividad ajena.</span><br />
<br />
<a href="https://c.org/ZNBT8SjxVm" target="_blank" rel="noopener" class="mycode_url">https://c.org/ZNBT8SjxVm</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Software Erosion: A Review]]></title>
			<link>https://omarg.me/thread?public/blog/software-software-erosion-a-review</link>
			<pubDate>Mon, 29 May 2023 22:41:57 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://omarg.me/member.php?action=profile&uid=1">Omar G.</a>]]></dc:creator>
			<guid isPermaLink="false">https://omarg.me/thread?public/blog/software-software-erosion-a-review</guid>
			<description><![CDATA[<div style="text-align: center;" class="mycode_align">[field=blog_cover]</div>
<br />
Software erosion refers to the gradual decline in software performance over time, leading to obsolescence and the need for updates to sustain usability. It occurs due to continuous updates made to the software's operating environment. As software development costs increase, existing software extends its functional lifespan, resulting in frequent architectural changes.<br />
<br />
Several causes contribute to software erosion. Unexpected changes in the operating system can make the software incompatible with the updated environment. The inability to restore software to its functional state, known as "onceability," is another factor. Additionally, specific components within the software may decay due to low usage frequency, and the failure of one component can lead to the failure of others with strong interdependencies.<br />
<br />
Software erosion can be classified into inactive erosion and active erosion. Inactive erosion occurs when software usage decreases, making it unstable and unusable. As the operating environment changes, erosion becomes more likely. Active erosion, on the other hand, happens when software is continuously developed or updated without proper mitigation processes, which can also contribute to erosion.<br />
<br />
However, continuous updates are necessary to address changing technology, user needs, capabilities, security, and unexpected issues. Software reengineering, which involves updating and maintaining software, is often impractical and leads to divergence from the original design, causing performance, maintenance, and quality problems. This deviation, known as software entropy, increases the probability of architecture erosion, demanding active mitigation.<br />
<br />
Software erosion impacts performance, development, maintenance, and software quality. If left untreated, it can result in unstable software, project objectives not being met, increased resource requirements for rewriting, and higher maintenance costs. Preventive measures should be implemented to address system failures caused by software erosion.<br />
<br />
To tackle these challenges, developers should thoroughly understand the causes of errors before attempting to fix them. Thoughtful planning of new features with entropy in mind, as well as communication of architecture evolution within the development team, can reduce erosion caused by divergent changes from the original intended architecture. Maintaining up-to-date documentation is crucial to preserve specific knowledge about software components. Descriptive coding practices, such as using descriptive variables and methods, contribute to effective documentation.<br />
<br />
By considering these factors, developers can mitigate software erosion, ensuring the long-term viability and usability of their software systems.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">References:</span><br />
<a href="https://www.cscjournals.org/manuscript/Journals/IJCSS/Volume14/Issue2/IJCSS-1557.pdf" target="_blank" rel="noopener" class="mycode_url">Software Architecture Erosion: Impacts, Causes, and Management</a><br />
<a href="https://arxiv.org/ftp/arxiv/papers/2112/2112.10934.pdf" target="_blank" rel="noopener" class="mycode_url">Understanding software architecture erosion: A systematic mapping study</a><br />
<a href="https://playgroundai.com/create" target="_blank" rel="noopener" class="mycode_url">Image from PlayGroundAI.com</a>]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;" class="mycode_align">[field=blog_cover]</div>
<br />
Software erosion refers to the gradual decline in software performance over time, leading to obsolescence and the need for updates to sustain usability. It occurs due to continuous updates made to the software's operating environment. As software development costs increase, existing software extends its functional lifespan, resulting in frequent architectural changes.<br />
<br />
Several causes contribute to software erosion. Unexpected changes in the operating system can make the software incompatible with the updated environment. The inability to restore software to its functional state, known as "onceability," is another factor. Additionally, specific components within the software may decay due to low usage frequency, and the failure of one component can lead to the failure of others with strong interdependencies.<br />
<br />
Software erosion can be classified into inactive erosion and active erosion. Inactive erosion occurs when software usage decreases, making it unstable and unusable. As the operating environment changes, erosion becomes more likely. Active erosion, on the other hand, happens when software is continuously developed or updated without proper mitigation processes, which can also contribute to erosion.<br />
<br />
However, continuous updates are necessary to address changing technology, user needs, capabilities, security, and unexpected issues. Software reengineering, which involves updating and maintaining software, is often impractical and leads to divergence from the original design, causing performance, maintenance, and quality problems. This deviation, known as software entropy, increases the probability of architecture erosion, demanding active mitigation.<br />
<br />
Software erosion impacts performance, development, maintenance, and software quality. If left untreated, it can result in unstable software, project objectives not being met, increased resource requirements for rewriting, and higher maintenance costs. Preventive measures should be implemented to address system failures caused by software erosion.<br />
<br />
To tackle these challenges, developers should thoroughly understand the causes of errors before attempting to fix them. Thoughtful planning of new features with entropy in mind, as well as communication of architecture evolution within the development team, can reduce erosion caused by divergent changes from the original intended architecture. Maintaining up-to-date documentation is crucial to preserve specific knowledge about software components. Descriptive coding practices, such as using descriptive variables and methods, contribute to effective documentation.<br />
<br />
By considering these factors, developers can mitigate software erosion, ensuring the long-term viability and usability of their software systems.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">References:</span><br />
<a href="https://www.cscjournals.org/manuscript/Journals/IJCSS/Volume14/Issue2/IJCSS-1557.pdf" target="_blank" rel="noopener" class="mycode_url">Software Architecture Erosion: Impacts, Causes, and Management</a><br />
<a href="https://arxiv.org/ftp/arxiv/papers/2112/2112.10934.pdf" target="_blank" rel="noopener" class="mycode_url">Understanding software architecture erosion: A systematic mapping study</a><br />
<a href="https://playgroundai.com/create" target="_blank" rel="noopener" class="mycode_url">Image from PlayGroundAI.com</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Reingeniería social: degeneración y supresión de la masculinidad]]></title>
			<link>https://omarg.me/thread?public/blog/sociology-reingenier%C3%ADa-social-degeneraci%C3%B3n-y-supresi%C3%B3n-de-la-masculinidad</link>
			<pubDate>Mon, 02 Mar 2020 03:57:07 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://omarg.me/member.php?action=profile&uid=1">Omar G.</a>]]></dc:creator>
			<guid isPermaLink="false">https://omarg.me/thread?public/blog/sociology-reingenier%C3%ADa-social-degeneraci%C3%B3n-y-supresi%C3%B3n-de-la-masculinidad</guid>
			<description><![CDATA[<div style="text-align: center;" class="mycode_align">[field=blog_cover]</div>
<br />
La ingeniería social es una disciplina en el campo de las ciencias sociales que se refiere a la <span style="font-weight: bold;" class="mycode_b">influencia ejercida para causar actitudes particulares en el comportamiento</span>, especialmente a gran escala. De esta manera podemos entender al sistema educativo y sus programas como un sistema del estado de ingeniera social. Aunque esta puede ser realizada por otros grupos independientes al estado, como puede ser por grupos mediáticos, organizaciones privadas, u otros similares como puede ser un partido político, entre un gran etcétera.<br />
<br />
Un factor clave que se suele negar o simplemente menospreciar es el interés individual dentro de esos grupos de promover y propagar sus ideas. De esta forma, tanto como los integrantes de un partido político, un grupo religioso, o reporteros independientes con enfoque en un movimiento, todos ellos tienen una <span style="font-weight: bold;" class="mycode_b">motivación e interés personal de que sus ideas lleguen y surtan algún efecto sobre los receptores</span>, sea esta de forma directa o indirecta. Estos intereses o motivaciones permean sin lugar a dudas dentro de todos los niveles del grupo. Por ende, el intento organizacional de deslindarse de toda subjetividad no termina siendo otra cosa que un mero engaño, ya sea así mismo o al receptor, consciente o inconscientemente.<br />
<br />
Durante nuestra era se ha intensificado un intento de ingeniera social masivo sin precedentes. Este es el de intentar modificar la conducta sexual de los individuos y el cómo estos se relacionan entre sí dentro de una sociedad moderna. Más específicamente: el intento de modificar la conducta masculina hacia su contraparte femenina.<br />
<br />
<div style="text-align: center;" class="mycode_align">
    <iframe src="//www.youtube-nocookie.com/embed/Cetg4gu0oQQ" frameborder="0" width="560" height="315" allowfullscreen="true"></iframe><br />
<br />
Un TED talk donde hablan de aspectos que no comento aquí pero igualmente a considerar.<br />
</div>
<br />
Durante los últimos años han surgido o han crecido grupos y movimientos en favor de los derechos y paridad de género en pro de la mujer. Estos movimientos sociales están motivados por el sentimiento, muchas veces con sorpresa perpleja de pensar que sean difíciles de comprender, de lograr que los sistemas sociales funciones en igualdad de condiciones sin importar el sexo u otras condiciones. Lamentablemente con frecuencia las soluciones aplicadas a estas demandas son decididas por grupos o incluso individuos que simplemente carecen de la visión, por no decir intelectualidad, para entender realmente lo que se está demandando. Es decir, las soluciones o respuestas a las demandas del movimiento feminista son frecuentemente no carentes, sino totalmente ineficientes para lo que se demanda. Esto solo ha servido para sumar barreras que permitan la exitosa ejecución de la ingeniería social a la que trato de referirme.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">La ingeniería social que se manifiesta</span> en las sociedades modernas, especialmente en los países en vías de desarrollo, <span style="font-weight: bold;" class="mycode_b">es una sin precedentes</span> y con muchos errores. Por una parte, las soluciones ineficaces por el estado o gobierno que suman a la problemática en lugar de ayudar y una sociedad demandante que finalmente busca asignar culpa para así liberar su frustración de una respuesta pronta y efectiva. Sin embargo me gustaría aclarar que en esta publicación no me enfoco el el movimiento feminista como tal, sino de algo mucho más grande y trascendente que la simple búsqueda de la igualdad o paridad de género.<br />
<br />
Me refiero entonces al <span style="font-weight: bold;" class="mycode_b">movimiento de ingenieria social cuya meta es la modificación del comportamiento masculino</span> que busca que el hombre cambie su visión no solo sobre el ser humano de género femenino que ha prevalecido durante cientos de años, sino también hacía su mismo género, a través de las modificaciones sociales a los infantes masculinos. Ya no puede un varón enfrentarse físicamente a su semejante en el jardín de niños o con sus hermanos porque inmediatamente esto se aprecia como un peligro y no como un comportamiento natural, por ejemplo. El varón ya no puede ser fuerte, deportista, o imponente, sino que puede ser débil, artístico, y sumiso.<br />
<br />
También existen posturas extremas como la idea forzada de que cualquiera puede ser hombre u mujer y que las diferencias no pasan de la percepción psicológica o mental. O el considerar al hombre no como parte del problema sino la fuente, causante, y responsable de el y a la solución no como una sugerencia sino como algo incuestionablemente necesario. Pero al igual que el movimiento feminista por si mismo, esto también es un aspecto de la ingeniería social que se intenta llevar a cabo.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">No es mi intención el compartir una postura</span> respecto a las varias y vagas ideas que intento compartir aquí, <span style="font-weight: bold;" class="mycode_b">sino el compartir lo que me parece a mi un evento de gran importancia y complejidad</span> nunca antes visto como lo es este intento de cambiar el comportamiento masculino. <span style="font-weight: bold;" class="mycode_b">No ha existido en la historia un intento de tal magnitud para cambiar el comportamiento social de un grupo en beneficio de otro y que busque soluciones aparentemente inmediatas.</span> Independientemente del resultado es un tema valioso de seguir.<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>We are living history and we are all part of it.</blockquote>
<br />
<span style="font-weight: bold;" class="mycode_b">Image from:</span> <a href="https://publicdomainvectors.org/en/free-clipart/Male-and-female-yin-and-yang/71154.html" target="_blank" rel="noopener" class="mycode_url">publicdomainvectors.org</a>]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;" class="mycode_align">[field=blog_cover]</div>
<br />
La ingeniería social es una disciplina en el campo de las ciencias sociales que se refiere a la <span style="font-weight: bold;" class="mycode_b">influencia ejercida para causar actitudes particulares en el comportamiento</span>, especialmente a gran escala. De esta manera podemos entender al sistema educativo y sus programas como un sistema del estado de ingeniera social. Aunque esta puede ser realizada por otros grupos independientes al estado, como puede ser por grupos mediáticos, organizaciones privadas, u otros similares como puede ser un partido político, entre un gran etcétera.<br />
<br />
Un factor clave que se suele negar o simplemente menospreciar es el interés individual dentro de esos grupos de promover y propagar sus ideas. De esta forma, tanto como los integrantes de un partido político, un grupo religioso, o reporteros independientes con enfoque en un movimiento, todos ellos tienen una <span style="font-weight: bold;" class="mycode_b">motivación e interés personal de que sus ideas lleguen y surtan algún efecto sobre los receptores</span>, sea esta de forma directa o indirecta. Estos intereses o motivaciones permean sin lugar a dudas dentro de todos los niveles del grupo. Por ende, el intento organizacional de deslindarse de toda subjetividad no termina siendo otra cosa que un mero engaño, ya sea así mismo o al receptor, consciente o inconscientemente.<br />
<br />
Durante nuestra era se ha intensificado un intento de ingeniera social masivo sin precedentes. Este es el de intentar modificar la conducta sexual de los individuos y el cómo estos se relacionan entre sí dentro de una sociedad moderna. Más específicamente: el intento de modificar la conducta masculina hacia su contraparte femenina.<br />
<br />
<div style="text-align: center;" class="mycode_align">
    <iframe src="//www.youtube-nocookie.com/embed/Cetg4gu0oQQ" frameborder="0" width="560" height="315" allowfullscreen="true"></iframe><br />
<br />
Un TED talk donde hablan de aspectos que no comento aquí pero igualmente a considerar.<br />
</div>
<br />
Durante los últimos años han surgido o han crecido grupos y movimientos en favor de los derechos y paridad de género en pro de la mujer. Estos movimientos sociales están motivados por el sentimiento, muchas veces con sorpresa perpleja de pensar que sean difíciles de comprender, de lograr que los sistemas sociales funciones en igualdad de condiciones sin importar el sexo u otras condiciones. Lamentablemente con frecuencia las soluciones aplicadas a estas demandas son decididas por grupos o incluso individuos que simplemente carecen de la visión, por no decir intelectualidad, para entender realmente lo que se está demandando. Es decir, las soluciones o respuestas a las demandas del movimiento feminista son frecuentemente no carentes, sino totalmente ineficientes para lo que se demanda. Esto solo ha servido para sumar barreras que permitan la exitosa ejecución de la ingeniería social a la que trato de referirme.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">La ingeniería social que se manifiesta</span> en las sociedades modernas, especialmente en los países en vías de desarrollo, <span style="font-weight: bold;" class="mycode_b">es una sin precedentes</span> y con muchos errores. Por una parte, las soluciones ineficaces por el estado o gobierno que suman a la problemática en lugar de ayudar y una sociedad demandante que finalmente busca asignar culpa para así liberar su frustración de una respuesta pronta y efectiva. Sin embargo me gustaría aclarar que en esta publicación no me enfoco el el movimiento feminista como tal, sino de algo mucho más grande y trascendente que la simple búsqueda de la igualdad o paridad de género.<br />
<br />
Me refiero entonces al <span style="font-weight: bold;" class="mycode_b">movimiento de ingenieria social cuya meta es la modificación del comportamiento masculino</span> que busca que el hombre cambie su visión no solo sobre el ser humano de género femenino que ha prevalecido durante cientos de años, sino también hacía su mismo género, a través de las modificaciones sociales a los infantes masculinos. Ya no puede un varón enfrentarse físicamente a su semejante en el jardín de niños o con sus hermanos porque inmediatamente esto se aprecia como un peligro y no como un comportamiento natural, por ejemplo. El varón ya no puede ser fuerte, deportista, o imponente, sino que puede ser débil, artístico, y sumiso.<br />
<br />
También existen posturas extremas como la idea forzada de que cualquiera puede ser hombre u mujer y que las diferencias no pasan de la percepción psicológica o mental. O el considerar al hombre no como parte del problema sino la fuente, causante, y responsable de el y a la solución no como una sugerencia sino como algo incuestionablemente necesario. Pero al igual que el movimiento feminista por si mismo, esto también es un aspecto de la ingeniería social que se intenta llevar a cabo.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">No es mi intención el compartir una postura</span> respecto a las varias y vagas ideas que intento compartir aquí, <span style="font-weight: bold;" class="mycode_b">sino el compartir lo que me parece a mi un evento de gran importancia y complejidad</span> nunca antes visto como lo es este intento de cambiar el comportamiento masculino. <span style="font-weight: bold;" class="mycode_b">No ha existido en la historia un intento de tal magnitud para cambiar el comportamiento social de un grupo en beneficio de otro y que busque soluciones aparentemente inmediatas.</span> Independientemente del resultado es un tema valioso de seguir.<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>We are living history and we are all part of it.</blockquote>
<br />
<span style="font-weight: bold;" class="mycode_b">Image from:</span> <a href="https://publicdomainvectors.org/en/free-clipart/Male-and-female-yin-and-yang/71154.html" target="_blank" rel="noopener" class="mycode_url">publicdomainvectors.org</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[MyBB: A Close Look at 100+ Patched Vulnerabilities]]></title>
			<link>https://omarg.me/thread?public/blog/mybb-mybb-a-close-look-at-100-patched-vulnerabilities</link>
			<pubDate>Wed, 26 Feb 2020 01:35:36 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://omarg.me/member.php?action=profile&uid=1">Omar G.</a>]]></dc:creator>
			<guid isPermaLink="false">https://omarg.me/thread?public/blog/mybb-mybb-a-close-look-at-100-patched-vulnerabilities</guid>
			<description><![CDATA[<div style="text-align: center;" class="mycode_align">[field=blog_cover]</div>
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>With the release of MyBB 1.8.22, over one hundred vulnerabilities have been addressed in the 1.8 branch. In this post we look into what the numbers can tell us so far, and how the trends are expected to change in the future.</blockquote>
<br />
I invite you to read the following blog entry by the MyBB Group:<br />
<a href="https://blog.mybb.com/2020/02/23/a-close-look-at-100-patched-vulnerabilities/" target="_blank" rel="noopener" class="mycode_url">https://blog.mybb.com/2020/02/23/a-close...abilities/</a>]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;" class="mycode_align">[field=blog_cover]</div>
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>With the release of MyBB 1.8.22, over one hundred vulnerabilities have been addressed in the 1.8 branch. In this post we look into what the numbers can tell us so far, and how the trends are expected to change in the future.</blockquote>
<br />
I invite you to read the following blog entry by the MyBB Group:<br />
<a href="https://blog.mybb.com/2020/02/23/a-close-look-at-100-patched-vulnerabilities/" target="_blank" rel="noopener" class="mycode_url">https://blog.mybb.com/2020/02/23/a-close...abilities/</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[GDP Shortcomings]]></title>
			<link>https://omarg.me/thread?public/blog/economics-gdp-shortcomings</link>
			<pubDate>Mon, 16 Sep 2019 05:14:15 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://omarg.me/member.php?action=profile&uid=1">Omar G.</a>]]></dc:creator>
			<guid isPermaLink="false">https://omarg.me/thread?public/blog/economics-gdp-shortcomings</guid>
			<description><![CDATA[<div style="text-align: center;" class="mycode_align">[field=blog_cover]</div>
<br />
<span style="font-weight: bold;" class="mycode_b">Gross Domestic Product (GDP)</span> is an accurate economic indicator and is the most used to weight economic grow in any country. It refers to the total economic output achieved by any nation over a specific period. But there are some shortcomings of GDP to consider in every economy as <span style="font-weight: bold;" class="mycode_b">it doesn’t take into consideration some calculations of market and political (regulations) specific behavior</span>.<br />
<br />
<span style="font-size: medium;" class="mycode_size">Non-market transactions</span><br />
<br />
Though most, if not all, market transactions are considered within the build of GDP, non-market transaction are not. This due primarily to the fact that no solid information is available for it to be accurately accounted for. Consider, for example, the income made by children doing chores for their neighborhoods or the produce being grown for personal consumption.<br />
<br />
<span style="font-size: medium;" class="mycode_size">Leisure</span><br />
<br />
Working hours reduction has been an ongoing movement around the world specially in leading economies such as the USA and France. Additionally, worker benefits have also grown, as might be sick leaves, as well as maternity and paternity leaves. Even though it might be clean that people is producing more in less time, the <span style="font-weight: bold;" class="mycode_b">improvement in productivity is not accounted for in GDP calculation</span>.<br />
<br />
<span style="font-size: medium;" class="mycode_size">Improved product quality</span><br />
<br />
GDP is lacking as a qualitative measurement indicator as it fails to property inform the increase on product and service quality. Product and service quality measure has a big impact on economic wellbeing as customers might be more satisfied with current but cheaper products than before just because of its quality improvement.<br />
<br />
<span style="font-size: medium;" class="mycode_size">The underground economy</span><br />
<br />
Non-market transaction can also refer to the trade of illegal goods and services, such as prostitution, gambling, and drugs, etc. These are not recorded and thus not taken into consideration while building the official GDP. <span style="font-weight: bold;" class="mycode_b">But underground economy might also refer to non-illegal activities</span> which citizens or residents decide not to report, such as informal jobs and informal exchange of services between economic agents (ex. “repair this for me and I repair that for you”).<br />
<br />
<span style="font-size: medium;" class="mycode_size">Environmental abuse</span><br />
<br />
Sometimes production might be increased at the expense of environmental damage. While production might be highly regulated in developed nations developing ones might rely heavily on environmental exploitation to support their growth. <span style="font-weight: bold;" class="mycode_b">Green Gross Domestic Product (GGDP)</span> is a formula that aims to penalize such counties by offering a more accurate measurement of economic grown by considering the implementation of manufacturing practices that harm the environment.<br />
<br />
<a href="http://%20http://theconversation.com/beyond-gdp-are-there-better-ways-to-measure-well-being-33414" target="_blank" rel="noopener" class="mycode_url">Here</a> you can find an article which shares possible <span style="font-weight: bold;" class="mycode_b">alternatives to GDP as a measurement of wellbeing</span>. Even so I recommend you to do your own and extensive research in the matter.<br />
<br />
Source: <a href="http://%20https://mba-tutorials.com/shortcomings-of-gdp/" target="_blank" rel="noopener" class="mycode_url">SHORTCOMINGS OF GDP - MBA Tutorials</a>, <a href="https://corporatefinanceinstitute.com/resources/knowledge/economics/gross-domestic-product-limitations/" target="_blank" rel="noopener" class="mycode_url">What is Gross Domestic Product (GDP)? - CFI</a><br />
Graphic source: <a href="http://www.oecd.org/sdd/na/g20-gdp-growth-second-quarter-2019-oecd.htm" target="_blank" rel="noopener" class="mycode_url">G20 GDP Growth - Second quarter of 2019, OECD</a>]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;" class="mycode_align">[field=blog_cover]</div>
<br />
<span style="font-weight: bold;" class="mycode_b">Gross Domestic Product (GDP)</span> is an accurate economic indicator and is the most used to weight economic grow in any country. It refers to the total economic output achieved by any nation over a specific period. But there are some shortcomings of GDP to consider in every economy as <span style="font-weight: bold;" class="mycode_b">it doesn’t take into consideration some calculations of market and political (regulations) specific behavior</span>.<br />
<br />
<span style="font-size: medium;" class="mycode_size">Non-market transactions</span><br />
<br />
Though most, if not all, market transactions are considered within the build of GDP, non-market transaction are not. This due primarily to the fact that no solid information is available for it to be accurately accounted for. Consider, for example, the income made by children doing chores for their neighborhoods or the produce being grown for personal consumption.<br />
<br />
<span style="font-size: medium;" class="mycode_size">Leisure</span><br />
<br />
Working hours reduction has been an ongoing movement around the world specially in leading economies such as the USA and France. Additionally, worker benefits have also grown, as might be sick leaves, as well as maternity and paternity leaves. Even though it might be clean that people is producing more in less time, the <span style="font-weight: bold;" class="mycode_b">improvement in productivity is not accounted for in GDP calculation</span>.<br />
<br />
<span style="font-size: medium;" class="mycode_size">Improved product quality</span><br />
<br />
GDP is lacking as a qualitative measurement indicator as it fails to property inform the increase on product and service quality. Product and service quality measure has a big impact on economic wellbeing as customers might be more satisfied with current but cheaper products than before just because of its quality improvement.<br />
<br />
<span style="font-size: medium;" class="mycode_size">The underground economy</span><br />
<br />
Non-market transaction can also refer to the trade of illegal goods and services, such as prostitution, gambling, and drugs, etc. These are not recorded and thus not taken into consideration while building the official GDP. <span style="font-weight: bold;" class="mycode_b">But underground economy might also refer to non-illegal activities</span> which citizens or residents decide not to report, such as informal jobs and informal exchange of services between economic agents (ex. “repair this for me and I repair that for you”).<br />
<br />
<span style="font-size: medium;" class="mycode_size">Environmental abuse</span><br />
<br />
Sometimes production might be increased at the expense of environmental damage. While production might be highly regulated in developed nations developing ones might rely heavily on environmental exploitation to support their growth. <span style="font-weight: bold;" class="mycode_b">Green Gross Domestic Product (GGDP)</span> is a formula that aims to penalize such counties by offering a more accurate measurement of economic grown by considering the implementation of manufacturing practices that harm the environment.<br />
<br />
<a href="http://%20http://theconversation.com/beyond-gdp-are-there-better-ways-to-measure-well-being-33414" target="_blank" rel="noopener" class="mycode_url">Here</a> you can find an article which shares possible <span style="font-weight: bold;" class="mycode_b">alternatives to GDP as a measurement of wellbeing</span>. Even so I recommend you to do your own and extensive research in the matter.<br />
<br />
Source: <a href="http://%20https://mba-tutorials.com/shortcomings-of-gdp/" target="_blank" rel="noopener" class="mycode_url">SHORTCOMINGS OF GDP - MBA Tutorials</a>, <a href="https://corporatefinanceinstitute.com/resources/knowledge/economics/gross-domestic-product-limitations/" target="_blank" rel="noopener" class="mycode_url">What is Gross Domestic Product (GDP)? - CFI</a><br />
Graphic source: <a href="http://www.oecd.org/sdd/na/g20-gdp-growth-second-quarter-2019-oecd.htm" target="_blank" rel="noopener" class="mycode_url">G20 GDP Growth - Second quarter of 2019, OECD</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Mexico, 76th in the 2019 Economic Freedom of the World Index]]></title>
			<link>https://omarg.me/thread?public/blog/economics-mexico-76th-in-the-2019-economic-freedom-of-the-world-index</link>
			<pubDate>Sun, 15 Sep 2019 22:34:38 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://omarg.me/member.php?action=profile&uid=1">Omar G.</a>]]></dc:creator>
			<guid isPermaLink="false">https://omarg.me/thread?public/blog/economics-mexico-76th-in-the-2019-economic-freedom-of-the-world-index</guid>
			<description><![CDATA[<div style="text-align: center;" class="mycode_align">[field=blog_cover]</div>
<br />
<span style="font-weight: bold;" class="mycode_b">Hong Kong and Singapore retain the top two positions.</span><br />
<br />
The <span style="font-weight: bold;" class="mycode_b">Economic Freedom of the World: 2019 Annual Report</span> has been realeased. And with it, the leading positioning that Hong Kong and Singapore retain at the top two positions remain. This while the United States sits at the 5th position, Japan at the 17th, Germany at the 20th, France the 50th, and a little up <span style="font-weight: bold;" class="mycode_b">Mexico located at the 76th position</span>.<br />
<br />
The Economic Freedom of the World takes into consideration various aspects, some of these being <span style="font-weight: bold;" class="mycode_b">possibility of personal choice, voluntary exchange, and open markets</span>. This while considering different areas of evaluation, as is the presence of <span style="font-weight: bold;" class="mycode_b">sound money, rule of law, and security of property rights</span>, among others. The report is published jointly by the <span style="font-weight: bold;" class="mycode_b">Cato Institute</span> in partnership with the <span style="font-weight: bold;" class="mycode_b">Fraser Institute</span> in Canada and more than 70 think tanks or expert organizations around the world.<br />
<br />
<div style="text-align: center;" class="mycode_align">
<div class="attachments__attachment attachment">
    <span class="attachment__icon"><img src="https://cdn.omarg.me/image" title="JPG Image" border="0" alt=".jpg" /></span>
    <a href="attachment.php?aid=1" target="_blank" title="" class="attachment__link">efw-2019-chapter-2-mexico.jpg</a>
    <span class="attachment__data">(Size: 123.03 KB / Downloads: 6516)</span>
</div>
<br />
<a href="https://www.cato.org/economic-freedom-world" target="_blank" rel="noopener" class="mycode_url">Table 1. Mexico country data table<br />
(Economic Freedom of the World: 2019 Annual Report Chapter 2, 2019, p. 123).</a><br />
</div>
<br />
There is outgoing worry regarding the <span style="font-weight: bold;" class="mycode_b">Legal System and Property Rights</span> Mexico, where it stands the worst within the five reviewed areas. As can be seen above, no field stands outs except for the <span style="font-weight: bold;" class="mycode_b">Regulatory costs of the sale of real property</span> field, with a <span style="font-style: italic;" class="mycode_i">value of 7.64 out of 10</span>. The rest have nothing to be optimistic for.<br />
<br />
The report emphasizes the <span style="font-weight: bold;" class="mycode_b">positive differences that the more economically freed nations have over non-free nations</span> regarding indicators of well-beings. You can find the following among the relations:<br />
<ul class="mycode_list"><li>In more economically free nations, the average income of the poorest population was two-thirds higher that the average income of to the poorest population in the least-free nations.<br />
</li>
<li>Far less population in more economically free nations experience extreme poverty than those in least-free nations.<br />
</li>
<li>Infant mortality is lower in more economically free nations than in least-free nations.<br />
</li>
</ul>
<br />
<div style="text-align: center;" class="mycode_align">
<div class="attachments__attachment attachment">
    <span class="attachment__icon"><img src="https://cdn.omarg.me/image" title="JPG Image" border="0" alt=".jpg" /></span>
    <a href="attachment.php?aid=2" target="_blank" title="" class="attachment__link">efw-povertyrate.jpg</a>
    <span class="attachment__data">(Size: 24.72 KB / Downloads: 6812)</span>
</div>
<br />
<a href="https://www.cato.org/economic-freedom-world" target="_blank" rel="noopener" class="mycode_url">Graphic 1. Economic freedom and extreme and moderate poverty rates<br />
(Economic Freedom of the World: 2019 Annual Report Chapter 1, 2019, p. 20).</a><br />
</div>
<br />
<span style="font-weight: bold;" class="mycode_b">You can find the 2019 along past year reports by <a href="https://www.cato.org/economic-freedom-world" target="_blank" rel="noopener" class="mycode_url"><span style="font-style: italic;" class="mycode_i">clicking here</span></a></span> or by browsing the resources section where a link shall be added.<br />
<br />
<a href="https://www.fraserinstitute.org/economic-freedom/map?geozone=world&amp;page=map" target="_blank" rel="noopener" class="mycode_url">Mapping images taken from the Economic Freedom Ranking page.</a>]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;" class="mycode_align">[field=blog_cover]</div>
<br />
<span style="font-weight: bold;" class="mycode_b">Hong Kong and Singapore retain the top two positions.</span><br />
<br />
The <span style="font-weight: bold;" class="mycode_b">Economic Freedom of the World: 2019 Annual Report</span> has been realeased. And with it, the leading positioning that Hong Kong and Singapore retain at the top two positions remain. This while the United States sits at the 5th position, Japan at the 17th, Germany at the 20th, France the 50th, and a little up <span style="font-weight: bold;" class="mycode_b">Mexico located at the 76th position</span>.<br />
<br />
The Economic Freedom of the World takes into consideration various aspects, some of these being <span style="font-weight: bold;" class="mycode_b">possibility of personal choice, voluntary exchange, and open markets</span>. This while considering different areas of evaluation, as is the presence of <span style="font-weight: bold;" class="mycode_b">sound money, rule of law, and security of property rights</span>, among others. The report is published jointly by the <span style="font-weight: bold;" class="mycode_b">Cato Institute</span> in partnership with the <span style="font-weight: bold;" class="mycode_b">Fraser Institute</span> in Canada and more than 70 think tanks or expert organizations around the world.<br />
<br />
<div style="text-align: center;" class="mycode_align">
<div class="attachments__attachment attachment">
    <span class="attachment__icon"><img src="https://cdn.omarg.me/image" title="JPG Image" border="0" alt=".jpg" /></span>
    <a href="attachment.php?aid=1" target="_blank" title="" class="attachment__link">efw-2019-chapter-2-mexico.jpg</a>
    <span class="attachment__data">(Size: 123.03 KB / Downloads: 6516)</span>
</div>
<br />
<a href="https://www.cato.org/economic-freedom-world" target="_blank" rel="noopener" class="mycode_url">Table 1. Mexico country data table<br />
(Economic Freedom of the World: 2019 Annual Report Chapter 2, 2019, p. 123).</a><br />
</div>
<br />
There is outgoing worry regarding the <span style="font-weight: bold;" class="mycode_b">Legal System and Property Rights</span> Mexico, where it stands the worst within the five reviewed areas. As can be seen above, no field stands outs except for the <span style="font-weight: bold;" class="mycode_b">Regulatory costs of the sale of real property</span> field, with a <span style="font-style: italic;" class="mycode_i">value of 7.64 out of 10</span>. The rest have nothing to be optimistic for.<br />
<br />
The report emphasizes the <span style="font-weight: bold;" class="mycode_b">positive differences that the more economically freed nations have over non-free nations</span> regarding indicators of well-beings. You can find the following among the relations:<br />
<ul class="mycode_list"><li>In more economically free nations, the average income of the poorest population was two-thirds higher that the average income of to the poorest population in the least-free nations.<br />
</li>
<li>Far less population in more economically free nations experience extreme poverty than those in least-free nations.<br />
</li>
<li>Infant mortality is lower in more economically free nations than in least-free nations.<br />
</li>
</ul>
<br />
<div style="text-align: center;" class="mycode_align">
<div class="attachments__attachment attachment">
    <span class="attachment__icon"><img src="https://cdn.omarg.me/image" title="JPG Image" border="0" alt=".jpg" /></span>
    <a href="attachment.php?aid=2" target="_blank" title="" class="attachment__link">efw-povertyrate.jpg</a>
    <span class="attachment__data">(Size: 24.72 KB / Downloads: 6812)</span>
</div>
<br />
<a href="https://www.cato.org/economic-freedom-world" target="_blank" rel="noopener" class="mycode_url">Graphic 1. Economic freedom and extreme and moderate poverty rates<br />
(Economic Freedom of the World: 2019 Annual Report Chapter 1, 2019, p. 20).</a><br />
</div>
<br />
<span style="font-weight: bold;" class="mycode_b">You can find the 2019 along past year reports by <a href="https://www.cato.org/economic-freedom-world" target="_blank" rel="noopener" class="mycode_url"><span style="font-style: italic;" class="mycode_i">clicking here</span></a></span> or by browsing the resources section where a link shall be added.<br />
<br />
<a href="https://www.fraserinstitute.org/economic-freedom/map?geozone=world&amp;page=map" target="_blank" rel="noopener" class="mycode_url">Mapping images taken from the Economic Freedom Ranking page.</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Economic Freedom of the World Annual Report]]></title>
			<link>https://omarg.me/thread?public/tools/economic-freedom-of-the-world-annual-report</link>
			<pubDate>Sun, 15 Sep 2019 22:34:08 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://omarg.me/member.php?action=profile&uid=1">Omar G.</a>]]></dc:creator>
			<guid isPermaLink="false">https://omarg.me/thread?public/tools/economic-freedom-of-the-world-annual-report</guid>
			<description><![CDATA[Economic Freedom of the World seeks to measure the consistency of the institutions and policies of various countries with voluntary exchange and the other dimensions of economic freedom. The report is copublished by the Cato Institute, the Fraser Institute in Canada and more than 70 think tanks around the world.]]></description>
			<content:encoded><![CDATA[Economic Freedom of the World seeks to measure the consistency of the institutions and policies of various countries with voluntary exchange and the other dimensions of economic freedom. The report is copublished by the Cato Institute, the Fraser Institute in Canada and more than 70 think tanks around the world.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[What's Microproductivity? A post from Trello.]]></title>
			<link>https://omarg.me/thread?public/blog/productivity-what-s-microproductivity-a-post-from-trello</link>
			<pubDate>Sat, 05 Jan 2019 23:24:02 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://omarg.me/member.php?action=profile&uid=1">Omar G.</a>]]></dc:creator>
			<guid isPermaLink="false">https://omarg.me/thread?public/blog/productivity-what-s-microproductivity-a-post-from-trello</guid>
			<description><![CDATA[<div style="text-align: center;" class="mycode_align">[field=blog_cover]</div>
<br />
In their post, <a href="https://blog.trello.com/microproductivity-break-tasks-into-smaller-steps" target="_blank" rel="noopener" class="mycode_url">What's Microproductivity? The Small Habit That Will Lead You To Big Wins</a>, writer Kat Boogaard gives a brief explanation of how and why micro productivity works. That is, breaking projects or work into smaller tasks with the intention to increase productivity. One interesting reference is a reading about the <a href="https://courses.lumenlearning.com/wm-principlesofmanagement/chapter/reading-goal-setting-theory/" target="_blank" rel="noopener" class="mycode_url">Goal-Setting Theory<br />
</a> page from Lumen Learning platform.<br />
<br />
Ideally something to work on this new year!<br />
<br />
Image by Trello, found in <a href="https://blog.trello.com/manage-scrum-and-kanban-teams-with-trello-corrello-power-up" target="_blank" rel="noopener" class="mycode_url">How To Manage Scrum And Kanban Teams In Trello With The Corrello Power-Up</a>, a recommended read as well.]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;" class="mycode_align">[field=blog_cover]</div>
<br />
In their post, <a href="https://blog.trello.com/microproductivity-break-tasks-into-smaller-steps" target="_blank" rel="noopener" class="mycode_url">What's Microproductivity? The Small Habit That Will Lead You To Big Wins</a>, writer Kat Boogaard gives a brief explanation of how and why micro productivity works. That is, breaking projects or work into smaller tasks with the intention to increase productivity. One interesting reference is a reading about the <a href="https://courses.lumenlearning.com/wm-principlesofmanagement/chapter/reading-goal-setting-theory/" target="_blank" rel="noopener" class="mycode_url">Goal-Setting Theory<br />
</a> page from Lumen Learning platform.<br />
<br />
Ideally something to work on this new year!<br />
<br />
Image by Trello, found in <a href="https://blog.trello.com/manage-scrum-and-kanban-teams-with-trello-corrello-power-up" target="_blank" rel="noopener" class="mycode_url">How To Manage Scrum And Kanban Teams In Trello With The Corrello Power-Up</a>, a recommended read as well.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Google Search Console]]></title>
			<link>https://omarg.me/thread?public/tools/google-search-console</link>
			<pubDate>Mon, 31 Dec 2018 07:57:15 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://omarg.me/member.php?action=profile&uid=1">Omar G.</a>]]></dc:creator>
			<guid isPermaLink="false">https://omarg.me/thread?public/tools/google-search-console</guid>
			<description><![CDATA[New google search console for webmaster tools.]]></description>
			<content:encoded><![CDATA[New google search console for webmaster tools.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Think With Google Tools]]></title>
			<link>https://omarg.me/thread?public/tools/think-with-google-tools</link>
			<pubDate>Mon, 31 Dec 2018 07:44:43 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://omarg.me/member.php?action=profile&uid=1">Omar G.</a>]]></dc:creator>
			<guid isPermaLink="false">https://omarg.me/thread?public/tools/think-with-google-tools</guid>
			<description><![CDATA[Digital Marketing tools from Google.]]></description>
			<content:encoded><![CDATA[Digital Marketing tools from Google.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[PageSpeed Insights]]></title>
			<link>https://omarg.me/thread?public/tools/pagespeed-insights</link>
			<pubDate>Mon, 31 Dec 2018 07:41:03 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://omarg.me/member.php?action=profile&uid=1">Omar G.</a>]]></dc:creator>
			<guid isPermaLink="false">https://omarg.me/thread?public/tools/pagespeed-insights</guid>
			<description><![CDATA[Make your web pages fast on all devices.]]></description>
			<content:encoded><![CDATA[Make your web pages fast on all devices.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[PortableApps.com]]></title>
			<link>https://omarg.me/thread?public/tools/portableapps-com</link>
			<pubDate>Wed, 26 Dec 2018 23:31:36 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://omarg.me/member.php?action=profile&uid=1">Omar G.</a>]]></dc:creator>
			<guid isPermaLink="false">https://omarg.me/thread?public/tools/portableapps-com</guid>
			<description><![CDATA[A fully open source and free platform, it works from any synced cloud folder (DropBox, Google Drive, Box, etc), from your local PC on an internal or external drive, or on any portable storage device (USB flash drive, memory card, portable hard drive, etc) moved between PCs.]]></description>
			<content:encoded><![CDATA[A fully open source and free platform, it works from any synced cloud folder (DropBox, Google Drive, Box, etc), from your local PC on an internal or external drive, or on any portable storage device (USB flash drive, memory card, portable hard drive, etc) moved between PCs.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Intelectual Property in USMCA]]></title>
			<link>https://omarg.me/thread?public/blog/technologie-intelectual-property-in-usmca</link>
			<pubDate>Mon, 03 Dec 2018 21:07:46 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://omarg.me/member.php?action=profile&uid=1">Omar G.</a>]]></dc:creator>
			<guid isPermaLink="false">https://omarg.me/thread?public/blog/technologie-intelectual-property-in-usmca</guid>
			<description><![CDATA[<div style="text-align: center;" class="mycode_align">[field=blog_cover]</div>
<br />
Hi there people.<br />
<br />
I have been reading some of the USMCA (T-MEC in Mexico) <a href="https://www.dineroenimagen.com/hacker/el-t-mec-podria-afectar-tu-libertad-de-navegar-por-internet/105085" target="_blank" rel="noopener" class="mycode_url">content regarding intelectual property protection</a>. It was kind of shocking to find out that in the document they not just force the US Digital Millennium Copyright Act (DMCA) concept for all parties (Canada, Mexico, and the US) but also <span style="font-weight: bold;" class="mycode_b">imposes liability for Internet Service Providers over content created by the end user</span>. I know there is a need to control this some way, but forcing ISPs to comply with such demands might not be the best for all parties.<br />
<br />
I'm talking especially about Mexico here of course. There is a danger for Mexicans to be increasingly damaged by this policy because of lacking differences in the judiciary. For US citizens <a href="https://arstechnica.com/tech-policy/2018/10/ajit-pais-fcc-tells-court-that-net-neutrality-rules-were-illegal/" target="_blank" rel="noopener" class="mycode_url">a government that tries to enforce anything </a>upon them through mere text interpretation might end up being worth of a Hollywood movie draft script. For we Mexicans, we may as well end up playing puppet as the rule of law and due process are both kind of a joke.<br />
<br />
Anyway, I recommend you read the document, get informed about its content, or both, as <span style="font-weight: bold;" class="mycode_b">it will start applying to the three north america countries once their legislature approves it</span> now that their <a href="https://www.vox.com/2018/11/30/18119700/usmca-nafta-replacement-g20-trump" target="_blank" rel="noopener" class="mycode_url">executive representatives have signed the threaty while in the G20 summit in Buenos Aires.</a>.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">References:</span> <a href="https://ustr.gov/trade-agreements/free-trade-agreements/united-states-mexico-canada-agreement" target="_blank" rel="noopener" class="mycode_url">United States-Mexico-Canada Agreement</a>, <a href="https://www.wilsoncenter.org/article/infographic-the-usmca" target="_blank" rel="noopener" class="mycode_url">Infographic | The USMCA</a>, <a href="https://www.wilsoncenter.org/article/infographic-usmca-intellectual-property" target="_blank" rel="noopener" class="mycode_url">Infographic | USMCA Intellectual Property</a>]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;" class="mycode_align">[field=blog_cover]</div>
<br />
Hi there people.<br />
<br />
I have been reading some of the USMCA (T-MEC in Mexico) <a href="https://www.dineroenimagen.com/hacker/el-t-mec-podria-afectar-tu-libertad-de-navegar-por-internet/105085" target="_blank" rel="noopener" class="mycode_url">content regarding intelectual property protection</a>. It was kind of shocking to find out that in the document they not just force the US Digital Millennium Copyright Act (DMCA) concept for all parties (Canada, Mexico, and the US) but also <span style="font-weight: bold;" class="mycode_b">imposes liability for Internet Service Providers over content created by the end user</span>. I know there is a need to control this some way, but forcing ISPs to comply with such demands might not be the best for all parties.<br />
<br />
I'm talking especially about Mexico here of course. There is a danger for Mexicans to be increasingly damaged by this policy because of lacking differences in the judiciary. For US citizens <a href="https://arstechnica.com/tech-policy/2018/10/ajit-pais-fcc-tells-court-that-net-neutrality-rules-were-illegal/" target="_blank" rel="noopener" class="mycode_url">a government that tries to enforce anything </a>upon them through mere text interpretation might end up being worth of a Hollywood movie draft script. For we Mexicans, we may as well end up playing puppet as the rule of law and due process are both kind of a joke.<br />
<br />
Anyway, I recommend you read the document, get informed about its content, or both, as <span style="font-weight: bold;" class="mycode_b">it will start applying to the three north america countries once their legislature approves it</span> now that their <a href="https://www.vox.com/2018/11/30/18119700/usmca-nafta-replacement-g20-trump" target="_blank" rel="noopener" class="mycode_url">executive representatives have signed the threaty while in the G20 summit in Buenos Aires.</a>.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">References:</span> <a href="https://ustr.gov/trade-agreements/free-trade-agreements/united-states-mexico-canada-agreement" target="_blank" rel="noopener" class="mycode_url">United States-Mexico-Canada Agreement</a>, <a href="https://www.wilsoncenter.org/article/infographic-the-usmca" target="_blank" rel="noopener" class="mycode_url">Infographic | The USMCA</a>, <a href="https://www.wilsoncenter.org/article/infographic-usmca-intellectual-property" target="_blank" rel="noopener" class="mycode_url">Infographic | USMCA Intellectual Property</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Google Charts]]></title>
			<link>https://omarg.me/thread?public/tools/google-charts</link>
			<pubDate>Sun, 02 Dec 2018 05:13:58 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://omarg.me/member.php?action=profile&uid=1">Omar G.</a>]]></dc:creator>
			<guid isPermaLink="false">https://omarg.me/thread?public/tools/google-charts</guid>
			<description><![CDATA[cGoogle chart tools are powerful, simple to use, and free. Try out our rich gallery of interactive charts and data tools.]]></description>
			<content:encoded><![CDATA[cGoogle chart tools are powerful, simple to use, and free. Try out our rich gallery of interactive charts and data tools.]]></content:encoded>
		</item>
	</channel>
</rss>