Redian新闻
>
也来请教一个转精算的问题
avatar
也来请教一个转精算的问题# Actuary - 精算
i*d
1
的盒子装的两个管子。
看来cartman的生活很有情调啊。
一个RCA一个GE的。
吃完饭就开始试用。
说来比较不同管子还真麻烦。
好不容易等一个热了,听一会儿,烫烫的拔下来。
然后换一个,耐心等待管子热透。隔了那么久,比出来的听感差别就很感性化了。
以原来用的得律封根做基准,
RCA有点闷,高频低频都比较保守,总体比较温和。
GE更接近德律封根管些,但是更亮,于是比RCA亮得多,比较空灵,有时有点脆。
虽然音乐类型我喜欢抒情,忧郁,细腻类的,但音色上个人却更喜欢明亮刺激一点的,
如此来慰藉一个老男人delicate的心。
转了一圈回到德律封根,心想不好,记住了各个管子的优点,管子恐怕要升级。。。
avatar
h*y
2
A lot of the stock market movement could depend on the retail sales this
Christmas season. So I am making a prediction before the holiday season (
just for fun):
1. The overall theme of this Christmas is that there is NO deal. The stores
have adjusted their inventory levels in the past few months. When the supply
meets the demand, there is just no reason to reduce the price.
2. Shoppers will be looking for deal but since most people are clueless
about what the real deals are, they will eventuall
avatar
s*s
3
PhD applicants should have background in at least one of the following areas:
1. Control theory and application
2. Dynamic programming
3. Artificial intelligence, machine learning
4. Numerical analysis
5. Applied mathematics
The visiting scholar/postdoc position is available for researchers who have
research experience in Adaptive/approximate dynamic programming or networked
control systems.
Interested applicants can send their CV to Professor Zhong-Ping Jiang via
email at z****[email protected] Note that PhD candidates must apply officially for
the ECE PhD Program through NYU Polytechnic school of Engineering.
Please visit http://eeweblinux.poly.edu/~canlab/ for more information.
avatar
c*y
4
查了版面,没找到。我在美东偏南。现在可以种香菜吗?种盆里好还是地里好?
avatar
E*F
5
这段code运行时为什么会有segmentation fault?
用的是nachos(一个模拟操作系统的教学软件)
#include "syscall.h"
#include "stdlib.h"
#define OUTPUT_LOOP_LIMIT 500
/*
* Set this up to experiment with different nice values. Negative
* values can cause unexpected execution orders. Figuring out WHY
* is an excellent exercise for the student.
*/
#define A_NICE 0
#define B_NICE 5
#define C_NICE 10
#define D_NICE 15
int
main()
{
int a,b,c,d;
int pid;
Echo ("Starting...\n", 12);
/* Divorce the test processes from the main process. The main
* thread will create the others and then simply wait for them to
* finish. This step is taken to ensure that the each of the four
* threads is treated as similarly as possible.
*/
/* Commence the forking */
pid = Fork();
if (pid == 0)
{
/*
* Child #1: This will fork the other test processes as well
* as becoming T-A
*/
/* Child #1 Forks a Grandchild #1 */
pid = Fork();
if (pid != 0) {
/*
* Child #1
* Now we fork a second time.
* Grandchild #2 is created
*/
pid = Fork();
if (pid != 0) {
/*
* Child #1: The first Child process makes it here. Now we
* adjust its static priority by calling the NICE system
* call, and then looping to output a series of
* identifying characters.
*/
Nice (A_NICE);
for (a = 0; a < OUTPUT_LOOP_LIMIT; a++) {
Echo ("A", 1);
}
Exit (0);
} else {
/*
* Grandchild #2
* Now we adjust its static priority by calling the
* NICE system call, and then looping to output a series of
* identifying characters.
*/
Nice (B_NICE);
for (b = 0; b < OUTPUT_LOOP_LIMIT; b++) {
Echo ("B", 1);
}
Exit (0);
}
} else {
/*
* Grandchild #1 forks GreatGrandchild #1
*/
pid = Fork();
if (pid != 0) {
/*
* GrandChild #1
* Now we adjust its static priority by calling the
* NICE system call, and then looping to output a series of
* identifying characters.
*/
Nice (C_NICE);
for (c = 0; c < OUTPUT_LOOP_LIMIT; c++) {
Echo ("C", 1);
}
Exit (0);
} else {
/*
* GreatGrandchild #1
* Now we adjust its static priority by calling the
* NICE system call, and then looping to output a series of
* identifying characters.
*/
Nice (D_NICE);
for (d = 0; d < OUTPUT_LOOP_LIMIT; d++) {
Echo ("D", 1);
}
Exit (0);
}
}
}
/*Original Thread*/
Wait (0);
Echo ("\nFinished\n", 10);
Exit(0); /* and then we're done */
}
avatar
H*8
6
国内亲戚在华东正法学院,现准备出国留学,她的学习成绩很好,想请教大家是出国继续
学法还是转商,象accounting?
谢谢!
avatar
r*8
7
本人本科和硕士是ME,有个本科的双学位是统计金融的,在ME行里干了半年,就生娃在
家了,现在重新找工作,不想做ME了,想转行,目前想做精算或者是金融,请各位给点
指点。个人觉得金融工作压力大加班太多都是听说的,倾向于转精算。
avatar
L*k
8
听周杰伦?

