Skip to content

Instantly share code, notes, and snippets.

View hkatzdev's full-sized avatar
🪲
Finding bugs

Harrison Katz hkatzdev

🪲
Finding bugs
View GitHub Profile
@hyperupcall
hyperupcall / settings.jsonc
Last active May 3, 2024 12:52
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!!
{
@hyperupcall
hyperupcall / goto.sh
Last active August 21, 2022 05:01
Dumb Bash Goto
# shellcheck shell=bash
goto() {
local current_file="$0"
local label="$1"
# shellcheck disable=SC1090
source <(
local eval_line='no'

Community Game Designer @ Hack Club

Thank you to everyone who applied for this position. In total, 263 people submitted applications, writing more than 100,000 words in total. To every applicant: thank you. As of 2021-01-27, this posting is now closed.

At Hack Club (https://hackclub.com), a 501(c)(3) nonprofit, we're building a giant video game, but instead of being made out of bits and code, it's made out of teenagers. And instead of pushing players to get a high score, Hack Club helps teenagers learn to code, build the most meaningful friendships of their lives, and develop strong identities to become the future leaders our world needs.

Alongside the soccer players, theater kids, and band geeks, we aspire to create and foster a new type of high schooler: the teenage hacker. Our goal: to become as ubiquitous, as universal, and as culturally foundational for young people today as the Girl and Boy Scouts were 70 years ago.

Title: Community Game Designer

@hyperupcall
hyperupcall / change-master-branch-to-main.sh
Last active May 14, 2021 04:35
Cross-platform shell script to change the 'master' branch to 'main' for the local and remote repository
#!/bin/sh -eu
# code licensed under BSD 2-Clause "Simplified" License
# see `change-master-branch-to-main.sh --help` for usage
# see twitter thread for more details: https://twitter.com/EdwinKofler/status/1272729160620752898
site="github.com"
oldDefaultBranch="master"
newDefaultBranch="main"
@wynand1004
wynand1004 / RPS_ASCII_Art.py
Created October 15, 2017 04:05
Rock, Paper, Scissors ASCII Art
# Rock Paper Scissors ASCII Art
# Rock
print("""
_______
---' ____)
(_____)
(_____)
(____)
---.__(___)