Re: [dev] [scron] simple cron daemon

2014-07-06 Thread Džen
On Sun, Jul 6, 2014 at 12:02 PM, Dimitris Papastamos wrote: > If you had, you would have seen that I already had merged ~20 patches > into the original repo which renders your question useless. Why useless? I was just wondering about the actual reason. I pulled scron from the original repo to try

Re: [dev] [scron] simple cron daemon

2014-07-06 Thread Džen
On Sun, Jul 6, 2014 at 11:13 AM, Dimitris Papastamos wrote: > And please next time look at the actually git history of the project > before you jump in talking bs. I did look at the git history, this doesn't change the reason why I was asking. I was just wondering. Jump in talking bullshit. Yeah,

Re: [dev] [scron] simple cron daemon

2014-07-05 Thread Džen
On Sat, Jul 5, 2014 at 11:35 AM, Dimitris Papastamos wrote: > I've forked scron[0] [...] Why fork scron if you could just provide useful patches to the original author?

Re: [dev] suckless distro

2014-06-25 Thread Džen
On Wed, Jun 25, 2014 at 2:05 PM, Sylvain BERTRAND wrote: > Using a makefile is overkill. Should be a sh script. Say what?

Re: [dev] C coded lightweight Linux vector graphics editor

2014-06-23 Thread Džen
On Mon, Jun 23, 2014 at 1:50 PM, wrote: > But then you need to through it to pgf and tex and whether they as > dependences make much sense… Indeed, that's a messy overhead. > I have used it several times for different purposes but not so often. > Every time I get back to it, I find myself “rele

Re: [dev] C coded lightweight Linux vector graphics editor

2014-06-23 Thread Džen
ad of using a fancy graphical front-end to manipulate (XML-based) vector graphics. On Mon, Jun 23, 2014 at 12:01 PM, wrote: > * Džen 2014-06-23 11:14 >> What about using pgf/tikz? > > do you mean as backend or as fileformat/syntax? > > tikz is quite powerful but I wouldn't call it simple. > > --s_ >

Re: [dev] C coded lightweight Linux vector graphics editor

2014-06-23 Thread Džen
What about using pgf/tikz? On Fri, Jun 20, 2014 at 1:00 PM, Charlie Murphy wrote: > Sylvain BERTRAND wrote: >> Unfortunately, the C toolkits over there are turning very bad: >> GTK+ and the EFL do depend on harfbuzz for their font layout >> computation which is an *really* ugly c++ object-oriente

Re: [dev] Re: suck-less XML parsing

2014-06-11 Thread Džen
You might want to take a look at https://github.com/gravicappa/libxmpps The files xml* implement a simple xml parser. test_xml.c contains a usage example.

Re: [dev] [suckless] Migration to git

2012-11-28 Thread Džen
On Tue, Nov 27, 2012 at 4:36 PM, Comrade DOS wrote: > Hi. > Migration on git is a very good idea. Maybe you can move source code on > github and/or bitbucket? Yes it's a very good idea. Lets migrate everything to the One True Church of Github.

Re: [dev] [ANN] CGD - Ultra-minimalist HTTP and FastCGI wrapper for CGI programs.

2012-09-22 Thread Džen
Thanks for pointing that out. Don't really know how that happened... On Sat, Sep 22, 2012 at 12:51 PM, hiro <23h...@gmail.com> wrote: > yes, and switch off your html crap in your mail client.

Re: [dev] [ANN] CGD - Ultra-minimalist HTTP and FastCGI wrapper for CGI programs.

2012-09-22 Thread Džen
I don't trust the go libs like I don't trust any other libs. But Go seems to be a sane alternative to all the other modern languages around. Whether the libs are appropriate or not, is another question. On Fri, Sep 21, 2012 at 3:47 PM, hiro <23h...@gmail.com> wrote: > > like nginx is. The http li

Re: [dev] [ANN] CGD - Ultra-minimalist HTTP and FastCGI wrapper for CGI programs.

2012-09-21 Thread Džen
; On Thu, Sep 20, 2012 at 09:50:14PM +0200, Džen wrote: > > What's the reason behind using nginx anyway? I guess it would be simpler > to > > write an own http web server with go's http lib. Or am I wrong? > > Yes sure it's absolutely simpler to design, write, and t

[dev] [ANN] CGD - Ultra-minimalist HTTP and FastCGI wrapper for CGI programs.

2012-09-21 Thread Džen
You're right about nginx, a good alternative doesn't really exist. CGI lack sucks, but they have their reasons. I'd be interested in your standalone webserver in Go, if you ever start to write it. On Friday, September 21, 2012, Uriel wrote: > On Thu, Sep 20, 2012 at 9:

Re: [dev] [ANN] CGD - Ultra-minimalist HTTP and FastCGI wrapper for CGI programs.

