Re: [dev] [dwm] New software: swm & infobary

2024-10-26 Thread Jeffrey Picard
On 10/25/24 14:39, Andrey Dobrovolsky wrote: пт, 25 жовт. 2024 р. о 21:40 Страхиња Радић пише: Дана 24/10/25 04:40PM, Andrey Dobrovolsky написа: Soon 14701 act by US government will be applied to all GPL licensed software. Any references to whatever that is? Web search doesn't seem to retur

[dev] LBRY Mirror of Conference Videos and are There Other Logos?

2022-02-07 Thread Jeffrey Picard
Hey guys, In response to a thread on this list a month or so back I uploaded all the slcon videos I could find to Odysee.com here https://odysee.com/@slcon-mirror:6 you may have seen the subreddit post about, got 13 upvotes *doing numbers meme*. Anyways I just wanted to make you all aware of th

Re: [dev] conference video mirror

2022-01-16 Thread Jeffrey Picard
Hey guys, I’m an engineer at LBRY and a long time fan of suckless. Mostly lurking. I’m glad to see us get mentioned in these spaces though, and I’d love to help get all of these videos migrated if you’re interested in that. I’ll probably do it as a personal project anyways now that I have it in

Re: [dev] [sbase] [PATCH] Add join utility.

2015-02-16 Thread Jeffrey Picard
Thanks for the comments! I’ll submit an updated patch in a day or two. With regards to the oflag, I just haven’t implemented it yet. I’ll try to include it in the next patch. > On Feb 16, 2015, at 5:27 AM, Dimitris Papastamos wrote: > > Some inline comments below: > > +/* See LICENSE file for

[dev] [sbase] [PATCH] Add join utility.

2015-02-16 Thread Jeffrey Picard
Hey all, I’ve implemented a version of the join utility for sbase. The run times and memory usage are comparable to the gnu join, which I tested against. I’ve attached my testing script along with the patch. So far I have a decent subset of the options (-t,-1,-2,-e,-a). —Jeffrey Picard 0001

Re: [dev] [PATCH] [sbase] Adding human readable output to du

2014-10-17 Thread Jeffrey Picard
On Oct 16, 2014, at 5:08 AM, Dimitris Papastamos wrote: > On Wed, Oct 15, 2014 at 08:35:46PM -0400, Jeffrey Picard wrote: >> Hey all, >> >> I was poking around at du recently and noticed it doesn’t support human >> readable output. This is pretty easy to add ho

[dev] [PATCH] [sbase] Adding human readable output to du

2014-10-15 Thread Jeffrey Picard
interest in this, I’d also be happy to implement it in for df in ubase. —Jeffrey Picard diff --git a/du.c b/du.c index 4e94cc5..d27ca1f 100644 --- a/du.c +++ b/du.c @@ -16,6 +16,7 @@ static char file[PATH_MAX]; static bool aflag = false; static bool sflag = false; static bool kflag = false; +static