Re: [dev] [dwm] 2000 SLOC

2011-10-31 Thread Stanley Lieber
On Mon, Oct 31, 2011 at 8:41 AM, Jonathan Slark jonathan.sl...@talktalk.net wrote: On 31/10/2011 13:33, Kurt H Maier wrote: No, it then becomes a pain in the ass for experts, because you get hundreds of illiterate assholes storming mailing lists and irc channels snip We have literate

Re: [dev] Anti-GPL hipsters

2011-10-20 Thread Stanley Lieber
On Thu, Oct 20, 2011 at 7:08 PM, Claude Lelouch lelou...@rocketmail.com wrote: Why don't I have the freedom to own slaves? because you don't have the strength to take them. -sl

[dev] [9base] add rm and ssam from plan9port

2011-05-07 Thread Stanley Lieber
http://openbsd.stanleylieber.com:7734/9base/add_rm_ssam.diff -sl

Re: [dev] [dwm] devilspie doesn't work

2011-05-05 Thread Stanley Lieber
Never mind; THIS is the dumbest thing I've ever heard. Reality (putting aside the idiotic implication that my computer monitor isn't real) also has AIDS and war. Maybe we should patch those into our window managers too? Then we could put dwm in monocle mode and keep an eye on layered AIDS

[dev] [9base] add listen1

2011-02-21 Thread Stanley Lieber
Uriel and I were talking about shipping rc-httpd with werc and writing a script to serve a default example site from the base install. To that end, I thought we could make use of listen1 from p9p. The patches below may not be the ideal way to organize things in the tree, but with these pieces it

Re: [dev] which minimal os

2011-02-11 Thread Stanley Lieber
I never had a computer that could run plan9 without a couple hundred issues, so I still haven't been able to take the time to learn it, In case anyone is interested, I've uploaded a couple of pre-installed Plan 9 qemu images here: http://plan9.stanleylieber.com/qemu -sl

[dev] [9base] cheeky TODO patch

2011-01-19 Thread Stanley Lieber
diff -r e39eeddcc295 TODO --- a/TODO Thu Jan 06 09:50:05 2011 + +++ b/TODO Wed Jan 19 23:02:02 2011 -0600 @@ -1,1 +1,1 @@ -add wc +add htmlfmt -sl

Re: [dev] [9base] tip add OBJTYPE = sun4u

2011-01-06 Thread Stanley Lieber
Are you certain this happens with a clean tree and using sun4u OBJTYPE as well? Please recheck with hg tip. sdf1 % hg identify e39eeddcc295+ tip sdf1 % cat config.mk # Customize to fit your system # paths PREFIX = /usr/local/plan9 MANPREFIX = ${PREFIX}/share/man VERSION = 7

Re: [dev] [9base] tip add OBJTYPE = sun4u

2011-01-06 Thread Stanley Lieber
On Thu, Jan 6, 2011 at 9:08 AM, Stanley Lieber stanley.lie...@gmail.com wrote: Are you certain this happens with a clean tree and using sun4u OBJTYPE as well? Please recheck with hg tip. sdf1 % hg identify e39eeddcc295+ tip sdf1 % cat config.mk # Customize to fit your system # paths

[dev] [9base] tip Makefile missing md5sum

2011-01-05 Thread Stanley Lieber
diff -r a63b332dda6d Makefile --- a/Makefile Wed Jan 05 16:21:08 2011 + +++ b/Makefile Wed Jan 05 22:14:30 2011 -0600 @@ -29,6 +29,7 @@ join\ look\ ls\ + md5sum\ mk\ mkdir\ mtime\

[dev] [9base] tip add OBJTYPE = sun4u

2011-01-05 Thread Stanley Lieber
I've had no problems under OpenBSD on an Ultra5 and Ultra60 since at least 9base-6. Only significant change required was using the base system's yacc. Without patching 9yacc, compilation dies here: YACC awkgram.y Bus error *** Error code 138 Stop in /home/sl/src/9base/awk (line 14 of

Re: [dev] libdraw development

2010-08-30 Thread Stanley Lieber
Any feedback for this proposal? :) Sounds good. :) -sl

Re: [dev] Stripping html from email

2010-08-23 Thread Stanley Lieber
On Mon, Aug 23, 2010 at 10:46 PM, Anthony J. Bentley anthonyjbent...@gmail.com wrote: It’s not quite what you’re asking for, but I have nmh set up like this: mhshow-show-text/html: lynx -dump %F | less Lynx sucks but it sorta works well enough here, I guess. also see htmlfmt: