Skip to content

Instantly share code, notes, and snippets.

View david30907d's full-sized avatar
🎯
Focusing

張泰瑋(Chang Tai Wei) david30907d

🎯
Focusing
View GitHub Profile
  1. 每個月做一個 rebalance 的操作,也就是說一個買入賣出過一次就不能再動了
  2. 每次操作前想想「反脆弱」
  3. 多元分散
  4. 熊市時候買入、還defi槓桿的債、存穩定幣、舉法幣的債;牛市的時候賣出、開 defi 槓桿、還法幣的債
  5. 參考 all wether portfolio,但是把 gohm 視為美國國債,其他 farming pool 視為股票,只買 olympus 跟 liquidity share
  6. 不應該開 defi 抵押類型的槓桿,因為是不對稱風險
  7. MaiCoin 的出入金會收 1% 手續費!要比較 Binance 跟 Maicoin 差別
    • 出金:1% + $NT15
  8. Tim 哥最高有可能收到1.5%手續費
  9. 每次買入前先問自己兩個問題:

不要聳肩,把力量放在核心

做著彎腰看屁股 然後背打直看屁股 鼻子用力 臉像被噴水

高音的時候用眉毛帶上去,想像眼睛看頭後面,手提住嘴巴往上提

低音臉頰不用抬,高音聲音先扁沒關係,先把聲音往外丟

抖嘴唇,媽媽,橫橫,哈哈 滑行,不要間隔

上顎張開,高音好上去,但是張口的時候下顎放鬆,閉口的時候用力把音送出去 不要斷掉,例如漸漸 吸深吐淺

歌詞 如果那兩個字沒有顫抖 我不會發現我難受

怎麼說出口 也不過是分手 如果對於明天沒有要求 牽牽手就像旅遊

  1. Please revert your commit once it failed in master, don't take chance and then merge a patch immediately. Just revert it no matter what
  2. Should be veeeeeery careful about if it's public or private when you fork/create a new repo!
  3. Don't deploy or merge any PR before going to sleep
[
{
"user_id": "1413683625375061",
"url": "https://www.youtube.com/watch?v=S_1WBzXFyBs&t=3752s"
},
{
"user_id": "1413683625375061",
"url": "https://www.youtube.com/watch?v=S_1WBzXFyBs&t=3752s"
},
{
# Instrument the class if needed.
if __instrumentation_mutex.acquire():
try:
if getattr(cls, "_sa_instrumented", None) != id(cls):
_instrument_class(cls)
finally:
__instrumentation_mutex.release()
return factory
class CollectionAdapter(object):
"""Bridges between the ORM and arbitrary Python collections.
Proxies base-level collection operations (append, remove, iterate)
to the underlying Python collection, and emits add/remove events for
entities entering or leaving the collection.
The ORM uses :class:`.CollectionAdapter` exclusively for interaction with
entity collections.
"""
def append_with_event(self, item, initiator=None):
"""Add an entity to the collection, firing mutation events."""
self._data()._sa_appender(item, _sa_initiator=initiator)