Hellsnow's Blog

the forgotten corner

無、神論

leave a comment »

(整点高级的)

我們一直在試圖了解我們的世界,但世界始終超出我們的理解的界限。對於超出我們理解範圍的部分,有時我們認為神力,有時認為本應該如此。於是我們通過想像來創造一個所謂合理的解釋。有時候,這種解釋被稱為真理;有時候,被稱為異端邪說。

起源

世界本是混沌,這裡沒有上下,沒有左右,沒有時間

精神和物質在混沌裡沒有區別,它可以創造無數的可能性,其中一個可能性就是我們的宇宙

我們的宇宙就像混沌的海洋裡的一個氣泡。這裡面有時間,有空間

我們的宇宙無窮大,越往宇宙邊緣走,時間和空間的密度就越大,直至無窮,我們無法從時間和空間上來突破宇宙的界限

我們的宇宙起源於這個可能性的形成,时间和空间的形成,還有万物的規律

这个宇宙运行了140亿年左右,就是我们现在的宇宙

生命

生命是物质、精神、能量的组合

物质存在于世界的各个角落,精神也是,精神通过能量承载于物质之上

生命无处不在

生命有不同的形式。简单的物质、能量结构只能承载简单的精神,复杂的物质、能量结构可以承载复杂的精神

生命的结束在于能量的流失,精神和物质的分离

精神

精神来自“精神集合体”

它是一个整体

由于不受时间空间的束缚,它不在宇宙的任何角落,也在宇宙的任一角落

生命结束后,这部分精神回到它,“精神集合体”通过这样来“学习”

Written by hellsnow

September 20, 2010 at 20:48

Posted in Uncategorized

星巴克装B报告

leave a comment »

一个人在家呆久了,视力、体力、语言能力、注意力甚至智力都会下降,我深有体会。最明显地表现在工作效率上,以往一天就可以做好的事情往往要拖到2、3天。所以我决定换个环境,天天去星巴克办公。几天下来重庆的星巴克都坐完了,有些心得体会,与大家分享。

1. 沙坪坝,步行街上,KFC旁边。这里面积比较小,位置之间也很窄,有的桌子摆得怪怪的。甚至有一个就在厕所的门口。适合等人,但不是办公的好地方

2.
杨家坪,西城天街。我最常去这里,因为离住的地方近。一块钱的轻轨,再步行100多米就到了。这里的面积还不错。布置也比较合理。电源插座分布得也还好。加分的是,这里有大的连排桌子,旁边摆了一些小资的杂志,用电脑的话,比那个脸盆大小的桌子强很多。桌子中间有插线板,不过插孔只有3个。除了房间里,屋外也有露天的。最近温度降了点,应该比较爽,特别是要抽烟的。推荐。

3. 江北,北城天街。这里的空间比较拥挤。而且音乐开得有点大,外面过路的人也比较多,感觉嘈杂了。不推荐办公。适合打望,比杨家坪的强很多

4. 江北,茂业楼角。这里小了点,同上。

5.
渝中,洪崖洞上面。从外面看起来面积不大,但走到里面去,会发现别有洞天。里面还有一间比较大的屋子,有两面都是窗子,我一直很喜欢这种感觉,江景哦,很安静。还有杨家坪那种大的连排桌子。比较特别的是,它露天的桌子是摆放在一个类似阳台的地方,地板是木头的。虽然在马路边,但幸好沧白路的车不多,不算吵。比较扣分的是,我去的那次没有无线网信号,服务员也不知道怎么弄。希望只是偶尔的状况。推荐

6.
渝中,解放碑旁边2楼。照理来说解放碑这个寸土千金的地方,星巴克也不会开很大。但来了之后,给我一个惊喜,空间、桌子排列都不错,还有大的桌子,只是插座比较少。由于正在体验中,暂不给定论。(过了三个小时后,我决定离开,这个地方吵得我心慌)

Written by hellsnow

