- ID de exploración:
- fa0f29ef-a389-481a-bb9f-02c0c7b3ccd4Finalizado
- URL enviada:
- https://theweeklymiscellaneous.co.uk/
- Informe finalizado:
Enlaces: 8 encontrados
Los enlaces salientes identificados en la página
Enlace | TEXTO |
---|---|
https://tech.lgbt/@sitcom_nemesis | |
https://gohugo.io | Hugo |
https://github.com/lukeorth/poison | poison |
https://nownownow.com/about | Derek Sivers |
https://www.goodreads.com/book/show/52859467-maker-workshop | Maker Workshop |
https://www.reddit.com/r/webdev/comments/1b14bty/netlify_just_sent_me_a_104k_bill_for_a_simple/ | |
https://news.ycombinator.com/item?id=39520776 | Hacker News |
https://www.youtube.com/watch?v=9Sm4w9NIeJI | thereby showing Dan Povenmire knows something about the universe the rest of us don’t |
Variables JavaScript: 6 encontradas
Las variables JavaScript globales cargadas en el objeto de ventana de una página son variables declaradas fuera de las funciones y a las que se puede acceder desde cualquier lugar del código en el ámbito actual
Nombre | Tipo |
---|---|
0 | object |
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
katex | object |
renderMathInElement | function |
Mensajes de registro de la consola: 0 encontrados
Mensajes registrados en la consola web
HTML
El cuerpo HTML sin procesar de la página
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb"><head>
<script defer="" language="javascript" type="text/javascript" src="/js/bundle.min.36e9304391cffd99a9724b05b48cc05e0351d83a6e55b55e90b30d58a80212a8.js"></script>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="/favicon.ico">
<!-- Open Graph image and Twitter Card metadata -->
<title itemprop="name">The Weekly Miscellaneous</title>
<meta property="og:title" content="The Weekly Miscellaneous">
<meta name="twitter:title" content="The Weekly Miscellaneous">
<meta itemprop="name" content="The Weekly Miscellaneous">
<meta name="application-name" content="The Weekly Miscellaneous">
<meta property="og:site_name" content="The Weekly Miscellaneous">
<meta name="description" content="A blog about many things, updated <s>weekly</s> whenever">
<meta itemprop="description" content="A blog about many things, updated <s>weekly</s> whenever">
<meta property="og:description" content="A blog about many things, updated <s>weekly</s> whenever">
<meta name="twitter:description" content="A blog about many things, updated <s>weekly</s> whenever">
<base href="https://theweeklymiscellaneous.co.uk/">
<link rel="canonical" href="https://theweeklymiscellaneous.co.uk/" itemprop="url">
<meta name="url" content="https://theweeklymiscellaneous.co.uk/">
<meta name="twitter:url" content="https://theweeklymiscellaneous.co.uk/">
<meta property="og:url" content="https://theweeklymiscellaneous.co.uk/">
<meta property="og:updated_time" content="2024-11-23T00:00:00Z">
<link rel="sitemap" type="application/xml" title="Sitemap" href="https://theweeklymiscellaneous.co.uk/sitemap.xml">
<link rel="alternate" href="https://theweeklymiscellaneous.co.uk/index.xml" type="application/rss+xml" title="The Weekly Miscellaneous">
<meta name="robots" content="noindex,nofollow">
<meta name="googlebot" content="noindex,nofollow">
<meta property="fb:admins" content="">
<meta name="apple-mobile-web-app-title" content="The Weekly Miscellaneous">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="generator" content="Hugo 0.139.0">
<link type="text/css" rel="stylesheet" href="/css/bundle.min.5dfc91e7f5634442306028ad57414c557e8a56283387015d48e94af7598b3e51.css">
<style>
body {
--sidebar-bg-color: #1d2f30;
--sidebar-img-border-color: #515151;
--sidebar-p-color: #909090;
--sidebar-h1-color: #FFF;
--sidebar-a-color: #FFF;
--sidebar-socials-color: #FFF;
--text-color: #222;
--bkg-color: #374f4d;
--post-title-color: #303030;
--list-color: #5a5a5a;
--link-color: #2832c2;
--date-color: #515151;
--table-border-color: #E5E5E5;
--table-stripe-color: #F9F9F9;
--code-color: #000;
--code-background-color: #E5E5E5;
--code-block-color: #fff;
--code-block-background-color: #272822;
--moon-sun-color: #FFF;
--moon-sun-background-color: #515151;
}
body.dark-theme {
--text-color: #cccccc;
--bkg-color: #0d1f20;
--post-title-color: #DBE2E9;
--list-color: #9d9d9d;
--link-color: #268bd2;
--date-color: #9a9a9a;
--table-border-color: #515151;
--table-stripe-color: #202020;
--code-color: #fff;
--code-background-color: #515151;
--code-block-color: #fff;
--code-block-background-color: #272822;
}
body {
background-color: var(--bkg-color);
}
</style>
</head>
<body class="">
<div class="wrapper">
<aside class="sidebar">
<div class="container sidebar-sticky">
<div class="light-dark" align="right">
<button class="btn-light-dark" title="Toggle light/dark mode">
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16" style="display: block;">
<path fill="currentColor" d="M6 .278a.768.768 0 0 1 .08.858a7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277c.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316a.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71C0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278z"></path>
</svg>
<svg class="sun" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16" style="display: none;">
<path fill="currentColor" d="M8 12a4 4 0 1 0 0-8a4 4 0 0 0 0 8zM8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0zm0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13zm8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zM3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8zm10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0zm-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707zM4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708z"></path>
</svg>
</button>
</div>
<div class="sidebar-about">
<h1 class="brand">
<a href="https://theweeklymiscellaneous.co.uk/">
<h1>The Weekly Miscellaneous</h1>
</a>
</h1>
<p class="lead">
A blog about many things, updated <s>weekly</s> whenever
</p>
</div>
<nav>
<ul class="sidebar-nav">
<li class="heading">
<a href="/about/">About</a>
</li>
<li class="heading">
<a href="/now">Now</a>
</li>
<li class="heading">
<a href="/blogroll">Blogroll</a>
</li>
<li class="heading">
<a href="/contact">Contact</a>
</li>
<li class="heading">
<a href="/privacy-policy/">Privacy Policy</a>
</li>
</ul>
</nav>
<a target="_blank" class="social" rel="me" title="Mastodon" href="https://tech.lgbt/@sitcom_nemesis">
<svg xmlns="http://www.w3.org/2000/svg" width="1.2em" height="1.2em" viewBox="0 0 24 24">
<path fill="currentColor" d="M20.94 14c-.28 1.41-2.44 2.96-4.97 3.26c-1.31.15-2.6.3-3.97.24c-2.25-.11-4-.54-4-.54v.62c.32 2.22 2.22 2.35 4.03 2.42c1.82.05 3.44-.46 3.44-.46l.08 1.65s-1.28.68-3.55.81c-1.25.07-2.81-.03-4.62-.5c-3.92-1.05-4.6-5.24-4.7-9.5l-.01-3.43c0-4.34 2.83-5.61 2.83-5.61C6.95 2.3 9.41 2 11.97 2h.06c2.56 0 5.02.3 6.47.96c0 0 2.83 1.27 2.83 5.61c0 0 .04 3.21-.39 5.43M18 8.91c0-1.08-.3-1.91-.85-2.56c-.56-.63-1.3-.96-2.23-.96c-1.06 0-1.87.41-2.42 1.23l-.5.88l-.5-.88c-.56-.82-1.36-1.23-2.43-1.23c-.92 0-1.66.33-2.23.96C6.29 7 6 7.83 6 8.91v5.26h2.1V9.06c0-1.06.45-1.62 1.36-1.62c1 0 1.5.65 1.5 1.93v2.79h2.07V9.37c0-1.28.5-1.93 1.51-1.93c.9 0 1.35.56 1.35 1.62v5.11H18V8.91Z"></path>
</svg>
</a>
<a target="_blank" class="social" title="RSS Feed" href="/index.xml">
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1.2em" viewBox="0 0 1280.000000 1280.000000">
<g transform="translate(0.000000,1280.000000) scale(0.100000,-0.100000)" fill="currentColor">
<path d="M2295 11929 c-284 -12 -642 -45 -707 -65 -17 -5 -18 -63 -18 -1039 0 -569 4 -1036 8 -1039 5 -3 74 6 153 19 510 86 1168 95 1789 25 1348 -153 2602 -677 3670 -1531 385 -308 820 -744 1126 -1129 842 -1060 1362 -2313 1514 -3650 70 -621 61 -1279 -25 -1789 -13 -79 -22 -148 -19 -153 3 -4 471 -8 1039 -8 l1035 0 5 23 c51 225 85 942 67 1419 -23 605 -77 1044 -198 1617 -294 1400 -927 2734 -1823 3846 -1043 1295 -2364 2259 -3909 2854 -1158 447 -2451 656 -3707 600z"></path>
<path d="M2255 7845 c-269 -25 -620 -81 -667 -106 -17 -9 -18 -55 -18 -899 0 -706 3 -890 13 -890 6 0 66 18 132 41 130 44 288 79 467 105 154 21 577 30 749 15 1207 -107 2267 -823 2814 -1902 166 -327 268 -637 330 -1001 38 -227 48 -384 42 -662 -8 -348 -44 -590 -126 -831 -23 -66 -41 -126 -41 -132 0 -10 184 -13 890 -13 844 0 890 1 899 18 27 50 88 452 110 725 14 162 14 624 1 782 -59 703 -233 1323 -545 1945 -481 956 -1313 1788 -2270 2268 -620 310 -1239 483 -1940 542 -165 14 -669 10 -840 -5z"></path>
<path d="M2519 3815 c-391 -66 -725 -336 -868 -703 -79 -201 -96 -462 -45 -677 83 -344 338 -641 666 -774 116 -47 205 -69 330 -80 412 -39 811 153 1040 500 193 292 240 648 128 981 -135 403 -492 699 -914 757 -100 14 -241 12 -337 -4z"></path>
</g>
</svg>
</a>
<p class="footnote">
powered by <a target="_blank" href="https://gohugo.io">Hugo</a> | themed with <a target="_blank" href="https://github.com/lukeorth/poison">poison</a>
<br>
© 2024 The Weekly Miscellaneous. All rights reserved.
</p>
</div>
</aside>
<main class="content container">
<div class="posts">
<article class="post">
<div class="info">
<h1 class="post-title">
<a href="https://theweeklymiscellaneous.co.uk/posts/2024/11/blog-updates/">Blog Updates</a>
</h1>
<div class="headline">
<div>
<time datetime=" 2024-11-18T00:00:00Z" class="post-date">
November 18, 2024
</time>
<span> - </span>
<span class="reading-time">
<span>1 min read</span>
</span>
</div>
</div>
</div>
<p>Earlier today a friend on IRC alerted me to an issue with downloading this blog’s feed. I found some misconfigurations in the blog’s code and fixed them. If you have had difficulty getting my blog to work with RSS, it is worth trying to re-add the subscription. I may post a full write-up later.</p>
<p>I have also added some new pages to this blog:</p>
<ol>
<li>An <a href="/about">About Me</a> page.</li>
<li>A <a href="/contact">Contact</a> page.</li>
<li>A <a href="/now">Now</a> page, as recommended by <a href="https://nownownow.com/about" target="_blank">Derek Sivers</a>.</li>
</ol>
<p>Feel free to check them out!</p>
</article>
<article class="post">
<div class="info">
<h1 class="post-title">
<a href="https://theweeklymiscellaneous.co.uk/posts/2024/10/do-you-want-to-see-my-robot-arm/">Do you want to see my robot arm?</a>
</h1>
<div class="headline">
<div>
<time datetime=" 2024-10-07T19:00:00Z" class="post-date">
October 7, 2024
</time>
<span> - </span>
<span class="reading-time">
<span>5 mins read</span>
</span>
</div>
</div>
</div>
<p>A while ago I came across the book <a href="https://www.goodreads.com/book/show/52859467-maker-workshop" target="_blank"><em>Maker Workshop</em></a> and within it found instructions on how to build a hydraulic robot arm. Being made out of cardboard and wood, it’s more of a craft project than a usable arm, but I nonetheless felt it was a cool piece of kit and wanted to have one of my own.</p>
<p>The book seems to be made for kids, so there’s plenty of sections where they advise you to grab an adult to handle some of the pointier tools. Realising that I <em>am</em> the adult here, yet had barely handled some of these tools and <a href="/posts/2023/06/diy-lessons-i-learned-the-hard-way/">had a few painful DIY failures behind me</a>, felt like an apt metaphor for Millennial life. I told myself that if a kid could do this project then so can I, gathered the tools in late June, and once or twice a week I tackled a new step.</p>
<p>
<img src="/images/2024/robot-arm/robot-arm-demo.jpg" alt="The robot arm, as presented in the Maker Workshop book">
</p>
<div class="read-more-link">
<a href="/posts/2024/10/do-you-want-to-see-my-robot-arm/">Read More…</a>
</div>
</article>
<article class="post">
<div class="info">
<h1 class="post-title">
<a href="https://theweeklymiscellaneous.co.uk/posts/2024/03/it-pays-to-be-paranoid/">Apparently, my paranoia was justified</a>
</h1>
<div class="headline">
<div>
<time datetime=" 2024-03-02T10:00:00Z" class="post-date">
March 2, 2024
</time>
<span> - </span>
<span class="reading-time">
<span>1 min read</span>
</span>
</div>
</div>
</div>
<p><a href="/posts/2024/01/first-post.md">In my previous post</a> I mentioned that I was at risk of being left with a huge bill on my tiny blog if it went viral. At the time I thought this might be yet more of my extensive paranoia or perhaps a tendency towards overcomplicating things.</p>
<p>Welp, there was a <a href="https://www.reddit.com/r/webdev/comments/1b14bty/netlify_just_sent_me_a_104k_bill_for_a_simple/" target="_blank">Reddit</a>/<a href="https://news.ycombinator.com/item?id=39520776" target="_blank">Hacker News</a> post of this exact thing happening to someone.</p>
<p>Be <strong>very</strong> careful when using serverless for your personal site, everyone.</p>
<div class="read-more-link">
<a href="/posts/2024/03/it-pays-to-be-paranoid/">Read More…</a>
</div>
</article>
<article class="post">
<div class="info">
<h1 class="post-title">
<a href="https://theweeklymiscellaneous.co.uk/posts/2024/01/first-post/">Revamping the Blog</a>
</h1>
<div class="headline">
<div>
<time datetime=" 2024-01-20T21:00:00Z" class="post-date">
January 20, 2024
</time>
<span> - </span>
<span class="reading-time">
<span>9 mins read</span>
</span>
</div>
</div>
</div>
<p>Right. So, this blog… has not been updated in a little while, contrary to the promise of the name, and my best intentions last year. However, you may have noticed a few other changes. For example:</p>
<ol class="lettered-list">
<li>You might have noticed that the blog was down for a short while<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup></li>
<li>There is an update to the styling, most notably in the form of the addition of a dark-mode button, and slightly janky mobile responsiveness<sup id="fnref:2"><a href="#fn:2" class="footnote-ref" role="doc-noteref">2</a></sup>, and</li>
<li>If you’re the sort of person who pings websites for fun, you’ll notice the IP has changed. Actually, if you’ve been looking <strong>really</strong> closely, you’ll have noticed that the IP has changed quite a few times.</li>
</ol>
<p>In the background I’ve been revamping it a little - most notably, moving it from WordPress to static site generation. And moving the writing cadence from “write about whatever on a fixed schedule” to “write mostly about tech on a free-floating schedule”. The fixed-schedule idea got rather stressful after a while 😁 .</p>
<div class="read-more-link">
<a href="/posts/2024/01/first-post/">Read More…</a>
</div>
</article>
<article class="post">
<div class="info">
<h1 class="post-title">
<a href="https://theweeklymiscellaneous.co.uk/posts/2023/07/platypuses-are-really-weird-you-guys/">Platypuses are really weird, you guys</a>
</h1>
<div class="headline">
<div>
<time datetime=" 2023-07-30T22:52:00Z" class="post-date">
July 30, 2023
</time>
<span> - </span>
<span class="reading-time">
<span>3 mins read</span>
</span>
</div>
</div>
</div>
<div class="entry-content">
<p>I am drafting out a more serious post, but I am not quite ready to
publish it yet. I want to make sure I put the right amount of care in
the more serious posts.</p>
<p>So in the meantime let’s have a fun fact about the platypus, found
out through one of my frequent walks on Wikipedia. I knew previously
that the whole “duck-billed beaver-tailed” thing led people to
originally think it was fake, that the males had venomous spurs that
primarily caused pain so bad you couldn’t quell it with morphine, and
that they even glow teal in black light <a href="https://www.youtube.com/watch?v=9Sm4w9NIeJI">thereby showing Dan Povenmire knows something about the universe the rest of us don’t</a>.</p>
<div class="read-more-link">
<a href="/posts/2023/07/platypuses-are-really-weird-you-guys/">Read More…</a>
</div>
</div></article>
</div>
<hr>
<div class="footer">
<nav id="page-nav">
<span class="page-number current">1</span>
<a href="/page/2/">2</a>
<a href="/page/3/">3</a>
<a href="/page/2/" rel="next" class="extend next"> Next »</a>
</nav></div>
</main>
</div>
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8e9cf584098d384d',t:'MTczMjgyNDE4Mi4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script><iframe height="1" width="1" style="position: absolute; top: 0px; left: 0px; border: none; visibility: hidden;"></iframe>
</body></html>