You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Script to take data.json from obsidian-5e-statblock plugin and make links of the spells in statblocks. Output will be written at the end to "$FILE.out"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
How to use a single Terraform repo with multiple independent environments
Summary
This text demonstrates a pattern for using a single repository of
Terraform code to manage multiple, completely independent environments
that contain the same infrastructure.
It's based on simply overriding the terraform data and config files
on each execution with:
Cache purge script to clear Nginx + Cloudflare cache for a given set of URLs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Download multiple versions of Chrome extension source from crxcavator.io and run a string search on the files.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Note: This guide may be slightly outdated. It may be still useful for older releases, but nowadays the vast majority of releases are correctly tagged as WEB-DL (unless it's RARBG/rartv). Protip: prefer looking at file names instead of release names, as they tend to be more accurate.
This is a short cheatsheet to help you determine whether a release from Amazon, Hulu, or Netflix contains the lossless/untouched (as in no further loss of quality compared to what the streaming services provide) video/audio or not. Most newer P2P releases are correctly tagged, but for older releases, it cannot be reliably determined based on the tags alone.
In most cases, non-lossless rips from these services are screen captures (which, when done by professional releasers, should be high quality and contain little to no glitches – see the history section for details), but in some cases they may be simply reencoded from the untouched stream, for example to crop black bars or reencode from a
Ways to re-stream and decrypt MPEG-CENC live streams. (or just play on desktop)
Disclaimer
All content keys were redacted, they should be 128-bit hex strings.
These methods involve the use of ffmpeg and -cenc_decryption_key which is not part of stable releases as of July 2022.
Use nightlies from gyan.dev or some other autobuild in the meantime. Hopefully it gets added in the next stable release.
On my end none of these were particularly reliable. This may change in the future as FFmpeg evolves.
The direct method of playing with ffplay is currently the most reliable out of the listed methods.