web/ponderings/page/2/index.html

458 lines
13 KiB
HTML
Raw Normal View History

2024-05-31 17:49:23 +02:00
<!DOCTYPE html>
<html lang="en">
2024-07-29 13:43:21 +02:00
<head>
<title>Paul&#x27;s Site of Stuff</title>
2024-05-31 17:49:23 +02:00
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="robots" content="noodp"/>
<link rel="stylesheet" href="https://paulwilde.uk/style.css">
<link rel="stylesheet" href="https://paulwilde.uk/color/orange.css">
<link rel="stylesheet" href="https://paulwilde.uk/color/background_blue.css">
2024-07-29 13:43:21 +02:00
<link rel="stylesheet" href="https://paulwilde.uk/font-hack-subset.css">
2024-05-31 17:49:23 +02:00
<meta name="description" content="">
<meta property="og:description" content="">
2024-07-29 13:43:21 +02:00
<meta property="og:title" content="Ponderings | Paul's Site of Stuff">
2024-05-31 17:49:23 +02:00
<meta property="og:type" content="website">
<meta property="og:url" content="https://paulwilde.uk/ponderings/">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:description" content="">
2024-07-29 13:43:21 +02:00
<meta name="twitter:title" content="Ponderings | Paul's Site of Stuff">
2024-05-31 17:49:23 +02:00
<meta property="twitter:domain" content="paulwilde.uk">
<meta property="twitter:url" content="https://paulwilde.uk/ponderings/">
2024-07-29 13:43:21 +02:00
<link rel="shortcut icon" type="image/png" href="/favicon.png">
</head>
<body class="">
<div class="container">
2024-05-31 17:49:23 +02:00
2024-07-29 13:43:21 +02:00
<header class="header">
<div class="header__inner">
<div class="header__logo">
2024-05-31 17:49:23 +02:00
2024-07-29 13:43:21 +02:00
<a href="https://paulwilde.uk" style="text-decoration: none;">
<div class="logo">
Hello, I&#x27;m Paul
</div>
</a>
2024-05-31 17:49:23 +02:00
</div>
2024-07-29 13:43:21 +02:00
</div>
2024-05-31 17:49:23 +02:00
2024-07-29 13:43:21 +02:00
<nav class="menu">
2024-05-31 17:49:23 +02:00
<ul class="menu__inner">
<li><a href="/">home</a></li>
<li><a href="/aboutme">about me</a></li>
<li><a href="/ponderings">ponderings</a></li>
2024-07-29 13:43:21 +02:00
<li><a href="/iuse">i use …</a></li>
2024-05-31 17:49:23 +02:00
<li><a href="/tags">tags</a></li>
2024-07-29 13:44:39 +02:00
<li><a href="/atom.xml">rss</a></li>
2024-05-31 17:49:23 +02:00
</ul>
</nav>
2024-07-29 13:43:21 +02:00
</header>
<div class="content">
<div class="posts">
<div class="post on-list">
<h1 class="post-title"><a href="https://paulwilde.uk/ponderings/toolsiuse/">I Use …</a></h1>
2024-05-31 18:02:09 +02:00
<div class="post-meta-inline">
<span class="post-date">
2024-07-29 13:43:21 +02:00
2021-08-17
2024-05-31 18:02:09 +02:00
</span>
</div>
<span class="post-tags-inline">
:: tags:&nbsp;
2024-07-29 13:43:21 +02:00
<a class="post-tag" href="https://paulwilde.uk/tags/iuse/">#iuse</a>&nbsp;
<a class="post-tag" href="https://paulwilde.uk/tags/me/">#me</a>&nbsp;
<a class="post-tag" href="https://paulwilde.uk/tags/tech/">#tech</a></span>
2024-05-31 18:02:09 +02:00
2024-07-29 13:43:21 +02:00
2024-05-31 18:02:09 +02:00
<div class="post-content">
2024-07-29 13:43:21 +02:00
<p>In the interest of sharing interesting information, I thought I'd create this page to list some of my favourite software packages and tools.<br />
This list is by no means complete as, if you're like me you'll understand, I use hundreds of software packages.</p>
<p>For PC/Laptop :</p>
<ul>
<li>Operating System
<ul>
<li><a href="https://archlinux.org">Arch Linux</a></li>
<li><a href="https://github.com/baskerville/bspwm">bspwm</a></li>
</ul>
2024-05-31 18:02:09 +02:00
</div>
<div>
<!-- &#xFE0E; -- force text style - some devices render this as emoji -->
2024-07-29 13:43:21 +02:00
<a class="read-more button" href="https://paulwilde.uk/ponderings/toolsiuse/">
2024-05-31 18:02:09 +02:00
<span class="button__text">Read more</span>&nbsp;
<span class="button__icon">&#8617;&#xFE0E;</span>
</a>
</div>
2024-07-29 13:43:21 +02:00
</div>
<div class="post on-list">
2024-05-31 18:02:09 +02:00
2024-07-29 13:43:21 +02:00
<h1 class="post-title"><a href="https://paulwilde.uk/ponderings/mailautoconf/">Mailautoconf</a></h1>
2024-05-31 17:49:23 +02:00
<div class="post-meta-inline">
<span class="post-date">
2024-07-29 13:43:21 +02:00
2021-08-17
2024-05-31 17:49:23 +02:00
</span>
</div>
<span class="post-tags-inline">
:: tags:&nbsp;
2024-07-29 13:43:21 +02:00
<a class="post-tag" href="https://paulwilde.uk/tags/development/">#development</a>&nbsp;
<a class="post-tag" href="https://paulwilde.uk/tags/email/">#email</a></span>
2024-05-31 17:49:23 +02:00
2024-07-29 13:43:21 +02:00
2024-05-31 17:49:23 +02:00
<div class="post-content">
2024-07-29 13:43:21 +02:00
<h3 id="a-simple-configurable-autodiscover-autoconfig-service-for-distributed-and-self-hosted-services">A simple, configurable autodiscover/autoconfig service for distributed and self-hosted services.</h3>
<h3 id="what-is-mailautoconf">What is MailAutoConf?</h3>
<p>MailAutoConf is autodiscover/autoconfig web server for self-hosted mail services
which do not have their own autodiscover service.</p>
2024-05-31 17:49:23 +02:00
</div>
<div>
<!-- &#xFE0E; -- force text style - some devices render this as emoji -->
2024-07-29 13:43:21 +02:00
<a class="read-more button" href="https://paulwilde.uk/ponderings/mailautoconf/">
2024-05-31 17:49:23 +02:00
<span class="button__text">Read more</span>&nbsp;
<span class="button__icon">&#8617;&#xFE0E;</span>
</a>
</div>
2024-07-29 13:43:21 +02:00
</div>
<div class="post on-list">
2024-05-31 17:49:23 +02:00
2024-07-29 13:43:21 +02:00
<h1 class="post-title"><a href="https://paulwilde.uk/ponderings/skeletor/">St Skeletor&#x27;s Day</a></h1>
2024-05-31 17:49:23 +02:00
<div class="post-meta-inline">
<span class="post-date">
2024-07-29 13:43:21 +02:00
2021-08-03
2024-05-31 17:49:23 +02:00
</span>
</div>
<span class="post-tags-inline">
:: tags:&nbsp;
2024-07-29 13:43:21 +02:00
<a class="post-tag" href="https://paulwilde.uk/tags/website/">#website</a></span>
2024-05-31 17:49:23 +02:00
2024-07-29 13:43:21 +02:00
<div class="post-content">
<p>St Skeletor's Day<br />
February 15th<br />
Every Year</p>
</div>
</div>
<div class="post on-list">
<h1 class="post-title"><a href="https://paulwilde.uk/ponderings/rossrates/">Ross Rates</a></h1>
<div class="post-meta-inline">
2024-05-31 17:49:23 +02:00
2024-07-29 13:43:21 +02:00
<span class="post-date">
2021-04-06
</span>
2024-05-31 17:49:23 +02:00
</div>
2024-07-29 13:43:21 +02:00
<span class="post-tags-inline">
:: tags:&nbsp;
<a class="post-tag" href="https://paulwilde.uk/tags/website/">#website</a></span>
<div class="post-content">
<p>Rate Stuff with Ross, quite simple.</p>
</div>
</div>
<div class="post on-list">
<h1 class="post-title"><a href="https://paulwilde.uk/ponderings/basicdough/">Basic Dough Recipe</a></h1>
<div class="post-meta-inline">
<span class="post-date">
2021-04-01
</span>
2024-05-31 17:49:23 +02:00
</div>
2024-07-29 13:43:21 +02:00
<span class="post-tags-inline">
:: tags:&nbsp;
<a class="post-tag" href="https://paulwilde.uk/tags/dough/">#dough</a>&nbsp;
<a class="post-tag" href="https://paulwilde.uk/tags/recipes/">#recipes</a></span>
<div class="post-content">
<p>If you have a bread maker:</p>
<ol>
<li>add the water, salt, sugar, herbs, oil, flour and yeast/sourdough starter
<strong>IN THAT ORDER</strong> to the bread maker's container.
<ul>
<li>You <em>must</em> add them in that order, or at least water first else the
mixture will not mix correctly.</li>
</ul>
</li>
<li>set the bread maker to its "dough" setting and set it going - job done!<br />
(P.S. you can just use this same recipe as a regular bread too - just set the
bread maker to the regular "bread" mode)</li>
<li>At this point I normally transfer the dough to a suitable container and
cover it to let it rise.</li>
</ol>
<p>Without a bread maker:</p>
<ol>
<li>add the flour, salt, sugar, herbs and yeast/sourdough starter to the
large mixing bowl and dry mix them all together.</li>
<li>form a well in the middle of the flour mixture and slowly pour in the
water bit by bit, mixing the flour mixture into the water as you go</li>
<li>continue to mix the flour and water mixture, you're going to need to use
your hands, but give it a good mix until everything is mixed together well.
<ul>
<li>you want the dough to still be a bit wet, so if it's dry, add a bit more
water</li>
</ul>
</li>
<li>dust the large chopping board with flour and turn out the wet-ish dough
ball onto the board.</li>
<li>Knead the dough, <em>a lot!</em> Just keep kneading, adding more flour if
necessary.
<ul>
<li>As you knead you'll noticed the dough ball become more smooth and
springy, but it will also feel "stronger"</li>
</ul>
</li>
<li>Once the ball is nice and firm, but still springy, place it into a suitable
container and cover to let it rise.</li>
</ol>
<p>After a few hours of rising time (longer if you're using sourdough starter)
your dough will, hopefully, have risen enormously. You can now use it.
I'll be adding recipes for <a href="/recipes/">pizzas</a>, <a href="/recipes/">naans</a> and other
things that use this dough here, eventually.</p>
</div>
</div>
<div class="post on-list">
2024-05-31 17:49:23 +02:00
2024-07-29 13:43:21 +02:00
<h1 class="post-title"><a href="https://paulwilde.uk/ponderings/unphoneticabc/">Unphonetic ABC</a></h1>
2024-05-31 17:49:23 +02:00
<div class="post-meta-inline">
<span class="post-date">
2024-07-29 13:43:21 +02:00
2021-04-01
2024-05-31 17:49:23 +02:00
</span>
</div>
<span class="post-tags-inline">
:: tags:&nbsp;
2024-07-29 13:43:21 +02:00
<a class="post-tag" href="https://paulwilde.uk/tags/website/">#website</a></span>
2024-05-31 17:49:23 +02:00
2024-07-29 13:43:21 +02:00
<div class="post-content">
<p>A website directory of all words that can be associated with their letters by <em>not</em>
sounding as their corresponding letter should do.</p>
2024-05-31 17:49:23 +02:00
</div>
2024-07-29 13:43:21 +02:00
</div>
<div class="post on-list">
<h1 class="post-title"><a href="https://paulwilde.uk/ponderings/bedfordandco/">Bedford &amp; Co</a></h1>
<div class="post-meta-inline">
<span class="post-date">
2021-04-01
</span>
2024-05-31 17:49:23 +02:00
</div>
2024-07-29 13:43:21 +02:00
<span class="post-tags-inline">
:: tags:&nbsp;
<a class="post-tag" href="https://paulwilde.uk/tags/website/">#website</a></span>
<div class="post-content">
<p>Simple single page website for a local accountancy business.
Has additional Vue.js implementation for news and exchange rates updates.</p>
</div>
</div>
<div class="post on-list">
2024-05-31 17:49:23 +02:00
2024-07-29 13:43:21 +02:00
<h1 class="post-title"><a href="https://paulwilde.uk/ponderings/wildeit/">Wilde IT</a></h1>
2024-05-31 17:49:23 +02:00
<div class="post-meta-inline">
<span class="post-date">
2024-07-29 13:43:21 +02:00
2021-04-01
2024-05-31 17:49:23 +02:00
</span>
</div>
<span class="post-tags-inline">
:: tags:&nbsp;
2024-07-29 13:43:21 +02:00
<a class="post-tag" href="https://paulwilde.uk/tags/website/">#website</a></span>
2024-05-31 17:49:23 +02:00
2024-07-29 13:43:21 +02:00
<div class="post-content">
<p>A local IT business website detailing available services.
Our business website.</p>
</div>
</div>
<div class="post on-list">
<h1 class="post-title"><a href="https://paulwilde.uk/ponderings/ltos/">The Lost Tin Opener Society</a></h1>
<div class="post-meta-inline">
2024-05-31 17:49:23 +02:00
2024-07-29 13:43:21 +02:00
<span class="post-date">
2021-03-31
</span>
2024-05-31 17:49:23 +02:00
</div>
2024-07-29 13:43:21 +02:00
<span class="post-tags-inline">
:: tags:&nbsp;
<a class="post-tag" href="https://paulwilde.uk/tags/website/">#website</a></span>
<div class="post-content">
<p>A spoof single page animation website of a secret society dedicated to finding all
lost tin openers.</p>
2024-05-31 17:49:23 +02:00
</div>
2024-07-29 13:43:21 +02:00
</div>
<div class="post on-list">
<h1 class="post-title"><a href="https://paulwilde.uk/ponderings/faces/">Noisy Faces</a></h1>
<div class="post-meta-inline">
<span class="post-date">
2021-03-31
</span>
2024-05-31 17:49:23 +02:00
2024-07-29 13:43:21 +02:00
</div>
<span class="post-tags-inline">
:: tags:&nbsp;
<a class="post-tag" href="https://paulwilde.uk/tags/website/">#website</a></span>
<div class="post-content">
<p>Just a very silly website with an animated face making sounds.<br />
Yeah, just that really. (The image is <em>not</em> me)</p>
</div>
</div>
<div class="pagination">
<div class="pagination__buttons">
<span class="button previous">
<a href="https://paulwilde.uk/ponderings/">
<span class="button__icon"></span>&nbsp;
<span class="button__text">Newer posts</span>
</a>
</span>
2024-05-31 17:49:23 +02:00
2024-07-29 13:43:21 +02:00
<span class="button next">
<a href="https://paulwilde.uk/ponderings/page/3/">
<span class="button__text">Older posts</span>&nbsp;
<span class="button__icon"></span>
</a>
</span>
2024-05-31 17:49:23 +02:00
</div>
</div>
</div>
2024-07-29 13:43:21 +02:00
</div>
2024-05-31 17:49:23 +02:00
2024-05-31 18:02:09 +02:00
2024-07-29 13:43:21 +02:00
<footer class="footer">
<div class="footer__inner">
<a href="https:&#x2F;&#x2F;notnull.space&#x2F;@paul" rel="me">fediverse (gts)</a>
<a href="https:&#x2F;&#x2F;snac.notnull.space&#x2F;paul" rel="me">fediverse (snac)</a>
<a href="https:&#x2F;&#x2F;codeberg.org&#x2F;pswilde" rel="me">codeberg</a>
<a href="https:&#x2F;&#x2F;keyoxide.org&#x2F;85633E30514CC1932E4268460ED12CF710BC42CA" rel="me">keyoxide</a>
</div>
<div class="footer__inner">
<div class="copyright">
<span>©
2024
Paul Wilde</span>
<span class="copyright-theme">
<span class="copyright-theme-sep">:: </span>
Theme: <a href="https://github.com/pawroman/zola-theme-terminimal/">Terminimal</a>
</span>
</div>
</div>
</footer>
2024-05-31 18:02:09 +02:00
</div>
2024-07-29 13:43:21 +02:00
</body>
2024-05-31 17:49:23 +02:00
</html>