2012-09-20 Thread Džen
What's the reason behind using nginx anyway? I guess it would be simpler to write an own http web server with go's http lib. Or am I wrong? On Wed, Sep 19, 2012 at 5:41 AM, Uriel wrote: > CGD runs as a FastCGI wrapper (to be used with nginx or similar web > server) or as a standalone HTTP server

Re: [dev] [PATCH] sbase: add chroot

2012-08-01 Thread Džen
why argu? On Wed, Aug 1, 2012 at 5:11 PM, Strake wrote: [...] > +void main (int argc, char *argu[]) { [...]

Re: [dev] [dmenu-hg] stest.c: getopt

2012-02-28 Thread Džen
getopt() shall be doomed. -- Džen

Re: [dev] sbase TODO patch

2012-02-10 Thread Džen
I'd suggest to adapt the code from http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/printenv/printenv.c?rev=1.6 for printenv.c IMO it can't get much simpler. -- Džen On 09/02/12 08:55am, Galos, David wrote: > Hilarious. I particularly liked the way you needlessly reinvented &g

Re: [dev] sbase TODO patch

2012-02-10 Thread Džen
On 10/02/12 10:50am, Truls Becken wrote: [...] > How about: > > #include > > int > main(int argc, char **argv) > { > const char *s = (argc > 1) ? argv[1] : "y"; > while(puts(s) != EOF); > > return 1; > } +1

Re: [dev] sbase TODO patch

2012-02-10 Thread Džen
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/yes/yes.c?rev=1.8 -- Džen On 09/02/12 11:55pm, Lukas Fleischer wrote: > On Thu, Feb 09, 2012 at 10:52:57PM +, Connor Lane Smith wrote: > > On 9 February 2012 22:44, Lukas Fleischer wrote: > > > Yeah. 'if (!argv[1]) a

Re: [dev] dmenu-4.5

2012-01-11 Thread Džen
possible issue with this patch might be the loss of speed while reading data from stdin (due to the select() calls, etc). What's your opinion? -- Džen On 08/01/12 12:37pm, Connor Lane Smith wrote: > Hey all, > > I've released dmenu-4.5 [1][2]. A summary of changes: >

Re: [dev] monsterwm - 700 SLOC dwm fork

2011-12-30 Thread Džen
On 30/12/2011 11:38, hiro wrote: Some critics are getting old and boring to me No surprise, since people come up with the same invalid statements day by day. And some won't understand it even after criticising them a thousand times. -- Džen

Re: [dev] java

2011-10-31 Thread Džen
On 31/10/11 10:00am, Christoph Lohmann wrote: > Greetings. > > Džen wrote: > > [...] > > This looks like a cloud-based multi-threaded Hello World in Java. Am > I right? :D I wish I knew what the fuck it is doing. Maybe indexing mail... -- Džen

[dev] java

2011-10-31 Thread Džen
2321m 17m 7076 S 2.1 0.3 668:13.79 java -- Džen

Re: [dev] List of tools for a CLI environment

2011-10-26 Thread Džen
On 26/10/2011 18:12, Kurt H Maier wrote: shit only works in bash +99 Death to bashisms. -- Džen

Re: [dev] List of tools for a CLI environment

2011-10-25 Thread Džen
On 25/10/2011 03:56, Evan Gates wrote: Really wish I had an undo send feature... (IFS=:; ls $PATH) couldn't do better. -- Džen

Re: [dev] List of tools for a CLI environment

2011-10-24 Thread Džen
On 24/10/2011 23:13, mikshaw wrote: What about ls /usr/{,local}/bin OK, regarding information density in a one-liner you win. -- Džen

Re: [dev] List of tools for a CLI environment

2011-10-24 Thread Džen
`IFS=:; echo $PATH` might do too for some. Anyway, this is getting funny. -- Džen

Re: [dev] List of tools for a CLI environment

2011-10-24 Thread Džen
ls /usr/bin /usr/local/bin -- Džen

Re: [dev] Fwd: [hackers] printf("Rest in peace, Dennis\n"); exit(0);

2011-10-17 Thread Džen
Invent the C programming language and UNIX, then die: nobody gives a shit. Market other people's technologies to rich white kids, then die: HE WAS LIKE FCUKING EINSTEIN ZOMG EDISON WTFBBQ. -- Džen

Re: [dev] Best way to serialize data

2011-06-07 Thread Džen
On 07/06/11 01:14pm, hiro wrote: > You'll have to admit it sounds complicated at least :) Right, true on that -- just wasn't sure how ironic your comment was meant to be ;) -- Džen

Re: [dev] Best way to serialize data

2011-06-07 Thread Džen
On 07/06/11 03:24am, hiro wrote: > Interesting, you seem to be on the right track. ... right track to what? Utter havoc?