【在 i*d 的大作中提到】
: 的盒子装的两个管子。
: 看来cartman的生活很有情调啊。
: 一个RCA一个GE的。
: 吃完饭就开始试用。
: 说来比较不同管子还真麻烦。
: 好不容易等一个热了,听一会儿,烫烫的拔下来。
: 然后换一个,耐心等待管子热透。隔了那么久,比出来的听感差别就很感性化了。
: 以原来用的得律封根做基准,
: RCA有点闷,高频低频都比较保守,总体比较温和。
: GE更接近德律封根管些,但是更亮,于是比RCA亮得多,比较空灵,有时有点脆。

avatar
K*D
9
Let's look back in 2010 Q1, hehe.

stores
supply
item.
similar

【在 h*******y 的大作中提到】
: A lot of the stock market movement could depend on the retail sales this
: Christmas season. So I am making a prediction before the holiday season (
: just for fun):
: 1. The overall theme of this Christmas is that there is NO deal. The stores
: have adjusted their inventory levels in the past few months. When the supply
: meets the demand, there is just no reason to reduce the price.
: 2. Shoppers will be looking for deal but since most people are clueless
: about what the real deals are, they will eventuall

avatar
a*a
10
估计晚了些, 屯子地区快到香菜结种子阶段了
avatar
k*5
11
用valgrind 查一下。

【在 E*******F 的大作中提到】
: 这段code运行时为什么会有segmentation fault?
: 用的是nachos(一个模拟操作系统的教学软件)
: #include "syscall.h"
: #include "stdlib.h"
: #define OUTPUT_LOOP_LIMIT 500
: /*
: * Set this up to experiment with different nice values. Negative
: * values can cause unexpected execution orders. Figuring out WHY
: * is an excellent exercise for the student.
: */

avatar
w*o
12
这两个方向本身就差好多,各自又和国内有差很多,外加上LZ的亲戚将来是否回国等等考
虑,真是很难给建议. 如果是会计方向,如果没有身份,找工作不容易.找不到工作,没有
经验回国也就难办了.
另外,国内学习好没什么,出来的都不错.所以还是要看她自己的生活能力.

【在 H*****8 的大作中提到】
: 国内亲戚在华东正法学院,现准备出国留学,她的学习成绩很好,想请教大家是出国继续
: 学法还是转商,象accounting?
: 谢谢!

avatar
s*0
13
有卡没?
没卡建议不要趟精算的浑水了
avatar
f*e
14
cartman的这个clear top是不错的deal,如果音色也合口味的话
我为了换管子干脆把顶盖拿下来了
想想那些做评测的试验那么多管子确实是个费时费力地工程
现在发现用试音碟测管子是个失误,应该用自己常听的一般录音才好
avatar
a*e
15
You lost ur notebook.

【在 K****D 的大作中提到】
: Let's look back in 2010 Q1, hehe.
:
: stores
: supply
: item.
: similar

avatar
T*m
16
美东偏南,几区?我在5区,香菜都是秋天种的。

【在 c*********y 的大作中提到】
: 查了版面,没找到。我在美东偏南。现在可以种香菜吗?种盆里好还是地里好?
avatar
o*g
17
我觉得法律和会计是很好的组合。我的Income Tax instructor就是税法律师。
avatar
b*s
18
还是要看地点了,这两年像UI毕业的中国学生一半以上都找到了

【在 s******0 的大作中提到】
: 有卡没?
: 没卡建议不要趟精算的浑水了

avatar
i*d
19
这你都知道?

【在 L*****k 的大作中提到】
: 听周杰伦?
avatar
t*s
20
呵呵,有趣。先记下了
avatar
c*y
21
这几区咱看?

【在 T*******m 的大作中提到】
: 美东偏南,几区?我在5区,香菜都是秋天种的。
avatar
J*i
22
中国法+美国会计=美国会计
美国法+美国会计=income tax instructor
avatar
r*8
23
现在还没有,想先准备考试,估计考一两门的时候就有卡了

【在 s******0 的大作中提到】
: 有卡没?
: 没卡建议不要趟精算的浑水了

avatar
i*d
24
口味真的很重要。和自己听的音乐很有关。
这次耳机系统全面升级,效果大副提升。
但是,痛心的发现,一直钟爱的诺拉琼斯,成了干涩老女人的声音,特别是最近几张CD。

【在 f*******e 的大作中提到】
: cartman的这个clear top是不错的deal,如果音色也合口味的话
: 我为了换管子干脆把顶盖拿下来了
: 想想那些做评测的试验那么多管子确实是个费时费力地工程
: 现在发现用试音碟测管子是个失误,应该用自己常听的一般录音才好

avatar
f*a
25
Disagree on your no1, thus all other points that follow are suspicious.
Looking at the fierce direct competition between major retailers ( Amazon,
Walmart) this thanksgiving, I have to disagree.
I suspect major retailers are trying to expand their market share currently,
since they predict the economy is going to get better, which is when most
of the money can be made.
Thus there will be deals.

stores
supply
item.
similar

