• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            The Sun Also Rises

            Algorithm, Mathematica, 計(jì)算機(jī)科學(xué), C++, photography, GNU/Linux的討論空間

              C++博客 :: 首頁 :: 新隨筆 :: 聯(lián)系 :: 聚合  :: 管理 ::
              73 隨筆 :: 6 文章 :: 169 評(píng)論 :: 0 Trackbacks
            http://linux.oneandoneis2.org/LNW.htm

            關(guān)于這段話

            Something to bear in mind, however, is that "training wheels" are often available as "optional extras" for Linux software: They might not be obvious, but frequently they're available.

            Take mplayer. You use it to play a video file by typing mplayer filename in a terminal. You fastforward & rewind using the arrow keys and the PageUp & PageDown keys. This is not overly "user-friendly". However, if you instead type gmplayer filename, you'll get the graphical frontend, with all its nice, friendly , familiar buttons.

            Take ripping a CD to MP3 (or Ogg): Using the command-line, you need to use cdparanoia to rip the files to disc. Then you need an encoder. . . It's a hassle, even if you know exactly how to use the packages (imho). So download & install something like Grip. This is an easy-to-use graphical frontend that uses cdparanoia and encoders behind-the-scenes to make it really easy to rip CDs, and even has CDDB support to name the files automatically for you. 

            The same goes for ripping DVDs: The number of options to pass to transcode is a bit of a nightmare. But using dvd::rip to talk to transcode for you makes the whole thing a simple, GUI-based process which anybody can do.

            So to avoid #5b issues: Remember that "training wheels" tend to be bolt-on extras in Linux, rather than being automatically supplied with the main product. And sometimes, "training wheels" just can't be part of the design.



            關(guān)于trainning wheels的問題。。。我個(gè)人比較贊同毛大牛的觀點(diǎn)
            i.e. 我們要先最naive地走一遍,了解它究竟是如何工作的,then 我們可以使用各種輔助工具。
            我以為,沒有必要每次重新發(fā)明一個(gè)輪子,但我個(gè)人比較傾向于先了解一下輪子是怎么做出來的。。。然后當(dāng)然不會(huì)自己造輪子,而是使用最好用的輪子~~~我相信這無論是對(duì)我使用輪子還是在需要的時(shí)候?qū)喿幼龀鳇c(diǎn)小變動(dòng)都是及其有幫助的。

            這篇文章還沒來得及看:

            Computer Science Education: Where Are the Software Engineers of Tomorrow?
            我個(gè)人覺得這年頭framework封裝的太好了。。。大多數(shù)人都可以很快的學(xué)會(huì)如何快速的用這些輪子、引擎做成一個(gè)汽車。但絕大多數(shù)人不知道輪子、引擎的制作原理了。。。
            恩。。。學(xué)習(xí)還是C++好啊~~~用起來顯然是Java...
            Lisp & C++ & Qt & Python...


            posted on 2008-02-01 01:04 FreePeter 閱讀(353) 評(píng)論(2)  編輯 收藏 引用 所屬分類: GNU/Linux

            評(píng)論

            # re: 看到一篇文章: Linux is not Windows, 推薦下 2008-02-02 15:09 WeiYuemin
            類似的問題我初中的時(shí)候就在某論壇上發(fā)帖討論過了,我覺得有個(gè)人的說法很有道理的~

            的確知道怎么做輪子、引擎的人越來越少了,但是社會(huì)是需要分工的,術(shù)業(yè)有專攻嘛,有些人就是只對(duì)做汽車有興趣,對(duì)他來說,如果不知道怎么做輪子和引擎他也能用輪子和引擎做汽車,那么他可能就不去學(xué)做輪子和引擎了。我覺得這很合情合理啊~

            會(huì)做引擎的人不會(huì)逐漸少到?jīng)]有,因?yàn)槭冀K有對(duì)引擎感興趣的人存在

            而且,貌似知道輪子和引擎怎么做,對(duì)于造更好的汽車是有幫助,所以當(dāng)一個(gè)只會(huì)裝配輪子和引擎的人希望進(jìn)一步提高自己產(chǎn)品的質(zhì)量時(shí),他就會(huì)去了解輪子和引擎的做法

            所以提供輪子和引擎的Framework之類的東西還是對(duì)Computer Science & Software Engineering提供了很多好處的,至少它讓更多的人更容易成為一個(gè)“只會(huì)裝配輪子和引擎的Software Engineer”

            只需要告訴大家,知道輪子和引擎怎么做,對(duì)于造更好的汽車是有幫助的  回復(fù)  更多評(píng)論
              

            # re: 看到一篇文章: Linux is not Windows, 推薦下 2008-02-03 21:41 FreePeter
            @WeiYuemin
            我同意你的觀點(diǎn)。
            確實(shí)發(fā)展的目的是為了讓東西更好用~。。。讓我們可以更快、更好的開發(fā)東西。。。其實(shí)我在文章中也說了"用起來顯然是Java",但是作為一門學(xué)習(xí)語言。

            我的專注點(diǎn)是Computer Science的教學(xué)與這些好用工具的關(guān)系。。。
            按照我個(gè)人的觀點(diǎn),Computer Science不只應(yīng)該僅僅教導(dǎo)大家如何使用輪子,同時(shí)也應(yīng)該教育大家如何造輪子/為什么要這么造輪子。

            此外還有就是我個(gè)人是傾向于了解怎么造輪子的~.. 而且事實(shí)上。。。了解輪子是怎么造出來的應(yīng)該是有利于我們更好的使用這個(gè)輪子的吧?~~~
            (當(dāng)然,這里有一個(gè)取舍的問題,因?yàn)橐烂恳粋€(gè)細(xì)節(jié)實(shí)在是太困難了。。。,這或許取決于每個(gè)人的興趣吧,但一些general的必定每個(gè)CS的人應(yīng)該了解。。。比如說。。。CSAPP~)

            當(dāng)然,確實(shí)有些人是只對(duì)如何造輪子感興趣的,那他們可以去Software Engineering~~~,我覺得這個(gè)專業(yè)存在確實(shí)是很不錯(cuò)的~~~  回復(fù)  更多評(píng)論
              

            Creative Commons License
            This site is licensed under a Creative Commons Attribution-Share Alike 2.5 China Mainland License. 本站采用創(chuàng)作共用版權(quán)協(xié)議, 要求署名、相同方式共享. 轉(zhuǎn)載本站內(nèi)容必須也遵循“署名-相同方式共享”的創(chuàng)作共用協(xié)議. This site is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
            久久精品国产第一区二区三区| 精品水蜜桃久久久久久久| 亚洲精品NV久久久久久久久久 | 国产精品久久久久久影院| 久久久久久午夜成人影院| 亚洲国产精品久久久久婷婷软件| 亚洲国产成人久久综合一区77| 久久精品人妻中文系列| 久久精品视频网| 久久无码高潮喷水| 激情五月综合综合久久69| 久久无码AV中文出轨人妻| 99久久国产亚洲高清观看2024| 久久精品青青草原伊人| 久久99久久无码毛片一区二区| 性欧美大战久久久久久久久| 日本国产精品久久| 久久亚洲综合色一区二区三区| 亚洲AV无码久久精品蜜桃| 亚洲色欲久久久久综合网| 人人狠狠综合久久亚洲婷婷| 亚洲国产精品无码成人片久久| 内射无码专区久久亚洲| 香港aa三级久久三级| 99久久免费国产精精品| 亚洲av伊人久久综合密臀性色 | 2020久久精品亚洲热综合一本| 97久久久久人妻精品专区| 久久综合九色综合网站| 亚洲精品午夜国产VA久久成人| 午夜视频久久久久一区| 久久久久久毛片免费看| 国内精品久久久久久久影视麻豆| 久久国产一区二区| 99久久99久久| AA级片免费看视频久久| 7国产欧美日韩综合天堂中文久久久久 | 99精品伊人久久久大香线蕉| 久久99免费视频| 久久免费小视频| 国产免费福利体检区久久 |