Michigan, USA
Hello, my name is James Pearson. This is my Sourcehut account, where I host some of my repositories.
From James Pearson to ~sircmpwn/gmni-discuss
I tried to compile gmnisrv on Ubuntu 20.04, then ran configure with /usr as the prefix, and I got this: Checking for -g... yes Checking for -std=c11... yes Checking for -D_XOPEN_SOURCE=700... yes Checking for -Wall... yes Checking for -Wextra... yes Checking for -Werror... yes Checking for -pedantic... yes Checking for OpenSSL... NOT FOUND Tried pkg-config libssl And when I run make, it gives this:
From James Pearson to ~sircmpwn/public-inbox
The honeypot is already on blog posts, but not on the homepage. Signed-off-by: James Pearson <james@jamespearson.xyz> --- layouts/index.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/layouts/index.html b/layouts/index.html index eb4950a..bedb497 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -51,6 +51,13 @@ sending me a question that could be answered with a web search, reading a man page, asking an on-topic IRC channel, etc. I do want to read your [message trimmed]
From James Pearson to ~sircmpwn/public-inbox
Instead of clicking to send an email, you can click to the mailing list on lists.sr.ht to view existing comments, then make a new post and write your own comment. Signed-off-by: James Pearson <james@jamespearson.xyz> --- layouts/blog/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/blog/single.html b/layouts/blog/single.html index 6ad7f95..84ab945 100644 --- a/layouts/blog/single.html +++ b/layouts/blog/single.html @@ -25,7 +25,7 @@ [message trimmed]
From James Pearson to ~rjarry/aerc-devel
On 22/01/18 07:50PM, Robin Jarry wrote: > James Pearson, Jan 18, 2022 at 01:31: > > As seen in the original ticket tracker for aerc[1] and in many of the > > source files, there are many references to aerc2 instead of plain old > > aerc. So why were they named aerc2? Was that what aerc used to be named > > at one point, and why? > > I don't know. You'd have to ask Drew about that :) yyp said on IRC that aerc2 was a rewrite of the original aerc, which was made in C.
From James Pearson to ~sircmpwn/public-inbox
As seen in the original ticket tracker for aerc[1] and in many of the source files, there are many references to aerc2 instead of plain old aerc. So why were they named aerc2? Was that what aerc used to be named at one point, and why? Also, I'm sending this email from aerc, customized to my mbsync config and sent with msmtp. [1]: https://todo.sr.ht/~sircmpwn/aerc2
From James Pearson to ~sircmpwn/aerc
As seen in the original ticket tracker for aerc[1] and in many of the source files, there are many references to aerc2 instead of plain old aerc. So why were they named aerc2? Was that what aerc used to be named at one point, and why? Also, I'm sending this email from aerc, customized to my mbsync config and sent with msmtp. [1]: https://todo.sr.ht/~sircmpwn/aerc2
From James Pearson to ~rjarry/aerc-devel
As seen in the original ticket tracker for aerc[1] and in many of the source files, there are many references to aerc2 instead of plain old aerc. So why were they named aerc2? Was that what aerc used to be named at one point, and why? Also, I'm sending this email from aerc, customized to my mbsync config and sent with msmtp. [1]: https://todo.sr.ht/~sircmpwn/aerc2
From James Pearson to ~emersion/hut-dev
I have added the mailing list for sending patches as well as tickets, and clicking on LICENSE on sr.ht should bring you to the LICENSE file. Signed-off-by: James Pearson <james@jamespearson.xyz> --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9682850..82f80f0 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,20 @@ For end users, a `Makefile` is provided: make [message trimmed]
From James Pearson to ~emersion/public-inbox
Simon's contact email isn't listed on his website. It's only listed on GitHub as the email address for the swaywm group, and in mailing lists on Sourcehut that Simon sends to. I have added his email address to make it easier for everyone else to find his email. --- themes/shimong/layouts/partials/nav.html | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/shimong/layouts/partials/nav.html b/themes/shimong/layouts/partials/nav.html index 34f1dbb..ab92bbc 100644 --- a/themes/shimong/layouts/partials/nav.html +++ b/themes/shimong/layouts/partials/nav.html @@ -1,6 +1,7 @@ [message trimmed]
From James Pearson to ~sircmpwn/public-inbox
--- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f16e36f..7ac66e1 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,9 @@ necessary. This is the first step towards a better future - one where users never interact with passwords at all and they're managed entirely by software. Adding new services is a tedious process. If you'd like to support pass-rotate, you can contribute my [Patreon page](https://patreon.com/sircmpwn) and request support for specific providers.[message trimmed]