Re: [dev] [dwm] [patch] floating window stacking

2011-12-12 Thread Petr Ĺ abata
On Sat, Dec 10, 2011 at 11:20:40AM +0100, Anselm R Garbe wrote: > (...) > > The current approach has been in place since the very early beginning > of dwm, so I don't intend to change it in the ways you suggest. Thank you. -P pgpqt13AVRC4d.pgp Description: PGP signature

[dev] Urgent window shortcut

2011-12-12 Thread Christoph Lohmann
Greetings comrades, attached is a patch to add a Mod + u, which will switch to the next urgent window in the window list. This idea was proudly stolen from awesome. Sincerely, Christoph Lohmann diff -r cb2ba6763beb config.def.h --- a/config.def.h Sun Oct 09 20:53:51 2011 +0200 +++ b/config.def.

[dev] simplyread

2011-12-12 Thread Nick
Hi good fellows, I mentioned briefly in another thread that I'd made a nicer, much simpler alternative to readable and its kin; simplyread. Well, mostly people hated that it removed links, and in some cases that it added its own style. These things can now be turned on & off in your preferred

Re: [dev] simplyread

2011-12-12 Thread Connor Lane Smith
Hey, On 12 December 2011 18:37, Nick wrote: > I mentioned briefly in another thread that I'd made a nicer, much > simpler alternative to readable and its kin; simplyread. Well, > mostly people hated that it removed links, and in some cases that it > added its own style. These things can now be tu

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 handl

Re: [dev] simplyread

2011-12-12 Thread Connor Lane Smith
On 12 December 2011 22:35, Nick wrote: > Yep. One of the disadvantages of the super-simple algorithm is that > odd HTML isn't always well handled. But that's always going to be > the case, to an extent. Fair enough. I noticed pretty much every other readability plugin failed when encountering an

[dev] what's your opinion on Go

2011-12-12 Thread Arian Kuschki
Hi all, I would like to learn a new programming language. I do not know C. As I remember positive reactions on this list when Go came out, I would like to know if people still think it might be a 'better C'. One thing I like about Go is that is seems more suitable for server/web stuff, which is wh