August 26, 2010 at 18:41

Posted in Uncategorized

Make Love, No BluePrint

leave a comment »

之前在一个比较大的项目里用到了BluePrint,因为可以方便的应用网格系统。但BluePrint除了排版之外,还为一些元素写了样式。到后来,我不得不写更多的代码来覆盖这些样式。兼容性就更是个噩梦,特别是中文的情况下。

所以慎用这种CSS Framework,特别是规模比较的大的项目。

PS:我参照BluePrint简化了一个网格系统的样式,用法基本上和BluePrint一样,去掉了有些不常用的功能

body {margin: 0px;font-size: 12px;}
.container{width: 950px; margin: 0px auto;}
.span-1,.span-2,.span-3,.span-4,.span-5,.span-6,.span-7,.span-8,.span-9,.span-10,.span-11,.span-12,.span-13,.span-14,.span-15,.span-16,.span-17,.span-18,.span-19,.span-20,.span-21,.span-22,.span-23{margin:0px 10px 0px 0px;float:left;}
.span-1{width:30px;}
.span-2{width:70px;}
.span-3{width:110px;}
.span-4{width:150px;}
.span-5{width:190px;}
.span-6{width:230px;}
.span-7{width:270px;}
.span-8{width:310px;}
.span-9{width:350px;}
.span-10{width:390px;}
.span-11{width:430px;}
.span-12{width:470px;}
.span-13{width:510px;}
.span-14{width:550px;}
.span-15{width:590px;}
.span-16{width:630px;}
.span-17{width:670px;}
.span-18{width:710px;}
.span-19{width:750px;}
.span-20{width:790px;}
.span-21{width:830px;}
.span-22{width:870px;}
.span-23{width:910px;}
.span-24{width:940px;}
.clear{ clear:both;}
.last{ margin-right: 0px;}

Written by hellsnow

August 5, 2010 at 18:28

Posted in Uncategorized

《到不了》

with one comment

今天一直在听这首歌,一直萦绕在脑海里,一直repeat, repeat…

记得第一次听到这首歌是和当时的女朋友一起,她很喜欢,经常跟着音乐一起唱。我每次都要纠正她的咬字。因为她老是把“那所谓的爱情的美好”的“所”发成“so”,不知道现在唱的时候改了没。

一晃几年,我曾经爱过的那些女孩们都结了婚,有的孩子都可以打酱油了吧。而我还在寻找“那所谓的爱情的美好”,不知道找不找得到,到不到得了。

祝福她们,不知道有没有人祝福我。

Written by hellsnow

April 28, 2010 at 22:44

Posted in Uncategorized

Kiss From a Ross

with 2 comments

Seal是我以前很喜欢的一个男歌手,他有厚重而沙哑的嗓音,美妙的旋律,融合各种音乐而成的独特的风格。我还在高中、大学使用Seal当作我的英文名。后来被那个英语外教改成Kurt。

他最出名的歌恐怕就是这首Kiss From a Ross,被电影Batman Forever作为主题曲。今天偶尔听到,这首16年前的歌,回味无穷。

歌词:

There used to be a graying tower alone on the sea
You became the light on the dark side of me
Love remains a drug that’s the high and not the pill
But did you know, that when it snows
My eyes become large and
The light that you shine can be seen

Baby, I compare you to a kiss,
from a rose on the gray
Oooh, the more I get of you, stranger it feels, yeah
And now that your rose is in bloom
A light hits the gloom on the gray

There is so much a man can tell you
So much he can say
You remain, my power, my pleasure, my pain
Baby, to me you’re like a grown addiction that I can’t deny
Won’t you tell me is that healthy, baby?
But did you know, that when it snows
My eyes become large and the light that you shine
Can be seen

Baby, I compare you to a kiss from a rose on the gray
Oooh, the more I get of you, stranger it feels, yeah (yeah)
Now that your rose is in bloom
A light hits the gloom on the gray

