feat: update stuff

This commit is contained in:
nico 2025-06-19 17:39:38 +02:00
parent 879b250725
commit 9349caff10
Signed by: Nicolas
SSH key fingerprint: SHA256:ELi8eDeNLl5PTn64G+o2Kx5+XVDfHF5um2tZigfwWkM
23 changed files with 388 additions and 109 deletions

View file

@ -22,7 +22,7 @@ So the last time I had to do a complex animation, **I took the damn time!**
Everyone uses expressions whether they know it or not. Most of the time it's a rather transparent process for the animator. For example: when parenting a property to another one, After Effects creates an expression for us.
<AstroImage
src='https://assets.nardu.in/basic_expression_d81b12f1ac.jpeg'
src='https://assets.nardu.in/basic_expression.jpg'
width='728'
height='80'
alt='Parenting the position of the form to a null creates an expression.'
@ -33,7 +33,7 @@ Over the last updates, Adobe has made an effort to make expressions more accessi
Those custom functions can be called through a menu once you enabled the expressions on a property. It offers organized shortcut and proper syntax to all of AE native functions and a bunch of JavaScript standard ones.
<AstroImage
src='https://assets.nardu.in/shortcut_39cc19d383.jpeg'
src='https://assets.nardu.in/shortcut.jpg'
width='728'
height='322'
alt='Alt + Click the stopwatch to access the shortcuts.'

View file

@ -8,7 +8,7 @@ excerpt: 'In March 2019, the Paris Regional Court ruled in favour of the publish
tags: ['Internet', 'Science']
type: articles
createdAt: '2019-03-31T07:47:36.000Z'
updatedAt: '2022-12-27T12:08:00.000Z'
updatedAt: '2025-06-19T12:08:00.000Z'
---
import AstroImage from '../../../components/AstroImage.astro'
@ -102,23 +102,24 @@ There are many DNS servers available. The best known are Google, Cloudflare and
My favorite since it is a [french association](https://www.fdn.fr/)
1. IPV4
- 80.67.169.12
- 80.67.169.40
2. IPV6
- 2001:910:800::12
- 2001:910:800::40
#### Update June 2025
### [Quad9](https://www.quad9.net)
FDN disabled its open DNS service since last March. They provide [a tutorial to use their secure DNS (<abbr lang="en" title="DNS over TLS">DOT</abbr> and <abbr lang="en" title="DNS over HTTPS">DOH</abbr>) here.](https://git.fdn.fr/fdn-public/wiki/-/blob/master/support/faq/config_dns.md)
Quand9 is a non-profit foundation offering free public DNS servers. Their classic servers offer filtering of identified malicious domains. They do not collect data and are <abbr title="General Data Protection Regulation">GDPR</abbr>-compliant.
### [Mullvad](https://mullvad.net/en/help/dns-over-https-and-dns-over-tls)
Mullvad offers open DNS resolvers but only in <abbr lang="en" title="DNS over TLS">DOT</abbr> and <abbr lang="en" title="DNS over HTTPS">DOH</abbr>.
### I just want a DNS now!
[DNSForge.de](https://dnsforge.de/)
1. IPV4
- 9.9.9.9
- 149.112.112.112
- 176.9.93.198
- 176.9.1.117
2. IPV6
- 2620:fe::fe
- 2620:fe::9
- 2a01:4f8:151:34aa::198
- 2a01:4f8:141:316d::117
## That's it.

View file

@ -31,7 +31,7 @@ Boy did they exceed my expectations! With almost no optimization on the static s
### wordpress
<AstroImage
src='https://assets.nardu.in/wordpress_8ee6f54b98.jpeg'
src='https://assets.nardu.in/wordpress.jpg'
width='728'
height='412'
alt='Performance score of 53/100 on Wordpress.'
@ -42,7 +42,7 @@ Despite a lot of efforts I could not do better. Im no expert in caching, do n
### 11ty + strapi
<AstroImage
src='https://assets.nardu.in/static_2c0d9f1eb8.jpeg'
src='https://assets.nardu.in/static.jpg'
width='728'
height='412'
alt='Performance score of 97/100 on jamstack.'

View file

@ -0,0 +1,181 @@
---
title: 'Mise à jour 2025'
subtitle: 'Tout refaire ?'
lang: fr
slug: '2025'
excerpt: Presque tout changer ou du moins repenser beaucoup de choses.
tags: ['Freelance', 'Réflexion']
type: articles
createdAt: '2025-06-19T12:20:00.000Z'
draft: true
---
<table role='table'>
<caption>
Polices par défaut des navigateurs selon les systèmes d'exploitation.
</caption>
<thead>
<tr role='row'>
<th id='system' scope='col' role='columnheader'>
Système
</th>
<th id='firefox' scope='col' role='columnheader'>
Firefox
</th>
<th id='chromium' scope='col' role='columnheader'>
Chromium
</th>
<th id='safari' scope='col' role='columnheader'>
Safari
</th>
</tr>
</thead>
<tbody>
<tr>
<th id='linux' scope='row'>
Fedora/Ubuntu Gnome, Fedora KDE, Linux Mint Cinnamon, Debian Xfce
</th>
<td headers='firefox linux'>
<p>
<code>serif</code>
Noto Serif
</p>
<p>
<code>sans-serif</code>
Noto Sans
</p>
</td>
<td>
<p>
<code>serif</code>
Liberation Serif
</p>
<p>
<code>sans-serif</code>
Liberation Sans
</p>
</td>
<td>Non applicable</td>
</tr>
<tr>
<th id='android' scope='row'>
Android open source project
</th>
<td>
<p>
<code>serif</code>
Noto Serif
</p>
<p>
<code>sans-serif</code>
Roboto
</p>
</td>
<td>
<p>
<code>serif</code>
Noto Serif
</p>
<p>
<code>sans-serif</code>
Roboto
</p>
</td>
<td>Non applicable</td>
</tr>
<tr>
<th id='macos' scope='row'>
MacOs Sonoma
</th>
<td>
<p>
<code>serif</code>
Times
</p>
<p>
<code>sans-serif</code>
Helvetica
</p>
</td>
<td>
<p>
<code>serif</code>
Times
</p>
<p>
<code>sans-serif</code>
Helvetica
</p>
</td>
<td>
<p>
<code>serif</code>
Times
</p>
<p>
<code>sans-serif</code>
Helvetica
</p>
</td>
</tr>
<tr>
<th id='windows' scope='row'>
Windows 11
</th>
<td>
<p>
<code>serif</code>
Times New Roman
</p>
<code>sans-serif</code>
Arial
</td>
<td>
<p>
<code>serif</code>
Times New Roman
</p>
<p>
<code>sans-serif</code>
Arial
</p>
</td>
<td>Non applicable</td>
</tr>
<tr>
<th id='ios' scope='row'>
iOs 17 (?)
</th>
<td>
<p>
<code>serif</code>
???
</p>
<p>
<code>sans-serif</code>
???
</p>
</td>
<td>
<p>
<code>serif</code>
Times New Roman
</p>
<p>
<code>sans-serif</code>
Helvetica
</p>
</td>
<td>
<p>
<code>serif</code>
???
</p>
<p>
<code>sans-serif</code>
???
</p>
</td>
</tr>
</tbody>
</table>

View file

@ -1,13 +1,15 @@
---
title: After Effects Expressions
subtitle: En cours de traduction, revenez bientôt ;)
subtitle: Article non traduit
lang: fr
draft: true
slug: 'after-effects-expressions'
excerpt: En cours de traduction, revenez bientôt ;)
excerpt: Article non traduit
tags: ['Design']
type: articles
createdAt: '2019-04-24T09:00:00.000Z'
---
[Lire la version anglaise](/articles/en-after-effects-expressions)
[Retour aux articles](/articles)

View file

@ -7,12 +7,14 @@ excerpt: 'Le tribunal de grande instance de Paris a ordonné aux fournisseurs d
tags: ['Internet', 'Science']
type: articles
createdAt: '2019-03-31T07:47:36.000Z'
updatedAt: '2022-12-27T12:08:00.000Z'
updatedAt: '2025-06-19T12:08:00.000Z'
---
import AstroImage from '../../../components/AstroImage.astro'
<a href='/articles/en-sci-hub-unblock/' lang='en'>This content exists in english.</a>
<a href='/articles/en-sci-hub-unblock/' lang='en'>
This content exists in english.
</a>
L'adresse actuelle de sci-hub est&nbsp;: <a href="https://www.sci-hub.st/" rel="noreferer noopener">sci-hub.st</a>
@ -107,23 +109,28 @@ Plusieurs fournisseurs :
Mes favoris puisquil sagit dune [association française.](https://www.fdn.fr/)
1. IPV4
- 80.67.169.12
- 80.67.169.40
2. IPV6
- 2001:910:800::12
- 2001:910:800::40
#### Mise à jour Juin 2025
### [Quad9](https://www.quad9.net/fr)
FDN a désactivé ses DNS ouverts depuis Mars dernier. Ils mettent à disposition [un tutoriel pour utiliser leurs DNS sécurisés (<abbr lang="en" title="DNS over TLS">DOT</abbr> et <abbr lang="en" title="DNS over HTTPS">DOH</abbr>) ici.](https://git.fdn.fr/fdn-public/wiki/-/blob/master/support/faq/config_dns.md)
Quand9 est une fondation à but non lucratif proposant des serveurs DNS publics et gratuits. Leurs serveur classiques offrent un filtrage de domaines malveillants identifiés. Ils ne collectent pas de données et sont conforment au <abbr title="Règlement général sur la protection des données">RGPD</abbr>.
### [Mullvad](https://mullvad.net/en/help/dns-over-https-and-dns-over-tls)
Mullvad propose des serveurs DNS ouverts mais uniquement en <abbr lang="en" title="DNS over TLS">DOT</abbr> et <abbr lang="en" title="DNS over HTTPS">DOH</abbr>.
### [Résolveurs DNS Alternatifs](https://sebsauvage.net/wiki/doku.php?id=dns-alternatifs)
Liste de DNS et leurs caractéristiques publiée par [sebsauvage.net](https://sebsauvage.net)
### Je veux un DNS maintenant&nbsp;!
[DNSForge.de](https://dnsforge.de/)
1. IPV4
- 9.9.9.9
- 149.112.112.112
- 176.9.93.198
- 176.9.1.117
2. IPV6
- 2620:fe::fe
- 2620:fe::9
- 2a01:4f8:151:34aa::198
- 2a01:4f8:141:316d::117
## C'est tout.

View file

@ -10,7 +10,9 @@ createdAt: '2020-10-08T07:47:36.000Z'
updatedAt: '2022-12-27T15:40:06.000Z'
---
<a href='/articles/en-the-day-I-jamd/' lang='en'>This content exists in english.</a>
<a href='/articles/en-the-day-I-jamd/' lang='en'>
This content exists in english.
</a>
import AstroImage from '../../../components/AstroImage.astro'
@ -33,7 +35,7 @@ Jen suis resté pantois&nbsp;! Quasiment sans optimisation du côté statique
### wordpress
<AstroImage
src='https://assets.nardu.in/wordpress_8ee6f54b98.jpeg'
src='https://assets.nardu.in/wordpress.jpg'
width='728'
height='412'
alt='Score de performance de 53/100 sur Wordpress.'
@ -44,7 +46,7 @@ Malgré beaucoup defforts, je nai pas pu faire mieux. Je ne suis pas un ex
### 11ty + strapi
<AstroImage
src='https://assets.nardu.in/static_2c0d9f1eb8.jpeg'
src='https://assets.nardu.in/static.jpg'
width='728'
height='412'
alt='Score de performance de 97/100 en Jamstack.'