Re: [dev] Ideas for using sic

2014-10-03 Thread Dimitris Papastamos
On Thu, Oct 02, 2014 at 05:23:39PM -0700, Kartik Agaram wrote: > > Here is a list of things I think are suckless-specific in practice: FRIGN did cover it in detail but I'd like to point out some further details that I've noticed. > > - C code (most often) written in a plan9 like style. If you wa

Re: [dev] Ideas for using sic

2014-10-03 Thread FRIGN
On Thu, 2 Oct 2014 17:23:39 -0700 Kartik Agaram wrote: > > - Most often only one C file. one C-file per program. The most important part is forgotten though: We not only write mostly C, but also try to use POSIX(01-08)-interfaces and established extensions. Concerning the C-standard, we favor

Re: [dev] Ideas for using sic

2014-10-02 Thread Eric Pruitt
On Thu, Oct 02, 2014 at 05:23:39PM -0700, Kartik Agaram wrote: > I asked Quentin this off-list: > > [...] > > - No top-fucking-posting on the ML. > > - Probably more, ask other people, even maybe on the ML. > > > [...] > > Can anybody think of other defining aesthetics? My addition: vehement > disl

Re: [dev] Ideas for using sic

2014-10-02 Thread Evan Gates
>> - One simple makefile, no GNU make. What's the common denominator here? These are definitely non POSIX makefiles -emg

Re: [dev] Ideas for using sic

2014-10-02 Thread Kartik Agaram
I asked Quentin this off-list: > > http://c9x.me/irc > > > > "Following suckless habits, I plan to provide some extensions as patches." > > > > I'm new here. Can you think of any pointers describing this and/or other > > suckless habits? And got back a great list: > Here is a list of things I th

Re: [dev] Ideas for using sic

2014-10-02 Thread Eric Pruitt
On Thu, Oct 02, 2014 at 04:47:48PM +0200, q...@c9x.me wrote: > On Wed, Oct 01, 2014 at 04:03:34PM -0700, Eric Pruitt wrote: > > I'm considering making a sic fork called "nssic" or "not so simple irc > > client" and integrating libreadline or libedit. > > My post points to an existing project that i

Re: [dev] Ideas for using sic

2014-10-02 Thread q
On Wed, Oct 01, 2014 at 04:03:34PM -0700, Eric Pruitt wrote: > > http://c9x.me/irc/. > [...] > I'm considering making a sic fork called "nssic" or "not so simple irc > client" and integrating libreadline or libedit. My post points to an existing project that is too close to what you describe to b

Re: [dev] Ideas for using sic

2014-10-01 Thread Eric Pruitt
On Wed, Oct 01, 2014 at 02:30:56PM -0700, Evan Gates wrote: > Yes it does, but it's a horrible piece of code that desperately needs > to be rewritten from the ground up along with pcw[0] and cw (in the > pcw project). I haven't touched them in a long time because they work > well enough for me when

Re: [dev] Ideas for using sic

2014-10-01 Thread Eric Pruitt
On Wed, Oct 01, 2014 at 06:57:57PM +0200, q...@c9x.me wrote: > how does rlwrap deal with random text that gets inserted by sic > when some data arrives on the channel? This was my main problem > with sic, to prevent that and enable multichannel I have written > http://c9x.me/irc/. I was originall

Re: [dev] Ideas for using sic

2014-10-01 Thread Evan Gates
Hello, On Wed, Oct 1, 2014 at 2:18 PM, Dmitrij D. Czarkoff wrote: > random...@fastmail.us said: >> It occurs to me that a "line input" program (that would work along the >> lines of a mud client, with a separate editable input line from where >> output goes, and maybe managing scrollback) would b

Re: [dev] Ideas for using sic

2014-10-01 Thread Dmitrij D. Czarkoff
random...@fastmail.us said: > It occurs to me that a "line input" program (that would work along the > lines of a mud client, with a separate editable input line from where > output goes, and maybe managing scrollback) would be a good candidate > for a "do one thing" utility. srw[1] apparently doe

Re: [dev] Ideas for using sic

2014-10-01 Thread random832
On Wed, Oct 1, 2014, at 12:57, q...@c9x.me wrote: > On Mon, Sep 29, 2014 at 09:55:07PM -0700, Eric Pruitt wrote: > > rlwrap ./sic -h "$IRC_HOST" | tee -a irc-logs | grcat sic.grcat > > Hi, > > how does rlwrap deal with random text that gets inserted by sic > when some data arrives on the chan

Re: [dev] Ideas for using sic

2014-10-01 Thread q
On Mon, Sep 29, 2014 at 09:55:07PM -0700, Eric Pruitt wrote: > rlwrap ./sic -h "$IRC_HOST" | tee -a irc-logs | grcat sic.grcat Hi, how does rlwrap deal with random text that gets inserted by sic when some data arrives on the channel? This was my main problem with sic, to prevent that and ena

[dev] Ideas for using sic

2014-09-29 Thread Eric Pruitt
I started using sic as my IRC client, and I'd just like to share my configuration. I have a script that invokes sic in a manner similar to the following command: rlwrap ./sic -h "$IRC_HOST" | tee -a irc-logs | grcat sic.grcat With [rlwrap][1], I get familiar input handling, tee(1) gives me lo