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
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,
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?
On Wed, Jun 25, 2014 at 2:05 PM, Sylvain BERTRAND wrote:
> Using a makefile is overkill. Should be a sh script.
Say what?
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
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_
>
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
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.
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.
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.
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
; 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
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:
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
why argu?
On Wed, Aug 1, 2012 at 5:11 PM, Strake wrote:
[...]
> +void main (int argc, char *argu[]) {
[...]
getopt() shall be doomed.
--
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
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
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
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:
>
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
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
2321m 17m 7076 S 2.1 0.3 668:13.79 java
--
Džen
On 26/10/2011 18:12, Kurt H Maier wrote:
shit only works in bash
+99
Death to bashisms.
--
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
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
`IFS=:; echo $PATH`
might do too for some. Anyway, this is getting funny.
--
Džen
ls /usr/bin /usr/local/bin
--
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
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
On 07/06/11 03:24am, hiro wrote:
> Interesting, you seem to be on the right track.
... right track to what? Utter havoc?
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,
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
acement.
I guess that control characters in general are disliked, because
people seem to overlook these bytes when using crippled text editors.
--
Džen
ead data, where each items has multiple values, not
just one. Kinda like a search utility for table-structured data.
--
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
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
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?!?!
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/
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?
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
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.
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
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
overcomplicates things. And using a 'pseudo-directory standard'
isn't wise either in my opinion.
--
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
heavyraptor/charts?rangetype=overall&subtype=artists
--
Džen
47 matches
Mail list logo