Re: [hackers] [PATCH] Added xft support

2016-02-18 Thread Martti Kühne
+30 -75, congratz on that ratio while still shipping the feature. xD cheers! mar77i

Re: [hackers] Compiling stali

2015-12-11 Thread Martti Kühne
On Fri, Dec 11, 2015 at 12:20 AM, Harald Weber wrote: > "/bin/sh: 1: gen/maketab: not found" What is this? Is this a missing input file, output file (missing directory in between) or something that can't be executed because its shebang can't be interpreted? cheers! mar77i

Re: [hackers] [surf] Restrict the way buildpath() modifies the filesystem.

2015-10-13 Thread Martti Kühne
I'll fucking die from the atrocity that is die(). Seriously guys, this was one too much.

Re: [hackers] dwm-6.0-current_desktop.diff

2015-08-19 Thread Martti Kühne
On Wed, Aug 19, 2015 at 8:00 PM, R0B R0D wrote: > Hi, this is my first patch, I was helping someone on IRC and got it to work. First of all welcome and thanks for making me puke over my web mail interface. A quick google revealed to me that the discussion about HTML email had been had in 2009, wi

Re: [hackers] FILE vs fd

2015-06-12 Thread Martti Kühne
> That said, I find the question silly and would like to know whether > you learned any program outside of youtube, like, with documentation ...any programming outside... Seriously, RTFM. It's not like this is a place for social studies about programming, because all the things people might tell y

Re: [hackers] FILE vs fd

2015-06-12 Thread Martti Kühne
On Sat, Jun 13, 2015 at 6:36 AM, Aditya Goturu wrote: > Is there any particular reason why I would use unix's fd and open() > instead of ANSI's FILE struct and fopen()? FILE is generally easier to use and provides application-centric interfaces such as the setbuf() family of functions. The FILE