import { ReadonlyDeep } from 'type-fest'; | |
/** | |
* Deeply freezes an object by recursively freezing all of its properties. | |
* | |
* - https://gist.github.com/tkrotoff/e997cd6ff8d6cf6e51e6bb6146407fc3 | |
* - https://stackoverflow.com/a/69656011 | |
* | |
* FIXME Should be part of Lodash and related: https://github.com/Maggi64/moderndash/issues/139 | |
* |
If your laptop’s CPU is running very hot and you’ve tried to undervolt it, you’ve probably discovered there’s no easy way to do so—especially on laptops whose BIOS doesn’t expose those controls. I ran into the same issue with my Ryzen 7 5800H, despite numerous attempts, I couldn’t undervolt because the firmware simply wouldn’t allow it. While it may seem drastic, disabling Turbo Boost
is one workaround—and you might be surprised how little real-world performance you lose by turning it off.
Learn how to send emails through Gmail SMTP with Cloudflare Email Routing in this comprehensive guide.
To proceed with this method, ensure that you have enabled two-factor authentication for your Google account. If you haven't done so already, you can follow the link to set it up → Enable 2FA in your Google account.
/** NOTES | |
You'd like to change the font families if you aren't Korean and/or don't use Momotalk theme (https://github.com/MiyakuKage/discord-momotalk) | |
**/ | |
/** IMPORTS **/ | |
/* Revert Old Icons */ | |
@import url(https://davart154.github.io/Themes/Icon%20Revert%202023/2023%20Icon%20Revert.css); | |
/* Import Fonts */ | |
@import url(https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/variable/pretendardvariable-jp.min.css); |
import create, { StateCreator } from "zustand" | |
import { persist } from "zustand/middleware" | |
import { immer } from "zustand/middleware/immer" | |
// Custom persist storage | |
import { zustandStorage } from "@app/services/zustand" | |
export interface Entry { | |
sourceId: string | |
quantity: number | |
unitPrice: number |
A list of performance-enhancing mods for 1.18.x forge/fabric versions.
Any suggestions/complaints?
Join our discord or use the gist comments.
A list of performance-enhancing mods for 1.12.x versions.
Any suggestions/complaints?
Join our discord or use the gist comments.
Mods marked as "Dangerous" might be unstable, and cause some unexpected behaviour.
This list has moved to a repo you can find here https://github.com/NordicGamerFE/usefulmods
Alkyaly has stopped maintaining their list they have given me the responsibility to maintain their list original list
A list of usefull mods for most major-played versions.
Any suggestions/complaints?
Join our discord or use the gist comments.