【在 h*******y 的大作中提到】
: A lot of the stock market movement could depend on the retail sales this
: Christmas season. So I am making a prediction before the holiday season (
: just for fun):
: 1. The overall theme of this Christmas is that there is NO deal. The stores
: have adjusted their inventory levels in the past few months. When the supply
: meets the demand, there is just no reason to reduce the price.
: 2. Shoppers will be looking for deal but since most people are clueless
: about what the real deals are, they will eventuall

avatar
y*e
27
有钱就念法学院

【在 H*****8 的大作中提到】
: 国内亲戚在华东正法学院,现准备出国留学,她的学习成绩很好,想请教大家是出国继续
: 学法还是转商,象accounting?
: 谢谢!

avatar
s*0
28
这个也看networking了,有了什么都不是问题
avatar
f*e
29
呵呵,把DAC去掉,用随机管子,这样不就可以忽略录音的变化了?
不然还要找新“偶像”,多麻烦啊
avatar
h*y
30
News so far:
American consumers shopped more for bargains at the start of the U.S.
holiday season and spent significantly less than a year ago, according
to early data released on Sunday.
Consumers said they will have spent nearly 8 percent less on average,
or about $343 per person, over the weekend that includes U.S.
Thanksgiving Day, Black Friday and runs through Sunday, according to
the National Retail Federation.
While traffic to stores and retail websites rose to 195 million people
from 172

【在 K****D 的大作中提到】
: Let's look back in 2010 Q1, hehe.
:
: stores
: supply
: item.
: similar

avatar
l*8
32
Tax law firms are laying off a lot tax attorneys, but tax accountants get to
stay. You pick...

【在 H*****8 的大作中提到】
: 国内亲戚在华东正法学院,现准备出国留学,她的学习成绩很好,想请教大家是出国继续
: 学法还是转商,象accounting?
: 谢谢!

avatar
r*8
33
networking目前是一点没有,据说entry level 比较难找,是不是即使有卡,没有
network也是白费啊?

【在 s******0 的大作中提到】
: 这个也看networking了,有了什么都不是问题
avatar
c*n
34
好像我也比较喜欢GE绿色管子多一些,自己也留了一个和RCA比较着听,你去听听那个
西藏歌手的天路和青藏高原,区别很明显的,脆脆的声音感觉比TFK要有冲击力。
我当时是一晚上连续换了7-8个管子啊,主要是为了保证这些管子没有问题,也顺便试
试自己耳朵,看看能不能听出不同牌子管子的不同,甚至是同一型号管子不同批号的区
别,结果是一笔糊涂帐。要体会就不能赶,轻轻松松慢慢换,一个听上个把星期再说吧
,我现在也在听TFK。
avatar
S*n
35
ShopperTrak was way off in 2008.
They pumped it as +3.5% and later NAF reported it as -5%. o)<

【在 h*******y 的大作中提到】
: News so far:
: American consumers shopped more for bargains at the start of the U.S.
: holiday season and spent significantly less than a year ago, according
: to early data released on Sunday.
: Consumers said they will have spent nearly 8 percent less on average,
: or about $343 per person, over the weekend that includes U.S.
: Thanksgiving Day, Black Friday and runs through Sunday, according to
: the National Retail Federation.
: While traffic to stores and retail websites rose to 195 million people
: from 172

avatar
a*a
36
yes, ours is 8B, it is closeing to the end

【在 c*********y 的大作中提到】
: 谢了。我在7B。太晚了?
avatar
J*e
37
如果只想找个工作,糊糊口就accounting吧,law挺难混的。朋友有学法的,很难混出
来,语言是问题,尽管他的英语已经很好很好了。
avatar
s*0
38
有卡考试多一点没问题,很多时候是身份限制,UI那里本身保险公司就不少,而且他们
的精算program也还不错,所以不存在networking的问题
不过卡还是很关键的。但是要问问自己是不是真心喜欢做这个,开始pay不会很高就是了
avatar
c*n
39
ibd, 你升级的耳机系统是什么啊?我现在是两个老古董,HD580、590。 准备把我一堆
杂七杂八的小耳机藏起来,再给ld送个香奈尔,就可以去下手AKG 701了。
avatar
K*D
40
The prediction doesn't seem to be very accurate? @[email protected]

【在 h*******y 的大作中提到】
: News so far:
: American consumers shopped more for bargains at the start of the U.S.
: holiday season and spent significantly less than a year ago, according
: to early data released on Sunday.
: Consumers said they will have spent nearly 8 percent less on average,
: or about $343 per person, over the weekend that includes U.S.
: Thanksgiving Day, Black Friday and runs through Sunday, according to
: the National Retail Federation.
: While traffic to stores and retail websites rose to 195 million people
: from 172

avatar
c*y
41
哦,来年吧。谢谢。

【在 a****a 的大作中提到】
: yes, ours is 8B, it is closeing to the end
avatar
c*8
42
I just finished an interview of tax accountant of a big firm and am waiting
for the offer. My plan is to enter the law school if I can not get an offer
after graduate. Most of the international students prefer to apply for PHD
of Accountancy. That is a good choice. However, in my opinion, PhD will
narrow down your future career selection.
I already consulted with my business law professor, and some accounting
professionals. They advised me to get an attorney certification with a CPA
certificatio
avatar
r*8
43
多谢您的回复,我自己还要再做深一步的research,然后再决定。听说entry level 5
、6w,我现在MEmaster出去工作也就6w左右,差不了多少,只是听说很难找,怕考了找
不到工作,我自己对数学还比较有兴趣,成绩都还不错,除了线代,呵呵。

