22 Matching Annotations
  1. Jun 2025
    1. 艾美講Favorites  · otdSrsneopfam372h5ii1ut4m2a4ic89thc895t9u08ff82claf1h41c4340  · Shared with Publichttps://open.firstory.me/story/cmbum9ml8002501uoca8kap5uEP 140【聊天室】東吳翻譯所校友Kate Part 3《線上醫療口譯》114年5月1日~6月30日使用手機報稅真簡單,輕鬆確認「稅額估算表」,快速完成申報,還可以參加抽獎!網頁網址:https://tax.nat.gov.tw/alltax.html?id=1*****以上廣告由財政部提供*****1. 線上醫療口譯的工作內容是什麼?2. Kate經歷考試、培訓、再考試的過程。3. 詳細的培訓內容。4. 需要醫療口譯的情況有哪些?5. 工作時間是走美國時間?6. 接電話前有準備時間嗎?7. 時薪?月薪?算電話通數計薪?8. 這份工作的挑戰9. Kate會推薦這份工作嗎?

      剛剛用1.5X聽完,100%的既視感。

      美國的電話醫療口譯:嗯,確定外包國外了(台灣),這讓我我憂喜參半。在商言商,利益優先,這是無法擋的趨勢,大型口譯平台公司真的賺爆了。

      喜的是,台灣同胞多了一種磨練中英逐步口譯的工作選項。

      Kate不方便說的薪水部分,我以過來人的身分(6年前做過一模一樣的工作,即使公司可能不同),大膽估計時薪8-12美元,月薪4.2-6.2萬。這可是血汗錢,一天賣命7小時的腦力和體力活。

      這種工作必須這麼看:吃苦當吃補,當作你下一份環境、待遇更有人性的口譯工作的跳板。

  2. Apr 2023
  3. Mar 2023
    1. Fortunately, we found RingCaptcha (https://ringcaptcha.com), which has a the 'starter plan' that offers free 500 OTP monthly. Just a small plug for them for providing freemium service; they are highly reliable because they are integrated with all major global, and regional providers, e.g., Twilio, Nexmo, Infobip, MessageBird, etc., and send your OTP through the best provider/route based on country/phone carrier, and can auto fallback to alternative paths. This means you just need to integrate with RingCaptcha, without the headache of deciding which SMS/voice OTP provider has best combination of price and reliability, which is a real headache when you are sending OTP world-wide.
    1. One-time passwords are generated on demand by a dedicated OATH OTP authenticator that encapsulates a secret that was previously shared with the verifier. Using the authenticator, the claimant generates an OTP using a cryptographic method. The verifier also generates an OTP using the same cryptographic method. If the two OTP values match, the verifier can conclude that the claimant possesses the shared secret.
  4. Feb 2023
  5. Jul 2020
    1. If the run-time dependencies were shared across all applications depending on the same rebar.config file,

      This sentence is straightforward but I only understood it just now.

      rebar.config can specify the dependencies of all the applications in the umbrella project, but they are not necessarily run-time dependencies. Also, the relx example from the rebar.config above shows how to include an app/lib (in this case, recon) in the final production release, even if it is not a run-time dependency.

      This guide also expands on it a paragraph below:

      The Rebar3 maintainers therefore just decided to keep a clear distinction between the applications that need fetching for the project to build or run (in rebar.config), and the run-time dependencies of each OTP application (in the .app file) which may be part of the default OTP install, and would therefore not be included in rebar.config. Other build tools in the ecosystem let you achieve similar results, but they default to including everything at run-time whereas Rebar3 asks of developers to always be specific in their intent.

    1. mark the workers as permanent or transient, so that if they fail they get restarted

      restart defines when a terminated child process must be restarted.

      • A permanent child process is always restarted.
      • A temporary child process is never restarted (even when the supervisor's restart strategy is rest_for_one or one_for_all and a sibling's death causes the temporary process to be terminated).
      • A transient child process is restarted only if it terminates abnormally, that is, with another exit reason than normal, shutdown, or {shutdown,Term}. https://erlang.org/doc/man/supervisor.html
  6. Jul 2019
  7. Mar 2017