减速玻璃?扯淡!

其实我比较讨厌这种比较2b的言论,稍微有点科学常识的就知道纯粹是瞎扯淡(还有那个键盘为什么是qwert的,我在以前也说过)。但是还是有很多人继续使用,而这次扯到这个词是因为youku首页的什么广东高铁的鸟东西,那个记者在高铁上扯神马减速玻璃,操,作为一个职业人员连基本的常识都木有,用这种词汇,现在不得不说什么行业的门槛都被降低了,没文化的,没常识的都能当记者还说的理所当然的样子。链接在这里:http://news.youku.com/gaotie2012

好吧,直接引用百毒百科的一段文字:

命名
几十年前,有些汽车司机在开卡车和小汽车时会有不同的速度感,自己不懂科学,无法解释,于是乎想当然地认为是洋鬼子(当时中国不能生产小汽车)在前挡玻璃上应用了什么高科技,产生了“减速”的效果,于是就有了“减速玻璃”一说,大家以讹传讹,一直流传至今。

链接在这里:http://baike.baidu.com/view/1017.htm

另外如果去维基百科搜索这个名词会发现找不到相关的条目,也就是说这是一个具有中国特色的词语,嗯,中国特色的确很强大!

jian

人云亦云是最2b的事情!

IDA Pro 6.3 ELF Anti-Debugging / Reversing Patcher

/*
*
* IDA Pro 6.3 (crash due an internal error)
* ELF anti-debugging/reversing patcher
*
* Published @ IOActive Labs Research blog:
* http://blog.ioactive.com/2012/12/striking-back-gdb-and-ida-debuggers.html
*
* - nitr0us [ http://twitter.com/nitr0usmx ]
*
* Tested under:
* IDA Pro Starter License 6.3.120531 (Mac OS X)
* IDA Pro Demo 6.3.120730 (Ubuntu Linux 9.04)
* IDA Pro Demo 6.3.120730 (Mac OS X 10.7.3)
* IDA Pro Demo 6.3.120730 (Windows Vista Home Premium SP2)
*
* Bug found using Frixyon fuzzer (my ELF file format fuzzer still in development)
*
* Timeline:
* 21/11/2012 The bug was found on IDA Demo 6.3
* 22/11/2012 The bug was tested on IDA Pro Starter License 6.3.120531 (32-bit)
* 22/11/2012 The bug was reported through the official Hex-Rays contact emails
* 23/11/2012 Hex-Rays replied and agreed that the bug leads to an unrecoverable
* state and it will be fixed on the next release
*
**************** TECHNICAL DETAILS ***********************
nitr0us@burial:~$ gdb -q idaq
(gdb) r a.out
(no debugging symbols found) 

Program received signal SIGTRAP, Trace/breakpoint trap.
[Switching to Thread 0xb6860760 (LWP 3638)]
0xb55f7694 in default_notification_handler (reader=@0xbfbffae0,
 notif=reader_t::err_shstrndx) at reader.cpp:33
33 reader.cpp: No such file or directory.
 in reader.cpp
Current language: auto; currently c++
(gdb)
Continue Reading