Some notes and tools on fingerprinting minified JavaScript libraries, AST fingerprinting, source code similarity, etc.
Some notes and techniques for reverse engineering Webpack (and a little bit about React/Vue/Angular) apps.
[ | |
{ | |
"code": "ac_refrigeration_repair", | |
"value": 7623, | |
"name": "A/C, Refrigeration Repair" | |
}, | |
{ | |
"code": "accounting_bookkeeping_services", | |
"value": 8931, | |
"name": "Accounting/Bookkeeping Services" |
The Super Page Cache for Cloudflare plugin has recently added the feature for using the Cache Everything
pagerule withing the ?swcfpc=1
cache buster query paramater. This opens up so many new doors where users previously had to use the Cloudflare Workers to remove the cache buster.
With this new option now users are able to take advantage of Cloudflare Cache Everything
page rule and take it to the next level by using the new Rulesets released by Cloudflare. Basically this is achived by taking advantage of the all new Cache Rules
feature implemented by Cloudflare.
The first thing that you need to do is, log-in to your Cloudflare Dahsbord and go to the domain/zone doe which you are setting up the [Super Page Cache for Cloudflare](https://wordpress.org/plug
#!/usr/bin/env bash | |
# Small shell script to more easily automatically download and transcribe live stream VODs. | |
# This uses YT-DLP, ffmpeg and the CPP version of Whisper: https://github.com/ggerganov/whisper.cpp | |
# Use `./transcribe-vod help` to print help info. | |
# MIT License | |
# Copyright (c) 2022 Daniils Petrovs |
Bllergh. This is a real pain.
The openssl extension that ships with ruby 3.0 only compiles against openssl <= 1.1, but now openssl 3.0 is shipped in debian testing/unstable.
Ruby bug here: https://bugs.ruby-lang.org/issues/18658
Version >= 3.0 of the openssl rubygem does compile against openssl 3.0 though.
I use rbenv to manage ruby versions on my system, which uses ruby-build to manage installs.
# Rails production setup via SQLite3 made durable by https://litestream.io/ | |
# Copy this to Dockerfile on a fresh rails app. Deploy to fly.io or any other container engine. | |
# | |
# try locally: docker build . -t rails && docker run -p3000:3000 -it rails | |
# | |
# in production you might want to map /data to somewhere on the host, | |
# but you don't have to! | |
# | |
FROM ruby:3.0.2 |
The workaround is no longer needed with recent alsa-ucm, e.g. alsa-ucm-1.2.11-2.fc39
. Just configure the device to use Default Alsa Profile
instead of Pro
.
cp /usr/share/pipewire/media-session.d/media-session.conf ~/.config/pipewire/media-session.d/
- add loopback modules to
context.modules
section - configure interface to use
Pro Audio
profile systemctl restart --user pipewire.service pipewire-pulse.service