Re: [Fwd: Re: [Fwd: window system (Re: [dev] GSoC 2010)]]

2010-03-05 Thread Nick
On Fri, Mar 05, 2010 at 06:46:37AM -0800, Noah Birnel wrote: On Fri, Mar 05, 2010 at 01:18:51PM +0100, pancake wrote: http://code.google.com/p/equanime Not Found The requested URL /p/equanim/ was not found on this server. Typo? Or is it gone? On your part. Note the final 'e'.

Re: [dev] [surf] User-Agent string.

2010-05-19 Thread Nick
Quoth Marvin Vek: It may be be a stupid requirement, the sad fact is that many websites expect it, or act on it. I've been using uzbl without much in the user agent field for a month or two now (since finding eff's panopticlick info), and haven't noticed any site fail for me. Granted I don't

Re: [dev] Suckless operating system

2010-06-15 Thread Nick
Quoth Ethan Grammatikidis: I think it's pointless because most file types can be identified from their first few bytes. This loops back around to my content-type argument, why should the server go looking for file type when the client gets it handed to it anyway? Because that way you

Re: [dev] Interesting post about X11

2010-06-15 Thread Nick
Quoth Robert Ransom: So, you think that - a terminal emulator written in JavaScript - which produces its output by manipulating XML DOM objects - which in turn cause a browser to rerun its page *layout* algorithm - and then redraw the terminal screen will be as snappy as xterm? Or by

Re: [dev] Suckless operating system

2010-06-15 Thread Nick
Quoth Ethan Grammatikidis: On 15 Jun 2010, at 11:24, Nick wrote: Because that way you can do content negotiation. Granted, that isn't much used today, Why not? With more international businesses than ever on the web and the internet spread further over the globe than ever before

[dev] [surf] Add more settings as xproperties

2010-07-08 Thread Nick
this? Personally I'm only interested in just toggling a proxy or stylesheet on or off, which could be easily done without resorting to xprop. But I wonder what people consider the best way? I look forward to hearing people's thoughts. Nick diff -r e83fbd17d63a surf.c --- a/surf.cTue Jun 08

Re: [dev] [surf] Add more settings as xproperties

2010-07-08 Thread Nick
Quoth Nick: I'm attaching 2 patches which make the proxy and custom stylesheet options changable by xprop. What do people think about the idea of exposing settings like this? One nice example use case could be a 'paranoia mode' script which (amongst other things) set all surf windows to use

Re: [dev] wmii: dash, bash and tests in wmiirc

2010-07-20 Thread Nick
==block, RUN+=/usr/bin/sudo -u nick /usr/bin/pmount %k Simplest way I found. Nick pgpg6NVlPO6sa.pgp Description: PGP signature

Re: [dev] wmii: automount USB pens [was: dash, bash and tests in wmiirc]

2010-07-20 Thread Nick
Quoth LuX: @Nick: Thank you for your udev rule. It might be handy, but I'm not so enthusiastic in using this method: it calls sudo (hence requires so special preferences for ordinary users, I guess) Sudo is used so that mounts aren't owned by root (or whatever user udevd is running as). I

[dev] [surf] Scrolling with direction keys

2010-08-01 Thread Nick
restoring direction key scrolling. For the record, I don't know about horizontal scrolling and the left / right keys; thankfully I don't come across sites which require it often. Nick --- config.def.h2010-08-01 10:40:36.444657948 +0100 +++ config.def.h2010-08-01 21:01:28.180570285 +0100

[dev] Re: [surf] Scrolling with direction keys

2010-08-01 Thread Nick
Quoth Nick: I just updated webkit-gtk from 1.18 to 1.20, and now the direction Sorry, I meant 1.1.15.4 to 1.2.3. pgp7dY1ORdv27.pgp Description: PGP signature

Re: [dev] [surf] Scrolling with direction keys

2010-08-02 Thread Nick
Quoth Matthew Bauer: One problem I have noticed however is that if you use an application like Google Spreadsheets, you will not be able to navigate between rows with the up and down keys like you would in a normal browser. Hmm. Also navigating using these keys in text boxes no longer works

Re: [dev] Stripping html from email

2010-08-24 Thread Nick
On Tue, Aug 24, 2010 at 07:31:18AM -0400, Kurt H Maier wrote: http://search.cpan.org/~kilinrax/HTML-Strip-1.06/Strip.pm Umm. Is no-one reading the body of the original request? We can all strip XML easily, that isn't the question.

