Re: [dev] ASCII Delimited Text

2018-05-22 Thread Raphaël Proust
Hi, On 2018-05-22 21:21, Adrian Grigore wrote: >> Maybe a nice thing to have would be to get the terminal emulator to > treat the field and record separator in a special way. So the programs > all output fs and rs, and the terminal emulator uses these characters to > layout the data in a tabular

Re: [dev] suckless too to minify CSS, JS and html

2018-05-22 Thread Guilherme Vieira
On Tue, May 22, 2018 at 12:17:20PM +0200, harry666t wrote: > I wonder how many people here that advise against minification, keep > their compiled binaries "readable". I wonder how many people who make that comparison realize it's a false dichotomy. Like v4hn alluded to, scripting languages have

Re: [dev] suckless too to minify CSS, JS and html

2018-05-22 Thread v4hn
On Tue, May 22, 2018 at 12:17:20PM +0200, harry666t wrote: > I wonder how many people here that advise against minification, keep > their compiled binaries "readable". I wonder how many people here looked at this thread and thought "stop that nonsense and do something useful with your life".

Re: [dev] ASCII Delimited Text

2018-05-22 Thread Connor Lane Smith
On 22 May 2018 at 17:03, Silvan Jegen wrote: > This sounds like 'column'[0]. It's similar to column -t, except that it handles varying field counts in a similar way to gofmt, and it can use ANSI escapes to rewrite the output so it can stream without buffering all (or any)

Re: [dev] ASCII Delimited Text

2018-05-22 Thread Silvan Jegen
On Tue, May 22, 2018 at 3:44 PM Connor Lane Smith wrote: > On 22 May 2018 at 01:24, Raphaël Proust wrote: > > I sent the copy. I use usul regularly so I still have the whole repo > > locally. > [...] > Elastic tabbing, on the other hand, tabulates lines, so if

Re: [dev] ASCII Delimited Text

2018-05-22 Thread Connor Lane Smith
On 22 May 2018 at 01:24, Raphaël Proust wrote: > I sent the copy. I use usul regularly so I still have the whole repo > locally. Could you send me a copy as well? I'd also be interested to know what sort of things you tend to use it for, in case it could be made better. > In what

Re: [dev] ASCII Delimited Text

2018-05-22 Thread Peter Nagy
Smells like an st patch -- Peter Nagy - To reach a goal one has to enjoy the journey On May 22, 2018 1:21:13 PM UTC, Adrian Grigore wrote: >> Maybe a nice thing to have would be to get the terminal emulator to >treat the field and record separator in a special

Re: [dev] ASCII Delimited Text

2018-05-22 Thread Adrian Grigore
> Maybe a nice thing to have would be to get the terminal emulator to treat the field and record separator in a special way. So the programs all output fs and rs, and the terminal emulator uses these characters to layout the data in a tabular way. There's no terminal that does this, right? On

Re: [dev] suckless too to minify CSS, JS and html

2018-05-22 Thread Manu Raster
While minimizing is a discipline of the programmer to keep things clear and simple, what was presented here as "minifying" operates at the deplorable result level, when it's too late for programmatic corrections. It thus obfuscates instead of corrects failures.

Re: [dev] suckless too to minify CSS, JS and html

2018-05-22 Thread Quentin Rameau
> I wonder how many people here that advise against minification, keep > their compiled binaries "readable". Please start shipping your > makefiles with "-Og" instead of "-Os" then. We don't ship binaries, only source code, and a way to build them. Then how you compile your own binary is your

Re: [dev] suckless too to minify CSS, JS and html

2018-05-22 Thread harry666t
I wonder how many people here that advise against minification, keep their compiled binaries "readable". Please start shipping your makefiles with "-Og" instead of "-Os" then. On 19 May 2018 at 11:16, Hiltjo Posthuma wrote: > On Fri, May 18, 2018 at 07:32:49PM +0100,