浏览代码

More links

master
David Larlet 2 年前
父节点
当前提交
f57bf93b43

+ 194
- 0
cache/2021/569696e39daa6ee1de97a7a9184316fb/index.html 查看文件

@@ -0,0 +1,194 @@
<!doctype html><!-- This is a valid HTML5 document. -->
<!-- Screen readers, SEO, extensions and so on. -->
<html lang="fr">
<!-- Has to be within the first 1024 bytes, hence before the `title` element
See: https://www.w3.org/TR/2012/CR-html5-20121217/document-metadata.html#charset -->
<meta charset="utf-8">
<!-- Why no `X-UA-Compatible` meta: https://stackoverflow.com/a/6771584 -->
<!-- The viewport meta is quite crowded and we are responsible for that.
See: https://codepen.io/tigt/post/meta-viewport-for-2015 -->
<meta name="viewport" content="width=device-width,initial-scale=1">
<!-- Required to make a valid HTML5 document. -->
<title>Programmers should stop celebrating incompetence (archive) — David Larlet</title>
<meta name="description" content="Publication mise en cache pour en conserver une trace.">
<!-- That good ol' feed, subscribe :). -->
<link rel="alternate" type="application/atom+xml" title="Feed" href="/david/log/">
<!-- Generated from https://realfavicongenerator.net/ such a mess. -->
<link rel="apple-touch-icon" sizes="180x180" href="/static/david/icons2/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/static/david/icons2/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/static/david/icons2/favicon-16x16.png">
<link rel="manifest" href="/static/david/icons2/site.webmanifest">
<link rel="mask-icon" href="/static/david/icons2/safari-pinned-tab.svg" color="#07486c">
<link rel="shortcut icon" href="/static/david/icons2/favicon.ico">
<meta name="msapplication-TileColor" content="#f7f7f7">
<meta name="msapplication-config" content="/static/david/icons2/browserconfig.xml">
<meta name="theme-color" content="#f7f7f7" media="(prefers-color-scheme: light)">
<meta name="theme-color" content="#272727" media="(prefers-color-scheme: dark)">
<!-- Documented, feel free to shoot an email. -->
<link rel="stylesheet" href="/static/david/css/style_2021-01-20.css">
<!-- See https://www.zachleat.com/web/comprehensive-webfonts/ for the trade-off. -->
<link rel="preload" href="/static/david/css/fonts/triplicate_t4_poly_regular.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)" crossorigin>
<link rel="preload" href="/static/david/css/fonts/triplicate_t4_poly_bold.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)" crossorigin>
<link rel="preload" href="/static/david/css/fonts/triplicate_t4_poly_italic.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)" crossorigin>
<link rel="preload" href="/static/david/css/fonts/triplicate_t3_regular.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: dark)" crossorigin>
<link rel="preload" href="/static/david/css/fonts/triplicate_t3_bold.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: dark)" crossorigin>
<link rel="preload" href="/static/david/css/fonts/triplicate_t3_italic.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: dark)" crossorigin>
<script>
function toggleTheme(themeName) {
document.documentElement.classList.toggle(
'forced-dark',
themeName === 'dark'
)
document.documentElement.classList.toggle(
'forced-light',
themeName === 'light'
)
}
const selectedTheme = localStorage.getItem('theme')
if (selectedTheme !== 'undefined') {
toggleTheme(selectedTheme)
}
</script>

<meta name="robots" content="noindex, nofollow">
<meta content="origin-when-cross-origin" name="referrer">
<!-- Canonical URL for SEO purposes -->
<link rel="canonical" href="https://world.hey.com/dhh/programmers-should-stop-celebrating-incompetence-de1a4725">

<body class="remarkdown h1-underline h2-underline h3-underline em-underscore hr-center ul-star pre-tick" data-instant-intensity="viewport-all">


