Skip to content

Instantly share code, notes, and snippets.

@hyperupcall
hyperupcall / settings.jsonc
Last active April 27, 2024 07:57
VSCode config to disable popular extensions' annoyances (telemetry, notifications, welcome pages, etc.)
// I'm tired of extensions that automatically:
// - show welcome pages / walkthroughs
// - show release notes
// - send telemetry
// - recommend things
//
// This disables all of that stuff.
// If you have more config, leave a comment so I can add it!!
{
@scottopell
scottopell / fix_exfat_drive.md
Last active April 27, 2024 07:56
Fix corrupted exFAT disk macOS/OSX

exFAT support on macOS seems to have some bugs because my external drives with exFAT formatting will randomly get corrupted.

Disk Utility is unable to repair this at first, but the fix is this:

  1. Use diskutil list to find the right drive id.
  2. You want the id under the IDENTIFIER column, it should look like disk1s1
  3. Run sudo fsck_exfat -d <id from above>. eg sudo fsck_exfat -d disk1s3
  4. -d is debug so you'll see all your files output as they're processed.
  5. Answer YES if it gives you the prompt Main boot region needs to be updated. Yes/No?
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active April 27, 2024 07:55
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This no longer works in browser!

Note

This no longer works if you're alone in vc! Somebody else has to join you!

How to use this script:

  1. Accept the quest under User Settings -> Gift Inventory
@akashrchandran
akashrchandran / deezer_lyrics.py
Created September 25, 2022 08:03
A simple way to get synchronised album lyrics from deezer and save it lrc file.
import requests
import contextlib
API_BASE = 'http://www.deezer.com/ajax/gw-light.php'
session = requests.Session()
def api_call(token, method, json=None):
params = {'api_version': "1.0", 'api_token': token,'input': '3', 'method': method}
req = session.post(API_BASE, params=params, json=json)
return req.json()
@maxintapp
maxintapp / moneyapps.md
Created April 27, 2024 07:42
Money management apps

Budgeting apps

App Tagline Price OS Users
Mint Managing money, made simple Free, ad-based iOS; Android 25M
PocketGuard Always know where your money goes $7.99/m; $34.99/y iOS, Android 10M
EveryDollar The Simplest Way to Budget for Your Life $12.99/month or $79.99/year iOS, Android 10M
RocketMoney The Money App That Works For You $4-$6/m Web; iOS; Android 3.4M+
Personal Capital Take control of your money now Free, management fee 0.49% to 0.89% Web; iOS; Android 3.3M
Goodbudget The digital envelope budgeting system. $8/m; $70/y iOS, Android, Web 3M
[Simplifi by Quicken](https://www.quicken.com/products/sim
@predragcvetkovski
predragcvetkovski / moneyapps.md
Created April 27, 2024 07:43 — forked from maxintapp/moneyapps.md
Money management apps

Budgeting apps

App Tagline Price OS Users
Mint Managing money, made simple Free, ad-based iOS; Android 25M
PocketGuard Always know where your money goes $7.99/m; $34.99/y iOS, Android 10M
EveryDollar The Simplest Way to Budget for Your Life $12.99/month or $79.99/year iOS, Android 10M
RocketMoney The Money App That Works For You $4-$6/m Web; iOS; Android 3.4M+
Personal Capital Take control of your money now Free, management fee 0.49% to 0.89% Web; iOS; Android 3.3M
Goodbudget The digital envelope budgeting system. $8/m; $70/y iOS, Android, Web 3M
[Simplifi by Quicken](https://www.quicken.com/products/sim