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

... (Read More)

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 em

... (Read More)


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 em

... (Read More)


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. Th

... (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)