I’ve been kissed by a rose on the gray
I’ve been kissed by a rose (on the gray)
(I’ve been) if I should fall, if it all (on the gray)
I (I) I’ve been kissed by a rose on the gray

There is so much a man can tell you
So much he can say
(You) remain, my power, my pleasure, my pain
To me you’re like a grown addiction that I can’t deny (yeah)
Now, won’t you tell me is that healthy, baby?
But did you know, that when it snows
My eyes become large
And the light that you shine can be seen

Baby, oh I compare you to a kiss from a rose on the gray
Oooh, the more I get of you, stranger it feels, yeah
Now that your rose is in bloom
A light hits the gloom on the gray
Yes, I compare you to a kiss from a rose on the gray
Oooh, the more I get of you, stranger it feels, yeah (yeah)
Now that your rose is in bloom
A light hits the gloom on the gray

Now that your rose is in bloom
A light hits the gloom on the gray.

附送一首他和他老婆合唱的Wedding Day

http://player.youku.com/player.php/sid/XODc0ODE1NzI=/v.swf

Written by hellsnow

April 2, 2010 at 20:02

Posted in Uncategorized

You should not be here

with one comment

这天终于来了,Google退出了。世界上最火的网站,Google、Twitter、Facebook、Youtube都主动或被动的离开了这块神奇的土地。而我们就只能用着这些网站的山寨版,在这最大的局域网里聊以自慰

Written by hellsnow

March 25, 2010 at 13:50

Posted in Uncategorized

戒烟

with one comment

为了提升身体内外的空气质量,以及挽救那日益干枯的脸,我决定戒烟,以此为据

Written by hellsnow

March 17, 2010 at 15:59

Posted in Uncategorized

我要早起

with 4 comments

梁文道在他的《读者》里面写到:

尤其在这个写作不太像是种职业的时空里,自己更要清楚地用工作的态度去界定自己的生活,别人上班我也“上班”,别人下班我也“下班”。否则原来就有漂浮倾向的这种自由行当就会变得更离落更无根,连自己都不知道自己到底是干什么的。假如一个作家不能很无愧于心很踏实地告诉别人“我的工作就是写作”,他多半不会是个好作家。

反观我现在的状态,似乎正在离落、无根。所以我要早起。

Written by hellsnow

March 12, 2010 at 11:00

Posted in Uncategorized

无语

with 3 comments

无语的时候往往有很多话想说,往往不知道从何说起,所以干脆不说,往往什么话都不要说最好,往往说出来就乱了分寸,坏了气氛。

对于想要的,往往想得太简单?往往太直接?往往没有耐心?或是往往忘记了什么?往往忘记了自己是谁?往往忘记了自己做错什么?往往太自以为是认为这是理所当然?往往忘记了去享受过程?往往想要的都是错的?还是往往忘记了想要什么?

Someone said to me, don’t say anything, just enjoy. 我确实错了。还是无语吧。

Written by hellsnow

February 27, 2010 at 16:15

Posted in Uncategorized

乐评:学友哥唱爵士,《Private Corner》

leave a comment »

“现代人常埋首于工作之中或忙碌于生活之际,总渴望能拥有属于自己的Private Corner。在这里可以抛开一切的压力与烦扰,放下紧绷的情绪,喝杯咖啡或啜饮着酒,沈浸在醉人的音乐氛围中,有如老朋友般的亲切陪伴,慢慢的聆听,平静而温暖。”

对于音乐,如果有可能的话,我喜欢整张专辑一起听,这样感觉更完整,更能体会到歌者做音乐时的感觉,粗制滥造或拼盘专辑除外。

这张Private Corner名如其是,学友哥用爵士的调调思恋、哭泣、呐喊、意淫、回忆、碎碎细语。听的时候也最好找个安静的Private Corner静静玩味。

Written by hellsnow

February 27, 2010 at 15:43

Posted in Uncategorized

Follow

Get every new post delivered to your Inbox.