Re: [dev] Xorg implementations

2017-07-08 Thread Alba Pompeo
Patching software to work with musl libc (and sending patches upstream) improves overall software. Not that much is needed. Most programs work out of the box with musl. There was a talk about this a few months ago. https://video.fosdem.org/2017/K.4.601/building_a_distro_with_musl_libc.vp8.webm

Re: [dev] Xorg implementations

2017-07-02 Thread Alba Pompeo
There's tinyxserver and the accompanying tinyxlib but they are kind of abandoned. I never tried it myself but if you do I'd be interested to know how it goes. https://github.com/idunham/tinyxserver https://github.com/idunham/tinyxlib There's also Nano-X and the accompanying nxlib but I don't know

Re: [dev] Interesting Web Browser Decoupling Concept

2017-06-11 Thread Alba Pompeo
W3C is not the only organization working on standardization. Any opinion on WHATWG? Is it a little better? On Sun, Jun 11, 2017 at 9:19 AM, Hiltjo Posthuma wrote: > On Sat, Jun 10, 2017 at 01:30:12PM -0700, Louis Santillan wrote: >> https://youtu.be/1uflg7LDmzI?t=5m35s >> >> James Mickens call

Re: [dev] looking for a simple music player

2017-02-08 Thread Alba Pompeo
https://moc.daper.net/ On Wed, Feb 8, 2017 at 11:35 AM, hiro <23h...@gmail.com> wrote: > sad seems inspired by that protocol, but not sure how compatible it is. > > On 2/8/17, Kamil Cholewiński wrote: >> On Wed, 08 Feb 2017, Cág wrote: what do you need, ffado? mpd might be best. >>> >

Re: [dev] [sbase] [paste.c] misleading indentation?

2016-09-06 Thread Alba Pompeo
else + else { efputrune(&d, stdout, ""); last++; + } } } if (last != -1) On Tue, Sep 6, 2016 at 8:10 AM, Alba Pompeo wrote: > Yeah, it'

Re: [dev] [sbase] [paste.c] misleading indentation?

2016-09-06 Thread Alba Pompeo
Yeah, it's GCC version 6, I like your comparison ;) On Tue, Sep 6, 2016 at 4:37 AM, Kevin Michael Frick wrote: > GCC, probably. Which sucks, but if Hitler warns you not to step of a > cliff, you don't ignore his warning because he is Hitler. > > On Tue, Sep 6, 2016 at 5:02 AM, Staven wrote: >>

Re: [dev] Re: Linux distros that don't suck too too much

2016-05-11 Thread Alba Pompeo
Alpine Linux. - musl libc - busybox utils (they said they will migrate to sbase/ubase when ready) - openrc (they will migrate to s6 next year) - "Small. Simple. Secure." slogan - Philosophy similar to suckless http://www.alpinelinux.org/about/ On Wed, May 11, 2016 at 9:17 AM, Rubén Llorente wr

Re: [dev] [bug] locked mouse pointer

2016-04-25 Thread Alba Pompeo
Xorg 1.18.3, xinput 1.6.2, libevdev 1.4.6, and xf86-input-evdev 2.10.1 On Mon, Apr 25, 2016 at 7:46 PM, Andrew Fuller wrote: > What versions of xorg/xinput/libinput/evdev are you on? I'm on xorg > 1.15.1, xinput 1.6.1, and evdev 2.8.2. > > Andrew > > On Mon, Apr 25, 2016

Re: [dev] [bug] locked mouse pointer

2016-04-25 Thread Alba Pompeo
the bug happened as I was toggling mplayer fullscreen > and back. I've done that many times since and the bug hasn't come up > again. > > On Fri, Apr 22, 2016 at 12:58 PM, Alba Pompeo wrote: >> After searching for a long time, I think I found the bug report about >&g

Re: [dev] [bug] locked mouse pointer

2016-04-22 Thread Alba Pompeo
ted > any software or rebooted since then, so the problem should still exist > on my setup. Let me know if I can help you track this down. > > Andrew > > On Fri, Apr 22, 2016 at 9:49 AM, Alba Pompeo wrote: >> Dears, >> >> I have a weird bug and I'm not

[dev] [bug] locked mouse pointer

