Skip to content

Commit 3d23d2b

Browse files
author
kdeldycke
committed
[sync] Updates from awesome-template
Signed-off-by: kdeldycke <github-action@actions-template-sync.noreply.github.com>
1 parent 11470da commit 3d23d2b

File tree

9 files changed

+209
-60
lines changed

9 files changed

+209
-60
lines changed

.github/ISSUE_TEMPLATE/new-link.yaml

+8-6
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,15 @@ body:
4040
label: Self checks
4141
options:
4242
- label: >
43-
I have [read the Code of
44-
Conduct](https://github.com/kdeldycke/awesome-falsehood/blob/main/.github/code-of-conduct.md)
43+
I have [read the Code of Conduct
44+
](https://github.com/kdeldycke/awesome-falsehood/blob/main/.github/code-of-conduct.md)
4545
- label: >
46-
I applied all rules from the [Contributing
47-
guide](https://github.com/kdeldycke/awesome-falsehood/blob/main/.github/contributing.md)
46+
I applied all rules from the [Contributing guide
47+
](https://github.com/kdeldycke/awesome-falsehood/blob/main/.github/contributing.md)
4848
- label: >
49-
I have checked there is no other [Issues](https://github.com/kdeldycke/awesome-falsehood/issues) or [Pull
50-
Requests](https://github.com/kdeldycke/awesome-falsehood/pulls) covering the same topic to open
49+
I have checked there is no other
50+
[Issues](https://github.com/kdeldycke/awesome-falsehood/issues) or [Pull
51+
Requests](https://github.com/kdeldycke/awesome-falsehood/pulls) covering the same topic
52+
to open
5153
validations:
5254
required: true

.github/contributing.md

+163-47
Original file line numberDiff line numberDiff line change
@@ -2,49 +2,9 @@
22

33
Your contributions are always welcome! Here are some guidelines.
44

5-
## Good Candidates
5+
## Status
66

7-
Before contributing, make sure the new link you'd like to add is a good
8-
candidate.
9-
10-
Here is a non-restrictive list of items which are good candidates for inclusion
11-
in this awesome list.
12-
13-
### Falsehood Articles
14-
15-
Articles following the *falsehood* schema are prime candidates for inclusion in
16-
this awesome list.
17-
18-
These articles starts with the hypothesis that developers have a naive and
19-
simple view of a domain. Then proceed to list a set of candid assumptions that
20-
might be held by programmers. Each one is intentionally false, and in their
21-
best form are illustrated with a counter-example.
22-
23-
A list of falsehood is crafted as a progression that is designed to refine
24-
concepts. Having read the whole list of falsehood, the reader should possess a
25-
better overview of a domain while dispelling its myths, point out common
26-
pitfalls and demonstrate its subtleties.
27-
28-
*falsehood* articles are, in a sense, a suite of wordy unit-tests covering
29-
extensive edge-cases provided by real-world usage. The world is messy.
30-
Discovering a domain to be much more complex than anticipated will lead to
31-
frustrations. And cause flipping tables `(╯°□°)╯︵ ┻━┻`. This is the sign of a
32-
great candidate for that list!
33-
34-
Articles featuring items that are applicable to one product (or a service) and
35-
one only can't be considered as generic enough and should be avoided.
36-
37-
### Libraries
38-
39-
Programming libraries or modules are good candidates too, if they solve or
40-
reduce the complexities pointed to by *falsehood* articles above.
41-
42-
That way we can put back tables in place. `┬─┬ ノ( ゜-゜ノ)`
43-
44-
### Data Structures
45-
46-
Data models and structures generic enough to cover and address most of the
47-
falsehoods are also welcome in this page.
7+
This repository has reached an equilibrium state. We are past its accumulation phase, and in the middle of the curation process. Meaning we're more into refining its concepts, smooth the progression and carefully evaluating the addition of new content.
488

499
## Pull-requests and issues
5010

@@ -93,16 +53,20 @@ If one of these rule conflict with the linter, the linter's rule should takes pr
9353

9454
### Sections
9555

96-
- Sections are in alphabetical order, as all topics are independent from each others.
56+
- Sections **are not in the alphabetical order**, to provide a progression, from general to specific topics.
57+
58+
> [!IMPORTANT]
59+
> In `awesome-falsehood`, sections **are in alphabetical order**, as all topics are independent from each others.
9760
9861
- Section might feature one paragraph introduction and a figure (graph, drawing, photo).
9962

10063
### Item title
10164

102-
- Link title must be stripped out of the "*Programmers believe*" part to keep it compact.
103-
10465
- URLs must use HTTPs protocol, if available.
10566

67+
> [!IMPORTANT]
68+
> In `awesome-falsehood`, link titlea must be stripped out of the "*Programmers believe*" part to keep it compact.
69+
10670
- No `` and `` curved quotation marks. This is reserved for original content quotation in descriptions.
10771

10872
- To quote, use either the single or double variations: `'` and `"`. Keep them properly balanced.
@@ -111,7 +75,7 @@ If one of these rule conflict with the linter, the linter's rule should takes pr
11175

11276
- Try to provide an actionable TL;DR as a description, quoting the original text if it stands by itself.
11377

114-
- [Removes `TL;DR:` prefix in description](https://github.com/kdeldycke/awesome-iam/commit/537cbfd8beaca18d44a0962e107a6db9171a0345). Every description is a short summary anyway.
78+
- [Removes `TL;DR:` prefix in description](https://github.com/kdeldycke/awesome-engineering-team-management/commit/da298ec1c39fe62fd4553e1a6de0ad4494602c57). Every description is a short summary anyway.
11579

11680
- Quotes should be properly delimited with the `` and `` curved quotation marks.
11781

@@ -154,4 +118,156 @@ One-liners to fix-up some common formatting mistakes. Use with great caution and
154118
$ sed -i 's/`$/`\./g' ./readme.md
155119
```
156120

157-
[Other one-liners are available](https://kevin.deldycke.com/2006/12/text-date-document-processing-commands/) on my blog.
121+
[Other one-liners are available](https://kevin.deldycke.com/2006/text-date-document-processing-commands/) on my blog.
122+
123+
## Editorial line
124+
125+
The general editorial line for each list is [hinted in their introduction](https://github.com/kdeldycke/awesome-template#readme).
126+
127+
There's also some specific rules depending on the list:
128+
129+
### [`awesome-engineering-team-management`](https://github.com/kdeldycke/awesome-engineering-team-management): item orders
130+
131+
Items are roughly ordered like so:
132+
133+
1. At first we'll find content appealing to software developers or new managers. We're reaching for accessibility and targets the wider audience and provide a gentle introduction.
134+
1. Then we can have a couple of real use-cases or anecdotes, which makes the subject more hands-on and relatable.
135+
1. Third we might add a couple of reference material to generalize concepts, provide methodical solutions and expose broader thinking frameworks.
136+
1. At the end comes the most cynical or bleak content, which have some utility as cautionary tales, or as warning signals of deteriorating conditions.
137+
138+
### [`awesome-falsehood`](https://github.com/kdeldycke/awesome-falsehood): candidates
139+
140+
Before contributing, make sure the new link you'd like to add is a good
141+
candidate.
142+
143+
Here is a non-restrictive list of items which are good candidates for inclusion
144+
in the `awesome-falsehood` list.
145+
146+
#### Falsehood articles
147+
148+
Articles following the *falsehood* schema are prime candidates for inclusion in
149+
this awesome list.
150+
151+
These articles starts with the hypothesis that developers have a naive and
152+
simple view of a domain. Then proceed to list a set of candid assumptions that
153+
might be held by programmers. Each one is intentionally false, and in their
154+
best form are illustrated with a counter-example.
155+
156+
A list of falsehood is crafted as a progression that is designed to refine
157+
concepts. Having read the whole list of falsehood, the reader should possess a
158+
better overview of a domain while dispelling its myths, point out common
159+
pitfalls and demonstrate its subtleties.
160+
161+
*falsehood* articles are, in a sense, a suite of wordy unit-tests covering
162+
extensive edge-cases provided by real-world usage. The world is messy.
163+
Discovering a domain to be much more complex than anticipated will lead to
164+
frustrations. And cause flipping tables `(╯°□°)╯︵ ┻━┻`. This is the sign of a
165+
great candidate for that list!
166+
167+
Articles featuring items that are applicable to one product (or a service) and
168+
one only can't be considered as generic enough and should be avoided.
169+
170+
#### Libraries
171+
172+
Programming libraries or modules are good candidates too, if they solve or
173+
reduce the complexities pointed to by *falsehood* articles above.
174+
175+
That way we can put back tables in place. `┬─┬ ノ( ゜-゜ノ)`
176+
177+
#### Data structures
178+
179+
Data models and structures generic enough to cover and address most of the
180+
falsehoods are also welcome in this page.
181+
182+
## FAQ
183+
184+
Some cases to illustrate the curation process.
185+
186+
### Can I rewrite your sentences and paragraphs?
187+
188+
Yes. I'm a non-native speaker, so some of my writings might be a little bit fancy. If you can propose a shorter, to the point, and accurate version of my initial text, go for it! These improvements [adds a lot of readability for both kind of readers](https://github.com/kdeldycke/awesome-falsehood/pull/105).
189+
190+
### Can I propose YouTube videos for the list?
191+
192+
Yes, but try to pin-point the start of the video to a relevant time. Like with the `&t=13m30s` parameter in YouTube URLs.
193+
194+
Better than a video: have a link to its written transcript. Or presentation slides if it doesn't dillute the point being made.
195+
196+
### Can I link to an X thread?
197+
198+
Yes, but try to search first in the content produced by the author: sometimes the said author edited its rant into a more digestible article elsewhere. We'll prefer to link to that.
199+
200+
### How to prevent link-rot?
201+
202+
[As pointed by a contributor](https://github.com/kdeldycke/awesome-engineering-team-management/issues/52#issue-1499417056):
203+
204+
> The links here have a tendency to go offline. For this to be a resource of long term value, link-rot can be avoided by archiving the pages.
205+
206+
Which is true.
207+
208+
I have no issue replacing the original URL with an alternative archived/cached link if the original is no longer reachable.
209+
210+
Broken URLs are frustrating. We will fix them one by one. Some have been moved to a new domain. Some have completely disappear, so we'll replace them with a `archive.org` link.
211+
212+
If you find a broken one, please propose a PR to fix it. Or just report it as an issue and I'll do the work.
213+
214+
### How are you going to archive articles that went offline?
215+
216+
This question points to the paradox that we need to archive them *before* they go offline.
217+
218+
There is no rush to pre-emptively archive content. Incentives exists for others to do it:
219+
220+
- This list is popular enough for its content to be picked up by regular archival crawlers.
221+
- Popular content in this list are naturally archived by users who value them.
222+
- Authors who cares about their content, or benefits from the SEO juice this list provides, have an incentive to keep them available at their original URL.
223+
224+
Despites these incentives, there is still a non-zero chance for content to disappear entirely from the web, with no archived copy in `archive.org`. That's not the end of the world. Maybe the content wasn't worth it, and not good for inclusion in the first place. Think of this edge-case as a natural selection process on content, which helps natural curation.
225+
226+
### Why removes inactive GitHub projects?
227+
228+
Unmaintained GitHub repositories are usually [archived by their owners](https://docs.github.com/en/repositories/archiving-a-github-repository/archiving-repositories). But some are de-facto unmaintained, or abandoned as-is by their author, without being explicitly archived.
229+
230+
Either way, if the space they addresses is crowded, and there are other repositories referenced in the list, the link is a good candidate for deletion to reduce noise.
231+
232+
On the other hand, if the project has been forked or rebooted elsewhere, we can now point out to the new location.
233+
234+
### Why my commercial project is not in the list?
235+
236+
Probably because the core content is behind a paywall. Especially if there are better resources online, which are more extensive, and freely accessible.
237+
238+
This is especially true for SaaS and other licensed software. If there is an open-source project available, we'd rather point to that instead of commercial solutions.
239+
240+
These alternatives don't need to be better. They qualify if they're good enough to derives inspiration from, or starts something without barriers to entry.
241+
242+
So for as set of multiple overlapping projects, we will consider commercial ones as duplicates and remove them, to keep the list lean.
243+
244+
### Why my link was rejected?
245+
246+
If your link was rejected, it must have been motivated and explained to the contributor as a comment to your PR.
247+
248+
Some reasons for rejection, which often overlaps, includes:
249+
250+
- deviance from these contribution guidelines
251+
- violation of the [code of conduct](code-of-conduct.md)
252+
- duplicate content
253+
- lack of motivation in what the new link adds to the existing corpus
254+
- lack of originality
255+
- overcrowded section that [needs more curation than additional content](https://github.com/kdeldycke/awesome-iam/pull/76)
256+
- [commercially-sponsored content only proposed for SEO](https://github.com/kdeldycke/awesome-falsehood/pull/31#issuecomment-407667679)
257+
- lack of feedback from the contributor on raised questions
258+
259+
### How can I force a link into the list?
260+
261+
If your contribution has been declined, there is a way to bypass the curation rules. You can [purchase a sponsorship](https://github.com/sponsors/kdeldycke) and have your product, logo and link at the top of this repository! 🤗 Like [Descope did for a year](https://twitter.com/kdeldycke/status/1676963147104784386) on the [awesome IAM list](https://twitter.com/kdeldycke/status/1676963147104784386).
262+
263+
## FAQ for [`awesome-falsehood`](https://github.com/kdeldycke/awesome-falsehood)
264+
265+
This questions are specifics to the [Awesome Falsehood](https://github.com/kdeldycke/awesome-falsehood) project.
266+
267+
### Why don't you copy the falsehoods in the list?
268+
269+
This might be a good idea to compile all falsehoods in the repository. It would allow the community to maintain them, and enrich them. It could also improve the overall quality as most external articles don't make the effort to illustrate or explain why a falsehood is a falsehood.
270+
271+
But that is a big endeavor, so to keep things simple, we just make a collection of external articles in this list. In the mean time, if you'd like to add falsehoods, I will ask potential contributors to [host them elsewhere](https://github.com/kdeldycke/awesome-falsehood/issues/46).
272+
273+
Also, if we had to host the raw falsehoods in this repository, we might have to [check on the licence and seek permission from the original author](https://github.com/kdeldycke/awesome-falsehood/issues/24#issuecomment-354112401).

.github/gitleaks.toml

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[allowlist]
2+
description = "False positives"
3+
commits = [
4+
### kdeldycke/awesome-billing
5+
# Twitter status IDs.
6+
"5b54ac1befb7a768a18b2abd4a7b091766ee7609",
7+
"4607e5923f1889ce5136b1a6bdfbddd769cd7fc3",
8+
"1cfd0513359a5ce20b538b6a637d40c4cc50a37f",
9+
10+
### kdeldycke/awesome-engineering-team-management
11+
# Twitter status IDs.
12+
"044ccf813c180d1b52fa550549f1e3ffe7ad3176",
13+
"4ee04962090c60f9d2bd26e507584c95b2f039cb",
14+
"e945e90fbcd4b610d71cbe766b1c909b51c674a5",
15+
"bdae66b4dbc54fcf66aa2c5bf61598c894a6172d",
16+
"6462b4a4b0335823f2a9e8412a1c10a38561900e",
17+
"ac1dd92507ed071da3ac5270484a152bfef93aa2",
18+
"e9eb3864157f504cb29fab33d4f63748302c963d",
19+
"a43eef1b55fff47879fe671abbebc7e279d59999",
20+
"1a5e33dd31d129a1335ae2418ec43bf1d43c3760",
21+
"0e05ffafc90dd4ea337aca7372c983e143ba48a8",
22+
"0e93d0ced146e4a32a1838b1aa4dbf2d20703964",
23+
"df0e49b612e68b9389c671463640e5d17b479231",
24+
"b743e4aecc5822c51aa088312b20d4965720aa7e",
25+
"94c532529b78b20e9363bded9e2788dd03a59832",
26+
"f0fe92563a14f93dbe07579ff735b844cfb69a7d",
27+
"a804606fb0794615df5c078ab220b615796e1ba9",
28+
"14d523e38ebe8f2859646c4cb9736b1843802476",
29+
"36c488d8b52f66120d51b0fbb7b93667453461fe",
30+
"1da97b40558cd6c5941edd2db9f9a58407d5a3bf",
31+
"56f8e6771c88625ed82e6663961fc2874c53f874",
32+
]

.github/workflows/autofix.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ name: Autofix
1010
jobs:
1111

1212
autofix:
13-
uses: kdeldycke/workflows/.github/workflows/autofix.yaml@v3.4.7
13+
uses: kdeldycke/workflows/.github/workflows/autofix.yaml@v4.4.0

.github/workflows/autolock.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ name: Autolock
88
jobs:
99

1010
autolock:
11-
uses: kdeldycke/workflows/.github/workflows/autolock.yaml@v3.4.7
11+
uses: kdeldycke/workflows/.github/workflows/autolock.yaml@v4.4.0

.github/workflows/docs.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ name: Docs
1010
jobs:
1111

1212
docs:
13-
uses: kdeldycke/workflows/.github/workflows/docs.yaml@v3.4.7
14-
secrets: inherit
13+
uses: kdeldycke/workflows/.github/workflows/docs.yaml@v4.4.0

.github/workflows/label-sponsors.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ name: Label sponsors
1111
jobs:
1212

1313
label-sponsors:
14-
uses: kdeldycke/workflows/.github/workflows/label-sponsors.yaml@v3.4.7
14+
uses: kdeldycke/workflows/.github/workflows/label-sponsors.yaml@v4.4.0

.github/workflows/labels.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ name: Labels
88
jobs:
99

1010
labels:
11-
uses: kdeldycke/workflows/.github/workflows/labels.yaml@v3.4.7
11+
uses: kdeldycke/workflows/.github/workflows/labels.yaml@v4.4.0

.github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ name: Lint
66
jobs:
77

88
lint:
9-
uses: kdeldycke/workflows/.github/workflows/lint.yaml@v3.4.7
9+
uses: kdeldycke/workflows/.github/workflows/lint.yaml@v4.4.0

0 commit comments

Comments
 (0)