是了

【在 s******0 的大作中提到】
: 有卡考试多一点没问题,很多时候是身份限制,UI那里本身保险公司就不少,而且他们
: 的精算program也还不错,所以不存在networking的问题
: 不过卡还是很关键的。但是要问问自己是不是真心喜欢做这个,开始pay不会很高就是了

avatar
d*0
44
哈哈哈!! 狡猾的很可爱。

【在 c*****n 的大作中提到】
: ibd, 你升级的耳机系统是什么啊?我现在是两个老古董,HD580、590。 准备把我一堆
: 杂七杂八的小耳机藏起来,再给ld送个香奈尔,就可以去下手AKG 701了。

avatar
h*y
45
Which one is not accurate? I thought it is pretty accurate on inventory
adjustment, less discount comparing to last year, better margin and flat
year-over-year sale.

【在 K****D 的大作中提到】
: The prediction doesn't seem to be very accurate? @[email protected]
avatar
g*e
46
zone的划分是看冬天的平均低温,不管时间和长短,所以啥时候种菜不能光看这个。我
家也是8b,但是霜期从12月到4月,跟你家很不一样。

【在 a****a 的大作中提到】
: yes, ours is 8B, it is closeing to the end
avatar
k*i
47
may I ask what kind of program this is? I know for JD, it only takes 3yrs on
average. Is this program what you are talking about specially designed for
business students? it sounds more accounting related. thanks

for
5 years law school( 3-year general law, and 2-year tax law or audit related
law).

【在 c*********8 的大作中提到】
: I just finished an interview of tax accountant of a big firm and am waiting
: for the offer. My plan is to enter the law school if I can not get an offer
: after graduate. Most of the international students prefer to apply for PHD
: of Accountancy. That is a good choice. However, in my opinion, PhD will
: narrow down your future career selection.
: I already consulted with my business law professor, and some accounting
: professionals. They advised me to get an attorney certification with a CPA
: certificatio

avatar
d*0
48
每次换耳机都有一堆CD录音让人失望。 不过你如果听过历史录音后,听音乐而不是录
音,就不会挑剔啥了。偶单声道的CD都听的津津有味。


CD。

【在 i*d 的大作中提到】
: 口味真的很重要。和自己听的音乐很有关。
: 这次耳机系统全面升级,效果大副提升。
: 但是,痛心的发现,一直钟爱的诺拉琼斯,成了干涩老女人的声音,特别是最近几张CD。

avatar
K*D
49
"American consumers shopped more for bargains at the start of the U.S.
holiday season and spent significantly less than a year ago, according
to early data released on Sunday."
Compared to
"2. Shoppers will be looking for deal but since most people are clueless
about what the real deals are, they will eventually buy the overpriced item.
Therefore although they hope to reduce the budget, it will come out similar
to last year's."
The prediction on inventory and profit margin matches with the
repor

【在 h*******y 的大作中提到】
: Which one is not accurate? I thought it is pretty accurate on inventory
: adjustment, less discount comparing to last year, better margin and flat
: year-over-year sale.

avatar
F*k
50
刚刚,夏天怎么能够保证香菜的继续供应呢

【在 g***e 的大作中提到】
: zone的划分是看冬天的平均低温,不管时间和长短,所以啥时候种菜不能光看这个。我
: 家也是8b,但是霜期从12月到4月,跟你家很不一样。

avatar
l*8
51
You don't need a tax LLM if you already got CPA or a Taxation degree. The
curiculum is pretty much the same in some schools..

waiting
offer
realm
for

【在 c*********8 的大作中提到】
: I just finished an interview of tax accountant of a big firm and am waiting
: for the offer. My plan is to enter the law school if I can not get an offer
: after graduate. Most of the international students prefer to apply for PHD
: of Accountancy. That is a good choice. However, in my opinion, PhD will
: narrow down your future career selection.
: I already consulted with my business law professor, and some accounting
: professionals. They advised me to get an attorney certification with a CPA
: certificatio

avatar
d*0
52
不带这样自欺欺人的玩法。

【在 f*******e 的大作中提到】
: 呵呵,把DAC去掉,用随机管子,这样不就可以忽略录音的变化了?
: 不然还要找新“偶像”,多麻烦啊

avatar
h*y
53
To be fair, the comments on inventory and profit margin are not really
prediction (they are derived from actions taken in the past). I just blend
it in to increase my prediction accuracy. :-)
I don't really know anything about the future. I am just pretending to know.
Speaking of the future, I recently read that 1934-edition of Graham and Dodd
's Security Analysis. And I felt cheated! Based on some recent books by so
called "value investors", I always thought that it was Graham's idea to
value p

【在 K****D 的大作中提到】
: "American consumers shopped more for bargains at the start of the U.S.
: holiday season and spent significantly less than a year ago, according
: to early data released on Sunday."
: Compared to
: "2. Shoppers will be looking for deal but since most people are clueless
: about what the real deals are, they will eventually buy the overpriced item.
: Therefore although they hope to reduce the budget, it will come out similar
: to last year's."
: The prediction on inventory and profit margin matches with the
: repor

