Re: [dev] Re: Quick and dirty statistics tool for the UNIX pipeline

2016-01-29 Thread Mike Hay
This looks like a nice tool for summary stats. For confidence intervals, using bootstrap instead of student's T would be easy to implement without resorting to GSL, as well as more general. On the subject of numerical software, here [0] is a large collection of C libraries from John Burkardt at Fl

Re: [dev] [slock] chown to root:root on install?

2016-01-29 Thread Markus Teich
Nick wrote: > I had forgotten about this until today, but the above fix still hasn't been > applied to the Makefile, and I think it should be. Heyho Nick, sorry for the delay. I decided to add the hint to the error message on failing to disable the OOM killer instead of the Makefile. Should be up

Re: [dev] Re: Quick and dirty statistics tool for the UNIX pipeline

2016-01-29 Thread Marc Collin
Cool! Thanks for sharing. On Fri, Jan 29, 2016 at 1:11 PM, Christian Neukirchen wrote: > Marc Collin writes: > >> Who ever had to deal with R and other complex tools to do some statistical >> work? >> I found an interesting alternative that appears to be 'suckless' to me. >> qstats. >> I'm sen

[dev] Re: Quick and dirty statistics tool for the UNIX pipeline

2016-01-29 Thread Christian Neukirchen
Marc Collin writes: > Who ever had to deal with R and other complex tools to do some statistical > work? > I found an interesting alternative that appears to be 'suckless' to me. > qstats. > I'm sending this email to the author too so we can discuss his project > with the suckless community. > W

Re: [dev] [PATCH] [slock] React to key release rather than key press events

2016-01-29 Thread David Phillips
On Thu, Jan 28, 2016 at 03:48:55PM +0100, Markus Teich wrote: > FRIGN wrote: > > So we want the screen to turn red on key down. > > Heyho, > > another even more annoying example is: I actually type my password so fast, > the > key release events are sometimes in the wrong order. You can test it