Update readme, about, and some minor things

Signed-off-by: Paul W. <lambdapaul@protonmail.com>
This commit is contained in:
2024-04-20 15:51:07 -04:00
parent fece0bc86c
commit 34a8f687fc
11 changed files with 78 additions and 65 deletions

28
notes/browsers.md Normal file
View File

@@ -0,0 +1,28 @@
# Web Browsers
Extensions/Plugins I Use on All Supported Browsers:
- uBlock Origin
- Decentraleyes
- FastForward (RIP)
- CanvasBlocker
- ClearURLs
- Greasemonkey/Tampermonkey
- Indie Wiki Buddy
- SingleFile
Product/Service-specific Extensions:
- SteamDB
- Return YouTube Dislike
- SponsorBlock
## Chromium
- [Chromium Source Docs](https://chromium.googlesource.com/chromium/src/+/refs/heads/main/docs/README.md)
## Firefox
- [Firefox Source Docs](https://firefox-source-docs.mozilla.org/)
### Reducing UI element padding
- Go to [about:config](about:config)
- Set `browser.uidensity` equal to `1`
## Safari
- [Webkit Docs](https://docs.webkit.org/index.html)

View File

@@ -1,28 +0,0 @@
# Nintendo Consoles
## Nintendo Switch
- [Official Website](https://www.nintendo.com/switch)
- [Developer Portal](https://developer.nintendo.com/)
### Third-party Software
- [Atmosphère (Custom Firmware)](https://github.com/Atmosphere-NX/Atmosphere)
### Third-party Resources
- [DekuDeals](https://www.dekudeals.com/)
- price tracker for games with support for all major US retailers
### High-level Emulators
- [yuzu](https://yuzu-emu.org/)
- [Ryujinx](https://ryujinx.org/)
## Wii U
- [Wii U Brew Wiki](https://wiiubrew.org/wiki/Main_Page)
- [Cemu emulator](https://cemu.info/)
- GitHub: [cemu-project / Cemu](https://github.com/cemu-project/Cemu)
## Nintendo 3DS
- [Citra emulator](https://citra-emu.org/)
- [Custom Firmware Guide (3ds.hacks.guide)](https://3ds.hacks.guide/)

View File

@@ -46,3 +46,7 @@ refer to someone or within something.
- The Aggregate Magic Algorithms
http://aggregate.org/MAGIC/
- Memory Allocation Strategies
https://www.gingerbill.org/series/memory-allocation-strategies/