avatar
g*e
54
种在阴凉处。

【在 F*********k 的大作中提到】
: 刚刚,夏天怎么能够保证香菜的继续供应呢
avatar
l*u
55
accounting 不是万精油,怎么谁没什么事要找工作第一个反应就是accounting??要
这样,不如去军队好了。军官本科学历就够了,薪水不错福利也好。
话说回来了,accounting容易找?还不如做硅工硅婆,干的反正一样累,钱还更多。
感觉"accounting好找工作"这种概念已经和日本车一样深入了广大美国wsn的心。
avatar
L*k
56
好像你以前说过偶料事如神。

【在 i*d 的大作中提到】
: 这你都知道?
avatar
b*e
57
That's the Myth of Ben Graham. He was considered as a "pure" book value inve
stor. Even Warren Buffett commented about it in a topic of goodwill. But Gra
ham was the chair of Geico, the best example of earning potential play, or s
ay earning power. And even Warren himself admitted that Geico was the best o
ne he had ever made. Poor Warren, being the best investor, not able to swing
a single better bat than his mentor in his whole life. haha

know.
Dodd
that
Analysis

【在 h*******y 的大作中提到】
: To be fair, the comments on inventory and profit margin are not really
: prediction (they are derived from actions taken in the past). I just blend
: it in to increase my prediction accuracy. :-)
: I don't really know anything about the future. I am just pretending to know.
: Speaking of the future, I recently read that 1934-edition of Graham and Dodd
: 's Security Analysis. And I felt cheated! Based on some recent books by so
: called "value investors", I always thought that it was Graham's idea to
: value p

avatar
g*e
58
咱们不是9B么?

【在 a****a 的大作中提到】
: yes, ours is 8B, it is closeing to the end
avatar
c*n
59
其实我们hi着很容易掉进器材的坑里,我以前一个很铁的朋友,人家里有中央音乐学院
的背景,弹得一手好钢琴,玩其他乐器也很在行。我在买了580大耳机后去他那里bso,
结果就被无情鄙视了,说我不应该重器而忽视体会音乐本身deliver了什么,他一个破
收银机+classic FM 频道就听的很欢了。他的钱好像都砸在去现场听了,我去chicago
听过一个symphony,感觉音乐这个东西确实很美好啊。
dash2000------------
每次换耳机都有一堆CD录音让人失望。 不过你如果听过历史录音后,听音乐而不是录
音,就不会挑剔啥了。偶单声道的CD都听的津津有味。
avatar
b*e
60
Warren的那段原话
“You can live a full and rewarding life without ever
thinking about Goodwill and its amortization. But students
of investment and management should understand the nuances
of the subject. My own thinking has changed drastically
from 35 years ago when I was taught to favor tangible
assets and to shun businesses whose value depended largely
upon economic Goodwill. This bias caused me to make many
important business mistakes of omission, although
relatively few of commission.
Key

【在 b****e 的大作中提到】
: That's the Myth of Ben Graham. He was considered as a "pure" book value inve
: stor. Even Warren Buffett commented about it in a topic of goodwill. But Gra
: ham was the chair of Geico, the best example of earning potential play, or s
: ay earning power. And even Warren himself admitted that Geico was the best o
: ne he had ever made. Poor Warren, being the best investor, not able to swing
: a single better bat than his mentor in his whole life. haha
:
: know.
: Dodd
: that

avatar
a*a
61
这当然只是一个参考,世界上本来就没有什么绝对的事情

【在 g***e 的大作中提到】
: zone的划分是看冬天的平均低温,不管时间和长短,所以啥时候种菜不能光看这个。我
: 家也是8b,但是霜期从12月到4月,跟你家很不一样。

avatar
s*y
62
不是每个人都有机会天天听现场的

chicago

【在 c*****n 的大作中提到】
: 其实我们hi着很容易掉进器材的坑里,我以前一个很铁的朋友,人家里有中央音乐学院
: 的背景,弹得一手好钢琴,玩其他乐器也很在行。我在买了580大耳机后去他那里bso,
: 结果就被无情鄙视了,说我不应该重器而忽视体会音乐本身deliver了什么,他一个破
: 收银机+classic FM 频道就听的很欢了。他的钱好像都砸在去现场听了,我去chicago
: 听过一个symphony,感觉音乐这个东西确实很美好啊。
: dash2000------------
: 每次换耳机都有一堆CD录音让人失望。 不过你如果听过历史录音后,听音乐而不是录
: 音,就不会挑剔啥了。偶单声道的CD都听的津津有味。

avatar
h*y
63
You know another famous value investor, Seth Klarman, actually challenged WB
's like of intangible. Seth Klarman stayed away from intangible but he still
averaged over 20% in the last 26 years.
Klarman has a point. The intangible has a huge risk factor because people's
taste can change overnight. If you are a true believer of margin-of-safety,
there is no safety at all with intangibles. Of course, people who buy into
intangible may earn better returns, but that's just a risk premium that
turns o

【在 b****e 的大作中提到】
: Warren的那段原话
: “You can live a full and rewarding life without ever
: thinking about Goodwill and its amortization. But students
: of investment and management should understand the nuances
: of the subject. My own thinking has changed drastically
: from 35 years ago when I was taught to favor tangible
: assets and to shun businesses whose value depended largely
: upon economic Goodwill. This bias caused me to make many
: important business mistakes of omission, although
: relatively few of commission.