Re: [dev] surf ssl handshake

2010-10-03 Thread Nick
https://bugs.gentoo.org/show_bug.cgi?id=307343 (short answer, fix is http://git.gnome.org/browse/libsoup/commit/?id=01a43ad9824fba77384534c6d588e0e0d653986e which is in libsoup-2.30) Nick pgpKn2Zt0CVUC.pgp Description: PGP signature

Re: [dev] surf ssl handshake

2010-10-04 Thread Nick
Quoth Jacob Todd: I thought surf didn't have finished ssl support, and that pages weren't actually secure when visiting with https (https://grc.com won't load in surf). I could be wrong though. https://grc.com returns 301 moved permenantly to http://grc.com/intro.htm So it looks like a bad

[dev] Using a different rendering engine for surf

2010-10-20 Thread Nick
So, we all know that Webkit is a mess, and GTK+ for that matter. However, WebkitGTK does a reasonable job of rendering the mess of the modern web, hence surf using it. I wonder, has anyone looked at Hubbub/LibCSS, the HTML CSS rendering libraries of NetSurf? I gave them the briefest of glances

Re: [dev] Using a different rendering engine for surf

2010-10-20 Thread Nick
On Wed, 20 Oct 2010 10:06 +0100, Nick suckless-...@njw.me.uk wrote: I wonder, has anyone looked at Hubbub/LibCSS, the HTML CSS rendering libraries of NetSurf? I gave them the briefest of glances today, and they look pretty nice. They're certainly *a lot* smaller and simpler than WebkitGTK

Re: [dev] [st] Separating the wheat (terminal emulation) from the chaff (X)

2011-01-18 Thread Nick
Quoth Ross Mohn: Back in an old thread on st goals, there was some good discussion of modularizing the terminal emulation part of st to allow the attachment of other, non-xlib-based front-ends. I really like the idea of there being an OpenGL (maybe OpenGL ES) version, in keeping with the

[dev] [dwm] floating window if fullscreen

2011-01-24 Thread Nick
thing happens. I could set nofullscreen and x y to a few pixels less than my screen size in the mplayer config, but that is a little unclean, and I'd really like to understand what's going on. Thanks, Nick P.S. I'm using dwm revision 1527 pgpfjS7AR8Zey.pgp Description: PGP signature

Re: [dev] [dwm] floating window if fullscreen

2011-01-24 Thread Nick
realised how readable the dwm source is :-) As I mostly use monocle layout (I'm using a netbook), this behaviour isn't ideal for me. Attached is a patch removing that functionality, in case anyone else finds it useful. Nick diff -r 072c62ed10f2 dwm.c --- a/dwm.c Fri Jan 07 16:05:22 2011 +

Re: [dev] [dwm] floating window if fullscreen

2011-01-25 Thread Nick
On Mon, Jan 24, 2011 at 5:53 PM, Jan k...@unstable.nl wrote: Since your new to dwm I'd like to point you to the bstack layouts you can find in the wiki. In my eyes they work very nice with netbooks. Thanks a lot for pointing me towards that, Jan. It does indeed look like a good layout for me.

[dev] Config files

2011-02-09 Thread Nick
of config details. It would also be nice to have config info elsewhere than compiled into the binary, so I can move it to systems with different credentials easily. So, what's a good, simple format to store config files? Obviously XML is pretty gross. So, what do people here tend to do? Nick

Re: [dev] Config files

2011-02-09 Thread Nick
On Wed, Feb 09, 2011 at 11:29:31AM +, Connor Lane Smith wrote: On 9 February 2011 11:19, Nick suckless-...@njw.me.uk wrote: So, what's a good, simple format to store config files? Obviously XML is pretty gross. So, what do people here tend to do? If your options are fairly simple

[dev] [surf] Check SSL certificates

2011-02-16 Thread Nick
in the future I plan to add a monkeysphere[1] patch to surf, which seems much nicer. Nick [1] https://web.monkeysphere.info P.S. The patch is against the latest tip, 7a931a352cf9 diff -r 7a931a352cf9 config.def.h --- a/config.def.h Thu Sep 09 11:15:02 2010 +0200 +++ b/config.def.h Wed Feb 16 23:52

Re: [dev] [surf] Check SSL certificates

2011-02-16 Thread Nick
Attached is a very slightly updated version of the patch, which is functionally the same, but neater. diff -r 7a931a352cf9 config.def.h --- a/config.def.h Thu Sep 09 11:15:02 2010 +0200 +++ b/config.def.h Thu Feb 17 00:46:22 2011 + @@ -1,11 +1,14 @@ /* modifier 0 means no modifier

[dev] /run coming to a linux distribution near you

2011-03-30 Thread Nick
expected from Lennart. Am I wrong? Lots of the people around here understand Unix quite deeply... Does Plan9 split parts of /var off like this? Nick

Re: [dev] /run coming to a linux distribution near you

2011-03-30 Thread Nick
On Wed, Mar 30, 2011 at 05:36:44PM +0200, c...@wzff.de wrote: In any case, I don't understand why this is discussed on this mailing list. This has absolutely nothing to do with any suckless software. Please take your criticism to other mailing lists, where people are in a position to change

[dev] [st] A few small patches

2011-03-31 Thread Nick
. There's no need for me to get a message on stderr every time I press shift. Hope you like them, Nick diff -r 7bae6f59e9f6 st.c --- a/st.c Sun Jan 23 12:30:01 2011 +0100 +++ b/st.c Thu Mar 31 14:17:34 2011 +0100 @@ -420,8 +420,8 @@ memcpy(ptr, term.line[y][x].c, sl); ptr += sl

Re: [dev] [st] A few small patches

2011-03-31 Thread Nick
On Thu, Mar 31, 2011 at 02:30:58PM +0100, Nick wrote: I really like st, by the way, and am finding it very stable and great for everyday use. Speaking of which, are there any plans to release a 0.1 sometime soon? As I say, in my experience st has been very solid, including with wierd curses

Re: [dev] [st] bold as bright (again)

2011-04-01 Thread Nick
On Fri, Apr 01, 2011 at 12:02:10PM +0200, pancake wrote: On 04/01/11 10:58, Stefan Mark wrote: Some time ago, i submitted a patch that makes colors bright for bold text. Most Terminals do that, and some programs rely on this (like htop). The patch was rejected unless more people ask for it.

Re: [dev] hgweb typically sucks

2011-04-01 Thread Nick
On Fri, Apr 01, 2011 at 02:23:56AM +0100, Ethan Grammatikidis wrote: Looking at the list of other projects on suckless.org some catch my eye, so I click on them get taken to a hgweb site. Okay, no problem so far, so I click on a file, micy's micy.c for example. Between the syntax highlighting

Re: [dev] [st] bold as bright (again)

2011-04-01 Thread Nick
because you dont see what's going to be copied into the clipboard until it's too late. Yes, the code for this was commented out, saying that draw() can't keep up. It seems to work nicely for me, though, so barring complaints it would be nice to apply the attached patch. Nick diff -r 7bae6f59e9f6 st.c

Re: [dev] [st] bold as bright (again)

2011-04-01 Thread Nick
On Fri, Apr 01, 2011 at 03:08:24PM +0200, Petr Sabata wrote: Speaking of colors -- another slightly annoying thing is you currently can't define custom (not choosing one of the 16 colors) background, foreground and cursor colors. You can use HTML-style hex notation, e.g. #5c5cff

Re: [dev] [st] bold as bright (again)

2011-04-01 Thread Nick
On Fri, Apr 01, 2011 at 03:06:09PM +0200, pancake wrote: I executed the scripts in hg.youterm.com/toys/ansi to check for 256 colors and normal ansi escape codes. And here's the result: http://lolcathost.org/stcolors.png (left one is xterm, and right one is st) As you may see.. not all

Re: [dev] [surf] [PATCHES] (1) GConf URL schema handlers (2) delete _SURF_GO xprop (3) close stdout sending XID

2011-04-07 Thread Nick
On Thu, Apr 07, 2011 at 02:15:11PM +0200, Adam Strzelecki wrote: (2) surf-2-delete-_SURF_GO-once-received.patch This xprop (atom) may be used to tell *surf* to go to specific URL. It is safer to remove this atom just after it is set in case we send some URL containing passwords or auth

Re: [dev] [surf] [PATCHES] (1) GConf URL schema handlers (2) delete _SURF_GO xprop (3) close stdout sending XID

2011-04-07 Thread Nick
Quoth Bjartur Thorlacius: On 4/7/11, Adam Strzelecki o...@java.pl wrote: (2) surf-2-delete-_SURF_GO-once-received.patch This xprop (atom) may be used to tell *surf* to go to specific URL. It is safer to remove this atom just after it is set in case we send some URL containing passwords

Re: [dev] Why dwm or wmii over xmonad, etc., or not?

2011-04-20 Thread Nick
. I've heard good things about xmonad; I imagine using it is a nice way to learn haskell. Nick

Re: [dev] st patch for draw() etc.

2011-04-21 Thread Nick
dependency load of suckless stuff, but I don't see why a .c file is better than an installed .a for shared functions. Nick

Re: [dev] [ANN] sabotage 2011-04-30, a musl+busybox based distribution

2011-05-04 Thread Nick
On Wed, May 04, 2011 at 09:30:49AM -0400, Kurt H Maier wrote: Netsurf brings in libxml.brbrspan style=font-family:Prelude, Verdana, san-serif;brbr/spanspan id=signaturediv id=no_signature style=overflow:hidden;/div/spanspan style=color:navy; font-family:Prelude, Verdana, san-serif; hr

Re: [dev] [ANN] sabotage 2011-04-30, a musl+busybox based distribution

2011-05-04 Thread Nick
On Wed, May 04, 2011 at 09:43:28AM -0400, Kurt H Maier wrote: On Wed, May 4, 2011 at 9:35 AM, Nick White n...@njw.me.uk wrote: And seriously, compare the code of netsurf and webkit-gtk sometime. I don't understand why netsurf seems to require libxml at runtime. I didn't know it did

Re: [dev] [ANN] sabotage 2011-04-30, a musl+busybox based distribution

2011-05-04 Thread Nick
One thing you should know about netsurf is that there are a few different frontends which work on linux. You're looking at the GTK one, which is naturally heavier on dependencies. The other major one is a 'framebuffer' frontend, which is a generic api which can hook into x or directfb. I think

Re: [dev] [ANN] sabotage 2011-04-30, a musl+busybox based distribution

2011-05-04 Thread Nick
On Wed, May 04, 2011 at 05:27:26PM +0200, pancake wrote: On 05/04/11 16:31, Nick wrote: i dont see the point of using libglade for the gtk backend... it's just the reason why it depends on libxml and this is probably the main bottleneck for loading the gtk UI... I think their RISC OS frontend

Re: [dev] sltar c

2011-05-20 Thread Nick
creating and extracting archives. So that things cannot be too impolite /dangerous. Nick pgpaeQnCZcEFF.pgp Description: PGP signature

Re: [dev] Making Apps That Don't Suck by Mike Lee

2011-05-21 Thread Nick
Quoth Jakub Lach: Please install Flash player. Ha. Indeed. Looks like the flash player is just used to show slides the mp3. You can download the mp3 slides separately from the side, using credentials from http://bugmenot.com/view/infoq.com Haven't listened to it yet, don't consider this

Re: [dev] mret

2011-05-26 Thread Nick
On Wed, May 25, 2011 at 10:38:08PM +0100, Connor Lane Smith wrote: imo (and stealing some ideas from Kurt) you should have separate boxes which are filled with the output of the given command; you just type a command and the box appears and starts to be filled. You can then type your next

Re: [dev] Suckless Smartphone?

2011-06-07 Thread Nick
On Tue, Jun 07, 2011 at 12:39:53PM +0100, Guilherme Lino wrote: never tried it, but i would like to. And i really support the idea because there more trees falling in a day than growing in a year.. I'm pretty sure if you make a case for ebook readers on environmental grounds you will fail. They

Re: [dev] ideas on suckless file manager

2011-06-08 Thread Nick
On Wed, Jun 08, 2011 at 01:09:38AM +0100, Ethan Grammatikidis wrote: It's also good for unpacking archives, I much prefer its zoom-to-unpack to mucking about with tar (or especially zip,) although it's not as clean as p9's `hget url | gunzip | tar -x`. you know you can do something like

Re: [dev] does anyone else think that suckless.org is more about bare-bones minimalism than unix philosophy

2011-06-13 Thread Nick
On Mon, Jun 13, 2011 at 09:38:26AM -0400, Andreas Wagner wrote: I just think the principles of composition and as a result modularity and separation are being neglected. Can you give some examples of where you see this in suckless.org's software?

Re: [dev] Experimental editor

2011-06-17 Thread Nick
, but it's certainly a usecase which would be nice to cover. Nick

Re: [dev] Experimental editor

2011-06-17 Thread Nick
On Fri, Jun 17, 2011 at 10:49:12AM -0400, Kurt H Maier wrote: On Fri, Jun 17, 2011 at 10:29 AM, Nick suckless-...@njw.me.uk wrote: I haven't used it, so don't know it's level of suckiness, but might cairo work? No. Guessed that would be the case, just throwing it out there ;) Connor's

Re: [dev] Experimental editor

2011-06-17 Thread Nick
On Fri, Jun 17, 2011 at 07:15:22AM -0800, Andrew Hills wrote: On Fri, Jun 17, 2011 at 6:29 AM, Nick suckless-...@njw.me.uk wrote: But if we're thinking about breaking from the terminal, how would remote editing work? Some sort of ssh piping from / to the file on the server? I haven't

Re: [dev] Microsoft considers harmful...

2011-06-17 Thread Nick
On Fri, Jun 17, 2011 at 04:40:21PM +0100, Rob wrote: It's a shame they didn't go into more detail, at the moment it could just be FUD spreading. https://lwn.net/Articles/444672/?format=printable The comments are also worth reading

Re: [dev] Experimental editor

2011-06-17 Thread Nick
Quoth Rob: On Fri, Jun 17, 2011 at 07:15:22AM -0800, Andrew Hills wrote: On Fri, Jun 17, 2011 at 6:29 AM, Nick suckless-...@njw.me.uk wrote: But if we're thinking about breaking from the terminal, how would remote editing work? Some sort of ssh piping from / to the file on the server

Re: [dev] volume level in dwm taskbar

2011-06-20 Thread Nick
that. Or I use a little C utility I wrote which links to the (rather ugly) alsa library functions. Nick

Re: [dev] Re: Cleanup of (hg.)suckless.org

2011-06-21 Thread Nick
On Tue, Jun 21, 2011 at 08:10:29AM +0200, Petr Sabata wrote: Thanks. I was quite surprised about wmii since I thought, no matter how repulsive I find it, it was consired a suckless.org flagship or something. Indeed, it may be a good idea to change the first sentence of the suckless.org

Re: [dev] How to use tabbed with surf?

2011-06-21 Thread Nick
On Tue, Jun 21, 2011 at 03:17:33PM +0300, Le Tian wrote: I'm sorry, but what am I supposed to change in to make tabbed run surf not xterm after mod4+shift+enter? I don't use tabbed, but I believe based on the example usages in the man page, just invoke it like this: $ tabbed surf -e

Re: [dev] Microsoft considers harmful...

2011-06-22 Thread Nick
, but with significantly less worth reading. Nick P.S. I still have plans for a Gopher hole of my own some day. pgpOGlGbIodP4.pgp Description: PGP signature

Re: [dev] surf: paste from primary buffer (aka middle-click paste?)

2011-06-29 Thread Nick
Quoth dwindle nil: I find this functionality lacking, and although it's no deal-breaker, it is annoying. Any patches or ideas? I just have `xclip -o | xargs surf` bound to a key in dwm. pgpnbQgZMgVYv.pgp Description: PGP signature

Re: [dev] [dwm] sloppy focus

2011-07-04 Thread Nick
On Mon, Jul 04, 2011 at 02:10:33AM +0100, Connor Lane Smith wrote: I don't know about all you, but I find dwm's sloppy focus can be really annoying at times -- focusing a window when I accidentally nudge my atrophying pointer -- and would rather click-to-focus. The Occasionally it is annoying.

[dev] suckless http library

2011-07-04 Thread Nick
Does anyone know of a reasonable C library for HTTP client interaction? Or a nice suckless program that does HTTP that I can derive inspiration from? Thanks Nick

Re: [dev] [dwm] sloppy focus

2011-07-04 Thread Nick
On Mon, Jul 04, 2011 at 04:14:06PM +0100, Connor Lane Smith wrote: I personally would rather dwm had no mouse support at all, but clearly that would be controversial... I'd be interested in seeing the patch. Is the mouse used for anything much other than sloppy focus (it's all I use the mouse

Re: [dev] dmenu-4.4

2011-07-20 Thread Nick
On Wed, Jul 20, 2011 at 10:47:28AM +0100, Kai Hendry wrote: HTTPS I can _just_ about live with, but that's crappy too really. Anyone can get a HTTPS cert, so how can you test sanely that it indeed came from suckless when sucking it down with curl? Surly it's more of a DNS thang we need to rely

Re: [dev] dmenu-4.4

2011-07-20 Thread Nick
On Wed, Jul 20, 2011 at 10:58:32AM +0100, Kai Hendry wrote: On 20 July 2011 10:54, Nick suckless-...@njw.me.uk wrote:  wget http://dl.suckless.org/tools/dmenu-4.4.tar.gz.sig  gpg --verify dmenu-0.4.tar.gz.sig is not that tricky. You've skipped over the part of how you exchange the public

Re: [dev] dmenu-4.4

2011-07-20 Thread Nick
On Wed, Jul 20, 2011 at 12:32:32PM +0200, markus schnalke wrote: On 20 July 2011 11:06, Nick suckless-...@njw.me.uk wrote: But just downloading the key from a keyserver, even if it isn't trusted by your web of trust, is better than e.g. just distributing a hash, [...] The concept of PGP

Re: [dev] dmenu-4.4

2011-07-20 Thread Nick
On Wed, Jul 20, 2011 at 11:32:25AM -0400, Peter John Hartman wrote: Why not just have a quick once-over of the code? There's a reason suckless apps aim to be under a certain SLOC limit, and I take it that one of these is so that one can have a quick once-over of the code. And if the distro

Re: [dev] [surf] segfault

2011-08-04 Thread Nick
On Thu, Aug 04, 2011 at 01:32:50PM +0200, Cengiz Tas wrote: So what I are using instead for browsing? I mean beside FF or Chromium. Netsurf, Arora, etc. ? Netsurf lacks of Java Script and Arora development stopped for quite a long time. Chromium/midori for heavy sites, netsurf/lynx for sane

Re: [dev] [surf] segfault

2011-08-04 Thread Nick
On Thu, Aug 04, 2011 at 12:35:24PM +0100, Nick wrote: Chromium/midori for heavy sites, netsurf/lynx for sane ones. Saying that, I'm still using surf out of habit a lot at the moment. There isn't a good alternative for js heavy sites. The only winning move is not to play.

[dev] [dwm] OpenOffice popups go to the wrong tag

2011-08-09 Thread Nick
Firstly: OpenOffice - I know. I currently have to use it a little bit for work. Now, on to the point. * I have oocalc in tag 1 * I have tag 2 active * I open a new oocalc, with a password-protected file PROBLEM: the enter password floating window is opened in tag 1 (as it's associated with

Re: [dev] [dwm] OpenOffice popups go to the wrong tag]

2011-08-10 Thread Nick
(apologies for breaking threading) Eckehard Berns wrote: Dwm does this by intention. In manage() in dwm.c the code explicitly checks, whether the new window is a transient for an already managed client. If so, the tags and monitor settings are copied from the main

Re: [dev] [dwm] OpenOffice popups go to the wrong tag]

2011-08-10 Thread Nick
On Wed, Aug 10, 2011 at 03:52:39PM +0100, Connor Lane Smith wrote: Bad news! Assuming existingwin is XID 0x28d, there is nothing in pwwin's xprops to suggest that it should be treated in any other way. Which means the only solution would be a hack like the one attached (untested). Yes,

[dev] [surf] patch to toggle javascript

2011-08-20 Thread Nick
I've rather changed my mind about surf. While webkit-gtk is a very long way from suckless, surf is somewhat hackable (depending on the task), and script.js is quite useful if you're prepared to roll up your sleeves and do battle with js the dom. Netsurf has proven less stable than I'd like (I

[dev] [st] patch to send terminal to another program

2011-08-25 Thread Nick
I think it would be really neat to be able to send all the text in a terminal to an external program, to act on it as it likes. I wrote a patch to do that, sending the contents of the screen to the stdin of the chosen program. One good use for this is writing a script to find any links, and

Re: [dev] [st] Scroll selection patch

2011-09-14 Thread Nick
Yeah, that bothered me slightly too, thanks for fixing. Patch works fine and dandy. Nick

Re: [dev] Futaba Linux

2011-09-20 Thread Nick
Quoth Sir Cyrus: Thought a few of you might be interested in this: http://alrig.ht/newfutaba.html Sounds really nice. Pity they can't use musl, as ARM support is an important use-case. I like that they plan to ditch /etc/{init.d|rc.d}/* for /sbin/rc.*. For some reason I hadn't considered

[dev] [surf] Tiny patch

2011-09-26 Thread Nick
Attached is a patch updating the surf manpage to reflect the correct keybinding for find. diff -r 2533f186089d surf.1 --- a/surf.1Thu Mar 31 12:52:35 2011 +0200 +++ b/surf.1Mon Sep 26 22:48:44 2011 +0100 @@ -60,7 +60,7 @@ .B Ctrl\-Shift\-i Resets Zoom .TP -.B Ctrl\-/ +.B Ctrl\-f Opens

[dev] [surf] download patch updated

2011-09-28 Thread Nick
something that doesn't work in surf, please detail it there (or on the mailing list). While surf is very far from perfect, it's the most reasonable way of using today's web that I've found, and I'd rather like to keep it working. Nick diff -r 71388899ac09 config.def.h --- a/config.def.h Tue Jun 08

Re: [dev] [surf] download patch updated

2011-09-28 Thread Nick
Quoth Troels Henriksen: Nick suckless-...@njw.me.uk writes: Howdy, I recently got around to updating the patch posted to the list in July last year by Carlos, which builds downloading into surf rather than relying on e.g. wget. While this sounds like a bad idea, it isn't, as it's

Re: [dev] [surf] download patch updated

2011-09-29 Thread Nick
Quoth Nick: In other surf news, I created a page on the wiki http://surf.suckless.org/failing_sites - if anyone finds something that doesn't work in surf, please detail it there (or on the mailing list). While surf is very far from perfect, it's the most reasonable way of using today's web

Re: [dev] [surf] download patch updated

2011-09-29 Thread Nick
Quoth Troels Henriksen: what would a javascript download be? I confess to not having looked in depth at all the nasty obfuscated ways javascript heavy sites 'protect' downloads. But Carlos in the original version of the patch refers to javascript that generates POST requests. I thing the

[dev] [st] Patch to remove color limit hardcoding

2011-10-05 Thread Nick
A couple of people recently have wanted to set background colours different to any colour in the main palette of 16. This patch allows that, and is generally sensible. diff -r 33577294b822 st.c --- a/st.c Thu Sep 22 10:04:58 2011 +0200 +++ b/st.c Wed Oct 05 13:57:52 2011 +0100 @@ -1541,7 +1541,7

Re: [dev] Suckless way of checking Nagios?

2011-10-16 Thread Nick
Quoth Sime Ramov: Hello. I need to keep track of one remote Nagios instance output, which excludes cnagios[1]. Why not just get it to email you on state changes? pgpeEklK6xw6r.pgp Description: PGP signature

Re: [dev] Some questions about st and a patch

2011-10-17 Thread Nick
On Mon, Oct 17, 2011 at 09:44:19AM -0500, Stephen Paul Weber wrote: 3) How do I scroll up the scrollbuffer? The Shift+PageUp I'm used to does not seem to work. This isn't implemented in st yet, sadly. Some people are happy having tmux manage scrollback stuff.

[dev] st features that'd be nice

2011-10-18 Thread Nick
of these should take much code, I think. I'd like to add these myself, but I'd like it even more if someone else did. Nick

Re: [dev] st features that'd be nice

2011-10-18 Thread Nick
On Tue, Oct 18, 2011 at 12:11:55PM +0200, pancake wrote: On 10/18/11 12:01, Nick wrote: * Logging - logs of terminal sessions can be saved. It only makes sense to do this on command, rather than automatically (as terminator does). Once scrollback exists, this becomes pretty easy

Re: [dev] st features that'd be nice

2011-10-19 Thread Nick
On Wed, Oct 19, 2011 at 09:06:25AM -0400, Andrew Hills wrote: The computers are fast, or st has no performance issues (and is thus fast)? st has no performance issues. The computers are slow, by modern standards (900Mhz CPU).

Re: [dev] st features that'd be nice

2011-10-19 Thread Nick
On Wed, Oct 19, 2011 at 09:51:33AM -0400, Andrew Hills wrote: Recently I have discovered that, independent of the value of $TERM, I am unable to use ^C or ^\ to kill tail when following a file. I am required to ^Z, kill %%. However, no other program seems to have this problem. Has anyone else

Re: [dev] [dwm] 2000 SLOC

2011-10-31 Thread Nick
Quoth Peter John Hartman: Task One: Make it play nice with webkit-gtk 1.6.1 (which it doesn't; 1.4.2 is as high as you can get.) Task maybe-one-maybe-two: make it play nice with webkit-gtk compiled against gtk3. Gtk3 probably sucks less than 2, but regardless, it's the future of webkit-gtk.

Re: [dev] [dwm] 2000 SLOC

2011-10-31 Thread Nick
Quoth Connor Lane Smith: ... because it clashes with the developers' CSS. That's the problem. I think there ought to be pure style-free semantic HTML, and then users can style every site to fit their personal needs, without it resulting in ugly. Unfortunately people take the opportunity to

Re: [dev] [dwm] 2000 SLOC

2011-11-01 Thread Nick
On Tue, Nov 01, 2011 at 09:34:21AM +, Connor Lane Smith wrote: On 31 October 2011 23:28, Nick suckless-...@njw.me.uk wrote: http://njw.me.uk/software/simplyread/ is a little js thing I wrote which is basically a nicer, simpler version of readability. works with surf, uzbl, chrome

Re: [dev] [dwm] 2000 SLOC

2011-11-01 Thread Nick
On Tue, Nov 01, 2011 at 10:11:46AM +, Connor Lane Smith wrote: On 1 November 2011 09:44, Nick suckless-...@njw.me.uk wrote: - test the current xpi with firefox, using mozilla's addon  compatibility extension, to see if it works, or Done. It seems to work fine. Cool, thanks, I'll

Re: [dev] [dwm] 2000 SLOC

2011-11-01 Thread Nick
On Tue, Nov 01, 2011 at 06:20:29PM +0100, pancake wrote: On 31 October 2011 23:28, Nick suckless-...@njw.me.uk wrote: http://njw.me.uk/software/simplyread/ is a little js thing I wrote which is basically a nicer, simpler version of readability. works with surf, uzbl, chrome, firefox. Can

Re: [dev] [dwm] nicer web (was: 2000 SLOC)

2011-11-03 Thread Nick
On Thu, Nov 03, 2011 at 10:03:20AM +0100, Pierre Chapuis wrote: I would say the closest thing to that currently on the Web is Atom. I could imagine a Web of content where text documents are written in Markdown and structured data is Atom or something similar built on JSON. Indeed. Or

Re: [dev] [surf] downloads

2011-11-04 Thread Nick
Quoth Peter John Hartman: One thing that *rumor* has it surf can't handle are fancy-schmancy downloads, for instance, I'm told RapidShare fails[1]. More testing has shown that this is actually a lie (sorry about that). I have definitely seen failures in the past with downloading, but would

[dev] surf: cookie handling

2011-11-11 Thread Nick
So, there have been some wild rumours about surf not handling cookies well. The last item of http://suckless.org/project_ideas even mentions this. However, it has always worked fine for me, and I haven't heard any complaints about it for a long time. I believe surf isn't using webkit's cookie

Re: [dev] Trouble with Gmail in surf

2011-11-17 Thread Nick
On Thu, Nov 17, 2011 at 09:05:45AM +0100, Karl Eklund wrote: Most other things seem to work. Anything else that definitely doesn't? Surf version: 0.4.1 or head. Operating system: current Arch Linux. Window manager: Xmonad. What version of webkit-gtk do you have? Is there anything I could

Re: [dev] [dwm] Fullscreen programs in tile mode

2011-11-23 Thread Nick
On Wed, Nov 23, 2011 at 11:04:22AM +0100, Manolo Martínez wrote: Btw, I've just noticed that residual (an emulator needed to play Grim Fandango) will not honour the request to toggle floating -- if it is floating. LyX, mplayer and the rest do, so I guess this is a bug in residual. Neat, I

[dev] simplyread

2011-12-12 Thread Nick
browser, through the addon options, so I figure everybody should love it now. If anyone doesn't love it, let me know how to change that. http://njw.me.uk/software/simplyread Nick pgpJKO3hqB0Zt.pgp Description: PGP signature

Re: [dev] simplyread

2011-12-12 Thread Nick
Quoth Connor Lane Smith: Much much much better! Woopdeedoo. 1. Sometimes it only displays a subsection of an article. e.g., [1]. [1]: http://blog.asmartbear.com/startup-hiring-advice.html Yep. One of the disadvantages of the super-simple algorithm is that odd HTML isn't always well

Re: [dev] network usage graphs

2011-12-22 Thread Nick
On Thu, Dec 22, 2011 at 01:58:45PM +0100, hiro wrote: Now I want to display a more complicated network with multiple streams of different services, multiple interfaces, multiple clients, multiple uplinks. ... What tools do you know that are able to render such graphics and update once per

Re: [dev] monsterwm - 700 SLOC dwm fork

2011-12-29 Thread Nick
Quoth Kurt H Maier: On Wed, Dec 28, 2011 at 08:55:21PM -0800, Suraj N. Kurapati wrote: monsterwm[1] is a cool new dwm fork that's currently less than 700 SLOC while sporting bstack and grid layouts in addition to tile and monocle. it doesn't do tagging at all, as far as I can tell. Yep,

  1   2   3   4   5   >