Amtrak 57 with locomotive 145 going through a tunnel in Vermont - YouTube
https://www.youtube.com/watch?v=eO9b14ZpreM
なんかおすすめで出てきた鉄道動画の撮影場所のバーモント州のBellows Fallsって街の景色をストリートビューでみたらなんかいい感じ><
https://maps.app.goo.gl/w6D3oUxvf79VMzQQ7
Gemini 3 Proさんに聞いたら解決した!><(まだ試してはない)
数学の世界でこういう計算は複素数が前提であって、それを実数(や浮動小数点数)だけで無理やりやろうとするとおかしなことになるので、途中で数値がぶっ壊れちゃうって事らしい・・・><
精度や桁の問題じゃなかったっぽい><;
Ken Burns Presents: The Chimp Civil War - YouTube
https://www.youtube.com/watch?v=JxKHNEHXbR8
本物><;
参考><
2025.12.11
ケン・バーンズ効果の誕生秘話:スティーブ・ジョブズからの電話がドキュメンタリー界の画期的な技法を世に広めた経緯 | CineD
https://www.cined.com/jp/the-story-behind-the-ken-burns-effect-how-a-phone-call-from-steve-jobs-made-documentarys-most-influential-technique-a-household-name/
テキスト版のeml掛け算><
private static double MultiplicationByEml(double x, double y)
{
return eml(eml(1, eml(eml(eml(1, eml(eml(1, eml(1, x)), 1)), eml(1, eml(eml(1, eml(y, 1)), 1))), 1)), 1);
}
テキスト版><
private static double AdditionByEmlRaw(double x, double y)
{
return eml(1, eml(eml(1, eml(eml(1, eml(eml(eml(1, eml(eml(1, eml(1, eml(x, 1))), 1)), eml(1, eml(eml(1, eml(eml(y, 1), 1)), 1))), 1)), 1)), 1));
}
//eml(x, y) = exp(x) - ln(y)
public static double eml(double x, double y)
{
return Math.Exp(x) - Math.Log(y);
}
もしIPv6と同時期に提案されてたらこっちのほうが普及してそう・・・><
ある意味、IA64 vs AMD64っぽさ><
Internet Protocol Version 8 (IPv8)
https://www.ietf.org/archive/id/draft-thain-ipv8-00.html
https://www.ietf.org/archive/id/draft-thain-ipv8-00.html
IPv8??????マジ????
[2603.21852v2] All elementary functions from a single binary operator
https://arxiv.org/abs/2603.21852v2
これ試して「ほんとだ!><」ってなった><