Comment on
Pledge of Allegiance
There are plenty of things politicians do to be diplomatic, this is just one of them.
Comment on
Pledge of Allegiance
There are plenty of things politicians do to be diplomatic, this is just one of them.
Comment on
cat
Reply in thread
Cat
Comment on
Westminster Voting Intention (Scotland): SNP 35% (-2) | Labour 32% (+4) | Conservative 21% (+1) | Lib Dem 7% (-2) | Green 2% (-1) | Reform 2% (-1) | Other 1% (+1) via Redfield & Winton.
Changes in vote share barely correlating with seat changes will never not be depressing.
Comment on
Best way to check supported Unicode version?
Reply in thread
Emoji support is probably the best way to demonstrate what I mean:
A simple example: if this (🐦⬛) renders as an image of a blackbird, your system supports Unicode 15.0.
A more complex example: if this (🧑⚖️) appears as a judge, your system supports Unicode 12.1, if it appears as a Person followed by Scales your system supports Unicode 10.0, and if you can only see the Scales, your system supports Unicode 4.1.
The downstream use case would be to avoid attempting to output specific characters for a user that wouldn't see them correctly (i.e. if I want to output a blackbird, I want them to see it, or if I output a judge I don't want them to see scales).
Comment on
Do I need to update my nvidia driver in the pop shop?
You'll see a version or so back in the pop shop as that allows you to downgrade easily if you need to. You don't need to install 525 if you're already on 530. You don't need to install 525 to see new versions, you'll always see new versions.
Comment on
Westminster Voting Intention: LAB: 51% (+3) | CON: 25% (-1) | LDEM: 8% (-) | SNP 3% (-1) | REF: 5% (-2) | GRN: 5% (-) | Via Omnisis
Reply in thread
The UK is effectively an entrenched two party system by design rather than by democratic means.
Comment on
Pop Os! slowing down after reboot
Comment on
Best way to check supported Unicode version?
Reply in thread
Yes, in that sense (see https://lemmy.world/comment/770772 ).
Comment on
Best way to check supported Unicode version?
Reply in thread
I'm flexible tbh, but my initial checks with a Python approach led me to unicodedata.unidata_version, which is correct for Python support but not system support.