Re: [dev] less(1) replacement?

2017-08-28 Thread Stéphane Aulery
Le 28/08/2017 à 21:04, sylvain.bertr...@gmail.com a écrit : On Mon, Aug 28, 2017 at 07:22:58PM +0200, Stéphane Aulery wrote: Le 28/08/2017 à 11:44, sylvain.bertr...@gmail.com a écrit : On Mon, Aug 28, 2017 at 02:41:42AM +0200, Stéphane Aulery wrote: Le 27/08/2017 à 19:29, sylvain.bertr...@gmai

Re: [dev] dl.suckless.org file integrity github project

2017-08-28 Thread hiro
i'm not complaining, anselm. certain people need to stay busy in order to prevent other forms of harm. i'm happy you're putting more time lately to take care of all these kids here, thanks :)

Re: [dev] less(1) replacement?

2017-08-28 Thread hiro
perhaps he doesn't deserve the blame after other people here worked hard to create an inconsistent "community" that nobody can take serious any more.

Re: [dev] less(1) replacement?

2017-08-28 Thread sylvain . bertrand
On Mon, Aug 28, 2017 at 07:22:58PM +0200, Stéphane Aulery wrote: > Le 28/08/2017 à 11:44, sylvain.bertr...@gmail.com a écrit : > > On Mon, Aug 28, 2017 at 02:41:42AM +0200, Stéphane Aulery wrote: > > > Le 27/08/2017 à 19:29, sylvain.bertr...@gmail.com a écrit : > > > > On Sun, Aug 27, 2017 at 05:27

Re: [dev] dl.suckless.org file integrity github project

2017-08-28 Thread Anselm R Garbe
On 28 August 2017 at 19:25, hiro <23h...@gmail.com> wrote: > wow, so much development going on in suckless these days. > i congratulate everybody involved in the lack of any shitty code > written. thanks. (and i am serious). Go ahead. I'm serious as well. -Anselm

Re: [dev] dl.suckless.org file integrity github project

2017-08-28 Thread hiro
wow, so much development going on in suckless these days. i congratulate everybody involved in the lack of any shitty code written. thanks. (and i am serious).

Re: [dev] less(1) replacement?

2017-08-28 Thread Stéphane Aulery
Le 28/08/2017 à 11:44, sylvain.bertr...@gmail.com a écrit : On Mon, Aug 28, 2017 at 02:41:42AM +0200, Stéphane Aulery wrote: Le 27/08/2017 à 19:29, sylvain.bertr...@gmail.com a écrit : On Sun, Aug 27, 2017 at 05:27:24PM +0200, Stéphane Aulery wrote: My idea is how to reconcile the implementati

Re: [dev] lightweight build system

2017-08-28 Thread Enrico Weigelt, metux IT consult
On 02.08.2017 00:10, Ori Bernstein wrote: On Sun, 23 Jul 2017 23:29:04 +0300 ochern wrote: Unfortunately as more complex becomes configuration part the more perverted and unreadable it will look when done using make, at the same time it will keep nice look in pure shell variant. Yet a lower p

Re: [dev] dl.suckless.org file integrity github project

2017-08-28 Thread ilf
Thanks Anselm, this sounds awesome! Anselm R Garbe: - (optional) repo owners/maintainers should sign their future git tags for release creation by using their own private PGP key. I suggest distributing OpenPGP-keys via the keyserver pool [0] *without* self-hosting a copy. The point of keyser

Re: [dev] less(1) replacement?

2017-08-28 Thread sylvain . bertrand
On Mon, Aug 28, 2017 at 02:41:42AM +0200, Stéphane Aulery wrote: > Le 27/08/2017 à 19:29, sylvain.bertr...@gmail.com a écrit : > > On Sun, Aug 27, 2017 at 05:27:24PM +0200, Stéphane Aulery wrote: > > > My idea is how to reconcile the implementation of programs and a kernel > > > that is a multiplex

Re: [dev] announcing edit-pipe

2017-08-28 Thread Kamil Cholewiński
> The name generated by mktemp is the concatenation of a directory name, > a slash (/), the value of the LOGNAME environment variable truncated > to {NAME_MAX} - 6 characters, and the process ID of the invoking > process. This is horrible. I guess HP-UX has much bigger problems than an inc

Re: [dev] [st] Use after free in font cache

2017-08-28 Thread Laslo Hunhold
On Sun, 27 Aug 2017 21:58:39 -0300 dequis wrote: Hey dequis, > Hi, got some crashes. Looks like st is calling XftFontClose in the > last member of the font cache array when it runs out of space in it, > but that xft font is still used somewhere else. maybe this is the issue that we get so many