1

Intégration des liens lemmy

This commit is contained in:
2025-12-11 00:35:08 +01:00
parent 2f86630e35
commit 8315fd2b21
457 changed files with 1799 additions and 1662 deletions

View File

@@ -3,18 +3,17 @@ links:
- name: Page d'origine
url: https://addyosmani.com/blog/good-code/
lang: en
title: "Good code is like a love letter to the next developer who will maintain
it. | Addy Osmani"
date: 2023-07-21
keywords: [ "JavaScript", "design patterns", "programming", "Addy Osmani" ]
cover: "images/screenshot.png"
# Example:
# links:
# - name: "LEGO (France)"
# lang: "fr"
# url: "https://www.lego.com/fr-fr/product/t-rex-rampage-75936"
# official: true
status: [ { "date": "2025-03-25T10:52:57.396Z", "http_code": 200 } ]
title: Good code is like a love letter to the next developer who will maintain it. | Addy Osmani
date: 2023-07-21T00:00:00.000Z
keywords:
- JavaScript
- design patterns
- programming
- Addy Osmani
cover: images/screenshot.png
status:
- date: '2025-03-25T10:52:57.396Z'
http_code: 200
weather:
temperature: 22.7
humidity: 41
@@ -25,6 +24,7 @@ weather:
wind_direction: 280
source:
- open-meteo
comments_url: https://com.richard-dern.fr/post/162
---
> We often romanticize the notion of programming, presenting it as an abstract form of art, a science, or even a form of magic. The truth, however, is much mor...

View File

@@ -3,17 +3,13 @@ links:
- name: Page d'origine
url: https://www.lesswrong.com/posts/vfRpzyGsikujm9ujj/a-brief-history-of-computers
lang: en
title: "A brief history of computers — LessWrong"
date: 2023-07-22
title: A brief history of computers — LessWrong
date: 2023-07-22T00:00:00.000Z
keywords: []
cover: "images/screenshot.png"
# Example:
# links:
# - name: "LEGO (France)"
# lang: "fr"
# url: "https://www.lego.com/fr-fr/product/t-rex-rampage-75936"
# official: true
status: [ { "date": "2025-03-25T10:53:07.018Z", "http_code": 200 } ]
cover: images/screenshot.png
status:
- date: '2025-03-25T10:53:07.018Z'
http_code: 200
weather:
temperature: 22.9
humidity: 35
@@ -24,6 +20,7 @@ weather:
wind_direction: 249
source:
- open-meteo
comments_url: https://com.richard-dern.fr/post/163
---
> Recently I've been learning about the history of computers. I find it to be incredibly interesting. I'd like to write a post about it to summarize and comment on what I've learned. …