home.wezm.net/templates/quiz.html.j2

73 lines
4.5 KiB
Django/Jinja
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% from "footer.html.j2" import footer %}
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/1998/REC-html40-19980424/loose.dtd">
<html lang="en">
<head>
<title>Rubenerd Blog Quiz 2025: Wes' Retro Site</title>
<link rel="stylesheet" href="basics.css" type="text/css">
<meta name="viewport" content="width=640, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
</head>
<body bgcolor="#f9f9f9">
<basefont face="sans-serif" size="3">
<table width="640" align="center">
<tr valign="middle">
<td width="70%" height="75">
<h1>
Rubenerd Blog Quiz 2025
</h1>
</td>
{% include 'nav.html.j2' %}
</tr>
<tr>
<td colspan="3">
<p>My answers to <a href="https://rubenerd.com/the-rubenerd-2025-blog-quiz/">The Rubenerd Blog Quiz 2025</a>.</p>
<h3 id="have-you-ever-proposed-a-blog-quiz-or-sneezed-while-riding-a-unicycle">Have you ever proposed a blog quiz, or sneezed while riding a unicycle?</h3>
<p>No.</p>
<h3 id="sweet-or-savory">Sweet or savory?</h3>
<p>Sweet. Love me some chocolate, or a fancy dessert, but I kinda flip-flop between craving sweet things and savoury things.</p>
<h3 id="what-are-three-legacy-consumer-tech-devices-youd-love-to-see-brought-back-into-the-mainstream">What are three legacy consumer tech devices youd love to see brought back into the mainstream?</h3>
<ul>
<li>
<p>Pizza box style computers like the <a href="https://oldcomputer.info/apple/L475/index.htm">LC 475</a>, <a href="https://blog.pizzabox.computer/pizzaboxes/sparcstation20/">SPARCstation 20</a>, or <a href="https://blog.pizzabox.computer/pizzaboxes/indy/">SGI Indy</a>. Space efficient, neat, and provided a place for your screen to go.</p>
</li>
<li>
<p><a href="calculators.html">Calculators</a>. Dedicated, monochrome, instant on devices for mathematics.</p>
</li>
<li>
<p>Non-smart televisions. A TV that was just a screen that showed what was fed to it by its inputs.</p>
</li>
</ul>
<h3 id="do-you-have-a-lucky-number-colour--or-day-of-the-week">Do you have a lucky number, colour, or day of the week?</h3>
<p>Nah, can't think of one.</p>
<h3 id="free-space">Free space</h3>
<p>How razorback-jumping frogs can level six piqued gymnasts!<sup><a href="https://clagnut.com/blog/2380#:~:text=How%20razorback%2Djumping%20frogs%20can%20level%20six%20piqued%20gymnasts">[1]</a></sup></p>
<img src="images/pangram.gif" width="706" height="361" border="1" class="pixelate" alt="Screenshot of System 7.5.3 showing a preview of the Geneva font using the pangram above.">
<h3 id="whats-something-you-genuinely-tried-giving-a-go-but-never-grokked">Whats something you genuinely tried giving a go, but never grokked?</h3>
<p><a href="https://nixos.org/">Nix</a>. I get the idea behind it and the benefits, but it feels like a huge time sink and solves problems I don't seem to run into.</p>
<h3 id="do-you-have-a-favourite-virtualisation-tech">Do you have a favourite virtualisation tech?</h3>
<p>KVM (via <a href="https://virt-manager.org/">virt-manager</a>). I like that it's built-in, powerful, and easy to use.</p>
<h3 id="whats-the-weirdest-thing-youve-ever-planted">Whats the weirdest thing youve ever planted?</h3>
<p><a href="pineapples.html">Pineapples</a>!</p>
<h3 id="whats-your-favourite-instrumental-song-or-if-you-dont-have-one-whats-your-least-favourite-instrumental-song-if-you-dont-have-one-whats-your-favourite-instrumental-song">Whats your favourite instrumental song? Or if you dont have one, whats your <em>least</em> favourite instrumental song? If you dont have one, whats your favourite instrumental song?</h3>
<p><a href="https://www.youtube.com/watch?v=_mR97T3lWD4">Wrong Love by Ralph Novell (Alphazone Remix)</a>. Perhaps not a typical instrumental song, but I like electronic music and a lot of it is instrumental in a way.</p>
<h3 id="have-you-lied-in-any-of-these-questions">Have you lied in any of these questions?</h3>
<p>Who could say.</p>
{{ footer(generated, 0) }}
</td>
</tr>
</table>
</body>
</html>