Margelator
V2EX  ›  问与答

写一句你所知的计算机界名言名句。

  •  2
     
  •   Margelator · Feb 21, 2024 · 15846 views
    This topic created in 830 days ago, the information mentioned may be changed or developed.
    "Any application that can be written in JavaScript, willeventually be written in JavaScript." ——Jeff Atwood
    “任何能够用 JavaScript 实现的应用系统,最终都必将用 JavaScript 实现。” ——杰夫·阿特伍德
    227 replies    2024-05-15 17:17:17 +08:00
    1  2  3  
    tooyoungtoo
        101
    tooyoungtoo  
       Feb 21, 2024
    996 是年轻人的福报
    xzysaber
        102
    xzysaber  
       Feb 21, 2024
    "There are 2 hard problems in computer science: cache invalidation, naming things, and off-by-1 errors."
    joequan
        103
    joequan  
       Feb 21, 2024
    这个需求很好改
    raptor
        104
    raptor  
       Feb 21, 2024   ❤️ 1
    算法+数据结构=程序
    --- Niklaus.Wirth

    RIP
    YeatsOnce
        105
    YeatsOnce  
       Feb 21, 2024
    不知道算不算
    "No code is the best way to write secure and reliable applications. Write nothing; deploy nowhere."
    3andwich
        106
    3andwich  
       Feb 21, 2024
    Troubleshooting any problem without the error log is like driving with your eyes closed.
    在没有错误日志的情况下诊断任何问题无异于闭眼开车。
    -- Apache
    sankemao
        107
    sankemao  
       Feb 21, 2024
    write once run anywhere
    haidaomihuan
        108
    haidaomihuan  
       Feb 21, 2024
    hello world
    bluesenzhu
        109
    bluesenzhu  
       Feb 21, 2024
    90%的电脑故障都可以通过重启解决
    jwesthaverr
        110
    jwesthaverr  
       Feb 21, 2024
    计算机图形学第一定律:如果它看上去是对的,那么它就是对的。
    zzzlight
        111
    zzzlight  
       Feb 21, 2024
    如无必要,勿增实体 奥卡姆剃刀
    clifftts
        112
    clifftts  
       Feb 21, 2024
    不要有 bug 啊
    hatw
        113
    hatw  
       Feb 21, 2024
    Have You Tried Turning It Off And On Again?
    - IT Crowd
    shiny
        114
    shiny  
    PRO
       Feb 21, 2024   ❤️ 1
    AboPlus
        115
    AboPlus  
       Feb 21, 2024   ❤️ 1
    "Talk is cheap. Show me the code."
    - Linus Torvalds
    fyibmsd
        116
    fyibmsd  
       Feb 21, 2024
    The quick brown fox jumps over the lazy dog
    SunDShuai9797
        117
    SunDShuai9797  
       Feb 21, 2024
    It works on my machine (在我电脑上好好的)
    atpex
        118
    atpex  
       Feb 21, 2024   ❤️ 1
    @Foxkeh #11 去莆田入行了?
    dnfQzjPBXtWmML
        119
    dnfQzjPBXtWmML  
       Feb 21, 2024
    rm -rf /

    ' '1'='1
    Foxkeh
        120
    Foxkeh  
       Feb 21, 2024   ❤️ 5
    @atpex nonono, 就是 just do IT 哈哈
    waltcow
        121
    waltcow  
       Feb 21, 2024
    Keep It Simple, Stupid
    luckycloves
        122
    luckycloves  
       Feb 21, 2024
    Don't be evil(Google)
    chris89
        123
    chris89  
       Feb 21, 2024
    不知道是不是这样说的。

    计算机科学领域的任何问题都可以通过增加一个间接的中间层来解决.
    JohnSmith
        124
    JohnSmith  
       Feb 21, 2024
    “计算机科学领域的任何问题都可以通过增加一个间接的中间层来解决”
    dog82
        125
    dog82  
       Feb 21, 2024
    show me the code !
    madworld
        126
    madworld  
       Feb 21, 2024
    没有银弹
    WeeH9T
        127
    WeeH9T  
       Feb 21, 2024
    把大象放进冰箱要几步
    llhhss
        128
    llhhss  
       Feb 21, 2024
    我有一个问题,用了多线程后,两个问题有了现在
    bzw875
        129
    bzw875  
       Feb 21, 2024
    人工智能之父,唐纳德.克努特曾经说过:“Programs are meant to be ready by humans and only incidentally for computers to execute.”
    程序是写给人读的,只是偶尔让计算机执行
    duluosheng
        130
    duluosheng  
       Feb 21, 2024
    重启一下试试
    liuzhedash
        131
    liuzhedash  
       Feb 21, 2024
    “伟大的车工值得给他几倍于普通车工的薪水,但一个伟大的软件代码作家,其价值则要等同于一个普通的软件写手的价格的 1 万倍.”
    (比尔·盖茨)
    guojianwei
        132
    guojianwei  
    PRO
       Feb 21, 2024
    代码和你有一个能跑就行
    me1onsoda
        133
    me1onsoda  
       Feb 21, 2024
    KISS 原则
    Keep
    It
    Simple
    Stupid
    fakepoet
        134
    fakepoet  
       Feb 21, 2024
    "programs must be written for people to read, and only incidentally for machines to execute."
    "程序必须写得供人们阅读,偶尔供计算机执行"
    ShundL
        135
    ShundL  
       Feb 21, 2024
    press F1 to continue, DEL to enter setup.
    fakepoet
        136
    fakepoet  
       Feb 21, 2024
    @bzw875 才发现也有贴这句的,不过你贴的出处应该错了,这句话来自 SICP 前言部分,作者是 Harold Abelson
    RiverMud
        137
    RiverMud  
       Feb 21, 2024
    "Andy gives, Bill takes away"

    这句话一直成立。
    AshPenn
        138
    AshPenn  
       Feb 21, 2024
    讲的明白,就一定能做出来
    KizunaAsaki
        139
    KizunaAsaki  
       Feb 21, 2024
    write less, do more.
    wensonsmith
        140
    wensonsmith  
       Feb 21, 2024
    There are only two hard things in Computer Science: cache invalidation and naming things.

    -- Phil Karlton
    Tubering
        141
    Tubering  
       Feb 21, 2024
    write the code, change the world
    sheeta
        142
    sheeta  
       Feb 21, 2024
    0.1+0.2 = 0.30000000000000004
    tudoubutudoupi
        143
    tudoubutudoupi  
       Feb 21, 2024
    屎山上堆屎?
    Promtheus
        144
    Promtheus  
       Feb 21, 2024
    我电脑上没问题啊
    MarioxLinux
        145
    MarioxLinux  
       Feb 21, 2024
    重启试试
    JasonP
        146
    JasonP  
       Feb 21, 2024
    talk is cheap, show me the code
    jucelin
        147
    jucelin  
       Feb 21, 2024
    我有一个天才的 idea,就差一个程序员了
    Jinnrry
        148
    Jinnrry  
       Feb 21, 2024 via Android
    “你的代码跑不起来肯定是你的问题,别质疑编译器有问题” by 大学 c 语言考试
    Jinnrry
        149
    Jinnrry  
       Feb 21, 2024 via Android
    @Jinnrry 考试—>老师
    douluodalu
        150
    douluodalu  
       Feb 21, 2024
    第一魂技 缠绕
    mjchow
        151
    mjchow  
       Feb 21, 2024 via iPhone
    重启试试
    usauk1998
        152
    usauk1998  
       Feb 21, 2024
    keep hungry,keep foolish
    yKXSkKoR8I1RcxaS
        153
    yKXSkKoR8I1RcxaS  
       Feb 21, 2024
    左手代码,右手诗
    mfuture
        154
    mfuture  
       Feb 21, 2024
    "If Java had true garbage collection, most programs would delete themselves upon execution." - Robert Sewell
    “如果 Java 具有真正的垃圾回收功能,那么大多数程序都会在执行时删除自身。” ——罗伯特·休厄尔
    1120101929
        155
    1120101929  
       Feb 21, 2024
    karnaugh
        156
    karnaugh  
       Feb 21, 2024
    oh , it works
    vgbhfive
        157
    vgbhfive  
       Feb 21, 2024
    talk is cheap, show me your code.
    Ysat
        158
    Ysat  
       Feb 21, 2024
    "As economics is known as "The Miserable Science", software engineering should be known as "The Doomed Discipline", doomed because it cannot even approach its goal since its goal is self-contradictory." And "software engineering has accepted as its charter 'How to program if you cannot.'"

    —— Dijkstra
    Aoonthetop
        159
    Aoonthetop  
       Feb 21, 2024
    talk is cheap,show me your code
    laojin
        160
    laojin  
       Feb 21, 2024
    ➜ ~ python3
    Python 3.11.7 (main, Dec 4 2023, 18:10:11) [Clang 15.0.0 (clang-1500.1.0.2.5)] on darwin
    Type "help", "copyright", "credits" or "license" for more information.
    >>> import this
    The Zen of Python, by Tim Peters

    Beautiful is better than ugly.
    Explicit is better than implicit.
    Simple is better than complex.
    Complex is better than complicated.
    Flat is better than nested.
    Sparse is better than dense.
    Readability counts.
    Special cases aren't special enough to break the rules.
    Although practicality beats purity.
    Errors should never pass silently.
    Unless explicitly silenced.
    In the face of ambiguity, refuse the temptation to guess.
    There should be one-- and preferably only one --obvious way to do it.
    Although that way may not be obvious at first unless you're Dutch.
    Now is better than never.
    Although never is often better than *right* now.
    If the implementation is hard to explain, it's a bad idea.
    If the implementation is easy to explain, it may be a good idea.
    Namespaces are one honking great idea -- let's do more of those!
    stonezing
        161
    stonezing  
       Feb 21, 2024
    代码跟人,有一个能跑就行
    zzboat0422
        162
    zzboat0422  
       Feb 21, 2024
    @JohnSmith @chris89

    另一种翻译:"没有什么问题是加一层 cache/interface 解决不了的,如果有,那就再加一层"
    x86
        163
    x86  
       Feb 21, 2024
    遇到故障如何解决?重装重启重买 --- 华佗
    nullxx
        164
    nullxx  
       Feb 21, 2024
    能跑就不要动
    MonkeyJon
        165
    MonkeyJon  
       Feb 21, 2024
    Code changes the world
    cathub86
        166
    cathub86  
       Feb 21, 2024
    没有银弹
    yanng
        167
    yanng  
       Feb 21, 2024
    如果它走起来像鸭子,叫起来像鸭子,它就是只鸭子
    notfornothing
        168
    notfornothing  
       Feb 21, 2024
    better to run than curse the road
    xiyuesaves
        169
    xiyuesaves  
       Feb 21, 2024
    7gugu
        170
    7gugu  
       Feb 21, 2024
    又不是不能跑
    koebehshian
        171
    koebehshian  
       Feb 21, 2024
    1. 世界上只有 10 种人,懂 10 进制的,不懂 10 进制的。
    2. 没有什么是重启解决不了的,如果不行,那就 2 次
    Od37v61n5s89gXx8
        172
    Od37v61n5s89gXx8  
       Feb 21, 2024
    不要动它
    yuanji
        173
    yuanji  
       Feb 21, 2024 via Android
    There are only two kinds of languages: the ones people complain about and the ones nobody uses.
    seanwhy
        174
    seanwhy  
       Feb 21, 2024
    “一头牛重 800kg ,一座桥承重 700kg ,牛如何过河?”
    maxssy
        175
    maxssy  
       Feb 21, 2024   ❤️ 1
    sudo rm -rf /
    ^C^C^C^C^C^C^C^C^C^C^C^C^C^C
    danhahaha
        176
    danhahaha  
       Feb 21, 2024
    一个优秀程序员的效率比 100 个平庸程序员更高
    XDiLa
        177
    XDiLa  
       Feb 21, 2024
    没有消息就是好消息
    null113
        178
    null113  
       Feb 21, 2024
    刷新试试
    重启试试
    xinyu391
        179
    xinyu391  
       Feb 21, 2024
    好的软件不是设计出来的,而是重构出来的。
    zhaoxier
        180
    zhaoxier  
       Feb 21, 2024
    php 是世界上最好的语言!
    maojun
        181
    maojun  
       Feb 21, 2024 via iPhone
    RTFM
    Knuth
        182
    Knuth  
       Feb 21, 2024 via iPhone
    计算机科学的任何问题都可以通过增加一个中间层解决
    nuonuojump
        183
    nuonuojump  
       Feb 21, 2024
    996ICU
    zengxs
        184
    zengxs  
       Feb 21, 2024
    “过早的优化是万恶之源” —— Knuth's optimization principle
    Tyrant1984
        185
    Tyrant1984  
       Feb 21, 2024
    @M2K4 幸福的秘诀就是只要兜里还有钱,就全买成内存。
    gaka
        186
    gaka  
       Feb 21, 2024
    要把用户当成傻子
    techdp
        187
    techdp  
       Feb 21, 2024
    if it is run, don't fuck fix it!
    hzzhzzdogee
        188
    hzzhzzdogee  
       Feb 21, 2024
    KISS 和 Programs must be written for people to read, and only incidentally for machines to execute.
    48y1951r9G8k7Zou
        189
    48y1951r9G8k7Zou  
       Feb 21, 2024
    勿在浮沙筑高台。——侯捷
    redford42
        190
    redford42  
       Feb 21, 2024
    软件工程没有银弹
    gulugu
        191
    gulugu  
       Feb 21, 2024
    远离代码
    duron600
        192
    duron600  
       Feb 21, 2024
    软件开发中任何其他技术目标都不如管理复杂度重要。——《代码大全》
    7477wj
        193
    7477wj  
       Feb 21, 2024
    Linux 哲学:没有消息就是好消息
    xinshoushanglu
        194
    xinshoushanglu  
       Feb 21, 2024
    PhpIsTheBestLanguage.java
    dioxide
        195
    dioxide  
       Feb 21, 2024
    锟斤拷烫烫烫
    yinxs2003
        196
    yinxs2003  
       Feb 21, 2024
    当然是 KISS 原则 —— keep it simple, stupid!
    yogogo
        197
    yogogo  
       Feb 21, 2024
    做一个 TB 平台很简单的吧
    ershierdu
        198
    ershierdu  
       Feb 21, 2024
    翻了两页没人提这个:
    Attention is all you need.
    cue
        199
    cue  
       Feb 21, 2024
    微信是一个生活方式。
    ReekyStive
        200
    ReekyStive  
       Feb 21, 2024 via iPhone
    海内存知己,天涯若比邻
    1  2  3  
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   861 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 96821589 · 183ms · UTC 19:25 · PVG 03:25 · LAX 12:25 · JFK 15:25
    ♥ Do have faith in what you're doing.