Skip to content
BoWen Chai's Notes

Archives

All the articles I've archived.

20263
January3
20257
December1
October2
August1
July1
  • Some Tricks for Doing Web Dev

    Some tricks for debugging DOM in browser, especially in React(might able to applied to other frameworks).

April2
  • Typst Code Snippets

    A collection of useful Typst code snippets for various tasks.

  • 中国大陆居民来香港办理 HSBC 及 IKBR 开户记录

    作为普通工薪阶层, 想要购买股票, 但是又不懂A股, 怎么办, 买点美股或者港股, 于是会尝试使用IBKR; 但众所周知, 大陆的外汇交易是有限制的, 直接购买外汇有额度上限并且转账到券商还要手续费, 那么可以选择Hong Kong SAR的银行, 通过港澳通行证来办理汇丰银行卡来减少IBKR入金时的收费.

20241
October1
  • Remote Compile Service

    I'm trying to use Cloudflare Worker to transpile React code to pure JS, and I'm going to share my experience with you.