Re: [dev] "Making Apps That Don't Suck" by Mike Lee

2011-06-07 Thread Džen
Thanks a lot for sharing your slides, liked them a lot. Good work. High SLOC + Wrong lang + more harmful stuff = YOU SUCK Now that's epic. On 07/06/11 06:48am, garbeam wrote: > Sorry for the delay, here is the link to the slides: > > http://dl.garbe.us/The_suckless_org_universe.pdf > > Cheers,

Re: [dev] Best way to serialize data

2011-06-06 Thread Džen
dent of content: you can store anything. The problem with using ASCII values is you can't store binary data, and you have to check each cell's content and everything. It's a hassle; using length-prefixing is way easier. (This approach is very often used in binary protocols, such as 9P and Sam.) -- Džen

Re: [dev] Best way to serialize data

2011-06-06 Thread Džen
acement. I guess that control characters in general are disliked, because people seem to overlook these bytes when using crippled text editors. -- Džen

[dev] Best way to serialize data

2011-06-06 Thread Džen
ead data, where each items has multiple values, not just one. Kinda like a search utility for table-structured data. -- Džen

Re: [dev] Suckless Smartphone?

2011-06-05 Thread Džen
On 05/06/2011 16:31, ilf wrote: Apparently all smartphones suck. Hard. True on that. Personally I don't really see a reason at all to use a smartphone. Smartphones simply overcomplicate everything. IMO the suck-less way would be to not use smartphones, just as I do. -- Džen

[dev] [quark] strsignal/whitespace patch

2011-04-20 Thread Džen
Hi all Two little patches for quark: 1. use strsignal() 2. clean up whitespace/indentation If useful, you'd maybe want to apply them upstream. Regards -- Džen diff -r d982c42802b4 quark.c --- a/quark.c Wed Feb 16 20:29:55 2011 + +++ b/quark.c Wed Apr 20 08:56:03 2011 +0200 @@ -4

Re: [dev] Sup and dmc

2011-04-03 Thread Džen
I don't know what you guys think, but why not simply return messages which contain a text/html attachment to the sender? Maybe like this people might learn it someday and trash such shitty MUAs... On 01/04/11 02:09am, hiro wrote: > I just looked at the source and what is this shit?!?!

Re: [dev] which minimal os

2011-02-14 Thread Džen
ge and watching stuff getting compiled. For now and the near future, gentoo will stay my linux distribution of choice (as it was in the past few years). -- Džen On 14/02/2011 02:32, Andrei wrote: The problem with gentoo and pretty much every other Linux distro is the package manager. People need/

Re: [dev] which minimal os

2011-02-13 Thread Džen
On 11/02/2011 23:26, Kurt H Maier wrote: gentoo is a pile of shit suitable only for children. where is that guy who couldn't change cursors because of gentoo's "optimizations"? he should chime in. To which issues do you refer to in particular?

Re: [dev] Stali

2011-01-31 Thread Džen
ly like to help with stali, but I wouldn't really know where/how to start. That's great to know, I have allocated some time the following months for stali, so I will get back to you ;) Thanks, Anselm -- Džen

Re: [dev] Stali

2011-01-31 Thread Džen
Just out of curiosity, what's on the first position? I'd definitely like to help with stali, but I wouldn't really know where/how to start. On 30/01/2011 09:27, Anselm R Garbe wrote: It's a bit far off still. But on my priority list it is in second position currently.

Re: [dev] Recent vain attempts at suckless Web applications

2011-01-23 Thread Džen
WTF?! On 23/01/2011 02:35, carmen wrote: ...and this is precisely the garden path that people followed to create modern massive web frameworks. indeed. Merb, when it began, was a 180 line of code masterpiece. somehow, it bloated up to Rails proportions and eventually merged with it. Camping

Re: [dev] [dmenu] Patch for XDG Base Directory specification of dmenu_path

2011-01-02 Thread Džen
oesn't make things better though, imagine copying files around > between systems in order to preserve settings, you need to take much more care > about getting everything right instead of just copying ~/.gajim - for instance > - to preserve everything gajim-related. True on that. -- Džen

Re: [dev] [dmenu] Patch for XDG Base Directory specification of dmenu_path

2011-01-02 Thread Džen
overcomplicates things. And using a 'pseudo-directory standard' isn't wise either in my opinion. -- Džen

Re: [dev] [slock] Linux-PAM support

2010-11-20 Thread Džen
with > >> Linux-PAM whatsoever so there's a chance it won't work everywhere :) Maybe > >> it could be useful to some... > > > Pam must die. > > uriel > -- Džen

Re: [dev] [OT] Music?

2010-09-15 Thread Džen
heavyraptor/charts?rangetype=overall&subtype=artists -- Džen