Re: [dev] [sent] 0.1 release

2015-11-19 Thread n
> Nick hat am 19. November 2015 um 11:19 geschrieben: > > > Quoth hiro: > > >> presentations suck. > > >> and this shit here is worse than powerpoint cause i can't display it > > >> on someone else's computer. > > > > > > You can, even on Mac OS X and Windows. Sent

Re: [dev] [slcon2] Videos are now online!

2015-11-19 Thread Jan Klemkow
Thanks for that advice. Done! On Thu, Nov 19, 2015 at 01:13:36PM +0800, Pickfire wrote: > Hi, I think it is better to add http://klemkow.net/sj.html link to the > github repository. pgp9CCc3W083L.pgp Description: PGP signature

Re: [dev] sj: ucspi

2015-11-19 Thread Greg Reagle
I think I figured it out. I have to use it with tcpclient. Something like tcpclient jabber.org 5222 ./sj -u johndoe -s jabber.org perhaps.

Re: [dev] sj: ucspi

2015-11-19 Thread Teodoro Santoni
2015-11-19 20:10 GMT+01:00, Greg Reagle : > Howdy. This is probably obvious to non-newbies so please don't make fun > of me *too* much. > > Anyway, I can compile and run sj but it dies at this line in xmpp_init() > if (write(WRITE_FD, msg, size) < 0) > > which refers

Re: [dev] sj: ucspi

2015-11-19 Thread Matthew of Boswell
On Thu, 19 Nov 2015 14:10:19 -0500 Greg Reagle wrote: > Howdy. This is probably obvious to non-newbies so please don't make fun > of me *too* much. > > Anyway, I can compile and run sj but it dies at this line in xmpp_init() > if (write(WRITE_FD, msg, size) < 0) >

Re: [dev] sj: ucspi

2015-11-19 Thread Greg Reagle
On 11/19/2015 02:54 PM, Matthew of Boswell wrote: Then I realized that of course, I need encryption... # tcpclient dukgo.com 5222 ./sslc ../sj/sj -u gnuman -s dukgo.com -r\ resources -d /home/matt/.xmpp What is sslc? Where do I get it?

[dev] sj: ucspi

2015-11-19 Thread Greg Reagle
Howdy. This is probably obvious to non-newbies so please don't make fun of me *too* much. Anyway, I can compile and run sj but it dies at this line in xmpp_init() if (write(WRITE_FD, msg, size) < 0) which refers to this: /* ucspi */ #define WRITE_FD 7 #define READ_FD 6 but these file

Re: [dev] sj: ucspi

2015-11-19 Thread Matthew of Boswell
On Thu, 19 Nov 2015 15:02:23 -0500 Greg Reagle wrote: > On 11/19/2015 02:54 PM, Matthew of Boswell wrote: > > Then I realized that of course, I need encryption... > > > > # tcpclient dukgo.com 5222 ./sslc ../sj/sj -u gnuman -s dukgo.com -r\ > > resources -d /home/matt/.xmpp

Re: [dev] sj: ucspi

2015-11-19 Thread Greg Reagle
On 11/19/2015 03:11 PM, Matthew of Boswell wrote: Note, however, that it did not work with sj. I think the reason is that xmpp port 5222 is a STARTTLS port, not a straight SSL port. Maybe that's why the example in the man page of sj uses port 5223, expecting that to be a straight SSL port.

Re: [dev] sj: ucspi

2015-11-19 Thread Matthew of Boswell
On Thu, 19 Nov 2015 15:14:06 -0500 Greg Reagle wrote: > On 11/19/2015 03:11 PM, Matthew of Boswell wrote: > > Note, however, that it did not work with sj. I think the reason is that > > xmpp port 5222 is a STARTTLS port, not a straight SSL port. > > Maybe that's why the

Re: [dev] sj: ucspi

2015-11-19 Thread Greg Reagle
On 11/19/2015 03:02 PM, Greg Reagle wrote: > What is sslc? Where do I get it? Answering my own question: https://github.com/younix/ucspi