2016-04-22 Thread Alba Pompeo
Dears, I have a weird bug and I'm not sure how to find the culprit. I'm using dwm and from time to time my mouse pointer gets locked. Highlighting text on st doesn't work, right-clicking on firefox doesn't work, left-click dragging on pdf-reader doesn't work, slock errors, windows don't get focuse

Re: [dev] [sbase] missing tool - awk

2016-02-20 Thread Alba Pompeo
; On Sat, 20 Feb 2016 09:06:05 -0200 > Alba Pompeo wrote: > > Hey Alba, > >> I understood that sbase would create its own awk and ignore OTA. But >> the idea is to not have an awk and just point to OTA? Just like >> there's no sh and suckless just points to mksh

Re: [dev] [sbase] missing tool - awk

2016-02-20 Thread Alba Pompeo
at, Feb 20, 2016 at 9:00 AM, Martti Kühne wrote: > On Sat, Feb 20, 2016 at 11:36 AM, Alba Pompeo wrote: >> What I mean is, wouldn't it be duplicated work to create your own awk >> when there's already a good version out there? Or is there something >> wrong with bwk

Re: [dev] [sbase] missing tool - awk

2016-02-20 Thread Alba Pompeo
What I mean is, wouldn't it be duplicated work to create your own awk when there's already a good version out there? Or is there something wrong with bwk's One True Awk? On Sat, Feb 20, 2016 at 6:30 AM, Dimitris Papastamos wrote: > On Fri, Feb 19, 2016 at 08:48:51PM -0200,

[dev] [sbase] missing tool - awk

2016-02-19 Thread Alba Pompeo
Hello. I notice awk is in the sbase TODO. Why not just import Kernighan's awk[0]? He created the language after all. And the program isn't legacy code (last update was on 2012). So all looks fine. Want to hear what you think. Ciao [0] http://www.cs.princeton.edu/~bwk/btl.mirror/

Re: [dev] fsbm (1) version 1.1 released

2016-02-11 Thread Alba Pompeo
So Calvin version works on Linux and Dimitris version works on OpenBSD and maybe NetBSD. Looks like everyone's covered :) On Thu, Feb 11, 2016 at 3:58 PM, Dimitris Papastamos wrote: > On Thu, Feb 11, 2016 at 12:55:34PM -0500, Calvin Morrison wrote: >> On 11 February 2016 at 12:5

Re: [dev] fsbm (1) version 1.1 released

2016-02-11 Thread Alba Pompeo
It's not supposed to be used on Linux on the first place - right. My bad for missing this information. On Thu, Feb 11, 2016 at 3:51 PM, Dimitris Papastamos wrote: > On Thu, Feb 11, 2016 at 03:48:34PM -0200, Alba Pompeo wrote: >> Both are very cool! >> A nitpick is that Di

Re: [dev] fsbm (1) version 1.1 released

2016-02-11 Thread Alba Pompeo
Both are very cool! A nitpick is that Dimitri's version uses the nonstandard header sys/sysctl.h. This prevents compilation on musl. On Thu, Feb 11, 2016 at 3:41 PM, Dimitris Papastamos wrote: > On Thu, Feb 11, 2016 at 11:01:35AM -0500, Calvin Morrison wrote: >> Hi, >> >> I had time to commit my

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

2016-02-06 Thread Alba Pompeo
rtorrent is 40,000+ lines of C++. Besides btpd, I found a client called Unworkable. But it's also unmaintained. https://github.com/niallo/Unworkable On Sat, Feb 6, 2016 at 5:44 PM, hiro <23h...@gmail.com> wrote: > Interesting. > > I didn't know about btpd, how do you guys use it with magnets? > >

Re: [dev] [surf] 0.7 release

2015-12-20 Thread Alba Pompeo
Very good news, I love surf's frontend and it's always improving. But what about the backend? If I understand correctly that's WebKit? Is there any plans for a suckless backend one day? Ciao. On Sat, Dec 19, 2015 at 11:44 AM, Christoph Lohmann <2...@r-36.net> wrote: > Greetings comrades. > > In

[dev] High Order Calculator

2015-12-18 Thread Alba Pompeo
I am sharing this program with you after seeing it on a book. It looks like this tool has been lost in the past, but may provide great fun for the curious minds here. I hope you enjoy it. This is the AT&T 1995 version by Brian Kernighan and Rob Pike. Ciao. hoc.sh Description: Bourne shell scrip