<article>
<header>
<h1>Programmers should stop celebrating incompetence</h1>
</header>
<nav>
<p class="center">
<a href="/david/" title="Aller à l’accueil"><svg class="icon icon-home">
<use xlink:href="/static/david/icons2/symbol-defs.svg#icon-home"></use>
</svg> Accueil</a> •
<a href="https://world.hey.com/dhh/programmers-should-stop-celebrating-incompetence-de1a4725" title="Lien vers le contenu original">Source originale</a>
</p>
</nav>
<hr>
<p>In the valiant effort to combat </p>
<p><a href="https://en.wikipedia.org/wiki/Impostor_syndrome">imposter syndrome</a>
<p> and </p></p>
<p><a href="https://www.urbandictionary.com/define.php?term=Gatekeeping">gatekeeping</a>
<p>, the programming world has taken a bad turn down a blind alley by celebrating incompetence. You don't have to reduce an entire profession to a clueless gang of copy-pasta pirates to make new recruits feel welcome. It undermines the aspiration to improve. It reduces the work to magical thinking. It is not good.</p></p>
<p>I say this an evaluation of the prescription, not of the diagnosis. The programming world absolutely has had, and still has, challenges with imposter syndrome and gatekeeping. In large part because, unlike so many other professional fields, a high percentage of the people working in programming are self-taught. (Including yours truly!).</p>
<p>When you don't have a diploma from a prestigious institution telling you and the world that "you know things, and you're good at things", it's only natural to occasionally have doubts. Especially if there </p>
<p><em>are</em>
<p> people within your profession who use their diplomas as a logical fallacy to prove why they're right and you're wrong.</p></p>
<p>But you can't let that doubt win. You can't become the I HAVE NO IDEA WHAT I'M DOING dog as a professional identity. Don't embrace being a </p>
<p><a href="https://en.wikipedia.org/wiki/Copy-and-paste_programming">copy-pasta programmer</a>
<p> whose chief skill is looking up shit on the internet. Treat it as part of a learning process to actually understand what's going on. Not merely as a shortcut to solve today's problems. If you never dig deeper, your competence will be stuck at the surface.</p></p>
<p>Likewise, influential programmers who do have the hard-earned skills and accumulated knowledge to repeatedly create good software need to resist the temptation of presenting a "yes, I too am a know-little, copy-pasta dummy, JUST LIKE YOU" facade. Whatever gains you derive from being relatable to someone struggling must be weighed against infusing this industry with a sense of futility of deep learning.</p>
<p>The magic of programming is largely just things you don't know yet. Once you learn those things, it stops being magic in the sense of "I have no idea how it did that or why it works" and starts being magic in the sense of "I can make the computer do exactly what I ask it to do!". The point is to become the wizard, not the bedazzled member of the audience.</p>
<p>This does not happen overnight, and we need to have the confidence to accept that our profession has depth, even as we celebrate the ease with which someone can get started (and welcome them onto the journey of becoming a wizard)!</p>
<p>It also doesn't happen across all the domains of programming. You can't become an expert at everything, and it's fine to accept your boundaries. But it's not fine to think you shouldn't be on </p>
<p><em>some</em>
<p> paths towards mastery, if you intend to make programming your career.</p></p>
<p>We also need to accept that not all wizard apprentices turn out to be of equal talent or end up with equal levels of competence. Just like in every other field of human pursuits. You can learn the basic rules of chess in a few minutes, but you can also spend a lifetime mastering the game (and not everyone becomes a grand master, even if they try very hard!).</p>
<p>The world has never had a greater need for programmers than it does today. It's never had a greater need for </p>
<p><em>competent</em>
<p> programmers than it does today. Let's skip the overly self-deprecating nonsense that nobody knows what they're doing, and trying to learn things in depth is not for us.</p></p>
<p>You're not a clueless dog banging at the keyboard with no prospects of ever improving. You're a human of tremendous capacity to become good at what you do. Embrace that. </p>
</article>


<hr>

