2023-02-22 22:50:46 +01:00
<!DOCTYPE html>
2024-05-31 17:49:23 +02:00
< html lang = "en" >
2023-02-22 22:50:46 +01:00
2024-07-29 13:43:21 +02:00
< head >
< title > Paul' 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" / >
2023-02-22 22:50:46 +01:00
2024-05-31 17:49:23 +02:00
< 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 = "" >
< meta property = "og:title" content = "Welcome | Paul's Site of Stuff" >
< meta property = "og:type" content = "website" >
< meta property = "og:url" content = "https://paulwilde.uk/" >
< meta name = "twitter:card" content = "summary_large_image" >
< meta name = "twitter:description" content = "" >
< meta name = "twitter:title" content = "Welcome | Paul's Site of Stuff" >
< meta property = "twitter:domain" content = "paulwilde.uk" >
< meta property = "twitter:url" content = "https://paulwilde.uk/" >
2024-07-29 15:12:30 +02:00
< link rel = "alternate" type = "application/atom+xml" title = "RSS" href = "https://paulwilde.uk/atom.xml" >
2024-07-29 13:43:21 +02:00
< link rel = "shortcut icon" type = "image/png" href = "/favicon.png" >
2024-07-29 17:28:56 +02:00
< script defer data-domain = "paulwilde.uk" src = "https://plausible.io/js/script.js" > < / script >
< / head >
2024-07-29 13:43:21 +02:00
< 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' 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 >
2023-02-22 22:50:46 +01:00
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 >
2024-07-29 15:12:30 +02:00
2024-05-31 17:49:23 +02:00
2024-07-29 13:43:21 +02:00
< div class = "home-content" >
2024-08-23 16:15:02 +02:00
< h3 id = "welcome" > Welcome< / h3 >
2023-02-22 22:50:46 +01:00
< ul >
< li > IT Professional< / li >
< li > Husband< / li >
< li > Cat feeder< / li >
< li > Dog walker< / li >
< li > Open Source Enthusiast< / li >
< li > Baker & Eater< / li >
< li > Webmaster< / li >
< li > Postmaster< / li >
< li > Hobbyist Musician< / li >
< / ul >
2024-08-23 16:15:02 +02:00
< 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 >
2024-07-29 13:43:21 +02:00
< / div >
2024-05-31 17:49:23 +02:00
2024-05-31 18:04:49 +02:00
2024-07-29 13:43:21 +02:00
< footer class = "footer" >
< div class = "footer__inner" >
< a href = "https://notnull.space/@paul" rel = "me" > fediverse (gts)< / a >
< a href = "https://snac.notnull.space/paul" rel = "me" > fediverse (snac)< / a >
< a href = "https://codeberg.org/pswilde" rel = "me" > codeberg< / a >
< a href = "https://keyoxide.org/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:04:49 +02:00
< / div >
2024-07-29 13:43:21 +02:00
< / body >
2023-02-22 22:50:46 +01:00
< / html >