Re: [dev] suckless indicators?

2021-07-08 Thread Nikita Zlobin
In Wed, 7 Jul 2021 22:27:33 +0200 Страхиња Радић wrote: > But... why? There is already slstatus, which does an excellent job. > One can make a shell script which fetches information from wttr.in > (for example), add the call to that script to crontab, and have > slstatus pick up that information.

Re: [dev] suckless indicators?

2021-07-08 Thread Страхиња Радић
On 21/07/08 12:30, Nikita Zlobin wrote: > Perhaps because user wants :P [...] > Writing to window title is primary function of my approach. It could be > done by main app (best), but this time it's dedicated script, designed > to run parallel and write to window title, while main app displays it >

Re: [dev] suckless indicators?

2021-07-08 Thread Nikita Zlobin
In Thu, 8 Jul 2021 10:42:57 +0200 Страхиња Радић wrote: > On 21/07/08 12:30, Nikita Zlobin wrote: > > Perhaps because user wants :P > [...] > > Writing to window title is primary function of my approach. It > > could be done by main app (best), but this time it's dedicated > > script, designed to

Re: [dev] suckless indicators?

2021-07-08 Thread Страхиња Радић
On 21/07/08 02:47, Nikita Zlobin wrote: > People don't serve machines - machines serve people. To turn this around, machines serve people who know how to control them. People who don't should not dictate features to be included in software. I think the results of doing the opposite are obvious an

Re: [dev] Better naming for arg.h API

2021-07-08 Thread Nikita Zlobin
In Mon, 5 Jul 2021 13:36:50 +0200 Hiltjo Posthuma wrote: > It is based on: > https://9fans.github.io/plan9port/man/man3/arg.html > > argc (count) and argv (array of strings) are the program argument > names. > Hmmm, now I'm confused about possible meaning for __fixargv0(). Its definition is no

Re: [dev] sshd?

2021-07-08 Thread Sean MacLennan
On Wed, 7 Jul 2021 08:55:07 +0800 Patrick <201009-suckl...@planhack.com> wrote: > Hi all, > > What's a good minimal sshd? > > Or should we just run stunnel + telnetd? > > > Patrick > > dropbear https://matt.ucc.asn.au/dropbear/dropbear.html Cheers, Sean

Re: [dev] Better naming for arg.h API

2021-07-08 Thread Hiltjo Posthuma
On Thu, Jul 08, 2021 at 05:32:38PM +0500, Nikita Zlobin wrote: > In Mon, 5 Jul 2021 13:36:50 +0200 > Hiltjo Posthuma wrote: > > > It is based on: > > https://9fans.github.io/plan9port/man/man3/arg.html > > > > argc (count) and argv (array of strings) are the program argument > > names. > > > >