Phantom的新证据
WMAP三年的结果出来,已经有了一些分析的文章,今天出现的一篇文章,声称用SDSS4的数据和WMAP3的数据计算cross-correlation,暗能量可能是phantom,从红移0.5到红移0.3,暗能量从增加到
。
文章。
———————————————————————————-
现在背景音乐是孙燕姿的《遇见》,我觉得很好听,虽然这是首年轻人的歌曲,我觉得这首歌的最后两句表达了我们对暗能量的感受:
我遇见你是最美丽的意外
总有一天我的谜底会解开
———————————————————————————-
《遇见》在这里抒情了两天,咱们换一个口味吧
2006年3月29日 17:45:12
ohoh
it also disappeared.
k, again:
finncarey:
is the extra minus sign due to w\le 0 or it comes strictly for w \le -1?
how can you make sense of this thing quantum mechanically? kinetic energy is not bounded below.
is the potential important? how about higher derivative terms?
it sounds like all hell break loose.
kaixuan:
:) nihao, 424 bb.
2006年3月29日 18:45:56
OMG, half of what I said here was lost, what’s wrong with this???
I mean that the definition of phantom is ‘w
2006年3月29日 18:47:46
I mean that the definition of phantom is ‘w
2006年3月29日 18:49:03
李老师,我正式认为,在你的blog上发生了信息丢失。。。。
我白写了一堆一堆的长篇大论,555
2006年3月29日 19:33:13
finncarey:
我自己也丢过,也是在讨论暗能量的时候,不能写状态方城……真奇怪。
2006年3月29日 19:34:10
试试这个
\omega=p/\rho
2006年3月29日 21:56:32
this is really really weird
it’s the dark force
2006年3月30日 12:44:31
真笨哪!一群做学问的被一个小小的<符号难住了,
你们不会写英文的<号,难道还不会写中文的〈号吗?
告诉你们吧,怎么写这个英文的<号,直接在键盘上
打出<号是不行的,你们要打:
<
2006年3月30日 12:45:49
<
2006年3月30日 14:28:53
<
2006年3月30日 15:04:09
microsoft is the dark side
2006年3月30日 15:07:31
Has nothing to do with Microsoft. Blame it on CERN scientists, who invented the HTML format. Since special characters like < are used for HTML tags, you should always use escape sequences when you want to type those characters.
2006年3月30日 16:31:00
关于帖子和留言中的大于号(>)和小于号(<):
直接输入>和<是不行的,这可能会导致丢失后文。原因在于html的tag使用了<和>,比如<title>。这不仅是这个blog的问题,也不仅是wordpress的问题,只能怪html和这两个数学符号冲突。
解决方案:
1 使用>(greater than)和< (less than)来分别代替>和<
2 使用其它大家可以看懂的符号代替,比如\bt和\lt等
2006年3月30日 16:44:22
建议李教授把我上面的comment放到blog比较显眼的位置或者写个小帖子提醒一下大家,免得有人再丢失留言。
http://limiao.net/blog/87#comment-1010
2006年3月30日 16:51:10
Quantoken,
thanks, I see, didn’t realize leaving a comment was directly writing into the source of html.
ahah, just learned some computer science for dummies
2006年3月30日 17:34:24
可以用ultra edit打开你的网站的根目录下的wp-comments-post.php文件,在第24行和25行之间插入一句:
$comment_content = htmlSpecialChars($comment_content);
以后的评论中的半角尖括号就会自动变成<等字符了。
2006年3月30日 18:31:58
想娶奶茶,
I tried. It doesn’t work. Things are not so simple. It’s not a bug of Wordpress. Actually, wordpress can overcome this problem, but then you lose the benefites of direct HTML tag control or auto tag-closing.
2006年3月30日 21:59:49
Hui:
感觉WordPress的理念有点儿像Linux,要求操作者有很多相关知识才能运用自如。我不能相信它可以直接输入代码,贴张图试试看。
2006年3月30日 22:10:59
Wordpress是给懒人用的,对于多数用户来说还是很简单的,毕竟在blog里写数学公式的还是少数。comment可以使用一部分HTML代码,但考虑到安全和整个版面的美观,不是所有的tag都可以。对于Wordpress这样一个开源的publishing system,安全是第一位的,然后是易用性,最后才是个别用户的需求。
2006年3月30日 23:07:29
无语了,我下载了wordpress,在自己的电脑安装了一下,所有html标签都不会丢失……不知道是什么原因。察看源文件,发现尖括号都用<表示了,可能是新的版本的缘故。