[dev] Re: mus - A simple album playlist based music player

2018-11-15 Thread Andy Valencia
> I've just finished a simple project of mine to replace cmus with something a > bit more UNIXy and I think it could interest some people. > I wrestled with various ways of conveniently playing my music, and eventually came up with: http://sources.vsta.org:7100/wplayer

[dev] Re: Dynamic DNS

2018-09-27 Thread Andy Valencia
If you you can handle sub-domains, I wrote: http://sources.vsta.org:7100/dyndns/index Which is a Python DynDNS plus domain server, so you don't have to hassle with banging DNS zone files and SIGHUP'ing your regular DNS daemon. But since DNS hard codes its port number, it needs to run on an I

[dev] Re: st, spurious character in paste?

2017-08-23 Thread Andy Valencia
David Phillips : > Sounds to me like you are accidentally rolling your scroll wheel net.wisdom wins again. Thanks for the insight! I'm already running keynav, so pasting from there takes care of the issue. Thanks again, Andy

[dev] st, spurious character in paste?

2017-08-22 Thread Andy Valencia
nough that I'll start having the app log some debug so I can try and hunt it down. I'm running top of trunk from git. Thanks, Andy Valencia

[dev] [st] Request for comments, cursor blink

2017-02-03 Thread Andy Valencia
I really liked the idea of st, but the alternate cursors don't work well without blinking--too hard to spot. Attached is my first attempt at adding code to a suckless project, comments welcome. Thanks, Andy Valenciadiff --git a/st.c b/st.c index fbcd9e0..4e7ab10 100644 --- a/st.c +++ b/st.c @@ -1