Re: [dev] [sent] 0.1 release

2015-11-19 Thread n
> Quentin Rameau hat am 19. November 2015 um 12:02 > geschrieben: > > > > > I propose some masochist makes a little sent -> html convertor > > > (with a light sprinkling of javascript to advance to the next slide > > > with one keypress). It wouldn't be hard, but it

Re: [dev] [sent] 0.1 release

2015-11-19 Thread Quentin Rameau
> > I propose some masochist makes a little sent -> html convertor > > (with a light sprinkling of javascript to advance to the next slide > > with one keypress). It wouldn't be hard, but it also wouldn't be > > very satisfying. But it would be useful. > > Good idea in my opinion. sent2html

Re: [dev] [sent] 0.1 release

2015-11-19 Thread hiro
an other funny related story: I have done some presentations in word, fixing errors that i did in the night before while still presenting. people *love* the instant gratification of having their contribution incorporated into the "slide" in the most visible way. and the scrolling didn't disturb

Re: [dev] [sent] 0.1 release

2015-11-19 Thread Markus Teich
hiro wrote: > I have done some presentations in word, fixing errors that i did in the night > before while still presenting. people *love* the instant gratification of > having their contribution incorporated into the "slide" in the most visible > way. Heyho hiro, you're welcome to provide a

Re: [dev] [sent] 0.1 release

2015-11-19 Thread Nick
Quoth hiro: > >> presentations suck. > >> and this shit here is worse than powerpoint cause i can't display it > >> on someone else's computer. > > > > You can, even on Mac OS X and Windows. Sent should work there as well > > using XQuartz and other goodies. > > Some people don't like to have

Re: [dev] [sent] 0.1 release

2015-11-19 Thread hiro
i gave people a choice of formats that they were happy with: .doc, .latex and .pdf. i wouldn't write a patch for something i consider a waste of time.

Re: [dev] [sent] 0.1 release

2015-11-19 Thread Pickfire
A good presentation doesn't need nice slides, but instead it needs nice talk. -- _ < Do what you like, like what you do. > - \ ^__^ \ (oo)\___ (__)\ )\/\ ||w |

Re: [dev] [sent] 0.1 release

2015-11-19 Thread Pickfire
On Thu, Nov 19, 2015 at 02:32:02PM +0100, hiro wrote: i gave people a choice of formats that they were happy with: .doc, .latex and .pdf. i wouldn't write a patch for something i consider a waste of time. .doc is not portable across linux .latex is what people seldom uses .pdf is a bloated

Re: [dev] [sent] 0.1 release

2015-11-19 Thread hiro
.txt doesn't have images and videos. i guess i'm the only one who really doesn't care about the nerdfactor of my presentations. i try to put the least amount of effort as possible cause i don't think the format is useful for human information transfer.

[dev] [PATCH] Add libmill

2015-11-19 Thread Aditya Goturu
libmill rocks. Patch attached -- Aditya Goturu From 0f40566cf816ee5bc9f851e46d7085451aca051d Mon Sep 17 00:00:00 2001 From: Aditya Goturu Date: Thu, 19 Nov 2015 19:47:10 +0530 Subject: [PATCH] Add libmill --- suckless.org/rocks.md | 1 + 1 file changed, 1 insertion(+)

Re: [dev] [PATCH] Add libmill

2015-11-19 Thread Greg Reagle
On 11/19/2015 09:21 AM, Aditya Goturu wrote: > libmill rocks. Patch attached Wow, libmill looks really good, based on the tutorial, if it works as advertised.

Re: [dev] [PATCH] Add libmill

2015-11-19 Thread Aditya Goturu
On Thu, Nov 19, 2015 at 8:10 PM, Greg Reagle wrote: > On 11/19/2015 09:21 AM, Aditya Goturu wrote: >> libmill rocks. Patch attached > > Wow, libmill looks really good, based on the tutorial, if it works as > advertised. > I find I can think more clearly in C, so not