Re: [dev] [dwm]: something like the xfce scale all windows feature

2022-07-01 Thread Nick
Quoth Britton Kerin: > I've got one of the high-res monitors and everything looks really > tiny. I notec xfce4 has this > "scale everything by 2" feature that addresses this, what's the > easiest way to get this in dwm? You can just make the font bigger in dwm's config.h, and the border size if

Re: [dev] Whether a css selector applies to given html surf code

2021-10-26 Thread Nick
Quoth Страхиња Радић: > This is what a web page should be: > > http://motherfuckingwebsite.com/ When I load that in tor browser with js disabled (my default setup these days), I get a 20741 byte page with the title "Captcha" and no content except an eternally rotating image. The web is beyond

Re: [dev] Wayland compositors

2021-09-08 Thread Nick
Quoth Страхиња Радић: > On 21/09/08 01:36, Nick wrote: > > The fact that the Jitsi devs closed > > the bug as "not much we can do on our side" doesn't mean "wayland > > broke it and we can't fix it". > > It's exactly the same th

Re: [dev] Wayland compositors

2021-09-08 Thread Nick
Quoth Страхиња Радић: > On 21/09/08 12:28, Nick wrote: > > honest I found the arguments made there to be largely unconvincing, > > Any argument in particular and why? A lot of the "Wayland breaks" examples don't seem to be fairly reporting on the actual issues.

Re: [dev] Wayland compositors

2021-09-08 Thread Nick
like the move away from X should go some way to (hopefully) more solid foundations to build on in the future. I'm an optimist, in this way. Anyway, thanks again for all your thoughts. Nick * I'm thinking in particular of the repeated "emojis broke my st" mails, caused b

[dev] Wayland compositors

2021-08-31 Thread Nick
gh no built-in status bar so I guess I'd have to find some external software to provide that. Any thoughts, experiences, recommendations? Nick

Re: [dev] [lchat] Error compiling

2021-01-28 Thread Nick
at, but I'd guess it's the libutf that is embedded in sbase; see https://git.suckless.org/sbase If not, cls' libutf used to be used by some suckless projects, IIRC, so that could be worth checking on. https://github.com/cls/libutf Nick

Re: [dev] [st] When shrinking the width of a st window, overflowing text gets cut out and it is no longer retrievable, not even if the width is reset to the original one

2021-01-06 Thread Nick
p 'til now), and it seems to be working just fine. Nick

Re: [dev] [LibrePlanet]: New Presentation

2020-09-29 Thread Nick
Quoth Hiltjo Posthuma: > Hi, > > The link doesn't seem to work for me (HTTP 404). > > What is the topic about specificly? > > Are there slides? This is some sort of spam; precisely the same message was sent to the Replicant list, presumably others too. Best ignored. Or investigated, if you're

Re: [dev] [st] Copy from st and paste to Chrome, cause Chrome crash

2020-04-06 Thread Nick
ther windows, the menu popup. After a few > right-click, chrome crash > Chromium has this problem too. That is unrelated to your copy-paste issue. Sounds like either a chrome issue or (more likely) a bspwm issue, either way this is not the place to find support for it. Hope this helps, Nick

Re: [dev] [surf] Bug: _SURF_URI and _SURF_GO sometimes won't update

2019-02-27 Thread Nick
Quoth Szpak: > It's not very often so I don't worry much about that, but I have a feeling > that (at least on my machine) it's related to: > 1. using proxy (privoxy or squid in my case); > 2. unfinished page loading, which stops at some percent before 100, like 89% > or even 40%; > > The problem

Re: [dev] [Announce] [dwm-6.2] [dmenu-4.9] new release

2019-02-04 Thread Nick
Quoth inasprecali: > Thanks for the effort. Actually, I just found out that a "historical" patch > exists, which seems > to include you as a contributor: > https://dwm.suckless.org/patches/historical/xft/ > (Admittedly, I didn't know, I started using dwm recently and I didn't bother > looking up

[dev] Let's talk about Go, baby

2019-01-25 Thread Nick
Quoth Hiltjo Posthuma: > On Fri, Jan 25, 2019 at 02:21:26PM +0000, Nick wrote: > > That way we can devote the mailing list to more productive pursuits, > > like arguing for the millionth time that C++ is terrible. > > > > Don't keep spamming the mailinglist with t

