Re: [dev] [libutp-c] ISO C90-ish ports of bittorrent c++ libutp

2016-02-05 Thread Sylvain BERTRAND
On Fri, Feb 05, 2016 at 09:38:56PM -0200, Marc Collin wrote: > Nice project and a great thing for everyone (the less C++ garbage in > the wild the better). > Too bad the devs are showing resistance. > On suckless "stuff that rocks" page they btpd[0]. > Maybe it's saner to play with that instead, ev

[dev] Re: [surf] Switching to webkit2 as default

2016-02-05 Thread Charles Lehner
On Thu, 4 Feb 2016 19:16:09 +0100 FRIGN wrote: > > I try not to keep too abreast of things like GTK and WebKit, for the > > sake of my sanity, but I read this[0] today which was a pretty scary > > read, really. > > I also read this article a while ago. After reading that article I decided t

Re: [dev] [libutp-c] ISO C90-ish ports of bittorrent c++ libutp

2016-02-05 Thread Sylvain BERTRAND
On Sat, Feb 06, 2016 at 12:54:10AM +0100, v4hn wrote: > On Sat, Feb 06, 2016 at 10:14:59AM +1100, Sylvain BERTRAND wrote: > > I'm trying to make this implementation distributed as an option > > with transmission bittorrent client package. I'm getting high > > resistance from the "dev in chief": > >

Re: [dev] [libutp-c] ISO C90-ish ports of bittorrent c++ libutp

2016-02-05 Thread v4hn
On Sat, Feb 06, 2016 at 10:14:59AM +1100, Sylvain BERTRAND wrote: > I'm trying to make this implementation distributed as an option > with transmission bittorrent client package. I'm getting high > resistance from the "dev in chief": > http://trac.transmissionbt.com/ticket/6065 He is not "resistin

Re: [dev] [libutp-c] ISO C90-ish ports of bittorrent c++ libutp

2016-02-05 Thread Marc Collin
Nice project and a great thing for everyone (the less C++ garbage in the wild the better). Too bad the devs are showing resistance. On suckless "stuff that rocks" page they btpd[0]. Maybe it's saner to play with that instead, even though it's been abandoned since 2012? I personally never used btpd,

[dev] [libutp-c] ISO C90-ish ports of bittorrent c++ libutp

2016-02-05 Thread Sylvain BERTRAND
Hi, A new "suckless" lib for bittorrent clients: libutp-c (https://github.com/sylware/libutp-c) Master branch: This is the old C api, which is a drop-in replacement for transmission bittorrent client libutp. I'm trying to make this implementation distributed as an option with transmiss

Re: [dev] [surf] Switching to webkit2 as default

2016-02-05 Thread Nick
Quoth FRIGN: > On Fri, 5 Feb 2016 11:52:54 +0100 > Markus Teich wrote: > > You don't have to build CEF yourself, you can just use the > > binaries provided by google if you trust them. That's good to know, thanks, I may play with it. It is important to me that I can rebuild everything on my syst

Re: [dev] [surf] Switching to webkit2 as default

2016-02-05 Thread FRIGN
On Fri, 5 Feb 2016 11:52:54 +0100 Markus Teich wrote: Hey Markus, > yeah the web sucks and to conform to all those (non-)standards browser engines > are growing bigger and bigger. Webkit also takes quite a while to build on > laptops. The suckless browsers goal is to provide a suckless interface

Re: [dev] [surf] Switching to webkit2 as default

2016-02-05 Thread Markus Teich
Louis Santillan wrote: > One of the things I don't like about the Chrome (and specifically v8) > codebase is how google-centric the build process is. By that I mean the > build basically assumes you're a googler with dozens of cores and TBs of > RAM and infrastructure to throw at the build pro