<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" 
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:wfw="http://wellformedweb.org/CommentAPI/"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:meneame="http://meneame.net/faq-es.php"
 >
<channel>
	<title>Lolita: búsqueda en comentarios: #ffffff</title>
	<link>http://www.meneame.net</link>
	<image><title>www.meneame.net</title><link>http://www.meneame.net</link><url>http://cdn.mnmstatic.net/m/Lolita/img/mnm/eli-rss.png</url></image>
	<description>Sitio colaborativo de publicación y comunicación entre blogs</description>
	<pubDate>Sun, 16 Nov 2025 12:48:25 +0000</pubDate>
	<generator>http://blog.meneame.net/</generator>
	<language>es</language>
	<item>
		<meneame:comment_id>43848948</meneame:comment_id>
		<meneame:link_id>4117856</meneame:link_id>
		<meneame:order>59</meneame:order>
		<meneame:user>sxentinel</meneame:user>
		<meneame:votes>1</meneame:votes>
		<meneame:karma>25</meneame:karma>
		<meneame:url>https://www.meneame.net/m/tecnología/extrano-caso-ias-no-sabian-representar-relojes</meneame:url>
		<title>#59 El extraño caso de las IAs que no sabían representar relojes</title>
		<link>https://www.meneame.net/m/tecnología/extrano-caso-ias-no-sabian-representar-relojes/c059#c-59</link>
		<pubDate>Sun, 16 Nov 2025 12:48:25 +0000</pubDate>
		<dc:creator>sxentinel</dc:creator>
		<guid>https://www.meneame.net/m/tecnología/extrano-caso-ias-no-sabian-representar-relojes/c059#c-59</guid>
		<description><![CDATA[<p><a class="tooltip c:4117856-5" href="https://www.meneame.net/m/tecnología/extrano-caso-ias-no-sabian-representar-relojes/c05#c-5" rel="nofollow">#5</a> Gemini 2.5 Pro también lo saca bien:<br />
<br />
&#60;!DOCTYPE html&#62;<br />
<br />
&#60;html lang=&#34;es&#34;&#62; &#60;head&#62; &#60;meta charset=&#34;UTF-8&#34;&#62; &#60;meta name=&#34;viewport&#34; content=&#34;width=device-width, initial-scale=1.0&#34;&#62; &#60;title&#62;Reloj Analógico&#60;/title&#62; &#60;style&#62; *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }<br />
<br />
    html,<br />
    body {<br />
 height: 100%;<br />
    }<br />
<br />
    body {<br />
 display: grid;<br />
 place-items: center;<br />
 background-color: <a href="/m/Lolita/search?w=comments&#38;q=%23ffffff&#38;o=date">#ffffff</a>;<br />
 font-family: <del>apple</del>system, BlinkMacSystemFont, &#34;Segoe UI&#34;, Roboto,<br />
 Helvetica, Arial, sans-serif;<br />
    }<br />
<br />
    .clock {<br />
 /* Sincronizado con la hora de la solicitud: 13:43:28 */<br />
 /* Rotación manecilla horas: ((13 % 12) / 12) * 360 + (43 / 60) * 30 = 30 + 21.5 = 51.5deg */<br />
 --h-deg: 51.5deg;<br />
 /* Rotación manecilla minutos: (43 / 60) * 360 = 258deg */<br />
 --m-deg: 258deg;<br />
 /* Rotación manecilla segundos: (28 / 60) * 360 = 168deg */<br />
 --s-deg: 168deg;<br />
<br />
 /* Diseño Responsive: usa 80% de la dimensión más pequeña del viewport */<br />
 width: 80vmin;<br />
 height: 80vmin;<br />
 /* Limita el tamaño máximo */<br />
 max-width: 400px;<br />
 max-height: 400px;<br />
<br />
 position: relative;<br />
 background-color: <a href="/m/Lolita/search?w=comments&#38;q=%23fff&#38;o=date">#fff</a>;<br />
 border: clamp(4px, 2vmin, 10px) solid <a class="tooltip c:4117856-333" href="https://www.meneame.net/m/tecnología/extrano-caso-ias-no-sabian-representar-relojes/c0333#c-333" rel="nofollow">#333</a>;<br />
 border-radius: 50%;<br />
 box-shadow: 0 0 10px rgba(0, 0, 0, 0.1),<br />
 inset 0 0 5px rgba(0, 0, 0, 0.05);<br />
    }<br />
<br />
    .center {<br />
 position: absolute;<br />
 top: 50%;<br />
 left: 50%;<br />
 transform: translate(-50%, -50%);<br />
 width: clamp(8px, 3vmin, 20px);<br />
 height: clamp(8px, 3vmin, 20px);<br />
 background-color: <a class="tooltip c:4117856-333" href="https://www.meneame.net/m/tecnología/extrano-caso-ias-no-sabian-representar-relojes/c0333#c-333" rel="nofollow">#333</a>;<br />
 border-radius: 50%;<br />
 z-index: 12;<br />
    }<br />
<br />
    .hand {<br />
 position: absolute;<br />
 bottom: 50%;<br />
 left: 50%;<br />
 transform-origin: bottom center;<br />
 border-radius: 4px 4px 0 0;<br />
 z-index: 10;<br />
    }<br />
<br />
    .hour {<br />
 width: clamp(4px, 1.8vmin, 10px);<br />
 height: 25%;<br />
 background-color: <a class="tooltip c:4117856-333" href="https://www.meneame.net/m/tecnología/extrano-caso-ias-no-sabian-representar-relojes/c0333#c-333" rel="nofollow">#333</a>;<br />
 transform: translateX(-50%) rotate(var(--h-deg));<br />
    }<br />
<br />
    .minute {<br />
 width: clamp(3px, 1.3vmin, 8px);<br />
 height: 35%;<br />
 background-color: <a class="tooltip c:4117856-555" href="https://www.meneame.net/m/tecnología/extrano-caso-ias-no-sabian-representar-relojes/c0555#c-555" rel="nofollow">#555</a>;<br />
 transform: translateX(-50%) rotate(var(--m-deg));<br />
    }<br />
<br />
    .second {<br />
 width: clamp(1px, 0.5vmin, 3px);<br />
 height: 40%;<br />
 background-color: <a href="/m/Lolita/search?w=comments&#38;q=%23f00&#38;o=date">#f00</a>;<br />
 z-index: 11;<br />
 transform: translateX(-50%) rotate(var(--s-deg));<br />
 /* Animación */<br />
 animation: spin 60s linear infinite;<br />
    }<br />
<br />
    <a class='tooltip u:keyframes' href='/user/keyframes'>@keyframes</a> spin {<br />
 from {<br />
 transform: translateX(-50%) rotate(var(--s-deg));<br />
 }<br />
 to {<br />
 transform: translateX(-50%) rotate(calc(var(--s-deg) + 360deg));<br />
 }<br />
    }<br />
<br />
    .number {<br />
 position: absolute;<br />
 width: 100%;<br />
 height: 100%;<br />
 top: 0;<br />
 left: 0;<br />
 text-align: center;<br />
 font-size: clamp(1rem, 5vmin, 2.2rem);<br />
 color: <a class="tooltip c:4117856-444" href="https://www.meneame.net/m/tecnología/extrano-caso-ias-no-sabian-representar-relojes/c0444#c-444" rel="nofollow">#444</a>;<br />
 font-weight: 500;<br />
    }<br />
<br />
    .number span {<br />
 display: inline-block;<br />
 padding-top: clamp(8px, 4%, 20px); /* Empuja los números desde el borde */<br />
    }<br />
<br />
    .n1 { transform: rotate(30deg); }<br />
    .n1 span { transform: rotate(-30deg); }<br />
    .n2 { transform: rotate(60deg); }<br />
    .n2 span { transform: rotate(-60deg); }<br />
    .n3 { transform: rotate(90deg); }<br />
    .n3 span { transform: rotate(-90deg); }<br />
    .n4 { transform: rotate(120deg); }<br />
    .n4 span { transform: rotate(-120deg); }<br />
    .n5 { transform: rotate(150deg); }<br />
    .n5 span { transform: rotate(-150deg); }<br />
    .n6 { transform: rotate(180deg); }<br />
    .n6 span { transform: rotate(-180deg); }<br />
    .n7 { transform: rotate(210deg); }<br />
    .n7 span { transform: rotate(-210deg); }<br />
    .n8 { transform: rotate(240deg); }<br />
    .n8 span { transform: rotate(-240deg); }<br />
    .n9 { transform: rotate(270deg); }<br />
    .n9 span { transform: rotate(-270deg); }<br />
    .n10 { transform: rotate(300deg); }<br />
    .n10 span { transform: rotate(-300deg); }<br />
    .n11 { transform: rotate(330deg); }<br />
    .n11 span { transform: rotate(-330deg); }<br />
    .n12 { transform: rotate(360deg); }<br />
    .n12 span { transform: rotate(-360deg); }<br />
&#60;/style&#62;<br />
&#60;/head&#62; &#60;body&#62; &#60;div class=&#34;clock&#34;&#62; &#60;div class=&#34;hand hour&#34;&#62;&#60;/div&#62; &#60;div class=&#34;hand minute&#34;&#62;&#60;/div&#62; &#60;div class=&#34;hand second&#34;&#62;&#60;/div&#62; &#60;div class=&#34;center&#34;&#62;&#60;/div&#62;<br />
<br />
    &#60;div class=&#34;number n1&#34;&#62;&#60;span&#62;1&#60;/span&#62;&#60;/div&#62;<br />
    &#60;div class=&#34;number n2&#34;&#62;&#60;span&#62;2&#60;/span&#62;&#60;/div&#62;<br />
    &#60;div class=&#34;number n3&#34;&#62;&#60;span&#62;3&#60;/span&#62;&#60;/div&#62;<br />
    &#60;div class=&#34;number n4&#34;&#62;&#60;span&#62;4&#60;/span&#62;&#60;/div&#62;<br />
    &#60;div class=&#34;number n5&#34;&#62;&#60;span&#62;5&#60;/span&#62;&#60;/div&#62;<br />
    &#60;div class=&#34;number n6&#34;&#62;&#60;span&#62;6&#60;/span&#62;&#60;/div&#62;<br />
    &#60;div class=&#34;number n7&#34;&#62;&#60;span&#62;7&#60;/span&#62;&#60;/div&#62;<br />
    &#60;div class=&#34;number n8&#34;&#62;&#60;span&#62;8&#60;/span&#62;&#60;/div&#62;<br />
    &#60;div class=&#34;number n9&#34;&#62;&#60;span&#62;9&#60;/span&#62;&#60;/div&#62;<br />
    &#60;div class=&#34;number n10&#34;&#62;&#60;span&#62;10&#60;/span&#62;&#60;/div&#62;<br />
    &#60;div class=&#34;number n11&#34;&#62;&#60;span&#62;11&#60;/span&#62;&#60;/div&#62;<br />
    &#60;div class=&#34;number n12&#34;&#62;&#60;span&#62;12&#60;/span&#62;&#60;/div&#62;<br />
&#60;/div&#62;<br />
&#60;/body&#62; &#60;/html&#62;</p><p>&#187;&nbsp;autor: <strong>sxentinel</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>41739412</meneame:comment_id>
		<meneame:link_id>3994113</meneame:link_id>
		<meneame:order>55</meneame:order>
		<meneame:user>DayOfTheTentacle</meneame:user>
		<meneame:votes>1</meneame:votes>
		<meneame:karma>19</meneame:karma>
		<meneame:url>https://www.meneame.net/m/cultura/cual-significado-nuevas-senales-borde-verde-comienzan-usarse</meneame:url>
		<title>#55 ¿Cuál es el significado de las nuevas señales con borde verde que comienzan a usarse?</title>
		<link>https://www.meneame.net/m/cultura/cual-significado-nuevas-senales-borde-verde-comienzan-usarse/c055#c-55</link>
		<pubDate>Wed, 30 Oct 2024 17:25:17 +0000</pubDate>
		<dc:creator>DayOfTheTentacle</dc:creator>
		<guid>https://www.meneame.net/m/cultura/cual-significado-nuevas-senales-borde-verde-comienzan-usarse/c055#c-55</guid>
		<description><![CDATA[<p><a class="tooltip c:3994113-54" href="https://www.meneame.net/m/cultura/cual-significado-nuevas-senales-borde-verde-comienzan-usarse/c054#c-54" rel="nofollow">#54</a> Eres informático no?   RGB <a href="/m/Lolita/search?w=comments&#38;q=%23FFFFFF&#38;o=date">#FFFFFF</a> <img data-src="https://cdn.mnmstatic.net/v_149/img/menemojis/36/tongue.png" alt=":-P" title=":-P" width="18" height="18" src="https://cdn.mnmstatic.net/v_149/img/g.gif" class="emoji lazy" /> <br />
<br />
Pues ahora entiendo la teoría pero me cuesta imaginarlo. Creo que la gente entendemos lo de &#34;no distingue los colores&#34; como que los confunde o cambia uno por otro. Ahora entiendo que es como si fueras incapaz de notar el sabor de la sal (el cono de sabor de la sal jodido por decir algo <img data-src="https://cdn.mnmstatic.net/v_149/img/menemojis/36/lol.gif" alt="xD" title=":lol: xD" width="18" height="18" src="https://cdn.mnmstatic.net/v_149/img/g.gif" class="emoji lazy" />) y para ti una sopa con y sin sal tuviese el mismo sabor aunque para el resto de la gente no. Algo así? <br />
<br />
Muchas gracias por la explicación! <br />
<br />
La verdad es que no había pensado en el problema tal como lo planteas y luego solo era para chinchar pero no puedo más que darte la razón <img data-src="https://cdn.mnmstatic.net/v_149/img/menemojis/36/smiley.png" alt=":-)" title=":-)" width="18" height="18" src="https://cdn.mnmstatic.net/v_149/img/g.gif" class="emoji lazy" /></p><p>&#187;&nbsp;autor: <strong>DayOfTheTentacle</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>41711249</meneame:comment_id>
		<meneame:link_id>3993276</meneame:link_id>
		<meneame:order>6</meneame:order>
		<meneame:user>cocococo</meneame:user>
		<meneame:votes>8</meneame:votes>
		<meneame:karma>59</meneame:karma>
		<meneame:url>https://www.meneame.net/m/cultura/neonazis-recurren-pruebas-adn-comprobar-pedigri-blanco-espanoles-1</meneame:url>
		<title>#6 Neonazis recurren a las pruebas de ADN para comprobar el pedigrí blanco de los españoles</title>
		<link>https://www.meneame.net/m/cultura/neonazis-recurren-pruebas-adn-comprobar-pedigri-blanco-espanoles-1/c06#c-6</link>
		<pubDate>Fri, 25 Oct 2024 21:54:05 +0000</pubDate>
		<dc:creator>cocococo</dc:creator>
		<guid>https://www.meneame.net/m/cultura/neonazis-recurren-pruebas-adn-comprobar-pedigri-blanco-espanoles-1/c06#c-6</guid>
		<description><![CDATA[<p>Color <a href="/m/Lolita/search?w=comments&#38;q=%23FFFFFF&#38;o=date">#FFFFFF</a><br />
<br />
Si los nazis alemanes del siglo pasado resucitaran, lo primero que harían sería cargarse a todos los neonazis.</p><p>&#187;&nbsp;autor: <strong>cocococo</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>41596205</meneame:comment_id>
		<meneame:link_id>3986593</meneame:link_id>
		<meneame:order>28</meneame:order>
		<meneame:user>ingenieril</meneame:user>
		<meneame:votes>0</meneame:votes>
		<meneame:karma>9</meneame:karma>
		<meneame:url>https://www.meneame.net/m/actualidad/murio-tercer-cuervo-corona-inglesa-crece-temor-profesia-existe</meneame:url>
		<title>#28 Murió el tercer cuervo de la corona inglesa y crece el temor por la profecía que existe detrás</title>
		<link>https://www.meneame.net/m/actualidad/murio-tercer-cuervo-corona-inglesa-crece-temor-profesia-existe/c028#c-28</link>
		<pubDate>Sat, 05 Oct 2024 18:44:15 +0000</pubDate>
		<dc:creator>ingenieril</dc:creator>
		<guid>https://www.meneame.net/m/actualidad/murio-tercer-cuervo-corona-inglesa-crece-temor-profesia-existe/c028#c-28</guid>
		<description><![CDATA[<p><a class="tooltip c:3986593-11" href="https://www.meneame.net/m/actualidad/murio-tercer-cuervo-corona-inglesa-crece-temor-profesia-existe/c011#c-11" rel="nofollow">#11</a> <a class="tooltip c:3986593-4" href="https://www.meneame.net/m/actualidad/murio-tercer-cuervo-corona-inglesa-crece-temor-profesia-existe/c04#c-4" rel="nofollow">#4</a> <a class="tooltip c:3986593-3" href="https://www.meneame.net/m/actualidad/murio-tercer-cuervo-corona-inglesa-crece-temor-profesia-existe/c03#c-3" rel="nofollow">#3</a><br />
<br />
El problema es de la pagina web.<br />
Si mirais su codigo fuente vereis que tiene una etiqueta meta y dentro:<br />
<br />
&#60;meta name=&#34;theme-color&#34; content=&#34;<a href="/m/Lolita/search?w=comments&#38;q=%23ffffff&#38;o=date">#ffffff</a>&#34;/&#62;&#60;title&#62;Murió el tercer cuervo de la corona inglesa y crece el temor por la profesía que existe detrás - LA NACION&#60;/title&#62;<br />
<br />
<br />
Probablemente debido a que en un inicio pusieron mal el titulo, lo publicaron y luego modificaron el titulo pero no la etiqueta meta.<br />
<br />
Seguro que lo de las mayusculas es igual.</p><p>&#187;&nbsp;autor: <strong>ingenieril</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>38208709</meneame:comment_id>
		<meneame:link_id>3803008</meneame:link_id>
		<meneame:order>23</meneame:order>
		<meneame:user>Robus</meneame:user>
		<meneame:votes>2</meneame:votes>
		<meneame:karma>27</meneame:karma>
		<meneame:url>https://www.meneame.net/m/actualidad/actriz-karla-souza-autodefine-como-persona-color-exigir-mas</meneame:url>
		<title>#23 La actriz Karla Souza se autodefine como &#34;persona de color&#34; para exigir más dinero</title>
		<link>https://www.meneame.net/m/actualidad/actriz-karla-souza-autodefine-como-persona-color-exigir-mas/c023#c-23</link>
		<pubDate>Sun, 16 Apr 2023 21:45:02 +0000</pubDate>
		<dc:creator>Robus</dc:creator>
		<guid>https://www.meneame.net/m/actualidad/actriz-karla-souza-autodefine-como-persona-color-exigir-mas/c023#c-23</guid>
		<description><![CDATA[<p><a class="tooltip c:3803008-18" href="https://www.meneame.net/m/actualidad/actriz-karla-souza-autodefine-como-persona-color-exigir-mas/c018#c-18" rel="nofollow">#18</a> People who identify their origin as Hispanic, Latino, or Spanish may be of any race.<br />
<br />
O sea, que no miran la raza, miran la &#34;etnicidad&#34; (Ethnicity)... <img data-src="https://cdn.mnmstatic.net/v_149/img/menemojis/36/shit.png" alt=":shit:" title=":shit:" width="18" height="18" src="https://cdn.mnmstatic.net/v_149/img/g.gif" class="emoji lazy" /><br />
<br />
La verdad, desde que (y esto lo he contado en otras ocasiones) en Suecia me dijo un profesor que le parecía bien que yo estuviese allí, &#34;luchando por vivir entre los blancos&#34; ya no me sorprende nada... (y, para que consté, tengo fotos en que mi piel no es que sea blanca, es que el photoshop devuelve <a href="/m/Lolita/search?w=comments&#38;q=%23FFFFFF&#38;o=date">#FFFFFF</a> con la función de indicar el valor del color!). <img data-src="https://cdn.mnmstatic.net/v_149/img/menemojis/36/roll.gif" alt=":roll:" title=":roll:" width="18" height="18" src="https://cdn.mnmstatic.net/v_149/img/g.gif" class="emoji lazy" /><br />
<br />
Lo divertido es que me jugaría un café de Starbucks (a lo loco!) que estos tipos consideran blancos a Napoleon, Alejandro Magno, Julio Cesar... <img data-src="https://cdn.mnmstatic.net/v_149/img/menemojis/36/lol.gif" alt="xD" title=":lol: xD" width="18" height="18" src="https://cdn.mnmstatic.net/v_149/img/g.gif" class="emoji lazy" /></p><p>&#187;&nbsp;autor: <strong>Robus</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>37171151</meneame:comment_id>
		<meneame:link_id>3749819</meneame:link_id>
		<meneame:order>2</meneame:order>
		<meneame:user>Robus</meneame:user>
		<meneame:votes>2</meneame:votes>
		<meneame:karma>39</meneame:karma>
		<meneame:url>https://www.meneame.net/m/cultura/juegos-rol-como-objetos-lujo</meneame:url>
		<title>#2 Los juegos de rol como objetos de lujo</title>
		<link>https://www.meneame.net/m/cultura/juegos-rol-como-objetos-lujo/c02#c-2</link>
		<pubDate>Fri, 18 Nov 2022 10:12:11 +0000</pubDate>
		<dc:creator>Robus</dc:creator>
		<guid>https://www.meneame.net/m/cultura/juegos-rol-como-objetos-lujo/c02#c-2</guid>
		<description><![CDATA[<p><a class="tooltip c:3749819-1" href="https://www.meneame.net/m/cultura/juegos-rol-como-objetos-lujo/c01#c-1" rel="nofollow">#1</a> En los años 90 fui a dar clases de informática a un chico de unos 10 años del barrio (para sacarme unas perras, que como estudiante iba siempre escaso) mientras le daba clase estuvimos hablando un poco de todo y, en un momento, me confesó que tenía un libro de un juego de rol... pero que su madre no le dejaba jugar... por curiosidad, le pedí que me enseñara el libro...<br />
<br />
&#34;El principe valiente&#34;<br />
<br />
un juego de rol infantil super simple y más &#34;blanco&#34; que <a href="/m/Lolita/search?w=comments&#38;q=%23FFFFFF&#38;o=date">#FFFFFF</a><br />
<br />
Y, debido a la propaganda de la TV, los padres no le dejaban que jugase a eso tan peligroso... <img data-src="https://cdn.mnmstatic.net/v_149/img/menemojis/36/palm.png" alt=":palm:" title=":palm:" width="18" height="18" src="https://cdn.mnmstatic.net/v_149/img/g.gif" class="emoji lazy" /><br />
<br />
<a href="https://es.wikipedia.org/wiki/Príncipe_Valiente_(juego_de_rol)" title="es.wikipedia.org/wiki/Príncipe_Valiente_(juego_de_rol)" rel="nofollow">es.wikipedia.org/wiki/Príncipe_Valiente_(juego_de_rol)</a></p><p>&#187;&nbsp;autor: <strong>Robus</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>36081107</meneame:comment_id>
		<meneame:link_id>3688509</meneame:link_id>
		<meneame:order>6</meneame:order>
		<meneame:user>--633606--</meneame:user>
		<meneame:votes>0</meneame:votes>
		<meneame:karma>7</meneame:karma>
		<meneame:url>https://www.meneame.net/m/actualidad/robot-convierte-racista-tras-fallo-pruebas</meneame:url>
		<title>#6 Un robot se convierte en racista tras un fallo en sus pruebas</title>
		<link>https://www.meneame.net/m/actualidad/robot-convierte-racista-tras-fallo-pruebas/c06#c-6</link>
		<pubDate>Thu, 30 Jun 2022 12:21:52 +0000</pubDate>
		<dc:creator>--633606--</dc:creator>
		<guid>https://www.meneame.net/m/actualidad/robot-convierte-racista-tras-fallo-pruebas/c06#c-6</guid>
		<description><![CDATA[<p>[Usuario deshabilitado]</p><p>&#187;&nbsp;autor: <strong>--633606--</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>33188655</meneame:comment_id>
		<meneame:link_id>3516645</meneame:link_id>
		<meneame:order>8</meneame:order>
		<meneame:user>casius_clavius</meneame:user>
		<meneame:votes>11</meneame:votes>
		<meneame:karma>91</meneame:karma>
		<meneame:url>https://www.meneame.net/m/cultura/cosas-dicen-boca-pequena-racismo-marruecos</meneame:url>
		<title>#8 Cosas que se dicen con la boca pequeña: el racismo en Marruecos</title>
		<link>https://www.meneame.net/m/cultura/cosas-dicen-boca-pequena-racismo-marruecos/c08#c-8</link>
		<pubDate>Tue, 15 Jun 2021 13:52:35 +0000</pubDate>
		<dc:creator>casius_clavius</dc:creator>
		<guid>https://www.meneame.net/m/cultura/cosas-dicen-boca-pequena-racismo-marruecos/c08#c-8</guid>
		<description><![CDATA[<p><a class="tooltip c:3516645-5" href="https://www.meneame.net/m/cultura/cosas-dicen-boca-pequena-racismo-marruecos/c05#c-5" rel="nofollow">#5</a> El único blanco de verdad es el color <a href="/m/Lolita/search?w=comments&#38;q=%23FFFFFF&#38;o=date">#FFFFFF</a>. Todos los demás somos tonos de marrón y rosa.</p><p>&#187;&nbsp;autor: <strong>casius_clavius</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>32739813</meneame:comment_id>
		<meneame:link_id>3492229</meneame:link_id>
		<meneame:order>2</meneame:order>
		<meneame:user>--633606--</meneame:user>
		<meneame:votes>0</meneame:votes>
		<meneame:karma>6</meneame:karma>
		<meneame:url>https://www.meneame.net/m/politica/estados-unidos-huella-racismo-nueva-revolucion</meneame:url>
		<title>#2 Estados Unidos: la huella del racismo | Nueva Revolución</title>
		<link>https://www.meneame.net/m/politica/estados-unidos-huella-racismo-nueva-revolucion/c02#c-2</link>
		<pubDate>Wed, 21 Apr 2021 11:39:34 +0000</pubDate>
		<dc:creator>--633606--</dc:creator>
		<guid>https://www.meneame.net/m/politica/estados-unidos-huella-racismo-nueva-revolucion/c02#c-2</guid>
		<description><![CDATA[<p>[Usuario deshabilitado]</p><p>&#187;&nbsp;autor: <strong>--633606--</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>32030468</meneame:comment_id>
		<meneame:link_id>3448361</meneame:link_id>
		<meneame:order>42</meneame:order>
		<meneame:user>ochoceros</meneame:user>
		<meneame:votes>0</meneame:votes>
		<meneame:karma>12</meneame:karma>
		<meneame:url>https://www.meneame.net/m/tecnología/chrome-rechazara-certificados-camerfirma-utilizados-agencia</meneame:url>
		<title>#42 Chrome rechazará los certificados de Camerfirma utilizados por la Agencia Tributaria</title>
		<link>https://www.meneame.net/m/tecnología/chrome-rechazara-certificados-camerfirma-utilizados-agencia/c042#c-42</link>
		<pubDate>Mon, 25 Jan 2021 20:27:05 +0000</pubDate>
		<dc:creator>ochoceros</dc:creator>
		<guid>https://www.meneame.net/m/tecnología/chrome-rechazara-certificados-camerfirma-utilizados-agencia/c042#c-42</guid>
		<description><![CDATA[<p><a class="tooltip c:3448361-27" href="https://www.meneame.net/m/tecnología/chrome-rechazara-certificados-camerfirma-utilizados-agencia/c027#c-27" rel="nofollow">#27</a> Le falta un poco de <a href="/m/Lolita/search?w=comments&#38;q=%23FFFF00&#38;o=date">#FFFF00</a> por arriba a esa pobre <a href="/m/Lolita/search?w=comments&#38;q=%23FFFFFF&#38;o=date">#FFFFFF</a>.</p><p>&#187;&nbsp;autor: <strong>ochoceros</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>31447648</meneame:comment_id>
		<meneame:link_id>3410615</meneame:link_id>
		<meneame:order>175</meneame:order>
		<meneame:user>--14635--</meneame:user>
		<meneame:votes>0</meneame:votes>
		<meneame:karma>10</meneame:karma>
		<meneame:url>https://www.meneame.net/m/actualidad/ponte-mascarilla-tenso-enfrentamiento-entre-vigilante-usuario</meneame:url>
		<title>#175 &#34;¡Ponte la mascarilla!&#34;: el tenso enfrentamiento entre un vigilante y un usuario del Metro de Madrid</title>
		<link>https://www.meneame.net/m/actualidad/ponte-mascarilla-tenso-enfrentamiento-entre-vigilante-usuario/c0175#c-175</link>
		<pubDate>Thu, 12 Nov 2020 22:26:15 +0000</pubDate>
		<dc:creator>--14635--</dc:creator>
		<guid>https://www.meneame.net/m/actualidad/ponte-mascarilla-tenso-enfrentamiento-entre-vigilante-usuario/c0175#c-175</guid>
		<description><![CDATA[<p><a class="tooltip c:3410615-174" href="https://www.meneame.net/m/actualidad/ponte-mascarilla-tenso-enfrentamiento-entre-vigilante-usuario/c0174#c-174" rel="nofollow">#174</a> He argumentado en varios comentarios (a los que tu has contestado) que no sé donde está el racismo, no se ve por ningún lado, el chaval es español, le veo nada raro más que tiene la piel más morena que yo (no es difícil, mi piel es <a href="/m/Lolita/search?w=comments&#38;q=%23FFFFFF&#38;o=date">#FFFFFF</a>) y solo porque alguien sea moreno no implica que haya racismo.<br />
<br />
En el vídeo se ve a un segurata subnormal y a un niñato sin ponerse la mascarilla.<br />
<br />
Sí, en el holocausto había racismo, no, el racismo no era hacia los judíos eso era antisemitismo, el racismo lo había hacia los negros, gitanos y gente que no fuera ario, sí, también se lo hacían a los alemanes.<br />
<br />
Pero vamos que lo que tu digas, estoy cansado de los trolls en esta página.</p><p>&#187;&nbsp;autor: <strong>--14635--</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>30866426</meneame:comment_id>
		<meneame:link_id>3375273</meneame:link_id>
		<meneame:order>113</meneame:order>
		<meneame:user>--650760--</meneame:user>
		<meneame:votes>0</meneame:votes>
		<meneame:karma>6</meneame:karma>
		<meneame:url>https://www.meneame.net/m/actualidad/profesor-universitario-eeuu-suspendido-usar-palabra-china-na-ge</meneame:url>
		<title>#113 Profesor universitario de EEUU suspendido por usar la palabra china 'nà ge' (ING)</title>
		<link>https://www.meneame.net/m/actualidad/profesor-universitario-eeuu-suspendido-usar-palabra-china-na-ge/c0113#c-113</link>
		<pubDate>Mon, 07 Sep 2020 12:10:01 +0000</pubDate>
		<dc:creator>--650760--</dc:creator>
		<guid>https://www.meneame.net/m/actualidad/profesor-universitario-eeuu-suspendido-usar-palabra-china-na-ge/c0113#c-113</guid>
		<description><![CDATA[<p>[Usuario deshabilitado]</p><p>&#187;&nbsp;autor: <strong>--650760--</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>25086423</meneame:comment_id>
		<meneame:link_id>2996605</meneame:link_id>
		<meneame:order>160</meneame:order>
		<meneame:user>--561349--</meneame:user>
		<meneame:votes>0</meneame:votes>
		<meneame:karma>6</meneame:karma>
		<meneame:url>https://www.meneame.net/m/cultura/merece-pena-pagar-doble-pollo-comprar-uno-corral</meneame:url>
		<title>#160 ¿Merece la pena pagar el doble por un pollo y comprar uno de corral?.</title>
		<link>https://www.meneame.net/m/cultura/merece-pena-pagar-doble-pollo-comprar-uno-corral/c0160#c-160</link>
		<pubDate>Tue, 21 Aug 2018 14:31:41 +0000</pubDate>
		<dc:creator>--561349--</dc:creator>
		<guid>https://www.meneame.net/m/cultura/merece-pena-pagar-doble-pollo-comprar-uno-corral/c0160#c-160</guid>
		<description><![CDATA[<p><a class="tooltip c:2996605-159" href="https://www.meneame.net/m/cultura/merece-pena-pagar-doble-pollo-comprar-uno-corral/c0159#c-159" rel="nofollow">#159</a> &#62; Y qué? <br />
<br />
pues es un nivel mas bajo y  por lo tanto mas importante<br />
<br />
&#62; Eso ni tiene sentido ni tiene nada que ver con el capitalismo. <br />
<br />
si que lo tiene por que si es propietario de su cuerpo la prostitución voluntaria es ok y también la eutanasia o la venta de organos  es decir ampliar el mercado de bienes y servicios<br />
<br />
&#62; wat?<br />
<br />
el liberalismo no tolera el capitalismo al 100% es decir que contratos ( interacciones voluntarias ) de esclavitud o canibalismo <br />
<br />
<br />
&#62;  insinuas que si hay una sola ley entonces el sistema ya no es libre y por lo tanto no es capitalista? <br />
<br />
 si hay una sola ley deja de ser 100% capitalista y das el primer paso hacia la economía mixta <br />
<br />
imagínate como un rango de blanco a negro el <a href="/m/Lolita/search?w=comments&#38;q=%23ffffff&#38;o=date">#ffffff</a> es puro blanco donde puedes tener todas las interacciones voluntarias que quieres mientras en el otro extremo <a class="tooltip l:2996605" href="https://www.meneame.net/m/cultura/merece-pena-pagar-doble-pollo-comprar-uno-corral" rel="nofollow">#000000</a> toda las interacciones están reguladas de alguna manera <br />
<br />
&#62; Te importaria definir capitalismo?<br />
<br />
sistema creación y gestión de bienes y servicios basado en la propiedad privada, libre competencia y libre asociación</p><p>&#187;&nbsp;autor: <strong>--561349--</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>25054381</meneame:comment_id>
		<meneame:link_id>2997037</meneame:link_id>
		<meneame:order>82</meneame:order>
		<meneame:user>mcfgdbbn3</meneame:user>
		<meneame:votes>3</meneame:votes>
		<meneame:karma>31</meneame:karma>
		<meneame:url>https://www.meneame.net/m/actualidad/hombres-perciben-mas-rapido-movimiento-mujeres</meneame:url>
		<title>#82 Los hombres perciben más rápido el movimiento que las mujeres</title>
		<link>https://www.meneame.net/m/actualidad/hombres-perciben-mas-rapido-movimiento-mujeres/c082#c-82</link>
		<pubDate>Fri, 17 Aug 2018 02:19:58 +0000</pubDate>
		<dc:creator>mcfgdbbn3</dc:creator>
		<guid>https://www.meneame.net/m/actualidad/hombres-perciben-mas-rapido-movimiento-mujeres/c082#c-82</guid>
		<description><![CDATA[<p><a class="tooltip c:2997037-32" href="https://www.meneame.net/m/actualidad/hombres-perciben-mas-rapido-movimiento-mujeres/c032#c-32" rel="nofollow">#32</a>: <a href="/m/Lolita/search?w=comments&#38;q=%23FFFFFF&#38;o=date">#FFFFFF</a> y en botella.</p><p>&#187;&nbsp;autor: <strong>mcfgdbbn3</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>24658250</meneame:comment_id>
		<meneame:link_id>2971129</meneame:link_id>
		<meneame:order>10</meneame:order>
		<meneame:user>--32677--</meneame:user>
		<meneame:votes>0</meneame:votes>
		<meneame:karma>19</meneame:karma>
		<meneame:url>https://www.meneame.net/m/cultura/dime-color-tu-semen-dire-enfermedad-tienes</meneame:url>
		<title>#10 Dime de qué color es tu semen y te diré qué enfermedad tienes</title>
		<link>https://www.meneame.net/m/cultura/dime-color-tu-semen-dire-enfermedad-tienes/c010#c-10</link>
		<pubDate>Fri, 22 Jun 2018 08:41:35 +0000</pubDate>
		<dc:creator>--32677--</dc:creator>
		<guid>https://www.meneame.net/m/cultura/dime-color-tu-semen-dire-enfermedad-tienes/c010#c-10</guid>
		<description><![CDATA[<p><a class="tooltip c:2971129-4" href="https://www.meneame.net/m/cultura/dime-color-tu-semen-dire-enfermedad-tienes/c04#c-4" rel="nofollow">#4</a> Hexadecimal. Mi semen es <a href="/m/Lolita/search?w=comments&#38;q=%23FFFFFF&#38;o=date">#FFFFFF</a></p><p>&#187;&nbsp;autor: <strong>--32677--</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>22231165</meneame:comment_id>
		<meneame:link_id>2805730</meneame:link_id>
		<meneame:order>6</meneame:order>
		<meneame:user>--112516--</meneame:user>
		<meneame:votes>3</meneame:votes>
		<meneame:karma>42</meneame:karma>
		<meneame:url>https://www.meneame.net/m/cultura/consejos-escritores-puedan-describir-color-piel-personajes</meneame:url>
		<title>#6 Consejos para que los escritores puedan describir el color de piel de sus personajes</title>
		<link>https://www.meneame.net/m/cultura/consejos-escritores-puedan-describir-color-piel-personajes/c06#c-6</link>
		<pubDate>Thu, 27 Jul 2017 07:31:23 +0000</pubDate>
		<dc:creator>--112516--</dc:creator>
		<guid>https://www.meneame.net/m/cultura/consejos-escritores-puedan-describir-color-piel-personajes/c06#c-6</guid>
		<description><![CDATA[<p>Que le echen cojones y que usen los códigos para los colores, así no hay manera de que se ofenda nadie... <br />
<br />
<a class="tooltip l:2805730" href="https://www.meneame.net/m/cultura/consejos-escritores-puedan-describir-color-piel-personajes" rel="nofollow">#000000</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23FFFFFF&#38;o=date">#FFFFFF</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%232B1212&#38;o=date">#2B1212</a><br />
<br />
<img data-src="https://cdn.mnmstatic.net/v_149/img/menemojis/36/troll.png" alt=":troll:" title=":troll:" width="18" height="18" src="https://cdn.mnmstatic.net/v_149/img/g.gif" class="emoji lazy" /> <img data-src="https://cdn.mnmstatic.net/v_149/img/menemojis/36/troll.png" alt=":troll:" title=":troll:" width="18" height="18" src="https://cdn.mnmstatic.net/v_149/img/g.gif" class="emoji lazy" /></p><p>&#187;&nbsp;autor: <strong>--112516--</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>21255360</meneame:comment_id>
		<meneame:link_id>2734757</meneame:link_id>
		<meneame:order>20</meneame:order>
		<meneame:user>zarr</meneame:user>
		<meneame:votes>0</meneame:votes>
		<meneame:karma>6</meneame:karma>
		<meneame:url>https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega</meneame:url>
		<title>#20 Recordando viejos modos gráficos: CGA, Hercules, EGA...</title>
		<link>https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c020#c-20</link>
		<pubDate>Fri, 17 Feb 2017 14:29:09 +0000</pubDate>
		<dc:creator>zarr</dc:creator>
		<guid>https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c020#c-20</guid>
		<description><![CDATA[<p><a class="tooltip c:2734757-17" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c017#c-17" rel="nofollow">#17</a> <a class="tooltip c:2734757-19" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c019#c-19" rel="nofollow">#19</a> Acabo de encontrar la opción en GIMP para exportar paleta. Ahí va la paleta VGA, desordenada, eso sí:<br />
<br />
<a class="tooltip l:2734757" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega" rel="nofollow">#000000</a><br />
<a class="tooltip c:2734757-000041" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0000041#c-000041" rel="nofollow">#000041</a><br />
<a class="tooltip c:2734757-100041" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0100041#c-100041" rel="nofollow">#100041</a><br />
<a class="tooltip c:2734757-000071" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0000071#c-000071" rel="nofollow">#000071</a><br />
<a class="tooltip c:2734757-200041" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0200041#c-200041" rel="nofollow">#200041</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%230000aa&#38;o=date">#0000aa</a><br />
<a class="tooltip c:2734757-410000" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0410000#c-410000" rel="nofollow">#410000</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%231c0071&#38;o=date">#1c0071</a><br />
<a class="tooltip c:2734757-410010" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0410010#c-410010" rel="nofollow">#410010</a><br />
<a class="tooltip c:2734757-310041" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0310041#c-310041" rel="nofollow">#310041</a><br />
<a class="tooltip c:2734757-101010" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0101010#c-101010" rel="nofollow">#101010</a><br />
<a class="tooltip c:2734757-410020" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0410020#c-410020" rel="nofollow">#410020</a><br />
<a class="tooltip c:2734757-001041" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0001041#c-001041" rel="nofollow">#001041</a><br />
<a class="tooltip c:2734757-410031" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0410031#c-410031" rel="nofollow">#410031</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%230000ff&#38;o=date">#0000ff</a><br />
<a class="tooltip c:2734757-410041" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0410041#c-410041" rel="nofollow">#410041</a><br />
<a class="tooltip c:2734757-390071" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0390071#c-390071" rel="nofollow">#390071</a><br />
<a class="tooltip c:2734757-710000" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0710000#c-710000" rel="nofollow">#710000</a><br />
<a class="tooltip c:2734757-411000" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0411000#c-411000" rel="nofollow">#411000</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%2371001c&#38;o=date">#71001c</a><br />
<a class="tooltip c:2734757-550071" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0550071#c-550071" rel="nofollow">#550071</a><br />
<a class="tooltip c:2734757-002041" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0002041#c-002041" rel="nofollow">#002041</a><br />
<a class="tooltip c:2734757-710039" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0710039#c-710039" rel="nofollow">#710039</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23001c71&#38;o=date">#001c71</a><br />
<a class="tooltip c:2734757-710055" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0710055#c-710055" rel="nofollow">#710055</a><br />
<a class="tooltip c:2734757-202020" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0202020#c-202020" rel="nofollow">#202020</a><br />
<a class="tooltip c:2734757-710071" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0710071#c-710071" rel="nofollow">#710071</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%234100ff&#38;o=date">#4100ff</a><br />
<a class="tooltip c:2734757-202041" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0202041#c-202041" rel="nofollow">#202041</a><br />
<a class="tooltip c:2734757-282041" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0282041#c-282041" rel="nofollow">#282041</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23aa0000&#38;o=date">#aa0000</a><br />
<a class="tooltip c:2734757-412000" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0412000#c-412000" rel="nofollow">#412000</a><br />
<a class="tooltip c:2734757-312041" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0312041#c-312041" rel="nofollow">#312041</a><br />
<a class="tooltip c:2734757-412020" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0412020#c-412020" rel="nofollow">#412020</a><br />
<a class="tooltip c:2734757-412028" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0412028#c-412028" rel="nofollow">#412028</a><br />
<a class="tooltip c:2734757-392041" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0392041#c-392041" rel="nofollow">#392041</a><br />
<a class="tooltip c:2734757-003141" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0003141#c-003141" rel="nofollow">#003141</a><br />
<a class="tooltip c:2734757-202841" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0202841#c-202841" rel="nofollow">#202841</a><br />
<a class="tooltip c:2734757-412031" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0412031#c-412031" rel="nofollow">#412031</a><br />
<a class="tooltip c:2734757-412039" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0412039#c-412039" rel="nofollow">#412039</a><br />
<a class="tooltip c:2734757-412041" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0412041#c-412041" rel="nofollow">#412041</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23711c00&#38;o=date">#711c00</a><br />
<a class="tooltip c:2734757-412820" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0412820#c-412820" rel="nofollow">#412820</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%238200ff&#38;o=date">#8200ff</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%232d2d41&#38;o=date">#2d2d41</a><br />
<a class="tooltip c:2734757-004100" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0004100#c-004100" rel="nofollow">#004100</a><br />
<a class="tooltip c:2734757-203141" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0203141#c-203141" rel="nofollow">#203141</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23312d41&#38;o=date">#312d41</a><br />
<a class="tooltip c:2734757-004110" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0004110#c-004110" rel="nofollow">#004110</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23352d41&#38;o=date">#352d41</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23aa00aa&#38;o=date">#aa00aa</a><br />
<a class="tooltip c:2734757-004120" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0004120#c-004120" rel="nofollow">#004120</a><br />
<a class="tooltip c:2734757-413100" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0413100#c-413100" rel="nofollow">#413100</a><br />
<a class="tooltip c:2734757-003971" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0003971#c-003971" rel="nofollow">#003971</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23412d2d&#38;o=date">#412d2d</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%232d3141&#38;o=date">#2d3141</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23412d31&#38;o=date">#412d31</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23412d35&#38;o=date">#412d35</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%233d2d41&#38;o=date">#3d2d41</a><br />
<a class="tooltip c:2734757-104100" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0104100#c-104100" rel="nofollow">#104100</a><br />
<a class="tooltip c:2734757-004131" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0004131#c-004131" rel="nofollow">#004131</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23412d3d&#38;o=date">#412d3d</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23412d41&#38;o=date">#412d41</a><br />
<a class="tooltip c:2734757-413120" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0413120#c-413120" rel="nofollow">#413120</a><br />
<a class="tooltip c:2734757-004141" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0004141#c-004141" rel="nofollow">#004141</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%2341312d&#38;o=date">#41312d</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%232d3541&#38;o=date">#2d3541</a><br />
<a class="tooltip c:2734757-203941" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0203941#c-203941" rel="nofollow">#203941</a><br />
<a class="tooltip c:2734757-353535" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0353535#c-353535" rel="nofollow">#353535</a><br />
<a class="tooltip c:2734757-204100" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0204100#c-204100" rel="nofollow">#204100</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ff0000&#38;o=date">#ff0000</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%2341352d&#38;o=date">#41352d</a><br />
<a class="tooltip c:2734757-204120" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0204120#c-204120" rel="nofollow">#204120</a><br />
<a class="tooltip c:2734757-204128" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0204128#c-204128" rel="nofollow">#204128</a><br />
<a class="tooltip c:2734757-204131" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0204131#c-204131" rel="nofollow">#204131</a><br />
<a class="tooltip c:2734757-413920" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0413920#c-413920" rel="nofollow">#413920</a><br />
<a class="tooltip c:2734757-314100" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0314100#c-314100" rel="nofollow">#314100</a><br />
<a class="tooltip c:2734757-284120" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0284120#c-284120" rel="nofollow">#284120</a><br />
<a class="tooltip c:2734757-204139" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0204139#c-204139" rel="nofollow">#204139</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%232d3d41&#38;o=date">#2d3d41</a><br />
<a class="tooltip c:2734757-204141" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0204141#c-204141" rel="nofollow">#204141</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23be00ff&#38;o=date">#be00ff</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ff0041&#38;o=date">#ff0041</a><br />
<a class="tooltip c:2734757-314120" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0314120#c-314120" rel="nofollow">#314120</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%232d412d&#38;o=date">#2d412d</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%232d4131&#38;o=date">#2d4131</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%232d4135&#38;o=date">#2d4135</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%2331412d&#38;o=date">#31412d</a><br />
<a class="tooltip c:2734757-414100" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0414100#c-414100" rel="nofollow">#414100</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%232d413d&#38;o=date">#2d413d</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23413d2d&#38;o=date">#413d2d</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%232d4141&#38;o=date">#2d4141</a><br />
<a class="tooltip c:2734757-394120" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0394120#c-394120" rel="nofollow">#394120</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%2335412d&#38;o=date">#35412d</a><br />
<a class="tooltip c:2734757-393971" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0393971#c-393971" rel="nofollow">#393971</a><br />
<a class="tooltip c:2734757-414120" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0414120#c-414120" rel="nofollow">#414120</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%233d412d&#38;o=date">#3d412d</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%2341412d&#38;o=date">#41412d</a><br />
<a class="tooltip c:2734757-453971" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0453971#c-453971" rel="nofollow">#453971</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ff0082&#38;o=date">#ff0082</a><br />
<a class="tooltip c:2734757-713900" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0713900#c-713900" rel="nofollow">#713900</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%230041ff&#38;o=date">#0041ff</a><br />
<a class="tooltip c:2734757-553971" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0553971#c-553971" rel="nofollow">#553971</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ff00be&#38;o=date">#ff00be</a><br />
<a class="tooltip c:2734757-713939" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0713939#c-713939" rel="nofollow">#713939</a><br />
<a class="tooltip c:2734757-005571" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0005571#c-005571" rel="nofollow">#005571</a><br />
<a class="tooltip c:2734757-454545" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0454545#c-454545" rel="nofollow">#454545</a><br />
<a class="tooltip c:2734757-613971" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0613971#c-613971" rel="nofollow">#613971</a><br />
<a class="tooltip c:2734757-394571" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0394571#c-394571" rel="nofollow">#394571</a><br />
<a class="tooltip c:2734757-713945" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0713945#c-713945" rel="nofollow">#713945</a><br />
<a class="tooltip c:2734757-713955" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0713955#c-713955" rel="nofollow">#713955</a><br />
<a class="tooltip c:2734757-713961" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0713961#c-713961" rel="nofollow">#713961</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ff00ff&#38;o=date">#ff00ff</a><br />
<a class="tooltip c:2734757-713971" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0713971#c-713971" rel="nofollow">#713971</a><br />
<a class="tooltip c:2734757-714539" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0714539#c-714539" rel="nofollow">#714539</a><br />
<a class="tooltip c:2734757-007100" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0007100#c-007100" rel="nofollow">#007100</a><br />
<a class="tooltip c:2734757-395571" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0395571#c-395571" rel="nofollow">#395571</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%2300711c&#38;o=date">#00711c</a><br />
<a class="tooltip c:2734757-515171" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0515171#c-515171" rel="nofollow">#515171</a><br />
<a class="tooltip c:2734757-715500" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0715500#c-715500" rel="nofollow">#715500</a><br />
<a class="tooltip c:2734757-007139" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0007139#c-007139" rel="nofollow">#007139</a><br />
<a class="tooltip c:2734757-555555" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0555555#c-555555" rel="nofollow">#555555</a><br />
<a class="tooltip c:2734757-595171" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0595171#c-595171" rel="nofollow">#595171</a><br />
<a class="tooltip c:2734757-615171" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0615171#c-615171" rel="nofollow">#615171</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%231c7100&#38;o=date">#1c7100</a><br />
<a class="tooltip c:2734757-007155" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0007155#c-007155" rel="nofollow">#007155</a><br />
<a class="tooltip c:2734757-715151" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0715151#c-715151" rel="nofollow">#715151</a><br />
<a class="tooltip c:2734757-715159" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0715159#c-715159" rel="nofollow">#715159</a><br />
<a class="tooltip c:2734757-695171" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0695171#c-695171" rel="nofollow">#695171</a><br />
<a class="tooltip c:2734757-715539" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0715539#c-715539" rel="nofollow">#715539</a><br />
<a class="tooltip c:2734757-715161" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0715161#c-715161" rel="nofollow">#715161</a><br />
<a class="tooltip c:2734757-007171" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0007171#c-007171" rel="nofollow">#007171</a><br />
<a class="tooltip c:2734757-515971" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0515971#c-515971" rel="nofollow">#515971</a><br />
<a class="tooltip c:2734757-715169" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0715169#c-715169" rel="nofollow">#715169</a><br />
<a class="tooltip c:2734757-396171" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0396171#c-396171" rel="nofollow">#396171</a><br />
<a class="tooltip c:2734757-715171" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0715171#c-715171" rel="nofollow">#715171</a><br />
<a class="tooltip c:2734757-397100" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0397100#c-397100" rel="nofollow">#397100</a><br />
<a class="tooltip c:2734757-715951" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0715951#c-715951" rel="nofollow">#715951</a><br />
<a class="tooltip c:2734757-516171" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0516171#c-516171" rel="nofollow">#516171</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23aa5500&#38;o=date">#aa5500</a><br />
<a class="tooltip c:2734757-397139" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0397139#c-397139" rel="nofollow">#397139</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%235555ff&#38;o=date">#5555ff</a><br />
<a class="tooltip c:2734757-716139" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0716139#c-716139" rel="nofollow">#716139</a><br />
<a class="tooltip c:2734757-397145" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0397145#c-397145" rel="nofollow">#397145</a><br />
<a class="tooltip c:2734757-557100" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0557100#c-557100" rel="nofollow">#557100</a><br />
<a class="tooltip c:2734757-397155" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0397155#c-397155" rel="nofollow">#397155</a><br />
<a class="tooltip c:2734757-716151" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0716151#c-716151" rel="nofollow">#716151</a><br />
<a class="tooltip c:2734757-457139" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0457139#c-457139" rel="nofollow">#457139</a><br />
<a class="tooltip c:2734757-397161" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0397161#c-397161" rel="nofollow">#397161</a><br />
<a class="tooltip c:2734757-516971" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0516971#c-516971" rel="nofollow">#516971</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ff4100&#38;o=date">#ff4100</a><br />
<a class="tooltip c:2734757-656565" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0656565#c-656565" rel="nofollow">#656565</a><br />
<a class="tooltip c:2734757-397171" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0397171#c-397171" rel="nofollow">#397171</a><br />
<a class="tooltip c:2734757-557139" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0557139#c-557139" rel="nofollow">#557139</a><br />
<a class="tooltip c:2734757-517151" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0517151#c-517151" rel="nofollow">#517151</a><br />
<a class="tooltip c:2734757-517159" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0517159#c-517159" rel="nofollow">#517159</a><br />
<a class="tooltip c:2734757-717100" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0717100#c-717100" rel="nofollow">#717100</a><br />
<a class="tooltip c:2734757-716951" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0716951#c-716951" rel="nofollow">#716951</a><br />
<a class="tooltip c:2734757-517161" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0517161#c-517161" rel="nofollow">#517161</a><br />
<a class="tooltip c:2734757-617139" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0617139#c-617139" rel="nofollow">#617139</a><br />
<a class="tooltip c:2734757-597151" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0597151#c-597151" rel="nofollow">#597151</a><br />
<a class="tooltip c:2734757-517169" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0517169#c-517169" rel="nofollow">#517169</a><br />
<a class="tooltip c:2734757-517171" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0517171#c-517171" rel="nofollow">#517171</a><br />
<a class="tooltip c:2734757-617151" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0617151#c-617151" rel="nofollow">#617151</a><br />
<a class="tooltip c:2734757-717139" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0717139#c-717139" rel="nofollow">#717139</a><br />
<a class="tooltip c:2734757-697151" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0697151#c-697151" rel="nofollow">#697151</a><br />
<a class="tooltip c:2734757-717151" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0717151#c-717151" rel="nofollow">#717151</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%230082ff&#38;o=date">#0082ff</a><br />
<a class="tooltip c:2734757-757575" href="https://www.meneame.net/m/Videojuegos/recordando-viejos-modos-graficos-cga-hercules-ega/c0757575#c-757575" rel="nofollow">#757575</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ff5555&#38;o=date">#ff5555</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%2300aa00&#38;o=date">#00aa00</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ff55ff&#38;o=date">#ff55ff</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%2300aaaa&#38;o=date">#00aaaa</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%238a8a8a&#38;o=date">#8a8a8a</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%238282ff&#38;o=date">#8282ff</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%239e82ff&#38;o=date">#9e82ff</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ff8200&#38;o=date">#ff8200</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23be82ff&#38;o=date">#be82ff</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%239a9a9a&#38;o=date">#9a9a9a</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%2300beff&#38;o=date">#00beff</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ff8282&#38;o=date">#ff8282</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ff829e&#38;o=date">#ff829e</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23df82ff&#38;o=date">#df82ff</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23829eff&#38;o=date">#829eff</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ff82be&#38;o=date">#ff82be</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ff82df&#38;o=date">#ff82df</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ff82ff&#38;o=date">#ff82ff</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23aaaaaa&#38;o=date">#aaaaaa</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ff9e82&#38;o=date">#ff9e82</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%2382beff&#38;o=date">#82beff</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%2300ff00&#38;o=date">#00ff00</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23bababa&#38;o=date">#bababa</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%2300ff41&#38;o=date">#00ff41</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ffbe00&#38;o=date">#ffbe00</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23babaff&#38;o=date">#babaff</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%2300ff82&#38;o=date">#00ff82</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23cabaff&#38;o=date">#cabaff</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%2300ffbe&#38;o=date">#00ffbe</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%2341ff00&#38;o=date">#41ff00</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23dfbaff&#38;o=date">#dfbaff</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ffbe82&#38;o=date">#ffbe82</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ffbaba&#38;o=date">#ffbaba</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%2300ffff&#38;o=date">#00ffff</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ffbaca&#38;o=date">#ffbaca</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23cacaca&#38;o=date">#cacaca</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23efbaff&#38;o=date">#efbaff</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23bacaff&#38;o=date">#bacaff</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ffbadf&#38;o=date">#ffbadf</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ffbaef&#38;o=date">#ffbaef</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%2382dfff&#38;o=date">#82dfff</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ffbaff&#38;o=date">#ffbaff</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%2355ff55&#38;o=date">#55ff55</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%2382ff00&#38;o=date">#82ff00</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ffcaba&#38;o=date">#ffcaba</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23badfff&#38;o=date">#badfff</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%2355ffff&#38;o=date">#55ffff</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%2382ff82&#38;o=date">#82ff82</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%2382ff9e&#38;o=date">#82ff9e</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23beff00&#38;o=date">#beff00</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23dfdfdf&#38;o=date">#dfdfdf</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ffdf82&#38;o=date">#ffdf82</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%2382ffbe&#38;o=date">#82ffbe</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%239eff82&#38;o=date">#9eff82</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%2382ffdf&#38;o=date">#82ffdf</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ffdfba&#38;o=date">#ffdfba</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%2382ffff&#38;o=date">#82ffff</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23baefff&#38;o=date">#baefff</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23beff82&#38;o=date">#beff82</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23baffba&#38;o=date">#baffba</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23baffca&#38;o=date">#baffca</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ffff00&#38;o=date">#ffff00</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23baffdf&#38;o=date">#baffdf</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ffefba&#38;o=date">#ffefba</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23caffba&#38;o=date">#caffba</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23efefef&#38;o=date">#efefef</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23dfff82&#38;o=date">#dfff82</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23baffef&#38;o=date">#baffef</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23baffff&#38;o=date">#baffff</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ffff55&#38;o=date">#ffff55</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23dfffba&#38;o=date">#dfffba</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ffff82&#38;o=date">#ffff82</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23efffba&#38;o=date">#efffba</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ffffba&#38;o=date">#ffffba</a><br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ffffff&#38;o=date">#ffffff</a></p><p>&#187;&nbsp;autor: <strong>zarr</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>19333102</meneame:comment_id>
		<meneame:link_id>2603458</meneame:link_id>
		<meneame:order>2</meneame:order>
		<meneame:user>--503217--</meneame:user>
		<meneame:votes>0</meneame:votes>
		<meneame:karma>8</meneame:karma>
		<meneame:url>https://www.meneame.net/m/html5/clappr-reproductor-multimedia-extensible-web</meneame:url>
		<title>#2 Clappr: un reproductor multimedia extensible para la web</title>
		<link>https://www.meneame.net/m/html5/clappr-reproductor-multimedia-extensible-web/c02#c-2</link>
		<pubDate>Mon, 25 Apr 2016 01:45:08 +0000</pubDate>
		<dc:creator>--503217--</dc:creator>
		<guid>https://www.meneame.net/m/html5/clappr-reproductor-multimedia-extensible-web/c02#c-2</guid>
		<description><![CDATA[<p>Algo ha ido mal. Pongo otras comillas, que mnm las convierte:<br />
<br />
Video de LaSexta<br />
<i>&#60;center&#62;&#60;script type=&#34;text/javascript&#34; src='http://cdn.clappr.io/latest/clappr.min.js'&#62;&#60;/script&#62;<br />
&#60;div id=&#34;player&#34;&#62;&#60;/div&#62;<br />
&#60;script&#62;var player = new Clappr.Player({<br />
source: 'http://deslasexta.antena3.com/mp_series3/2016/04/23/00868.mp4',<br />
mediacontrol: {seekbar: &#34;<a href="/m/Lolita/search?w=comments&#38;q=%23B43104&#38;o=date">#B43104</a>&#34;, buttons: &#34;<a href="/m/Lolita/search?w=comments&#38;q=%23FFFFFF&#38;o=date">#FFFFFF</a>&#34;},<br />
parentId: &#34;<a href="/m/Lolita/search?w=comments&#38;q=%23player&#38;o=date">#player</a>&#34;,<br />
height: &#34;450&#34;,<br />
width: &#34;800&#34;,<br />
audioOnly: false,<br />
autoPlay: false,<br />
hideVolumeBar: false,<br />
hideMediaControl: true,<br />
disableVideoTagContextMenu: true,<br />
poster: 'http://www.lasexta.com/clipping/2016/04/23/00871/30.jpg',<br />
watermark: 'https://mnmstatic.net/v_40/img/mnm/h9_eli.png', position: 'top-right',<br />
watermarkLink: 'https:www.meneame.net/m/html5/clappr-reproductor-multimedia-extensible-web',<br />
});<br />
&#60;/script&#62;&#60;/center&#62;</i><br />
<br />
Antena3 en directo<br />
<i>&#60;center&#62;&#60;script type=&#34;text/javascript&#34; src='http://cdn.clappr.io/latest/clappr.min.js'&#62;&#60;/script&#62;<br />
&#60;div id=&#34;player&#34;&#62;&#60;/div&#62;<br />
&#60;script&#62;var player = new Clappr.Player({<br />
source: 'http://a3live-lh.akamaihd.net/i/a3hds/antena3_1@35248/index_2_av-b.m3u8',<br />
mediacontrol: {seekbar: &#34;B43104&#34;, buttons: &#34;<a href="/m/Lolita/search?w=comments&#38;q=%23#FF00FF&#38;o=date">##FF00FF</a>&#34;},<br />
parentId: &#34;<a href="/m/Lolita/search?w=comments&#38;q=%23player&#38;o=date">#player</a>&#34;,<br />
height: &#34;450&#34;,<br />
width: &#34;800&#34;,<br />
audioOnly: false,<br />
autoPlay: false,<br />
hideVolumeBar: false,<br />
hideMediaControl: true,<br />
disableVideoTagContextMenu: true,<br />
poster: 'https://visualzink.files.wordpress.com/2011/03/02-postpack-naranja-logo-hd-0-00-03-24.jpg',<br />
watermark: 'https://mnmstatic.net/v_40/img/mnm/h9_eli.png', position: 'top-right',<br />
watermarkLink: 'https:www.meneame.net/m/html5/clappr-reproductor-multimedia-extensible-web',<br />
});<br />
&#60;/script&#62;&#60;/center&#62;</i><br />
<br />
Canal France24 en directo<br />
<i>&#60;center&#62;&#60;script type=&#34;text/javascript&#34; src='http://cdn.clappr.io/latest/clappr.min.js'&#62;&#60;/script&#62;<br />
&#60;div id=&#34;player&#34;&#62;&#60;/div&#62;<br />
&#60;script&#62;var player = new Clappr.Player({<br />
source: 'http://static.france24.com/live/F24_AR_LO_HLS/live_web.m3u8',<br />
mediacontrol: {seekbar: &#34;<a href="/m/Lolita/search?w=comments&#38;q=%23B43104&#38;o=date">#B43104</a>&#34;, buttons: &#34;<a href="/m/Lolita/search?w=comments&#38;q=%23DF0101&#38;o=date">#DF0101</a>&#34;},<br />
parentId: &#34;<a href="/m/Lolita/search?w=comments&#38;q=%23player&#38;o=date">#player</a>&#34;,<br />
height: &#34;450&#34;,<br />
width: &#34;800&#34;,<br />
audioOnly: false,<br />
autoPlay: false,<br />
hideVolumeBar: false,<br />
hideMediaControl: true,<br />
disableVideoTagContextMenu: true,<br />
poster: 'http://cdn.tvm.com.mt/wp-content/uploads/2015/10/france24.jpg',<br />
watermark: 'https://mnmstatic.net/v_40/img/mnm/h9_eli.png', position: 'top-right',<br />
watermarkLink: 'https:www.meneame.net/m/html5/clappr-reproductor-multimedia-extensible-web',<br />
});<br />
&#60;/script&#62;&#60;/center&#62;</i><br />
<br />
Nasa TV en directo<br />
<i>&#60;center&#62;&#60;script type=&#34;text/javascript&#34; src='http://cdn.clappr.io/latest/clappr.min.js'&#62;&#60;/script&#62;<br />
&#60;div id=&#34;player&#34;&#62;&#60;/div&#62;<br />
&#60;script&#62;var player = new Clappr.Player({<br />
source: 'http://nasatv-lh.akamaihd.net/i/NASA_102@319272/master.m3u8',<br />
mediacontrol: {seekbar: &#34;<a href="/m/Lolita/search?w=comments&#38;q=%23B43104&#38;o=date">#B43104</a>&#34;, buttons: &#34;<a href="/m/Lolita/search?w=comments&#38;q=%2300FF00&#38;o=date">#00FF00</a>&#34;},<br />
parentId: &#34;<a href="/m/Lolita/search?w=comments&#38;q=%23player&#38;o=date">#player</a>&#34;,<br />
height: &#34;450&#34;,<br />
width: &#34;800&#34;,<br />
audioOnly: false,<br />
autoPlay: false,<br />
hideVolumeBar: false,<br />
hideMediaControl: true,<br />
disableVideoTagContextMenu: true,<br />
poster: 'http://www.spaceflightinsider.com/wp-content/uploads/2013/11/nasa_tv.jpg',<br />
watermark: 'https://mnmstatic.net/v_40/img/mnm/h9_eli.png', position: 'top-right',<br />
watermarkLink: 'https:www.meneame.net/m/html5/clappr-reproductor-multimedia-extensible-web',<br />
});<br />
&#60;/script&#62;&#60;/center&#62;</i></p><p>&#187;&nbsp;autor: <strong>--503217--</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>19333047</meneame:comment_id>
		<meneame:link_id>2603458</meneame:link_id>
		<meneame:order>1</meneame:order>
		<meneame:user>--503217--</meneame:user>
		<meneame:votes>0</meneame:votes>
		<meneame:karma>8</meneame:karma>
		<meneame:url>https://www.meneame.net/m/html5/clappr-reproductor-multimedia-extensible-web</meneame:url>
		<title>#1 Clappr: un reproductor multimedia extensible para la web</title>
		<link>https://www.meneame.net/m/html5/clappr-reproductor-multimedia-extensible-web/c01#c-1</link>
		<pubDate>Mon, 25 Apr 2016 00:46:17 +0000</pubDate>
		<dc:creator>--503217--</dc:creator>
		<guid>https://www.meneame.net/m/html5/clappr-reproductor-multimedia-extensible-web/c01#c-1</guid>
		<description><![CDATA[<p>Se puede añadir marca de agua y un enlace web al clicar en ella, elegir colores de la barra del reproductor, se puede añadir un poster al vídeo, reproducir sólo el audio (sólo para algunos formatos de vídeo), reproducir canales en directo (m3u8) y etc.<br />
<br />
Por ejemplo:<br />
Video de LaSexta<br />
<i>&#60;center&#62;&#60;script type=&#34;text/javascript&#34; src=&#34;<a href="http://cdn.clappr.io/latest/clappr.min.js&#34;&#62;&#60;/script&gt" title="cdn.clappr.io/latest/clappr.min.js&#34;&#62;&#60;/script&gt" rel="nofollow">cdn.clappr.io/latest/clappr.min.js&#34;&#62;&#60;/script&gt</a>;<br />
&#60;div id=&#34;player&#34;&#62;&#60;/div&#62;<br />
&#60;script&#62;var player = new Clappr.Player({<br />
  source: &#34;<a href="http://deslasexta.antena3.com/mp_series3/2016/04/23/00868.mp4&quot" title="deslasexta.antena3.com/mp_series3/2016/04/23/00868.mp4&quot" rel="nofollow">deslasexta.antena3.com/mp_series3/2016/04/23/00868.mp4&quot</a>;,<br />
  mediacontrol: {seekbar: &#34;<a href="/m/Lolita/search?w=comments&#38;q=%23B43104&#38;o=date">#B43104</a>&#34;, buttons: &#34;<a href="/m/Lolita/search?w=comments&#38;q=%23FFFFFF&#38;o=date">#FFFFFF</a>&#34;},<br />
  parentId: &#34;<a href="/m/Lolita/search?w=comments&#38;q=%23player&#38;o=date">#player</a>&#34;,<br />
  height: &#34;450&#34;,<br />
  width: &#34;800&#34;,<br />
  audioOnly: false,<br />
  autoPlay: false,<br />
  hideVolumeBar: false,<br />
  hideMediaControl: true,<br />
  disableVideoTagContextMenu: true,<br />
  poster: 'http://www.lasexta.com/clipping/2016/04/23/00871/30.jpg',<br />
  watermark: &#34;<a href="https://mnmstatic.net/v_40/img/mnm/h9_eli.png&quot" title="mnmstatic.net/v_40/img/mnm/h9_eli.png&quot" rel="nofollow">mnmstatic.net/v_40/img/mnm/h9_eli.png&quot</a>;, position: 'top-right',<br />
  watermarkLink: &#34;<a href="https://www.meneame.net/m/html5/clappr-reproductor-multimedia-extensible-web&quot" title="www.meneame.net/m/html5/clappr-reproductor-multimedia-extensible-web&quot" rel="nofollow">www.meneame.net/m/html5/clappr-reproductor-multimedia-extensible-web&q</a>;,<br />
});<br />
&#60;/script&#62;&#60;/center&#62;</i><br />
<br />
Antena3 en directo<br />
&#60;center&#62;&#60;script type=&#34;text/javascript&#34; src=&#34;<a href="http://cdn.clappr.io/latest/clappr.min.js&#34;&#62;&#60;/script&gt" title="cdn.clappr.io/latest/clappr.min.js&#34;&#62;&#60;/script&gt" rel="nofollow">cdn.clappr.io/latest/clappr.min.js&#34;&#62;&#60;/script&gt</a>;<br />
&#60;div id=&#34;player&#34;&#62;&#60;/div&#62;<br />
&#60;script&#62;var player = new Clappr.Player({<br />
  source: &#34;<a href="http://a3live-lh.akamaihd.net/i/a3hds/antena3_1@35248/index_2_av-b.m3u8&quot" title="a3live-lh.akamaihd.net/i/a3hds/antena3_1@35248/index_2_av-b.m3u8&quot" rel="nofollow">a3live-lh.akamaihd.net/i/a3hds/antena3_1@35248/index_2_av-b.m3u8&quot</a>;,<br />
  mediacontrol: {seekbar: &#34;B43104&#34;, buttons: &#34;<a href="/m/Lolita/search?w=comments&#38;q=%23#FF00FF&#38;o=date">##FF00FF</a>&#34;},<br />
  parentId: &#34;<a href="/m/Lolita/search?w=comments&#38;q=%23player&#38;o=date">#player</a>&#34;,<br />
  height: &#34;450&#34;,<br />
  width: &#34;800&#34;,<br />
  audioOnly: false,<br />
  autoPlay: false,<br />
  hideVolumeBar: false,<br />
  hideMediaControl: true,<br />
  disableVideoTagContextMenu: true,<br />
  poster: 'https://visualzink.files.wordpress.com/2011/03/02-postpack-naranja-logo-hd-0-00-03-24.jpg',<br />
  watermark: &#34;<a href="https://mnmstatic.net/v_40/img/mnm/h9_eli.png&quot" title="mnmstatic.net/v_40/img/mnm/h9_eli.png&quot" rel="nofollow">mnmstatic.net/v_40/img/mnm/h9_eli.png&quot</a>;, position: 'top-right',<br />
  watermarkLink: &#34;<a href="https://www.meneame.net/m/html5/clappr-reproductor-multimedia-extensible-web&quot" title="www.meneame.net/m/html5/clappr-reproductor-multimedia-extensible-web&quot" rel="nofollow">www.meneame.net/m/html5/clappr-reproductor-multimedia-extensible-web&q</a>;,<br />
});<br />
&#60;/script&#62;&#60;/center&#62;<br />
<br />
Canal France24 en directo<br />
<i>&#60;center&#62;&#60;script type=&#34;text/javascript&#34; src=&#34;<a href="http://cdn.clappr.io/latest/clappr.min.js&#34;&#62;&#60;/script&gt" title="cdn.clappr.io/latest/clappr.min.js&#34;&#62;&#60;/script&gt" rel="nofollow">cdn.clappr.io/latest/clappr.min.js&#34;&#62;&#60;/script&gt</a>;<br />
&#60;div id=&#34;player&#34;&#62;&#60;/div&#62;<br />
&#60;script&#62;var player = new Clappr.Player({<br />
  source: &#34;<a href="http://static.france24.com/live/F24_EN_LO_HLS/live_web.m3u8&quot" title="static.france24.com/live/F24_EN_LO_HLS/live_web.m3u8&quot" rel="nofollow">static.france24.com/live/F24_EN_LO_HLS/live_web.m3u8&quot</a>;,<br />
  mediacontrol: {seekbar: &#34;<a href="/m/Lolita/search?w=comments&#38;q=%23B43104&#38;o=date">#B43104</a>&#34;, buttons: &#34;<a href="/m/Lolita/search?w=comments&#38;q=%23DF0101&#38;o=date">#DF0101</a>&#34;},<br />
  parentId: &#34;<a href="/m/Lolita/search?w=comments&#38;q=%23player&#38;o=date">#player</a>&#34;,<br />
  height: &#34;450&#34;,<br />
  width: &#34;800&#34;,<br />
  audioOnly: false,<br />
  autoPlay: false,<br />
  hideVolumeBar: false,<br />
  hideMediaControl: true,<br />
  disableVideoTagContextMenu: true,<br />
  poster: 'http://cdn.tvm.com.mt/wp-content/uploads/2015/10/france24.jpg',<br />
  watermark: &#34;<a href="https://mnmstatic.net/v_40/img/mnm/h9_eli.png&quot" title="mnmstatic.net/v_40/img/mnm/h9_eli.png&quot" rel="nofollow">mnmstatic.net/v_40/img/mnm/h9_eli.png&quot</a>;, position: 'top-right',<br />
  watermarkLink: &#34;<a href="https://www.meneame.net/m/html5/clappr-reproductor-multimedia-extensible-web&quot" title="www.meneame.net/m/html5/clappr-reproductor-multimedia-extensible-web&quot" rel="nofollow">www.meneame.net/m/html5/clappr-reproductor-multimedia-extensible-web&q</a>;,<br />
});<br />
&#60;/script&#62;&#60;/center&#62;</i><br />
<br />
Nasa TV en directo<br />
<i>&#60;center&#62;&#60;script type=&#34;text/javascript&#34; src=&#34;<a href="http://cdn.clappr.io/latest/clappr.min.js&#34;&#62;&#60;/script&gt" title="cdn.clappr.io/latest/clappr.min.js&#34;&#62;&#60;/script&gt" rel="nofollow">cdn.clappr.io/latest/clappr.min.js&#34;&#62;&#60;/script&gt</a>;<br />
&#60;div id=&#34;player&#34;&#62;&#60;/div&#62;<br />
&#60;script&#62;var player = new Clappr.Player({<br />
  source: &#34;<a href="http://nasatv-lh.akamaihd.net/i/NASA_102@319272/master.m3u8&quot" title="nasatv-lh.akamaihd.net/i/NASA_102@319272/master.m3u8&quot" rel="nofollow">nasatv-lh.akamaihd.net/i/NASA_102@319272/master.m3u8&quot</a>;,<br />
  mediacontrol: {seekbar: &#34;<a href="/m/Lolita/search?w=comments&#38;q=%23B43104&#38;o=date">#B43104</a>&#34;, buttons: &#34;<a href="/m/Lolita/search?w=comments&#38;q=%2300FF00&#38;o=date">#00FF00</a>&#34;},<br />
  parentId: &#34;<a href="/m/Lolita/search?w=comments&#38;q=%23player&#38;o=date">#player</a>&#34;,<br />
  height: &#34;450&#34;,<br />
  width: &#34;800&#34;,<br />
  audioOnly: false,<br />
  autoPlay: false,<br />
  hideVolumeBar: false,<br />
  hideMediaControl: true,<br />
  disableVideoTagContextMenu: true,<br />
  poster: 'http://www.spaceflightinsider.com/wp-content/uploads/2013/11/nasa_tv.jpg',<br />
  watermark: &#34;<a href="https://mnmstatic.net/v_40/img/mnm/h9_eli.png&quot" title="mnmstatic.net/v_40/img/mnm/h9_eli.png&quot" rel="nofollow">mnmstatic.net/v_40/img/mnm/h9_eli.png&quot</a>;, position: 'top-right',<br />
  watermarkLink: &#34;<a href="https://www.meneame.net/m/html5/clappr-reproductor-multimedia-extensible-web&quot" title="www.meneame.net/m/html5/clappr-reproductor-multimedia-extensible-web&quot" rel="nofollow">www.meneame.net/m/html5/clappr-reproductor-multimedia-extensible-web&q</a>;,<br />
});<br />
&#60;/script&#62;&#60;/center&#62;</i><br />
<br />
se puede probar el código en herramientas online de probadores de html, como por ejemplo <a href="http://www.onlinehtmleditor.net/" title="www.onlinehtmleditor.net/" rel="nofollow">www.onlinehtmleditor.net/</a></p><p>&#187;&nbsp;autor: <strong>--503217--</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>19241054</meneame:comment_id>
		<meneame:link_id>2596051</meneame:link_id>
		<meneame:order>4</meneame:order>
		<meneame:user>Six</meneame:user>
		<meneame:votes>5</meneame:votes>
		<meneame:karma>61</meneame:karma>
		<meneame:url>https://www.meneame.net/m/cultura/coleccion-colores-mas-importante-mundo</meneame:url>
		<title>#4 La colección de colores más importante del mundo</title>
		<link>https://www.meneame.net/m/cultura/coleccion-colores-mas-importante-mundo/c04#c-4</link>
		<pubDate>Mon, 11 Apr 2016 18:08:31 +0000</pubDate>
		<dc:creator>Six</dc:creator>
		<guid>https://www.meneame.net/m/cultura/coleccion-colores-mas-importante-mundo/c04#c-4</guid>
		<description><![CDATA[<p><a class="tooltip c:2596051-1" href="https://www.meneame.net/m/cultura/coleccion-colores-mas-importante-mundo/c01#c-1" rel="nofollow">#1</a> El maldito blanco roto. ¿roto? ¿roto? Joder. O es blanco o no. ¿que narices se rompe? Blanco, coñe. Me da igual si lo quieres llamar así o <a href="/m/Lolita/search?w=comments&#38;q=%23ffffff&#38;o=date">#ffffff</a> o 255&#194;255 255 o 0.00 0.00 0.00 0.00. ¡BLAAAAAAANCO!</p><p>&#187;&nbsp;autor: <strong>Six</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>18070039</meneame:comment_id>
		<meneame:link_id>2505333</meneame:link_id>
		<meneame:order>5</meneame:order>
		<meneame:user>pitercio</meneame:user>
		<meneame:votes>2</meneame:votes>
		<meneame:karma>28</meneame:karma>
		<meneame:url>https://www.meneame.net/m/actualidad/trabajo-pone-marcha-web-saber-cuanto-sera-nuestra-pension</meneame:url>
		<title>#5 Trabajo pone en marcha una web para saber de cuánto será nuestra pensión</title>
		<link>https://www.meneame.net/m/actualidad/trabajo-pone-marcha-web-saber-cuanto-sera-nuestra-pension/c05#c-5</link>
		<pubDate>Thu, 05 Nov 2015 09:41:55 +0000</pubDate>
		<dc:creator>pitercio</dc:creator>
		<guid>https://www.meneame.net/m/actualidad/trabajo-pone-marcha-web-saber-cuanto-sera-nuestra-pension/c05#c-5</guid>
		<description><![CDATA[<p>El código de la página es sospechoso:<br />
<br />
&#60;html&#62;&#60;head&#62;<br />
    &#60;title&#62;Ni un pavo&#60;/title&#62;<br />
    &#60;META http-equiv=&#34;refresh&#34; content=&#34;5;URL=http://mirabajotucolchon.pringao&#34;&#62;<br />
  &#60;/head&#62;<br />
  &#60;body bgcolor=&#34;<a href="/m/Lolita/search?w=comments&#38;q=%23ffffff&#38;o=date">#ffffff</a>&#34;&#62;<br />
    &#60;center&#62;Para entonces ya no habrá ni un duro.&#60;/center&#62;<br />
  &#60;/body&#62;&#60;/html&#62;</p><p>&#187;&nbsp;autor: <strong>pitercio</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>16869131</meneame:comment_id>
		<meneame:link_id>2410681</meneame:link_id>
		<meneame:order>3</meneame:order>
		<meneame:user>--423864--</meneame:user>
		<meneame:votes>0</meneame:votes>
		<meneame:karma>7</meneame:karma>
		<meneame:url>https://www.meneame.net/m/actualidad/ue-planea-guerra-mantener-europa-blanca-eng</meneame:url>
		<title>#3 La UE planea una &#34;guerra&#34; para mantener Europa blanca [ENG]</title>
		<link>https://www.meneame.net/m/actualidad/ue-planea-guerra-mantener-europa-blanca-eng/c03#c-3</link>
		<pubDate>Thu, 14 May 2015 16:07:52 +0000</pubDate>
		<dc:creator>--423864--</dc:creator>
		<guid>https://www.meneame.net/m/actualidad/ue-planea-guerra-mantener-europa-blanca-eng/c03#c-3</guid>
		<description><![CDATA[<p>[Usuario deshabilitado]</p><p>&#187;&nbsp;autor: <strong>--423864--</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>15039147</meneame:comment_id>
		<meneame:link_id>2216502</meneame:link_id>
		<meneame:order>16</meneame:order>
		<meneame:user>aldur</meneame:user>
		<meneame:votes>3</meneame:votes>
		<meneame:karma>-12</meneame:karma>
		<meneame:url>https://www.meneame.net/m/tecnología/retrato-marge-simpson-1-000-lineas-codigo</meneame:url>
		<title>#16 Un retrato de Marge Simpson con 1.000 líneas de código</title>
		<link>https://www.meneame.net/m/tecnología/retrato-marge-simpson-1-000-lineas-codigo/c016#c-16</link>
		<pubDate>Mon, 14 Jul 2014 04:47:22 +0000</pubDate>
		<dc:creator>aldur</dc:creator>
		<guid>https://www.meneame.net/m/tecnología/retrato-marge-simpson-1-000-lineas-codigo/c016#c-16</guid>
		<description><![CDATA[<p>Soy especial!<br />
<br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ralph&#38;o=date">#ralph</a>-wiggum *<br />
{<br />
    position: absolute;<br />
    box-sizing:content-box;<br />
    <del>moz</del>box-sizing:content-box;<br />
}<br />
<br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ralph&#38;o=date">#ralph</a>-wiggum<br />
{<br />
    position: relative;<br />
    width: 109px;<br />
    height: 84px; <br />
    margin: 0 auto;<br />
}<br />
<br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ralph&#38;o=date">#ralph</a>-wiggum .head *<br />
{<br />
    border: 1px solid <a href="/m/Lolita/search?w=comments&#38;q=%23110b00&#38;o=date">#110b00</a>;<br />
}<br />
<br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ralph&#38;o=date">#ralph</a>-wiggum .head .no-border<br />
{<br />
    border: none;<br />
}<br />
<br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ralph&#38;o=date">#ralph</a>-wiggum .head .body<br />
{<br />
    background: <a href="/m/Lolita/search?w=comments&#38;q=%23fbd800&#38;o=date">#fbd800</a>;<br />
}<br />
<br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ralph&#38;o=date">#ralph</a>-wiggum .head .hair<br />
{<br />
    <del>webkit</del>border-radius: 50%;<br />
    <del>moz</del>border-radius: 50%;<br />
    border-radius: 50%;<br />
}<br />
<br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ralph&#38;o=date">#ralph</a>-wiggum .head .hair-left<br />
{<br />
    border-right: none;<br />
}<br />
<br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ralph&#38;o=date">#ralph</a>-wiggum .head .hair-right<br />
{<br />
    border-left: none;<br />
}<br />
<br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ralph&#38;o=date">#ralph</a>-wiggum .head .hair1<br />
{<br />
    top: 1px;<br />
    left: 7px;<br />
    height: 51px;<br />
    width: 24px;<br />
    transform: rotate(40deg);<br />
    <del>ms</del>transform: rotate(40deg);<br />
    <del>webkit</del>transform: rotate(40deg);<br />
}<br />
<br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ralph&#38;o=date">#ralph</a>-wiggum .head .hair2<br />
{<br />
    top: -2px;<br />
    left: 18px;<br />
    height: 56px;<br />
    width: 26px;<br />
    transform: rotate(38deg);<br />
    <del>ms</del>transform: rotate(38deg);<br />
    <del>webkit</del>transform: rotate(38deg);<br />
}<br />
<br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ralph&#38;o=date">#ralph</a>-wiggum .head .hair3<br />
{<br />
    top: -2px;<br />
    left: 26px;<br />
    height: 52px;<br />
    width: 22px;<br />
    <del>moz</del>border-top: none;<br />
    <del>moz</del>border-bottom: none;<br />
    transform: rotate(31deg);<br />
    <del>ms</del>transform: rotate(31deg);<br />
    <del>webkit</del>transform: rotate(31deg);<br />
}<br />
<br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ralph&#38;o=date">#ralph</a>-wiggum .head .hair4<br />
{<br />
    top: -2px;<br />
    left: 35px;<br />
    height: 45px;<br />
    width: 21px;<br />
    transform: rotate(31deg);<br />
    <del>ms</del>transform: rotate(31deg);<br />
    <del>webkit</del>transform: rotate(31deg);<br />
}<br />
<br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ralph&#38;o=date">#ralph</a>-wiggum .head .hair5<br />
{<br />
    top: -1px;<br />
    left: 45px;<br />
    height: 32px;<br />
    width: 14px;<br />
    transform: rotate(31deg);<br />
    <del>ms</del>transform: rotate(31deg);<br />
    <del>webkit</del>transform: rotate(31deg);<br />
}<br />
<br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ralph&#38;o=date">#ralph</a>-wiggum .head .hair6<br />
{<br />
    top: 0px;<br />
    left: 53px;<br />
    height: 27px;<br />
    width: 10px;<br />
    transform: rotate(21deg);<br />
    <del>ms</del>transform: rotate(21deg);<br />
    <del>webkit</del>transform: rotate(21deg);<br />
}<br />
<br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ralph&#38;o=date">#ralph</a>-wiggum .head .hair7<br />
{<br />
    top: 2px;<br />
    left: 60px;<br />
    height: 21px;<br />
    width: 2px;<br />
    transform: rotate(5deg);<br />
    <del>ms</del>transform: rotate(5deg);<br />
    <del>webkit</del>transform: rotate(5deg);<br />
}<br />
<br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ralph&#38;o=date">#ralph</a>-wiggum .head .hair8<br />
{<br />
    top: 1px;<br />
    left: 61px;<br />
    height: 24px;<br />
    width: 6px;<br />
    transform: rotate(-20deg);<br />
    <del>ms</del>transform: rotate(-20deg);<br />
    <del>webkit</del>transform: rotate(-20deg);<br />
}<br />
<br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ralph&#38;o=date">#ralph</a>-wiggum .head .hair9<br />
{<br />
    top: 0px;<br />
    left: 67px;<br />
    height: 28px;<br />
    width: 6px;<br />
    transform: rotate(-35deg);<br />
    <del>ms</del>transform: rotate(-35deg);<br />
    <del>webkit</del>transform: rotate(-35deg);<br />
}<br />
<br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ralph&#38;o=date">#ralph</a>-wiggum .head .hair10<br />
{<br />
    top: 0px;<br />
    left: 73px;<br />
    height: 28px;<br />
    width: 6px;<br />
    transform: rotate(-42deg);<br />
    <del>ms</del>transform: rotate(-42deg);<br />
    <del>webkit</del>transform: rotate(-42deg);<br />
}<br />
<br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ralph&#38;o=date">#ralph</a>-wiggum .head .hair11<br />
{<br />
    top: 0px;<br />
    left: 79px;<br />
    height: 30px;<br />
    width: 6px;<br />
    transform: rotate(-42deg);<br />
    <del>ms</del>transform: rotate(-42deg);<br />
    <del>webkit</del>transform: rotate(-42deg);<br />
}<br />
<br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ralph&#38;o=date">#ralph</a>-wiggum .head .hair12<br />
{<br />
    top: -4px;<br />
    left: 86px;<br />
    height: 40px;<br />
    width: 6px;<br />
    transform: rotate(-54deg);<br />
    <del>ms</del>transform: rotate(-54deg);<br />
    <del>webkit</del>transform: rotate(-54deg);<br />
}<br />
<br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ralph&#38;o=date">#ralph</a>-wiggum .head .head1<br />
{<br />
    top: 2px;<br />
    left: 6px;<br />
    width: 95px;<br />
    height: 80px;<br />
    border-radius: 43% 46% 50% 45% / 50% 47% 50% 50%;<br />
    <del>webkit</del>border-radius: 43% 46% 50% 45% / 50% 47% 50% 50%;<br />
    <del>moz</del>border-radius: 43% 46% 50% 45% / 50% 47% 50% 50%;<br />
}<br />
<br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ralph&#38;o=date">#ralph</a>-wiggum .head .head2<br />
{<br />
    top: 71px;<br />
    left: 55px;<br />
    width: 29px;<br />
    height: 12px;<br />
    border-bottom: 1px solid <a href="/m/Lolita/search?w=comments&#38;q=%23110b00&#38;o=date">#110b00</a>;<br />
}<br />
<br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ralph&#38;o=date">#ralph</a>-wiggum .head .ear<br />
{<br />
    top: 43px;<br />
    left: 1px;<br />
    width: 14px;<br />
    height: 15px;<br />
    border-radius: 45% 50% 29% 50%;<br />
    <del>webkit</del>border-radius: 45% 50% 29% 50%;<br />
    <del>moz</del>border-radius: 45% 50% 29% 50%;<br />
}<br />
<br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ralph&#38;o=date">#ralph</a>-wiggum .head .ear .inner1<br />
{<br />
    top: 5px;<br />
    left: 6px;<br />
    height: 6px;<br />
    width: 2px;<br />
    border-right: none;<br />
    border-radius: 50%;<br />
    <del>webkit</del>border-radius: 50%;<br />
    <del>moz</del>border-radius: 50%;<br />
    transform: rotate(-20deg);<br />
    <del>ms</del>transform: rotate(-20deg);<br />
    <del>webkit</del>transform: rotate(-20deg);<br />
}<br />
<br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ralph&#38;o=date">#ralph</a>-wiggum .head .ear .inner2<br />
{<br />
    top: 6px;<br />
    left: 2px;<br />
    width: 6px;<br />
    height: 2px;<br />
    border-bottom: none;<br />
    border-radius: 50%;<br />
    <del>webkit</del>border-radius: 50%;<br />
    <del>moz</del>border-radius: 50%;<br />
    transform: rotate(-20deg);<br />
    <del>ms</del>transform: rotate(-20deg);<br />
    <del>webkit</del>transform: rotate(-20deg);<br />
}<br />
<br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ralph&#38;o=date">#ralph</a>-wiggum .head .ear .clip<br />
{<br />
    top: 2px;<br />
    left: 10px;<br />
    width: 6px;<br />
    height: 13px;<br />
}<br />
<br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ralph&#38;o=date">#ralph</a>-wiggum .head .eye<br />
{<br />
    background: <a href="/m/Lolita/search?w=comments&#38;q=%23ffffff&#38;o=date">#ffffff</a>;<br />
    <del>webkit</del>border-radius: 50%;<br />
    <del>moz</del>border-radius: 50%;<br />
    border-radius: 50%;<br />
}<br />
<br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ralph&#38;o=date">#ralph</a>-wiggum .head .eye .pupil<br />
{<br />
    width: 4px;<br />
    height: 4px;<br />
    background: <a href="/m/Lolita/search?w=comments&#38;q=%23110b00&#38;o=date">#110b00</a>;<br />
    <del>webkit</del>border-radius: 50%;<br />
    <del>moz</del>border-radius: 50%;<br />
    border-radius: 50%;<br />
}<br />
<br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ralph&#38;o=date">#ralph</a>-wiggum .head .left-eye<br />
{<br />
    top: 30px;<br />
    left: 43px;<br />
    width: 22px;<br />
    height: 20px;<br />
    border-radius: 42% 47% 50% 50%;<br />
    <del>webkit</del>border-radius: 42% 47% 50% 50%;<br />
    <del>moz</del>border-radius: 42% 47% 50% 50%;<br />
    <del>webkit</del>box-shadow: 1px 8px 0px 8px rgba(251, 216, 0, 1);<br />
    <del>moz</del>box-shadow: 1px 8px 0px 8px rgba(251, 216, 0, 1);<br />
    box-shadow: 1px 8px 0px 8px rgba(251, 216, 0, 1);<br />
}<br />
<br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ralph&#38;o=date">#ralph</a>-wiggum .head .left-eye .pupil<br />
{<br />
    top: 8px;<br />
    left: 5px;<br />
}<br />
<br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ralph&#38;o=date">#ralph</a>-wiggum .head .right-eye<br />
{<br />
    top: 30px;<br />
    left: 78px;<br />
    width: 19px;<br />
    height: 18px;<br />
    border-radius: 42% 45% 51% 50%;<br />
    <del>webkit</del>border-radius: 42% 45% 51% 50%;<br />
    <del>moz</del>border-radius: 42% 45% 51% 50%;<br />
    <del>webkit</del>box-shadow: -4px 8px 0px 4px rgba(251, 216, 0, 1);<br />
    <del>moz</del>box-shadow: -4px 8px 0px 4px rgba(251, 216, 0, 1);<br />
    box-shadow: -4px 8px 0px 4px rgba(251, 216, 0, 1);<br />
}<br />
<br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ralph&#38;o=date">#ralph</a>-wiggum .head .right-eye .pupil<br />
{<br />
    top: 7px;<br />
    left: 9px;<br />
}<br />
<br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ralph&#38;o=date">#ralph</a>-wiggum .head .nose<br />
{<br />
    top: 48px;<br />
    left: 69px;<br />
    width: 14px;<br />
    height: 12px;<br />
    border-left: none;<br />
    border-radius: 0 50% 50% 0;<br />
    <del>webkit</del>border-radius: 0 50% 50% 0;<br />
    <del>moz</del>border-radius: 0 50% 50% 0;<br />
}<br />
<br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ralph&#38;o=date">#ralph</a>-wiggum .head .mouth1<br />
{<br />
    top: 53px;<br />
    left: 40px;<br />
    width: 67px;<br />
    height: 20px;<br />
    border-radius: 50%;<br />
    <del>webkit</del>border-radius: 50%;<br />
    <del>moz</del>border-radius: 50%;<br />
}<br />
<br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ralph&#38;o=date">#ralph</a>-wiggum .head .mouth2<br />
{<br />
    top: 65px;<br />
    left: 45px;<br />
    width: 1px;<br />
    height: 5px;<br />
    background: <a href="/m/Lolita/search?w=comments&#38;q=%23110b00&#38;o=date">#110b00</a>;<br />
    transform: rotate(-9deg);<br />
    <del>ms</del>transform: rotate(-9deg);<br />
    <del>webkit</del>transform: rotate(-9deg);<br />
    <del>webkit</del>box-shadow: -5px -1px 0px 4px rgba(251, 216, 0, 1);<br />
    <del>moz</del>box-shadow: -5px -1px 0px 4px rgba(251, 216, 0, 1);<br />
    box-shadow: -5px -1px 0px 4px rgba(251, 216, 0, 1);<br />
}<br />
<br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ralph&#38;o=date">#ralph</a>-wiggum .head .mouth3<br />
{<br />
    top: 69px;<br />
    left: 44px;<br />
    width: 1px;<br />
    height: 5px;<br />
    background: <a href="/m/Lolita/search?w=comments&#38;q=%23110b00&#38;o=date">#110b00</a>;<br />
    transform: rotate(39deg);<br />
    <del>ms</del>transform: rotate(39deg);<br />
    <del>webkit</del>transform: rotate(39deg);<br />
}<br />
<br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ralph&#38;o=date">#ralph</a>-wiggum .head .mouth4<br />
{<br />
    top: 54px;<br />
    left: 95px;<br />
    width: 10px;<br />
    height: 13px;<br />
    border-right: 1px solid <a href="/m/Lolita/search?w=comments&#38;q=%23110b00&#38;o=date">#110b00</a>;<br />
    transform: rotate(-35deg);<br />
    <del>ms</del>transform: rotate(-35deg);<br />
    <del>webkit</del>transform: rotate(-35deg);<br />
}<br />
<br />
<a href="/m/Lolita/search?w=comments&#38;q=%23ralph&#38;o=date">#ralph</a>-wiggum .head .mouth5<br />
{<br />
    top: 71px;<br />
    left: 84px;<br />
    width: 7px;<br />
    height: 9px;<br />
    border-right: 1px solid <a href="/m/Lolita/search?w=comments&#38;q=%23110b00&#38;o=date">#110b00</a>;<br />
    border-bottom: 1px solid <a href="/m/Lolita/search?w=comments&#38;q=%23110b00&#38;o=date">#110b00</a>;<br />
    border-radius: 0 0 2px 0;<br />
    <del>webkit</del>border-radius: 0 0 2px 0;<br />
    <del>moz</del>border-radius: 0 0 2px 0;<br />
    transform: skew(0deg, -39deg);<br />
    <del>ms</del>transform: skew(0deg, -39deg);<br />
    <del>webkit</del>transform: skew(0deg, -39deg);<br />
}<br />
<br />
<img data-src="https://cdn.mnmstatic.net/v_149/img/menemojis/36/shit.png" alt=":shit:" title=":shit:" width="18" height="18" src="https://cdn.mnmstatic.net/v_149/img/g.gif" class="emoji lazy" /></p><p>&#187;&nbsp;autor: <strong>aldur</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>13840064</meneame:comment_id>
		<meneame:link_id>2056425</meneame:link_id>
		<meneame:order>5</meneame:order>
		<meneame:user>--403084--</meneame:user>
		<meneame:votes>0</meneame:votes>
		<meneame:karma>7</meneame:karma>
		<meneame:url>https://www.meneame.net/story/entendiendo-asia-obsesion-piel-blanca</meneame:url>
		<title>#5 Entendiendo Asia: La obsesión por la piel blanca</title>
		<link>https://www.meneame.net/story/entendiendo-asia-obsesion-piel-blanca/c05#c-5</link>
		<pubDate>Wed, 13 Nov 2013 18:10:09 +0000</pubDate>
		<dc:creator>--403084--</dc:creator>
		<guid>https://www.meneame.net/story/entendiendo-asia-obsesion-piel-blanca/c05#c-5</guid>
		<description><![CDATA[<p>[Usuario deshabilitado]</p><p>&#187;&nbsp;autor: <strong>--403084--</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>12406292</meneame:comment_id>
		<meneame:link_id>1856320</meneame:link_id>
		<meneame:order>33</meneame:order>
		<meneame:user>jadcy2k</meneame:user>
		<meneame:votes>6</meneame:votes>
		<meneame:karma>64</meneame:karma>
		<meneame:url>https://www.meneame.net/story/sudafrica-policias-asesinos-grabados-video</meneame:url>
		<title>#33 Sudáfrica: policías asesinos grabados en vídeo</title>
		<link>https://www.meneame.net/story/sudafrica-policias-asesinos-grabados-video/c033#c-33</link>
		<pubDate>Fri, 01 Mar 2013 10:59:38 +0000</pubDate>
		<dc:creator>jadcy2k</dc:creator>
		<guid>https://www.meneame.net/story/sudafrica-policias-asesinos-grabados-video/c033#c-33</guid>
		<description><![CDATA[<p><a class="tooltip c:1856320-5" href="https://www.meneame.net/story/sudafrica-policias-asesinos-grabados-video/c05#c-5" rel="nofollow">#5</a> totalmente de acuerdo con <a class="tooltip c:1856320-15" href="https://www.meneame.net/story/sudafrica-policias-asesinos-grabados-video/c015#c-15" rel="nofollow">#15</a>: Eso no es ANARQUÍA sino un ESTADO FALLIDO. Donde las instituciones han fracasado y se está imponiendo la &#34;ley de la selva&#34;.<br />
<a class="tooltip c:1856320-10" href="https://www.meneame.net/story/sudafrica-policias-asesinos-grabados-video/c010#c-10" rel="nofollow">#10</a> técnicamente no somos ni de &#34;color blanco - <a href="/m/Lolita/search?w=comments&#38;q=%23FFFFFF&#38;o=date">#FFFFFF</a>&#34; ni de &#34;color negro - <a class="tooltip l:1856320" href="https://www.meneame.net/story/sudafrica-policias-asesinos-grabados-video" rel="nofollow">#000000</a>&#34;... Pero supongo que tu comentario es irónico (yo no he sido el que te ha votado negativo). <img data-src="https://cdn.mnmstatic.net/v_149/img/menemojis/36/troll.png" alt=":troll:" title=":troll:" width="18" height="18" src="https://cdn.mnmstatic.net/v_149/img/g.gif" class="emoji lazy" /> <img data-src="https://cdn.mnmstatic.net/v_149/img/menemojis/36/troll.png" alt=":troll:" title=":troll:" width="18" height="18" src="https://cdn.mnmstatic.net/v_149/img/g.gif" class="emoji lazy" /></p><p>&#187;&nbsp;autor: <strong>jadcy2k</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>11973289</meneame:comment_id>
		<meneame:link_id>1789786</meneame:link_id>
		<meneame:order>4</meneame:order>
		<meneame:user>rod2</meneame:user>
		<meneame:votes>1</meneame:votes>
		<meneame:karma>13</meneame:karma>
		<meneame:url>https://www.meneame.net/story/primer-pueblo-negro-libre-america-yanga-palenque-san-basilio</meneame:url>
		<title>#4 El primer pueblo negro libre en América: ¿Yanga o el Palenque de San Basilio</title>
		<link>https://www.meneame.net/story/primer-pueblo-negro-libre-america-yanga-palenque-san-basilio/c04#c-4</link>
		<pubDate>Sat, 15 Dec 2012 16:56:53 +0000</pubDate>
		<dc:creator>rod2</dc:creator>
		<guid>https://www.meneame.net/story/primer-pueblo-negro-libre-america-yanga-palenque-san-basilio/c04#c-4</guid>
		<description><![CDATA[<p>¿Negro? ¿Blanco? Los negros no me parecen negros, sino más bien de color marrón oscuro. Los blanco tampoco me parecen blancos, sino más bien de color marrón claro. <br />
<br />
Yo no soy blanco. Acabo de compararme con el color de un folio A4 que tengo en la Impresora, y soy más oscuro que el color <a href="/m/Lolita/search?w=comments&#38;q=%23FFFFFF&#38;o=date">#FFFFFF</a><br />
<br />
Otra cosa que no entiendo es que a los &#34;negros&#34; los llaman &#34;de color&#34;. Un &#34;blanco&#34; se pone amarillo cuando está enfermo, rojo cuando está rabioso o siente vergüenza, azul cuando tiene frío, morado cuando aguanta la respiración o se va a una mariscada, pálido cuando ve la factura eléctrica. Luego dicen que &#34;los negros&#34; son de color.<br />
<br />
<a href="http://es.wikipedia.org/wiki/Anexo:Colores" title="es.wikipedia.org/wiki/Anexo:Colores" rel="nofollow">es.wikipedia.org/wiki/Anexo:Colores</a></p><p>&#187;&nbsp;autor: <strong>rod2</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>11697992</meneame:comment_id>
		<meneame:link_id>1748792</meneame:link_id>
		<meneame:order>15</meneame:order>
		<meneame:user>centelleante</meneame:user>
		<meneame:votes>4</meneame:votes>
		<meneame:karma>45</meneame:karma>
		<meneame:url>https://www.meneame.net/story/semejante-grado-ignorancia-cientifica-sociedad-como-echarse</meneame:url>
		<title>#15 &#34;Semejante grado de ignorancia científica [en la sociedad] es como para echarse a llorar&#34;</title>
		<link>https://www.meneame.net/story/semejante-grado-ignorancia-cientifica-sociedad-como-echarse/c015#c-15</link>
		<pubDate>Mon, 29 Oct 2012 01:15:52 +0000</pubDate>
		<dc:creator>centelleante</dc:creator>
		<guid>https://www.meneame.net/story/semejante-grado-ignorancia-cientifica-sociedad-como-echarse/c015#c-15</guid>
		<description><![CDATA[<p>Hablando de ignorancia científica, o más bien tecnológica, las sangrías de los párrafos del artículo están conseguidas con esta esplendorosa técnica: &#60;span style=&#34;color: <a href="/m/Lolita/search?w=comments&#38;q=%23ffffff&#38;o=date">#ffffff</a>;&#34;&#62;…………&#60;/span&#62;</p><p>&#187;&nbsp;autor: <strong>centelleante</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>10748504</meneame:comment_id>
		<meneame:link_id>1621604</meneame:link_id>
		<meneame:order>107</meneame:order>
		<meneame:user>oxalus</meneame:user>
		<meneame:votes>0</meneame:votes>
		<meneame:karma>6</meneame:karma>
		<meneame:url>https://www.meneame.net/story/respuesta-mas-digna-periodista-paro-ante-oferta-trabajo</meneame:url>
		<title>#107 Respuesta más que digna de un periodista en paro, ante una &#34;oferta&#34; de trabajo</title>
		<link>https://www.meneame.net/story/respuesta-mas-digna-periodista-paro-ante-oferta-trabajo/c0107#c-107</link>
		<pubDate>Tue, 29 May 2012 16:19:17 +0000</pubDate>
		<dc:creator>oxalus</dc:creator>
		<guid>https://www.meneame.net/story/respuesta-mas-digna-periodista-paro-ante-oferta-trabajo/c0107#c-107</guid>
		<description><![CDATA[<p>Firebug &#62; .main-outer &#62; cambiar propiedad 'background' por esto 'url(&#34;<a href="http://www.blogblog.com/1kt/watermark/post_background_navigator.png&#34;" title="www.blogblog.com/1kt/watermark/post_background_navigator.png&#34;" rel="nofollow">www.blogblog.com/1kt/watermark/post_background_navigator.png&#34;</a>) repeat scroll left top <a href="/m/Lolita/search?w=comments&#38;q=%23FFFFFF'&#38;o=date">#FFFFFF'</a><br />
<br />
De nada.</p><p>&#187;&nbsp;autor: <strong>oxalus</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>10256932</meneame:comment_id>
		<meneame:link_id>1551434</meneame:link_id>
		<meneame:order>27</meneame:order>
		<meneame:user>peregrino</meneame:user>
		<meneame:votes>5</meneame:votes>
		<meneame:karma>51</meneame:karma>
		<meneame:url>https://www.meneame.net/story/extranos-colores-solo-ven-mujeres-humor</meneame:url>
		<title>#27 Extraños colores que sólo ven las mujeres [HUMOR]</title>
		<link>https://www.meneame.net/story/extranos-colores-solo-ven-mujeres-humor/c027#c-27</link>
		<pubDate>Tue, 06 Mar 2012 21:54:00 +0000</pubDate>
		<dc:creator>peregrino</dc:creator>
		<guid>https://www.meneame.net/story/extranos-colores-solo-ven-mujeres-humor/c027#c-27</guid>
		<description><![CDATA[<p>Yo veo unos cuantos, desde <a class="tooltip l:1551434" href="https://www.meneame.net/story/extranos-colores-solo-ven-mujeres-humor" rel="nofollow">#000000</a> hasta <a href="/m/Lolita/search?w=comments&#38;q=%23FFFFFF&#38;o=date">#FFFFFF</a>, es lo que tiene ser diseñador web <img data-src="https://cdn.mnmstatic.net/v_149/img/menemojis/36/lol.gif" alt="xD" title=":lol: xD" width="18" height="18" src="https://cdn.mnmstatic.net/v_149/img/g.gif" class="emoji lazy" /><br />
<br />
También me se de memoria unos cuantos pantones, pero no les pongo nombre</p><p>&#187;&nbsp;autor: <strong>peregrino</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>8993403</meneame:comment_id>
		<meneame:link_id>1352442</meneame:link_id>
		<meneame:order>17</meneame:order>
		<meneame:user>--81216--</meneame:user>
		<meneame:votes>0</meneame:votes>
		<meneame:karma>6</meneame:karma>
		<meneame:url>https://www.meneame.net/story/ten-cuidado-hablas-espanol-extranjero-pueden-entenderte</meneame:url>
		<title>#17 Ten cuidado si hablas en español en el extranjero. Pueden entenderte</title>
		<link>https://www.meneame.net/story/ten-cuidado-hablas-espanol-extranjero-pueden-entenderte/c017#c-17</link>
		<pubDate>Thu, 25 Aug 2011 13:48:41 +0000</pubDate>
		<dc:creator>--81216--</dc:creator>
		<guid>https://www.meneame.net/story/ten-cuidado-hablas-espanol-extranjero-pueden-entenderte/c017#c-17</guid>
		<description><![CDATA[<p><a class="tooltip c:1352442-15" href="https://www.meneame.net/story/ten-cuidado-hablas-espanol-extranjero-pueden-entenderte/c015#c-15" rel="nofollow">#15</a> pues hazte mirar la gráfica que yo solo veo un body {background-image:<a href="/m/Lolita/search?w=comments&#38;q=%23degradado&#38;o=date">#degradado</a>;} y un .article_bkgrnd {background-color:<a href="/m/Lolita/search?w=comments&#38;q=%23FFFFFF}&#38;o=date">#FFFFFF}</a> <img data-src="https://cdn.mnmstatic.net/v_149/img/menemojis/36/grin.png" alt=":-D" title=":-D" width="18" height="18" src="https://cdn.mnmstatic.net/v_149/img/g.gif" class="emoji lazy" /></p><p>&#187;&nbsp;autor: <strong>--81216--</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>8838169</meneame:comment_id>
		<meneame:link_id>1329196</meneame:link_id>
		<meneame:order>4</meneame:order>
		<meneame:user>abacero</meneame:user>
		<meneame:votes>9</meneame:votes>
		<meneame:karma>97</meneame:karma>
		<meneame:url>https://www.meneame.net/story/malaga-despierta-colorida-hexadecimal</meneame:url>
		<title>#4 Málaga se despierta colorida y en hexadecimal!</title>
		<link>https://www.meneame.net/story/malaga-despierta-colorida-hexadecimal/c04#c-4</link>
		<pubDate>Thu, 28 Jul 2011 17:55:34 +0000</pubDate>
		<dc:creator>abacero</dc:creator>
		<guid>https://www.meneame.net/story/malaga-despierta-colorida-hexadecimal/c04#c-4</guid>
		<description><![CDATA[<p>¡La de <a href="/m/Lolita/search?w=comments&#38;q=%23FF0000&#38;o=date">#FF0000</a> si la cojo!<br />
¡La de <a href="/m/Lolita/search?w=comments&#38;q=%23FFFFFF&#38;o=date">#FFFFFF</a> si la tranco!<br />
¡La de <a href="/m/Lolita/search?w=comments&#38;q=%23FFFF00&#38;o=date">#FFFF00</a> si la pillo!<br />
<br />
<img data-src="https://cdn.mnmstatic.net/v_149/img/menemojis/36/troll.png" alt=":troll:" title=":troll:" width="18" height="18" src="https://cdn.mnmstatic.net/v_149/img/g.gif" class="emoji lazy" /></p><p>&#187;&nbsp;autor: <strong>abacero</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>7743364</meneame:comment_id>
		<meneame:link_id>1159694</meneame:link_id>
		<meneame:order>11</meneame:order>
		<meneame:user>--32677--</meneame:user>
		<meneame:votes>2</meneame:votes>
		<meneame:karma>24</meneame:karma>
		<meneame:url>https://www.meneame.net/story/rajoy-incapaz-responder-pregunta-chica-estudiante-no-entender</meneame:url>
		<title>#11 Rajoy incapaz de responder una pregunta a una chica estudiante por no entender su propia letra</title>
		<link>https://www.meneame.net/story/rajoy-incapaz-responder-pregunta-chica-estudiante-no-entender/c011#c-11</link>
		<pubDate>Wed, 02 Feb 2011 16:20:58 +0000</pubDate>
		<dc:creator>--32677--</dc:creator>
		<guid>https://www.meneame.net/story/rajoy-incapaz-responder-pregunta-chica-estudiante-no-entender/c011#c-11</guid>
		<description><![CDATA[<p><a href="/m/Lolita/search?w=comments&#38;q=%23discurso_rajoy_salir_crisis&#38;o=date">#discurso_rajoy_salir_crisis</a> li {Font-family: Comic Sans; 5 px; italic; underline; <a href="/m/Lolita/search?w=comments&#38;q=%23FFFFFF}&#38;o=date">#FFFFFF}</a><br />
<br />
<a href="/m/Lolita/search?w=comments&#38;q=%23rajoywritingfacts&#38;o=date">#rajoywritingfacts</a></p><p>&#187;&nbsp;autor: <strong>--32677--</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>4009410</meneame:comment_id>
		<meneame:link_id>651884</meneame:link_id>
		<meneame:order>14</meneame:order>
		<meneame:user>--86315--</meneame:user>
		<meneame:votes>0</meneame:votes>
		<meneame:karma>6</meneame:karma>
		<meneame:url>https://www.meneame.net/story/google-propone-nuevos-captchas-imagen-pajaro-esta-bien-orientado</meneame:url>
		<title>#14 Google propone nuevos captchas: ¿en qué imagen el pájaro está bien orientado?</title>
		<link>https://www.meneame.net/story/google-propone-nuevos-captchas-imagen-pajaro-esta-bien-orientado/c014#c-14</link>
		<pubDate>Sun, 19 Apr 2009 19:55:47 +0000</pubDate>
		<dc:creator>--86315--</dc:creator>
		<guid>https://www.meneame.net/story/google-propone-nuevos-captchas-imagen-pajaro-esta-bien-orientado/c014#c-14</guid>
		<description><![CDATA[<p>[Usuario deshabilitado]</p><p>&#187;&nbsp;autor: <strong>--86315--</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>3960623</meneame:comment_id>
		<meneame:link_id>645458</meneame:link_id>
		<meneame:order>1</meneame:order>
		<meneame:user>Hass</meneame:user>
		<meneame:votes>4</meneame:votes>
		<meneame:karma>51</meneame:karma>
		<meneame:url>https://www.meneame.net/story/instalar-apache-php-mysql-ubuntudebian</meneame:url>
		<title>#1 Instalar Apache PHP y MySql en Ubuntu/Debian</title>
		<link>https://www.meneame.net/story/instalar-apache-php-mysql-ubuntudebian/c01#c-1</link>
		<pubDate>Sat, 11 Apr 2009 15:56:16 +0000</pubDate>
		<dc:creator>Hass</dc:creator>
		<guid>https://www.meneame.net/story/instalar-apache-php-mysql-ubuntudebian/c01#c-1</guid>
		<description><![CDATA[<p>Y otro blog supuestamente linuxero que se pasa las licencias por el forro de los copylefts...<br />
<br />
El texto ha sido sacado de <a href="http://www.rolandovera.com/2008/05/07/debian-etch-con-apache2-mpm-worker-php5-fastcgi/" title="www.rolandovera.com/2008/05/07/debian-etch-con-apache2-mpm-worker-php5-fastcgi/" rel="nofollow">www.rolandovera.com/2008/05/07/debian-etch-con-apache2-mpm-worker-php5</a> <br />
<br />
Y en esa web pone <strong>&#34;© Copyright rolandovera.com 2008. All rights reserved.&#34;</strong><br />
<br />
Por cierto, la próxima vez que copiapegues, ten cuidado de escapar el código PHP. En el original pone:<br />
<br />
<em>&#60;html&#62;</em><br />
<em>&#60;head&#62;</em><br />
<em>&#60;title&#62;PHPinfo&#60;/title&#62;</em><br />
<em>&#60;/head&#62;</em><br />
<em>&#60;body bgcolor=#FFFFFF&#62;</em><br />
<em>&#60;p&#62;&#60;? phpinfo() ?&#62;&#60;/p&#62;</em><br />
<em>&#60;/body&#62;</em><br />
<em>&#60;/html&#62;</em> <br />
<br />
Y tú pones:<br />
<br />
<em>PHPinfo</em><br />
<br />
<strong>FAIL</strong> <img data-src="https://cdn.mnmstatic.net/v_149/img/menemojis/36/lol.gif" alt="xD" title=":lol: xD" width="18" height="18" src="https://cdn.mnmstatic.net/v_149/img/g.gif" class="emoji lazy" /></p><p>&#187;&nbsp;autor: <strong>Hass</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>3827594</meneame:comment_id>
		<meneame:link_id>627323</meneame:link_id>
		<meneame:order>2</meneame:order>
		<meneame:user>Maki_</meneame:user>
		<meneame:votes>4</meneame:votes>
		<meneame:karma>33</meneame:karma>
		<meneame:url>https://www.meneame.net/story/marketing-de-alta-definicion</meneame:url>
		<title>#2 El márketing de la “Alta Definición”</title>
		<link>https://www.meneame.net/story/marketing-de-alta-definicion/c02#c-2</link>
		<pubDate>Thu, 19 Mar 2009 19:34:00 +0000</pubDate>
		<dc:creator>Maki_</dc:creator>
		<guid>https://www.meneame.net/story/marketing-de-alta-definicion/c02#c-2</guid>
		<description><![CDATA[<p>Me van a perdonar, pero la web de fondo negro <a class="tooltip l:627323" href="https://www.meneame.net/story/marketing-de-alta-definicion" rel="nofollow">#00000</a> y letras blanco <a href="/m/Lolita/search?w=comments&#38;q=%23FFFFFF&#38;o=date">#FFFFFF</a> es una puñalada a los ojos impresionante.<br />
Lo lamento, no he podido terminar de leer.</p><p>&#187;&nbsp;autor: <strong>Maki_</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>3589753</meneame:comment_id>
		<meneame:link_id>595841</meneame:link_id>
		<meneame:order>5</meneame:order>
		<meneame:user>--109568--</meneame:user>
		<meneame:votes>1</meneame:votes>
		<meneame:karma>23</meneame:karma>
		<meneame:url>https://www.meneame.net/story/fotos-inmensas-fabricas-japonesas-noche</meneame:url>
		<title>#5 Fotos de inmensas fábricas japonesas de noche</title>
		<link>https://www.meneame.net/story/fotos-inmensas-fabricas-japonesas-noche/c05#c-5</link>
		<pubDate>Wed, 11 Feb 2009 14:26:54 +0000</pubDate>
		<dc:creator>--109568--</dc:creator>
		<guid>https://www.meneame.net/story/fotos-inmensas-fabricas-japonesas-noche/c05#c-5</guid>
		<description><![CDATA[<p>&#60;html&#62;&#60;head&#62;&#60;title&#62;SUSPENDED&#60;/title&#62;<br />
&#60;style type=&#34;text/css&#34;&#62;&#60;!--<br />
.style1 {<br />
color: <a href="/m/Lolita/search?w=comments&#38;q=%23FFFF00&#38;o=date">#FFFF00</a>;<br />
font-weight: bold;<br />
font-size: 24px;<br />
font-family: Verdana, Arial, Helvetica, sans-serif;<br />
}<br />
.style2 {<br />
font-family: Verdana, Arial, Helvetica, sans-serif;<br />
font-size: 10px;<br />
}<br />
body {<br />
background-color: <a href="/m/Lolita/search?w=comments&#38;q=%23CCCCCC&#38;o=date">#CCCCCC</a>;<br />
}<br />
.style4 {<br />
font-family: Verdana, Arial, Helvetica, sans-serif;<br />
font-weight: bold;<br />
}--&#62;<br />
&#60;/style&#62;<br />
&#60;meta http-equiv=&#34;Content-Type&#34; content=&#34;text/html; charset=iso-8859-1&#34;&#62;&#60;/head&#62;<br />
&#60;body&#62;<br />
&#60;table bgcolor=#ffffff link=#0000ee vlink=#0000ee text=#000000 border=0 align=&#34;center&#34; width=&#34;100%&#34;&#62;<br />
&#60;tr class=cellheader&#62;<br />
&#60;td bgcolor=#788298&#62;&#60;center&#62;<br />
&#60;span class=&#34;style1&#34;&#62;This Account Has Exceeded Its CPU Quota &#60;/span&#62;<br />
&#60;/center&#62;&#60;/td&#62;<br />
&#60;/tr&#62;<br />
&#60;/table&#62;<br />
&#60;p class=&#34;style4&#34;&#62;Please contact this site's webmaster.&#60;/p&#62;<br />
&#60;p&#62;&#60;span class=&#34;style2&#34;&#62;Wait a few minutes and use your browser's &#34;Back&#34; button or click &#60;a href=&#34;javascript:history.go(-1)&#34;&#62;here&#60;/a&#62; to try again.&#60;br&#62;<br />
<br />
&#60;br&#62;<br />
&#60;/span&#62;&#60;/p&#62;<br />
&#60;hr&#62;<br />
&#60;span class=&#34;style2&#34;&#62;<br />
If you are the webmaster, your account may have gotten this error for one or more of the following reasons:<br />
&#60;ul&#62;<br />
&#60;li&#62;Your account has used more than its share of the cpu in the past 60 second sliding window.<br />
&#60;li&#62;Your account has too many concurrent processes running simultanously.<br />
&#60;li&#62;Your account has consumed too much memory.<br />
&#60;li&#62;Your site was recently very busy trying to run inefficient scripts.<br />
&#60;/ul&#62;<br />
The solution would be to optimize your applications to use less CPU.&#60;br&#62;<br />
Adding appropriate indeces to your SQL tables can often help reduce CPU.&#60;br&#62;<br />
Using static .html documents instead of painful .php scripts will practically eliminate CPU usage.&#60;br&#62;<br />
<br />
&#60;/span&#62;<br />
&#60;BR&#62;<br />
&#60;/html&#62;</p><p>&#187;&nbsp;autor: <strong>--109568--</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>3541793</meneame:comment_id>
		<meneame:link_id>589295</meneame:link_id>
		<meneame:order>8</meneame:order>
		<meneame:user>danic</meneame:user>
		<meneame:votes>1</meneame:votes>
		<meneame:karma>19</meneame:karma>
		<meneame:url>https://www.meneame.net/story/mas-tiempo-vacaciones-para-todos-mas-gente-trabajando</meneame:url>
		<title>#8 Más tiempo de vacaciones para todos y más gente trabajando</title>
		<link>https://www.meneame.net/story/mas-tiempo-vacaciones-para-todos-mas-gente-trabajando/c08#c-8</link>
		<pubDate>Wed, 04 Feb 2009 19:34:47 +0000</pubDate>
		<dc:creator>danic</dc:creator>
		<guid>https://www.meneame.net/story/mas-tiempo-vacaciones-para-todos-mas-gente-trabajando/c08#c-8</guid>
		<description><![CDATA[<p><a class="tooltip c:589295-6" href="https://www.meneame.net/story/mas-tiempo-vacaciones-para-todos-mas-gente-trabajando/c06#c-6" rel="nofollow">#6</a> ahhh si, se me olvidaba aquello de &#34;esque mi articulo es superimportante y soy un gran pensador dejad de lado todo lo demas &#34; <img data-src="https://cdn.mnmstatic.net/v_149/img/menemojis/36/lol.gif" alt="xD" title=":lol: xD" width="18" height="18" src="https://cdn.mnmstatic.net/v_149/img/g.gif" class="emoji lazy" /> <img data-src="https://cdn.mnmstatic.net/v_149/img/menemojis/36/lol.gif" alt="xD" title=":lol: xD" width="18" height="18" src="https://cdn.mnmstatic.net/v_149/img/g.gif" class="emoji lazy" /> <img data-src="https://cdn.mnmstatic.net/v_149/img/menemojis/36/lol.gif" alt="xD" title=":lol: xD" width="18" height="18" src="https://cdn.mnmstatic.net/v_149/img/g.gif" class="emoji lazy" /><br />
<br />
El fondo es muuuy sencillo de elegir, en hexa <a href="/m/Lolita/search?w=comments&#38;q=%23ffffff&#38;o=date">#ffffff</a> , facilote , si pones una imagen no la repitas, pero mejor nada de imagenes de fondo</p><p>&#187;&nbsp;autor: <strong>danic</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>3529975</meneame:comment_id>
		<meneame:link_id>587818</meneame:link_id>
		<meneame:order>9</meneame:order>
		<meneame:user>--67088--</meneame:user>
		<meneame:votes>1</meneame:votes>
		<meneame:karma>15</meneame:karma>
		<meneame:url>https://www.meneame.net/story/encuentra-las-999-diferencias</meneame:url>
		<title>#9 Encuentra las 999 diferencias</title>
		<link>https://www.meneame.net/story/encuentra-las-999-diferencias/c09#c-9</link>
		<pubDate>Tue, 03 Feb 2009 13:50:42 +0000</pubDate>
		<dc:creator>--67088--</dc:creator>
		<guid>https://www.meneame.net/story/encuentra-las-999-diferencias/c09#c-9</guid>
		<description><![CDATA[<p>[Usuario deshabilitado]</p><p>&#187;&nbsp;autor: <strong>--67088--</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>3529932</meneame:comment_id>
		<meneame:link_id>587818</meneame:link_id>
		<meneame:order>7</meneame:order>
		<meneame:user>LaRameraEscarlata</meneame:user>
		<meneame:votes>2</meneame:votes>
		<meneame:karma>26</meneame:karma>
		<meneame:url>https://www.meneame.net/story/encuentra-las-999-diferencias</meneame:url>
		<title>#7 Encuentra las 999 diferencias</title>
		<link>https://www.meneame.net/story/encuentra-las-999-diferencias/c07#c-7</link>
		<pubDate>Tue, 03 Feb 2009 13:46:23 +0000</pubDate>
		<dc:creator>LaRameraEscarlata</dc:creator>
		<guid>https://www.meneame.net/story/encuentra-las-999-diferencias/c07#c-7</guid>
		<description><![CDATA[<p><a class="tooltip c:587818-1" href="https://www.meneame.net/story/encuentra-las-999-diferencias/c01#c-1" rel="nofollow">#1</a> No, en eso se parecen exactamente: background-color:<a href="/m/Lolita/search?w=comments&#38;q=%23ffffff&#38;o=date">#ffffff</a>; <img data-src="https://cdn.mnmstatic.net/v_149/img/menemojis/36/smiley.png" alt=":-)" title=":-)" width="18" height="18" src="https://cdn.mnmstatic.net/v_149/img/g.gif" class="emoji lazy" /></p><p>&#187;&nbsp;autor: <strong>LaRameraEscarlata</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>3454125</meneame:comment_id>
		<meneame:link_id>577708</meneame:link_id>
		<meneame:order>3</meneame:order>
		<meneame:user>chuck_kerrigan</meneame:user>
		<meneame:votes>0</meneame:votes>
		<meneame:karma>9</meneame:karma>
		<meneame:url>https://www.meneame.net/story/rediseno-de-web-de-casa-blanca</meneame:url>
		<title>#3 El rediseño de la web de la Casa Blanca</title>
		<link>https://www.meneame.net/story/rediseno-de-web-de-casa-blanca/c03#c-3</link>
		<pubDate>Fri, 23 Jan 2009 07:38:48 +0000</pubDate>
		<dc:creator>chuck_kerrigan</dc:creator>
		<guid>https://www.meneame.net/story/rediseno-de-web-de-casa-blanca/c03#c-3</guid>
		<description><![CDATA[<p>De:<br />
<br />
body<br />
{<br />
  background-color: <a href="/m/Lolita/search?w=comments&#38;q=%23FFFFFF&#38;o=date">#FFFFFF</a>;<br />
}<br />
<br />
A:<br />
<br />
body<br />
{<br />
  background-color: <a class="tooltip l:577708" href="https://www.meneame.net/story/rediseno-de-web-de-casa-blanca" rel="nofollow">#000000</a>;<br />
}</p><p>&#187;&nbsp;autor: <strong>chuck_kerrigan</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>3219057</meneame:comment_id>
		<meneame:link_id>546741</meneame:link_id>
		<meneame:order>218</meneame:order>
		<meneame:user>filterman</meneame:user>
		<meneame:votes>0</meneame:votes>
		<meneame:karma>6</meneame:karma>
		<meneame:url>https://www.meneame.net/story/castellanohablantes-son-poco-conscientes-multilinguismo-espanol-segun-</meneame:url>
		<title>#218 Los castellanohablantes son poco conscientes del multilingüismo español (según estudio)</title>
		<link>https://www.meneame.net/story/castellanohablantes-son-poco-conscientes-multilinguismo-espanol-segun-/c0218#c-218</link>
		<pubDate>Fri, 12 Dec 2008 01:09:17 +0000</pubDate>
		<dc:creator>filterman</dc:creator>
		<guid>https://www.meneame.net/story/castellanohablantes-son-poco-conscientes-multilinguismo-espanol-segun-/c0218#c-218</guid>
		<description><![CDATA[<p><a class="tooltip c:546741-213" href="https://www.meneame.net/story/castellanohablantes-son-poco-conscientes-multilinguismo-espanol-segun-/c0213#c-213" rel="nofollow">#213</a> Pero que burro eres macho. Si juntas todos los colores tienes el blanco desde que el mundo es mundo. Puedes comprobarlo con la luz, con pinturas, o mirando que color te pinta el navegador con <a href="/m/Lolita/search?w=comments&#38;q=%23FFFFFF&#38;o=date">#FFFFFF</a> ==&#62; <a href="http://www.w3schools.com/Html/html_colors.asp" title="www.w3schools.com/Html/html_colors.asp" rel="nofollow">www.w3schools.com/Html/html_colors.asp</a><br />
<br />
Lo malo de ser tan prepotente es que luego cuando te pillan diciendo algo que es comprobable como completamente falso pues es que quedas mal. Venga Hegel a ver si somos un poquito mas humildes de ahora en adelante.</p><p>&#187;&nbsp;autor: <strong>filterman</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>3163896</meneame:comment_id>
		<meneame:link_id>539948</meneame:link_id>
		<meneame:order>1</meneame:order>
		<meneame:user>ucedaman</meneame:user>
		<meneame:votes>0</meneame:votes>
		<meneame:karma>11</meneame:karma>
		<meneame:url>https://www.meneame.net/story/donde-esta-maximo-blanco-cat</meneame:url>
		<title>#1 Dónde está Máximo Blanco? (CAT)</title>
		<link>https://www.meneame.net/story/donde-esta-maximo-blanco-cat/c01#c-1</link>
		<pubDate>Tue, 02 Dec 2008 14:54:06 +0000</pubDate>
		<dc:creator>ucedaman</dc:creator>
		<guid>https://www.meneame.net/story/donde-esta-maximo-blanco-cat/c01#c-1</guid>
		<description><![CDATA[<p>¿<a href="/m/Lolita/search?w=comments&#38;q=%23FFFFFF&#38;o=date">#FFFFFF</a>?</p><p>&#187;&nbsp;autor: <strong>ucedaman</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>3051211</meneame:comment_id>
		<meneame:link_id>524658</meneame:link_id>
		<meneame:order>21</meneame:order>
		<meneame:user>strider</meneame:user>
		<meneame:votes>0</meneame:votes>
		<meneame:karma>10</meneame:karma>
		<meneame:url>https://www.meneame.net/story/kalia-vanish-oxiaction-crystal-white-intelligence-multi-magnets-humor</meneame:url>
		<title>#21 Kalia vanish oxiaction crystal white intelligence multi magnets [HUMOR]</title>
		<link>https://www.meneame.net/story/kalia-vanish-oxiaction-crystal-white-intelligence-multi-magnets-humor/c021#c-21</link>
		<pubDate>Wed, 12 Nov 2008 22:01:03 +0000</pubDate>
		<dc:creator>strider</dc:creator>
		<guid>https://www.meneame.net/story/kalia-vanish-oxiaction-crystal-white-intelligence-multi-magnets-humor/c021#c-21</guid>
		<description><![CDATA[<p>El día que oí el nombre del detergente en TV casi me da un ataque de risa. <img data-src="https://cdn.mnmstatic.net/v_149/img/menemojis/36/lol.gif" alt="xD" title=":lol: xD" width="18" height="18" src="https://cdn.mnmstatic.net/v_149/img/g.gif" class="emoji lazy" /> <img data-src="https://cdn.mnmstatic.net/v_149/img/menemojis/36/lol.gif" alt="xD" title=":lol: xD" width="18" height="18" src="https://cdn.mnmstatic.net/v_149/img/g.gif" class="emoji lazy" /><br />
<br />
Desde hace décadas cada detergente lava más blanco que el anterior. ¿Habremos alcanzado ya el <a href="/m/Lolita/search?w=comments&#38;q=%23FFFFFF&#38;o=date">#FFFFFF</a>? ¿Hay algo más allá del <a href="/m/Lolita/search?w=comments&#38;q=%23FFFFFF&#38;o=date">#FFFFFF</a>?</p><p>&#187;&nbsp;autor: <strong>strider</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>2555644</meneame:comment_id>
		<meneame:link_id>458240</meneame:link_id>
		<meneame:order>19</meneame:order>
		<meneame:user>FeKuLa</meneame:user>
		<meneame:votes>0</meneame:votes>
		<meneame:karma>8</meneame:karma>
		<meneame:url>https://www.meneame.net/story/color-era-coche-ffffff-santiago-humor</meneame:url>
		<title>#19 ¿De qué color era el coche FFFFFF de Santiago? (humor)</title>
		<link>https://www.meneame.net/story/color-era-coche-ffffff-santiago-humor/c019#c-19</link>
		<pubDate>Wed, 27 Aug 2008 07:31:19 +0000</pubDate>
		<dc:creator>FeKuLa</dc:creator>
		<guid>https://www.meneame.net/story/color-era-coche-ffffff-santiago-humor/c019#c-19</guid>
		<description><![CDATA[<p><strong>Noticia erronea</strong>, si analizas exhaustivamente la foto con el cuentagotas de Photoshop veréis que no hay ninguna parte del coche que sea realmente <a href="/m/Lolita/search?w=comments&#38;q=%23FFFFFF&#38;o=date">#FFFFFF</a>. Se aproxima al blanco pero no lo es <img data-src="https://cdn.mnmstatic.net/v_149/img/menemojis/36/wink.png" alt=";)" title=";)" width="18" height="18" src="https://cdn.mnmstatic.net/v_149/img/g.gif" class="emoji lazy" /></p><p>&#187;&nbsp;autor: <strong>FeKuLa</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>1517057</meneame:comment_id>
		<meneame:link_id>308763</meneame:link_id>
		<meneame:order>16</meneame:order>
		<meneame:user>--17701--</meneame:user>
		<meneame:votes>2</meneame:votes>
		<meneame:karma>7</meneame:karma>
		<meneame:url>https://www.meneame.net/story/asistencia-usuario-pagina-web</meneame:url>
		<title>#16 Asistencia al usuario de una página web</title>
		<link>https://www.meneame.net/story/asistencia-usuario-pagina-web/c016#c-16</link>
		<pubDate>Thu, 14 Feb 2008 07:32:54 +0000</pubDate>
		<dc:creator>--17701--</dc:creator>
		<guid>https://www.meneame.net/story/asistencia-usuario-pagina-web/c016#c-16</guid>
		<description><![CDATA[<p>[Usuario deshabilitado]</p><p>&#187;&nbsp;autor: <strong>--17701--</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>1383979</meneame:comment_id>
		<meneame:link_id>289331</meneame:link_id>
		<meneame:order>5</meneame:order>
		<meneame:user>natrix</meneame:user>
		<meneame:votes>4</meneame:votes>
		<meneame:karma>45</meneame:karma>
		<meneame:url>https://www.meneame.net/story/500.000-colores-han-sido-lanzadas-escalinata-plaza-espana-roma</meneame:url>
		<title>#5 500.000 pelotas de colores han sido lanzadas en la escalinata de la plaza de España de Roma</title>
		<link>https://www.meneame.net/story/500.000-colores-han-sido-lanzadas-escalinata-plaza-espana-roma/c05#c-5</link>
		<pubDate>Wed, 16 Jan 2008 20:39:04 +0000</pubDate>
		<dc:creator>natrix</dc:creator>
		<guid>https://www.meneame.net/story/500.000-colores-han-sido-lanzadas-escalinata-plaza-espana-roma/c05#c-5</guid>
		<description><![CDATA[<p>...¡de <a class="tooltip l:289331" href="https://www.meneame.net/story/500.000-colores-han-sido-lanzadas-escalinata-plaza-espana-roma" rel="nofollow">#000000</a> a <a href="/m/Lolita/search?w=comments&#38;q=%23FFFFFF&#38;o=date">#FFFFFF</a>!</p><p>&#187;&nbsp;autor: <strong>natrix</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>458839</meneame:comment_id>
		<meneame:link_id>109494</meneame:link_id>
		<meneame:order>2</meneame:order>
		<meneame:user>angelitoMagno</meneame:user>
		<meneame:votes>1</meneame:votes>
		<meneame:karma>16</meneame:karma>
		<meneame:url>https://www.meneame.net/story/colmo-accesibilidad-resolucion-demasiado-alta</meneame:url>
		<title>#2 El colmo de la accesibilidad: &#34;Su resolución es demasiado alta&#34;</title>
		<link>https://www.meneame.net/story/colmo-accesibilidad-resolucion-demasiado-alta/c02#c-2</link>
		<pubDate>Tue, 13 Mar 2007 12:47:12 +0000</pubDate>
		<dc:creator>angelitoMagno</dc:creator>
		<guid>https://www.meneame.net/story/colmo-accesibilidad-resolucion-demasiado-alta/c02#c-2</guid>
		<description><![CDATA[<p>Lo que es difícil es hacer las cosas tan mal<br />
<br />
De todas formas, mirad la etiqueta body:<br />
&#60;body bgcolor=&#34;<a href="/m/Lolita/search?w=comments&#38;q=%23FFFFFF&#38;o=date">#FFFFFF</a>&#34; onLoad=&#34;window.self.defaultStatus='Maconsa'&#34; text=&#34;<a class="tooltip l:109494" href="https://www.meneame.net/story/colmo-accesibilidad-resolucion-demasiado-alta" rel="nofollow">#000000</a>&#34; link=&#34;<a class="tooltip l:109494" href="https://www.meneame.net/story/colmo-accesibilidad-resolucion-demasiado-alta" rel="nofollow">#000000</a>&#34; vlink=&#34;<a class="tooltip l:109494" href="https://www.meneame.net/story/colmo-accesibilidad-resolucion-demasiado-alta" rel="nofollow">#000000</a>&#34; alink=&#34;<a class="tooltip l:109494" href="https://www.meneame.net/story/colmo-accesibilidad-resolucion-demasiado-alta" rel="nofollow">#000000</a>&#34; leftmargin=&#34;0&#34; topmargin=&#34;0&#34; marginwidth=&#34;0&#34; marginheight=&#34;0&#34; background=&#34;Fondos/FondoPlano.jpg&#34;&#62;<br />
<br />
Estoy por mandarle un correo a la empresa que ha hecho esto  y decirles: ¿Perdonad, os suena las siglas CSS?<br />
<br />
Me pregunto cuanto habrán cobrado por la página</p><p>&#187;&nbsp;autor: <strong>angelitoMagno</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>356884</meneame:comment_id>
		<meneame:link_id>85572</meneame:link_id>
		<meneame:order>1</meneame:order>
		<meneame:user>0x90</meneame:user>
		<meneame:votes>5</meneame:votes>
		<meneame:karma>-39</meneame:karma>
		<meneame:url>https://www.meneame.net/story/40-aniversario-desastre-apollo-1</meneame:url>
		<title>#1 40 aniversario del desastre del Apollo 1</title>
		<link>https://www.meneame.net/story/40-aniversario-desastre-apollo-1/c01#c-1</link>
		<pubDate>Sat, 27 Jan 2007 23:16:24 +0000</pubDate>
		<dc:creator>0x90</dc:creator>
		<guid>https://www.meneame.net/story/40-aniversario-desastre-apollo-1/c01#c-1</guid>
		<description><![CDATA[<p>&#60;html&#62;<br />
&#60;head&#62;<br />
&#60;title&#62;<a href="/m/Owned" title="|Owned">|Owned</a> by 0x90 - Owned by 0x90 - Owned by 0x90 - Owned by 0x90 - Owned by 0x90|&#60;/title&#62;<br />
&#60;DIV  align=&#34;center&#34;&#62;&#60;SPAN <br />
style=&#34;FILTER: blur(add=1,direction=270,strength=30); HEIGHT: 30px&#34;&#62;<br />
&#60;/STRONG&#62;&#60;STRONG&#62;&#60;FONT face=&#34;Courier New, Courier, mono&#34; size=5&#62;<br />
&#60;/DIV&#62;<br />
&#60;/head&#62;<br />
&#60;body OnContextMenu=&#34;return false&#34; bgcolor=&#34;<a class="tooltip l:85572" href="https://www.meneame.net/story/40-aniversario-desastre-apollo-1" rel="nofollow">#000000</a>&#34; text=&#34;<a href="/m/Lolita/search?w=comments&#38;q=%23ffffff&#38;o=date">#ffffff</a>&#34;&#62;<br />
&#60;center&#62;&#60;img src=&#34;<a href="http://defaced.isgreat.org/jjxh7.gif&#34;&#62;&#60;/center&gt" title="defaced.isgreat.org/jjxh7.gif&#34;&#62;&#60;/center&gt" rel="nofollow">defaced.isgreat.org/jjxh7.gif&#34;&#62;&#60;/center&gt</a>;<br />
&#60;p align=&#34;center&#34;&#62;&#60;font face=&#34;Verdana&#34; size=&#34;6&#34; color=&#34;<a href="/m/Lolita/search?w=comments&#38;q=%230000CC&#38;o=date">#0000CC</a>&#34;&#62;Owned by 0x90&#60;/font&#62;&#60;/p&#62;<br />
&#60;p align=&#34;center&#34;&#62;&#60;font color=&#34;<a class="tooltip c:85572-000099" href="https://www.meneame.net/story/40-aniversario-desastre-apollo-1/c0000099#c-000099" rel="nofollow">#000099</a>&#34;&#62;&#60;b&#62;&#60;font color=&#34;<a class="tooltip c:85572-990000" href="https://www.meneame.net/story/40-aniversario-desastre-apollo-1/c0990000#c-990000" rel="nofollow">#990000</a>&#34; size=&#34;5&#34; face=&#34;Verdana&#34;&#62; Welcome <br />
  to the Jungle!...&#60;/font&#62;&#60;/font&#62;&#60;/p&#62;<br />
&#60;p align=&#34;center&#34;&#62; &#60;EMBED src=http://defaced.isgreat.org/Devil.mid<br />
width=128 height=128 hidden=true type=audio/mid color=&#34;<a href="/m/Lolita/search?w=comments&#38;q=%2300FF00&#38;o=date">#00FF00</a>&#34; AUTOSTART=&#34;TRUE&#34;&#62;&#60;br&#62;&#60;br&#62;<br />
&#60;center&#62;&#60;img src=&#34;<a href="http://defaced.isgreat.org/banner.png&#34;&#62;&#60;/center&gt" title="defaced.isgreat.org/banner.png&#34;&#62;&#60;/center&gt" rel="nofollow">defaced.isgreat.org/banner.png&#34;&#62;&#60;/center&gt</a>;<br />
&#60;/body&#62;<br />
&#60;/html&#62;</p><p>&#187;&nbsp;autor: <strong>0x90</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>339026</meneame:comment_id>
		<meneame:link_id>81383</meneame:link_id>
		<meneame:order>6</meneame:order>
		<meneame:user>Wayfarer</meneame:user>
		<meneame:votes>14</meneame:votes>
		<meneame:karma>95</meneame:karma>
		<meneame:url>https://www.meneame.net/story/color-blanco-mas-blanco-conocido-hasta-ahora</meneame:url>
		<title>#6 El color blanco más blanco conocido hasta ahora</title>
		<link>https://www.meneame.net/story/color-blanco-mas-blanco-conocido-hasta-ahora/c06#c-6</link>
		<pubDate>Fri, 19 Jan 2007 23:44:25 +0000</pubDate>
		<dc:creator>Wayfarer</dc:creator>
		<guid>https://www.meneame.net/story/color-blanco-mas-blanco-conocido-hasta-ahora/c06#c-6</guid>
		<description><![CDATA[<p>Entonces, ¿hay un blanco aún más blanco que <a href="/m/Lolita/search?w=comments&#38;q=%23FFFFFF&#38;o=date">#FFFFFF</a>? <img data-src="https://cdn.mnmstatic.net/v_149/img/menemojis/36/smiley.png" alt=":-)" title=":-)" width="18" height="18" src="https://cdn.mnmstatic.net/v_149/img/g.gif" class="emoji lazy" /><br />
<br />
– Wayfarer</p><p>&#187;&nbsp;autor: <strong>Wayfarer</strong></p>]]></description>
	</item>

	<item>
		<meneame:comment_id>245505</meneame:comment_id>
		<meneame:link_id>59258</meneame:link_id>
		<meneame:order>18</meneame:order>
		<meneame:user>--1502--</meneame:user>
		<meneame:votes>1</meneame:votes>
		<meneame:karma>13</meneame:karma>
		<meneame:url>https://www.meneame.net/story/almacenar-256-gb-informacion-hoja-papel</meneame:url>
		<title>#18 ¿Almacenar 256 GB de información en una hoja de papel?</title>
		<link>https://www.meneame.net/story/almacenar-256-gb-informacion-hoja-papel/c018#c-18</link>
		<pubDate>Sun, 26 Nov 2006 16:55:12 +0000</pubDate>
		<dc:creator>--1502--</dc:creator>
		<guid>https://www.meneame.net/story/almacenar-256-gb-informacion-hoja-papel/c018#c-18</guid>
		<description><![CDATA[<p>[Usuario deshabilitado]</p><p>&#187;&nbsp;autor: <strong>--1502--</strong></p>]]></description>
	</item>

</channel>
</rss>
