pls use any of these in case of emergency or for search purposes.
pls use any of these in case of emergency or for search purposes.
here are some mirrors of my twitter:
- nitter https://nitter.net/yuuki26
- twilog https://twilog.togetter.com/yuuki26
- togetter https://togetter.com/li/2144709
- github https://github.com/yuuki26-230930/yuuki26-230930
- mastodon https://mastodon.social/@yuukikonno
- notestock https://notestock.osa-p.net/@yuukikonno@mastodon.social/view
removed all non-code from my github.
so that ppl can easily see my substantial projects.
https://github.com/yuuki15?tab=repositories
i want a shower gel that can also be used as face wash. im too lazy
probably the key is “Euclidean theorem”:
gcd(a, b) = gcd(b, a mod b).
i.e., the gcd of two numbers equals the gcd of some smaller numbers.
smtg like gcd(32, 24) equals gcd(24, 8).
the algorithm may be based on this theorem.
so the question is why this holds.
i’m currently researching the Euclidean algorithm
function gcd(a, b) {
if (b === 0) {
return Math.abs(a);
}
return gcd(b, a % b);
}
but haven’t figured it out yet.
seems this can also be applied to polynomials n is related to Bézout’s identity etc., tho.
bear’s basking in the sun on my table
actually it was 12,000 JPY.
from now on i’ll tweet ¥100 as $1 for the best understanding.
bought a Nitori gaming floor chair $120.
⭐☆☆☆☆
this isn’t supposed to be put on a mattress.
hard n uncomfortable.
all i rlly wanted was a backrest.
slept today too
slept at 20:00 woke up at 4:00
still no Scizor, Absol, etc. (no Metagross, Lucario, or Galarian Darmanitan either.)
When I started this acc 2 yrs ago, I wanted Charizard.
And now I have 5.
- Fire Spin/Blast Burn*
- Dragon Breath*/BB*/Dragon Claw
- Wing Attack*/BB*
- Ember*/BB*
- Air Slash/BB*
i’ve tons of persimmons in the fridge for a month n they’re totally fine.
i’ve basically only got meat n onions