Collectif nantais rassemblant une trentaine d’associations, syndicats, partis.
Clémentine Autain a récemment relayé leur alerte : faute d'investissement, la SNCF prévoit de fermer jusqu’à 10 000 km de petites lignes dans les dix prochaines années. C'est ce que révèle une note interne de la SNCF.
Pétition en cours : Urgence pour les trains en Loire-Atlantique
Available online to play
Need to download and deploy on own host
Netflix, Uber, Facebook, Amazon : les plateformes ont envahi notre quotidien et révolutionné nos modes de consommation. Cet eldorado nous vend l’opulence pour les consommateurs et liberté pour les travailleurs. Ces promesses cachent-elles une plus terrible réalité ? Celle d’un monde entièrement ubérisé. Voir pire : en voie de “merdification” ?
C'est ce que Le fils de Pub et Bolchegeek, nous expliquent dans ce nouvel épisode de Coporate
- Les causes structurelles de la crise : mondialisation, financiarisation, dumping social et fiscal
- Nationalisation : une solution réaliste et vertueuse
- Nationalisation : une solution économe…
- …surtout au regard du coût de l’inaction !
Rachida Dati aurait mentit au Parlement européen par omission ?
Une passionnante enquête de Complément d'enquête sur Rachida Dati, mettant en question l'intégrité de la ministre, preuves à l'appui.
According to two Harvard professors and their collaborators, a 2015 landmark study showing that more than half of all psychology studies cannot be replicated is actually wrong.
Build and send emails using React and TypeScript.
It reduces the pain of coding responsive emails with dark mode support. It also takes care of inconsistencies between Gmail, Outlook, and other email clients for you.
Le mode dev fournit une interface web en drag & drop très pratique.
Le développement de mon jeu de rôle, Ori Mushi, se poursuit de manière prometteuse !
J'ai un peu tardé à en donner des nouvelles ici, depuis mon dernier article en mars. Beaucoup de choses progressent, et je vais m'attarder sur quelques aspects en particuliers.
Ori Mushi c'est quoi ?
C'est un jeu …
A wonderfully design print & play game!
BREAKING NEWS : « Plus de sushis, plus de pizza, plus de Burgers ! ». A Lyon, les adeptes de la livraison de street food à domicile sont en PLS depuis le début de la révolte des livreurs Uber et autres Deliveroo. Alors que la famine guette les quartiers gentrifiés du centre de Lyon où on ne sait même plus se faire cuire des pâtes, les ouvriers et ouvrières de la livraison prennent la mairie et écrivent une page de l’histoire sociale du pays à travers une lutte qui n’est pas sans rappeler les insurrections des Canuts, les ouvriers de la soie lyonnais du XIXe siècle.
J'ai adoré ce docufiction d'Olivier "Livo" Minot ❤️✊
Petit guide de création à destination des animateurs et animatrices qui ont peu de temps ou peu d'expérience en jeu de rôle.
All paper puzzle genres using the kudamono editor are categorised here, by theme then type. Already supports more than 300 kinds of puzzles!
Authors like Erich Friedman and Arvi Teikari (Hempuli) are represented, alongside many authors from Japan and overseas. Everyone can make a puzzle!
Check the Paper Puzzle Masterlist, listing puzzle genre lists, paper puzzle blogs, portfolios and archives, online and paper publications, plus setting interfaces, guides and automatic solvers: https://pedros.works/paper-puzzle-masterlist
I discovered it by playing Limbs by Blaž Urban Gracar
You solve puzzles by drawing straight lines between points on the Grid.
Lineon is a work in progress. Currently at version 0.7.
Author dedicated website: https://www.blazgracar.com/
Upload an image (.jpg, .png), enhance using AI, adjust DPI, resize and download the final result (ESRGAN)
Slow but free, unlimited, and produces really great results!
Outil permettant la mise à l'échelle de n'importe quelle image de style "anime", par le biais de réseaux de neurones convolutionnels. Fonctionne également sur les photos.
Open-source: https://github.com/nagadomi/nunif
Spectacle filmé intégral.
J'ai beaucoup ri 🙂
API v3 doc to understand the fields in .github/config/branch-protection/
: https://docs.github.com/en/rest/branches/branch-protection#update-branch-protection--parameters
Example script using it to temporarily disable branch protection rules for a single git push
:
#!/bin/bash
set -o errexit
# Prerequisite: gh repo-config init must be called to initialized JSON config files
config_dir=.github/config/branch-protection
# Backup current configuration:
cp $config_dir/main.json .
# Disable branch protection rules:
yq -iP -o json .required_pull_request_reviews=null $config_dir/main.json
yq -iP -o json .required_status_checks.checks=[] $config_dir/main.json
gh repo-config apply
# Push commit(s):
git push
# Restore initial configuration
mv main.json $config_dir/
gh repo-config apply
⚠️ Currently gh repo-config init
does NOT reflect your current repo settings when initializing files in .github/config/branch-protection/
, cf. issue 159
⚠️ Calling gh repo-config apply
will NOT preserve your current repo settings
Alain Damasio, auteur de science-fiction, engagé sur la prise de conscience collective des limites du monde technologique donne une interview à la librairie millepages. Il s'imagine ministre de l'éducation, et explique ce qu'il faudrait apprendre à nos gamins. Les prompts pour IA, la gestion des réseaux sociaux, les jeux vidéos, on y voit plus clair.
Page wikipedia du concept mentionné : Boîte de Skinner
Added
- support for Output Intents on document level - thanks to @lka
- support for shading patterns (gradients) - thanks to @andersonhc - PR 1334
- support for setting a minimal row height in tables
- support for
v_align
at the row level in tables - new optional
reset_page_indices
parameter forinsert_toc_placeholder()
- support for
strikethrough text - support for
first_line_indent
intext_region.Paragraph
- new ViewerPreferences.print_scaling
- documentation on
fpdf2
internals - documentation on generating Aztec Codes
- added Slovenian translation of the tutorial: Vodič - thanks to @DeepBlackHole
- support for adding TrueType fonts that are missing the
.notdef
glyph - issue 1161 - thanks to @spacegaori - improved SVG image parsing speed by 50% to 70% - thanks to @petri-lipponen-movesense - PR 1350
- added tutorial "tuto7" (in English and German) with documentation to create PDF/A files with fpdf2 - thanks to @lka
Fixed
FPDF.write_html()
: Fixed rendering of content following<a>
tags; now correctly resets emphasis style post</a>
tag: hyperlink styling contained within the tag authority. - issue 1311- FPDF.footer() does not "leak" its text style to the table of contents anymore
FPDF.table()
: Fixed heading styles containing underline failing to render.FPDF.ln()
: the method now allows a value of0
to be provided forh
.- font optimization: only include fonts effectively used in the final PDF document. Fonts added via
set_font()
oradd_page()
but not actually used in the document are no longer included in the final output. This reduces file size and improves performance, especially for documents with many fallback fonts. - issue 1382 - a
KeyError
was raised in some specific cases when auto-downscaling images - issue 1409Changed
- heading rows of tables are never rendered "alone" on a page anymore
C code can be compiled to run within a PDF using and old version of Emscripten that targets asm.js instead of WebAssembly. Then, all that's needed is a way to get key inputs, and a framebuffer for the output. Inputs are fairly straightforward, since Chromium's PDF engine supports text fields and buttons. Getting a good looking and fast enough framebuffer is a lot more of a challenge though.