Re: Hackorum - a new mailing list frontend

From: Nico Williams <nico(at)cryptonector(dot)com>
To: Zsolt Parragi <zsolt(dot)parragi(at)percona(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Hackorum - a new mailing list frontend
Date: 2026-01-16 20:35:36
Message-ID: aWqhGPHSLLgwQKTs@ubby
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Jan 16, 2026 at 02:29:41PM +0000, Zsolt Parragi wrote:
> Last year at pgconf.dev there was a discussion about improving the
> user interface for the hackers mailing list. Based on that discussion,
> I would like to share a small project we have been working on for some
> time:
>
> https://hackorum.dev/

Nice!

> Hackorum provides a read-only (for now) web view of the mailing list
> with a more forum-like presentation. It already includes a number of
> useful features, such as:
>
> * continuous mailing list synchronization (the site is subscribed to the list)
> * commitfest integration (synchronized once per day)
> * per-message read status for logged-in users
> [...]

This one feature in particular is very nice. I wonder if you can make
it so you can subscribe in the sense of being an approved sender but not
in the sense of getting copies sent.

A read-only IMAP/JMAP server might also be nice, especially if it could
mark messages as read/replied-to/marked like this. But yeah, the web
interface is not limited by IMAP/JMAP and can do so much more.

Nico
--

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2026-01-16 20:38:03 Re: pg_waldump: support decoding of WAL inside tarfile
Previous Message Mahendra Singh Thalor 2026-01-16 20:09:03 Re: Non-text mode for pg_dumpall