Week's note

二月開始日本進入了求職潮,面臨人力公司跟公司的求職說明會宣傳不斷轟炸的新卒們,此時應該是人生最折騰的過程之一吧。(自己也是....XD) 但是否最後留日工作,我個人覺得不會去強求吧。先前的經驗告訴我,在收入差異不大的條件下,能做自己有興趣的事情所得到的成就>>>酬勞,只要能確認自己在該位置能獲得迅速成長。以上廢話太多... XD

今天讀到美容產品零售商 Bluemercury 的 CEO Marla Malcolm Beck 分享了她面試別人的七分鐘要領,主要分別是技能(skill), 願景(will), 適性(fit)。

原文 [紐約時報] [科技橘]

skill - What’s the biggest impact you had at your past organization?
will - What do you want to do in five or 10 years?
fit - In terms of fit, I’m looking for people who have some sort of experience with a smaller company. At big companies, your job is really one little piece of the pie. I need someone who can make things happen and is comfortable with ambiguity.

BTW 不過阿,這位阿姨畢業後第一份工作是在阿麥(McKinsey)當 consultant 捏...
==============================

Egg Benedict 班尼狄克蛋。講這個其實主要是因為今年二月(2015/02)據說在台北自由之丘的富錦街開了 家人氣很旺的九州鬆餅店 (九州パンケーキ),據說他們店家最紅的就是班迪尼克蛋鬆餅。朋友的太太問我為什麼日本人也紅班迪尼克蛋?  我也不知道,我沒去過九州,更是頭一次聽過這玩意。但是在詢問谷哥大師後得到兩個結論:
(一) 人們說九州是日本旅遊c/p值最高的地方。
(二) 這鬆餅跟本是滿滿的膽固醇與三酸肝油脂阿! 切忌切忌... hahaha
==============================

昨天都在研究一個我很喜歡的一家公司 palantir 的徵才資訊,發現他們 blog 有提到如何通過engineer 面試的一些建議。雖然進不去,但還是挺想知道他們怎麼面試人的。
主要分成 coding, algorithm, and system design interview三個部分。下面是關於 algorithm 的建議。
原文 [How to ace an algorithm interview]
[1] 確定了解題意 This will also buy you time if your brain isn’t kicking in right away.
[2] 提出任何可行解法,先不管 complexity
[3] 如何讓[2]的解法更快
  - 寫白板
  - 把想法說出來
  - 想想演算法(sorting, divide-and-conquer, DP, recursion, etc.)
  - 想想 DS (array, list, hash, tree, graph, etc.)
  - 回憶過去類似的問題以及其解法
  - 如何把問題縮小
  - 卡關時不要害怕選擇其他方法(backtrack)
==============================

剛在 [Front-End Developers Taiwan] 社團版看到個問題,覺得不錯回了一下。
主要是有人發文詢問能否自動生成RESTful頁面的工具。一開始我想到的是用 swagger 這樣的Web API documentation tool,不過後來他要的是簡易的頁面生成,而不是API頁面。如此的話可能得考慮想要生成的是table, form, list or whatever 找對應的 plugins 自己實作javascript wrapper吧?畢竟這關係到rendering 跟event hooks,這我看到一些把 json 轉 html element (table, list, form, etc.)等的工具。不過這問題之所以好,是讓我聯想到一個問題:
若遇到 API Web+document的更新時,如何減少花費?
A RESTful API with automatically generated bindings」感覺是如此問法。一家公司 silk 他們使用 Haskell + javascript 達到該目的,他們的應用真的有趣,可以 參考 。
再來就是又看到有人推【yeoman】這個front-end design toolset。一直想要摸摸看他是怎麼樣的東西但又抽不出時間,只好先紀錄一下了。
==============================

Fresh off the boat

JCPenney 傑西潘尼是美國最大的連鎖百貨商店之一。總部位於美國德州普蘭諾。在全美擁有賣場1106家,僱員116000人,為全球500強企業之一。

haggle - 在價格條件上爭論不休 - you couldn't haggle at jcpenney

blow-dring my hair

bonding into

噁心 gross

Samantha isn't carrying a baggie of dog poops in her hands

I got big plans :first, get a seat at the table; second, meet Shaq; third, change the game, probably with the help of Shaq.

filthy 下流的 - the filthy music you listen to turned you into a poet,boy

you're just trying to get a nut.

paranoia 偏執狂, 妄想狂 - your paranoia make us miserable.

frivolous 草率的, 無聊的, 鎖碎的 - we don't want be a target of frivolous lawsuits.

slip and fall - i slipped on the floor and fell down.

sexual harassment 性騷擾 -

at the same time vs in the meantime 兩者都是 "同時", 不過後者是某個事件無法形成的前提下, 同時發生的事情 (用於否定句)
EX.
The train won't come for an hour. what will you do in the meantime?
How can you walk and read at the same time?

distraction - on top of that, you create this distraction of looking for proof.

way better - another way to say "that's the way I like it"

Crash n' Burn - crashed and burn - to fail utterly  搞砸了
it's much more fun to watch you crash and burn tonight.

He had hard time making friends

gank - 偷襲

Comments

Popular posts from this blog

股票評價(Stock Valuation) - 股利折現模型

openwrt feed的使用

R 語言:邏輯回歸 Logistic Regression using R language (二)