Skip to content

Instantly share code, notes, and snippets.

@appleneko2001
appleneko2001 / voxy_mod_shaders_support_list.md
Last active November 18, 2025 00:26
Known shader listing that supports voxy LoD mod

Unstable state or working in progress:

  • Merlin1809's Eclipse Shader (based on Bliss)
    An another fork based on Chocapic13's V9 shader, which looks so realistic
    Notes: TAA can be disabled easily and the ghosting issue wont appear(ghosting issue happen by volumetric effects, not only TAA).
    Known issues: The RP sky support is broken. Do not use RP sky or you will notice smth like broken beacon beam.
  • Glimmer (no OptiFine support)
    shader for low-end PC, vanilla style.
    Known issues: Underwater view quite weird if you dont go down far. Also, no OptiFine support if you want use this shader by other reason.
@appleneko2001
appleneko2001 / project_listing.json
Last active September 21, 2025 07:00
my website project listing data
[
{
"header": "Hello world! my works page!",
"date": "2025-09-21T09:00",
"status": "ongoing",
"desc": "I'll put some data to here later :P",
"cover": {
"isIcon": true,
"icon": "material:emoji_objects"
},
@appleneko2001
appleneko2001 / .quick back to song select after 2023.1026.0 update.json
Created November 16, 2023 13:01
AutoKey script : used to against the fucking result screen delay of osulazer after 2023.1026.0, also sudden back to the song select screen. Recommend bind F10 key, unbind F10 key from the game
{
"type": "script",
"description": "quick back to song select after 2023.1026.0 update",
"store": {},
"modes": [
3
],
"usageCount": 21,
"prompt": false,
"omitTrigger": false,

SayoDevice o3c Resources

The place for all resources related to the SayoDevice o3c keypad.

In addition to that, tips and tricks. Even troubleshooting solutions.

This site is not affiliated with any official Sayo personnel.

Start with checking the Index.

@appleneko2001
appleneko2001 / MangoHud.conf
Created October 26, 2023 18:48
my shit configs of mangohud
# MangoHUD config by appleneko2001
#
# RShift + F12 to disable HUD.
toggle_fps_limit=F1
#font_size=24
#font_file=/usr/local/share/fonts/m/MapleMono_SC_NF_Regular.ttf
#retro
@appleneko2001
appleneko2001 / my-udev-notify.sh
Created October 20, 2023 15:51
MODDED "my-udev-notify" script. Requires udev rules to make it works. Its a workaround to notify device connected / disconnected to users. Please do refer how to use the script first, then replace the script with this. https://github.com/dimonomid/my-udev-notify
#!/bin/bash
# thanks:
# - to guys from linux.org.ru;
# - to 'iptable' user from ##linux at irc.freenode.net.
# test command:
# sudo /bin/bash my-udev-notify -a add -p 'test_path' -b '555' -d '777'
# get path to this script
@appleneko2001
appleneko2001 / nvidia-driver-packages-hold-list
Created October 5, 2023 14:17
Some monitors/graphics card hates each other :( if you got problem like "input is not supported", please go to recovery and delete nvidia-related packages and install 510 version, then use apt-mark hold it
libnvidia-cfg1-510 libnvidia-compute-510 libnvidia-compute-510:i386 libnvidia-decode-510 libnvidia-decode-510:i386 libnvidia-encode-510 libnvidia-encode-510:i386 libnvidia-extra-510 libnvidia-fbc1-510 libnvidia-fbc1-510:i386 nvidia-compute-utils-510 nvidia-dkms-510 nvidia-kernel-common-510 nvidia-kernel-source-510 nvidia-utils-510 xserver-xorg-video-nvidia-510
@appleneko2001
appleneko2001 / steam_console_params.txt
Created June 24, 2023 14:55 — forked from davispuh/steam_console_params.txt
Steam client parameters, consoles commands and variables
-480p - Run tenfoot in 480p rather than 1080p
-720p - Run tenfoot in 720p rather than 1080p
-accesscode -
-all_languages - show longest loc string from any language
-batterytestmode - rapidly cycle battery percentages for testing
-bigpicture - Start in Steam Big Picture mode
-blefw -
-cafeapplaunch - Launch apps in a cyber cafe context
-candidates - Show libjingle candidates for local connection as they are processed
-ccsyntax - Spew details about the localized strings we load
@appleneko2001
appleneko2001 / wine-loader.desktop
Created June 10, 2023 08:19
Used for double clicking .exe file
#!/usr/bin/env xdg-open
[Desktop Entry]
Categories=System
Exec=wine_loader.sh %f
Icon=wine
Name=Wine Windows Application Loader
Terminal=false
Type=Application
@appleneko2001
appleneko2001 / archive_journals
Last active April 2, 2023 10:44
My linux cheatsheets
#!/bin/sh
# ! DONT FORGET CHANGE OUTPUT DIRECTORY TO MAKE IT FIT TO YOUR COMPUTER !
OUTPUT_DIR="/mnt/archive/journal/$(date +%Y)"
if [ "${1+x}" ]
then
echo "Argument #1 should be used for restore operation ID"
echo "due my skill issue. Plz do not abuse it :)"
echo "TMP_ID=$1"