Daily Shaarli

All links of one day in a single page.

January 5, 2022

Despite having just 5.8% sales, over 38% of bug reports come from the Linux community : gamedev

The next question is:

  • are linux users more tech-savvy and they will report bugs
  • are users more willing to report bugs because they are on linux

🤔

raspi3:dietpi [Wiki de sebsauvage.net]

Un OS frugal pour Raspberry Pi

Home - Authelia

With Authelia you can login once and get access to all your web apps safely from the Web thanks to two-factor authentication.

Authelia is an open source authentication and authorization server protecting modern web applications by collaborating with reverse proxies such as NGINX, Traefik and HAProxy. Consequently, no code is required to protect your apps.

My Evaluation of SvelteKit for Full-Stack Web App Development - Casey Primozic's Homepage

+1

Accueil - Plan d'action logiciels libres et communs numériques
Free Software is an Abject Failure - paritybit.ca - Le Hollandais Volant

Au niveau de la liberté des licences:

WTFPL > MIT > Apache

Rendre le code libre mais limiter sa distribution est un contre-sens.

Je comprends parfaitement l’idée de RMS d’obliger les distributions d’un code libre a rester libres tout au long de chaîne : ça permet à toutes les modifs d’êtres publiques et disponibles par tous.

Mais cette obligation de liberté est en soi un privation d’une liberté (celle de faire du non libre). Si ton code était réellement libre, cette liberté ne me serait pas retirée.

Quand on est vraiment pour la liberté, on doit pouvoir accepter que son code soit utilisé pour des choses qu’on ne cautionne pas, ou distribués d’une façon qu’on ne cautionne pas.

Je ne dis pas que tout le monde devrait faire ça. Je dis juste que tout code qui ne respecte pas ça n’est pas véritablement libre.

JavaScript Sudoku solver

From brute-force to optimized algorithm

RemoteFR: Tous les jobs de développeur 100% remote
A Reality Where CSS And JavaScript Don’t Exist…? | Kev Quirk

I bookmark this post especially for this code snippet:

body {
    margin: 0 auto;
    max-width: 40rem; // can be bigger but not too much ! (<= 80 I think)
    font-size: 1.2rem;
}

It makes a HTML website directly readable :)

L'université de Kyoto, au Japon, perd 77 To de données de recherche à la suite d'une erreur de sauvegarde, son superordinateur Hewlett-Packard les aurait effacées malencontreusement

:o

Une astuce pour Github à connaître

Replace the .com in the project with .dev to open a VS code editor online.

Or the shortcut . (dot) to go straight to this editor !

In this editor you can obviously consult all the sources of the project, but also modify them and push your changes to the github directly.