9th February 2022
Activism⚑
Feminism⚑
Privileges⚑
-
New: How to reduce online racism.
Add article How to reduce online racism by Mark Holden, a long essay with interesting tips and a lot of useful visualizations, I haven't checked the sources but it looks legit. (Thanks for the recommendation Laurie
:)).
Coding⚑
Python⚑
PDM⚑
- New: Note that
pdm updatedoesn't upgrade the constrains inpyproject.toml.
Operative Systems⚑
Linux⚑
Github cli⚑
-
To manually trigger a workflow you need to first configure it to allow
workflow_dispatchevents.on: workflow_dispatch:Then you can trigger the workflow with
gh workflow run {{ workflow_name }}, where you can get theworkflow_namewithgh workflow list
Arts⚑
Board Gaming⚑
Regicide⚑
-
New: Player modifiers extension.
At the start of the game players can decide their suit, they will get a bonus on the played cards of their suit, and a penalization on the opposite suit. The opposite suits are:
- ♠ opposite of ♥
- ♣ opposite of ♦
The bonus depends on the level of the enemy being:
- J: +1 or -1
- Q: +2 or -2