Skip to content

Instantly share code, notes, and snippets.

View sorja's full-sized avatar
🥰

Miró Sorja sorja

🥰
View GitHub Profile
@IanColdwater
IanColdwater / twittermute.txt
Last active July 2, 2024 02:25
Here are some terms to mute on Twitter to clean your timeline up a bit.
Mute these words in your settings here: https://twitter.com/settings/muted_keywords
ActivityTweet
generic_activity_highlights
generic_activity_momentsbreaking
RankedOrganicTweet
suggest_activity
suggest_activity_feed
suggest_activity_highlights
suggest_activity_tweet
@sorja
sorja / javascript:...
Last active May 18, 2018 19:50
Bored
You can run this in url bar, ex.
1. go to
about:blank
2. go to
javascript:(function(){ const _ = s => s.split('').map(c => String.fromCharCode(c.charCodeAt() + 1337)).join(''); eval(_("שׁזּוּךּכּ﫧גּ﫧ffl﫧ךּ﫧fflſt﫧ךּ﫵ךּ﬷דּאּכּ﫯﫮﫮﫰﫵הּﬨ﬷﫯שׁ﫧fflſt﫧﬚כּיּאּוּאַ﫵שּׂיּזּהּ﬊אָﬨיּ﬊זּשׂשּׁ﫯שׁ﫵שׁאָﬨיּ﬊זּשׂשּׁ﬈כּ﫯﫰﫧﫴﫧﫯﭅כּיּלּשּׁ﫧ſtſtſt﫧﭅שּׂﬨדּךּשּׁ﫰﫰﫰﫵בּזּאּוּ﫯﫮﫮﫰fl𣏕𢡄ךּשּׁדּשּׂﬢגּ﫯﫩שּׁ﬷שׂ﬽וּשּׂזּלּ﫩﫰ﬤﬢגּ﫯﫩שּׁ﬷שׂ﬽וּשּׂזּלּ﬍הּשּׂוּשּׂזּלּ﫩﫰ﬤﬢגּ﫯﫩כּשּׂלּ﬉לּלּךּבּשׁ﬽לּשּׂ﫩﫰ﬤ﫯גּ﫯﫩שׂ﬷זּלּשּׂזּלּשּׂשּׁבּלּ﬩שׁהּשּׂ﫩﫰﫳﫧﫩﫩﫰𣏕𢡄שּׁ﬽ﬨדּ﫯גּ﫯﫮שׂ﬷זּכּ﬷הּשּׂ﫶הּ﬷אָ﫰﫯﫭שׂ﫨ײַשּׂהּהּ﬇﫩﫨﫯﫴﫨﫯שׁ﬩שׂדּאָךּ﬷﬽זּשּׁfl﫨﫫﫻﫻﫻ffi﫨שׂ﬷הּ﬷ךּfl﫨﫫שׂ﫼שׂ﫯﫱ffi﫮﫰﫰𣏕𢡄ךּשּׁדּשּׂﬢגּ﫯﫩שּׁ﬷שׂ﬽וּשּׂזּלּ﫩﫰ﬤﬢגּ﫯﫩﬿ךּבּלּשּׂ﫩﫰ﬤ﫯גּ﫯﫩﬉ךּ﬍﫨סּﬗ﬽﫨לּ﬐שּׂ﫨﬐﬩﬋﫻﬚ﬕ﬩ﬖ﬇﫩﫰﫵ךּ﬷דּאּכּ﫯﫩﫩﫰﫵יּשּׁ﬽שּׁיּךּשּׁ﫯﫰﫵בּזּאּוּ﫯﫩﫩﫰﫰𣏕𣏕𢡄ךּשּׁדּשּׂﬢגּ﫯﫩שּׁ﬷שׂ﬽וּשּׂזּלּ﫩﫰ﬤﬢגּ﫯﫩﬿ךּבּלּשּׂ﫩﫰ﬤ﫯גּ﫯﫩fflשׁךּ﫨﫷st﫩﫰﫰𣏕𢡄שׁזּוּךּכּ﫧ךּשּׁשׁיּשּׁכּﬔ﫺ךּךּ﫻אַשּׁ﫧ffl﫧﫩הּ﬷הּ﫨וּ﬷בּ﫨אָגּ﫩𣏕𢡄ךּשּׁדּשּׂﬢגּ﫯﫩שּׁ﬷שׂ﬽וּשּׂזּלּ﫩﫰ﬤﬢגּ﫯﫩﬿ךּבּלּשּׂ﫩﫰ﬤ﫯ךּשּׁשׁיּשּׁכּﬔ﫺ךּךּ﫻אַשּׁ﫵יּשּׁ﬷שּׁﬨכּ﫯﫿﫷﫰﫰")) })();
3. Your browser might remove the javascript: part so you have to add it manually

Objective

The goal is being able to mix your microphone and desktop audio into a single track, while leaving Discord out of the equation. This allows you to stream your desktop audio and talk while in a call, without your partners hearing themselves.

Voicemeeter Setup

Download Voicemeeter

Voicemeeter Banana

@phette23
phette23 / current-dir-in-iterm-tab-title.sh
Last active June 4, 2024 01:52
Set the iTerm tab title to the current directory, not full path.
# put this in your .bash_profile
if [ $ITERM_SESSION_ID ]; then
export PROMPT_COMMAND='echo -ne "\033];${PWD##*/}\007"; ':"$PROMPT_COMMAND";
fi
# Piece-by-Piece Explanation:
# the if condition makes sure we only screw with $PROMPT_COMMAND if we're in an iTerm environment
# iTerm happens to give each session a unique $ITERM_SESSION_ID we can use, $ITERM_PROFILE is an option too
# the $PROMPT_COMMAND environment variable is executed every time a command is run
# see: ss64.com/bash/syntax-prompt.html