A product concept for an on-chain volatility oracle that computes realized volatility from orderbook microstructure data, with TypeScript prototype and Solidity interface.
A deep dive into the microstructure of Polymarket's 5-minute BTC binary option orderbooks, examining spread dynamics, liquidity patterns, and building a visualization tool.
How I built a data pipeline to process 155M+ Binance orderbook records for crypto microstructure research, using binary search, Numba JIT, and LOB simulation.
Developing an Excited Kou jump-diffusion model that captures momentum and volatility clustering in short-term BTC price dynamics, outperforming standard Black-Scholes and Merton approaches.
An empirical comparison of Black-Scholes and Merton jump-diffusion pricing models against actual binary option prices on Polymarket's BTC 5-minute contracts.
A technical introduction to how binary option contracts work on Polymarket, covering CLOB structure, contract mechanics, and data access patterns for developers.
swagger SwaggerはAPIの仕様記述言語とツール群です。APIの仕様書をYAMLまたはJSONの形式で記述し、Swagger EditorやSwagger UIを使って可視化・共有することができます。 そして、ちょっとすごいところはSwaggerで書かれたAPI…
プログラミング言語Anteのコンパイラをコンパイルするときに、つまづいたポイントをTips的に残す
VRChatでのギミックを作るためのツールUdonをUdon GraphではなくC#で利用する方法
IR(情報検索)における基本的なアルゴリズムである、WANDアルゴリズムについて
やったこと VRChat UDON VRChatのWorldが作りたいので、UDONを学習した。(参考:https://qiita.com/amamagi/items/ac497db1b20cb754a1e…
gatsbyで作られたブログに、リンクが機能していてスクロールに追従する目次をつける方法について
per_cpu_variableとRELOC_HIDE()の解説
やったこと ハル本2章の最小リスクヘッジの導出 https://mathlog.info/articles/279
このサイト、画像の大きさが変更できない? A complete React with GraphQL Tutorial https://www…
Teach Your Self Computer Science : のうちの自分が興味のある部分を自分用備忘録としてまとめておく。
やったこと libfuzzer tutorial https://github.com/google/fuzzing/blob/master/tutorial/libFuzzerTutorial.md fuzzing…
Gastby + Netlifyで高速にページ遷移するブログを作成した。これがそれ。ページ先読み、低画質画像のから表示する等の最適化が自動で付くのは流石に便利である。