Re: [dev] convergence

2013-01-01 Thread Sam Watkins
On Tue, Jan 01, 2013 at 11:03:08PM -0500, Jacob Todd wrote: > I was the others in the thread to unsubscribe. I suggest you take a few > more classes on the english language. s/was/want/ s/english/English/ s/Jacob Todd/some unfriendly guy/ Or, was it off-topic to talk about this here?

Re: [dev] convergence

2013-01-01 Thread Daniel Bryan
On Tue, Jan 01, 2013 at 11:03:08PM -0500, Jacob Todd wrote: > I was the others in the thread to unsubscribe. I suggest you take a few > more classes on the english language. Perhaps if you had quoted someone it would have been less of a non sequitur.

Re: [dev] convergence

2013-01-01 Thread Sam Watkins
On Tue, Jan 01, 2013 at 09:36:29PM -0500, Corey Thomasson wrote: > Implementing an entire userland in a library could only lead to a lot more > sucking. Yes, maybe it would. On the other hand I think it can be good to use the "software tools" / "flow based programming" approach at a smaller scale

Re: [dev] convergence

2013-01-01 Thread Jacob Todd
I was the others in the thread to unsubscribe. I suggest you take a few more classes on the english language. On Jan 1, 2013 10:53 PM, "Kai Hendry" wrote: > On 2 January 2013 10:58, Jacob Todd wrote: > > Please, unsubscribe from the list. > > Tried using the Gmail unsubscribe UI? > http://s.nata

Re: [dev] convergence

2013-01-01 Thread Kai Hendry
On 2 January 2013 10:58, Jacob Todd wrote: > Please, unsubscribe from the list. Tried using the Gmail unsubscribe UI? http://s.natalian.org/2013-01-02/1357098599_1366x768.png

Re: [dev] [dwmstatus] Nvidia Temperature

2013-01-01 Thread Carlos Torres
you will need libXNVCtrl installed somewhere and the dev headers. http://sprunge.us/dhQI boldly ripped/based on conky source. Enjoy! On Tue, Jan 1, 2013 at 1:55 PM, Hugues Moretto-Viry < hugues.more...@gmail.com> wrote: > Hey, > > Happy new year! > > Do you know guys how could I print Nvidia

Re: [dev] convergence

2013-01-01 Thread Jacob Todd
Please, unsubscribe from the list. Thank you.

Re: [dev] convergence

2013-01-01 Thread Corey Thomasson
On Jan 1, 2013 8:02 PM, "Daniel Bryan" wrote: > > On Wed, Jan 02, 2013 at 10:01:10AM +1100, Sam Watkins wrote: > > On Tue, Jan 01, 2013 at 02:13:14PM +1100, Daniel Bryan wrote: > > > Bash is my go-to for system scripting, but for something that will run > > > 100% of the time on my system for year

Re: [dev] convergence

2013-01-01 Thread Sam Watkins
On Wed, Jan 02, 2013 at 12:04:21PM +1100, Daniel Bryan wrote: > On the other hand, it's not the fact that C is compiled that makes it > more efficient than the interepreted bash - it's the fact that C is just > reading files and filling buffers, whereas Bash is doing a dozen > fork+execs. Yes. It

Re: [dev] convergence

2013-01-01 Thread Daniel Bryan
On Wed, Jan 02, 2013 at 10:01:10AM +1100, Sam Watkins wrote: > On Tue, Jan 01, 2013 at 02:13:14PM +1100, Daniel Bryan wrote: > > Bash is my go-to for system scripting, but for something that will run > > 100% of the time on my system for years it's not over-engineering to do > > it efficiently. >

[dev] convergence

2013-01-01 Thread Sam Watkins
On Tue, Jan 01, 2013 at 02:13:14PM +1100, Daniel Bryan wrote: > Bash is my go-to for system scripting, but for something that will run > 100% of the time on my system for years it's not over-engineering to do > it efficiently. It would be nice to extend C with suitable function and macro libraries

[dev] [dwmstatus] Nvidia Temperature

2013-01-01 Thread Hugues Moretto-Viry
Hey, Happy new year! Do you know guys how could I print Nvidia GPU Temperature in my dwm bar (in C)? I tried to write something but it didn't work. In my .xinitrc, I'm using awk because I love it: nvidia-smi -q -d TEMPERATURE | awk 'NR == 10 {print $3}' Regards.

Re: [dev] st compile fails under osx 10.6.8.

2013-01-01 Thread Christoph Lohmann
Greetings. On Tue, 01 Jan 2013 16:31:02 +0100 "j. v. d. hoff" wrote: > hi, > > trying to compile `st' under osx fails with: > > [...] > > as can be seen I fixed the include path for `freetype2' but something else > is wrong. could someone point me in the right direction where to look? Don’t

[dev] st compile fails under osx 10.6.8.

2013-01-01 Thread j. v. d. hoff
hi, trying to compile `st' under osx fails with: 8< st build options: CFLAGS = -g -std=c99 -pedantic -Wall -Os -I. -I/usr/include -I/usr/X11R6/include -I/opt/local/include/freetype2 -DVERSION="0.3" LDFLAGS = -g -L/usr/lib -lc -L/usr/X11R6/

Re: [dev] Re: ST issue and fix

2013-01-01 Thread Christoph Lohmann
Greetings. On Tue, 01 Jan 2013 13:16:07 +0100 Daniel wrote: > > Please retry and report back with the latest git as of now. > > http://git.suckless.org/st ? You should push :) Sorry, it was late that year. This year the patch should be there. Sincerely, Christoph Lohmann

[dev] Re: ST issue and fix

2013-01-01 Thread Daniel
> Please retry and report back with the latest git as of now. http://git.suckless.org/st ? You should push :)