[dev] Building workarounds to libxft bug into dwm, st and dmenu

2019-01-25 Thread Nick
Quoth Alexander Krotov: > It is a known bug in libxft: > https://gitlab.freedesktop.org/xorg/lib/libxft/issues/6 > > You can remove Noto fonts as a workaround. Is there still resistance amongst maintainers of st, dwm and dmenu to work around this in the code? Something like the recent patch se

Re: [dev] suckless html to markdown (text)

2019-01-06 Thread Nick
Quoth Alexander Krotov: > > Ideally, with sed/awk, or better in C. > > "Parsing" HTML with sed is simply wrong. This is a good point that I should have mentioned. I spent years using sed and awk to extract things from HTML, writing crawlers and suchlike, for personal projects. It can work, of c

Re: [dev] suckless html to markdown (text)

2019-01-04 Thread Nick
but it is widely used and seems quite sensible. It can also convert to formats like epub, if that's useful for you. Nick

Re: [dev] [surf] Proxy not respected

2018-08-23 Thread Nick
id, as I laid out in a post to this mailing list in March "[surf] unreliable loading of multiple requests over tor", the proxy support in new webkitgtk2 is still a bit crap, at least for me and some other users. Nick

Re: [dev][surf] SURF_FIND not working after WebKitGtk update

2018-08-16 Thread Nick
Hi Ian, Quoth Ian Macdonald: > I have just updated webkitgtk from 2.18.3 to 2.20.2 and now the 'search > page' hot keys ( CTRL-slash and Ctrl-f ) no longer do anything. > > Has anyone else had this problem? I don't have time to look into it properly, but as a datapoint I'm currently using a se

Re: [dev] Surf with SOCKS5 proxy

2018-04-17 Thread Nick
Quoth Piotr: > Does Surf work woith Socks5 proxy? How to configure it? If you're using the webkit2 branch, then if the webkit/libsoap/whatever is not too old it will respect the http_proxy and https_proxy environment variables, so set your socks environment variables appropriately (you can sear

Re: [dev] [surf] [patch] Optionally handle downloads through webkit.

2018-03-23 Thread Nick
Quoth v4hn: > On Thu, Mar 22, 2018 at 08:54:34PM +0000, Nick wrote: > > I wonder whether it would be best to move to webkit handling > > downloads itself, like this, albeit with a basic user interface. > > This is not a new thought. > Five years ago people thought i

Re: [dev] [surf] [patch] Optionally handle downloads through webkit.

2018-03-22 Thread Nick
to mainline it, as expecting a user to know whether they will need webkit's internal download functionality before launching the browser is silly in general. Nick

Re: [dev] [surf] unreliable loading of multiple requests over tor

2018-03-22 Thread Nick
Quoth Nick: > Quoth Quentin Rameau: > > Sadly, the webkit process is managing connexions, surf itself doesn't. > > Yeah, I thought that, it may be tricky to debug. This has persisted > across the many versions of webkit2 I've used (compiling from > source). I

Re: [dev] What would a well-designed voice assistant program look like?

2018-03-22 Thread Nick
Quoth Laslo Hunhold: > You'll not get around having to rely on a pre-trained neuronal network > unless you manage to formalize speech (partially done) or intelligence > (currently not done and probably impossible). > In this regard, personal assistants will by definition be bound to > centralized

Re: [dev] [surf] unreliable loading of multiple requests over tor

2018-03-22 Thread Nick
the proxy. But obviously that isn't going to be using regular webkit2. Just in case, I modified my config.h to turn on everything in defconfig, and the issue remained. I'll have a look in the webkit tracker, and see what I can find... Nick

[dev] [surf] unreliable loading of multiple requests over tor

2018-03-22 Thread Nick
n the payload URL that looks like this https://www.google.com/recaptcha/api2/payload?c=[longstring] As you can tell, I haven't done a lot of debugging on this as of yet, but I thought I'd post here to see if others have experienced the same issues, or have any thoughts as to the cause of them. Nick

Re: [dev] [PATCH][blind] alloca #include for BSDs

2018-01-29 Thread Nick
Quoth Anthony J. Bentley: > Variables set with = can easily be overridden by packagers simply by > passing them as arguments to make(1). > > That's fine for warnings and optimization flags since changing them > doesn't hurt anything. If -std=c99 is necessary for the build, it > shouldn't be in CFL

