[dev] Re: 9base mk doesn't work with subscripts?

2019-11-24 Thread Anthony Martin
Marc Chantreux once said: > [...] > > pub/%.html: %.md template > mkpage $prereq(1) > $target > > but when building index.html from index.md, i got > > mkpage index.md template(1) > $target > > [...] > > * is this a known bug? It's a bug but it only affects the way mk prints recipes.

Re: [dev] sed breaks utf8 in [ ]

2015-03-30 Thread Anthony Martin
Connor Lane Smith once said: > On 30/03/2015, FRIGN wrote: > > In the end, the idea of locales is founded in some deeply-resting issue > > with self-guilt, assuming there's some African tribe which sorts ö after > > x. > > They're called Swedes. A long time ago they were an African tribe. An

[dev] Re: st (development version) not compiling on gcc-4.9

2014-09-22 Thread Anthony Martin
Xavier Fernández i Marín once said: > I can compile st-0.5, but not the development version, on a Gentoo > distribution running gcc-4.9. > > [...] > > st.c: In function ‘csihandle’: > st.c:2522:12: error: ‘vtiden’ undeclared (first use in this function) >ttywrite(vtiden, sizeof(vtiden) - 1);

Re: [dev] What is bad with Python

2014-03-05 Thread Anthony Martin
FRIGN once said: > Well, what I noticed is the huge size of the compiled binaries. > 2.2M for a "Hello World"-program is an unreasonable demand. It's > possible to strip the size to around 1.2M by passing > -ldflags '-s -w' > to "go build". > This is quite inhibiting, but I'm glad to see thi

[dev] I got a fever, and the only prescription ...

2013-10-16 Thread Anthony Martin
... is more DBUS. https://lwn.net/Articles/551969/ https://github.com/gregkh/kdbus/blob/master/kdbus.txt My condolences, Anthony

[dev] Re: [9base] Failure to link against uClibc: undefined references

2012-02-26 Thread Anthony Martin
The link order in yacc.mk is wrong. Try building with this patch. Cheers, Anthony diff -r 12764b326f2b yacc.mk --- a/yacc.mk Sun Feb 12 23:13:17 2012 +0100 +++ b/yacc.mk Sun Feb 26 17:26:11 2012 -0800 @@ -35,4 +35,4 @@ ${TARG}: ${OFILES} @echo LD ${TARG} - @${CC} ${LDFLAGS}

[dev] Re: what's your opinion on Go

2011-12-13 Thread Anthony Martin
Arian Kuschki once said: > 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 serv

[dev] Re: DWM vs XFCE4 Memory Usage

2011-12-05 Thread Anthony Martin
Roger once said: > Checking memory usage between XFCE4 and DWM, > I find XFCE4 uses only ~30MB more then DWM. > > 100MB - DWM + Xorg > 130MB - XFCE4 > > 2x750 P3 w/ 1GB RAM > > (I'm going to gander, Xorg uses around 60-70MB, > with 20-30MB for other resources. Man Xorg is a > beast on memory!)

Re: [dev] [dwm] 2000 SLOC

2011-10-31 Thread Anthony Martin
Anselm R Garbe once said: > It is also noteworthy to remember that I actually > started dwm development *mainly* because I came > to the conclusion that libixp or 9P in general > makes it extraordinary more complex to write a > simple tool like a window manager for no really > good reason. This i

Re: [dev] Simple made Easy (Rich Hickey at StrangeLoop)

2011-10-22 Thread Anthony Martin
Connor Lane Smith once said: > So I think the necessary next step would be to have a strongly typed > shell. To pretty-print you'd need to add a polymorphic "à la carte" > (multiple dispatch) pretty-printing function for the given data type. > The type inference would be done per command, so cat(1