<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Boring Tech on akos.ma</title><link>https://akos.ma/tags/boring-tech/</link><description>Recent content in Boring Tech on akos.ma</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 27 Jun 2025 00:00:00 +0200</lastBuildDate><atom:link href="https://akos.ma/tags/boring-tech/index.xml" rel="self" type="application/rss+xml"/><item><title>Conway in Borland Delphi</title><link>https://akos.ma/blog/conway-in-borland-delphi/</link><pubDate>Fri, 27 Jun 2025 00:00:00 +0200</pubDate><guid>https://akos.ma/blog/conway-in-borland-delphi/</guid><description>Yet another version of my Polyglot Conway project, this time in good old Borland Delphi 1.0 (which recently celebrated its 30th anniversary!) from 1995, running on Windows 3.1, and as usual you can find the source code on my GitLab account.</description></item><item><title>Conway in Scala</title><link>https://akos.ma/blog/conway-in-scala/</link><pubDate>Fri, 30 May 2025 00:00:00 +0200</pubDate><guid>https://akos.ma/blog/conway-in-scala/</guid><description>&lt;p&gt;Another week, another version of my &lt;a href="https://akos.ma/blog/polyglot-conway/"&gt;Polyglot Conway project&lt;/a&gt;, this time in &lt;a href="https://www.scala-lang.org/"&gt;Scala&lt;/a&gt;, a version bootstrapped with the help of ChatGPT.&lt;/p&gt;</description></item><item><title>My Faithful Logitech C930e Webcam</title><link>https://akos.ma/blog/my-faithful-logitech-c930e-webcam/</link><pubDate>Fri, 16 May 2025 00:00:00 +0200</pubDate><guid>https://akos.ma/blog/my-faithful-logitech-c930e-webcam/</guid><description>&lt;p&gt;I like boring technology that lasts decades: 2 years ago I was raving about my &lt;a href="https://akos.ma/blog/20-years-of-harman-kardon-soundsticks/"&gt;Harman Kardon SoundSticks&lt;/a&gt; (spoiler alert: they are still in service) and today I&amp;rsquo;d like to rave about my faithful Logitech C930e, an HDMI webcam that&amp;rsquo;s been with me for 10 years this month.&lt;/p&gt;</description></item><item><title>Conway in Bash</title><link>https://akos.ma/blog/conway-in-bash/</link><pubDate>Fri, 18 Apr 2025 00:00:00 +0200</pubDate><guid>https://akos.ma/blog/conway-in-bash/</guid><description>&lt;p&gt;I&amp;rsquo;ve added a new version to my venerable &lt;a href="https://akos.ma/blog/polyglot-conway/"&gt;Polyglot Conway project&lt;/a&gt;, this time as a good old &lt;a href="https://gitlab.com/akosma/Conway/-/tree/master/Bash"&gt;Bash script&lt;/a&gt;, a version bootstrapped with the help of ChatGPT.&lt;/p&gt;</description></item><item><title>Conway in C89</title><link>https://akos.ma/blog/conway-in-c89/</link><pubDate>Fri, 07 Feb 2025 00:00:00 +0100</pubDate><guid>https://akos.ma/blog/conway-in-c89/</guid><description>&lt;p&gt;Another year, another version of my &lt;a href="https://akos.ma/blog/polyglot-conway/"&gt;Polyglot Conway project&lt;/a&gt;, this time for &lt;a href="https://en.wikipedia.org/wiki/ANSI_C"&gt;C89&lt;/a&gt;, also known as &amp;ldquo;ANSI C&amp;rdquo;, targeting quite a few compilers of the early 1990s, and some others from our more recent times.&lt;/p&gt;</description></item><item><title>The New Clock and the Evolution of JavaScript</title><link>https://akos.ma/blog/the-new-clock-and-the-evolution-of-javascript/</link><pubDate>Fri, 20 Dec 2024 00:00:00 +0100</pubDate><guid>https://akos.ma/blog/the-new-clock-and-the-evolution-of-javascript/</guid><description>The attentive readers among you might have noticed that the artsy clock that appears on every page of this blog (except on mobile devices) behaves slightly different now. In fact, I&amp;rsquo;ve removed its dependency to the old and unsupported Raphael.js library, and migrated it to new and modern JavaScript features.</description></item><item><title>Jumping to Random Posts</title><link>https://akos.ma/blog/jumping-to-random-posts/</link><pubDate>Fri, 12 Jul 2024 00:00:00 +0200</pubDate><guid>https://akos.ma/blog/jumping-to-random-posts/</guid><description>The attentive among you might have noticed a new &amp;ldquo;Random&amp;rdquo; link at the bottom of each post in this blog, taking you to a (you guessed it) random post on this blog, powered by the RANDOM() function of SQLite (because, you do remember that the search feature in this blog is built on top of SQLite, do you?)</description></item><item><title>Revisiting Ruby on Rails</title><link>https://akos.ma/blog/revisiting-ruby-on-rails/</link><pubDate>Fri, 20 Oct 2023 00:00:00 +0200</pubDate><guid>https://akos.ma/blog/revisiting-ruby-on-rails/</guid><description>I’ve blogged about Ruby on Rails quite a few times in the past 18 years. I’ve delivered lots of Rails apps, I’ve used it for my own company, and I have been a historic fan of Rails against all odds and against all opinions.</description></item><item><title>On Documentation</title><link>https://akos.ma/blog/on-documentation/</link><pubDate>Fri, 29 Sep 2023 00:00:00 +0200</pubDate><guid>https://akos.ma/blog/on-documentation/</guid><description>&lt;p&gt;In my career I&amp;rsquo;ve seen lots of teams struggling, not only to get their software out of the door, but much more often (even if successful in the previous step) to have a decent level of documentation next to it.&lt;/p&gt;</description></item><item><title>Conway in Minimal BASIC</title><link>https://akos.ma/blog/conway-in-minimal-basic/</link><pubDate>Fri, 11 Aug 2023 00:00:00 +0200</pubDate><guid>https://akos.ma/blog/conway-in-minimal-basic/</guid><description>Last Monday I released the 59th issue of De Programmatica Ipsum, my dear monthly magazine about code, developers, and society, and this month I talked about BASIC in all of its flavors. As part of the preparation of this issue, I dived into the world of Minimal BASIC code, the one with source code line numbers, the one that would start immediately after powering up your computer, and the one that brings endless nostalgia.</description></item></channel></rss>