Re: [dev] Coding style: why /* */ and not //?

2018-12-27 Thread Robin Pedersen
That is a rather bold sentiment. At uni the attitude is opposite - I actually saw home assignments stating "remember to use many comments to make the code more readable". I actually agree with you; there is much less clutter if the comments don't duplicate that which is already communicated through

[dev] [announcement] jack_patchbay: ncurses patchbay for jack

2018-12-30 Thread Robin Pedersen
Hi. I made a software: https://gitlab.com/byllgrim/jack_patchbay "Terminal (ncurses) patchbay for jack audio connection kit, written in C89, used to connect ports of jack clients." It's very minimal so maybe some of you people are interested. Regards Robin.

Re: [dev] [surf] copying to clipboard instead of primary

2019-01-08 Thread Robin Pedersen
Hi. Does this help? https://developer.gnome.org/gdk3/stable/gdk3-Selections.html https://git.suckless.org/surf/file/surf.c.html#l1817 Regards Robin. On Tue, 8 Jan 2019 at 18:37, Caio Barros wrote: > > Hello, > > For some time I've been struggling with clipboard selection on surf. > It seemed t

Re: [dev] Learn C

2019-03-24 Thread Robin Pedersen
Yo. Maybe you wanna read this? https://git.suckless.org/ https://9p.io/sources/plan9/sys/src/cmd/ Regards Robin. On Sun, 24 Mar 2019 at 11:29, Thuban wrote: > > Hi, > I want to learn C. I mean, sane C. > What i read before was based on big IDE such as codeblocks. So, I don't > know how to write