Open service 2a01:4ff:1f2:58a2::1:80 · notes.chun.si
2026-02-14 02:22
HTTP/1.1 302 Found Content-Type: text/html; charset=UTF-8 Location: https://notes.chun.si Omg: lol Status: 302 Found Via: 0.0 Caddy Date: Sat, 14 Feb 2026 02:22:32 GMT Content-Length: 0 Connection: close
Open service 2a01:4ff:1f2:58a2::1:80 · notes.chun.si
2026-01-24 12:52
HTTP/1.1 302 Found Content-Type: text/html; charset=UTF-8 Location: https://notes.chun.si Omg: lol Status: 302 Found Via: 0.0 Caddy Date: Sat, 24 Jan 2026 12:53:07 GMT Content-Length: 0 Connection: close
Open service 2a01:4ff:1f2:58a2::1:443 · notes.chun.si
2026-01-24 12:52
HTTP/1.1 200 OK
Access-Control-Allow-Headers: *
Access-Control-Allow-Origin: *
Alt-Svc: h3=":443"; ma=2592000
Cache-Control: no-store, no-cache, must-revalidate
Cached: false
Content-Type: text/html; charset=UTF-8
Date: Sat, 24 Jan 2026 12:52:38 GMT
Edge: usw-web-cipni
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Omg: lol
Permission-Policy: interest-cohort=(),browsing-topics=()
Pragma: no-cache
Set-Cookie: PHPSESSID=c76ce41e1d0e470b6d657dd7464026af; path=/
Set-Cookie: __Secure-neatnik=QPQ73yCZzL9i3l4TkDUz62A2fOaC9Zd7Gz7Dv2roT%2FeYDQZD7x%2BbMg4%3D; expires=Sun, 24 Jan 2027 12:52:37 GMT; Max-Age=31536000; path=/; secure; HttpOnly; SameSite=Lax; Secure
Strict-Transport-Security: max-age=31536000
Via: 1.1 Caddy
X-Content-Type-Options: nosniff
Connection: close
Transfer-Encoding: chunked
Page title: Max is typing... · Test post please ignore
<!DOCTYPE html>
<html lang="en">
<head>
<title>Max is typing... · Test post please ignore</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="alternate" type="application/rss+xml" title="RSS feed" href="/rss.xml">
<link rel="alternate" type="application/atom+xml" title="Atom feed" href="/atom.xml">
<link rel="alternate" type="application/json" title="JSON feed" href="/feed.json">
<style>
@import url('https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=DM+Serif+Display:ital@0;1&family=DM+Serif+Text:ital@0;1&display=swap');
@import url('https://static.omg.lol/type/fontawesome-free/css/all.css');
:root {
--foreground: #212529;
--background: #f8f9fa;
--link: #0b7285;
--accent: #868e96;
}
@media (prefers-color-scheme: dark) {
:root {
--foreground: #eee;
--background: #222;
--link: #99e9f2;
--accent: #ced4da;
}
}
/* Inline footnotes: https://john-doe.neocities.org/dist/style.css */
label {
cursor: pointer;
vertical-align: super;
line-height: 1;
font-size: .9em;
padding-left: .2em;
opacity: 0.5;
transition: opacity 0.3s ease;
padding: 4px;
}
label:hover {
opacity: 0.8;
}
label + input,
label + input + small {
display: none;
}
input:checked + small {
display: block;
padding: 0.5em 1em 0.5em 1em;
background-color: var(--accent);
margin: 16px;
color: var(--background);
}
/* External links: https://john-doe.neocities.org/dist/style.css */
a[href*="//"] {
text-decoration: underline;
position: relative; /* so the ::after can be positioned in relation to it */
}
a[href*="//"]::after {
content: "↗";
font-weight: 300;
font-size: 1em;
color: var(--foreground);
opacity: 0.25;
font-family: "DM Mono", monospace;
display: inline-block;
text-decoration: none;
/* this part visually lifts it out of the underline area */
position: relative;
top: -0.05em;
margin-left: 0.05em;
}
a[href*="//"]:hover:after {
color: var(--accent);
opacity: 1;
}
* {
box-sizing: border-box;
}
body {
font-family: 'DM Sans', sans-serif;
font-size: 120%;
color: var(--foreground);
background: var(--background);
}
header nav ul {
list-style-type: none;
margin: 0;
padding: 0;
}
header nav li {
display: inline-block;
}
header nav li a {
display: block;
text-decoration: none;
margin-right: 1em;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'DM Serif Text', serif;
margin: 1rem 0;
}
p, li {
line-height: 160%;
}
header, main, footer {
max-width: 60em;
margin: 2em auto;
padding: 0 1em;
}
header {
margin-top: 4em;
}
footer p {
margin-top: 5em;
font-size: 90%;
text-align: center;
}
a:link { color: var(--link); }
a:visited { color: var(--link); }
a:hover { color: var(--link); }
a:active { color: var(--link); }
.post-info, .post-tags {
font-size: 85%;
color: var(--accent);
text-align: right;
}
.post-info i:nth-child(2) {
margin-left: .75em;
}
.tag {
background: var(--accent);
color: var(--background) !important;
padding: .3em .4em;
margin: .8em 0 0 .4em;
border-radius: .5em;
text-decoration: none;
display: inline-block;
}
hr {
border: 0;
height: 1px;
background: #333;
margin: 2em 0;
}
code {
padding: .2em .3em;
border: 1px solid var(--accent);
white-space: pre-wrap;
word-wrap: break-word;
}
pre, code {
font-family: 'DM Mono';
font-size: 90%;
}
pre code {
background: #000;
color: #eee;
display: inline-block;
padding: 1em;
white-space: pre-wrap;
word-wrap: break-word;
}
img {
display: block;
width: auto;
height: auto;
max-width: 100%;
}
table {
border-collapse: collapse;
}
td, th {
padding: .75em;
text-align: left;
border: 1px solid var(--accent);
}
.weblog-title a {
text-decoration: none;
color: var(--foreground);
}
</style>
</he
Open service 2a01:4ff:1f2:58a2::1:443 · notes.chun.si
2026-01-10 20:24
HTTP/1.1 200 OK
Access-Control-Allow-Headers: *
Access-Control-Allow-Origin: *
Alt-Svc: h3=":443"; ma=2592000
Cache-Control: no-store, no-cache, must-revalidate
Cached: true
Content-Type: text/html; charset=UTF-8
Date: Sat, 10 Jan 2026 20:24:58 GMT
Edge: usw-web-cipni
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Omg: lol
Permission-Policy: interest-cohort=(),browsing-topics=()
Pragma: no-cache
Set-Cookie: PHPSESSID=861f6eaa4131bf53d6d3872a79a430d5; path=/
Set-Cookie: __Secure-neatnik=fVnOKXMhmakGikg5QIoEC4845ifLWyjpZQaLy%2Bbh3mk7TEHE7Ji%2BJww%3D; expires=Sun, 10 Jan 2027 20:24:58 GMT; Max-Age=31536000; path=/; secure; HttpOnly; SameSite=Lax; Secure
Strict-Transport-Security: max-age=31536000
Via: 1.1 Caddy
X-Content-Type-Options: nosniff
Connection: close
Transfer-Encoding: chunked
Page title: Max is typing... · Test post please ignore
<!DOCTYPE html>
<html lang="en">
<head>
<title>Max is typing... · Test post please ignore</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="alternate" type="application/rss+xml" title="RSS feed" href="/rss.xml">
<link rel="alternate" type="application/atom+xml" title="Atom feed" href="/atom.xml">
<link rel="alternate" type="application/json" title="JSON feed" href="/feed.json">
<style>
@import url('https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=DM+Serif+Display:ital@0;1&family=DM+Serif+Text:ital@0;1&display=swap');
@import url('https://static.omg.lol/type/fontawesome-free/css/all.css');
:root {
--foreground: #212529;
--background: #f8f9fa;
--link: #0b7285;
--accent: #868e96;
}
@media (prefers-color-scheme: dark) {
:root {
--foreground: #eee;
--background: #222;
--link: #99e9f2;
--accent: #ced4da;
}
}
/* Inline footnotes: https://john-doe.neocities.org/dist/style.css */
label {
cursor: pointer;
vertical-align: super;
line-height: 1;
font-size: .9em;
padding-left: .2em;
opacity: 0.5;
transition: opacity 0.3s ease;
padding: 4px;
}
label:hover {
opacity: 0.8;
}
label + input,
label + input + small {
display: none;
}
input:checked + small {
display: block;
padding: 0.5em 1em 0.5em 1em;
background-color: var(--accent);
margin: 16px;
color: var(--background);
}
/* External links: https://john-doe.neocities.org/dist/style.css */
a[href*="//"] {
text-decoration: underline;
position: relative; /* so the ::after can be positioned in relation to it */
}
a[href*="//"]::after {
content: "↗";
font-weight: 300;
font-size: 1em;
color: var(--foreground);
opacity: 0.25;
font-family: "DM Mono", monospace;
display: inline-block;
text-decoration: none;
/* this part visually lifts it out of the underline area */
position: relative;
top: -0.05em;
margin-left: 0.05em;
}
a[href*="//"]:hover:after {
color: var(--accent);
opacity: 1;
}
* {
box-sizing: border-box;
}
body {
font-family: 'DM Sans', sans-serif;
font-size: 120%;
color: var(--foreground);
background: var(--background);
}
header nav ul {
list-style-type: none;
margin: 0;
padding: 0;
}
header nav li {
display: inline-block;
}
header nav li a {
display: block;
text-decoration: none;
margin-right: 1em;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'DM Serif Text', serif;
margin: 1rem 0;
}
p, li {
line-height: 160%;
}
header, main, footer {
max-width: 60em;
margin: 2em auto;
padding: 0 1em;
}
header {
margin-top: 4em;
}
footer p {
margin-top: 5em;
font-size: 90%;
text-align: center;
}
a:link { color: var(--link); }
a:visited { color: var(--link); }
a:hover { color: var(--link); }
a:active { color: var(--link); }
.post-info, .post-tags {
font-size: 85%;
color: var(--accent);
text-align: right;
}
.post-info i:nth-child(2) {
margin-left: .75em;
}
.tag {
background: var(--accent);
color: var(--background) !important;
padding: .3em .4em;
margin: .8em 0 0 .4em;
border-radius: .5em;
text-decoration: none;
display: inline-block;
}
hr {
border: 0;
height: 1px;
background: #333;
margin: 2em 0;
}
code {
padding: .2em .3em;
border: 1px solid var(--accent);
white-space: pre-wrap;
word-wrap: break-word;
}
pre, code {
font-family: 'DM Mono';
font-size: 90%;
}
pre code {
background: #000;
color: #eee;
display: inline-block;
padding: 1em;
white-space: pre-wrap;
word-wrap: break-word;
}
img {
display: block;
width: auto;
height: auto;
max-width: 100%;
}
table {
border-collapse: collapse;
}
td, th {
padding: .75em;
text-align: left;
border: 1px solid var(--accent);
}
.weblog-title a {
text-decoration: none;
color: var(--foreground);
}
</style>
</he
Open service 2a01:4ff:1f2:58a2::1:80 · notes.chun.si
2026-01-10 20:24
HTTP/1.1 302 Found Content-Type: text/html; charset=UTF-8 Location: https://notes.chun.si Omg: lol Status: 302 Found Via: 0.0 Caddy Date: Sat, 10 Jan 2026 20:25:56 GMT Content-Length: 0 Connection: close