~jbauer

Ottawa, Canada

https://www.paritybit.ca

~jbauer/public-inbox

Last active 1 year, 2 months ago
View more

Recent activity

Test Email; Please Ignore 1 year, 2 months ago

From Jake Bauer to ~jbauer/public-inbox

Iure iste recusandae eum. Maiores ducimus alias nobis laborum commodi 
quas. Dolorum voluptas exercitationem eligendi qui laboriosam. Aut 
soluta et quos distinctio totam consequatur repellat ullam. Ut 
asperiores velit est exercitationem ullam dolores. Sunt quam nemo 
similique quia.

[PATCH] Clarify wording regarding HTTP sites/domains 1 year, 3 months ago

From Jake Bauer to ~amolith/public-inbox

The wording of "HTTP domain" was a bit weird and technically incorrect.
This patch changes the wording of the paragraph to be more in line with
the intended meaning.
---
 index.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/index.md b/index.md
index fe72a7f..8e263c0 100644
--- a/index.md
+++ b/index.md
@@ -38,10 +38,10 @@ reserve the right to deny requests. If you want to know whether your site is
suitable for inclusion, send an email to the ticket tracker (address below) and
we'll take a look at it!
[message trimmed]

[PATCH] Extend and clarify requirements for joining 1 year, 3 months ago

From Jake Bauer to ~amolith/public-inbox

This makes it clear that users need to have the fediring links _before_
joining the webring and that, should the links be removed from their
site, their site will also be removed from the webring.
---
 index.md | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/index.md b/index.md
index 19d83af..fe72a7f 100644
--- a/index.md
+++ b/index.md
@@ -45,14 +45,21 @@ HTTP sites. See our other \*rings below for more platforms/protocols.

## Joining
[message trimmed]

Re: [PATCH python-irc-bot] Fix check for admin 1 year, 5 months ago

From Jake Bauer to ~jbauer/public-inbox

The error this patch fixes was in the command_quit() function not the
is_admin() function. I changed the logic of is_admin() when I was
writing the add/rmadmin commands and forgot to update the quit command.
I pushed a fix for it: commit d67f7d93

-- 
Jake Bauer (~jbauer)
Web: https://www.paritybit.ca

Re: [PATCH python-irc-bot] Add additional information to +help 1 year, 5 months ago

From Jake Bauer to ~jbauer/public-inbox

Thanks! Merged

-- 
Jake Bauer (~jbauer)
Web: https://www.paritybit.ca

Re: Dead link on paritybit.ca/blog 1 year, 9 months ago

From Jake Bauer to ~jbauer/public-inbox

Hello,

On Sun, 23 May 2021 06:23:22 +0200
Daniel Gröber <dxld@darkboxed.org> wrote:

> the [deploy-system script] link on [1] seems to be dead. Did the repo
> move? I couldn't find it on your cgit either. 

I did actually just delete this repository a few days before you sent
me this message :P

The repository hadn't been maintained for over a year, and since
writing that blog post I switched to Artix Linux, then my current daily
driver OpenBSD.

Plain-text email 2 years ago

From Jake Bauer to ~adnano/gemini

On Wed Nov 4, 2020 at 2:59 AM EST, Bj?rn W?rmedal wrote:
> For anyone else using gmail and having a hard time finding this
> option: in compose mode there's a three-dot menu button in the lower
> right corner. That's where it's found.

For others also wanting to use plaintext email, here is a website which
has instructions on setting up plaintext in various email clients and
web UIs, as well as an explanation of why plaintext is preferred by
many:

https://useplaintext.email/

--
Jake Bauer (~jbauer)

[PATCH drewdevault.com] Fix broken link to Migadu 2 years ago

From Jake Bauer to ~sircmpwn/public-inbox

The old link led to a 404 error since Migadu moved their homepage from
https://www.migadu.com/en/index.html to just https://www.migadu.com/
---
 content/blog/Mail-service-provider-recommendations.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/blog/Mail-service-provider-recommendations.md b/content/blog/Mail-service-provider-recommendations.md
index 512b28c..ea9dd8a 100644
--- a/content/blog/Mail-service-provider-recommendations.md
+++ b/content/blog/Mail-service-provider-recommendations.md
@@ -18,7 +18,7 @@ can only recommend two: Migadu and mailbox.org.

# #1: Migadu
[message trimmed]

[PATCH sourcehut.org] Fix typo in GraphQL blog post 2 years ago

From Jake Bauer to ~sircmpwn/public-inbox

---
 content/blog/2020-06-10-How-GraphQL-will-shape-the-alpha.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/blog/2020-06-10-How-GraphQL-will-shape-the-alpha.md b/content/blog/2020-06-10-How-GraphQL-will-shape-the-alpha.md
index a2d9ca5..60e4d64 100644
--- a/content/blog/2020-06-10-How-GraphQL-will-shape-the-alpha.md
+++ b/content/blog/2020-06-10-How-GraphQL-will-shape-the-alpha.md
@@ -95,7 +95,7 @@ The GraphQL services are completely standalone, and it is possible to deploy
them independently of the web application. With these, you can deploy a
SourceHut instance with no frontend at all, using the GraphQL APIs exclusively.
Today, the Python backends to the web services communicate directly with
PostgreSQL via SQLAlchemy, but it is my intention to built out experimental
PostgreSQL via SQLAlchemy, but it is my intention to build out experimental
[message trimmed]

[PATCH v2] Demonstrate that I can use git send-email 2 years ago

From Jake Bauer to ~sircmpwn/email-test-drive

---
This fixes the issues raised from the first patch.

 jake-bauer | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 jake-bauer

diff --git a/jake-bauer b/jake-bauer
new file mode 100644
index 0000000..66cb3d4
--- /dev/null
+++ b/jake-bauer
@@ -0,0 +1 @@
I have successfully used git send-email!
[message trimmed]