<footer>
<p>
<a href="/david/" title="Aller à l’accueil"><svg class="icon icon-home">
<use xlink:href="/static/david/icons2/symbol-defs.svg#icon-home"></use>
</svg> Accueil</a> •
<a href="/david/log/" title="Accès au flux RSS"><svg class="icon icon-rss2">
<use xlink:href="/static/david/icons2/symbol-defs.svg#icon-rss2"></use>
</svg> Suivre</a> •
<a href="http://larlet.com" title="Go to my English profile" data-instant><svg class="icon icon-user-tie">
<use xlink:href="/static/david/icons2/symbol-defs.svg#icon-user-tie"></use>
</svg> Pro</a> •
<a href="mailto:david%40larlet.fr" title="Envoyer un courriel"><svg class="icon icon-mail">
<use xlink:href="/static/david/icons2/symbol-defs.svg#icon-mail"></use>
</svg> Email</a> •
<abbr class="nowrap" title="Hébergeur : Alwaysdata, 62 rue Tiquetonne 75002 Paris, +33184162340"><svg class="icon icon-hammer2">
<use xlink:href="/static/david/icons2/symbol-defs.svg#icon-hammer2"></use>
</svg> Légal</abbr>
</p>
<template id="theme-selector">
<form>
<fieldset>
<legend><svg class="icon icon-brightness-contrast">
<use xlink:href="/static/david/icons2/symbol-defs.svg#icon-brightness-contrast"></use>
</svg> Thème</legend>
<label>
<input type="radio" value="auto" name="chosen-color-scheme" checked> Auto
</label>
<label>
<input type="radio" value="dark" name="chosen-color-scheme"> Foncé
</label>
<label>
<input type="radio" value="light" name="chosen-color-scheme"> Clair
</label>
</fieldset>
</form>
</template>
</footer>
<script src="/static/david/js/instantpage-5.1.0.min.js" type="module"></script>
<script>
function loadThemeForm(templateName) {
const themeSelectorTemplate = document.querySelector(templateName)
const form = themeSelectorTemplate.content.firstElementChild
themeSelectorTemplate.replaceWith(form)

form.addEventListener('change', (e) => {
const chosenColorScheme = e.target.value
localStorage.setItem('theme', chosenColorScheme)
toggleTheme(chosenColorScheme)
})

const selectedTheme = localStorage.getItem('theme')
if (selectedTheme && selectedTheme !== 'undefined') {
form.querySelector(`[value="${selectedTheme}"]`).checked = true
}
}

const prefersColorSchemeDark = '(prefers-color-scheme: dark)'
window.addEventListener('load', () => {
let hasDarkRules = false
for (const styleSheet of Array.from(document.styleSheets)) {
let mediaRules = []
for (const cssRule of styleSheet.cssRules) {
if (cssRule.type !== CSSRule.MEDIA_RULE) {
continue
}
// WARNING: Safari does not have/supports `conditionText`.
if (cssRule.conditionText) {
if (cssRule.conditionText !== prefersColorSchemeDark) {
continue
}
} else {
if (cssRule.cssText.startsWith(prefersColorSchemeDark)) {
continue
}
}
mediaRules = mediaRules.concat(Array.from(cssRule.cssRules))
}

// WARNING: do not try to insert a Rule to a styleSheet you are
// currently iterating on, otherwise the browser will be stuck
// in a infinite loop…
for (const mediaRule of mediaRules) {
styleSheet.insertRule(mediaRule.cssText)
hasDarkRules = true
}
}
if (hasDarkRules) {
loadThemeForm('#theme-selector')
}
})
</script>
</body>
</html>

+ 5
- 0
cache/2021/569696e39daa6ee1de97a7a9184316fb/index.md 查看文件

@@ -0,0 +1,5 @@
title: Programmers should stop celebrating incompetence
url: https://world.hey.com/dhh/programmers-should-stop-celebrating-incompetence-de1a4725
hash_url: 569696e39daa6ee1de97a7a9184316fb

