From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id BE8381F47A; Tue, 13 Aug 2024 05:31:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1723527101; bh=yn1VjPWluOuZ7+SoLFY83HrZBPQTmE4k2W0k87Qb0JE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bSr7tq+HAokii9VdYdoPifTMlebdd7nc48ZHchwoLrEAPXmgW6DI1uBwtdQXmP0vH OHOeCMMLi/7VJaQGX8vieUwR1QE0SsCswX1GzF3PIuD02b9x4Z3pgAb1lhVw5EDnun Kl1oC3eiV7IJxPoWlPp+DubCdjzHfHZpHFfQBD2k= Date: Tue, 13 Aug 2024 05:31:41 +0000 From: Eric Wong To: "Robin H. Johnson" Cc: meta@public-inbox.org, "Robin H. Johnson" Subject: Re: [RFC] altid: start supporting indexfilter type (was: Alternate permalink URLs) Message-ID: <20240813053141.M647352@dcvr> References: <20231120032132.M610564@dcvr> <20231208212339.M447009@dcvr> <20240427070006.M790499@dcvr> <20240715213448.M578246@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20240715213448.M578246@dcvr> List-Id: Eric Wong wrote: > "Robin H. Johnson" wrote: > > On Sat, Apr 27, 2024 at 07:00:06AM +0000, Eric Wong wrote: > > > > > > https://public-inbox.org/meta/20231120032132.M610564@dcvr/ > > Apologies for the really long delay, but confirmed that the altid patch > > does work. > > No worries, I started working on a more generic indexheader approach > which should be usable by more than just Gentoo: > https://public-inbox.org/meta/20240508110957.3108196-1-e@80x24.org/ > > Perhaps you can give that a shot instead of xarchiveshash. > > I also did some unpublished work to extend it to extindex, and then > totally spaced on it due to other problems (OOMs, real life stuff). Btw, indexheader + extindex support is updated here: https://public-inbox.org/meta/20240810090012.23269-1-e@80x24.org/ > Perhaps &l=1 (limit: 1) query parameter can be special-cased to > be a "I'm Feeling Lucky" 302 redirect. Or add another query parameter... Yeah, still need to work on that, but chasing down a lei bug (and still distracted with real-life problems and struggling to focus :<)