2024-05-31 18:02:09 +02:00
<!DOCTYPE html>
< html lang = "en" >
2024-07-29 13:43:21 +02:00
< head >
< title > Wholesome Errors | Paul' s Site of Stuff< / title >
2024-05-31 18:02:09 +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 18:02:09 +02:00
< meta name = "description" content = "" >
< meta property = "og:description" content = "" >
< meta property = "og:title" content = "Wholesome Errors | Paul's Site of Stuff" >
< meta property = "og:type" content = "article" >
< meta property = "og:url" content = "https://paulwilde.uk/ponderings/errors/" >
< meta name = "twitter:card" content = "summary_large_image" >
< meta name = "twitter:description" content = "" >
< meta name = "twitter:title" content = "Wholesome Errors | Paul's Site of Stuff" >
< meta property = "twitter:domain" content = "paulwilde.uk" >
< meta property = "twitter:url" content = "https://paulwilde.uk/ponderings/errors/" >
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 18:02:09 +02:00
2024-07-29 13:43:21 +02:00
< header class = "header" >
< div class = "header__inner" >
< div class = "header__logo" >
2024-05-31 18:02:09 +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 18:02:09 +02:00
< / div >
2024-07-29 13:43:21 +02:00
< / div >
2024-05-31 18:02:09 +02:00
2024-07-29 13:43:21 +02:00
< nav class = "menu" >
2024-05-31 18:02:09 +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 18:02:09 +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 18:02:09 +02:00
< / ul >
< / nav >
2024-07-29 13:43:21 +02:00
< / header >
2024-05-31 18:02:09 +02:00
< div class = "post" >
< h1 class = "post-title" > < a href = "https://paulwilde.uk/ponderings/errors/" > Wholesome Errors< / a > < / h1 >
< div class = "post-meta-inline" >
< span class = "post-date" >
2024-02-02
< / span >
< / div >
< span class = "post-tags-inline" >
:: tags:
< a class = "post-tag" href = "https://paulwilde.uk/tags/website/" > #website< / a > < / span >
2024-07-29 13:43:21 +02:00
< div class = "hero" style = "max-height:300px;overflow:hidden;" >
< img style = "width:100%" src = "/images/websites/errors.png" / >
< / div >
< div class = "weblink" >
< a href = "https://errors.notnull.space" target = "_blank" > visit site< / a >
< / div >
2024-05-31 18:02:09 +02:00
< div class = "post-content" >
2024-07-29 13:43:21 +02:00
< p > Your Friendly Error Code Index
2024-05-31 18:02:09 +02:00
Inspirational instructions for dealing with unhelpful error codes< / p >
< pre data-lang = "sh" style = "background-color:#212121;color:#eeffff;" class = "language-sh " > < code class = "language-sh" data-lang = "sh" > < span style = "color:#82aaff;" > ERROR< / span > < span style = "color:#89ddff;" > -< / span > < span style = "color:#f78c6c;" > 41< / span > < span style = "color:#82aaff;" > : Failure!
< / span > < / code > < / pre >
2024-07-29 13:43:21 +02:00
< p > Wouldn’ t it be great if there was something to tell you what to do about this error?!
2024-05-31 18:02:09 +02:00
Wouldn’ t it be great if it said< / p >
< pre data-lang = "sh" style = "background-color:#212121;color:#eeffff;" class = "language-sh " > < code class = "language-sh" data-lang = "sh" > < span style = "color:#82aaff;" > ERROR< / span > < span style = "color:#89ddff;" > -< / span > < span style = "color:#f78c6c;" > 41< / span > < span style = "color:#82aaff;" > : Sit by a lake
< / span > < / code > < / pre >
< p > instead?< / p >
< / div >
< div class = "pagination" >
< div class = "pagination__title" >
< span class = "pagination__title-h" > Thanks for reading! Read other posts?< / span >
< hr / >
< / div >
< div class = "pagination__buttons" >
< span class = "button previous" >
2024-07-29 13:43:21 +02:00
< a href = "https://paulwilde.uk/ponderings/geminicss/" >
2024-05-31 18:02:09 +02:00
< span class = "button__icon" > ←< / span >
2024-07-29 13:43:21 +02:00
< span class = "button__text" > Gemini.css< / span >
2024-05-31 18:02:09 +02:00
< / a >
< / span >
< / div >
< / div >
< / div >
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 >
2024-05-31 18:02:09 +02:00
< / html >