avatar
F*k
64
完全不见太阳处或者只有散射光处?

【在 g***e 的大作中提到】
: 种在阴凉处。
avatar
s*s
65
symphony你得花大价钱坐到中央位置。如果坐在侧后面还是不行。

chicago

【在 c*****n 的大作中提到】
: 其实我们hi着很容易掉进器材的坑里,我以前一个很铁的朋友,人家里有中央音乐学院
: 的背景,弹得一手好钢琴,玩其他乐器也很在行。我在买了580大耳机后去他那里bso,
: 结果就被无情鄙视了,说我不应该重器而忽视体会音乐本身deliver了什么,他一个破
: 收银机+classic FM 频道就听的很欢了。他的钱好像都砸在去现场听了,我去chicago
: 听过一个symphony,感觉音乐这个东西确实很美好啊。
: dash2000------------
: 每次换耳机都有一堆CD录音让人失望。 不过你如果听过历史录音后,听音乐而不是录
: 音,就不会挑剔啥了。偶单声道的CD都听的津津有味。

avatar
b*e
66
龙有九个孩子,每一个孩子都是不一样的。Seth同学的书写的很好,基金做的也很好,
在投资上的见解也很有价值。八飞只不过刚好是龙的另一个孩子,走了不同的路径。
正像heartinny经常说的一样,business creates value。一个企业之所以区别于一块金
子的最大区别就在于heartinny经常说的这句话,企业的商业行为创造价值。投资的最终
目的是让企业通过商业行为或者投资的项目本身创造价值。而刚好这个价值是个无形价
值,也就是说开企业赚钱都属于追逐无形价值。其实格雷厄姆自己也明白这个道理,他
曾经说过"Investment is most intelligent when it is most businesslike."只不过
可能因为他出身于华尔街,而且在他的时代价值投资并不十分完善,所以他还是偏重于
有形价值。偏重于有形资产有形价值并没有错,只不过有形价值投资有它的局限性。说
到底,有形资产是个华尔街类型的资产,当华尔街不存在的时候,有形资产投资的范围
就变得非常狭小。而且如今像八飞这样大的规模,华尔街已经不够他折腾得了。
八飞的高明之处就是他完善了价值投资的理论。

【在 h*******y 的大作中提到】
: You know another famous value investor, Seth Klarman, actually challenged WB
: 's like of intangible. Seth Klarman stayed away from intangible but he still
: averaged over 20% in the last 26 years.
: Klarman has a point. The intangible has a huge risk factor because people's
: taste can change overnight. If you are a true believer of margin-of-safety,
: there is no safety at all with intangibles. Of course, people who buy into
: intangible may earn better returns, but that's just a risk premium that
: turns o

avatar
g*e
67
背阴处,不是床底下。

【在 F*********k 的大作中提到】
: 完全不见太阳处或者只有散射光处?
avatar
p*e
68
现场很好,但是没办法反复听,或者看乐谱

其实我们hi着很容易掉进器材的坑里,我以前一个很铁的朋友,人家里有中央音乐学院
的背景,弹得一手好钢琴,玩其他乐器也很在行。我在买了580大耳机后去他那里bso,
结果就被无情鄙视了,说我不应该重器而忽视体会音乐本身deliver了什么,他一个破
收银机+classic FM 频道就听的很欢了。他的钱好像都砸在去现场听了,我去chicago
听过一个symphony,感觉音乐这个东西确实很美好啊。
dash2000------------
每次换耳机都有一堆CD录音让人失望。 不过你如果听过历史录音后,听音乐而不是录
音,就不会挑剔啥了。偶单声道的CD都听的津津有味。

【在 c*****n 的大作中提到】
: 其实我们hi着很容易掉进器材的坑里,我以前一个很铁的朋友,人家里有中央音乐学院
: 的背景,弹得一手好钢琴,玩其他乐器也很在行。我在买了580大耳机后去他那里bso,
: 结果就被无情鄙视了,说我不应该重器而忽视体会音乐本身deliver了什么,他一个破
: 收银机+classic FM 频道就听的很欢了。他的钱好像都砸在去现场听了,我去chicago
: 听过一个symphony,感觉音乐这个东西确实很美好啊。
: dash2000------------
: 每次换耳机都有一堆CD录音让人失望。 不过你如果听过历史录音后,听音乐而不是录
: 音,就不会挑剔啥了。偶单声道的CD都听的津津有味。

avatar
s*w
69
so there will be another dip?

stores
supply
item.
similar

【在 h*******y 的大作中提到】
: A lot of the stock market movement could depend on the retail sales this
: Christmas season. So I am making a prediction before the holiday season (
: just for fun):
: 1. The overall theme of this Christmas is that there is NO deal. The stores
: have adjusted their inventory levels in the past few months. When the supply
: meets the demand, there is just no reason to reduce the price.
: 2. Shoppers will be looking for deal but since most people are clueless
: about what the real deals are, they will eventuall

avatar
F*k
70
哈哈哈床底下!刚刚越来越。。。油墨了

【在 g***e 的大作中提到】
: 背阴处,不是床底下。
avatar
i*d
71
由奢入简难啊。

