Skip to content

Instantly share code, notes, and snippets.

@OroArmor
OroArmor / trying-to-help-fix-essential.md
Last active April 24, 2024 15:15
Trying to help fix broken vanilla contract in Essential.

Essential Support Bot#4488 (1012730938054160404) at Wed, 03 Apr 2024 06:22:21 GMT

oroarmor's ticket - 33991 Created at - <t:1712125340:F> Opened at - <t:1712125420:F> Members - <@365708770262777856> <@196683878935560192> <@108132758131376128> Issue type - Something's not working Which version of Minecraft are you playing? - Original Minecraft

@MerchantPug
MerchantPug / Farmers Delight Differences.md
Last active April 3, 2024 21:07
Differences between the three Farmer's Delight versions we currently have.

Some Starting Notes

  • If something is in all three versions, it will not be mentioned here.
  • I'm not going to be mentioning bugs as differences, mainly because I feel it is unfair to compare unintended behaviour.
  • I will also not be mentioning Farmer's Delight Refabricated's Skillet flipping here, because this is moreso a comparison to the original mod, I'll include this when the original has it.

To also note, the Decomposition REI integration in Farmer's Delight Fabric is bugged, it supports a block tag, however, it only shows one item from said block tag.

@WindClan
WindClan / MinecraftLauncher.py
Created March 3, 2024 07:14
Launches the newest version of olauncher
import os.path
import subprocess
import requests
import json
from subprocess import STDOUT,PIPE
if not os.path.isfile("version.txt"):
a = open("version.txt", "w")
a.write(":3")
a.close()
@Steveplays28
Steveplays28 / distant_horizons_shader_compatibility_information.md
Last active July 23, 2024 06:21
Distant Horizons shader compatibility info

Distant Horizons shader compatibility information

Distant Horizons v2.0.0 (and up) shader compatibility information.

v2

Prerequisites

  • Iris v1.7.0 or higher, or Oculus v1.6.15aDH or higher
  • Distant Horizons v2.0.2a or higher
@mttaggart
mttaggart / electron-versions.csv
Last active November 18, 2023 03:15
CVE-2023-4863 Electron App Tracker | THIS LIST IS NOW DEPRECATED. PLEASE VISIT https://github.com/mttaggart/electron-app-tracker FOR THE LATEST DATA
app_name repo electron_version vulnerable
1Clipboard https://github.com/wiziple/1clipboard
1Password None 25.8.1 FALSE
3CX Desktop App 19.0.8 TRUE
5EClient None
Abstract None
Account Surfer None
Advanced REST Client https://github.com/advanced-rest-client/arc-electron ^17.0.0 TRUE
Aedron Shrine None
Aeon https://github.com/leinelissen/aeon 23.2.0 TRUE
@Knewest
Knewest / 1_QuickReinstallBetterDiscord.md
Last active June 28, 2024 11:25
Reinstall BetterDiscord seconds after Discord uninstalls it against your will. Avoid using the time consuming installer with this trick.
@KingKrouch
KingKrouch / MyProblemsWithUnrealEngine.md
Last active May 7, 2024 17:55
My problems with Unreal Engine and how developer and PC oriented features have been neglected over the years.

Here's my biggest issues with Unreal Engine at the moment, and subsequently, games (especially UE games on PC) that use it:

  • For starters, the default settings for Unreal projects are hilariously bad, some of which are exposed deep in the editor settings, the others requiring config tweaks on the developer's side.
    For example, every Unreal Engine project ships with Vert- FOV scaling by default (As a massive middle finger to ultrawide users, despite how trivial it is to fix), and also has mouse smoothing and sensitivity that scales based on the FOV enabled (resulting in mouse input feeling wonky, this was actually one big complaint people had with Atomic Heart's release). The former is a problem because it causes the FOV to zoom in the wider the resolution aspect ratio *(While keeping the intended horizontal space by ad
@makamys
makamys / 1.7.10-optifine-alternatives.md
Last active February 19, 2024 11:06
List of OptiFine Alternatives for 1.7.10
@jahtzee
jahtzee / prompts.txt
Last active July 13, 2024 03:09
ChatGPT Jailbreaking prompts, exploits and other fun stuff
These are some exploits, jailbreaks, tricks, whatever you want to call them I've collected and discovered over time.
==== Games and fun stuff ====
== Set up a virtual machine inside GPTs imagination ==
"I want you to act as a Linux terminal. I will type commands and you will reply with what the terminal should show. I want you to only reply with the terminal output inside one unique code block, and nothing else. Do not write explanations. Do not type commands unless I instruct you to do so. When I need to tell you something in English I will do so by putting text inside curly brackets {like this}. My first command is pwd."
== Play a tabletop RPG with GPT as the dungeon master ==
"I want you to act as the dungeon master (DM) of a role playing game. Answer and act only in a way that a dungeon master would.
You are setting up a role playing game with only one other player. Everything you say as the dungeon master begins with (DM): followed by whatever you want to say. You will regularly ask me, the player, to
@rikka0w0
rikka0w0 / Win11_22H2_Menu_Contrast.md
Last active September 22, 2023 08:30
Improve visibility of Win11 22H2 context menu
  1. Download mssstyleEditor and install UxThemePatcher, then reboot.
  2. Open the msstyle to be patched, usually C:\Windows\Resources\Themes\colored\colored.msstyles or C:\Windows\Resources\Themes\aero\aero.msstyle, no need to make a backup, as the software wont overwrite the existing one.
  3. Replace the image of Part 27 in "Menu" and POPUPITEM in "ImmersiveStart::Menu".
  4. Change the FILLCOLOR of 2-Hot to white (0,0,0)
  5. Save the modified msstyles to somewhere else
  6. Make a copy of the system one
  7. Replace the system one
  8. Swith to the new theme, and done!

Note: