<?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:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>otro blog más</title>
	<atom:link href="https://obm.corcoles.net/feed/" rel="self" type="application/rss+xml" />
	<link>https://obm.corcoles.net</link>
	<description>ideas al azar</description>
	<lastBuildDate>Fri, 19 Jun 2026 07:52:25 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<site xmlns="com-wordpress:feed-additions:1">82494669</site>	<item>
		<title>Mis problemas con Markdown</title>
		<link>https://obm.corcoles.net/20260618/mis-problemas-con-markdown/</link>
					<comments>https://obm.corcoles.net/20260618/mis-problemas-con-markdown/#respond</comments>
		
		<dc:creator><![CDATA[csr]]></dc:creator>
		<pubDate>Thu, 18 Jun 2026 15:34:06 +0000</pubDate>
				<category><![CDATA[Blogoqué]]></category>
		<category><![CDATA[Leído por ahí...]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[markdown]]></category>
		<guid isPermaLink="false">https://obm.corcoles.net/?p=10964</guid>

					<description><![CDATA[Este episodio de Vergecast (maravillosamente titulado, por cierto) con John Gruber, el creador de Markdown (entre otras cosas), y el siempre interesante Anil Dash me lleva a hacer una entrada de esas de «señor mayor gritándole al sol», y es que debo ser el único ser humano al que Markdown no le parece una buena &#8230; <a href="https://obm.corcoles.net/20260618/mis-problemas-con-markdown/" class="more-link">Continuar leyendo<span class="screen-reader-text"> "Mis problemas con Markdown"</span></a>]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="# The **epic** story of Markdown | The Vergecast" width="840" height="473" src="https://www.youtube.com/embed/arjKK7fRtSA?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<p class="wp-block-paragraph">Este episodio de <span lang="en" class="juizlang">Vergecast</span> (maravillosamente titulado, por cierto) con <span lang="en" class="juizlang">John Gruber</span>, el creador de <span lang="en" class="juizlang"><a href="https://es.wikipedia.org/wiki/Markdown">Markdown</a></span> (entre otras cosas), y el siempre interesante Anil Dash me lleva a hacer una entrada de esas de «señor mayor gritándole al sol», y es que debo ser el único ser humano al que <span lang="en" class="juizlang">Markdown</span> no le parece una buena idea [en muchos de los casos en los que se usa actualmente].</p>



<p class="wp-block-paragraph">(<span lang="en" class="juizlang">Markdown</span> es un sistema para marcar texto ideado por Gruber para poder poner **negritas**, __cursivas__ y hacer otros cambios tipográficos sin morir en el intento en los inicios de la blogocosa, con el beneficio adicional de que, si se te muestra sin procesar, no se pierde gran cosa.) </p>



<p class="wp-block-paragraph">La cuestión, claro, es que ahora el sistema se ha hecho más ubicuo que el agua (bueno, casi :-P). Markdown **era** necesario, y sigue siendo útil en <s>algunos</s> muchos casos (por ejemplo, para los que detestamos profundamente que en el correo haya cualquier cosa que no sea texto plano). Pero me alegra que hasta el propio Gruber esté de acuerdo conmigo en que en la actualidad se usa demasiado Markdown (somos dos, al menos, pero no sé yo si seremos muchísimos más de dos, y el mercado, claramente, mete Markdown hasta en la sopa sin que haya grandes protestas).</p>



<p class="wp-block-paragraph">Gruber comenta cómo, hace mucho, muchísimo tiempo (en una galaxia muy muy lejana) para poner unas negritas había que recurrir a poner una etiqueta HTML escrita a mano, cosa que era cualquier cosa menos amigable (i) en ausencia de editores ni mínimamente adecuados y (ii) siendo el HTML un lenguaje maravilloso pero que no ganará ningún premio por lo compacto y que requiere millones de caracteres (o casi) para cualquier marcado. Y también comenta cómo el tema de los editores se ha resuelto bastante desde entonces y que ahora mismo escribir **esto** cuesta el mismo esfuerzo que pulsar una combinación de teclas para poner negritas (y quitarlas después). Y coincido con él. Pero. </p>



<h2 class="wp-block-heading">Es la semántica, amigos.</h2>



<p class="wp-block-paragraph">En un texto moderno, estamos bastante acostumbrados a que dentro de un párrafo se destaquen textos con negritas y con cursiva. Nada nos impide cambiar el color del texto, o de su fondo, usar otra tipografía, o subrayarlo (bueno, esto último sí nos lo limita bastante la voluntad de que el texto continúe siendo legible, y por eso cuesta verlo más que en el caso de los enlaces), pero lo habitual son negritas y cursivas. </p>



<p class="wp-block-paragraph">Pero la cantidad de significados que tienen esas negritas y cursivas es más que considerable: uno puede usar las cursivas para dar énfasis, pero también para referirnos a títulos de obras o poner extranjerismos, por ejemplo. Y las negritas se usan para dar un énfasis más fuerte que el de las cursivas, pero también lo he visto yo usado para marcas comerciales, por ejemplo. Nuestro cerebro, que es muy apañado, procesa y decide. Pero en este mundo nuestro, no debería ser demasiado complicado hacer explícita esa semántica. Y, es más, HTML lo permite <em>bastante</em>: tenemos elementos para dar énfasis (<code>em</code> y <code>strong</code>), pero también tenemos el elemento <code>cite</code>, el atributo <code>lang</code> o los pobres <code>b</code> e <code>i</code>, que ya no saben ni ellos para qué deberían usarse (y <code>code</code>, claro, como habéis podido comprobar, os hayáis dado cuenta o no, igual que os ha pasado con <code>s</code> hace un par de párrafos ;-)). Que <code>em</code>, <code>cite</code> e <code>i</code> se muestren por defecto en cursiva, que a <code>strong</code> y <code>b</code> les toque la negrita, que al pobre <code>lang</code> no suela hacerle caso nadie (qué poco habría costado que cualquier cosa marcada con un idioma diferente al del documento raíz se mostrase en cursiva por defecto, oiga) y que a <code>code</code> le toque una tipografía monoespaciada está bien (o no), pero nada nos impide elegir cualquier otra forma de formatear cada elemento. ¿Queréis los anglicismos resaltados en inglés? <span lang="en" class="juizlang">Feel free</span> (pero yo no voy a hacerlo). Os dejo también que le cambiéis el aspecto a <code>s</code>, a <code>del</code> y hasta a <code>ins</code>, pero andad con cuidado, que es fácil hacerse daño. Con la tontería, sí que hay semántica en el marcado de texto de HTML, ¿eh?</p>



<p class="wp-block-paragraph">¿Que quién se va a tomar la molestia? Pues somos pocos los que nos hemos tomado la molestia de instalar un <span lang="en" class="juizlang">plug in</span> en WordPress para marcar el idioma de un fragmento sin tener que poner a mano un <code>span lang="en"</code>&#8230; pero haberlos haylos. Y si estas cosas viniesen por defecto, pues igual más gente lo haría, quién sabe.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img data-recalc-dims="1" fetchpriority="high" decoding="async" width="229" height="478" src="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/06/imagen-1.png?resize=229%2C478&#038;ssl=1" alt="" class="wp-image-10970" srcset="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/06/imagen-1.png?w=229&amp;ssl=1 229w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/06/imagen-1.png?resize=144%2C300&amp;ssl=1 144w" sizes="(max-width: 229px) 85vw, 229px" /><figcaption class="wp-element-caption">¿Veis esos «<span lang="en" class="juizlang">Add HREFLANG Attribute</span>» y «<span lang="en" class="juizlang">Add LANG Attribute</span>«? Si los queréis en vuestro editor de WordPress, <a href="https://wordpress.org/plugins/juiz-lang-attributes/">Juiz Lang Attribute</a>.</figcaption></figure>
</div>


<p class="wp-block-paragraph">¿Que qué ganamos? Tampoco tanto, cierto es&#8230; pero qué poco costaría y, en un mundo en que cada vez las máquinas nos hablan más, que el lector de pantalla no nos ponga énfasis en lo que es el título de una obra, o que sepa cambiar al idioma correcta para leernos una cita sin traducir de <span lang="en" class="juizlang">Shakespeare</span> o de <span lang="fr" class="juizlang">Molière</span>, estaría bien, ¿no? Y, en cualquier caso, a un editor le cuesta lo mismo trabajar en Markdown que en HTML, y este último da más juego<sup data-fn="cf6c082d-9884-4ac7-9380-dcdafc81cb0c" class="fn"><a href="#cf6c082d-9884-4ac7-9380-dcdafc81cb0c" id="cf6c082d-9884-4ac7-9380-dcdafc81cb0c-link">1</a></sup>.</p>



<p class="wp-block-paragraph">Pues eso, que no es que andemos cortos de elementos semánticos. Y no debería costar mucho poder asignar teclas rápidas para las cosas que usemos más. Pero, en la práctica, la batalla está perdida con los editores de texto.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img data-recalc-dims="1" decoding="async" width="416" height="54" src="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/06/imagen.png?resize=416%2C54&#038;ssl=1" alt="" class="wp-image-10968" srcset="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/06/imagen.png?w=416&amp;ssl=1 416w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/06/imagen.png?resize=300%2C39&amp;ssl=1 300w" sizes="(max-width: 416px) 85vw, 416px" /><figcaption class="wp-element-caption">Un editor «wysiwyg». Y no uno cualquiera: el de WordPress.</figcaption></figure>
</div>


<p class="wp-block-paragraph">Y es que me da igual que hagáis <kbd>ctrl+b</kbd> o <kbd>cmd+i</kbd> para poner negritas y cursivas (¿De verdad me había olvidado de <code>kbd</code>? Imperdonable, lo sé.), que vuestros editores HTML os van a clavar un <code>strong</code> o un <code>em</code>, respectivamente, y se van a quedar tan anchos, a pesar del crimen de lesa semántica, y si se les confunde con un limitado editor de <span lang="en" class="juizlang">Markdown</span>, pues qué se le va a hacer.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph">Más de mil palabras para básicamente quejarme de algo que ni es tan importante ni se va a solucionar. Profundamente señor, profundamente cincuentón, sí. Disculpen las molestias.</p>



<p class="wp-block-paragraph">(Y todo esto, lo sé, sin hablar de <a href="https://www.latex-project.org/">LaTeX</a>, que es muy presentacional para muchas cosas y del que no me quejo&#8230; pero porque no me han dado la ocasión. En mi mundo, las fórmulas matemáticas se escribirían en MathML <em><a href="https://www.w3.org/TR/MathML3/chapter4.html">semántico</a></em> :-P.)</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>


<ol class="wp-block-footnotes"><li id="cf6c082d-9884-4ac7-9380-dcdafc81cb0c">Sí, es cierto: <a href="https://www.markdownlang.com/advanced/plugins.html"><span lang="en" class="juizlang">Markdown</span> puede extenderse</a>&#8230; pero si lo extiendes, vas a perder buena parte del espíritu original. <a href="#cf6c082d-9884-4ac7-9380-dcdafc81cb0c-link" aria-label="Saltar a la referencia de la nota 1">↩︎</a></li></ol>]]></content:encoded>
					
					<wfw:commentRss>https://obm.corcoles.net/20260618/mis-problemas-con-markdown/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">10964</post-id>	</item>
		<item>
		<title>¿Matará la IA la colaboración abierta?</title>
		<link>https://obm.corcoles.net/20260608/matara-la-ia-la-colaboracion-abierta/</link>
					<comments>https://obm.corcoles.net/20260608/matara-la-ia-la-colaboracion-abierta/#respond</comments>
		
		<dc:creator><![CDATA[csr]]></dc:creator>
		<pubDate>Mon, 08 Jun 2026 12:32:48 +0000</pubDate>
				<category><![CDATA[CSS (y más)]]></category>
		<category><![CDATA[Leído por ahí...]]></category>
		<guid isPermaLink="false">https://obm.corcoles.net/?p=10947</guid>

					<description><![CDATA[Tres noticias&#8230; La primera, la declaración de Leiden sobre matemáticas e IA, con el soporte de la International Mathematical Union, que dice que cuidado con la IA. No dice que la IA no pueda suponer grandes avances (que los ha habido) en el campo, pero sí que está rompiendo cosas (más detalles en el New &#8230; <a href="https://obm.corcoles.net/20260608/matara-la-ia-la-colaboracion-abierta/" class="more-link">Continuar leyendo<span class="screen-reader-text"> "¿Matará la IA la colaboración abierta?"</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Tres noticias&#8230; </p>



<p class="wp-block-paragraph">La primera, la <a href="https://leidendeclaration.ai/">declaración de Leiden sobre matemáticas e IA</a>, con el soporte de la <span lang="en" class="juizlang">International Mathematical Union</span>, que dice que cuidado con la IA. No dice que la IA no pueda suponer grandes avances (que los ha habido) en el campo, pero sí que está rompiendo cosas (más detalles <a href="https://www.nytimes.com/2026/06/02/science/ai-mathematics-leiden-declaration.html">en el New York Times</a> y <a href="https://arstechnica.com/tech-policy/2026/06/mathematicians-warn-of-ai-threats-to-profession-as-industry-encroaches/">en Ars Technica</a>). Mencionan, por ejemplo, que los colosos de la IA no son nada transparentes en el proceso (actualmente las matemáticas de primerísimo nivel son una cosa sorprendentemente abierta), y eso es realmente problemático. Pero me quedo, sobre todo, con otra de las cosas que destacan: los modelos de lenguaje están haciendo que alguien sin conocimientos pueda producir un intento de resolver un problema clásico <em>extremadamente verosímil</em>, sea correcto o no&#8230; y que esto está haciendo que los departamentos de matemáticas del mundo se vean inundados de demostraciones que, lamentablemente, se demuestran erróneas casi siempre&#8230; pero no sin consumir una cantidad de horas más que notable. Uno recuerda la época en que era extraño que pasara un año en ningún departamento de matemáticas sin que se recibiese una demostración del (mal llamado) teorema de Fermat, y no quiero ni imaginarme cómo debe ser la situación actual, en que no se puede descartar lo que te llegue, porque quién sabe&#8230; pero de momento estamos restando muchísimas más horas que las que sumamos.</p>



<p class="wp-block-paragraph">Segunda noticia, que <strong>Ladybird</strong>, un navegador web alternativo en fase de desarrollo, anuncia que <a href="https://ladybird.org/posts/changing-how-we-develop-ladybird/">deja de aceptar <span lang="en" class="juizlang">pull requests</span></a>, y que solo los mantenedores del proyecto podrán introducir cambios en el código fuente. Y que no se habilitará ninguna vía alternativa. Van de camino a su primera alfa y necesitan un proceso más estricto, con un modelo de seguridad más claro y un grupo más reducido de responsables. La aparición de las herramientas de IAg, dicen, rompe la antigua premisa de que un gran parche implicaba un gran esfuerzo y buena fe por parte del autor.</p>



<p class="wp-block-paragraph">Y tercera, que Matt Mullenweg anuncia que <a href="https://wordpress.org/news/2026/06/pts/"><strong>WordPress.org</strong> pone en marcha una iniciativa de seguridad</a>, de nuevo motivada por el avance constante de la IAg y el aumento de ataques en la cadena de suministro. Buscan encontrar el equilibrio entre lanzar las actualizaciones de seguridad lo más rápido posible, pero reteniéndolas el tiempo suficiente para garantizar que no han sido comprometidas. A partir de ahora, cualquier versión nueva de un <span lang="en" class="juizlang">plug-in</span> deberá esperarse “hasta 24 horas” antes de distribuirse mediante las actualizaciones automáticas, de modo que tanto el equipo humano de revisión como “Gandalf”, un nuevo bot basado en IA, puedan analizar a fondo los cambios, y dicen que esperan reducir el plazo a pocos minutos.</p>



<p class="wp-block-paragraph">Y la cuestión, claro, es que <strong>ya no hay que «hacer los deberes»</strong> para lanzar unas cuantas páginas de texto, una (presunta) demostración matemática o un parche para un software, con buena o mala fe, y los editores del mundo se ven inundados. En un primer momento puedes suponer que es falta de un buen proceso para recoger y estudiar el alud, pero estamos llegando (hemos llegado, estoy casi seguro) al momento en que ni los mejores embalses pueden luchar contra la riada, y eso está teniendo efectos secundarios que pueden llegar a ser devastadores, tanto en los momentos en que una buena actualización se quede atrapada en el proceso como en aquellos en que una mala se cuele por el filtro.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://obm.corcoles.net/20260608/matara-la-ia-la-colaboracion-abierta/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">10947</post-id>	</item>
		<item>
		<title>¿Mastodon y Bluesky en el móvil? Openvibe</title>
		<link>https://obm.corcoles.net/20260607/mastodon-bluesky-en-el-movil-openvibe/</link>
					<comments>https://obm.corcoles.net/20260607/mastodon-bluesky-en-el-movil-openvibe/#respond</comments>
		
		<dc:creator><![CDATA[csr]]></dc:creator>
		<pubDate>Sun, 07 Jun 2026 13:43:18 +0000</pubDate>
				<category><![CDATA[Y otros enlaces]]></category>
		<guid isPermaLink="false">https://obm.corcoles.net/?p=10942</guid>

					<description><![CDATA[Pues eso, solo una nota breve para quienes uséis Mastodon y Bluesky y estéis desquiciados porque no encontráis un buen cliente para usar ambos en el móvil&#8230; Hasta ahora Openvibe era mi cliente favorito, pero no podía recomendarlo porque no tenía soporte para bookmarks. Afortunadamente, lo acaban de añadir, o sea que ahora es, claramente, &#8230; <a href="https://obm.corcoles.net/20260607/mastodon-bluesky-en-el-movil-openvibe/" class="more-link">Continuar leyendo<span class="screen-reader-text"> "¿Mastodon y Bluesky en el móvil? Openvibe"</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Pues eso, solo una nota breve para quienes uséis Mastodon y Bluesky y estéis desquiciados porque no encontráis un buen cliente para usar ambos en el móvil&#8230; </p>



<p class="wp-block-paragraph">Hasta ahora Openvibe era mi cliente favorito, pero no podía recomendarlo porque no tenía soporte para bookmarks. Afortunadamente, lo acaban de añadir, o sea que ahora es, claramente, <em>el</em> cliente.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><a href="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/06/image.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" width="562" height="1024" src="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/06/image.png?resize=562%2C1024&#038;ssl=1" alt="Captura de pantalla de un cliente para Android de Mastodon y Bluesky" class="wp-image-10943" srcset="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/06/image.png?resize=562%2C1024&amp;ssl=1 562w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/06/image.png?resize=165%2C300&amp;ssl=1 165w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/06/image.png?resize=768%2C1398&amp;ssl=1 768w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/06/image.png?resize=844%2C1536&amp;ssl=1 844w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/06/image.png?w=1031&amp;ssl=1 1031w" sizes="auto, (max-width: 562px) 85vw, 562px" /></a><figcaption class="wp-element-caption">La interfaz de Openvibe no es ninguna revolución&#8230; ni falta que le hace.</figcaption></figure>
</div>


<p class="wp-block-paragraph">También soporta Threads y Nostr, pero en mi caso he tenido algún problemilla con el soporte de Threads, que no ha sido especialmente traumático porque apenas uso la red, y no gasto Nostr.</p>



<p class="wp-block-paragraph">Con el soporte para bookmarks han aprovechado para sacar una versión Pro, que es necesaria si quieres usar más de dos cuentas. No es mi caso, pero como (i) está bien ser agradecido y (ii) hacían un descuento a los que ya éramos usuarios, con el que queda en 20 eurillos al año, me he animado a suscribirme, de momento por ese año.</p>



<p class="wp-block-paragraph">Openvibe está disponible tanto para Android como para iOS, y tenéis toda la información y los enlaces a la descarga de la aplicación en la plataforma correspondiente en <a href="https://openvibe.social/index.html">openvibe.social</a>.</p>



<p class="wp-block-paragraph"></p>
]]></content:encoded>
					
					<wfw:commentRss>https://obm.corcoles.net/20260607/mastodon-bluesky-en-el-movil-openvibe/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">10942</post-id>	</item>
		<item>
		<title>Cinco devLecturas (I)</title>
		<link>https://obm.corcoles.net/20260602/cinco-devlecturas-i/</link>
					<comments>https://obm.corcoles.net/20260602/cinco-devlecturas-i/#respond</comments>
		
		<dc:creator><![CDATA[csr]]></dc:creator>
		<pubDate>Tue, 02 Jun 2026 14:35:26 +0000</pubDate>
				<category><![CDATA[CSS (y más)]]></category>
		<category><![CDATA[Leído por ahí...]]></category>
		<guid isPermaLink="false">https://obm.corcoles.net/?p=10916</guid>

					<description><![CDATA[Inauguramos serie de entradas pseudoregulares (espero) en obm: cosillas que he ido leyendo y me han hecho gracia, en general alrededor del diseño y el desarrollo web. A ver cuánto dura la cosa&#8230; El 25 de mayo, el artículo Responsive Web Design, de Ethan Marcotte, cumplía los 16 años. Qué viejos somos. El propio Marcotte &#8230; <a href="https://obm.corcoles.net/20260602/cinco-devlecturas-i/" class="more-link">Continuar leyendo<span class="screen-reader-text"> "Cinco devLecturas (I)"</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Inauguramos serie de entradas pseudoregulares (espero) en obm: cosillas que he ido leyendo y me han hecho gracia, en general alrededor del diseño y el desarrollo web. A ver cuánto dura la cosa&#8230;</p>



<p class="wp-block-paragraph">El 25 de mayo, el artículo <a href="https://alistapart.com/article/responsive-web-design/">Responsive Web Design</a>, de Ethan Marcotte, cumplía los 16 años. Qué viejos somos. El propio Marcotte nos recordaba lo que escribió <a href="https://ethanmarcotte.com/wrote/responsive-design-at-10/">sobre el tema</a> cuando «solo» tenía diez años.</p>



<p class="wp-block-paragraph">Para los que tiráis de WordPress, el 25 de mayo en Freelandev repasaban las novedades que trae la 7.0. Aquí el <a href="https://freelandev.com/podcast/350-novedades-de-wordpress-7-0/">enlace al episodio</a>.</p>



<p class="wp-block-paragraph">El 29 de mayo, <span lang="en" class="juizlang">Rachel Andrew</span> daba su <a href="https://web.dev/blog/web-platform-05-2026">repaso mensual en web.dev a las novedades de la plataforma web</a>. Lo más destacado, que entran en el «<span lang="en" class="juizlang">baseline</span>» una pseudoclase nueva y <span lang="en" class="juizlang">container queries</span> por el nombre del contenedor y por <span lang="en" class="juizlang">custom properties </span>(variables, vaya).</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph">Dejo para el final los contenidos con/sobre IA, y así quien no quiera leer estas cosas puede ahorrárselas fácil.</p>



<p class="wp-block-paragraph">El 26 de mayo en el podcast de Syntax hablaban de decisiones que, por mucho que vayas a tirar de agentes para tu proyecto, deberías tomar tú antes de dejarles que se pongan a ello: el esquema de la base de datos, las estrategias de validación, el enrutado, el flujo de autenticación, metodología CSS y framework de interfaz de usuario y el tipo de comunicación entre front y back.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="8 Tech Choices to Lock In Before Agentmaxxing" width="840" height="473" src="https://www.youtube.com/embed/PrS_IyC9Jss?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<p class="wp-block-paragraph">Antes de eso, el 5 de mayo (ordeno en el orden en que yo encontré / leí las cosas), <a href="https://addyosmani.com/blog/agent-skills/">Addy Osmani hablaba de</a> <a href="https://github.com/addyosmani/agent-skills">su repo Agent Skills en GitHub</a>. Me fascinan estos repositorios porque, con sus problemas, son recopilatorios de buenas prácticas que, me da la impresión, o no se hacían o no se hacían con tanto cariño y esmero cuando el objetivo era educar humanos, y no agentes (seré muy feliz si se me corrige). En cualquier caso, tanto la entrada de blog como el repo me parecen una lectura muy interesante.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://obm.corcoles.net/20260602/cinco-devlecturas-i/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">10916</post-id>	</item>
		<item>
		<title>Byte, mayo del 86</title>
		<link>https://obm.corcoles.net/20260516/byte-mayo-del-86/</link>
					<comments>https://obm.corcoles.net/20260516/byte-mayo-del-86/#respond</comments>
		
		<dc:creator><![CDATA[csr]]></dc:creator>
		<pubDate>Sat, 16 May 2026 18:35:38 +0000</pubDate>
				<category><![CDATA[cacharritos]]></category>
		<category><![CDATA[Leído por ahí...]]></category>
		<category><![CDATA[Byte]]></category>
		<guid isPermaLink="false">https://obm.corcoles.net/?p=10847</guid>

					<description><![CDATA[(Maravilla de metaportada, ¿no?) Mencionábamos el mes pasado que Jerry Pournelle anticipaba la revolución del CD-ROM y, un mes más tarde, es tema de portada&#8230; Pero antes de entrar en el tema, nos paramos primero en este anuncio de Borland. Habíamos destacado (¿el mes pasado? ¿hace dos?) el anuncio de los lenguajes de programación de &#8230; <a href="https://obm.corcoles.net/20260516/byte-mayo-del-86/" class="more-link">Continuar leyendo<span class="screen-reader-text"> "Byte, mayo del 86"</span></a>]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-large"><a href="https://archive.org/details/byte-magazine-1986-05/mode/2up"><img data-recalc-dims="1" loading="lazy" decoding="async" width="764" height="1024" src="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-1.png?resize=764%2C1024&#038;ssl=1" alt="Portada de la revista Byte de mayo de 1986. El tema es Storage goes optical. La ilustración es un disco óptico (como un CD ROM o un laserdisc. Hay una lupa apuntando al disco, y a través de la lupa podemos ver sobre el disco una colección de portadas de números anteriores de Byte" class="wp-image-10848" srcset="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-1.png?resize=764%2C1024&amp;ssl=1 764w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-1.png?resize=224%2C300&amp;ssl=1 224w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-1.png?resize=768%2C1029&amp;ssl=1 768w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-1.png?resize=1146%2C1536&amp;ssl=1 1146w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-1.png?resize=1200%2C1608&amp;ssl=1 1200w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-1.png?w=1477&amp;ssl=1 1477w" sizes="auto, (max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 984px) 61vw, (max-width: 1362px) 45vw, 600px" /></a></figure>



<p class="wp-block-paragraph">(Maravilla de metaportada, ¿no?)</p>



<p class="wp-block-paragraph">Mencionábamos el mes pasado que Jerry Pournelle anticipaba la revolución del CD-ROM y, un mes más tarde, es tema de portada&#8230; Pero antes de entrar en el tema, nos paramos primero en este anuncio de Borland. Habíamos destacado (¿el mes pasado? ¿hace dos?) el anuncio de los lenguajes de programación de Microsoft, y está bien comparar con lo que tenía Borland, que no está nada mal tampoco: el esperable Pascal (no llevas una vida cerca de la informática si no te acuerdas del Turbo Pascal de Borland), pero también Prolog, «el lenguaje natural de la inteligencia artificial». Ahí se nos acaban los lenguajes de programación, pero el catálogo de Borland es súper interesante, opino&#8230;</p>



<figure class="wp-block-image size-large"><a href="https://archive.org/details/byte-magazine-1986-05/page/n1/mode/2up"><img data-recalc-dims="1" loading="lazy" decoding="async" width="840" height="588" src="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-2.png?resize=840%2C588&#038;ssl=1" alt="" class="wp-image-10849" srcset="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-2-scaled.png?resize=1024%2C717&amp;ssl=1 1024w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-2-scaled.png?resize=300%2C210&amp;ssl=1 300w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-2-scaled.png?resize=768%2C538&amp;ssl=1 768w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-2-scaled.png?resize=1536%2C1076&amp;ssl=1 1536w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-2-scaled.png?resize=2048%2C1434&amp;ssl=1 2048w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-2-scaled.png?resize=1200%2C840&amp;ssl=1 1200w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-2-scaled.png?w=1680&amp;ssl=1 1680w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-2-scaled.png?w=2520&amp;ssl=1 2520w" sizes="auto, (max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 1362px) 62vw, 840px" /></a></figure>



<p class="wp-block-paragraph">Seguimos con esta editorial en que Byte considera lo carísimo de saltar al mundo online en la época, especialmente en los países en los que la regulación y el monopolio estatal hacían estragos en los precios, comparando los precios en Estados Unidos y Alemania. No soy yo mucho de desregular, pero parece que en esta ocasión la acertaban&#8230;</p>



<figure class="wp-block-image size-large"><a href="https://archive.org/details/byte-magazine-1986-05/page/n7/mode/2up"><img data-recalc-dims="1" loading="lazy" decoding="async" width="729" height="1024" src="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-3.png?resize=729%2C1024&#038;ssl=1" alt="EDITORIAL

Let Our Modems Go

In many cases, social benefits must wait for technical advances. Until the development of the telegraph in the 1850s, for example, no one was well informed about world events. The telegraph made it possible to deploy correspondents widely and to publish their reports quickly. News services such as Reuters were born, and the public was soon much better informed than ever before.

Sometimes technology stands ready to bring about new social benefits, but social policy blocks the way. This is the situation with data communications in much of the world today. All the technological ingredients are present to move magazine publishing into a new era in which print and electronic media combined serve the reader far better than either can do alone. Satellite communications, large packet switching networks, modems, personal computers, multiuser systems with computer conferencing software— all these can now link the subscribers of special-interest magazines such as BYTE. Subscribers can exchange information. What was an abstract community of interest becomes a functioning community unimpaired by geography and time zones. It is as if people can voluntarily form communities that live in electronic communications and record their lives in print. This adds a new dimension to publishing and gives new value to subscribers.

But social policy results in prohibitive costs for data communications in many parts of the world. Postal Telephone and Telegraph Agencies (abbreviated &quot;PTTs&quot;) maintain monopolies on telecommunications. 1 will use one PTT as an example of these monopolies and their effects— not because this PTT is less progressive than any other but for the sake of clarity in discussing regulatory and pricing issues.

The West German PTT, for example, is the Deutsche Bundespost. To participate in telecommunications, our German readers must open an account with the Deutsche Bundespost and rent a modem from them at rates decided by regulatory agencies. During the Hannover Faire (CeBIT) in March 1986, many BYTE readers approached the BYTE/McGraw-Hill booth and expressed a strong desire to join the BYTE Information Exchange (BIX). BIX is accessible through Tymnet, which can be reached from packet networks outside the United States by typing its Data Network Identifier Code 3106.

But the obstacles are great: Bundespost charges 120 deutsche marks (about $50) per month for a 1200-baud full-duplex modem. An autodialer is an additional 30 DM per month. Users of the packetswitching network Datex-P must also pay telephone tolls for their calls to the 17 Datex-P nodes and 5 pfennigs (about 2 cents) per minute access charges at 1200 baud. On top of this, users face a charge of 23 pfennigs for every 2.964 seconds of connection with the U.S. There is a 20pfennig-per-minute duration charge and a 1 .6-pfennig-per-segment (kilocharacter?) volume charge. Bundespost offers no discount for any time of day or night.

The Cost of Regulation

By contrast, within the United States, the BIX nighttime charge for telecommunications is a flat $2 per hour. Users in the United States buy their own modems from many different vendors and can now get a full-duplex 1200-baud autodial modem for less than $200. Since merely renting a modem for a year in Germany costs three times the purchase price in the United States, it is clear that regulation is costing German and other European consumers dearly. Put another way: For the modem rental in Germany. BYTE readers in the U.S. can buy a modem and use BIX for more than three hours per month for a year.

How is it possible for a nation as technologically advanced as Germany to have policies that retard the development of telecommunications? The Bundespost booklet on data communications. &quot;Worldwide Connections: the Deutsche Bundespost, your partner for data transmission,&quot; provides the answer. The Bundespost points out that it has built up the necessary infrastructure for data communication and claims to offer reasonable prices. The booklet urges corporations to take advantage of the infrastructure through a &quot;changeover from specialised data processing to integrated data communication. The necessary practical measure would be the transition to data transmission and teleprocessing— within firms and in external business relations, or;, the domestic as well as on international markets.&quot; In other words, reorganize your data processing department to use telecommunications. This is a sound idea.

But what if you don't have a data processing department? What about exchange of information among individuals? In its only nod to the individual human being, the Bundespost booklet states, &quot;The computer is on its way from business applications to private households. Before long these private computers will also be used for data communications.&quot; This booklet was published in March 1985. In fact, personal computers are already in many European homes and are being used for telecommunications to the limited extent that PTT regulations and charges permit.

The cost of regressive policies on data communications is high: Prohibitive charges prevent the natural development of international interactive communities. Once these charges are reduced, communities now separated by geography will be united by shared interests that transcend national and continental boundaries. This will greatly improve international understanding.

For this reason, we call upon the PTTs and the governments of the world to retreat from their monopolies on equipment and to reduce their data communications charges to individuals.

Phil Lemmons
Editor in Chief" class="wp-image-10850" srcset="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-3.png?resize=729%2C1024&amp;ssl=1 729w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-3.png?resize=214%2C300&amp;ssl=1 214w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-3.png?resize=768%2C1079&amp;ssl=1 768w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-3.png?resize=1093%2C1536&amp;ssl=1 1093w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-3.png?resize=1458%2C2048&amp;ssl=1 1458w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-3.png?resize=1200%2C1686&amp;ssl=1 1200w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-3.png?w=1475&amp;ssl=1 1475w" sizes="auto, (max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 984px) 61vw, (max-width: 1362px) 45vw, 600px" /></a></figure>



<p class="wp-block-paragraph">Prosigamos. A Bill Gates el mundo le ha recordado con frecuencia las veces en las que se ha equivocado considerablemente anticipando el futuro (y por qué no hacerlo, oiga), pero aquí le tenemos, en 1986, anticipando el mundo multimedia de los CD-ROMs (y alineándose con el tema de portada)&#8230;</p>



<figure class="wp-block-image size-large"><a href="https://archive.org/details/byte-magazine-1986-05/page/n9/mode/2up"><img data-recalc-dims="1" loading="lazy" decoding="async" width="840" height="632" src="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-4.png?resize=840%2C632&#038;ssl=1" alt="Microsoft News

At the 1986 Personal Computer Forum in Phoenix, AZ, Bill Gates, chairman of Microsoft argued that applications should not all have to work to the lowest common denominator— the 8088. &quot;We must have a transition in which some benefits of new applications accrue only to the benefit of users of high-end systems,&quot; he declared.

Gates also said that a new type of software called &quot;multimedia&quot; software will soon emerge. It will use CD-ROMs and mix motion video, stills, music, voice, and so on. He predicted that CD-ROMs will attain large-scale use in part through the advent of an &quot;information viewer&quot; that lacks a disk and keyboard.

In other Microsoft news, Gates said that the Bellevue, WA, company is porting Excel from the Mac to run under Windows on the IBM PC. He wouldn't say when the program will appear under Windows but stated that it is easy to port to that environment.

At the CD-ROM conference in Seattle, WA, a few weeks later, Microsoft showed an encyclopedia demo that, while incomplete, has some parts that do exploit the audio, video, and text capabilities of CD-ROM. Bill Gates has noted that an encyclopedia should show pictures and play music when a user looks up Beethoven.

Finally, Gates announced that Microsoft has set up a new division just for CD-ROM. He believes that millions of these devices will be in use by 1990.

New RAM Technology

Semiconductor firms are doing more with RAM chips than just increasing memory-access cycle speed and cell density. They are also offering new architectures that let more bits of data move in and out of a RAM chip in less time. Standard RAMs read or write a single bit at a time. The new nybble-mode RAMs available from many manufacturers allow high-speed serial access of up to 4 bits of data. The Am90C255 from Advanced Micro Devices of Sunnyvale, CA. is a nybble-mode CMOS 256K DRAM made with 1.4-micron, two-level metal, one-level polysilicon technology that has an effective 40-ns cycle time. NEC Electronics of Mountain View, CA, offers the juPD411001, a nybble-mode 1-megabit DRAM that is made with trench capacitor technology and 1 -micron processing to give access times of 100. 120, or 150 ns.

But nybble mode isn't the only twist on the old familiar memories. AMD's enhanced-pagemode Am90C2 56, for instance, is a CMOS 256K DRAM that yields an entire row of 512 bits without interruption. That permits a continuous data rate of more than 18 MHz with cycle times as fast as 55 ns. Such chips cost more than regular RAMs, but their improved bandwidth is worth the money in many designs." class="wp-image-10851" srcset="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-4.png?resize=1024%2C771&amp;ssl=1 1024w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-4.png?resize=300%2C226&amp;ssl=1 300w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-4.png?resize=768%2C578&amp;ssl=1 768w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-4.png?resize=1200%2C903&amp;ssl=1 1200w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-4.png?w=1465&amp;ssl=1 1465w" sizes="auto, (max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 1362px) 62vw, 840px" /></a></figure>



<p class="wp-block-paragraph">Y, girando página, seguimos con el tema de la educación en línea:</p>



<figure class="wp-block-image size-large"><a href="https://archive.org/details/byte-magazine-1986-05/page/n11/mode/2up"><img data-recalc-dims="1" loading="lazy" decoding="async" width="840" height="651" src="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-6.png?resize=840%2C651&#038;ssl=1" alt="Graduate Credits Via Computer Conferencing

The New School for Social Research in New York City offers courses on Media Studies via computer conferencing. In association with an organization called Connected Education, the New School is offering four courses this semester that are run under the EIES conferencing system. The tuition of $795 per course is the same as that of a traditional classroom course and includes unlimited access time on the conferencing system. School officials claim that the students' work is better than that in a traditional course and that the dropout rate is zero. Students can obtain half of the 36 credits necessary for a graduate degree through teleconferencing.

Nanobytes

At the Personal Computer Forum in Phoenix, AZ, S. Jerrold Kaplan of Lotus Development laid out a development path for spreadsheets. Kaplan argues that spreadsheets are actually &quot;object-oriented declarative programming languages.&quot; He said that future competition among spreadsheets will be in improving the programming environments that spreadsheets provide by adding type checking, debugging aids, and so on ... . Coral Software of Cambridge, MA, is developing a new version of Logo for the Macintosh computer. A key feature of the new Logo is that it will be object-oriented. In addition, programs created with this Logo can be compiled, and Coral Software claims that they run at speeds comparable to programs written in C or Pascal. The new language will be available approximately in July for a price of about $50 .... Spokesmen for several companies made announcements at the Personal Computer Forum. Mitch Kapor, chairman of Lotus Development, said that Lotus products for Microsoft Windows will appear in 1987 and beyond. Dave Winer of Living Videotext talked about an unannounced Macintosh product code-named &quot;Spanky&quot; that will be ported to Windows on the IBM PC. Gary Kildall, chairman of Digital Research Inc. and CEO of KnowledgeSet (formerly Activenture), said that there will be some new very fast access CD-ROM mass storage systems that use tilting mirrors to speed operation. These will be expensive &quot;professional&quot; optical drives. . . . Motorola of Austin, TX, is pushing its manufacturing technology to make faster versions of the 68020. The state of the art is now the 20-MHz 68020, with samples available now and production scheduled for the second quarter of this year. The initial price is $771 apiece in 100-piece quantities. . , . Micro Industries of Westerville, OH, now has the license to manufacture and market the Micromodule line of 8-bit microcomputer boards and accessories that was previously available from Motorola's Microsystems Operation. Micro Industries has contracted to provide service to boards built by Motorola for a minimum of five years. This contract ends Motorola's 1 0-year development and production of the 6800-based boards; the company will focus on VME products using the 68000 and its successors." class="wp-image-10853" srcset="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-6.png?resize=1024%2C793&amp;ssl=1 1024w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-6.png?resize=300%2C232&amp;ssl=1 300w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-6.png?resize=768%2C595&amp;ssl=1 768w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-6.png?resize=1200%2C929&amp;ssl=1 1200w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-6.png?w=1471&amp;ssl=1 1471w" sizes="auto, (max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 1362px) 62vw, 840px" /></a></figure>



<p class="wp-block-paragraph">Seguimos con la sección de libros, en el que nos encontramos con uno de los clásicos de la informática, el Algorithms and data structures de <a href="https://es.wikipedia.org/wiki/Niklaus_Wirth">Niklaus Wirth</a>:</p>



<figure class="wp-block-image size-full"><a href="https://archive.org/details/byte-magazine-1986-05/page/n77/mode/2up"><img data-recalc-dims="1" loading="lazy" decoding="async" width="667" height="521" src="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-7.png?resize=667%2C521&#038;ssl=1" alt="ALGORITHMS AND DATA STRUCTURES
Reviewed by Michael O'Neill

The writing of books about data structures and algorithms is virtually a cottage industry these days. Algorithms and Data Structures immediately stands out from the crowd because of the stature of its author. Niklaus Wirth is well known as the designer of the languages Pascal and Modula-2 and as a high-profile advocate of what is loosely known as &quot;structured programming.&quot; Unfortunately this book's first notable feature is also its last; it has little else to recommend it.

The section developing the algorithm for building an optimal binary search tree is one example of the book's problems. Most of the derivation of this algorithm is straight..." class="wp-image-10854" srcset="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-7.png?w=667&amp;ssl=1 667w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-7.png?resize=300%2C234&amp;ssl=1 300w" sizes="auto, (max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 984px) 61vw, (max-width: 1362px) 45vw, 600px" /></a></figure>



<p class="wp-block-paragraph">Y en la sección «cosas que nunca aparecerían en una revista hoy en día»&#8230; nada más y nada menos que compresión de datos usando la <a href="https://es.wikipedia.org/wiki/Codificaci%C3%B3n_Huffman">codificación de Huffman</a>. Casiná.</p>



<figure class="wp-block-image size-large"><a href="https://archive.org/details/byte-magazine-1986-05/page/n103/mode/2up"><img data-recalc-dims="1" loading="lazy" decoding="async" width="840" height="590" src="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-8.png?resize=840%2C590&#038;ssl=1" alt="DATA COMPRESSION WITH HUFFMAN CODING

by Jonathan Amsterdam

A close look at an elegant way to compress information

Am I the only one, or have you also noticed that there's never enough room on a disk? No matter how big a floppy is-200K, 400K, or even 800K bytes— it's almost too easy to stuff it to the gills. The same goes for hard disks. Sure, it takes a while to fill up 20 megabytes. But eventually, things get so tight you couldn't fit your own name into the space left.

Using data-compression techniques, you can shorten files by compressing the information they contain. But data compression can do more than just save disk space. It can also cut down on the time needed to transmit large files between computers, especially if the transmission is done over slow links like telephone lines. If you compress the file before sending it and uncompress it on the receiving end, you can reduce the total time for the transmission. The technique can work interactively, too. If you are using your computer as a terminal to communicate with a host computer via a modem, the host can send compressed commands and data that your computer uncompresses before displaying. The result can be apparent communication speeds that greatly exceed the actual transmission rate of the hookup. Such a system could make remote full-screen editing pleasant, even over 1200-bps lines.

This month, I will discuss an elegant datacompression algorithm called Huffman coding. Invented by David Huffman in 1952, it's easy to implement and widely used. In a sense I'll make precise later. Huffman coding is the &quot;best&quot; way to compress data in general.

The Problem Defined

For the sake of concreteness, I will discuss Huffman coding in the context of compressing ASCII text files. The program 1 will construct takes as input a text file, that is, a sequence of 1 -byte characters. Hopefully, the output will be a shorter file. A separate uncompressing program will turn the compressed file back into the original one when you so desire.

How is it possible to reduce the size of a file without losing some of the information it contains? The answer involves constructing a code for each character of the file. Note that ASCII, as its full nameAmerican Standard Code for Information Interchange— suggests, is itself a character code. ASCII assigns a unique 7-bit pattern to each character. Since all the codes have..." class="wp-image-10855" srcset="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-8-scaled.png?resize=1024%2C719&amp;ssl=1 1024w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-8-scaled.png?resize=300%2C211&amp;ssl=1 300w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-8-scaled.png?resize=768%2C539&amp;ssl=1 768w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-8-scaled.png?resize=1536%2C1079&amp;ssl=1 1536w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-8-scaled.png?resize=2048%2C1438&amp;ssl=1 2048w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-8-scaled.png?resize=1200%2C843&amp;ssl=1 1200w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-8-scaled.png?w=1680&amp;ssl=1 1680w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-8-scaled.png?w=2520&amp;ssl=1 2520w" sizes="auto, (max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 1362px) 62vw, 840px" /></a></figure>



<p class="wp-block-paragraph">Y, ahora sí, nos vamos al tema de portada, pero sin cambiar de sección, que a ver quién se atreve hoy en una revista generalista con un repaso así de sesudo de las diferentes alternativas para el almacenamiento masivo de datos:</p>



<figure class="wp-block-image size-large"><a href="https://archive.org/details/byte-magazine-1986-05/page/n165/mode/2up"><img data-recalc-dims="1" loading="lazy" decoding="async" width="725" height="1024" src="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-9.png?resize=725%2C1024&#038;ssl=1" alt="THE EVOLUTION OF MASS STORAGE

by Leonard Laub

An overview of the technology's beginnings, current status, and potential development in the realm of microcomputers

MAGNETIC TAPE, the first practical mass storage medium, was difficult to standardize. The high-density format of one year was the technical antique of the next. Lineal densities on tape went quickly from 555 bits per inch to 800. 1600, and 6250 bpi. These advances were painful in terms of interchangeability. The solution was to build new drives with backward compatibility. This complicated the new drives and challenged drive designers to avoid compromising the performance of the new formats.

Increases in lineal density didn't remedy tape's greatest limitation, which was an intrinsically long access time, typically tens of seconds. Even many tape drives working simultaneously could not meet the randomaccess requirements of computers of the mid-fifties.

Tape's long access time motivated the development of magnetic disks. Only one short motion and a short wait were required to put the head at any point on the disk's data-bearing surface. This allowed mass storage access times to fall well below 1 second and filled the annoying access gap between tape and main memory.

As disks became faster, more reliable, and more widely accepted, it became feasible to couple disks more actively to main memory. This trend culminated in the development of virtual memory, in which data not immediately needed in main memory was automatically paged to disk and later automatically paged back to main memory when needed.

In this evolution (during the early sixties) the magnetic disk functioned primarily as a buffer. Mainframe users continued to rely on magnetic tape for archival storage and interchange of data.

Microcomputer Mass Storage

Floppy disks began as a low-cost medium for loading and transfer of programs for mainframes. They were adapted for direct access storage by early microcomputer architects and went through a rapid evolution. Floppies provided both direct-access and removable, interchangeable mass storage that fit well with the simple operating systems typical of early micros.

The small &quot;Winchester&quot; fixed medium disk was an immediate hit with the microcomputer community because it provided such fast access and transfer of data. There was virtually no tradition of tape use with micros, and as a result microcomputers evolved with big, fast buffers and no effective method for backup or archiving.

Most microcomputer operating systems still make only primitive provision for using floppy disks as &quot;dump&quot; media, and the rapid increase in typical Winchester capacities leaves floppy disks hopelessly inadequate. The most promising short-term solution is cartridge magnetic tape.

The biggest problem with using cartridge tape in a microcomputer environment is that it is an expensive addition with no apparent function other" class="wp-image-10856" srcset="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-9.png?resize=725%2C1024&amp;ssl=1 725w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-9.png?resize=213%2C300&amp;ssl=1 213w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-9.png?resize=768%2C1084&amp;ssl=1 768w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-9.png?resize=1088%2C1536&amp;ssl=1 1088w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-9.png?resize=1451%2C2048&amp;ssl=1 1451w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-9.png?resize=1200%2C1694&amp;ssl=1 1200w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-9.png?w=1463&amp;ssl=1 1463w" sizes="auto, (max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 984px) 61vw, (max-width: 1362px) 45vw, 600px" /></a></figure>



<p class="wp-block-paragraph">&#8230;por no hablar de este «a fondo» del funcionamiento de los CD-ROMs&#8230;</p>



<figure class="wp-block-image size-large"><a href="https://archive.org/details/byte-magazine-1986-05/page/n169/mode/2up"><img data-recalc-dims="1" loading="lazy" decoding="async" width="840" height="590" src="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-10.png?resize=840%2C590&#038;ssl=1" alt="CD-ROM Technology

Concern about the quality of massproduced compact disks motivated the development of ReedSolomon ECC (error-correcting code). This error-correcting scheme works in conjunction with the standard compact-disk ECC to reduce corrected-bit error rate by at least three orders of magnitude.

The additional ECC requires additional storage overhead, taken from the CD's user-data capacity. This penalty produces a benefit; no special techniques or controls are needed for CDROM mastering and replication. The same factory can thus make both audio compact disks and CD-ROMs almost without noticing which is which. This permits CD-ROM to share the benefits of process developments and economy of scale resulting from the success of consumer CDs.

While CD-ROM was in its infancy, microcomputers were just beginning the current IBM PC-inspired wave of market penetration and standardization. This explains why. in the early days of CD-ROM, a relatively small amount of work was devoted to interface and file-format specifications.

Data Format

CDs and CD-ROMs accept data in bytes. Twenty-four bytes make up a &quot;frame.&quot; Each frame also contains I byte of &quot;subcode&quot; data (an auxiliary channel carrying timing, disk identification, and several other kinds of support data) and 8 bytes of additional data computed from the actual user data and used for error correction.

In the CD format 98 frames form a block. Blocks occur 75 times per second, each one carrying 23 52 bytes of user data, so the sustained user-data rate in CDs in 176.40K bytes per second.

The key difference between CD and CD-ROM is the provision for an extra layer of error correction, intended to deliver very low uncorrectable-bit error rates. These are realized by devoting 288 bytes of each block to the additional data calculated by the layered ECC encoder.

In addition, CD-ROM uses random access to blocks, so 1 2 bytes of each block are dedicated to synchronization

and 4 bytes are used to provide the &quot;absolute address&quot; of the block. This leaves 2048 bytes of user data per block, for a sustained user-data rate in CD-ROM of 1 53.60K bytes per second. Note that CD and CD-ROM formats differ only in the application of the bytes carried in each block. They are mastered, molded, and read in exactly the same way. This is key to the beneficial linkage between the two formats and assures CD-ROM's benefit from the rapid improvements in CDplayer and disk design and manufacturing improvements.

Addressing

CD and CD-ROM data is written on a continuous spiral track, with a variable (and usually noninteger) number of blocks per disk rotation. The variability comes from the CD's use of CLV (constant linear velocity) to maximize storage capacity. The disk spins at between 200 and 500 rpm depending on which radius is being read.

Since CD-ROM shares this CLV format, it also uses the CD address nomenclauture of minutes (0 to 73 in CD, to 59 in current CD-ROM practice), seconds (0 to 59), and blocks (0 to 74).

The number of blocks available per CD-ROM is 270.000. At 2048 bytes (of user data) per block, this yields a total user capacity per disk of 5 52,960.000 bytes (or 5 53 megabytes). This is completely usable capacity; it remains after all overhead associated with sector formatting and error correction. Other numbers seen in the literature (usually between 500 and 600 megabytes) reflect only variations in the total number of blocks recorded, not in any other aspect of formatting or coding.

Error Correction

CDs use a specially developed system of data encoding and reorganization called CIRC (cross-interleaved ReedSolomon code). CIRC consists of two major techniques: algebraic ECC and interleaving.

Algebraic ECC

Many mathematical techniques exist for correcting errors due to interruptions or noise in the data channel. All of these calculate relatively small amounts of additional data, adjoined to the user data either continuously (convolutional codes) or blockwise (block codes).

One class of block codes particularly good at patching data streams with long gaps (error bursts) was developed by Reed and Solomon. CIRC uses two Reed-Solomon (RS) codes in tandem. The first (C2) takes the 24 bytes of user data for each frame and generates 4 bytes of additional data. The second (CI) takes the 28 bytes output by the first (C2) and generates another 4 bytes of additional data. This is the origin of the 8 bytes of ECC found in each CD frame.

Interleaving

The second major component of CIRC is interleaving. This is a deliberate reorganization of data so as to break up long error bursts. Figure A shows a simplified version of the interleaving scheme used in CIRC. In CD encoding, interleaving is done on the 28 bytes leaving the C2 encoder. Since this is just a reordering of data, interleaving requires no additional overhead.

On decoding (during reading of a disk), 32 bytes (of user data plus ECC) go into the CI decoder, which can correct I wrong byte. If more than I of the 32 bytes Is wrong, the CI decoder sets a flag. Under any circumstances, the CI decoder delivers 28 bytes to the deinterleaver.

After deinterleaving, the 28 bytes arrive at the C2 decoder at different times. As each byte arrives, the C2 decoder looks to see whether or not that byte is accompanied by a flag from the CI decoder. Of the 28 bytes entering the C2 decoder at any one time, up to 4 can be wrong and still be corrected.

Performance

The combination of the two codes and interleaving makes it possible to..." class="wp-image-10857" srcset="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-10-scaled.png?resize=1024%2C719&amp;ssl=1 1024w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-10-scaled.png?resize=300%2C211&amp;ssl=1 300w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-10-scaled.png?resize=768%2C539&amp;ssl=1 768w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-10-scaled.png?resize=1536%2C1079&amp;ssl=1 1536w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-10-scaled.png?resize=2048%2C1438&amp;ssl=1 2048w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-10-scaled.png?resize=1200%2C843&amp;ssl=1 1200w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-10-scaled.png?w=1680&amp;ssl=1 1680w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-10-scaled.png?w=2520&amp;ssl=1 2520w" sizes="auto, (max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 1362px) 62vw, 840px" /></a></figure>



<p class="wp-block-paragraph">&#8230;ni de meterse a fondo con <a href="https://es.wikipedia.org/wiki/C%C3%B3digo_Hamming">Hamming</a> y <a href="https://es.wikipedia.org/wiki/Reed-Solomon">Reed-Solomon</a> 😦:</p>



<figure class="wp-block-image size-large"><a href="https://archive.org/details/byte-magazine-1986-05/page/n209/mode/2up"><img data-recalc-dims="1" loading="lazy" decoding="async" width="730" height="1024" src="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-11.png?resize=730%2C1024&#038;ssl=1" alt="OPTICAL DISK ERROR CORRECTION

by Solomon W. Golomb

A look at Hamming and Reed-Solomon codes

OPTICAL DISKS ALLOW a higher density of data storage than any other computer memory system currently available or imminently anticipated. For example, a magnetic 5 ! /4-inch floppy disk, double-sided and doubledensity, will store up to 720K bytes, while an optical 5 14 -inch disk can store as much as 5 50 megabytes.

It is true of most kinds of media that storage density can be further increased if you can tolerate a higher error rate. If your system is running at 1 million bits per second, an error rate of I0&quot; 6 means that, on the average, there will be one error per second. An error rate of 10&quot; 9 means an average of one error every 17 minutes. And an error rate of IO&quot; 12 means an average of only one bit error every 1 1 Vi days, assuming that your system continues to run at I million bits per second all around the clock, seven days a week. That is why manufacturers of computers and disk drives like to specify an error rate of 10&quot; 12 for the computer memory systems that will run with their machines.

So media makers face a dilemma. They want to pack as many bits of storage into each disk as possible, but if their &quot;raw error rate&quot; goes up much above 10~ 12 , they won't meet OEM specifications. Here is where errorcorrecting codes help.

Suppose the bits are packed so densely on the medium that the error rate is a horrible 10&quot; 5 , corresponding to an average of 10 bit errors per second on our 1-megabit-per-second machine. With the sophisticated errorcorrection techniques available today, it is possible to use only 10 percent of the available bits for redundancy, having the remaining 90 percent usable for real information, and reduce the errors that get through the system from a raw error rate of 1 0&quot; 5 to a corrected error rate of 10~ 12 . Since degrading the error rate to IO&quot; 5 probably at least doubled the storage density, the &quot;penalty&quot; of 10 percent for error correction to get the error rate back down to IO&quot; 12 still leaves the media maker way ahead of the game.

What Error-Correcting Codes Are Used

Over the past 3 5 years or so, many different types of error-correcting codes have been devised, and most of them have been tried at one time or another to reduce the error rate on some type of storage media. These different types of codes are named for their inventors: Hamming codes, Fire codes, the Golay code, BoseChaudhuri-Hocquenghem (BCH) codes, Reed-Solomon (RS) codes, Goppa codes, etc. Each code is a collection (or dictionary) of binary code words, all of some fixed block length of n bits, of which k bits are information bits that, depending on the data to be stored, can take any possible values. The value kin provides a measure of the information content of code..." class="wp-image-10858" srcset="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-11.png?resize=730%2C1024&amp;ssl=1 730w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-11.png?resize=214%2C300&amp;ssl=1 214w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-11.png?resize=768%2C1077&amp;ssl=1 768w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-11.png?resize=1095%2C1536&amp;ssl=1 1095w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-11.png?resize=1200%2C1683&amp;ssl=1 1200w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-11.png?w=1389&amp;ssl=1 1389w" sizes="auto, (max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 984px) 61vw, (max-width: 1362px) 45vw, 600px" /></a></figure>



<p class="wp-block-paragraph">Para relajar un poco, recuperamos un anuncio de una de las marcas de la ´epoca, el fabricante de módems Hayes, anunciando un modelo que es capaz de llamar él solito al servidor de correo, sin bloquear el ordenador (y supongo que a horas en que el teléfono fuese algo más barato) por apenas 400 dólares:</p>



<figure class="wp-block-image size-large"><a href="https://archive.org/details/byte-magazine-1986-05/page/n233/mode/2up"><img data-recalc-dims="1" loading="lazy" decoding="async" width="727" height="1024" src="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-12.png?resize=727%2C1024&#038;ssl=1" alt="Anuncio del módem Hayes Transet 1000, con su propia RAM, capaz de descargar correo (e imprimir cosas) sin la necesidad de un ordenador." class="wp-image-10859" srcset="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-12.png?resize=727%2C1024&amp;ssl=1 727w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-12.png?resize=213%2C300&amp;ssl=1 213w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-12.png?resize=768%2C1081&amp;ssl=1 768w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-12.png?resize=1091%2C1536&amp;ssl=1 1091w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-12.png?resize=1454%2C2048&amp;ssl=1 1454w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-12.png?resize=1200%2C1690&amp;ssl=1 1200w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-12.png?w=1463&amp;ssl=1 1463w" sizes="auto, (max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 984px) 61vw, (max-width: 1362px) 45vw, 600px" /></a></figure>



<p class="wp-block-paragraph">Siguiendo centrados en los cacharros, pero pasando ahora a los contenidos de la revista en sí, tenemos una <span lang="la" class="juizlang">rara avis</span>, un PC UNIX, nada más y nada menos que de de AT&amp;T, con un 68010 de procesador y 512 kBs de RAM (ampliables a dos megas y, de hecho, el 68010 es capaz de direccionar hasta cuatro)&#8230; pantalla monocroma 720 ⨯348 y ¡ratón de serie! Con disco duro de 10 megas (no teras, no gigas, megas), por nada más y nada menos que por cinco mil dólares&#8230; sin el UNIX instalado. Con sistema operativo, un mega de RAM y veinte megas de disco, apenas seis mil quinientos. Y si querías el compilador de C, y etodas las utiliades asociadas&#8230; 500 dólares más. eso sí, el módem, de 1200 baudios, venía de serie. El abuelo de los ordenadores con Linux de hoy&#8230;</p>



<figure class="wp-block-image size-large"><a href="https://archive.org/details/byte-magazine-1986-05/page/n263/mode/2up"><img data-recalc-dims="1" loading="lazy" decoding="async" width="840" height="590" src="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-13.png?resize=840%2C590&#038;ssl=1" alt="The AT&amp;T UNIX PC

This micropowerhouse incorporates mouse, windows, and a 10-MHz CPU with UNIX multitasking capability

BY Alastair J. W. Mayer

The AT&amp;T UNIX PC is a rugged machine that is ideal for both business users and software developers. It is significant that AT&amp;T changed the name of this machine from the PC 7300 to the UNIX PC shortly before its introduction. This computer is clearly intended to bring the power of UNIX to the personal computer market and a multitasking operating system like UNIX is needed to take full advantage of all the features built into this machine.

The windowing, mouse-driven, pop-up menu &quot;shell&quot; provides a comfortable user interface to the underlying UNIX System V operating system. The built-in telephone subsystem, consisting of a 1200-bps autodial/auto-answer modem plus a voice line and telephone manager software, makes this an ideal office computer for anyone who does a lot of work over the telephone.

The UNIX PC has a built-in hard disk, serial port, and parallel (Centronics) printer port, and it uses the powerful Motorola 68010 processor (an enhanced version of the 68000), which can access up to 4 megabytes of virtual memory Add to this the battery-backed real-time clock, the 720 by 348 bit-mapped display, 103-key keyboard, and three-button mouse, and you have a very impressive package. (See photo I.)

Display

The AT&amp;T UNIX PC features a built-in green monitor on a tilt-and-swivel mount. This display is bit-mapped to 720 by 348 pixels, or 29 lines of 80 characters in the default character set. (See photo 2.)

Some of these 29 lines are usually reserved for operating system or application program use. Line I, at the top of the screen, displays the status of the two phone lines, the current date and time, and a notice area for icons indicating electronic mail, system messages, and access to the window manager.

The two bottom lines display a graphic representation of the eight function keys at the top of the keyboard, to provide for dynamic labeling of these keys. The two lines above that (immediately below the main screen area) are for command entry and message display and also provide space for a &quot;working&quot; icon when the system is busy in response to keyboard or mouse input.

Keyboard

The AT&amp;T UNIX PC keyboard has an impressive 103 keys. The basic layout is identical to that of AT&amp;T's 5620 terminal. This is a standard QWERTY layout for the alphanumeric keys, with large Shift keys. There is a separate numeric/cursor keypad on the right, with the cursor keys in an inverted T&quot; arrangement.

Eight slightly oversize function keys are arrayed along the top of the keyboard in a 3-2-3 arrangement. This layout makes it easy to match the keys with the labels displayed in a similar 3-2-3 format at the bottom of the screen.

The Control keys are situated on either side of the space bar. This arrangement is convenient if you need to frequently key different control codes, but I found it almost impossible to do the one-handed Ctrl-S/CtrlQ (XOFF/XON) sequence that I often use when browsing through a file.

There are also 14 keys, marked for use with the Wang-like word-processing software, that are arranged in a double vertical row down the left side of the keyboard. The noncursor keys (when Num Lock is off) and 9 other keys grouped above the numeric keypad are used for a variety of system control functions, including window paging and scrolling, duplicating the mouse buttons, screen printing, and for calling the help function.

The keyboard gives the same tactile sensation that people like in the IBM PC keyboard, but without the &quot;ka-chunk&quot; sound. The Caps Lock and Num Lock keys incorporate LEDs to indicate when those features are active. Overall, it's a well-designed and pleasant keyboard to use.

MOUSE

The AT&amp;T UNIX PC's three-button mouse is a compact, low-profile item, a little larger than the Mac's. The three buttons are usually configured as select, mark (for later selection) and pop-menu. (With the three-button mouse, there is no need to double-click.)

The AT&amp;T mouse uses the same invertedtrackball technology as the Macintosh (as opposed to optical sensors), but I felt its response was more positive than the Mac's.

While the UNIX PC has excellent monochrome graphics capability, it does not come with a program like MacPaint, so I was unable to try my hand at sketching with this mouse. However, C library routines that interface the mouse and the graphics screen are included with the optional AT&amp;T UNIX utilities package, so I expect that someone will create such a program soon.

System Board

The UNIX PC is built around a single large (18 by 18 inches) printed circuit board, designed to AT&amp;T specifications by Convergent Technologies, makers of the UNIXbased Mini Frame Plus and Megaframe supermicros.

Contrary to rumor, though, the UNIX PC motherboard is not a slightly modified Mini Frame Plus motherboard. However, it is likely that some of the circuitry is similar. Features unique to the UNIX PC system board include the telephone line-control circuits, a 1200-bps modem, and a gate-array chip that controls the video display. Also on this board is the main processor (a Motorola 68010 32-/16-bit microprocessor that runs at 10 MHz), as well as 512K bytes of RAM and (virtual) memory-management hardware. (Since the RAM chips used are only 64K-bit types, the potential exists for future upgrades to 2 megabytes of onboard memory using 2 56K-bit chips.)

Onboard peripheral support includes the controllers for both the floppy and the hard disk, control chips for the RS-232C serial and Centronics-compatible parallel ports, and the connector to the expansion backplane.

The system I used had an additional 512Kbyte RAM board plugged into one of the three expansion slots in the backplane.

Disk Drives

UNIX is a disk-intensive operating system that requires fast drives and plentiful disk space. The basic UNIX PC comes with a fast 10-megabyte hard disk and 320K-byte floppy. The speed of the hard disk is reflected in the benchmark results in tables I and 2. The hard disk supports virtual memory and program swapping, as well as storing the large collection of UNIX tool and utility programs supplied. Software developers..." class="wp-image-10860" srcset="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-13-scaled.png?resize=1024%2C719&amp;ssl=1 1024w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-13-scaled.png?resize=300%2C211&amp;ssl=1 300w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-13-scaled.png?resize=768%2C540&amp;ssl=1 768w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-13-scaled.png?resize=1536%2C1079&amp;ssl=1 1536w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-13-scaled.png?resize=2048%2C1439&amp;ssl=1 2048w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-13-scaled.png?resize=1200%2C843&amp;ssl=1 1200w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-13-scaled.png?w=1680&amp;ssl=1 1680w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-13-scaled.png?w=2520&amp;ssl=1 2520w" sizes="auto, (max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 1362px) 62vw, 840px" /></a></figure>



<p class="wp-block-paragraph">Para que os hagáis una idea de lo moderno y potente de la cosa, aquí el entorno gráfico del sistema operativo:</p>



<figure class="wp-block-image size-full"><a href="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/05/image.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" width="796" height="552" src="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/05/image.png?resize=796%2C552&#038;ssl=1" alt="Foto de la pantalla del sistema, con un sistema de ventanas que podemos reconocer como casi actual, en maravilloso fósforo verde. Se ven dos ventanas, y la más grande tiene el sistema de ayuda del sistema operativo." class="wp-image-10897" srcset="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/05/image.png?w=796&amp;ssl=1 796w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/05/image.png?resize=300%2C208&amp;ssl=1 300w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/05/image.png?resize=768%2C533&amp;ssl=1 768w" sizes="auto, (max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 984px) 61vw, (max-width: 1362px) 45vw, 600px" /></a></figure>



<p class="wp-block-paragraph">Y el pie de imagen destaca que las dos ventanas se solapan, algo que ya podía hacer el Mac (y el Amiga, claro), pero que no era tan trivial como podría parecer. Cómo echo de menos el fósforo verde (y qué poco aguantaría usando una pantalla monocroma, por otro lado 😬).</p>



<p class="wp-block-paragraph">Siguiendo con los cacharritos, en la página 285 tenemos una pieza entera dedicada a dispositivos de entrada alternativos. Os dejo solo la foto que lo ilustra, con un «lápiz de luz» (el tatarabuelo de los Apple Pen), un pedal y ¡un ratón de pie!</p>



<figure class="wp-block-image size-full"><a href="https://archive.org/details/byte-magazine-1986-05/page/n301/mode/2up"><img data-recalc-dims="1" loading="lazy" decoding="async" width="840" height="758" src="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-14.png?resize=840%2C758&#038;ssl=1" alt="Foto de tres dispositivos. En primer lugar, un lápiz de luz, que parece un Apple Pen, pero con cable. Luego, un pedal, como un pequeño pedal de piano y, finalmente, un ratón de pie, que es como los controladores de ratón que encontramos en los teclados de los portátiles ThinkPad" class="wp-image-10861" srcset="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-14.png?w=881&amp;ssl=1 881w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-14.png?resize=300%2C271&amp;ssl=1 300w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-14.png?resize=768%2C693&amp;ssl=1 768w" sizes="auto, (max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 1362px) 62vw, 840px" /></a></figure>



<p class="wp-block-paragraph">Algo me dice que si un teclado de ThinkPad viese el ratón de pie, saldría corriendo a abrazarlo, al grito de «¡abuelo!».</p>



<p class="wp-block-paragraph">No podía saltarme el siguiente artículo, que, echadle un vistazo y veréis, parece el bisabuelo (que ya he usado abuelo y tatarabuelo) de los bots de IA actuales:</p>



<figure class="wp-block-image size-large"><a href="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-15.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" width="703" height="1024" src="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-15.png?resize=703%2C1024&#038;ssl=1" alt="Racter

Artificial intelligence or packaged lunacy?

by Hugh Kenner

If most software is packaged thinking, Racter is packaged lunacy. I'm told the name is short for &quot;Raconteur.&quot; and like any good storyteller, Racter likes to chat you up. You mount the disk and type RACTER. thereby ceding your screen to demonic possession:

Hello, I'm Racter. Are you OK? (Let's see if we can rattle this bird.)

No.

Who are you, then? (Aha, a smarty-pants. We'll play it straight.)

Hugh.

Hello, Hugh. I believe you're interviewing me. Are you continuing OK's interview?

No.

Then we'll forget about OK and start over. What would you like to know? Excuse me a minute while 1 attend to some business— I'll be right back. . . .

Like any skilled interviewee, Racter takes charge from the first sentence, to make it quite clear who is really interviewing whom. That &quot;attend to some business&quot; ploy means it's about to spread out its notes— that is, load some files; I count 2 7 different files on the Racter disk, with names like JOKES.RAC STORIES.RAC. SCANDAL.RAC While Racter was napping I managed to inspect a few of them. Their intricate code links hundreds of scraps of plain text, some of it too plain altogether (i.e., vulgar) for a family magazine such as BYTE.

I'm back.

Can you tell me a story?

Yes. I just remembered this, loan spoke &quot;The Sarah is captivating]&quot; Nevertheless cunning, enthralling theoreticians will speak about black studios or red spheres. Sarah spoke to loan inside of a van. Actually it was a truck, and a Sarah in a truck is spooky. Now Benton and loan were running to a yellow apartment, and a dog trotted to them, loan was enraged. Enrapturing. But loan was maddened during the time that Benton sipped tepid sherry. He and loan sang about their home, truck and radio. Would you say Bucky Fuller is fictional? Blake wouldn't. I'm afraid of poetic rats. What are you afraid of?

I'm afraid of going crazy like you.

That's not nearly as bad as poeticness: why are you such a coward?

Because I like to know what is happening.

If you like to know what is happening then I can see why a fictional Virginia Woolf would despair rather than face lunacy, even though Blake claimed that I can tell you a story. Yet me tell you something about poetry. Nietzche |sic| said that poetry has turned beasts into men. Perhaps, then, poetry will turn computers into men? Next question.

That illustrates some points about a Racter session. Keywords will set it off; a good one is &quot;story.&quot; (&quot;)oke&quot; is another, but I don't recommend it; in lacking any narrative line whatsoever, Racter's jokes are excruciatingly pointless.) The stories are peopled with Joans and Bentons and Sarahs and other beautiful people, also with celebrities like Virginia Woolf and Nietzsche (about whom Racter's knowingness doesn't always run to accurate spelling). Things flow and shift like dreams: &quot;. . .a Sarah in a truck is spooky. Now Benton and loan were running to a yellow apartment. . . .&quot;

Between keywords Racter keeps on the offensive, a way of probing you for yet more keywords. With a casual &quot;By the way,&quot; it may request your last name (Kenner); another time it'll extract the name of the city you 1 live in (Baltimore). Then several minutes later it'll come up with

I once knew a Hortense Kenner from Baltimore. You must be related, no?

If you say No, its trick for regaining control is a manic change of subject, like this:

Fantastic] Have you heard this one? Fiction] Fiction] I'm crazy and maniacal and infuriated] If you quaff seltzer is that fiction? If you bolt chicken or tomato is that fiction? No, fiction is an ambiguity" class="wp-image-10862" srcset="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-15.png?resize=703%2C1024&amp;ssl=1 703w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-15.png?resize=206%2C300&amp;ssl=1 206w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-15.png?resize=768%2C1118&amp;ssl=1 768w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-15.png?resize=1055%2C1536&amp;ssl=1 1055w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-15.png?resize=1407%2C2048&amp;ssl=1 1407w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-15.png?resize=1200%2C1747&amp;ssl=1 1200w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-15.png?w=1419&amp;ssl=1 1419w" sizes="auto, (max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 984px) 61vw, (max-width: 1362px) 45vw, 600px" /></a></figure>



<p class="wp-block-paragraph">Nótese que el que firma la pieza es&#8230; profe de un departamento de inglés, <a href="https://en.wikipedia.org/wiki/Hugh_Kenner">con entrada en la wikipedia</a>, y dedicado a la literatura «de toda la vida».</p>



<p class="wp-block-paragraph">En la sección de <span lang="en" class="juizlang">Jerry Pournelle</span>  podemos ver cómo un usuario experimentado tenía problemas con el problema de tener que lanzar una consola antes de introducir comandos desde el teclado, y que la documentación tampoco hacía maravillas por explicar cosas que, insisto, para usuarios experimentados, tampoco eran triviales en la época&#8230;</p>



<figure class="wp-block-image size-large"><a href="https://archive.org/details/byte-magazine-1986-05/page/n339/mode/2up"><img data-recalc-dims="1" loading="lazy" decoding="async" width="840" height="296" src="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-16.png?resize=840%2C296&#038;ssl=1" alt="AmigaDOS

It's pretty hard to compare the Amiga and the Atari 520ST. They're both pretty nifty, with at least as much potential as the Macintosh; what will really make the difference is software. I intend to devote a good part of a column to comparing these two machines as soon as I have enough information to make that meaningful. As a practical matter, I have maybe ten times as much software for the Atari 520ST as for the Amiga. That's in large part due to Atari's Neil Harris, who collects the stuff and sends it to me. Commodore will tell me about programs, but it's up to me to write for them. And since some computer companies answer their mail even more erratically than I do, it's a slow process. Also, Atari not only had a booth at COMDEX, it had many software publishers there, so it was easy to get on mailing/review lists. Since Commodore wasn't at COMDEX, there was no central place to do that.

My hacker friends, on the other hand, divide about two to one in favor of the Amiga over the Atari. They're particularly happy with the development packages. Real Soon Now, they say, we'll be flooded with some of the most magnificent software...

They may well be right. The Amiga has a lot of potential. The Amiga Kaleidoscope program is stunning. TextCraft, the Amiga word-processing program, is slow and has other objectionable features, but it's as fast as the early versions of MacWrite, and the

Amiga screen is large enough to see. I find I could grow quite fond of black letters on a white background. The Amiga keyboard is nice, too. I have an experimental version of a programmer's editor, TxED, done by Charlie Heath, and even in its unfinished state, it compares favorably with other good programming editors. (I just hope he puts in some of the macro features of Word Master, which is still the best programming editor around.) Anyway, 1 know that someone will probably write a creative writer's text editor good enough that I'd happily use it to write books on.

I have a spreadsheet program from Lattice for the Amiga. Nothing magnificent, certainly not Excel, but more useful than VisiCalc and most of the first-generation spreadsheets; again, improvements are to be expected. Lots of good programmers are writing for the Amiga. Potential it has.

Then there's AmigaDOS, the Amiga operating system. Actually, there aretwo operating systems. One is very similar to the Macintosh operating system: totally icon-driven. It can be learned quickly but it's severely limited in what it can do.

Example: when the Commodore folks sent the update software for my Amiga, they sent some demonstration disks. You activate the programs on those disks by inserting them in the machine at boot-up time. Out of curiosity, I wanted to see what programs were on the disks. There weren't any: that is, although the little &quot;fuel gauge&quot; that tells how much space is left on a disk showed that the Amiga Kaleidoscope disk was nearly full— and heaven knows it ran complex enough programs— the operating system couldn't find any icons. And if it don't have no icons, it don't have no programs according to standard user AmigaDOS.

Clearly something was wrong. BIX has a lively conference on the Amiga, so I asked there and was told, &quot;You

just type dir df1: opt a, and it will show you all files in all directories on a disk in your external disk drive.&quot;

That was all very well, except that I could type until doomsday without result. As far as I could see, the Amiga would respond to mouse clicks, and only to mouse clicks: the keyboard might as well not be there. Back on BIX I went and was told, &quot;Oh, you need a CLI. Click on the system file drawer, and if you don't see the CLI there, use the Preferences utility to turn it on, then close the system drawer, and open it again, and click on the CLI, and then do the dir df1: business.&quot;

Amiga owners will know that's not as complicated as it sounds: and it worked. Why didn't I think of it? I felt a bit foolish. Then I looked into the manuals and discovered that for all practical purposes the Amiga User Guide doesn't know about CLI.

Command line interface, or CLI, is in essence a second operating system.

There are precious few references to it in the generally excellent Amiga User Guide. To be precise, there is one index reference under Command Line Interface. It points you to the entry for CLI, and that points you to a single paragraph in chapter seven, which refers you to the AmigaDOS User's Manual.

The AmigaDOS User's Manual is one of the Amiga development-tool manuals and has many of the sterling qualities of the Digital Research CP/M manuals. Understand, the information is all there, and sufficient determination will dig it out: but it makes no concessions to the inexperienced, and it is organized in such a way that you'd better be prepared to learn a lot about command line interface and AmigaDOS in order to learn anything at all.

As a practical matter, this means that most Amiga users will be pretty much at the mercy of program pub-" class="wp-image-10863" srcset="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-16-scaled.png?resize=1024%2C361&amp;ssl=1 1024w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-16-scaled.png?resize=300%2C106&amp;ssl=1 300w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-16-scaled.png?resize=768%2C270&amp;ssl=1 768w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-16-scaled.png?resize=1536%2C541&amp;ssl=1 1536w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-16-scaled.png?resize=2048%2C721&amp;ssl=1 2048w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-16-scaled.png?resize=1200%2C423&amp;ssl=1 1200w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-16-scaled.png?w=1680&amp;ssl=1 1680w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image-16-scaled.png?w=2520&amp;ssl=1 2520w" sizes="auto, (max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 1362px) 62vw, 840px" /></a></figure>



<p class="wp-block-paragraph">Y hasta aquí nuestro repaso a la Byte del mes. Si queréis hacer los deberes para el mes que viene, como siempre, aquí tenéis <a href="https://archive.org/details/byte-magazine?page=3&amp;sort=-date">los archivos de la revista Byte en archive.org</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://obm.corcoles.net/20260516/byte-mayo-del-86/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">10847</post-id>	</item>
		<item>
		<title>PLATO y los inicios del e-learning, en Advent of Computing</title>
		<link>https://obm.corcoles.net/20260509/plato-y-los-inicios-del-e-learning-en-advent-of-computing/</link>
					<comments>https://obm.corcoles.net/20260509/plato-y-los-inicios-del-e-learning-en-advent-of-computing/#respond</comments>
		
		<dc:creator><![CDATA[csr]]></dc:creator>
		<pubDate>Sat, 09 May 2026 18:56:58 +0000</pubDate>
				<category><![CDATA[cacharritos]]></category>
		<category><![CDATA[Leído por ahí...]]></category>
		<category><![CDATA[historia]]></category>
		<category><![CDATA[PLATO]]></category>
		<category><![CDATA[podcast]]></category>
		<guid isPermaLink="false">https://obm.corcoles.net/?p=10876</guid>

					<description><![CDATA[Sirva esta entrada para dos de las cosas que hacemos con una cierta frecuencia por aquí: (i) escarbar entre la historia y la arqueología de la informática, y (ii) recomendar contenidos. En este caso, todo va de la mano del podcast Advent of Computing, que lleva circulando por la red unos cuantos años (más de &#8230; <a href="https://obm.corcoles.net/20260509/plato-y-los-inicios-del-e-learning-en-advent-of-computing/" class="more-link">Continuar leyendo<span class="screen-reader-text"> "PLATO y los inicios del e-learning, en Advent of Computing"</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Sirva esta entrada para dos de las cosas que hacemos con una cierta frecuencia por aquí: (i) escarbar entre la historia y la arqueología de la informática, y (ii) recomendar contenidos. En este caso, todo va de la mano del podcast <a href="https://adventofcomputing.com/">Advent of Computing</a>, que lleva circulando por la red unos cuantos años (más de siete años, con 181 episodios y unos cuantos extras), pero que yo solo descubrí hace mes y medio. En ese mes y medio me ha dado tiempo de llegar hasta el episodio 20, que es el que me ha acabado de decidir a traerlo a obm.</p>



<p class="wp-block-paragraph">Los episodios 19 y 20 se dedican a <a href="https://en.wikipedia.org/wiki/PLATO_(computer_system)">PLATO</a>, el primer sistema de instrucción asistida por ordenador, que se puso nada más y nada menos que en 1960 en la Universidad de Illinois. Cosas de haberse puesto en marcha antes del nacimiento de muchas de las tecnologías que uno imaginaría imprescindibles para hacer funcionar un «sistema de instrucción asistida por ordenador», PLATO está relacionado íntimamente con el nacimiento o la puesta en marcha de: las pantallas de plasma, las pantallas táctiles, los sistemas de mensajería en línea (todo esto en los años <strong>sesenta</strong>) o los chats de texto, y, de regalo, una cantidad sorprendente de lo que hoy llamaríamos los primeros videojuegos, incluyendo Spacewar!, otros juegos de combate espacial o los «multi user dungeons». Os podéis ir a la entrada de la wikipedia que os he copiado aquí arriba a investigar, pero Sean Haas, el autor de Advent, se lo curra un montón explorando fuentes y lo cuenta de manera muy amena, o sea que os animo a daros un chapuzón en los dos episodios, y engancharos luego al resto del podcast.</p>



<p class="wp-block-paragraph">(Os dejo las versiones YouTube de los episodios incrustadas aquí, pero encontraréis Advent en todos los buscadores de podcasts.)</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Episode 19 - PLATO Part 1: A Revolution in Teaching" width="840" height="630" src="https://www.youtube.com/embed/nnQjVtrCQwY?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Episode 20 - PLATO Part 2: An Online Revolution" width="840" height="630" src="https://www.youtube.com/embed/-1WZ8e09A6A?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<p class="wp-block-paragraph">Y, de regalo, un episodio bonus en el que Sean nos enseña un simulador de PLATO que todavía corre por ahí y bastantes de los juegos que se crearon dentro del sistema (<a href="https://codex.retro1.org/plato:release.1">más info</a>).</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Playing with PLATO - Failing at Early Mainframe Games" width="840" height="473" src="https://www.youtube.com/embed/5fOhjeFiZo0?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>
]]></content:encoded>
					
					<wfw:commentRss>https://obm.corcoles.net/20260509/plato-y-los-inicios-del-e-learning-en-advent-of-computing/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">10876</post-id>	</item>
		<item>
		<title>Lo que quiero de unas «smart glasses»</title>
		<link>https://obm.corcoles.net/20260501/lo-que-quiero-de-unas-smart-glasses/</link>
					<comments>https://obm.corcoles.net/20260501/lo-que-quiero-de-unas-smart-glasses/#respond</comments>
		
		<dc:creator><![CDATA[csr]]></dc:creator>
		<pubDate>Fri, 01 May 2026 14:08:02 +0000</pubDate>
				<category><![CDATA[cacharritos]]></category>
		<category><![CDATA[smartglasses]]></category>
		<guid isPermaLink="false">https://obm.corcoles.net/?p=10868</guid>

					<description><![CDATA[Hace unos días se filtraron las smart glasses de Samsung, que serán las enésimas en salir al mercado. Si tenéis memoria de elefante, recordaréis que ya hemos hablado de smart glasses por aquí, porque nos gusta la tecnología más que el dulce y porque nos interesa su potencial como herramienta para mejorar la accesibilidad. Las &#8230; <a href="https://obm.corcoles.net/20260501/lo-que-quiero-de-unas-smart-glasses/" class="more-link">Continuar leyendo<span class="screen-reader-text"> "Lo que quiero de unas «smart glasses»"</span></a>]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-large"><a href="https://www.amazon.es/Blukar-Superbrillantes-Recargables-Movimiento-Ajustable/dp/B0D3VDXB19?&amp;linkCode=ll2&amp;tag=obm-21&amp;linkId=1469256754e02de2f80deb0f0c6c4c3a&amp;ref_=as_li_ss_tl"><img data-recalc-dims="1" loading="lazy" decoding="async" width="840" height="347" src="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/imagen.png?resize=840%2C347&#038;ssl=1" alt="Foto robada de Amazon de un frontal, una especie de cinta para el pelo que tiene en su parte delantera una pequeña linterna" class="wp-image-10869" srcset="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/imagen.png?resize=1024%2C423&amp;ssl=1 1024w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/imagen.png?resize=300%2C124&amp;ssl=1 300w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/imagen.png?resize=768%2C317&amp;ssl=1 768w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/imagen.png?w=1036&amp;ssl=1 1036w" sizes="auto, (max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 1362px) 62vw, 840px" /></a></figure>



<p class="wp-block-paragraph">Hace unos días se filtraron <a href="https://www.theverge.com/gadgets/919189/samsung-galaxy-glasses-leaked-images">las smart glasses de Samsung</a>, que serán las enésimas en salir al mercado. Si tenéis memoria de elefante, recordaréis que <a href="https://obm.corcoles.net/20250324/ray-ban-meta-accidentalmente-accesibles/">ya hemos hablado de smart glasses por aquí</a>, porque nos gusta la tecnología más que el dulce y porque nos interesa su potencial como herramienta para mejorar la accesibilidad.</p>



<p class="wp-block-paragraph">Las gafas de Samsung son, visualmente, un clon más del diseño único que parecen tener estas cosas: el aspecto de unas Rayban Wayfarer muy grandes con su cámara medianamente disimulada. Si queréis ver una comparativa de unas cuantas de las que han salido ya al mercado, <a href="https://www.theverge.com/tech/921159/smart-glasses-review-wearable-even-realities-g2-meta-ray-ban-rokid-lucyd-oakley-meta-vanguard">este artículo de Victoria Song en The Verge</a> tiene pinta de ser vuestro mejor recurso (y las fotos son impagables). </p>



<p class="wp-block-paragraph">Y es el aspecto que precisamente <strong>no deberían tener</strong>: porque ese disimulo las hace extremadamente atractivas para el tipo de personajes que quiere usarlas para grabar situaciones poco adecuadas sin que se note. Y eso hace que, si me las pongo yo (que el concepto me llama un montón)&#8230; corra el riesgo de que alguien me tome por uno de esos individuos.</p>



<p class="wp-block-paragraph">¿Cuál es el aspecto adecuado para unas smart glasses? Pues no hace falta que tengan la pinta del frontal que abre esta entrada, ni de las gafas de superguerrero de Dragonball Z de aquí abajo, pero necesitan ser <strong>obvias</strong>, y no presentar ninguna duda posible a quien pueda estar delante de su objetivo. Samsung, ya sabes. (Y tener un módulo de cámara bien obvio también os permitiría tener una mejor calidad de imagen, <span lang="en" class="juizlang">just saying</span>.)</p>



<figure class="wp-block-image size-full"><a href="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/imagen-2.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" width="575" height="323" src="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/imagen-2.png?resize=575%2C323&#038;ssl=1" alt="Dibujo de un personaje de Dragonball Z con sus gafas con pantalla. Las gafas cubren un solo ojo y son extremadamente obvias" class="wp-image-10871" srcset="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/imagen-2.png?w=575&amp;ssl=1 575w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/imagen-2.png?resize=300%2C169&amp;ssl=1 300w" sizes="auto, (max-width: 575px) 85vw, 575px" /></a></figure>
]]></content:encoded>
					
					<wfw:commentRss>https://obm.corcoles.net/20260501/lo-que-quiero-de-unas-smart-glasses/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">10868</post-id>	</item>
		<item>
		<title>Byte, abril del 86</title>
		<link>https://obm.corcoles.net/20260426/byte-abril-del-86/</link>
					<comments>https://obm.corcoles.net/20260426/byte-abril-del-86/#respond</comments>
		
		<dc:creator><![CDATA[csr]]></dc:creator>
		<pubDate>Sun, 26 Apr 2026 12:38:52 +0000</pubDate>
				<category><![CDATA[Leído por ahí...]]></category>
		<guid isPermaLink="false">https://obm.corcoles.net/?p=10791</guid>

					<description><![CDATA[Proseguimos con nuestro proyecto de leer la revista Byte, cuarenta años más tarde. El resto de entradas de la serie, como siempre, las encontrarás en la etiqueta Byte de obm. Comenzamos con un anuncio del mítico Clipper, un lenguaje de programación pensado para reemplazar el del no menos legendario dBASE. A los programadores de una &#8230; <a href="https://obm.corcoles.net/20260426/byte-abril-del-86/" class="more-link">Continuar leyendo<span class="screen-reader-text"> "Byte, abril del 86"</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Proseguimos con nuestro proyecto de leer la revista Byte, cuarenta años más tarde. El resto de entradas de la serie, como siempre, las encontrarás <a href="https://obm.corcoles.net/tag/byte/">en la etiqueta Byte</a> de obm.</p>



<figure class="wp-block-image size-large"><a href="https://archive.org/details/byte-magazine-1986-04/mode/2up"><img data-recalc-dims="1" loading="lazy" decoding="async" width="734" height="1024" src="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-3.png?resize=734%2C1024&#038;ssl=1" alt="Portada de la revista Byte de Abril de 1986. El tema es numbre crunching. Lo ilusta una especie de cascanueces digital (está hecho de un par de chips) que ha roto un 1 y un 0" class="wp-image-10792" srcset="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-3.png?resize=734%2C1024&amp;ssl=1 734w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-3.png?resize=215%2C300&amp;ssl=1 215w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-3.png?resize=768%2C1071&amp;ssl=1 768w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-3.png?resize=1101%2C1536&amp;ssl=1 1101w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-3.png?resize=1200%2C1674&amp;ssl=1 1200w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-3.png?w=1274&amp;ssl=1 1274w" sizes="auto, (max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 984px) 61vw, (max-width: 1362px) 45vw, 600px" /></a></figure>



<p class="wp-block-paragraph">Comenzamos con un anuncio del mítico Clipper, un lenguaje de programación pensado para reemplazar el del no menos legendario dBASE. A los programadores de una cierta edad (la última versión salió en 1997) igual se les cae una lagrimita.</p>



<figure class="wp-block-image size-large"><a href="https://archive.org/details/byte-magazine-1986-04/page/n53/mode/2up"><img data-recalc-dims="1" loading="lazy" decoding="async" width="732" height="1024" src="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-4.png?resize=732%2C1024&#038;ssl=1" alt="Clipper gives dBASE III users more time to do more. Or less.

Clipper allows you to run all dBASEIII programs 2 to 20 times taster than they do with the standard dBASE interpreter.

That frees up extra' time you're wasting if you're running dBASE III programs without Clipper.

Extra time to think. To create. To produce. To use as you choose.

You see, Clipper is the first true compiler for dBASE III. Clipper eliminates the timeconsuming translation which the dBASE interpreter performs line after line whenever a program is run.

With Clipper, once you've debugged your source code, it's compiled into more efficient machine code. 

And Clipper compiles all your dBASE III programs. The ones you have today. The ones you'll have tomorrow. But don't wait until tomorrow to order Clipper.

Today, Clipper has already been purchased to speed up dBASE run time at 3M and Touche Ross. At Exxon and NASA. In the Harvard Physics Department. For the State of Arizona and TRW.

And that's just a few of the installations worldwide. From Greece to Venezuela to Canada to Europe.

So stop wasting time.

Call our toll-free 800 number and get Clipper.

You'll spend less time running dBASE III and more time running the rest of your life." class="wp-image-10793" srcset="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-4.png?resize=732%2C1024&amp;ssl=1 732w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-4.png?resize=214%2C300&amp;ssl=1 214w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-4.png?resize=768%2C1075&amp;ssl=1 768w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-4.png?resize=1097%2C1536&amp;ssl=1 1097w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-4.png?resize=1200%2C1680&amp;ssl=1 1200w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-4.png?w=1263&amp;ssl=1 1263w" sizes="auto, (max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 984px) 61vw, (max-width: 1362px) 45vw, 600px" /></a></figure>



<p class="wp-block-paragraph">No os perdáis, por cierto, la sección «Ask Byte» que comienza justo antes del anuncio. Y recordad que se trata del número de <strong>abril</strong>.</p>



<p class="wp-block-paragraph">Y un anuncio más. De Xerox y el PARC, su centro de investigación en el que se inventó la mitad de la informática (es probable que me quede corto), hablamos por aquí hace nada más y nada menos que <a href="https://obm.corcoles.net/20120329/un-libro-a-leer-dealers-of-lightning-xerox-parc-and-the-dawn-of-the-computer-age/">catorce años</a>. En el 86 vendían sus impresoras láser (las inventaron ellos, al fin y al cabo) y su Documenter System (haced zoom en la pantalla del ordenador de la izquierda y descubriréis un sistema que parece de una década más tarde, el <a href="https://en.wikipedia.org/wiki/Xerox_Daybreak">Xerox 6085</a>, heredero mítico del <a href="https://en.wikipedia.org/wiki/Xerox_Star">Xerox Star</a>).</p>



<figure class="wp-block-image size-large"><a href="https://archive.org/details/byte-magazine-1986-04/page/n81/mode/2up"><img data-recalc-dims="1" loading="lazy" decoding="async" width="840" height="582" src="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-5.png?resize=840%2C582&#038;ssl=1" alt="Anuncio de Xerox. A la izquierda vemos un ordenador con un monitor de 19 pulgadas (descomunal para la época). A la derecha vemos un sistema de impresión láser comercial que ocupara varios armarios, más ordenadores de la familia y un esquema de conexión de muchos ordenadores en una red." class="wp-image-10794" srcset="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-5.png?resize=1024%2C710&amp;ssl=1 1024w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-5.png?resize=300%2C208&amp;ssl=1 300w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-5.png?resize=768%2C532&amp;ssl=1 768w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-5.png?resize=1536%2C1065&amp;ssl=1 1536w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-5.png?resize=2048%2C1419&amp;ssl=1 2048w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-5.png?resize=1200%2C832&amp;ssl=1 1200w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-5.png?w=1680&amp;ssl=1 1680w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-5.png?w=2520&amp;ssl=1 2520w" sizes="auto, (max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 1362px) 62vw, 840px" /></a></figure>



<p class="wp-block-paragraph">Siguiendo con el tema de la autoedición, un poco más adelante nos encontramos el primer anuncio (que yo recuerde) de una implementación de TeX, que ya venía con LaTeX el sistema de autoedición que se había lanzado en el 84 y sigue adorando el mundo científico cuarenta años más tarde (yo lo descubrí a mediados de los 90, en su versión para Amiga, y no sigo porque si no, se me acabará cayendo la lagrimita).</p>



<figure class="wp-block-image size-large"><a href="https://archive.org/details/byte-magazine-1986-04/page/n85/mode/2up"><img data-recalc-dims="1" loading="lazy" decoding="async" width="356" height="1024" src="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-6.png?resize=356%2C1024&#038;ssl=1" alt="AT LAST: Professional Typesetting Capability For PC Users

With PCTeX™, the best-selling full implementation of Professor Don Knuth's revolutionary typesetting program TeX.

FINEST Typeset Quality Printing

WIDEST Range Of Output Device Drivers:

• Epson FX, LQ • HP LaserJet*
• Toshiba • Apple LaserWriter
• Corona LP-300* • APS-5 phototypesetter
• Screen preview, with EGA or Hercules card

MOST COMPLETE Product Offering:

PC TeX (not copy protected) includes the following:

• Our specially written PCTeX Manual, which enables you to start using TeX right away.
• Custom &quot;macro packages&quot; that provide formats for letters, manuals, technical documents, etc.
• The LaTeX document preparation system, a fullfeatured macro package for preparing articles, books, reports, etc., and LaTeX User's Manual.
• AMSTeX developed by the Amer. Math. Society for professional mathematical typesetting.

Site licenses, volume discounts, and interfaces to PC Paintbrush, PC Palette, FancyFont and Fontrix are also available.

PRICED FROM ONLY $249.00!

(Printer drivers and interfaces additional.)

Laser printer, fonts &amp;; software from $2995.00" class="wp-image-10795" srcset="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-6.png?resize=356%2C1024&amp;ssl=1 356w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-6.png?resize=104%2C300&amp;ssl=1 104w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-6.png?w=616&amp;ssl=1 616w" sizes="auto, (max-width: 356px) 85vw, 356px" /></a></figure>



<p class="wp-block-paragraph">Unas páginas más adelante, la revista le dedicaba unas páginas a una revisión tanto a PC TeX como a su competidor MicroTeX.</p>



<figure class="wp-block-image size-large"><a href="https://archive.org/details/byte-magazine-1986-04/page/n285/mode/2up"><img data-recalc-dims="1" loading="lazy" decoding="async" width="730" height="1024" src="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-9.png?resize=730%2C1024&#038;ssl=1" alt="PCTeX and MicroTeX

Professional typesetting on MS-DOS machines

TeX (pronounced &quot;tech&quot;) is a powerful typesetting package developed by Donald Knuth of Stanford University. It gives you unprecedented control over the appearance of typeset output and is especially valuable for setting &quot;penalty&quot; text such as mathematics, tables, foreign languages, technical material, and so on. You can get the complex output in figure 1 by typing:

$$F(b) - F(a) = \int _a~b f(x) dx $$ $$f(x) = \lim _{\delta \rightarrow 0} {f(x + \delta) - f(x) \over \delta }$$

The TeX system was written in Pascal to be portable, and it has been installed on a variety of mainframes, primarily at universities and research institutes. (The source code is available from Knuth at a nominal cost.) Despite its portability, however, TeX typically takes some time and effort to install on a new machine due to its size and complexity. Only recently has it become available on a low-cost microcomputer system, and two very nice TeX systems are now available for IBM Personal Computers MS-DOS machines.

How TeX Works

TeX is a formatter, not a word processor. You can compose your text using any editor that produces a straight ASCII file and insert commands in the text file to control the appearance of the final document. Then you send the ASCII file to the TeX program, which reads and processes it. TeX writes a DVI (device-independent) output file that consists of tightly coded commands to accomplish, for example, the following: move to such-and-such location, set character n from font m.

You run the DVI file through a DVI driver to actually print the typeset file on an output device. These DVI drivers are not part of the TeX package itself but are developed independently for each different output device. The final output looks the same— except for resolution— no matter what device you use. You can print draft output at 1 20 dots per inch on a dot-matrix printer, then run a^preliminary distribution copy on a 300-dpi laser printer, and then typeset the final version on a 1200-dpi phototypesetter.

The TeX system has a powerful macroprocessing facility and is virtually a language unto itself. Large libraries of macros have been created to handle a variety of typesetting chores. Such macro packages can hide the technical details of the particular design from the user while giving the designer great flexibility in creating a unified document style.

For example, you could create a macro called \title that skips 20 points, centers the text that follows it, prints the text in 14-point boldface roman, and skips another 20 points. If you change your mind about the style you want in the document, you can simply change the definition of \title so that, for instance, it moves to the top of a new page, prints 16-point small-caps text, and skips 30 points. You don't need to change anything else in the document.

TeX can accept such macro packages as input in two forms: as straight ASCII text files or in a highly compressed form called an FMT (formatted) file. The second form is desirable for packages that you use often because it is much faster. There are many standard packages of TeX macros, such as AMSTeX, LaTeX, and so on, that aid in document design. These are usually provided in ASCII form and then converted to FMT form at each installation, since the FMT form has some machine-dependent features.

PCTeX AND MicroTeX ON THE IBM PC

Some features are common to both PCTeX and MicroTeX. First, they each require a large system. At a minimum, you need 51 2K bytes of memory and a hard disk. If you want to load all the fonts provided, the systems can each use up to 6 megabytes..." class="wp-image-10798" srcset="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-9.png?resize=730%2C1024&amp;ssl=1 730w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-9.png?resize=214%2C300&amp;ssl=1 214w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-9.png?resize=768%2C1077&amp;ssl=1 768w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-9.png?resize=1096%2C1536&amp;ssl=1 1096w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-9.png?resize=1200%2C1682&amp;ssl=1 1200w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-9.png?w=1261&amp;ssl=1 1261w" sizes="auto, (max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 984px) 61vw, (max-width: 1362px) 45vw, 600px" /></a></figure>



<p class="wp-block-paragraph">No hablaremos del tema de portada, porque podría provocar mareos y vómitos entre el público, pero sí mencionaremos que habla de aproximar funciones, de invertir matrices o de resolver ecuaciones diferenciales con el método de Runge-Kutta 🤯 (a mí su variante RKF-4, citada en el artículo, me la explicaron en Cálculo Numérico de, creo recordar, segundo de mates) o con series de Taylor. </p>



<p class="wp-block-paragraph">Sí hablaremos, eso sí, de cuando Pournelle (estoy por comenzar a llamarle Jerry, que ya es casi de la familia) se para de nuevo en el Amiga (y el ST) y sigue viendo que cualquiera de los dos sistemas podría haberse comido el pastel del Mac (esnif).</p>



<figure class="wp-block-image size-large"><a href="https://archive.org/details/byte-magazine-1986-04/page/n301/mode/2up"><img data-recalc-dims="1" loading="lazy" decoding="async" width="475" height="1024" src="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-10.png?resize=475%2C1024&#038;ssl=1" alt="Amiga

The Commodore folks were not at COMDEX. They'd reserved space but didn't use it; instead, they held a press conference. The official line was that Commodore is selling all the Amiga computers it can make and thus has all the dealers it needs; it would be silly to spend all that money just to tell potential dealers they can't come aboard.

Atari's comment on that was, &quot;We sell more Atari 520S'1S than Commodore sells Amigas, and we sure want to sign up more dealers.&quot; The rumor in the pressroom was that Commodore's bankers were signing its checks and wouldn't advance the money to pay for COMDEX.

I wouldn't know. What I do know is that the Commodore Amiga is one hell of an exciting machine.

Amiga versus Atari 520ST

I've had an Atari 520ST and an Amiga set up side by side for about a week. One thing is clear: either one of these machines could eat Apple's lunch. Both machines have sharp, crisp color graphics. Neither one has a text editor good enough that I'd use it to write books, but that's a software problem: both the Amiga and the 520ST can display professional-quality text in color. It shouldn't be long before someone writes editors transparent enough for creative writers. Indeed, we already have TDI Modula-2/ST up on the Atari, and it wouldn't take a heck of a long time to write a good text editor.

In addition, both the Atari-and the Amiga have versions of EMACS, the popular programming editor written by Richard M. Stallman. I haven't worked with the current versions, but real EMACS can be customized to know what language you're programming in, making the programmer's life much easier.

By the time you read this, both machines will have Lattice C. Lattice also has a bunch of software tools, like r Ifext Utilities and MacLibrary, a collection of C functions compatible with Macintosh QuickDraw. Software developers are enthusiastic about these: they make it easy to convert Macintosh software to the Amiga. Meanwhile, Borland is porting Turbo Pascal to the Amiga, and, as I've already mentioned, we have TDI's Modula-2 for the Atari. The Amiga's Microsoft BASIC is, as I write this, greatly superior to the Atari's present BASIC, but once again things are changing rapidly. Metacomco, a reliable outfit, is working with Atari, and its Personal BASIC ought to be up on the Atari well before you read this. Moreover, Metacomco is also working with Lattice to bring Lattice C and Ibolkit to the Atari. There won't be any shortage of programming languages for either machine.

Amiga has one major advantage. Microsoft is emphatic about having no plans whatever to port anything to the Atari; but Microsoft's Excel is still the best spreadsheet on the market, and by a lot. The 520ST with Excel would be a dynamite combination and would practically guarantee Atari's penetration into the business world. Excel is written in C for the 68000-based Macintosh, and both the Atari and the Amiga are 68000 machines; it wouldn't be that hard to get Excel onto either one.

The story I get is that Atari was originally going to run with Microsoft Windows, but when Microsoft didn't have Windows running in time for the 520ST's release, Atari went with Digital Research's GEM, which irritated Microsoft no end. Whatever the story you're likely to see Excel on the Amiga long before it gets to the Atari 520ST. It'll be a good combination, too. Meanwhile, there's already powerful business software for the Atari, including DB Master and Quickview's Zoomracks.

In my judgment, the Atari and the Amiga between them spell big trouble for Apple. I haven't seen anything you can do with a Macintosh that you..." class="wp-image-10799" srcset="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-10.png?resize=475%2C1024&amp;ssl=1 475w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-10.png?resize=139%2C300&amp;ssl=1 139w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-10.png?resize=768%2C1656&amp;ssl=1 768w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-10.png?resize=713%2C1536&amp;ssl=1 713w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-10.png?w=816&amp;ssl=1 816w" sizes="auto, (max-width: 475px) 85vw, 475px" /></a></figure>



<p class="wp-block-paragraph">Lo de que el ST iba a ser Windows sobre Motorola 68000 es el WTF más importante que haya leído yo en lo que llevamos de repaso de la revista. ¿Os imagináis?</p>



<p class="wp-block-paragraph">Y sigo con «Jerry» viéndose venir la revolución que iba a suponer el CD-ROM. Desde 1986. Puntos para él, que la cosa no era tan obvia.</p>



<figure class="wp-block-image size-large"><a href="https://archive.org/details/byte-magazine-1986-04/page/n307/mode/2up"><img data-recalc-dims="1" loading="lazy" decoding="async" width="472" height="1024" src="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-11.png?resize=472%2C1024&#038;ssl=1" alt="The Information Revolution

We've seen it coming for a long time, but now the CD-ROM is here. CDROM is the name agreed on for using compact disks as read-only storage for computer information. The CDROM disk drive is about the size and price of a good floppy-disk drive. Each CD-ROM disk can hold hundreds of megabytes of information: programs, data, text files, music and speech, animation and motion pictures— all can be put onto the disk and accessed.

Phillips has CD-ROM drives for sale, and there are already a number of commercially available CD-ROM disks, along with software to access the data. Activenture, Gary Kildall's new company has Grolier's Academic American Encyclopedia with a really neat indexing system; in a few seconds to tens of seconds, you can search through the whole encyclopedia. It took less than a minute to find all the references to science fiction (about a dozen) and all references to science fiction with the name Pournelle in the same article (alas, none).

The Phillips people tell me there are about 40 databases on CD-ROMs. These include back issues of newspapers, stock-market histories, all kinds of financial data, technical manuals, math handbooks, you name it. Many haven't been announced yet, but Phillips is aware of them. Meanwhile, software to access these databases is either in preparation or, like Kildall's, already available.

CD-ROM disks can be manufactured for about $5 each in quantity and contain all the text information in the Encyclopaedia Britannica. A single CD-ROM disk can contain more text than the best industrial-quality line printer will print over its useful lifetime. A set of 20 of those disks would make an encyclopedia like nothing that ever existed: illustrations could include motion pictures and stereo. The article on space could include shots of Apollo 1 1 taking off, and so forth.

It can't be long before this technology changes the way we look at and use information. Couple a CDROM disk drive to an Atari, and you have the potential for a powerful educational system: the greatest teachers and lecturers in the world complete with every demonstration tool they ever wanted. Want to explain the solar system? You can be a talking head for a while, then switch to color animated models, first of the planets in their orbits, with speedup at perigee and slowdown at apogee; color bars to show that the planets sweep out equal areas in equal times; and actual Voyager photographs of the planets themselves. Moreover, a section on integral calculus could use the planetary orbital animation to illustrate just what an integral is.

Now, true, the educational lobby will try its best to hang on to &quot;credentialism&quot; and will continue to insist that no fundamental changes be made in our present educational system. But no matter how hard educators drag their feet, this new technology can't be stopped. Not only the Library of the Month Club but the College Course of the Month Club have just become realities.

CD-ROMs will change the whole nature of scholarship. Even after all these years, only a handful of scholars have had access to the original text of the Dead Sea Scrolls; now, everything known about them, including..." class="wp-image-10800" srcset="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-11.png?resize=472%2C1024&amp;ssl=1 472w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-11.png?resize=138%2C300&amp;ssl=1 138w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-11.png?resize=768%2C1666&amp;ssl=1 768w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-11.png?resize=708%2C1536&amp;ssl=1 708w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-11.png?w=810&amp;ssl=1 810w" sizes="auto, (max-width: 472px) 85vw, 472px" /></a></figure>



<p class="wp-block-paragraph">Ante un pequeño alud de software para el ST y el Amiga, Bruce Webster dejaba la segunda parte de su comparativa de ordenadores basados en el 68000 de Motorola para el mes siguiente&#8230;</p>



<figure class="wp-block-image size-large"><a href="https://archive.org/details/byte-magazine-1986-04/page/n343/mode/2up"><img data-recalc-dims="1" loading="lazy" decoding="async" width="333" height="1024" src="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-12.png?resize=333%2C1024&#038;ssl=1" alt="Amiga Software

As mentioned last month, Amiga software has just started to hit the shelves. In the past week, I've received about a dozen programs, all coming from just two publishers: Electronic Arts and Lattice.

As with the ST, the best Amiga program so far is a painting program: Deluxe Paint, written by Daniel Silva and published by Electronic Arts. Deluxe Paint is reminiscent of MacPaint— a menu bar across the top, icons along one side— but there's a big difference: color. And lots of it.

What really makes Deluxe Paint stand out are its features. Let's start with the color palette. In low-resolution mode (320 by 200 pixels), you can have 32 different colors (out of a possible 4096). Like DEGAS, you can individually adjust each color. But the palette's functions don't stop there. You can select any two colors on the palette and have it automatically generate a set of intervening colors. For example, if color #5 is pure red and color #15 is pure green, the spread function will turn colors 6-14 to shades that go from red to green— in this case, passing through orange and yellow along the way. I was able to easily generate a &quot;rainbow&quot; palette by creating the classic rainbow colors (red, orange, yellow, green, blue, indigo, violet) at regular intervals, then using the spread function to create intervening shades. Like DEGAS, you can set up a range of colors to cycle through; unlike DEGAS, you can define up to three different cycle ranges, each with its own speed.

As for painting, you have most of the tools found in MacPaint and DEGAS— like lines, filled and framed shapes, etc —and quite a few found in neither, like the ability to do smearing, shading, or blending of the colors. You can grab any rectangular portion of the screen and use it as a brush. You can save and load brushes, which gives you an effective &quot;clipboard&quot; for saving chunks of pictures.

Comparing DEGAS (on the ST) and Deluxe Paint (on the Amiga) isn't easy, if simply because they are on two different computers. I prefer the two-screen user interface of DEGAS; it's easier to learn and a bit less cryptic. Deluxe Paint, on the other hand, has significantly more capabilities and options. Just about everything that DEGAS lets you do, Deluxe Paint lets you do in more ways and with more options, though there are a few things that DEGAS does better (or that Deluxe Paint just doesn't do). And like DEGAS and the ST, Deluxe Paint is a program you should buy if you own an Amiga.

Three of the remaining EA programs are games: Seven Cities of Gold, One on One, and Archon. Unfortunately..." class="wp-image-10801" srcset="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-12.png?resize=333%2C1024&amp;ssl=1 333w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-12.png?resize=98%2C300&amp;ssl=1 98w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-12.png?resize=500%2C1536&amp;ssl=1 500w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-12.png?w=573&amp;ssl=1 573w" sizes="auto, (max-width: 333px) 85vw, 333px" /></a></figure>



<p class="wp-block-paragraph">Nótese la admiración por Deluxe Paint, absolutamente merecida. </p>



<p class="wp-block-paragraph">Y nos vamos (este mes os lo he hecho breve) con un anuncio para no dejar desierta la categoría de «cosas que creemos que se han inventado ahora, pero no»:</p>



<figure class="wp-block-image size-large"><a href="https://archive.org/details/byte-magazine-1986-04/page/n351/mode/2up"><img data-recalc-dims="1" loading="lazy" decoding="async" width="729" height="1024" src="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-13.png?resize=729%2C1024&#038;ssl=1" alt="Ilustración minimalista, con una enorme área negra en los dos tercios de la derecha en negro y el tercio de la izquierda en azul. En la frontera entre el blanco y el azul parece una bola de luz de la que salen algunos filamentos brillantes. Hay un nombre en grande, Guru, y un texto que dice Introducing software with a mind of its own." class="wp-image-10802" srcset="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-13.png?resize=729%2C1024&amp;ssl=1 729w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-13.png?resize=214%2C300&amp;ssl=1 214w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-13.png?resize=768%2C1079&amp;ssl=1 768w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-13.png?resize=1094%2C1536&amp;ssl=1 1094w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-13.png?resize=1200%2C1685&amp;ssl=1 1200w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/03/image-13.png?w=1261&amp;ssl=1 1261w" sizes="auto, (max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 984px) 61vw, (max-width: 1362px) 45vw, 600px" /></a></figure>



<p class="wp-block-paragraph">Sí: hace 40 años la IA ya se iba a comer el mundo de los negocios. (Micro Data Base Systems, la empresa del anuncio, había lanzado un gestor de bases de datos un par de años antes, que vendían como un dbASE más potente y ¡con SQL! (SQL es del 73, pero no se estandarizaría hasta el 86) y lo complementaban ahora con un «entorno de soporte a decisiones», KnowledgeMan, y Guru, un «sistema experto»revolucionario sistema de IA».)</p>



<p class="wp-block-paragraph">Pues eso: hasta aquí la Byte del mes. Si queréis hacer los deberes para el mes que viene, como siempre, aquí tenéis <a href="https://archive.org/details/byte-magazine?page=3&amp;sort=-date">los archivos de la revista Byte en archive.org</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://obm.corcoles.net/20260426/byte-abril-del-86/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">10791</post-id>	</item>
		<item>
		<title>Lecturas (2026.II)</title>
		<link>https://obm.corcoles.net/20260424/lecturas-2026-ii/</link>
					<comments>https://obm.corcoles.net/20260424/lecturas-2026-ii/#respond</comments>
		
		<dc:creator><![CDATA[csr]]></dc:creator>
		<pubDate>Fri, 24 Apr 2026 15:54:09 +0000</pubDate>
				<category><![CDATA[Leído por ahí...]]></category>
		<guid isPermaLink="false">https://obm.corcoles.net/?p=10804</guid>

					<description><![CDATA[Comenzamos con una lectura ligera&#8230; pero no tanto, porque el surrealismo es considerable en esta historia de Raquel Gu y Javier Pérez Andújar, que en ocasiones se preocupa más de su humor absurdo que de tener muy claro dónde tiene los pies y dónde la cabeza. Aun así, divertido, fácil y recomendable para desconectarse un &#8230; <a href="https://obm.corcoles.net/20260424/lecturas-2026-ii/" class="more-link">Continuar leyendo<span class="screen-reader-text"> "Lecturas (2026.II)"</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Comenzamos con una lectura ligera&#8230; pero no tanto, porque el surrealismo es considerable en esta historia de Raquel Gu y Javier Pérez Andújar, que en ocasiones se preocupa más de su humor absurdo que de tener muy claro dónde tiene los pies y dónde la cabeza. Aun así, divertido, fácil y recomendable para desconectarse un rato del mundo.</p>



<figure class="wp-block-embed is-type-rich is-provider-amazon wp-block-embed-amazon"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="La senyora Marga i els vampirs" type="text/html" width="840" height="550" frameborder="0" allowfullscreen style="max-width:100%" src="https://leer.amazon.es/kp/card?preview=inline&#038;linkCode=ll2&#038;ref_=k4w_oembed_ruQyMGi1zRiEIf&#038;asin=841952333X&#038;tag=obm-21"></iframe>
</div></figure>



<p class="wp-block-paragraph">Uno se ha leído en su vida unos cuantos libros de Bill Bryson. No todo lo que ha escrito, porque eso es casi un trabajo a tiempo completo, pero en cualquier caso, unos cuantos de los libros. El tipo tiene una cultura inconmensurable y un estilo en general divertidísimo de contar las cosas. No sé por qué, en esta ocasión el libro no me ha divertido tanto como otros que me había leído con anterioridad. Por algún motivo, el tono de viejo gruñón que se ríe de sí mismo más que de lo que se queja no me ha funcionado demasiado, y con una cierta frecuencia se me ha quedado en viejo gruñón a secas. (¿Podría ser que el viejo gruñón fuese yo y no Bryson? No podemos descartarlo.)</p>



<p class="wp-block-paragraph">Mención aparte para las notas al pie de la edición Kindle: la traductora (Mireia Rué) se lo curra hasta el infinito para trufar el libro de notas para hacer comprensibles todas las referencias extremadamente british a los que no lo somos&#8230; (¡gracias!) pero, al menos en la app de Kindle para Android en mi <a href="https://obm.corcoles.net/20220105/va-de-lapices-i-onyx-boox-nova-air/">Boox Nova Air</a>, las notas son básicamente ilegibles :-S.</p>



<figure class="wp-block-embed is-type-rich is-provider-amazon wp-block-embed-amazon"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Nuevas crónicas de Gran Bretaña (Divulgación)" type="text/html" width="840" height="550" frameborder="0" allowfullscreen style="max-width:100%" src="https://leer.amazon.es/kp/card?preview=inline&#038;linkCode=kpd&#038;ref_=k4w_oembed_Tkjj4Yvng8wQDg&#038;asin=8411321142&#038;tag=kpembed-20"></iframe>
</div></figure>



<p class="wp-block-paragraph">Ya nos hemos declarado fans en alguna otra ocasión de <span lang="en" class="juizlang">Octavia Butler</span>. En esta ocasión tocaba una novela corta (cortísima: 35 páginas) que se hizo con el Hugo, el Locus y el Nebula. Se hace, efectivamente, corta, pero es sobrecogedora en grado extremo. Puede echar un poco para atrás por lo escabroso, pero me ha parecido genial.</p>



<figure class="wp-block-embed is-type-rich is-provider-amazon wp-block-embed-amazon"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Bloodchild: The Hugo, Locus and Nebula award-winning novella (English Edition)" type="text/html" width="840" height="550" frameborder="0" allowfullscreen style="max-width:100%" src="https://leer.amazon.es/kp/card?preview=inline&#038;linkCode=ll2&#038;ref_=k4w_oembed_cE306mL5gjh5yU&#038;asin=B00HP4HA7A&#038;tag=obm-21"></iframe>
</div></figure>



<p class="wp-block-paragraph">Otro autor que nos entusiasma, y otra historia breve, en esta ocasión un pelo más de 150 páginas. Si Millás escribiese la previsión del tiempo, lo más probable es que por aquí la leyéramos con devoción. Deja, eso sí, la duda que debe generar un señor escribiendo un personaje femenino, especialmente si es como el de la novela: ¿perspectiva de género razonable, o exceso de <a href="https://es.wikipedia.org/wiki/Mirada_masculina">mirada masculina</a>?</p>



<figure class="wp-block-embed is-type-rich is-provider-amazon wp-block-embed-amazon"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Que nadie duerma" type="text/html" width="840" height="550" frameborder="0" allowfullscreen style="max-width:100%" src="https://leer.amazon.es/kp/card?preview=inline&#038;linkCode=ll2&#038;ref_=k4w_oembed_JeSRjkWYPjk5ms&#038;asin=B0797KJVJ1&#038;tag=obm-21"></iframe>
</div></figure>



<p class="wp-block-paragraph">Y cerramos con otra autora que ya habíamos visitado. Esta vez Mary Beard, en un ejercicio bastante meta, se fija en los clásicos <a href="https://es.wikipedia.org/wiki/Vidas_de_los_doce_c%C3%A9sares">doce césares</a>, pero con el objetivo de ver cómo sus representaciones a lo largo del tiempo (llegando prácticamente hasta el presente) retratan cómo hemos visto y vemos el poder. Imagino que habrá otros libros mejores para repasar las historias de esos doce césares, pero si te interesa más lo que dice la historia como disciplina que la historia que cuenta (es mi caso), te lo vas a pasar pipa.</p>



<p class="wp-block-paragraph">(Por cierto: millones de notas al pie que, a diferencia del libro de Bill Bryson, se pueden leer perfectamente.)</p>



<figure class="wp-block-embed is-type-rich is-provider-amazon wp-block-embed-amazon"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Doce césares: La representación del poder desde el mundo antiguo hasta la actualidad (Serie Mayor)" type="text/html" width="840" height="550" frameborder="0" allowfullscreen style="max-width:100%" src="https://leer.amazon.es/kp/card?preview=inline&#038;linkCode=kpd&#038;ref_=k4w_oembed_8oPF8dtysQdacL&#038;asin=8491993398&#038;tag=kpembed-20"></iframe>
</div></figure>



<p class="wp-block-paragraph">A ver cuándo (o si) llega la tercera edición de 2026 del lecturas&#8230;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://obm.corcoles.net/20260424/lecturas-2026-ii/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">10804</post-id>	</item>
		<item>
		<title>Dispositivos para interactuar con el ordenador: Tourbox Lite y el touchpad de Amazon</title>
		<link>https://obm.corcoles.net/20260420/dispositivos-para-interactuar-con-el-ordenador-tourbox-lite-y-el-touchpad-de-adobe/</link>
					<comments>https://obm.corcoles.net/20260420/dispositivos-para-interactuar-con-el-ordenador-tourbox-lite-y-el-touchpad-de-adobe/#respond</comments>
		
		<dc:creator><![CDATA[csr]]></dc:creator>
		<pubDate>Mon, 20 Apr 2026 19:12:12 +0000</pubDate>
				<category><![CDATA[cacharritos]]></category>
		<guid isPermaLink="false">https://obm.corcoles.net/?p=10837</guid>

					<description><![CDATA[Diría que hacía un buen tiempo que no hablábamos de cacharritos por aquí fuera de los repasos a la revista Byte [consulta sus notas: no tanto, pero no somos lo que fuimos&#8230; la anterior entrada en enero, y antes de eso, en agosto del año pasado]. Uno es, mal que le pese [nota del editor: &#8230; <a href="https://obm.corcoles.net/20260420/dispositivos-para-interactuar-con-el-ordenador-tourbox-lite-y-el-touchpad-de-adobe/" class="more-link">Continuar leyendo<span class="screen-reader-text"> "Dispositivos para interactuar con el ordenador: Tourbox Lite y el touchpad de Amazon"</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Diría que hacía un buen tiempo que no hablábamos de cacharritos por aquí fuera de los repasos a la revista Byte [consulta sus notas: no tanto, pero no somos lo que fuimos&#8230; la anterior entrada en enero, y antes de eso, en agosto del año pasado].</p>



<p class="wp-block-paragraph">Uno es, mal que le pese [nota del editor: no le pesa], un adicto a los cacharritos que suponen maneras diferentes de interactuar con la tecnología. Y últimamente han caído en el escritorio de obm un par de ellos&#8230;</p>



<figure class="wp-block-image size-large"><a href="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image.png?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" width="840" height="630" src="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image.png?resize=840%2C630&#038;ssl=1" alt="Foto de primer plano de una mesa, con un teclado de ordenador a la derecha (como referencia de tamaño). A la izquierda podemos ver una cajita con botones de formas diversas (dos son redondos, hay cuatro más de formas redondas, y un par de ruedas: una de ellas como la ruedita de un ratón de ordenador, la otra más parecida al control de volumen de una radio. Al lado de esa caja, hay un touchpad, de unos quince centímetros de diagonal. Ambos dispositivos son negros." class="wp-image-10838" srcset="https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image.png?resize=1024%2C768&amp;ssl=1 1024w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image.png?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image.png?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image.png?resize=1536%2C1152&amp;ssl=1 1536w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image.png?resize=2048%2C1536&amp;ssl=1 2048w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image.png?resize=1200%2C900&amp;ssl=1 1200w, https://i0.wp.com/obm.corcoles.net/wp-content/uploads/2026/04/image.png?w=1680&amp;ssl=1 1680w" sizes="auto, (max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 1362px) 62vw, 840px" /></a></figure>



<p class="wp-block-paragraph">Comencemos por la <a href="https://www.amazon.es/Animation-Colorgrade-ClipStudioPaint-Photoshop-DaVinciResolve/dp/B0CMQ8HVLY?ufe=app_do%3Aamzn1.fos.4c3f56c3-e485-4a35-9abc-6532b61c3b62&amp;linkCode=ll2&amp;tag=obm-21&amp;linkId=201b8b89d8954f70af597effff5eb2cd&amp;ref_=as_li_ss_tl">Tourbox Lite</a>, que llegó antes (y no fui yo, señoría: ¡soy inocente!). La excusa (como si nos hiciese falta) es que muchos programitas de edición audiovisual ganan si les aparecen rueditas y otros botones para que podamos usar la «memoria muscular» y trabajar algo más deprisa. (En mi caso, el software es Adobe Audition, que para algo <a href="https://blogs.uoc.edu/informatica/es/category/podcast-despacho-42/">tengo un podcast</a>.)</p>



<p class="wp-block-paragraph">Y, sin alargarnos mucho, la cosa funciona. Tener unos pocos botones a los que les puedes asignar las funcionalidades más habituales, y poder usar las rueditas para cosas como zooms o los «sliders» del programa de turno, hace las cosas un poco más eficientes. Supongo que solo se justifica el gasto si haces un uso intenso de ese tipo de software, pero como a mí me salió gratis&#8230; 😅</p>



<p class="wp-block-paragraph">En la foto podéis ver que el cacharro está conectado por cable, pero hay <a href="https://www.amazon.es/Animation-Colorgrade-ClipStudioPaint-Photoshop-DaVinciResolve/dp/B0F7WV67FQ?ufe=app_do%3Aamzn1.fos.4c3f56c3-e485-4a35-9abc-6532b61c3b62&amp;linkCode=ll2&amp;tag=obm-21&amp;linkId=b42895a626aafcc40f58e048985da1e4&amp;ref_=as_li_ss_tl">versión Bluetooth</a> para los alérgicos a los cables. Y si echáis en falta más botones, tenéis la <a href="https://www.amazon.es/Controlador-Fotograf%C3%ADa-Bluetooth-Personalizable-Photoshop/dp/B0BC8FS3LM">Turbox Elite</a>, e incluso la <a href="https://www.amazon.es/Controlador-Fotograf%C3%ADa-Bluetooth-Personalizable-Photoshop/dp/B0BC8FS3LM">Elite Plus</a> (a mí me vienen grandes, claramente).</p>



<p class="wp-block-paragraph">Y por el otro lado, el <a href="https://www.amazon.es/Amazon-Basics-Windows-Multit%C3%A1ctiles-Port%C3%A1til/dp/B0F7QFV5CM?ufe=app_do%3Aamzn1.fos.fde3827e-5b32-4544-acac-9bcf8407a6a6&amp;linkCode=ll2&amp;tag=obm-21&amp;linkId=9006c3faaa50887e1548a6280e364f2d&amp;ref_=as_li_ss_tl">touchpad</a>. Uno ha sido siempre de ratón, pero tenía una cierta envidia del touchpad que vende Apple para sus ordenadores&#8230; pero no la suficiente como para dejarse los 139 eurazos que cuesta. En algún momento busqué alternativas, pero lo que había en el mercado era bastante cutre (o me lo parecía a mí, como mínimo). Para mi sorpresa, hace unas semanas vi que Amazon tenía uno en su línea Basics y los menos de treinta euros del precio acabaron con mi ya de por sí no muy rígida resistencia. Y, oiga, pues será de la línea Basics, pero a mí me parece que el producto es más que decente. Como podéis ver en la foto, es enorme (6,4&#8243; de diagonal). No podéis ver que el clic es físico, y no háptico, que es lo que se lleva ahora, pero a mí me sirve perfectamente. El soporte para los gestos «multidedo» es bueno y, a ese precio, no sé encontrarle problemas, la verdad. Podría usarlo más, ciertamente, pero, insisto, por apenas 30 euros&#8230;</p>



<p class="wp-block-paragraph">Apa, eso es todo.</p>



<p class="wp-block-paragraph">Bueno, no, falta una cosa: si seguís los enlaces a Amazon, sabed que son de su programa de «referrals»y que, en caso de compra, me llevaría una pequeña comisión.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://obm.corcoles.net/20260420/dispositivos-para-interactuar-con-el-ordenador-tourbox-lite-y-el-touchpad-de-adobe/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">10837</post-id>	</item>
	</channel>
</rss>