Re: [dev] [PATCH][blind] alloca #include for BSDs

2018-01-29 Thread Nick
hink there's a compelling reason to switch to your syntax, as distribution builders or whoever can still easily see what the CFLAGS were and add to them if they want or need to. Nick

Re: [dev] [st] Multiple monitors dpi autoswitch

2017-12-29 Thread Nick
Quoth Amer: > Wish -- [st] automatically adjusts it's font size for the monitor, > manually evaluating monitor dpi from queried physical geometry, > assuming that both monitors placed on equal distance and require similar > physical size of letters on screen. Sounds good to me. I imagine that wou

Re: [dev] announcing edit-pipe

2017-08-29 Thread Nick
Quoth Greg Reagle: > > * Quote "$edit" in case the editor has a space in its name. > > I deliberately do not quote $edit so that I can set EDITOR to nano -w. > Is that non-standard/wacky? Is there a convention for whether the the > value of EDITOR environment variable should be able to have opt

Re: [dev] dl.suckless.org file integrity github project

2017-08-25 Thread Nick
Quoth Joshua Haase: > It's not so many work if git is configured to always sign and/or the > package build system sign by default. Configuring git to sign every commit is a pain if you have a passphrase on your gpg key, or it's tied to a smartcard; entering that every time you commit makes the

Re: [dev] dl.suckless.org file integrity github project

2017-08-24 Thread Nick
Quoth Aaron Toponce: > On Thu, Aug 24, 2017 at 12:45:15AM +0200, hiro wrote: > > Any responsible suckless person should not download Aaron's software. > > I cannot guarantee it's not ransomware! > > There is no software on that github repository. It's all raw text. He's just trolling you, while im

Re: [dev] dl.suckless.org file integrity github project

2017-08-24 Thread Nick
developers, is great. I plan of just doxing all of the suckless devs and knocking on their doors demanding to see their signatures. Much better. Or maybe checking them once on a different band to where I get the software... All depends on my mood. Nick Quoth Markus Teich: > Hiltjo Posth

Re: [dev] Surf update

2017-03-23 Thread Nick
Quoth Quentin Rameau: > surf will “officially” make the switch from webkit1 to webkit2 soon. > Current master will be pushed to surf-webkit1, and surf-webkit2 to > master. The move should be done during the coming weekend or sometime > next week. Sounds good, I've been using surf-webkit2 for month

Re: [dev] [surf] badssl.com

2016-10-14 Thread Nick
Quoth Quentin Rameau: > > It does, but it will still make the connection. I'd rather some > > dialog box, so that my session state won't be automatically passed > > along to an untrusted server. Not sure the most elegant way to do > > this - I suppose one could have a little dmenu prompt asking

Re: [dev] [surf] badssl.com

2016-10-14 Thread Nick
Quoth Alexander Keller: > > surf is not _silently_ ignoring them. If the validation fails, `sslfailed` > > will be true and in the window title you can see a `…:U` for untrusted > > instead of `…:T` for trusted. > > You're right. It does provide that feedback. My apologies. :) It does, but it w

Re: [dev] seif opinions?

