Skip to main content

标  题: 基本确定,要进入熊市了

FatWallet Coupons and Deals发信人: guvest (我爱你老婆Anna), 信区: Stock
标  题: 基本确定,要进入熊市了
发信站: BBS 未名空间站 (Thu Dec 10 23:45:28 2015, 美东)

个人观点:
个人浅见:

崩盘与否不知道,基本确定要进入熊市了。就是long/short都赔钱的
市场。

如果冷战是第三次世界大战,那么现在就是第四次世界大战了。
俄罗斯输了第三次世界大战,但是战后没有把它肢解,并且给与战败国
待遇。现在只好继续进行下去了。

油价,就是战争的费用。之前布什年代高油价如此,现在低油价
也是这样。3年内油基本上就是这样了,40刀左右。从油价看,双方没有
媾和的可能了。

9月份我发过贴说银行和油肯定会涨一波。现在这波涨完了。
[JPM59刀低位最高涨到69刀。USO从12刀涨到最高16刀。]
花街的钱会抽去做战争经费。

btw:
1.俄罗斯必败。没有一个哲学,没有一个世界主张。普京浑浑噩噩几十年,
还是卖能源和军火为生。他家倒不是摸着石头过河,是完全的不过河。
还不如伊斯兰世界呢。

2.看好中国再出卖苏联/俄罗斯一次。哪天再来个“中国蒙古自卫反击战”
的话,大家不要吃惊。

3.人民币必然继续贬值。低油价,贵美元,就是不让中国搭顺风车。

Comments

Popular posts from this blog

CKA Simulator Kubernetes 1.22

  https://killer.sh Pre Setup Once you've gained access to your terminal it might be wise to spend ~1 minute to setup your environment. You could set these: alias k = kubectl                         # will already be pre-configured export do = "--dry-run=client -o yaml"     # k get pod x $do export now = "--force --grace-period 0"   # k delete pod x $now Vim To make vim use 2 spaces for a tab edit ~/.vimrc to contain: set tabstop=2 set expandtab set shiftwidth=2 More setup suggestions are in the tips section .     Question 1 | Contexts Task weight: 1%   You have access to multiple clusters from your main terminal through kubectl contexts. Write all those context names into /opt/course/1/contexts . Next write a command to display the current context into /opt/course/1/context_default_kubectl.sh , the command should use kubectl . Finally write a second command doing the same thing into ...

OWASP Top 10 Threats and Mitigations Exam - Single Select

Last updated 4 Aug 11 Course Title: OWASP Top 10 Threats and Mitigation Exam Questions - Single Select 1) Which of the following consequences is most likely to occur due to an injection attack? Spoofing Cross-site request forgery Denial of service   Correct Insecure direct object references 2) Your application is created using a language that does not support a clear distinction between code and data. Which vulnerability is most likely to occur in your application? Injection   Correct Insecure direct object references Failure to restrict URL access Insufficient transport layer protection 3) Which of the following scenarios is most likely to cause an injection attack? Unvalidated input is embedded in an instruction stream.   Correct Unvalidated input can be distinguished from valid instructions. A Web application does not validate a client’s access to a resource. A Web action performs an operation on behalf of the user without checkin...