计算机最重要的是什么?很多人提出了一堆一堆的指标。有时候觉得都好有道理,但是仔细想来,感觉这些都在其次的位置。

个人觉得,最重要的无非是两点,一点是对世间万物无限的好奇心,一点是对如何更好反复做好一件事的品味的追求。至于其它的,或许不过是为了这两者的一些小工具,一些亦步亦趋的行为而已。

In the realm of computer science, what is most paramount may not be the myriad of indicators that many advocate for. Although these indicators can seem profoundly meaningful at first, a more deliberate reflection suggests that they are, in fact, secondary.

I personally feel that the essence of computer science can be boiled down to two key elements: one is the infinite curiosity towards all aspects of the world, and the other is the pursuit of refined taste in consistently improving the execution of a task. Beyond these, perhaps everything else is merely ancillary, serving as tools or steps that align with these two primary objectives.

106 Comments

raf · January 18, 2024 at 12:33

Firefox 122.0 Firefox 122.0 Ubuntu x64 Ubuntu x64

thank you so much for the guide to remove snap and all that is connected with it.

    Yu · February 6, 2024 at 19:12

    Google Chrome 121.0.0.0 Google Chrome 121.0.0.0 Mac OS X  10.15.7 Mac OS X 10.15.7

    Thank you!

jcore · October 24, 2015 at 00:27

Google Chrome 46.0.2490.71 Google Chrome 46.0.2490.71 Mac OS X  10.9.3 Mac OS X 10.9.3

从好友博客一路逛到此处,顺祝博主1024节日快乐。

    yu · October 24, 2015 at 15:58

    Google Chrome 46.0.2490.71 Google Chrome 46.0.2490.71 Mac OS X  10.11.0 Mac OS X 10.11.0

    @jcore 多谢

youran · October 10, 2015 at 14:33

Firefox 41.0 Firefox 41.0 Windows 7 Windows 7

1password现在6折优惠,还能配合MacPowerUsers优惠码,做到4.8折的历史低价,有兴趣的话可以入个。我之前一直用lastpass,这次换这个试试

    yu · October 10, 2015 at 19:37

    Google Chrome 45.0.2454.101 Google Chrome 45.0.2454.101 Mac OS X  10.11.0 Mac OS X 10.11.0

    @youran 诶…我一直用chrome + osx的keychain access来着

yanhom · September 23, 2015 at 00:09

Google Chrome 45.0.2454.93 Google Chrome 45.0.2454.93 Windows 7 x64 Edition Windows 7 x64 Edition

挺干净的blog

alex · September 22, 2015 at 05:35

Google Chrome 45.0.2454.93 Google Chrome 45.0.2454.93 Mac OS X  10.10.5 Mac OS X 10.10.5

偶然路过,发现是一个很有用的blog,很多技术我也在做,握个爪。alex@LA.

XiaoAn · September 6, 2015 at 09:25

Google Chrome 45.0.2454.85 Google Chrome 45.0.2454.85 Mac OS X  10.11.0 Mac OS X 10.11.0

我已经扔进function里了…

    yu · September 6, 2015 at 10:22

    Google Chrome 45.0.2454.85 Google Chrome 45.0.2454.85 Mac OS X  10.10.5 Mac OS X 10.10.5

    @XiaoAn great

XiaoAn · September 3, 2015 at 22:58

Google Chrome 44.0.2403.157 Google Chrome 44.0.2403.157 Windows 10 x64 Edition Windows 10 x64 Edition

为毛你这不挂vpn就能刷出一部分头像啊。。我那不挂一个都刷不出来..郁闷

    yu · September 4, 2015 at 11:02

    Google Chrome 44.0.2403.157 Google Chrome 44.0.2403.157 Mac OS X  10.10.5 Mac OS X 10.10.5

    @XiaoAn
    gravatar在中国被墙了..一般是各种找CDN.比如增加一个插件,内容如下:

    /**
     *Plugin Name: QGravatar
     *Version:     0.1
     *Plugin URI:  https://blog.argcv.com
     *Description: v2ex gravatar
     *Author:      Yu Jing
     *Author URI:  https://blog.argcv.com/about
     */
    
    function avatar_with_cdn($avatar) {
        $avatar = str_replace(
                    array("www.gravatar.com/avatar",
                            "0.gravatar.com/avatar",
                            "1.gravatar.com/avatar",
                            "2.gravatar.com/avatar",
                            "secure.gravatar.com/avatar"),
                    "cdn.v2ex.com/gravatar",
                    $avatar);
        return $avatar;
    }
    add_filter( 'get_avatar', 'avatar_with_cdn');
    
    

    或者直接在你function中添加如上内容.

    这个使用的是v2ex的

      XiaoAn · September 5, 2015 at 00:08

      Google Chrome 45.0.2454.85 Google Chrome 45.0.2454.85 Mac OS X  10.11.0 Mac OS X 10.11.0

      @yu 太高深了,回头试试!

Leave a Reply

Your email address will not be published. Required fields are marked *