由于MoinMoin基于文件存储的架构导致的大量I/O操作给ubuntu.org.cn的服务器带来了大量的压力,现在wiki.ubuntu.org.cn正向MediaWiki迁移。
而ubuntu官方仍使用MoinMoin。
cat weakish >> /tmp/note.log
由于MoinMoin基于文件存储的架构导致的大量I/O操作给ubuntu.org.cn的服务器带来了大量的压力,现在wiki.ubuntu.org.cn正向MediaWiki迁移。
而ubuntu官方仍使用MoinMoin。
http://www.sendspace.com/file/6evp0a
全部為utf8編碼,txt或html
主要是因為網上下的都是gb2312 gb18030 big5
grep不爽,所以下定決心,全部轉換為utf8,grep得很爽。
http://www.kanji.zinbun.kyoto-u.ac.jp/~saiiki/
下載所有寫眞資料
wget -r -l1 -A.jpg http://www.kanji.zinbun.kyoto-u.ac.jp/~saiiki/ -o kanjipic.log &
http://kanji.zinbun.kyoto-u.ac.jp/db-machine/imgsrv/takuhon/
全部都下下來,
wget –convert-links -r -l20 -np http://kanji.zinbun.kyoto-u.ac.jp/db-machine/imgsrv/takuhon/ -o kanji.log &
downloading…
http://www.ccunix.ccu.edu.tw/~chlcnc/
聽過他講“臺灣的新語新詞“。
http://apple.slashdot.org/article.pl?sid=07/04/20/1333250
昨天升iTunes的時候順便也裝了這些patch,還升了java
http://it.slashdot.org/article.pl?sid=07/04/20/0344203
中國沒必要單獨搞一個標準,反正ODF是開放的。如果有中文特殊需要,可以改進ODF。
A nice blog.
| 引用: |
| I think the biggest difference between the two communities is that in Python, it’s "all about the language". In Smalltalk, it’s "all about the environment". The Python people look at the Smalltalk browsers, debuggers and inspectors and say, well, that’s just the IDE, what’s the language like? Smalltalk people look at Python syntax, indentation, regular expressions and parameter passing and say "That’s just the language, what’s the development environment like?" |
| 引用: |
| showed the debugger and how we can change code in the debugger and continue. This was a surprise to them. |
這是smalltalk非常棒的一個特性,可以在程序運行的過程中改變程序,然後馬上可以看到結果。Python以後也會添加這一特性。(正在進行中。。。)
在derStandard.at采访了Mark Shuttleworth,在这个访谈中,
| 引用: |
|
derStandard.at: While announcing Gutsy Gibbon you also announced a new "totally free" flavor of Ubuntu. What’s the reasoning behind that?
Mark Shuttleworth: Well the first thing is that that new flavor of Ubuntu won’t just insist on freedom for software. In many cases there is software and content in distributions today - in Ubuntu and other distributions like Debian - which is not free. So for example very few pieces of firmware ship their source code, so this new flavor of Ubuntu won’t ship any firmware unless we can also ship the source code for it. In regards to content: There are kinds of content out there - like PDFs and so on - which are not editable but where there is an editable source document effectively, and we won’t include this content unless we include the source document. Things like video content: Well, an edited video is nice, but what about the source materials? So this version of Ubuntu will not include any video footage unless it also includes either the source content or access to the source content. By this we are extending the concept of "freedom" to cover not just applications software, all the way down to firmware and content which is further than any other distribution goes. |
Debian中这些都被认为是data的,都不管的。难怪他自己都说“further than any other distribution goes.”
eric批评fedora赞扬ubuntu其中一条就是fedora开发者太过于纯粹了,不知道他看到这段话会作何感想?
https://wiki.ubuntu.com/Apport
这是一个非常大的进步。