a feed about developing a platform to host the feed about developing a platform to host the feed about deve

done the self quoting part. for the others, i think i'm gonna have to add some sort of caching system in the post frontmatter so it doesn't pull the posts on every build

I think I will have to add self-quoting support very soon, and when I do I also want to add twitter/bluesky/mastodon/reddit/whatever else i can think of embedding as well


I think I will have to add self-quoting support very soon, and when I do I also want to add twitter/bluesky/mastodon/reddit/whatever else i can think of embedding as well


According to all known laws of aviation, there is no way a bee should be able to fly. Its wings are too small to get its fat little body off the ground. The bee, of course, flies anyway because bees don't care what humans think is impossible. Yellow, black. Yellow, black. Yellow, black. Yellow, blac

... (Read More)


Markdown Test

function foo(bar) {
    console.log(bar);
}
from dataclasses import dataclass

@dataclass
class Foo:
    bar: str
Set-ExecutionPolicy Unrestricted
$test = @(
    "foo"
    "bar
)

... (Read More)