This script detects apps with not yet updated versions of Electron.
Repo: https://github.com/tkafka/detect-electron-apps-on-mac
See:
This script detects apps with not yet updated versions of Electron.
Repo: https://github.com/tkafka/detect-electron-apps-on-mac
See:
| #!/bin/bash | |
| # concatenate videos given start and end filenames | |
| # https://trac.ffmpeg.org/wiki/Concatenate | |
| # expect naming convention from achesco's split-to-scenes.sh: | |
| # https://gist.github.com/achesco/4dc2ebf13378a0a61fc26c7fe01f539e | |
| # leading 4 digits from $1 and $2 | |
| begin=${1:0:4} | |
| end=${2:0:4} |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #include <stdint.h> | |
| #include <stdbool.h> | |
| #include <math.h> // For INFINITY | |
| #include "llama.h" | |
| #define MODEL_PATH "llama-3.2-1b-instruct-q8_0.gguf" |
| #!/bin/bash | |
| # | |
| # Quick dirty hack to let me find the location of a timestamp in a huge log file | |
| file="$1" | |
| date="$2" | |
| if [ -z "$file" ] || [ -z "$date" ]; then | |
| echo 'Invalid arguments! Example use:' | |
| echo ' ak_locate_in_log ./path_to_file "2023-08-13 01:00:02.085"' |
Imagine this: it's Sunday afternoon at 1pm, and you want to watch some live content. But you don't have a TV subscription. So you do a little Googling, and eventually you find yourself on a sketchy website where you can watch the content you're looking for. But while the website has a video player, it's surrounded by advertisements, and probably a cryptominer too. You don't want this website eating your CPU for 2 hours while you're watching your favorite Sunday afternoon content.
Wouldn't it be nice if you could watch that video in VLC instead? Then you can close the sketchy website and still watch your content. It's like having your cake and taking a bite of it too!
Here's how you do it:
Capture the m3u8 request in dev tools. Open the site (or just the iframe, if possible) in DevTools and click "play." Search the network tab for m3u8 and grab the first request.
Run VLC with command line flags to set the User Agent and Referrer. From the request body, you need to copy the requested URL,
by the time you're reading this, this probably no longer works since the policy has been removed. I reccomend you to check out https://github.com/r58Playz/uBlock-mv3 instead
webRequestBlocking API, which is neccesary for (effective) adblockers to workExtensionManifestV2Availability key was added and will presumably stay forever after enterprises complain enoughYou can use this as a regular user, which will let you keep your mv2 extensions even after they're supposed to stop working
Date of the guide : September, 2025
In this post, I will provide the solution that worked on my system on how to install Radeon Open Compute (ROCm) on Arch (linux-6.6.7.arch1-1) for RX 6900 XT (Should work on other 6000 series). ROCm is an open-source software platform that allows GPU-accelerated computation. This tool is a prerequist to use GPU Acceleration on TensorFlow or PyTorch. In this guide I will use Paru as my AUR package helper, feel free to use any other (https://wiki.archlinux.org/title/AUR_helpers). I will assume you have a working operating system and know what you do with it (Otherwise Arch will be painfull for you).
Official gitea docs are heavily focussed on doing SSH passthrough from the host machine to the docker container. An alternative is to simply run SSH for Gitea on a different port. Though I had some problems getting this docker compose setup to run. This gist contains my setup I finally came up with: It does not require SSH passthrough from the host to the docker container but still offers support to git clone via SSH.
To check if this setup works for you simply follow these steps:
docker-compose.yml in a directory.docker compose uphttp://localhost:8033/ and simply install Gitea with given defaultspreface: Posting these online since it sounds like these notes are somewhat interesting based on a few folks I've shared with. These are semi-rough notes that I basically wrote for myself in case I ever needed to revisit this fix, so keep that in mind.
I recently bought an LG ULTRAGEAR monitor secondhand off of a coworker. I really love it and it's been great so far, but I ran into some minor issues with it in Linux. It works great on both Mac and Windows, but on Linux it displays just a black panel until I use the second monitor to go in and reduce the refresh rate down to 60 Hz.
This has worked decent so far but there's some issues: