Compare commits

...

5 Commits

Author SHA1 Message Date
Cthulhux 11308a0d6b
Merge 6e343c56e9 into f8c55305d1 2024-03-04 09:26:06 -08:00
kdeldycke f8c55305d1 [autofix] Typo 2024-03-04 15:40:28 +04:00
Kevin Deldycke 832cc37786
Update external workflows 2024-03-04 15:25:38 +04:00
Cthulhux 6e343c56e9
Update readme.md
and next time with the link ...
2023-08-16 15:18:51 +02:00
Cthulhux 240c2fb721
Added libvldmail
A few years ago, I wrote the `libvldmail` because of some of the falsehoods listed here. It would make sense to have it added as a part of the list.
2023-08-16 15:16:13 +02:00
7 changed files with 8 additions and 7 deletions

View File

@ -10,4 +10,4 @@ name: Autofix
jobs:
autofix:
uses: kdeldycke/workflows/.github/workflows/autofix.yaml@v3.3.0
uses: kdeldycke/workflows/.github/workflows/autofix.yaml@v3.3.6

View File

@ -8,4 +8,4 @@ name: Autolock
jobs:
autolock:
uses: kdeldycke/workflows/.github/workflows/autolock.yaml@v3.3.0
uses: kdeldycke/workflows/.github/workflows/autolock.yaml@v3.3.6

View File

@ -10,4 +10,4 @@ name: Docs
jobs:
docs:
uses: kdeldycke/workflows/.github/workflows/docs.yaml@v3.3.0
uses: kdeldycke/workflows/.github/workflows/docs.yaml@v3.3.6

View File

@ -11,4 +11,4 @@ name: Label sponsors
jobs:
label-sponsors:
uses: kdeldycke/workflows/.github/workflows/label-sponsors.yaml@v3.3.0
uses: kdeldycke/workflows/.github/workflows/label-sponsors.yaml@v3.3.6

View File

@ -8,4 +8,4 @@ name: Labels
jobs:
labels:
uses: kdeldycke/workflows/.github/workflows/labels.yaml@v3.3.0
uses: kdeldycke/workflows/.github/workflows/labels.yaml@v3.3.6

View File

@ -6,4 +6,4 @@ name: Lint
jobs:
lint:
uses: kdeldycke/workflows/.github/workflows/lint.yaml@v3.3.0
uses: kdeldycke/workflows/.github/workflows/lint.yaml@v3.3.6

View File

@ -120,6 +120,7 @@ The *falsehood* articles listed below will have a comprehensive list of those fa
- [I Knew How to Validate an Email Address Until I Read the RFC](https://haacked.com/archive/2007/08/21/i-knew-how-to-validate-an-email-address-until-i.aspx/) - Provides intricate examples that are unsuspected valid email addresses according the RFC-822.
- [So you think you can validate email addresses (FOSDEM 2018)](https://fosdem.org/2018/schedule/event/email_address_quiz/) - Presentation of edge-case email addresses and why you should not use regex to parse them.
- [Your E-Mail Validation Logic is Wrong](https://www.netmeister.org/blog/email.html) - A summary of the various, surprising things that are allowed in an email address.
- [`libvldmail`](https://github.com/dertuxmalwieder/libvldmail) - A library that implements RFC-based checks for e-mail addresses.
## Geography
@ -234,7 +235,7 @@ On character encoding, string formatting, unicode and internationalization.
- [Rules for Autocomplete](http://jeremymikkola.com/posts/2019_03_19_rules_for_autocomplete.html) - Not falsehoods *per se*, but still a great list of good practices to implement autocompletion.
- [Floating Point Math](https://0.30000000000000004.com) - “Your language isn't broken, it's doing floating point math. (…) This is why, more often than not, `0.1 + 0.2 != 0.3`.”
- [The yaml document from hell](https://ruudvanasseldonk.com/2023/01/11/the-yaml-document-from-hell) - YAML is full of obscure complexity like accidental numbers and non-string keys.
- [I am endlessly fascinated with content tagging systems](https://twitter.com/hillelogram/status/1534301374166474752) - There are edge-cases even in tagging systems which are suposed to be barebone.
- [I am endlessly fascinated with content tagging systems](https://twitter.com/hillelogram/status/1534301374166474752) - There are edge-cases even in tagging systems which are supposed to be barebone.
- [Falsehoods about Quantum Technology](https://github.com/gottfriedsz/falsehoods-quantum) - Common misconceptions about quantum technology and computers.
## Transportation