2016-09-25 Thread Nick Warne
On Sun, 25 Sep 2016 09:23:11 -0700 Louis Santillan wrote: > infrastructure player (like a bank {PayPal}... Paypal isn't a bank. Nick -- "Gosh that takes me back... or is it forward? That's the trouble with time travel, you never can tell." -- Doctor Who "Androids of Tara"

Re: [dev] https for suckless.org?

2016-09-24 Thread Nick Warne
s loads of latency on > connection, it stops proxies caching requests between clients. All > just for some false sense of security. > > -Joseph > > Whatever: https://sslmate.com/ Nick -- "Gosh that takes me back... or is it forward? That's the trouble with time travel, you never can tell." -- Doctor Who "Androids of Tara"

Re: [dev] [st] Scrollback patch crashes X

2016-09-24 Thread Nick Warne
On Sat, 24 Sep 2016 17:30:41 +0100 Nick Warne wrote: > On Sat, 24 Sep 2016 17:11:23 +0100 > Nick Warne wrote: > > > Hi Jochen, > > > > On Sat, 24 Sep 2016 17:47:04 +0200 > > Jochen Sprickerhof wrote: > > > > > Hi Nick, > > >

Re: [dev] [ST] scroll patch build failure [Really SOLVED]

2016-09-24 Thread Nick Warne
On Sat, 24 Sep 2016 17:49:00 +0100 Nick Warne wrote: > On Sat, 24 Sep 2016 18:43:18 +0200 > Jochen Sprickerhof wrote: > > > * Nick Warne [2016-09-24 17:39]: > > > rm config.h, and it builds fine from scratch. make clean doesn't > > > remove config.h (s

Re: [dev] [ST] scroll patch build failure [Really SOLVED]

2016-09-24 Thread Nick Warne
On Sat, 24 Sep 2016 18:43:18 +0200 Jochen Sprickerhof wrote: > * Nick Warne [2016-09-24 17:39]: > > rm config.h, and it builds fine from scratch. make clean doesn't > > remove config.h (should it?). > > No, it should not. config.h is your own configuration an

Re: [dev] [ST] scroll patch build failure [Really SOLVED]

2016-09-24 Thread Nick Warne
On Fri, 23 Sep 2016 17:09:36 +0100 Nick Warne wrote: > I am not getting much luck here (do _I_ suck?) :( > > dwm and st work great so far and I am well impressed and happy; but > any patches I apply either fail: > > http://lists.suckless.org/dev/1609/30448.html > >

Re: [dev] [st] Scrollback patch crashes X

2016-09-24 Thread Nick Warne
On Sat, 24 Sep 2016 17:11:23 +0100 Nick Warne wrote: > Hi Jochen, > > On Sat, 24 Sep 2016 17:47:04 +0200 > Jochen Sprickerhof wrote: > > > Hi Nick, > > > > * Nick Warne [2016-09-24 12:50]: > > > To reproduce, use st with just the scrollback patch

Re: [dev] [st] Scrollback patch crashes X

2016-09-24 Thread Nick Warne
Hi Jochen, On Sat, 24 Sep 2016 17:47:04 +0200 Jochen Sprickerhof wrote: > Hi Nick, > > * Nick Warne [2016-09-24 12:50]: > > To reproduce, use st with just the scrollback patch applied. > > > > Start dwm, and then use nano to load a large(ish) file (like dwm.c),

Re: [dev] [st] Scrollback patch crashes X

2016-09-24 Thread Nick Warne
setup tends to make you do it, doesn't mean you have > to solve every problem you have into it. I just done this to retrace the steps and test st without the scrollback patch. symlinks can lead to unexpected results sometimes. > cheers! > mar77i > Nick -- "Gosh that takes

Re: [dev] [st] Scrollback patch crashes X

2016-09-24 Thread Nick Warne
On Sat, 24 Sep 2016 09:40:38 -0400 Greg Reagle wrote: > On Sat, Sep 24, 2016, at 09:33, Nick Warne wrote: > > rebuilt dwm to use st. > > What does that mean? > I change config.h to use xfce4-terminal, so changed back to use st: //static const char *termcmd[] = { &quo

Re: [dev] [st] Scrollback patch crashes X

2016-09-24 Thread Nick Warne
On Sat, 24 Sep 2016 08:55:53 -0400 Greg Reagle wrote: > On Sat, Sep 24, 2016, at 07:50, Nick Warne wrote: > > With latest git st and latest git scrollback patch, I had 3 X > > crashes > > Does it happen with the latest unpatched st? > OK, just cleaned out st, a ne

Re: [dev] [dwm] Firefox always opens in TAG 9

2016-09-24 Thread Nick Warne
il", 1 << 4, 0, -1 }, { "Dillo", NULL, NULL, 1 << 3, 0, -1 }, }; Works a bloody treat! dwm is a great bit of kit - wish I found it ages ago! Nick -- "Gosh that takes me back... or is it forward? That's the trouble with time travel, you never can tell." -- Doctor Who "Androids of Tara"

[dev] [st] Scrollback patch crashes X

2016-09-24 Thread Nick Warne
thing. Luckily I have bound a function key in acpihandler to shutdown cleanly - that worked to get me out of a hard shutdown. As I say, I am loathe to try to reproduce on my notebook. Nick -- "Gosh that takes me back... or is it forward? That's the trouble with time t

Re: [dev] [dwm] Firefox always opens in TAG 9

2016-09-24 Thread Nick Warne
On Sat, 24 Sep 2016 11:38:24 +0200 Uwe wrote: > On 24 September 2016 10:05:58 CEST, Nick Warne > wrote: > > > >I have a small script that lauches firefox thus: > > > >> ./ff > > > >but no matter what TAG I run it from, Firefox always opens in

[dev] [dwm] Firefox always opens in TAG 9

2016-09-24 Thread Nick Warne
I have a small script that lauches firefox thus: > ./ff but no matter what TAG I run it from, Firefox always opens in TAG 9. Now, no problem with this, but I am curious why only FF shows this behaviour? Nick -- "Gosh that takes me back... or is it forward? That's the trouble wit

Re: [dev] [ST] scroll patch build failure

2016-09-23 Thread Nick Warne
On Fri, 23 Sep 2016 13:43:22 -0300 Draco Metallium(Rodrigo S. Cañibano) wrote: > My bad! No way! I just cloned st again, got the patch, applied, all builds now and works OK. Thanks, Works a treat. Nick > I should have copy the line from the patch itself and not from my > config. &

Re: [dev] [ST] scroll patch build failure

2016-09-23 Thread Nick Warne
and therefore > to config.h. Didn't that patch apply? > > Does your config.h have a line with "#define histsize 5000"? > No, nor does: st-scrollback-20160727-308bfbf.diff I guess I don't suck ;) Nick -- "Gosh that takes me back... or is it

Re: [dev] [ST] scroll patch build failure

2016-09-23 Thread Nick Warne
On Fri, 23 Sep 2016 17:36:21 +0100 Nick Warne wrote: > On Fri, 23 Sep 2016 13:32:14 -0300 > Draco Metallium(Rodrigo S. Cañibano) wrote: > > > > st.c:337:12: error: ‘histsize’ undeclared here (not in a function) > > > Line hist[histsize]; /* history buffer */ &

Re: [dev] [ST] scroll patch build failure [SOLVED]

2016-09-23 Thread Nick Warne
On Fri, 23 Sep 2016 17:09:36 +0100 Nick Warne wrote: > I am not getting much luck here (do _I_ suck?) :( > > dwm and st work great so far and I am well impressed and happy; but > any patches I apply either fail: > > http://lists.suckless.org/dev/1609/30448.html > >

[dev] [ST] scroll patch build failure

2016-09-23 Thread Nick Warne
an hour, but can't work out what is going on? Ideas? Thanks, Nick -- "Gosh that takes me back... or is it forward? That's the trouble with time travel, you never can tell." -- Doctor Who "Androids of Tara"

Re: [dev] Just discovered dwm

2016-09-22 Thread Nick Warne
On Thu, 22 Sep 2016 21:31:09 +0200 hiro <23h...@gmail.com> wrote: > then it's no better than ubuntu. i can deselect stuff there, too. > So you use ubuntu? - deselect systemd? What I meant was pulseaduio, KDE et al isn't a base requirement - just if you want it. Nick -

Re: [dev] slackware custom build

2016-09-22 Thread Nick Warne
lot. But I also have a directory called 'progs' in my $HOME that I install stuff in to keep the system clean ~ obviously you need to supply path info when using it, but e.g. dwm, st, dillo, claws-mail all live there. Nick -- "Gosh that takes me back... or is it forward?

Re: [dev] Just discovered dwm

2016-09-22 Thread Nick Warne
On 22 Sep 2016 09:51:00 +0100 Nick Warne wrote: > On Sep 22 2016, Cág wrote: > > >hiro wrote: > > > >> networkmanager should be removed first thing on any distribution > >> slack doesn't sound so great if it includes some crap tbh. > > > &

Re: [dev] dwm systray diff for 6.1 fails.

2016-09-22 Thread Nick Warne
On Sep 22 2016, Eric Pruitt wrote: On Wed, Sep 21, 2016 at 05:48:51PM +0100, Nick Warne wrote: Was going to use this to monitor battery, but HUNK #10 fails - looking at the patch and dwm.c, the code is totally different at around line 664: Are you using the tagged 6.1 release or 6.1/HEAD? My

Re: [dev] Just discovered dwm

2016-09-22 Thread Nick Warne
alled - just base Slackware. Nick -- "Gosh that takes me back... or is it forward? That's the trouble with time travel, you never can tell." -- Doctor Who "Androids of Tara"

Re: [dev] Just discovered dwm

2016-09-21 Thread Nick Warne
y years ago, most DE's now (like xfce4) do it for you. Many thanks - I was looking at dwm config.h to try to sort it. Great stuff, and thanks also to all replied to my query! BTW, sorted the wireless network too - commandline nm-tool and nm-connection-editor sorts that with default networkm

Re: [dev] Just discovered dwm

2016-09-21 Thread Nick Warne
and network icon. > > [1] http://dwm.suckless.org/patches/systray > [2] http://stalonetray.sourceforge.net/ Actually, re-replying to this, I use gkrellm as a monitor - that works in dwm just fine, so I can run in it's own TAG :) Nick -- "Gosh that takes me back... or is it fo

[dev] dwm systray diff for 6.1 fails.

2016-09-21 Thread Nick Warne
lines). Hunk #12 succeeded at 798 (offset -5 lines). All other HUNKS 1->33 apply nicely. Nick -- "Gosh that takes me back... or is it forward? That's the trouble with time travel, you never can tell." -- Doctor Who "Androids of Tara"

Re: [dev] Just discovered dwm

2016-09-21 Thread Nick Warne
ther, Slackware just seems to work. If I do need to change wireless, then a quick fire up into xfce4 will sort that out. One little thing I do miss though is scrolling with mouse wheel (or using the pad side edge) to scroll a web page etc. Is that doable? Thanks Nick -- "Gosh that

[dev] Just discovered dwm

2016-09-20 Thread Nick Warne
the Internet with Dillo in 38 seconds is, as youngsters say today "wicked!". Many thanks for something brilliant. Nick -- "Gosh that takes me back... or is it forward? That's the trouble with time travel, you never can tell." -- Doctor Who "Androids of Tara"

Re: [dev] Shell style guide

2016-09-08 Thread Nick
Quoth Evan Gates: > On Thu, Sep 8, 2016 at 5:44 AM, Nick wrote: > > I think this is something one learns with time. There are several > > good reasons not to quote substitutions, such as passing multiple > > arguments to another program (e.g. cmd $@), or a for or case &

Re: [dev] Shell style guide

2016-09-08 Thread Nick
is sensible. > Echo and printf: Do not use echo if your input includes a variable or > backslash. There is no safe way to do so. Use printf and %s instead. Agreed. I'd furthermore say that the first argument of printf should always be single-quoted, to ensure no unexpected substitutions can occur. Nick

Re: [dev] Sane office alternative?

2016-08-25 Thread Nick
Quoth Kevin Michael Frick: > what do you use to communicate with the part of the world (a majority, > unfortunately) who uses suckish formats such as .doc(x), .od[tspg] or > whatever? LibreOffice actually isn't that bad nowadays, for interacting with these formats. I use pandoc for reading thing

Re: [dev] [discussion] Cooperation between terminal and graphical programs

2016-06-25 Thread Nick
Quoth Jochen Sprickerhof: > * Marc Collin [2016-06-25 10:48]: > > Is there any way to get this behavior on standard Linux with suckless > > tools (dwm, st, etc)? > > http://dwm.suckless.org/patches/swallow Cool, I hadn't seen that, thanks for the link! This has indeed been discussed on the mai

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

2016-05-11 Thread Nick
t suffers the problems above of being scarily small. Maybe not, if they mostly just use Debian's repos, I don't know. parazyd, any comment on that? Anyway, thanks for all the thoughts, I'm currently leaning towards Gentoo or Debian/Devuan (I am secretly conservative and boring at times), but who knows where I'll end up. Love to you all. Nick

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

2016-05-11 Thread Nick
but I suspect that would take quite a lot of time and energy to get going and maintain. Any suggestions / thoughts? Nick 0. https://mjg59.dreamwidth.org/41085.html 1. https://blogs.gnome.org/mcatanzaro/2016/02/01/on-webkit-security-updates/ 2. http://morpheus.2f30.org

Re: [dev] [svmidi][PATCH] Prevent 'stuck' MIDI notes

2016-04-07 Thread Nick
Quoth Johnny Oskarsson: > I hope it is okay to continue sending send patches regarding svmidi to > the suckless mailing list. If not, I will send future patches directly > to Henrique. FWIW I'm enjoying reading the discussion and patches on the list.

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

2016-02-06 Thread Nick
Quoth Charles Lehner: > I agree. The discussion of security also got me thinking that surf > should probably do something about HTTPS certificate verification. > > From the article: > > > Old versions of Epiphany and Midori load pages even if certificate > > verification fails; the verification

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

2016-02-05 Thread Nick
GL. Which would have the additional advantage of working natively in wayland, which I know isn't that interesting these days, but still a nice thing to support. Nick

[dev] [surf] Switching to webkit2 as default

2016-02-04 Thread Nick
ery general-purpose, only really fit to read longform articles). Love and kisses, Nick 0. https://blogs.gnome.org/mcatanzaro/2016/02/01/on-webkit-security-updates/

