update
This commit is contained in:
@@ -6,5 +6,5 @@ Tags: [pocket, s/obsidian, pkm]
|
||||
Excerpt: >
|
||||
|
||||
---
|
||||
#s/obsidian, #pkm
|
||||
#s/obsidian, #s/PKM
|
||||
|
||||
|
@@ -1,6 +1,8 @@
|
||||
author::[[Alan Perlis]]
|
||||
title::"dictons sur la programmation"
|
||||
#s/informatique #t/citation
|
||||
---
|
||||
author: "[[Alan Perlis]]"
|
||||
source: "ACM's SIGPLAN publication, (September, 1982), Article \"Epigrams in Programming\", by Alan J. Perlis of Yale University."
|
||||
tags: ["#s/informatique", "#t/citation"]
|
||||
---
|
||||
|
||||
1. One man's constant is another man's variable.
|
||||
|
||||
@@ -16,7 +18,7 @@ title::"dictons sur la programmation"
|
||||
|
||||
7. It is easier to write an incorrect program than understand a correct one.
|
||||
|
||||
8. A programming language is low level when its programs require attention to the irrelevant.
|
||||
8. A programming language is low level when its programs require attention to the irrelevant.
|
||||
|
||||
9. It is better to have 100 functions operate on one data structure than 10 functions on 10 data structures.
|
||||
|
||||
@@ -36,15 +38,15 @@ title::"dictons sur la programmation"
|
||||
|
||||
17. If a listener nods his head when you're explaining your program, wake him up.
|
||||
|
||||
18. A program without a loop and a structured variable isn't worth writing.
|
||||
18. A program without a loop and a structured variable isn't worth writing.
|
||||
|
||||
19. A language that doesn't affect the way you think about programming, is not worth knowing.
|
||||
19. A language that doesn't affect the way you think about programming, is not worth knowing.
|
||||
|
||||
20. Wherever there is modularity there is the potential for misunderstanding: Hiding information implies a need to check communication.
|
||||
|
||||
21. Optimization hinders evolution.
|
||||
|
||||
22. A good system can't have a weak command language.
|
||||
22. A good system can't have a weak command language.
|
||||
|
||||
23. To understand a program you must become both the machine and the program.
|
||||
|
||||
@@ -110,7 +112,7 @@ title::"dictons sur la programmation"
|
||||
|
||||
54. Beware of the Turing tar-pit in which everything is possible but nothing of interest is easy.
|
||||
|
||||
55. A LISP programmer knows the value of everything, but the cost of nothing.
|
||||
55. A LISP programmer knows the value of everything, but the cost of nothing.
|
||||
|
||||
56. Software is under a constant tension. Being symbolic it is arbitrarily perfectible; but also it is arbitrarily changeable.
|
||||
|
||||
@@ -158,7 +160,7 @@ title::"dictons sur la programmation"
|
||||
|
||||
78. If your computer speaks English, it was probably made in Japan.
|
||||
|
||||
79. A year spent in artificial intelligence is enough to make one believe in God.
|
||||
79. A year spent in artificial intelligence is enough to make one believe in God.
|
||||
|
||||
80. Prolonged contact with the computer turns mathematicians into clerks and vice versa.
|
||||
|
||||
@@ -243,6 +245,4 @@ title::"dictons sur la programmation"
|
||||
120. Adapting old programs to fit new machines usually means adapting new machines to behave like old ones.
|
||||
|
||||
|
||||
---
|
||||
|
||||
##### From ACM's SIGPLAN publication, (September, 1982), Article "Epigrams in Programming", by Alan J. Perlis of Yale University.
|
||||
|
@@ -1,6 +1,6 @@
|
||||
author::[[Jean-Paul Delahaye]]
|
||||
title::"livre sur des jeux mathématiques, sur la généralisation dans des cas infinis"
|
||||
#source
|
||||
#t/source
|
||||
|
||||
----
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
author:: [[Frédéric Lenoir]]
|
||||
date::2023-05-17
|
||||
#source
|
||||
#t/source
|
||||
|
||||
---
|
||||
|
||||
|
@@ -0,0 +1,14 @@
|
||||
---
|
||||
link: https://www.freeoffice.com/en/
|
||||
created: 2024-12-29
|
||||
description: FreeOffice, the best free alternative to Microsoft Office (Word, Excel, PowerPoint) for Windows, Mac and Linux
|
||||
tags:
|
||||
- t/clippings
|
||||
- "#s/informatique/outils"
|
||||
---
|
||||
|
||||
- free alternative to Microsoft office (free for both personnal and business usage)
|
||||
- conseillé par [~pawky@tilde.town](https://tilde.town/~pawky)
|
||||
|
||||
|
||||
|
@@ -0,0 +1,69 @@
|
||||
---
|
||||
link: https://envs.sh/
|
||||
created: 2024-12-29
|
||||
description: envs.sh | Null Pointer
|
||||
tags:
|
||||
- t/clippings
|
||||
- "#s/informatique/outils"
|
||||
aliases:
|
||||
- file hosting and URL shortening from the command line
|
||||
- envs.sh
|
||||
up:
|
||||
- "[[terminal commandes|commandes terminal]]"
|
||||
---
|
||||
|
||||
|
||||
|
||||
|
||||
## USAGE
|
||||
```
|
||||
curl -F'file=@yourfile.png' https://envs.sh
|
||||
```
|
||||
|
||||
## ACCEPTABLE USE POLICY
|
||||
please do not post any informations that
|
||||
may violate law (login/password lists, email lists, personal information).
|
||||
|
||||
envs.sh is NOT a platform for:
|
||||
- child pornography
|
||||
- malware, including “potentially unwanted applications”
|
||||
- botnet command and control schemes involving this service
|
||||
- anything even remotely related to crypto currencies
|
||||
- hosting your backups
|
||||
- spamming the service with CI build artifacts
|
||||
- piracy
|
||||
- alt-right shitposting
|
||||
|
||||
## FILE RETENTION PERIOD
|
||||
```
|
||||
retention = min_age + (-max_age + min_age) * pow((file_size / max_size - 1), 3)
|
||||
|
||||
days
|
||||
365 | \
|
||||
| \
|
||||
| \
|
||||
| \
|
||||
| \
|
||||
| \
|
||||
| ..
|
||||
| \
|
||||
197.5 | ----------..-------------------------------------------
|
||||
| ..
|
||||
| \
|
||||
| ..
|
||||
| ...
|
||||
| ..
|
||||
| ...
|
||||
| ....
|
||||
| ......
|
||||
30 | ....................
|
||||
0 256.0 512.0
|
||||
MiB
|
||||
```
|
||||
|
||||
|
||||
> [!info] ABUSE
|
||||
> if you would like to request permanent deletion, please
|
||||
> send an email to hostmaster@envs.net.
|
||||
>
|
||||
> please allow up to 24 hours for a response.
|
@@ -3,7 +3,7 @@ aliases:
|
||||
- Inculture 1
|
||||
---
|
||||
up:: [[conférence gesticulée]]
|
||||
#s/politique #source
|
||||
#s/politique #t/source
|
||||
|
||||
> [!smallquery]+ Sous-notes de `$= dv.el("span", "[[" + dv.current().file.name + "]]")`
|
||||
> ```breadcrumbs
|
||||
|
@@ -5,7 +5,7 @@ aliases:
|
||||
up:: [[conférence gesticulée]]
|
||||
prev:: [[conférence gesticulée.Inculture 1|Inculture 1]]
|
||||
next:: [[conférence gesticulée.Inculture 3|Inculture 3]]
|
||||
#s/politique #source
|
||||
#s/politique #t/source
|
||||
|
||||
|
||||
> [!smallquery]+ Sous-notes de `$= dv.el("span", "[[" + dv.current().file.name + "]]")`
|
||||
|
@@ -3,7 +3,7 @@ aliases:
|
||||
- Inculture 4 - le plein d'énergie
|
||||
---
|
||||
up:: [[conférence gesticulée]]
|
||||
#s/politique #source
|
||||
#s/politique #t/source
|
||||
|
||||
- histoire du [[militantisme]] qui à fonctionné
|
||||
- [[il faut fêter les actions militantes]]
|
||||
|
BIN
sources/cours/S5 maths/L3_maths_topologie_TD2.pdf
Normal file
BIN
sources/cours/S5 maths/L3_maths_topologie_TD2.pdf
Normal file
Binary file not shown.
BIN
sources/cours/S5 maths/L3_maths_topologie_TD2_corr.pdf
Normal file
BIN
sources/cours/S5 maths/L3_maths_topologie_TD2_corr.pdf
Normal file
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
up::
|
||||
title:: "calculatrice graphique en ligne"
|
||||
link:: https://www.desmos.com/calculator?lang=fr
|
||||
#source
|
||||
#t/source
|
||||
|
||||
---
|
||||
|
||||
|
@@ -3,7 +3,7 @@ link:: https://www.youtube.com/watch?v=Hy7LJ4FHBQM
|
||||
author:: [[Frédéric Lordon]]
|
||||
date:: 2013-09-24
|
||||
date-seen:: 2024-04-01
|
||||
#s/politique #t/citation #source
|
||||
#s/politique #t/citation #t/source
|
||||
|
||||
|
||||
> [!cite] [[Frédéric Lordon]] - Les économistes atterrés aux mardis de l'ESSEC
|
||||
|
@@ -1,7 +1,7 @@
|
||||
date::2023-01-16
|
||||
link:: https://webdemo.myscript.com/views/math/index.html
|
||||
#source
|
||||
|
||||
---
|
||||
date: "2023-01-16"
|
||||
link: "https://webdemo.myscript.com/views/math/index.html"
|
||||
tags: "#t/source"
|
||||
---
|
||||
|
||||
Convert hand drawings to [[LaTeX]] or [[Math ML]] (or simply render them).
|
||||
|
@@ -1,7 +1,7 @@
|
||||
author::[[Frank Herbert]]
|
||||
date::2022-08-25
|
||||
up::[[Dune]]
|
||||
#source
|
||||
#t/source
|
||||
|
||||
----
|
||||
> C'est le début de la sagesse. Découvrir l'existance de quelque chose que l'on ne comprend pas.
|
||||
|
@@ -1,6 +1,6 @@
|
||||
author:: [[Irène Pereira]]
|
||||
date:: 2017
|
||||
#source
|
||||
#t/source
|
||||
|
||||
|
||||
> [!zotero] [[paulo freire pédagogue des opprimés]], p.33
|
||||
|
@@ -1,4 +1,4 @@
|
||||
#source
|
||||
#t/source
|
||||
source::https://jacques-andre.fr/faqtypo/lessons.pdf
|
||||
|
||||
----
|
||||
|
@@ -4,7 +4,7 @@ alias: [ "répétition espacée" ]
|
||||
up::[[PKM|PKM]]
|
||||
link::https://ncase.me/remember/fr.html
|
||||
title::"méthode d'apprentissage"
|
||||
#PKM #s/obsidian
|
||||
#s/PKM #s/obsidian
|
||||
|
||||
|
||||
Technique pour apprendre a long terme
|
||||
|
@@ -8,7 +8,7 @@ aliases:
|
||||
---
|
||||
up:: [[zotero literature notes]]
|
||||
link:: [Zotero](zotero://select/library/items/R9VKYNHC) [attachment](<file:///Users/oscarplaisant/Zotero/storage/N5AHGKTQ/Salaire_%C3%A0_la_qualification_personnelle.html>)
|
||||
#pkm #zotero #source
|
||||
#s/PKM #zotero #t/source
|
||||
|
||||
> [!zotero]+ <span style="color: #2ea8e5; --link-external-color: #2ea8e5;">[Salaire à la qualification personnelle](zotero://select/library/items/R9VKYNHC) - [Page ](zotero://open-pdf/library/items/N5AHGKTQ?annotation=QE5T946K)</span>
|
||||
> Le salaire à la qualification personnelle consiste à verser un premier niveau de salaire de manière inconditionnelle, à tous les citoyens en âge de la majorité civile, en socialisant la richesse produite par la cotisation sociale
|
||||
|
@@ -8,7 +8,7 @@ aliases:
|
||||
---
|
||||
up:: [[zotero literature notes]]
|
||||
link:: [Zotero](zotero://select/library/items/785JFFET) [attachment](<file:///Users/oscarplaisant/Zotero/storage/SRGAVEY9/Antonin%20-%20POUR%20UN%20DESIGN%20MINIMAL.pdf>)
|
||||
#pkm #zotero #source
|
||||
#s/PKM #zotero #t/source
|
||||
|
||||
|
||||
> [!zotero]+ <span style="color: #ffd400; --link-external-color: #ffd400;">[POUR UN DESIGN MINIMAL](zotero://select/library/items/785JFFET) - [Page 12](zotero://open-pdf/library/items/SRGAVEY9?page=12&annotation=QUKCR9MS)</span>
|
||||
|
@@ -6,5 +6,5 @@ aliases:
|
||||
---
|
||||
up:: [[zotero literature notes]]
|
||||
link:: [Zotero](zotero://select/library/items/VU7K9IBI)
|
||||
#pkm #zotero #source
|
||||
#s/PKM #zotero #t/source
|
||||
|
||||
|
@@ -8,7 +8,7 @@ aliases:
|
||||
---
|
||||
up:: [[zotero literature notes]]
|
||||
link:: [Zotero](zotero://select/library/items/AZ2PNJYZ) [attachment](<file:///Users/oscarplaisant/Zotero/storage/ARFZTMBK/Hughes%20-%201989%20-%20Why%20Functional%20Programming%20Matters.pdf>)
|
||||
#pkm #zotero #source
|
||||
#s/PKM #zotero #t/source
|
||||
|
||||
|
||||
> [!zotero]+ <span style="color: #ffd400; --link-external-color: #ffd400;">[Why Functional Programming Matters](zotero://select/library/items/AZ2PNJYZ) - [Page 1](zotero://open-pdf/library/items/ARFZTMBK?page=1&annotation=M9YCV9GB)</span>
|
||||
|
@@ -8,7 +8,7 @@ aliases:
|
||||
---
|
||||
up:: [[zotero literature notes]]
|
||||
link:: [Zotero](zotero://select/library/items/WTTGG2FR) [attachment](<file:///Users/oscarplaisant/Zotero/storage/PNG64A87/FACE%20A%20L%20IA%20V3.pdf>)
|
||||
#pkm #zotero #source
|
||||
#s/PKM #zotero #t/source
|
||||
|
||||
|
||||
> [!zotero]+ <span style="color: #ffd400; --link-external-color: #ffd400;">[Face a l'IA](zotero://select/library/items/WTTGG2FR) - [Page 1](zotero://open-pdf/library/items/PNG64A87?page=1&annotation=GXK437UV)</span>
|
||||
|
@@ -8,7 +8,7 @@ aliases:
|
||||
---
|
||||
up:: [[zotero literature notes]]
|
||||
link:: [Zotero](zotero://select/library/items/7HTDGZYY) [attachment](file:///Users/oscarplaisant/Zotero/storage/PYH5EDV8/atheism-and-morality-do-we-need-god-to-be-moral-7dd51d28f640.html)
|
||||
#pkm #zotero #source
|
||||
#s/PKM #zotero #t/source
|
||||
|
||||
|
||||
> [!zotero]+ <span style="color: #ff6666; --link-external-color: #ff6666;">[Atheism and morality: do we need God to be moral?](zotero://select/library/items/7HTDGZYY) - [Page ](zotero://open-pdf/library/items/PYH5EDV8?annotation=NYIG7BL4)</span>
|
||||
|
@@ -8,7 +8,7 @@ aliases:
|
||||
---
|
||||
up:: [[zotero literature notes]]
|
||||
link:: [Zotero](zotero://select/library/items/N6CNAC3L) [attachment](file:///Users/oscarplaisant/Zotero/storage/QEN7G3X4/the-hard-problem-of-consciousness-6457d3be84de.html)
|
||||
#pkm #zotero #source
|
||||
#s/PKM #zotero #t/source
|
||||
|
||||
|
||||
> [!zotero]+ <span style="color: #2ea8e5; --link-external-color: #2ea8e5;">[The hard problem of consciousness](zotero://select/library/items/N6CNAC3L) - [Page ](zotero://open-pdf/library/items/QEN7G3X4?annotation=MF6RRDBL)</span>
|
||||
|
Reference in New Issue
Block a user