【在 f*******e 的大作中提到】
: 呵呵,把DAC去掉,用随机管子,这样不就可以忽略录音的变化了?
: 不然还要找新“偶像”,多麻烦啊

avatar
d*z
72
很有道理...

块金
最终

【在 b****e 的大作中提到】
: 龙有九个孩子,每一个孩子都是不一样的。Seth同学的书写的很好,基金做的也很好,
: 在投资上的见解也很有价值。八飞只不过刚好是龙的另一个孩子,走了不同的路径。
: 正像heartinny经常说的一样,business creates value。一个企业之所以区别于一块金
: 子的最大区别就在于heartinny经常说的这句话,企业的商业行为创造价值。投资的最终
: 目的是让企业通过商业行为或者投资的项目本身创造价值。而刚好这个价值是个无形价
: 值,也就是说开企业赚钱都属于追逐无形价值。其实格雷厄姆自己也明白这个道理,他
: 曾经说过"Investment is most intelligent when it is most businesslike."只不过
: 可能因为他出身于华尔街,而且在他的时代价值投资并不十分完善,所以他还是偏重于
: 有形价值。偏重于有形资产有形价值并没有错,只不过有形价值投资有它的局限性。说
: 到底,有形资产是个华尔街类型的资产,当华尔街不存在的时候,有形资产投资的范围

avatar
T*m
73
你可试试,吃不到菜的话也可收获很多籽,明年再用。

【在 c*********y 的大作中提到】
: 谢了。我在7B。太晚了?
avatar
i*d
74
器材要慢慢听一个星期才会有全面感觉。
GE管有什么背景知识么?

【在 c*****n 的大作中提到】
: 好像我也比较喜欢GE绿色管子多一些,自己也留了一个和RCA比较着听,你去听听那个
: 西藏歌手的天路和青藏高原,区别很明显的,脆脆的声音感觉比TFK要有冲击力。
: 我当时是一晚上连续换了7-8个管子啊,主要是为了保证这些管子没有问题,也顺便试
: 试自己耳朵,看看能不能听出不同牌子管子的不同,甚至是同一型号管子不同批号的区
: 别,结果是一笔糊涂帐。要体会就不能赶,轻轻松松慢慢换,一个听上个把星期再说吧
: ,我现在也在听TFK。

avatar
h*y
75
State governments are going bankrupcy pretty soon. I always believe that the
recovery is real however it is so weak that can not help to prevent another
systematic shock. There will always be surprise coming somewhere just like
the Dubai World recently.

【在 s***w 的大作中提到】
: so there will be another dip?
:
: stores
: supply
: item.
: similar

avatar
t*m
76
ft我家的刚长出6片叶子来
我正欣喜呢
我说怎么越来越慢不见张了……
我家在TX,屯子北边
avatar
i*d
77
每次听过现场,就没动力折腾器材了。
但是过了一段时间,大雪封山,足不出户,家里听听音乐也挺爽。

chicago

【在 c*****n 的大作中提到】
: 其实我们hi着很容易掉进器材的坑里,我以前一个很铁的朋友,人家里有中央音乐学院
: 的背景,弹得一手好钢琴,玩其他乐器也很在行。我在买了580大耳机后去他那里bso,
: 结果就被无情鄙视了,说我不应该重器而忽视体会音乐本身deliver了什么,他一个破
: 收银机+classic FM 频道就听的很欢了。他的钱好像都砸在去现场听了,我去chicago
: 听过一个symphony,感觉音乐这个东西确实很美好啊。
: dash2000------------
: 每次换耳机都有一堆CD录音让人失望。 不过你如果听过历史录音后,听音乐而不是录
: 音,就不会挑剔啥了。偶单声道的CD都听的津津有味。

avatar
a*a
78
你输入你家的ZIPCODE就知道了啊

【在 g*****e 的大作中提到】
: 咱们不是9B么?
avatar
f*e
79
我基本上还是气宗的,对音乐的感动还是基于旋律的,不是音质,呵呵,所以声音好到
一定程度对我就没有用了
今天把家里折腾了一下,solid state都雪藏了
找出来一个没用的笔记本,连usb声卡,DAC,琴谱,今后这个就是我的主听了
solid state等换了住处,上了落地箱再说吧
耳放暂时用声卡直推,等过一段再买个好的外置声卡,也给自己一段时间适应各种管子
,呵呵
人常说某某歌词写得好啊,某某嗓音有磁性啊,对我来说,乐曲本身不入耳,其他免谈
。所以我听歌总是记不住词,但是曲子喜欢的一次就记住了,呵呵
avatar
a*a
80
天气热了,容易开花老掉,就不好吃了, 而且香菜长的也巨慢。
倒是芹菜, 现在开始飞速生长了, 前期也巨慢。。

【在 t*m 的大作中提到】
: ft我家的刚长出6片叶子来
: 我正欣喜呢
: 我说怎么越来越慢不见张了……
: 我家在TX,屯子北边

avatar
k*u
81
看什么样的剧院了,一般的,即使是位置不是很好,也比很多器材回放要好。
我一直喜欢去听户外的半开放音乐会的感受。

【在 s**********s 的大作中提到】
: symphony你得花大价钱坐到中央位置。如果坐在侧后面还是不行。
:
: chicago

