show some ponderings on index
This commit is contained in:
parent
808b0849e7
commit
3ffff04ff5
1 changed files with 174 additions and 1 deletions
173
index.html
173
index.html
|
@ -92,6 +92,179 @@
|
|||
<li>Hobbyist Musician</li>
|
||||
</ul>
|
||||
|
||||
<hr/>
|
||||
<h3>Latest Ponderings: </h3>
|
||||
|
||||
|
||||
|
||||
<div class="post on-list">
|
||||
|
||||
<h1 class="post-title"><a href="https://paulwilde.uk/ponderings/norg/">Norg Backup Utility</a></h1>
|
||||
<div class="post-meta-inline">
|
||||
|
||||
<span class="post-date">
|
||||
2024-08-18
|
||||
</span>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<span class="post-tags-inline">
|
||||
:: tags:
|
||||
<a class="post-tag" href="https://paulwilde.uk/tags/backups/">#backups</a>
|
||||
<a class="post-tag" href="https://paulwilde.uk/tags/borgbackup/">#borgbackup</a>
|
||||
<a class="post-tag" href="https://paulwilde.uk/tags/development/">#development</a>
|
||||
<a class="post-tag" href="https://paulwilde.uk/tags/freebsd/">#freebsd</a>
|
||||
<a class="post-tag" href="https://paulwilde.uk/tags/linux/">#linux</a>
|
||||
<a class="post-tag" href="https://paulwilde.uk/tags/nim/">#nim</a>
|
||||
<a class="post-tag" href="https://paulwilde.uk/tags/tools/">#tools</a></span>
|
||||
|
||||
|
||||
|
||||
<div class="post-content">
|
||||
<h1 id="norg">Norg</h1>
|
||||
<p>A simple, portable, wrapper for the <a href="https://www.borgbackup.org">borg backup</a> and <a href="https://restic.net">restic</a> utilities written in Nim.</p>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<!-- ︎ -- force text style - some devices render this as emoji -->
|
||||
<a class="read-more button" href="https://paulwilde.uk/ponderings/norg/">
|
||||
<span class="button__text">Read more</span>
|
||||
<span class="button__icon">↩︎</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="post on-list">
|
||||
|
||||
<h1 class="post-title"><a href="https://paulwilde.uk/ponderings/batmon/">BatMon</a></h1>
|
||||
<div class="post-meta-inline">
|
||||
|
||||
<span class="post-date">
|
||||
2024-07-29
|
||||
</span>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<span class="post-tags-inline">
|
||||
:: tags:
|
||||
<a class="post-tag" href="https://paulwilde.uk/tags/development/">#development</a>
|
||||
<a class="post-tag" href="https://paulwilde.uk/tags/freebsd/">#freebsd</a>
|
||||
<a class="post-tag" href="https://paulwilde.uk/tags/linux/">#linux</a>
|
||||
<a class="post-tag" href="https://paulwilde.uk/tags/nim/">#nim</a>
|
||||
<a class="post-tag" href="https://paulwilde.uk/tags/tools/">#tools</a></span>
|
||||
|
||||
|
||||
|
||||
<div class="post-content">
|
||||
<p>A simple battery monitor tool that can notify you on battery status changes for FreeBSD.<br />
|
||||
Inspired by but in no way similar to <a href="https://github.com/electrickite/batsignal">batsignal</a> - inspiring the basic function only.
|
||||
Written in pure <a href="https://paulwilde.uk/ponderings/batmon/https/nim-lang.org">Nim</a>.</p>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<!-- ︎ -- force text style - some devices render this as emoji -->
|
||||
<a class="read-more button" href="https://paulwilde.uk/ponderings/batmon/">
|
||||
<span class="button__text">Read more</span>
|
||||
<span class="button__icon">↩︎</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="post on-list">
|
||||
|
||||
<h1 class="post-title"><a href="https://paulwilde.uk/ponderings/tootinstall-concept/">TootInstall</a></h1>
|
||||
<div class="post-meta-inline">
|
||||
|
||||
<span class="post-date">
|
||||
2024-07-29
|
||||
</span>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<span class="post-tags-inline">
|
||||
:: tags:
|
||||
<a class="post-tag" href="https://paulwilde.uk/tags/concept/">#concept</a>
|
||||
<a class="post-tag" href="https://paulwilde.uk/tags/humour/">#humour</a>
|
||||
<a class="post-tag" href="https://paulwilde.uk/tags/parody/">#parody</a>
|
||||
<a class="post-tag" href="https://paulwilde.uk/tags/protocols/">#protocols</a>
|
||||
<a class="post-tag" href="https://paulwilde.uk/tags/rfc/">#rfc</a>
|
||||
<a class="post-tag" href="https://paulwilde.uk/tags/tech/">#tech</a></span>
|
||||
|
||||
|
||||
|
||||
<div class="post-content">
|
||||
<h2 id="tootinstall-concept">TootInstall Concept</h2>
|
||||
<h3 id="status-of-this-memo">Status of this Memo</h3>
|
||||
<p>This memo defines a conceptual protocol for software build and install scripts
|
||||
for varying platforms published via Fediverse (ActivityPub i.e Mastodon, et al) posts.</p>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<!-- ︎ -- force text style - some devices render this as emoji -->
|
||||
<a class="read-more button" href="https://paulwilde.uk/ponderings/tootinstall-concept/">
|
||||
<span class="button__text">Read more</span>
|
||||
<span class="button__icon">↩︎</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="/ponderings">More ponderings...</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue