崔真實與金正日
Gut Feeling
To be fair, our brains tend to interpret the world within the limitation of sensory perception, which is incredibly biased and doesn't make sense at all. While we think that we are given choices, we have difficulty understanding the fact that we have been coaxed to follow the wrong instinct. Well, if you don't believe me, think about the example of making decisions on what we eat and drink.
A problem with Python's help()
I mentioned in passing that when I ampoking around an unfamiliar object (well, class), I usually reach firstfor dir() and only somewhat later try help() . There's several reasonsfor this, but one of them is that help() is overly verbose in a uselessway.
The problem is that many objects have a lot of completely standardmethods like __repr__ , generally with absolutely no usefuldocumentation text, and help() will gleefully tell you all about them
教師的申訴,需要制度(轉貼澳門公民力量的文章)
早前鬧得沸沸揚揚的兩位公立學校敎師不獲續約的事件,隨着敎靑局回應將會和兩位老師進行溝通,事件似乎將以兩位敎師的復職步入解決程序而行將畫上句號,公職敎育協會亦在聲明中表示已與敎靑局展開具積極性的溝通
SSL certificate revocation doesn't work (for web browsers)
How SSL certificate revocation is supposed to workis conceptually simple. The CA publishes a CRL , andSSL-using programs check the CA's CRL before actually accepting a signedSSL certificate. Despite this, SSL certificate revocation doesn't workon the web in either practice or in theory.
It doesn't work in practice because, well, it doesn't; you cannotrevoke a SSL certificate today and have most web users notice. Theonly web browser that actively supports any sort of CRL checkingis