avatar
F*k
82
林克普利司

【在 a****a 的大作中提到】
: 你输入你家的ZIPCODE就知道了啊
avatar
i*r
83
我也收到RCA了,GE让你给抢走了。
我感觉RCA这个管子比我现在的TUNGSOL清瘦,不够丰满。

【在 i*d 的大作中提到】
: 的盒子装的两个管子。
: 看来cartman的生活很有情调啊。
: 一个RCA一个GE的。
: 吃完饭就开始试用。
: 说来比较不同管子还真麻烦。
: 好不容易等一个热了,听一会儿,烫烫的拔下来。
: 然后换一个,耐心等待管子热透。隔了那么久,比出来的听感差别就很感性化了。
: 以原来用的得律封根做基准,
: RCA有点闷,高频低频都比较保守,总体比较温和。
: GE更接近德律封根管些,但是更亮,于是比RCA亮得多,比较空灵,有时有点脆。

avatar
a*a
84
火星来客?

【在 F*********k 的大作中提到】
: 林克普利司
avatar
i*d
85
看一种感觉可以描述成不同形容词。
RCA虽不丰满,但是控制的挺好。

【在 i***r 的大作中提到】
: 我也收到RCA了,GE让你给抢走了。
: 我感觉RCA这个管子比我现在的TUNGSOL清瘦,不够丰满。

avatar
l*d
86
我去年12月初才种的香菜,现在也只是长出两片真叶,是不是就等着收种子啦!我在7A
avatar
c*n
87
没有忍住换管子的诱惑,今天又搞了个荷兰产‘吹号男孩’,过两天来说说。我希望的
管子胆味要浓,听周璇,邓丽君的歌要甜! 你们谁有推荐?
avatar
a*a
88
你可以试验下然后来告诉我们结果,实践出真知嘛

7A

【在 l*********d 的大作中提到】
: 我去年12月初才种的香菜,现在也只是长出两片真叶,是不是就等着收种子啦!我在7A
avatar
f*e
89
这个胆味儿我到现在都搞不清楚,可能还是因为我听得太少吧
cartman你听过纯单机,和现在胆石结合的比较有什么感想?
avatar
F*k
90
跟杯子学的
link please

【在 a****a 的大作中提到】
: 火星来客?
avatar
c*n
91
听人声我更喜欢纯单机,都有那种甜的出水的味道,而胆石结合就差远了。不过听交响
,胆机就觉得不够快,定位不准,有点拖不动的感觉。这个胆识结合也是最近10多年开
始流行的,可能更好把两种amp的特点给糅合在一起了。
avatar
B*8
92
忘了听谁说的
不等香菜抽薹就齐地剪着吃,可别剪得只剩下根了啊
这样可能夏天也不会抽薹了

【在 F*********k 的大作中提到】
: 刚刚,夏天怎么能够保证香菜的继续供应呢
avatar
c*p
93
我啥时候种都没戏
刚刚啥时候种都行
rp a rp
avatar
g*e
94
给你的香菜苗也种不活?

【在 c***p 的大作中提到】
: 我啥时候种都没戏
: 刚刚啥时候种都行
: rp a rp

avatar
F*k
95
第二次给我的种的可好啦!长得特别茂盛

【在 g***e 的大作中提到】
: 给你的香菜苗也种不活?
avatar
c*p
96
苗活了
有试了一次种子,依然没戏

【在 g***e 的大作中提到】
: 给你的香菜苗也种不活?
avatar
c*p
97
苗活了
又试了一次种子,依然没戏

【在 g***e 的大作中提到】
: 给你的香菜苗也种不活?
avatar
T*m
98
我每年春天留一颗香菜在地里,让它结籽,到秋天的时候长出无数香菜。

【在 c***p 的大作中提到】
: 苗活了
: 又试了一次种子,依然没戏

avatar
l*t
99
Same here. 红苋菜也是这样
英雄所见略同,哈哈

【在 T*******m 的大作中提到】
: 我每年春天留一颗香菜在地里,让它结籽,到秋天的时候长出无数香菜。
avatar
D*1
100
RP啊。。。LOL
我家的郁金香香雪兰都长出来了,一些菜苗要拔掉(主要是中国芹菜),有兴趣吗?

【在 c***p 的大作中提到】
: 苗活了
: 又试了一次种子,依然没戏

avatar
c*p
101
炒牛肉丝有兴趣

【在 D*******1 的大作中提到】
: RP啊。。。LOL
: 我家的郁金香香雪兰都长出来了,一些菜苗要拔掉(主要是中国芹菜),有兴趣吗?

avatar
T*m
102
哈哈,英雄见英雄,两眼泪汪汪!

【在 l*t 的大作中提到】
: Same here. 红苋菜也是这样
: 英雄所见略同,哈哈

avatar
c*y
103
这不错。我也到时试一试。

【在 T*******m 的大作中提到】
: 我每年春天留一颗香菜在地里,让它结籽,到秋天的时候长出无数香菜。
avatar
c*y
104
芹菜仔在那买?是中国芹吗?我巨爱吃。

【在 a****a 的大作中提到】
: 天气热了,容易开花老掉,就不好吃了, 而且香菜长的也巨慢。
: 倒是芹菜, 现在开始飞速生长了, 前期也巨慢。。

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。