[dev] [st] Two flaws with ISO 8613-6 colors

2018-05-23 Thread Programmer
The relevant material is on page 49 of the standard. The first of the two issues is the least concerning: ``A parameter substring for values 38 or 48 may be divided by one or more separators (03/10) into parameter elements''... Due to the ``may'', it seems fair to interpret this as allowing eith

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

2018-05-23 Thread Ori Bernstein
On Tue, 22 May 2018 12:17:20 +0200 harry666t wrote: > 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. Yes, please. Keeping debug information is a useful default. F