HackerTrans
TopNewTrendsCommentsPastAskShowJobs

throwaway2214

no profile record

comments

throwaway2214
·il y a 3 ans·discuss
why do you think if we can not understand the dependency chain, the regulators and the auditors can?
throwaway2214
·il y a 3 ans·discuss
[flagged]
throwaway2214
·il y a 4 ans·discuss
minified js is not greatly smaller than gzipped js, I think the whole minification thing is a swing and a miss and now we have to deal with source maps and shit, and build pipelines and etc

    $ ls -la
    -rw-r--r-- 1 jack 197609 330905 May  4 22:56 watch.js
    -rw-r--r-- 1 jack 197609 152172 May  4 22:55 watch.min.js

    $ gzip watch.js
    $ gzip watch.min.js
    $ ls -la
    -rw-r--r-- 1 jack 197609 43690 May  4 22:56 watch.js.gz
    -rw-r--r-- 1 jack 197609 32507 May  4 22:55 watch.min.js.gz