<p>In the valiant effort to combat </p><a href="https://en.wikipedia.org/wiki/Impostor_syndrome">imposter syndrome</a><p> and </p><a href="https://www.urbandictionary.com/define.php?term=Gatekeeping">gatekeeping</a><p>, the programming world has taken a bad turn down a blind alley by celebrating incompetence. You don't have to reduce an entire profession to a clueless gang of copy-pasta pirates to make new recruits feel welcome. It undermines the aspiration to improve. It reduces the work to magical thinking. It is not good.</p><p>I say this an evaluation of the prescription, not of the diagnosis. The programming world absolutely has had, and still has, challenges with imposter syndrome and gatekeeping. In large part because, unlike so many other professional fields, a high percentage of the people working in programming are self-taught. (Including yours truly!).</p><p>When you don't have a diploma from a prestigious institution telling you and the world that "you know things, and you're good at things", it's only natural to occasionally have doubts. Especially if there </p><em>are</em><p> people within your profession who use their diplomas as a logical fallacy to prove why they're right and you're wrong.</p><p>But you can't let that doubt win. You can't become the I HAVE NO IDEA WHAT I'M DOING dog as a professional identity. Don't embrace being a </p><a href="https://en.wikipedia.org/wiki/Copy-and-paste_programming">copy-pasta programmer</a><p> whose chief skill is looking up shit on the internet. Treat it as part of a learning process to actually understand what's going on. Not merely as a shortcut to solve today's problems. If you never dig deeper, your competence will be stuck at the surface.</p><p>Likewise, influential programmers who do have the hard-earned skills and accumulated knowledge to repeatedly create good software need to resist the temptation of presenting a "yes, I too am a know-little, copy-pasta dummy, JUST LIKE YOU" facade. Whatever gains you derive from being relatable to someone struggling must be weighed against infusing this industry with a sense of futility of deep learning.</p><p>The magic of programming is largely just things you don't know yet. Once you learn those things, it stops being magic in the sense of "I have no idea how it did that or why it works" and starts being magic in the sense of "I can make the computer do exactly what I ask it to do!". The point is to become the wizard, not the bedazzled member of the audience.</p><p>This does not happen overnight, and we need to have the confidence to accept that our profession has depth, even as we celebrate the ease with which someone can get started (and welcome them onto the journey of becoming a wizard)!</p><p>It also doesn't happen across all the domains of programming. You can't become an expert at everything, and it's fine to accept your boundaries. But it's not fine to think you shouldn't be on </p><em>some</em><p> paths towards mastery, if you intend to make programming your career.</p><p>We also need to accept that not all wizard apprentices turn out to be of equal talent or end up with equal levels of competence. Just like in every other field of human pursuits. You can learn the basic rules of chess in a few minutes, but you can also spend a lifetime mastering the game (and not everyone becomes a grand master, even if they try very hard!).</p><p>The world has never had a greater need for programmers than it does today. It's never had a greater need for </p><em>competent</em><p> programmers than it does today. Let's skip the overly self-deprecating nonsense that nobody knows what they're doing, and trying to learn things in depth is not for us.</p><p>You're not a clueless dog banging at the keyboard with no prospects of ever improving. You're a human of tremendous capacity to become good at what you do. Embrace that. </p>

+ 2
- 0
cache/2021/index.html 查看文件

@@ -707,6 +707,8 @@
<li><a href="/david/cache/2021/7b8d925b24ca7a4777becd5cc212d11a/" title="Accès à l’article dans le cache local : Technical Mentorship Reimagined: Time-bound and No Awkward Asks Necessary">Technical Mentorship Reimagined: Time-bound and No Awkward Asks Necessary</a> (<a href="https://shopify.engineering/technical-mentorship-reimagined" title="Accès à l’article original distant : Technical Mentorship Reimagined: Time-bound and No Awkward Asks Necessary">original</a>)</li>
<li><a href="/david/cache/2021/569696e39daa6ee1de97a7a9184316fb/" title="Accès à l’article dans le cache local : Programmers should stop celebrating incompetence">Programmers should stop celebrating incompetence</a> (<a href="https://world.hey.com/dhh/programmers-should-stop-celebrating-incompetence-de1a4725" title="Accès à l’article original distant : Programmers should stop celebrating incompetence">original</a>)</li>
<li><a href="/david/cache/2021/19518aa194e8ddbc4dcbe9c5c8de9ec9/" title="Accès à l’article dans le cache local : Inclusive UX in an era of anxiety">Inclusive UX in an era of anxiety</a> (<a href="https://uxdesign.cc/inclusive-ux-in-an-era-of-anxiety-dc89c39ec202" title="Accès à l’article original distant : Inclusive UX in an era of anxiety">original</a>)</li>
<li><a href="/david/cache/2021/0f1f65d09181752916216e892bb192d8/" title="Accès à l’article dans le cache local : Using the platform">Using the platform</a> (<a href="https://elisehe.in/2021/08/22/using-the-platform" title="Accès à l’article original distant : Using the platform">original</a>)</li>

正在加载...
取消
保存