Skip to content

Instantly share code, notes, and snippets.

@rlaphoenix
rlaphoenix / why-you-shouldnt-use-triticals-tdecimate.md
Last active June 3, 2024 14:17
Why you shouldn't use Triticals TDecimate...

Why you shouldn't use Triticals TDecimate...

I need to clarify when I refer to TDecimate I'm referring to both TDecimate and VDecimate (which is a port of it to VapourSynth)

Time and time again I see people using this function to decimate for inverse-telecine purposes but I implore you to continue reading this and use an alternative decimation method.

Why? (tl;dr)

Simply put, it's far too inaccurate and it is ruining a lot of encodes.

How so?

@nevack
nevack / archived.md
Last active June 19, 2026 08:32
[ARCHIVED] Fix for CSR Dongle 0a12:0001 ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)

This gist is currenctly archived.

Please refer to previous revisions if you know what to do.

The patch proposed was merged into kernel in 5.8 release, but no longer working as of linux 5.11

@PollyP
PollyP / intel_pintools_vs2019.md
Last active January 28, 2026 07:20
Building and Running Intel Pintools with VS 2019 on Windows 10
@xerpi
xerpi / PSVita_Linux_build_instructions.md
Last active June 12, 2026 10:45
PSVita Linux build instructions
@KunYi
KunYi / test.c
Created June 7, 2019 04:31
Note: Read/Write UEFI variables under Windows 7 and later
#include "stdafx.h"
void RasiePrivileges(void)
{
HANDLE hToken;
TOKEN_PRIVILEGES tkp;
if (!OpenProcessToken(GetCurrentProcess(),
TOKEN_ADJUST_PRIVILEGES | TOKEN_QUERY,
&hToken)) {
@starkgate
starkgate / nvidia.md
Last active April 5, 2024 11:30
Recommended Nvidia Profile Inspector settings for the Mass Effect Trilogy

Sources : brkbeatjunkie and Nvidia's guide

You'll need Nvidia Profile Inspector to enable these settings : http://www.techspot.com/downloads/5077-nvidia-inspector.html There should be a similar alternative for AMD, but I haven't researched it.

WORKING EXAMPLES

If you just want working values, follow the pictures below. The values are explained in more detail in the AA and AO sections. The values in the screenshots were tested for a stable 60 FPS on a GTX 1080, at 4K. Depending on your performance, you can try higher values of "Antialiasing - Setting" and "Antialiasing - Transparency Supersampling".

@kazuki
kazuki / clinfo-r9-nano.txt
Created December 23, 2018 15:58
ROCm 2.0.0 clinfo / hsainfo
Number of platforms 1
Platform Name AMD Accelerated Parallel Processing
Platform Vendor Advanced Micro Devices, Inc.
Platform Version OpenCL 2.0 AMD-APP.internal (2783.0)
Platform Profile FULL_PROFILE
Platform Extensions cl_khr_icd cl_amd_object_metadata cl_amd_event_callback
Platform Extensions function suffix AMD
Platform Name AMD Accelerated Parallel Processing
Number of devices 1
@dogtopus
dogtopus / csrotau.py
Created December 12, 2018 20:37
CSR OTAU binary parser
#!/usr/bin/env python3
# CSR OTAU binary parser
# https://developer.qualcomm.com/qfile/34081/csr102x_otau_overview.pdf
# For use with test and demonstration only. This is obviously not official and
# is not affiliated with Qualcomm.
import io
import os
import sys
@TheRadziu
TheRadziu / ultimate-vita-comparison.md
Last active January 31, 2026 20:28
Ultimate Vita Comparison (Firmwares & Rips vs Dumps)

Due to so many misinformation, false claims and confusion that goes around the web I've decided to make this quick comparison of all most known backup enabling tools, hackable vita firmwares and which one you should be using and why.
Date of last update: 13.01.2020

NoNpDRM Rips vs Dumps

NoNpDRM Rips Vitamin / MaiDumpTool Dumps
All original files untouched
Support Retail DLCs
Support Ripped (NoNpDRM) DLCs
Support Dumped (Vitamin/Mai) DLCs 1

TK17 Comprehensive Guide

TKTitle

Acknowledgements and Intro

Original Credit for this guide to (http://pastebin.com/GkhhjXwp)

Thanks to GiveHerTheD, Hootie, Caligula, and several Anons for their information.
Thanks to the authors of the repacks, regular posters on /tk17/, and nubs for keeping the community alive.