Re: [dev] [slock] chown to root:root on install?

2016-01-28 Thread Nick
Hi folks, Quoth Markus Teich: > Nick wrote: > > Ideally slock should always be owned by the root user, so that it can > > disable > > the oom lock. I wonder what the right solution is here, as obviously one > > can't > > chown a file to be owned by root i

[dev]

2015-12-04 Thread Nick Raienko
unsubscribe

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 shit

Re: [dev] sent-0.1 or libxft bug

2015-11-16 Thread Nick
Quoth ret set: > > At least describe in one sentence what you mean. > Segmentation fault in in sent-0.1. Christoph is right, you really should have provided more description of what the fault is, how to reproduce it, and what you think was causing it. But regardless, as far as I can see this is

Re: [dev] paste@

2015-11-03 Thread Nick
e hasn't lost > integrity along the way). All sounds like a really nice idea to me. Nick

Re: [dev] A chance for a suckless web?

2015-10-11 Thread Nick
Quoth hiro: > I approve of Ben's comment. I read a lot of web articles on my > e-reader these days. This way I waste less time in front of shitty web > browsers (on immobile supercomputers) and have something consuming to > do on the go. I recently got an e-reader and thought I should do something

Re: [dev] A chance for a suckless web?

2015-10-11 Thread Nick
Quoth tauto...@gmail.com: > I have considered making a reader mode in surf, and having a sort of > automatic mode for going into reader mode to make it more of a default. I did that, but not with an automatic reader mode thing. Haven't updated it for a while, but it should still just work most

Re: [dev] [slock] Ctrl+Alt+Backspace Xorg Termination works

2015-09-27 Thread Nick
Quoth Mattias Andrée: > You could write a wrapper that use setxkbmap > to remove the terminate-option, and restore > it when slock exits. Wouldn't it make sense to add this functionality directly to slock?

Re: [dev] [slock] chown to root:root on install?

2015-09-08 Thread Nick
Quoth Dimitris Papastamos: > On Tue, Sep 08, 2015 at 02:44:26PM +0100, Nick wrote: > > Quoth Dimitris Papastamos: > > > On Tue, Sep 08, 2015 at 02:30:39PM +0100, Nick wrote: > > > > Separately to this, slock seems to exit (without prompt) after about > > > &

Re: [dev] [slock] chown to root:root on install?

2015-09-08 Thread Nick
Quoth Nick: > Quoth Dimitris Papastamos: > > On Tue, Sep 08, 2015 at 02:30:39PM +0100, Nick wrote: > > > Separately to this, slock seems to exit (without prompt) after about > > > 0.3s after I run it, unless I move the mouse or hit the keyboard > > > directl

Re: [dev] [slock] chown to root:root on install?

2015-09-08 Thread Nick
Quoth Dimitris Papastamos: > On Tue, Sep 08, 2015 at 02:30:39PM +0100, Nick wrote: > > Separately to this, slock seems to exit (without prompt) after about > > 0.3s after I run it, unless I move the mouse or hit the keyboard > > directly after starting it. Has anyone else se

