Draftify some more old or outdated posts
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Anthony Wang 2023-12-29 17:28:50 -06:00
parent b1694aa3b1
commit 7208eb8ffb
Signed by: a
SSH key fingerprint: SHA256:B5ADfMCqd2M7d/jtXDoihAV/yfXOAbWWri9+GdCN4hQ
19 changed files with 29 additions and 5 deletions

View file

@ -1,14 +1,24 @@
---
title: "A Mathematical Curiosity"
date: 2019-08-13T18:51:00
draft: true
description: "An interesting mathematical curiosity"
type: "post"
tags: ["math"]
---
{{< rawhtml >}}
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.css" integrity="sha384-n8MVd4RsNIU0tAv4ct0nTaAbDJwPJzDEaqSD1odI+WdtXRGWt2kTvGFasHpSy3SV" crossorigin="anonymous">
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.js" integrity="sha384-XjKyOOlGwcjNTAIQHIpgOno0Hl1YQqzUOEleOLALmuqehneUG+vnGctmUb0ZY0l8" crossorigin="anonymous"></script>
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/contrib/auto-render.min.js" integrity="sha384-+VBxd3r6XgURycqtZ117nYw44OOcIax56Z4dCRWbxyPt0Koah1uHoK0o4+/RRE05" crossorigin="anonymous" onload="renderMathInElement(document.body, {delimiters: [{left: '$$', right: '$$', display: true}, {left: '$', right: '$', display: false}, {left: '\\begin{equation}', right: '\\end{equation}', display: true}, {left: '\\begin{align}', right: '\\end{align}', display: true}]});"></script>
{{< /rawhtml >}}
*Originally posted on my [old old private blog](https://artofproblemsolving.com/community/c922786h1895231_a_mathematical_curiosity)*
An interesting mathematical curiosity:
An interesting mathematical curiosity that I found while playing around with WolframAlpha:
$$\sum_{n=2}^{\infty} \sum_{p=2}^{\infty} \frac{1}{n^p} = 1$$
As a challenge, try to prove it!

View file

@ -1,13 +1,14 @@
---
title: "Answering Forgejo Federation Questions"
date: 2023-01-10T21:47:26Z
draft: true
description: "This post answers some commonly asked questions about Forgejo federation"
type: "post"
tags: ["federation", "forgejo", "activitypub"]
---
*Note: Also published on the [Forgejo blog](https://forgejo.org/2023-01-10-answering-forgejo-federation-questions/)*
### What is federation?
Federation is about creating open protocols so that different servers can communicate with each other. Once Forgejo gains federation support via the [ForgeFed](https://forgefed.org/) protocol, you'll be able to do things like create issues for projects on other Forgejo instances without creating an account on that instance. But federation doesn't just solve the problem of having to create many Forgejo accounts. The power of federation comes from building an interoperable ecosystem, since any other code collaboration site or development tool can also add ForgeFed support. Just look at GitHub: it's the epicenter of a giant ecosystem of apps and integrations and tools that cements GitHub's position. It's a textbook example of a walled garden. We want to create something similar, but in an open ecosystem where everything speaks the ForgeFed protocol, so you're never locked-in by which forge or code collaboration software that you use.

View file

@ -1,6 +1,7 @@
---
title: "DIY Cloud Gaming"
date: 2021-05-13
draft: true
type: "post"
tags: ["Linux"]
---

View file

@ -1,6 +1,7 @@
---
title: "Don't Use Discord"
date: 2021-06-29T20:16:40-05:00
draft: true
description: "Discord doesn't give a shit about your privacy"
type: "post"
tags: ["privacy", "decentralization"]

View file

@ -1,7 +1,6 @@
---
title: "Fun with QEMU/KVM! - The Sequel"
date: 2021-01-07
draft: true
type: "post"
tags: ["Linux", "Virtualization"]
---

View file

@ -1,6 +1,7 @@
---
title: "Gitea is the Future!"
date: 2022-01-08T19:43:29-06:00
draft: true
description: "Why Gitea is the future of FOSS"
type: "post"
tags: ["gitea", "federation"]

View file

@ -1,6 +1,7 @@
---
title: "I, BTW, use Arch"
date: 2021-02-14
draft: true
type: "post"
tags: ["Linux"]
---

View file

@ -1,7 +1,6 @@
---
title: "The Impossibly Deep Bug"
date: 2022-06-12T12:08:22-05:00
draft: true
description: "Chasing down a bug that only keeps on getting deeper"
type: "post"
tags: ["bug", "kde", "wayland", "micro", "software"]

View file

@ -1,6 +1,7 @@
---
title: "Make Wayland Scaling Less Painful"
date: 2022-01-01T20:51:58-06:00
draft: true
description: "A small fix to improve Wayland scaling for 4K displays"
type: "post"
tags: ["linux", "kde", "wayland"]

View file

@ -1,6 +1,7 @@
---
title: "The Scary S Words"
date: 2021-04-27
draft: true
type: "post"
tags: ["Linux"]
---

View file

@ -1,6 +1,7 @@
---
title: "Self-hosting is Hard!"
date: 2021-04-07
draft: true
type: "post"
tags: ["Linux"]
---

View file

@ -1,6 +1,7 @@
---
title: "Totally Reproducible Arch"
date: 2022-05-18T19:38:43-05:00
draft: true
description: "A single file containing my Arch Linux configuration to flex on all the NixOS noobs"
type: "post"
tags: ["linux", "arch", "nixos", "humor"]

View file

@ -1,6 +1,7 @@
---
title: "Why WMs Suck"
date: 2020-12-26
draft: true
type: "post"
tags: ["Linux", "Rant"]
---

View file

@ -1,6 +1,7 @@
---
title: "Worst First Build - The Sad Saga Continues"
date: 2021-03-03
draft: true
type: "post"
tags: ["Hardware"]
---

View file

@ -1,6 +1,7 @@
---
title: "Worst First Build - The Quest for a GPU"
date: 2021-03-15
draft: true
type: "post"
tags: ["Hardware"]
---

View file

@ -1,6 +1,7 @@
---
title: "Worst First Build - How to Get a Free GPU During the World's Worst GPU Shortage Ever"
date: 2021-03-25
draft: true
type: "post"
tags: ["Hardware"]
---

View file

@ -1,6 +1,7 @@
---
title: "Worst First Build - Live on PCPartPicker!"
date: 2021-03-27
draft: true
type: "post"
tags: ["Hardware"]
---

View file

@ -1,6 +1,7 @@
---
title: "Worst First Build - Homelab Operational!"
date: 2021-03-31
draft: true
type: "post"
tags: ["Hardware", "Linux"]
---

View file

@ -1,6 +1,7 @@
---
title: "The Worst Init System's Best Tool"
date: 2021-01-03
draft: true
type: "post"
tags: ["Linux"]
---