roundabout,
created on Sunday, 2 February 2025, 19:31:38 (1738524698),
received on Sunday, 2 February 2025, 19:31:48 (1738524708)
Author identity: vlad <vlad.muntoiu@gmail.com>
8efbc758e0c2d0f0b548261ef664bdb64570d934
about/index.html
@@ -105,7 +105,7 @@
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
articles/beginner-distros.html
@@ -63,7 +63,7 @@ ashamed of using a 'beginner-friendly' distribution, if they like it.
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
articles/browsers-are-doing-too-much.html
@@ -142,7 +142,7 @@ not have many gimmicky features other than the ones that are from upstream.
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
articles/font-stacks.html
@@ -151,7 +151,7 @@ technical applications or signage.
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
articles/gnulinux-not-linux.html
@@ -91,7 +91,7 @@ GNU/Linux. All the so-called "Linux" distributions are really distributions of G
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
articles/homemade-nas.html
@@ -102,15 +102,16 @@ it doesn't use standard protocols, it runs a proprietary OS, it's bulkier and mu
</p><p>Well, it's plug-and-play but that makes it much more restricted. Also, it does have a warranty and professional support. However, it's not the kind of NAS a business would use either. </p><h2>Setup (skip if you already have the computer set up)</h2><ol><li><p>Flash your microSD card. Raspberry Pi recommends <a href="https://www.raspberrypi.org/software/">their own (free) software</a>, Choose an OS without a GUI: Raspberry Pi OS Lite, Ubuntuenable SSH and preset the Wi-Fi settings if you're goingbut there are other methods as well. Choose an OS without a GUI: Raspberry Pi OS Lite, Ubuntu Server or plain Debian. Make sure to enable SSH and preset the Wi-Fi settings if you're going to use Wi-Fi.</p></li><li><p>Put the card in the computer, plug in the network and start it. </p></li><li><p>Find out the IP address of the computer. You can use your router's web interface, or a network Now is a good time to set up a static IP address for the computer, forward its portsdynamic DNS if you want to access it from the internet. <a href="https://ydns.io/">YDNS</a> is aimple and free service for that. Their official client is also free software.scanner. Now is a good time to set up a static IP address for the computer, forward its ports and get dynamic DNS if you want to access it from the internet. <a href="https://ydns.io/">YDNS</a> is a really simple and free service for that. Their official client is also free software.</p></li><li><p>Connect to your server via SSH. On GNU/Linux or Macintosh you can use the preinstalled <code>ssh</code> On Windows, you can use <a href="https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html">PuTTY</a>.client. On Windows, you can use <a href="https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html">PuTTY</a>.</p></li><li><p>Set a root password with <code>sudo passwd</code>. Then <code>su</code>. </p></li><li><p>Update the system with <code>apt update && apt -y upgrade</code>. </p></li></ol><h2>Set up the drives</h2><p>You must edit the <code>/etc/fstab</code> to automatically mount the drives on boot. If you know how to do
@@ -118,10 +119,11 @@ this, you can do it yourself. For the rest of the tutorial the mount point will
</p><ol><li><p>Turn off the computer and plug in the drive(s). </p></li><li><p>Turn on the computer. </p></li><li><p><code>lsblk</code> to find the drive(s). They should be <code>/dev/sd</code> followed by a letter. For now we'll only take car of one drive, but you can do the same for multiple drives.</p></li><li><p>Find the drive's UUID with <code>blkid /dev/sdX1</code>. </p></li><li><p>Add the drive to the <code>/etc/fstab</code> as such: </p><p>=00000000-0000-0000-0000-000000000000 /storage ext4 defaults 0 2</p></li></ol><p>Replace the UUID with the one you found and, if you want, the mount point (<code>/storage</code> in this</p><pre data-language="">UUID=00000000-0000-0000-0000-000000000000 /storage ext4 defaults 0 2 </pre></li></ol><p>Replace the UUID with the one you found and, if you want, the mount point (<code>/storage</code> in thiscase) with another one, and the filesystem to match the one you formatted the drive with. Change the last column to <code>0</code> to disable fsck for that drive. </p><ol><li><p><code>mkdir /storage</code> to create the mount point.
@@ -196,7 +198,7 @@ software.
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
articles/linux-on-the-surface-go.html
@@ -101,7 +101,7 @@ polished, quality product, which is more than a developer's toy.
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
articles/moved-to-a-roundabout.html
@@ -57,7 +57,7 @@ yet, but I will move them in the future when I get back to them.
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
articles/roundabout-policies.html
@@ -98,7 +98,7 @@ session and preferences sucks as your language.
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
articles/semantic-css.html
@@ -260,7 +260,7 @@ released as a framework.
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index.html
@@ -173,7 +173,7 @@ and automatically better even though it sucks!
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/agpl.html
@@ -59,7 +59,7 @@ the position and class of waste in images. It can separate the following classes
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/ai.html
@@ -49,7 +49,7 @@ the position and class of waste in images. It can separate the following classes
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/ampoule.html
@@ -41,7 +41,7 @@ roundabout itself.
<article class="content-area"> <h2><a href="/projects/ampoule.html" class="article-title">Ampoule</a></h2> <div class="home-article-date">2024-04-29</div><div class="home-article-date">2025-02-02</div><p><p>Ampoule is a lightweight, simple yet flexible, static site generator written in Python. It uses Jinja2 for templating. This site was generated using Ampoule. </p></p>
@@ -51,7 +51,7 @@ It uses Jinja2 for templating. This site was generated using Ampoule.
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/android.html
@@ -41,7 +41,7 @@ one.
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/announcement.html
@@ -43,7 +43,7 @@ roundabout itself.
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/apache.html
@@ -41,7 +41,7 @@ played in the terminal. It's a great SSH toy for when you're bored.
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/application.html
@@ -40,7 +40,7 @@ and automatically better even though it sucks!
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/browser.html
@@ -40,7 +40,7 @@ and automatically better even though it sucks!
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/cc-by-nc.html
@@ -40,7 +40,7 @@ the position and class of waste in images. It can separate the following classes
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/cc-by-sa.html
@@ -40,7 +40,7 @@ the position and class of waste in images. It can separate the following classes
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/computer vision.html
index/contest.html
@@ -42,7 +42,7 @@ publishing the works.
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/creative commons.html
index/crowdsourcing.html
@@ -49,7 +49,7 @@ the position and class of waste in images. It can separate the following classes
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/css.html
@@ -84,7 +84,7 @@ devices.
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/data.html
@@ -49,7 +49,7 @@ the position and class of waste in images. It can separate the following classes
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/design.html
@@ -40,7 +40,7 @@ devices.
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/docs.html
@@ -29,7 +29,7 @@
<article class="content-area"> <h2><a href="/projects/ampoule.html" class="article-title">Ampoule</a></h2> <div class="home-article-date">2024-04-29</div><div class="home-article-date">2025-02-02</div><p><p>Ampoule is a lightweight, simple yet flexible, static site generator written in Python. It uses Jinja2 for templating. This site was generated using Ampoule. </p></p>
@@ -39,7 +39,7 @@ It uses Jinja2 for templating. This site was generated using Ampoule.
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/echo.html
@@ -42,7 +42,7 @@ publishing the works.
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/environment.html
@@ -40,7 +40,7 @@ the position and class of waste in images. It can separate the following classes
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/fair licence.html
index/flask.html
@@ -61,7 +61,7 @@ stage, it supports:
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/fonts.html
@@ -40,7 +40,7 @@ devices.
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/free software.html
index/fun.html
@@ -41,7 +41,7 @@ played in the terminal. It's a great SSH toy for when you're bored.
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/game.html
@@ -41,7 +41,7 @@ played in the terminal. It's a great SSH toy for when you're bored.
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/gigadata.html
@@ -40,7 +40,7 @@ and to use the dataset for training machine learning models.
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/git.html
@@ -41,7 +41,7 @@ stage, it supports:
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/gnu/linux.html
@@ -80,7 +80,7 @@ worry about an extra device you need power, networking, space and maintenance fo
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/gpl.html
@@ -29,7 +29,7 @@
<article class="content-area"> <h2><a href="/projects/ampoule.html" class="article-title">Ampoule</a></h2> <div class="home-article-date">2024-04-29</div><div class="home-article-date">2025-02-02</div><p><p>Ampoule is a lightweight, simple yet flexible, static site generator written in Python. It uses Jinja2 for templating. This site was generated using Ampoule. </p></p>
@@ -46,7 +46,7 @@ It uses Jinja2 for templating. This site was generated using Ampoule.
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/gtk.html
@@ -38,7 +38,7 @@
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/hardware.html
@@ -42,7 +42,7 @@ worry about an extra device you need power, networking, space and maintenance fo
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/html.html
@@ -75,7 +75,7 @@
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/index.html
@@ -105,7 +105,7 @@ roundabout itself.
<article class="content-area"> <h2><a href="/projects/ampoule.html" class="article-title">Ampoule</a></h2> <div class="home-article-date">2024-04-29</div><div class="home-article-date">2025-02-02</div><p><p>Ampoule is a lightweight, simple yet flexible, static site generator written in Python. It uses Jinja2 for templating. This site was generated using Ampoule. </p></p>
@@ -413,7 +413,7 @@ devices.
<article class="content-area"> <h2><a href="/projects/ampoule.html" class="article-title">Ampoule</a></h2> <div class="home-article-date">2024-04-29</div><div class="home-article-date">2025-02-02</div><p><p>Ampoule is a lightweight, simple yet flexible, static site generator written in Python. It uses Jinja2 for templating. This site was generated using Ampoule. </p></p>
@@ -682,7 +682,7 @@ worry about an extra device you need power, networking, space and maintenance fo
<article class="content-area"> <h2><a href="/projects/ampoule.html" class="article-title">Ampoule</a></h2> <div class="home-article-date">2024-04-29</div><div class="home-article-date">2025-02-02</div><p><p>Ampoule is a lightweight, simple yet flexible, static site generator written in Python. It uses Jinja2 for templating. This site was generated using Ampoule. </p></p>
@@ -801,7 +801,7 @@ worry about an extra device you need power, networking, space and maintenance fo
<article class="content-area"> <h2><a href="/projects/ampoule.html" class="article-title">Ampoule</a></h2> <div class="home-article-date">2024-04-29</div><div class="home-article-date">2025-02-02</div><p><p>Ampoule is a lightweight, simple yet flexible, static site generator written in Python. It uses Jinja2 for templating. This site was generated using Ampoule. </p></p>
@@ -979,7 +979,7 @@ review these important policies.
<article class="content-area"> <h2><a href="/projects/ampoule.html" class="article-title">Ampoule</a></h2> <div class="home-article-date">2024-04-29</div><div class="home-article-date">2025-02-02</div><p><p>Ampoule is a lightweight, simple yet flexible, static site generator written in Python. It uses Jinja2 for templating. This site was generated using Ampoule. </p></p>
@@ -1178,7 +1178,7 @@ worry about an extra device you need power, networking, space and maintenance fo
<article class="content-area"> <h2><a href="/projects/ampoule.html" class="article-title">Ampoule</a></h2> <div class="home-article-date">2024-04-29</div><div class="home-article-date">2025-02-02</div><p><p>Ampoule is a lightweight, simple yet flexible, static site generator written in Python. It uses Jinja2 for templating. This site was generated using Ampoule. </p></p>
@@ -1475,7 +1475,7 @@ and automatically better even though it sucks!
<article class="content-area"> <h2><a href="/projects/ampoule.html" class="article-title">Ampoule</a></h2> <div class="home-article-date">2024-04-29</div><div class="home-article-date">2025-02-02</div><p><p>Ampoule is a lightweight, simple yet flexible, static site generator written in Python. It uses Jinja2 for templating. This site was generated using Ampoule. </p></p>
@@ -1534,7 +1534,7 @@ the position and class of waste in images. It can separate the following classes
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/izvor.html
@@ -38,7 +38,7 @@
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/jinja2.html
@@ -29,7 +29,7 @@
<article class="content-area"> <h2><a href="/projects/ampoule.html" class="article-title">Ampoule</a></h2> <div class="home-article-date">2024-04-29</div><div class="home-article-date">2025-02-02</div><p><p>Ampoule is a lightweight, simple yet flexible, static site generator written in Python. It uses Jinja2 for templating. This site was generated using Ampoule. </p></p>
@@ -39,7 +39,7 @@ It uses Jinja2 for templating. This site was generated using Ampoule.
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/keras.html
@@ -40,7 +40,7 @@ the position and class of waste in images. It can separate the following classes
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/linux.html
@@ -50,7 +50,7 @@ one.
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/machine learning.html
index/microsoft.html
@@ -43,7 +43,7 @@ support and a detachable keyboard β but the latter two are sold separately.
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/nas.html
@@ -42,7 +42,7 @@ worry about an extra device you need power, networking, space and maintenance fo
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/networking.html
@@ -42,7 +42,7 @@ worry about an extra device you need power, networking, space and maintenance fo
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/opinion.html
@@ -59,7 +59,7 @@ and automatically better even though it sucks!
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/privacy policy.html
index/python.html
@@ -29,7 +29,7 @@
<article class="content-area"> <h2><a href="/projects/ampoule.html" class="article-title">Ampoule</a></h2> <div class="home-article-date">2024-04-29</div><div class="home-article-date">2025-02-02</div><p><p>Ampoule is a lightweight, simple yet flexible, static site generator written in Python. It uses Jinja2 for templating. This site was generated using Ampoule. </p></p>
@@ -95,7 +95,7 @@ played in the terminal. It's a great SSH toy for when you're bored.
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/raspberry pi.html
index/roundabout-host.html
@@ -61,7 +61,7 @@ stage, it supports:
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/roundabout.html
@@ -61,7 +61,7 @@ stage, it supports:
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/school project.html
index/server.html
@@ -42,7 +42,7 @@ worry about an extra device you need power, networking, space and maintenance fo
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/software.html
@@ -29,7 +29,7 @@
<article class="content-area"> <h2><a href="/projects/ampoule.html" class="article-title">Ampoule</a></h2> <div class="home-article-date">2024-04-29</div><div class="home-article-date">2025-02-02</div><p><p>Ampoule is a lightweight, simple yet flexible, static site generator written in Python. It uses Jinja2 for templating. This site was generated using Ampoule. </p></p>
@@ -76,7 +76,7 @@ stage, it supports:
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/surface.html
@@ -43,7 +43,7 @@ support and a detachable keyboard β but the latter two are sold separately.
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/tablet.html
@@ -43,7 +43,7 @@ support and a detachable keyboard β but the latter two are sold separately.
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/teletype wordle.html
index/terminal.html
@@ -41,7 +41,7 @@ played in the terminal. It's a great SSH toy for when you're bored.
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/terms of service.html
index/typography.html
@@ -40,7 +40,7 @@ devices.
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/user experience.html
index/utility.html
@@ -38,7 +38,7 @@
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/waste detection.html
index/waste.html
@@ -49,7 +49,7 @@ the position and class of waste in images. It can separate the following classes
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/web.html
@@ -91,7 +91,7 @@ and automatically better even though it sucks!
<article class="content-area"> <h2><a href="/projects/ampoule.html" class="article-title">Ampoule</a></h2> <div class="home-article-date">2024-04-29</div><div class="home-article-date">2025-02-02</div><p><p>Ampoule is a lightweight, simple yet flexible, static site generator written in Python. It uses Jinja2 for templating. This site was generated using Ampoule. </p></p>
@@ -131,7 +131,7 @@ stage, it supports:
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
index/yolo.html
@@ -40,7 +40,7 @@ the position and class of waste in images. It can separate the following classes
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
projects/ampoule.html
@@ -165,18 +165,22 @@ configuration file. This makes it much more flexible and powerful.
Jinja2, a templating engine that is also used in Flask. It's even the smallest static site generator: </p><ol><li><p>Hugo: written in Go, uses go html/template, and it has 133k lines of Go, not counting comments or blanks.</p></li><li><p>Jekyll: written in Ruby, uses Liquid, and it has 17300 lines of Ruby, not counting Interestingly, it's got more Markdown than Ruby.comments or blanks. Interestingly, it's got more Markdown than Ruby.</p></li><li><p>Gatsby: they call it a framework, and rightfully so, because it's overkill for actually e. for publishing content) sites, even though JS people use it for precisely thatt's written in JavaScript, uses React, and it's git 380k lines of JavaScript andcombined. (For comparison, it's over 1/100 of Linux itself, which is HUGE consideringhigh-level language and only has to do so much.)static (i.e. for publishing content) sites, even though JS people use it for precisely that purpose. It's written in JavaScript, uses React, and it's git 380k lines of JavaScript and TypeScript combined. (For comparison, it's over 1/100 of Linux itself, which is HUGE considering it uses a high-level language and only has to do so much.)</p></li><li><p>Pelican: written in Python, uses Jinja2, and it has 12400 lines of Python, not counting comments or blanks.</p></li><li><p>Docusaurus: written in TypeScript, uses React (of course, because it's made by Facebook), and it has 140k lines of TypeScript and JavaScript combined.</p></li><li><p>VuePress: written in JavaScript, uses Vue, and it has 11k lines of JavaScript, Vue and TypeScript combined.</p></li><li><p>Zola: written in Rust, uses Tera, and it has 17k lines of Rust, not counting comments or Also, it's designed to be monolithic and not extensible at all.blanks. Also, it's designed to be monolithic and not extensible at all.</p></li></ol><p>Whereas I have only got 750 lines of Python, not counting comments or blanks. Add the script to generate the site, and it's still under 1000 lines. </p><p>I don't want to criticise other static site generators, they all do some things well, but
@@ -284,13 +288,13 @@ of the License, or (at your option) any later version.
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. </p><p>You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.If not, see <a href="https://www.gnu.org/licenses/">https://www.gnu.org/licenses/</a>.</p> </article> </main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
projects/echo.html
@@ -78,7 +78,7 @@ any entity that uses the works is notified of this instrument.
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
projects/gigadata.html
@@ -108,7 +108,7 @@ there.
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
projects/index.html
@@ -86,7 +86,7 @@ played in the terminal. It's a great SSH toy for when you're bored.
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
projects/izvor.html
@@ -80,7 +80,7 @@ It is pronounced as "Eez-vor" with the accent as in "IzvΕr", not "Δͺzvor".
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
projects/roundabout.html
@@ -127,7 +127,7 @@ you, you can always run your own instance.
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
projects/waste.html
@@ -104,7 +104,7 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the
General Public License for more details. </p><p>You should have received a copy of the the GNU Affero General Public License, along with this program. If not, see <https://www.gnu.org/licenses/>.<a href="https://www.gnu.org/licenses/">https://www.gnu.org/licenses/</a>.</p><h5>Additional permission under the GNU Affero GPL version 3 section 7:</h5><p>If you modify this program, or any covered work, by linking or combining it with other code, such other code is not for that reason alone subject to any of the requirements of the GNU Affero GPL
@@ -124,7 +124,7 @@ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
</p></li><li><p>If the file name has the <code>dwc</code> prefix, it comes from https://www.kaggle.com/datasets/arkadiyhacks/drinking-waste-classification and is public domain. </p></li><li><p>If the file name has the <code>hitl</code> prefix, it comes from https://www.kaggle.com/datasets/humansintheloop/recycling-dataset and is public domain. </p></li></ul><p>I hope I didn't infringe on any licences or miss any sources. If you think there is a problem, please send me an email at <mailto:root@roundabout-host.com> and I'll remove the infringing files.please send me an email at <a href="mailto:root&#64;roundabout-host.com">root&#64;roundabout-host.com</a> and I'll remove the infringing files.</p><p>The VIA application shipped in this repository (located at the <code>/via</code> path) is licensed under the BSD licence. </p><blockquote><p>Copyright (c) 2016-2021, Abhishek Dutta, Visual Geometry Group, Oxford University and VIA Contributors. All rights reserved.
@@ -151,7 +151,7 @@ POSSIBILITY OF SUCH DAMAGE.
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>
projects/wordle.html
@@ -86,7 +86,7 @@ the answer.
</main> <footer> <p>Page generated on Sunday, 2 February 2025 at 20:57:22</p><p>Page generated on Sunday, 2 February 2025 at 21:30:11</p><p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (π). No rights reserved.</p> <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> <a href="#">Back to top</a>