[dev] [slock] chown to root:root on install?

2015-09-08 Thread Nick
this initially confused me. Separately to this, slock seems to exit (without prompt) after about 0.3s after I run it, unless I move the mouse or hit the keyboard directly after starting it. Has anyone else seen this? I could look into it more, but wonder if I am perhaps being stupid? Nick

Re: [dev] Torified surf is unstable

2015-08-18 Thread Nick
Quoth Gabriel Pérez-Cerezo: > It really seems to be a problem with torsocks. I have already solved > this problem with a patch GhostAV just sent me on this list that adds > SOCKS support to surf. It works fine now. Out of curiousity, why aren't you using a HTTP/HTTPS proxy that sends things th

Re: [dev] MIT/BSD licensed ELF linker?

2015-08-12 Thread Nick
t imagine many others do either. > There are cases though, where a GPL-incompatible license like the > OpenSSL license (also used by libressl) might come into play. In such Happily the OpenSSL license issue should go away soon, as they're working on relicensing to Apache 2.0: https://www.openssl.org/blog/blog/2015/08/01/cla/ Nick

Re: [dev] [st] Viewing images in terminal with w3m

2015-06-12 Thread Nick
Quoth Ivan Tham: > On Thu, Jun 11, 2015 at 10:00:58PM -0700, Eric Pruitt wrote: > >On Fri, Jun 12, 2015 at 12:52:29PM +0800, Ivan Tham wrote: > >>>There was a patch in mainline to support viewing images in st, but it > >>>was removed; refer to c0a56ef4be2a0f84360f41b2d45964e7ef297746 and > >>>c2026

