Skip to content

Instantly share code, notes, and snippets.

View Sylphystia's full-sized avatar

Sylphystia Sylphystia

View GitHub Profile
@fuddl
fuddl / README.md
Last active December 10, 2025 21:35
YTMusic2listenbrainz.py

Submit Your YouTube Music Watch History to Listenbrainz

This script allows you to submit your YouTube Music watch history to Listenbrainz.

Prerequisites

  1. Python 3.x installed on your computer.
  2. An active Listenbrainz account.
  3. Your YouTube Music watch history file from Google Takeout.
@Heziode
Heziode / dataviewjs_wordcount_obsidian.js
Created April 8, 2023 14:47
Word and Character Count of multiple notes in Obsidian, using dataviewjs.
// Word Count Dashboard
// a dataviewjs snippet by @pseudometa, https://gist.github.com/chrisgrieser/ac16a80cdd9e8e0e84606cc24e35ad99
// version 1.10.2
// last update: 2022-01-25
//----------------------------------------------------
// Import configuration
//----------------------------------------------------
const source = dv.current();
const sourceFolder = source.sourceFolder;
@k3zi
k3zi / pronunciation-resources.md
Last active September 12, 2024 07:20
English and Japanese Pronunciation Resources

Pronunciation Resources

Comment if you would like to see a resource added to the list.

Guides / Courses

あいうえおフォニックス (🇬🇧 English, Web, Free)
English phonetics video series made for a Japanese audience.
https://youtube.com/channel/UCX2tvXwAItLs5RhFFSGn9LQ

Dogen: Japanese Phonetics Series (🇯🇵 Japanese, Web, Paid)

@bracca95
bracca95 / delete-tweets.md
Last active November 5, 2025 16:11
delete-tweets.md

Ever wanted to delete all your tweets from X (Twitter) but only found broken/expensive tools? You are in the right place.

  1. Go to: https://x.com/{username}/with_replies
  2. Modify the strings marked as "EDIT"
  3. Open the console and run the following JavaScript code:
var nameToFind = "YOUR TWITTER NAME"; // EDIT
var deleteStr = "Delete"; // EDIT: USE YOUR OWN BROWSER LANGUAGE HERE
@bracca95
bracca95 / delete-retweets-from-twitter.md
Last active November 1, 2025 13:58
delete-retweets-from-twitter.md

Ever wanted to delete all your retweets from X (Twitter) but only found broken/expensive tools? You are in the right place.

  1. Go to: https://x.com/{username}/with_replies
  2. Open the console and run the following JavaScript code:
/* define a function to delete retweets */
async function unRetweet() {
	const unretweetBtns = document.querySelectorAll('button[data-testid="unretweet"]')
	for (const btn of unretweetBtns) {

Japanese

Accent Tips

促音(そく\おん・そくおん)
・っ or ッ sound

促音便(そくお\んびん)
・At the end of the 連用形(勝ち、食い、帰り) when the 動詞 comes next to a て・た・たり、 a 促音(っ) is introduced in between.
・This only occurs with the following endings「ち」「ひ・い」「り」

@kolber
kolber / pandoras_vox.mdown
Created March 20, 2012 05:23
pandora’s vox: on community in cyberspace

pandora’s vox: on community in cyberspace

by humdog (1994)

when i went into cyberspace i went into it thinking that it was a place like any other place and that it would be a human interaction like any other human interaction. i was wrong when i thought that. it was a terrible mistake.

the very first understanding that i had that it was not a place like any place and that the interaction would be different was when people began to talk to me as though i were a man. when they wrote about me in the third person, they would say “he.” it interested me to have people think i was “he” instead of “she” and so at first i did not say anything. i grinned and let them think i was “he.” this went on for a little while and it was fun but after a while i was uncomfortable. finally i said unto them that i, humdog, was a woman and not a man. this surprised them. at that moment i realized that the dissolution of gender-category was something that was happening everywhere, and perhaps it was only just very obvious on the ne

トーナメント

ランクの決定

  • チームレベルからランクへ
  • (チーム内での最大レベル - チームレベル)が10以上ならランクから2を引く
  • ランクプラスの条件にマッチしたらランクをその分あげる (複数のランクプラスの条件にマッチしても適用されるのは一番高いもののみ)
  • 調整
    • ランクが16のとき: ランクを14~16からランダム
    • ランクが15のとき: ランクを13~15からランダム