Skip to content

Instantly share code, notes, and snippets.

@indoorjetpacks
indoorjetpacks / readme.md
Created June 23, 2025 20:20 — forked from Lexedia/readme.md
Embed fixer list

List of embed fixer for discord/telegram.

The order is not relevant.

Service Description Author Forked from Repo Host Broken since Annotations
VixBluesky FixBluesky: Embed Bluesky links in Discord! Lexedia FixBluesky Lexedia/VixBluesky https://bskx.app Not broken
FixBluesky FixBluesky: Embed Bluesky links in Discord! Rose None ThornbushHQ/FixBluesky https://bsyy.app Not broken
bskye Fix Bluesky embeds on Discord Eduardo Cabral None FerroEduardo/bskye https://bskye.app Not broken
vxBsky None Dylan None dylanpdx/vxBsky https://vxbsky.app None
This file has been truncated, but you can view the full file.
00000007 7 [11064:2]: ===============================================================
00000007 0 [11064:2]: Cantabile (x64) 3.0 build 3570 Starting...
00000008 1 [11064:2]: OS Version: Windows 10 Workstation 10.0 build 16299 (sp0.0) - (from Kernel32.dll)
00000008 0 [11064:2]: Number of virtual processors: 12
00000008 0 [11064:2]: Number of actual processor cores: 6
00000008 0 [11064:2]: Current local time: 05-02-2019 17:10:12
00000008 0 [11064:2]: Crash reporting enabled
00000032 24 [11064:2]: MidiDeviceManager - Found MIDI Device: output: Microsoft GS Wavetable Synth
00000080 48 [11064:2]: Running as Cantabile Lite
@indoorjetpacks
indoorjetpacks / grainTemplate
Last active October 24, 2019 20:19 — forked from kit-agawa/grainTemplate
removed the cloned grade node, added a write/read for after the denoise
set cut_paste_input [stack 0]
version 11.1 v3
BackdropNode {
inputs 0
name BackdropNode11
tile_color 0x7171c600
label "do all your comping normally here"
note_font_size 42
selected true
xpos -199
@indoorjetpacks
indoorjetpacks / Nuke_DropShadow_fixed
Last active October 24, 2019 20:25
Fixes the default DropShadow node to multiply correctly. adds option for output shadow only similar to how lightwrap has that option
set cut_paste_input [stack 0]
version 11.1 v3
push 0
push $cut_paste_input
Group {
inputs 2
name DropShadow2
help "<b>DropShadow Gizmo</b>\n\nThis gizmo will create a drop shadow for any input image that has an alpha channel <br> with values greater than 0.\n\ninput - the input image to cast the shadow from\n\nbg - the background image the 'input' image and drop shadow will be merged over\n\nOptions include:\n\nenable drop shadow - enable, or disable the drop shadow effect\ninherit input color - shadow color will be the same color as the input image\ncolor - color of the shadow (ignored if 'inherit input color' is active)\nopacity - opacity of the shadow (relative to the 'input' alpha value)\nangle - direction of the shadow (0/360 = left direction)\ndistance - distance of shadow from the 'input' content position \nsoftness - amount the shadow is blurred by \nshrink/expand - erode(-)/dilate(+) the shadow\ninput \[merge operation] bg - operation to combine the 'input' and 'bg' inputs:\n\n 'input' => the A
@indoorjetpacks
indoorjetpacks / 002.py
Last active October 23, 2019 19:34
Nuke_rotate_neg_90
#----------------------------------------------------------------------------------------------------------
#
# AUTOMATICALLY GENERATED FILE TO BE USED BY W_HOTBOX
#
# NAME: Rotate -90
#
#----------------------------------------------------------------------------------------------------------
for i in nuke.selectedNodes():
i.knob('type').setValue(1)