Re: [dev] new mailinglist [news] and hackers repurpose

2015-06-04 Thread Nick
> 2.) The purpose of hackers@ has been redefined that new > patches for projects have to be sent and discussed there. > > These changes will keep the development out of the endless support > threads on dev@ and development more enjoyable. Sounds great to me, thanks for this, I've subs

Re: [dev] [sbase] [PATCH] tar: support -f - as stdin/out

2015-05-12 Thread Nick
Is - as a stdin/stdout file actually used many places? Because it seems awfully weird to do: zcat < a.tar.gz | tar -t -f - rather than zcat < a.tar.gz | tar -t or even use -f /dev/stdin as FRIGN suggested. If it isn't used often, I'd prefer we don't support this weird syntax option. If it is

Re: [dev] RSS

2015-05-07 Thread Nick
Quoth Jochen Sprickerhof: > I had the same thoughts last week and implemented my own rss2maildir > script. > ... > I've implemented a prototype in Python (yes, I know) and would happily > share it, if someone is interested. Make it so!

Re: [dev] [slock] [PATCH] Option to not show failure color on clear

2015-05-06 Thread Nick Currier
On Wed, May 6, 2015 at 9:20 AM, Markus Teich wrote: > I think the new behaviour actually is a more reasonable default. I had talked to both sin and dsp about this and they thought it best to keep the existing behaviour. However, it's easy enough to change if the consensus is to change the default

Re: [dev] [vis][RFC][PATCH 1/2] Replace first '/' of substitute command with \0

2015-05-06 Thread Nick
Quoth Silvan Jegen: > What I am doing with this tag is expressing my good intentions. Good intentions are assumed for all the patches here, which is reasonable and right. If some lawsuit came about (which it won't) the norms of behaviour on the list should trump any git tags.

[dev] [slock] [PATCH] Option to not show failure color on clear

2015-05-06 Thread Nick Currier
Hello, This patch adds the failonclear boolean option so that, when false, the failure color will not appear until a failed login attempt has been made. It also maintains the existing behaviour (failure on clear) by default. Thanks, hexid From b5fa0f2cabf03ae3d09a29b8fb5327109ec2e0e0 Mon Sep 17 0

Re: [dev] [sbase] [PATCH] join manpage: Fix spelling

2015-05-03 Thread Nick
Quoth Wolfgang Corcoran-Mathe: > '-eth' might sound good to a native English speaker It doesn't ;) Good patch.

Re: [dev] aijuboard

2015-04-29 Thread Nick
o do (I don't use Plan 9), such that it could be relieved by offloading to a FPGA? Also, I thought GPUs could be used for more than just graphical stuff nowadays, or is that either not general enough or not applicable for a little board like yours? Nick

Re: [dev] Miscellaneous sbase issues

2015-04-27 Thread Nick
Quoth Nick: > Quoth Dimitris Papastamos: > > Some things that need to be done for tar: > > > > ... > > - Strip leading / from filenames and dangerous things like ../../ etc. > > OK, attached is a patch that does that. I think it covers all the > bases. One

Re: [dev] [surf] Patch to print ssl error reasons to stderr

2015-04-27 Thread Nick
I had forgotten about this patch, but it is a useful one and I reckon it should be applied (or rebuked, if appropriate). It still applies fine against the current tip ("with fuzz"). Quoth Nick: > Quoth Markus Teich: > > > I recently wrote a patch that printed usefu

  1   2   3   4   5   6   >