Skip to content

Instantly share code, notes, and snippets.

View patheticGeek's full-sized avatar
🌚
Being haunted by bugs

Geek patheticGeek

🌚
Being haunted by bugs
View GitHub Profile
@patheticGeek
patheticGeek / Geek's kitty theme.md
Last active March 3, 2022 18:11
My kitty terminal's theme

Geek's Kitty Theme

geek-kitty-theme

Installation

  1. Make a file ~/.config/kitty/geek-kitty-theme.conf
  2. Put contents of this file in it.
  3. Add the below line in ~/.config/kitty/kitty.conf
@patheticGeek
patheticGeek / AuthContext.tsx
Last active May 20, 2023 13:00
Firebase Auth x Context x React query
import { onAuthStateChanged, User } from 'firebase/auth'
import React, {
createContext,
useContext,
useEffect,
useMemo,
useState
} from 'react'
import { auth } from 'config/firebase'

So you've started learning coding, and there's this amazing thing which can solve all your problems if you tell it. Amazing right?

Cant say it louder, NO

There is a lot of issues you will find with it if you know even a little bit about what you're doing. There's places it can help a lot, and there's a lot of times it will be hurting you a lot and just bluntly wasting your time & keeping you back.

It doesn't know shit

@patheticGeek
patheticGeek / package.json
Last active June 20, 2025 20:12
streaming-by-hand
{
"name": "streaming-by-hand",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "streaming-by-hand-extras.js",
"scripts": {
"start": "nodemon streaming-by-hand-extras.js"
},
"keywords": [],