今日不吉祥

宝宝今天被推车压到了,我过去的时候看到小推车翻了宝宝脸都不见了,真的好害怕。把推车拉起来,看见推车压在宝宝的身体,宝宝的眼神充满了恐慌。我抱起宝宝以后,宝宝开始大哭,叫妈妈。一直到我抱着宝宝,把掉落一地的东西捡起来,宝宝看着我做,才安静下来不哭了。

2020 再一次清零

今年2月股灾 在最高点冲进去买了石油股、部分科技股。股票大跌,很慌,想回本,于是把股票的钱换成了做多的option, 亏到快清零。3月接近最低点割肉后至今,中间试图重新进去操作option,都无果而终。最近下定决心不再搞option,专心工作。

工作7年,股市里一共亏了前后有38万美金了。去年做空3倍黄金 还额外加了杠杆 亏了·12万;今年亏了16万。2013-2018年一共亏了10万。巨额亏损,给我的心里留下巨大的阴影。痛哭了几天,消沉了几个月之后,我相信自己可以重新站起来。

这一次下定决心再也不碰高风险。反思自己的金钱观有重大的问题。钱,亏了就亏了,不要再去想赚回来。从今往后好好赚钱好好做稳定的理财、长期股票投资,投资不能牺牲自己、家庭的生活质量,所以要做稳当、风险防抗好的投资。不去嫉妒、悔恨自己没有做的交易。不要相信有什么方法可以保证预测股票走向。

2020年,从头开始。不要妄自菲薄,不要苛求别人。

Counting sort, bucket sort, radix sort

We comparing counting sort, bucket sort and radix sort, i realized it’s all about trade off between memory, time, and simplicity of data structure.

Radix sort: n log_r(k). Essentially radix sort performs bucket sort log_r(K) times. It can deal with larger key range (than bucket sort).    r is the base here. the larger is r the better time complexity we got.  but it also means more memory. remember the bucket   array in radix sort is of length r (shorten than n or maximum value of K)  If we use n as the base, it becomes a normal bucket sort. why?   cuz now we have only one ‘digit’, so we only do one bucket sort/counting sort.

Bucket sort: is a generalization of counting sort. The number of bucket sort used  is n. and range can be larger than n. thus we saved some space than in counting sort. but it loses the worse case of O(n+K).  the data has to be uniformly distributed.

Counting sort: O(n+k) time and O(K) space

重新来过

来美6年半了,读书3年,工作3年半。

从去年开始到现在,所有的积蓄在股市亏光了,玩短期option进入了赌博模式,前后大概亏了12万美金。去年亏了7万,当时想收手了,说要把钱交给老婆管,复习了几个月刷题跳槽成功,今年年初老婆在复习考NY Bar,没空管理家里财务,我又鬼使神差的重新进去想回本,结果一把我又亏了5万。银行里现在一共也只有1万不到。

自己平时生活节约,结果到头来全部输给了股市。

赌徒的日子,太痛。哭了好几天,于事无补。生活还得继续。

对不起自己刚结婚的老婆,对不起父母,工作几年,没给家里寄过几次钱。

恍惚了很多天了。28岁的我,现在清零,从头开始。