diff --git a/posts/hyperpipe.md b/posts/hyperpipe.md new file mode 100644 index 0000000..70525df --- /dev/null +++ b/posts/hyperpipe.md @@ -0,0 +1,13 @@ +--- +title: New Service, Hyperpipe +date: Sun, 25 Dec 2022 +author: ~cobra +--- + +Today, I installed Hyperpipe on ~vern. + +Hyperpipe is a YouTube Music front-end similar to BeatBump, but it uses Piped as part of its backend, and proxies all connections to Google. + +I've wanted to deploy it for a while, but we hadn't had a Piped instance to use as the backend. Currently, we use an external proxy because of bandwidth limitations. Sadly, this proxy is behind a Cloudflare MiTM. Hopefully, soon we can up our bandwidth limit and keep proxying Invidious and Hyperpipe ourselves. + +Thanks for using ~vern! diff --git a/posts/vnu.md b/posts/vnu.md new file mode 100644 index 0000000..9560f57 --- /dev/null +++ b/posts/vnu.md @@ -0,0 +1,13 @@ +--- +title: New Service, v.Nu +date: Sun, 25 Dec 2022 +author: ~cobra +--- + +I just deployed v.Nu on ~vern. + +The Nu HTML validator is an HTML, CSS, and SVG validator. We use it on ~vern's website in order to make sure that our site is compliant with the HTML standard. + +Many existing instances of the Nu HTML validator are behind a Cloudflare MiTM, so I wanted to host it on ~vern. + +Thank you for being a part of our community.