HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jackac

no profile record

comments

jackac
·4 yıl önce·discuss
Elvish:

    $E:HOME'/.local'
jackac
·4 yıl önce·discuss
Recursion and merging semantics are also necessary. I use Nix and Jsonnet a lot, but Nix is much more expressive for complex structures, but the tooling being tightly coupled with the package manage make it impossible to adopt for common use cases.
jackac
·4 yıl önce·discuss
I don't recommend using dynamic filters because they completely override any matching static filters. Makes the point of filter lists useless, if uBo had a way to set dynamic filters to a lower priority than static they might actually be useful. At the moment the only way I found to replicate uMatrix was to use static filters to block by default on a per domain basis and whitelist domains per request type. It is a lot more work so I only do so for sites with user generated content (e.g. hn or reddit) that have links to who knows where that you might want to prevent from loading.

  *$strict3p,~css,~image,~script,domain= \
    stackexchange.com| \
    stackoverflow.com| \
    superuser.com
  *$strict3p,css,image,domain=stackexchange.com|stackoverflow.com|superuser.com,denyallow=cdn.sstatic.net
  *$strict3p,script,domain=stackexchange.com|stackoverflow.com|superuser.com,denyallow= \
    cdn.sstatic.net| \
    ajax.googleapis.com
jackac
·4 yıl önce·discuss
Audio channel layout API finally got a long needed rework

https://github.com/FFmpeg/FFmpeg/commit/086a8048061bf9fb4c63...