New data from Lloyds found that romance scam victims increased by 22% in 2023, with the average amount lost per incident £6937
Monthly Archives: February 2024
libebml-1.4.5-1.el9
FEDORA-EPEL-2024-93ca58ba54
Packages in this update:
libebml-1.4.5-1.el9
Update description:
Update to latest stable release 1.4.5, fixes CVE-2023-52339.
libebml-1.3.9-2.el8
FEDORA-EPEL-2024-131343ad4f
Packages in this update:
libebml-1.3.9-2.el8
Update description:
Updated to 1.3.9.
Backported fix for CVE-2023-52339.
libebml-1.4.5-1.fc38
FEDORA-2024-7261a9f668
Packages in this update:
libebml-1.4.5-1.fc38
Update description:
Fixes CVE-2023-52339. No API or ABI changes.
libebml-1.4.5-1.fc39
FEDORA-2024-ab879eeed1
Packages in this update:
libebml-1.4.5-1.fc39
Update description:
Fixes CVE-2023-52339. No API or ABI changes.
A Self-Enforcing Protocol to Solve Gerrymandering
In 2009, I wrote:
There are several ways two people can divide a piece of cake in half. One way is to find someone impartial to do it for them. This works, but it requires another person. Another way is for one person to divide the piece, and the other person to complain (to the police, a judge, or his parents) if he doesn’t think it’s fair. This also works, but still requires another person—at least to resolve disputes. A third way is for one person to do the dividing, and for the other person to choose the half he wants.
The point is that unlike protocols that require a neutral third party to complete (arbitrated), or protocols that require that neutral third party to resolve disputes (adjudicated), self-enforcing protocols just work. Cut-and-choose works because neither side can cheat. And while the math can get really complicated, the idea generalizes to multiple people.
Well, someone just solved gerrymandering in this way. Prior solutions required either a bipartisan commission to create fair voting districts (arbitrated), or require a judge to approve district boundaries (adjudicated), their solution is self-enforcing.
And it’s trivial to explain:
One party defines a map of equal-population contiguous districts.
Then, the second party combines pairs of contiguous districts to create the final map.
It’s not obvious that this solution works. You could imagine that all the districts are defined so that one party has a slight majority. In that case, no combination of pairs will make that map fair. But real-world gerrymandering is never that clean. There’s “cracking,” where a party’s voters are split amongst several districts to dilute its power; and “packing,” where a party’s voters are concentrated in a single district so its influence can be minimized elsewhere. It turns out that this “define-combine procedure” works; the combining party can undo any damage that the defining party does—that the results are fair. The paper has all the details, and they’re fascinating.
Of course, a theoretical solution is not a political solution. But it’s really neat to have a theoretical solution.
qt5-qtwebengine-5.15.16-1.fc39
FEDORA-2024-bf2399e5e5
Packages in this update:
qt5-qtwebengine-5.15.16-1.fc39
Update description:
QtWebEngine 5.15.16 bugfix update.
Cloudflare Suffers Breach After Failing to Rotate Stolen Okta Credentials
Cloudflare revealed suspected nation-state attackers compromised its systems and accessed source code using credentials stolen in the Okta breach
LockBit Reigns Supreme in Soaring Ransomware Landscape
The last quarter of 2023 saw an 80% year-on-year increase in ransomware victim claims, according to ReliaQuest
python-nikola-8.3.0-1.fc38
FEDORA-2024-1eb20f8ec3
Packages in this update:
python-nikola-8.3.0-1.fc38
Update description:
Update to the latest stable version:
Features
Implement a new plugin manager from scratch to replace Yapsy,
which does not work on Python 3.12 due to Python 3.12 carelessly
removing parts of the standard library (Issue #3719)
Support for Discourse as comment system (Issue #3689)
Bugfixes
Fix loading of templates from plugins with __init__.py files
(Issue #3725)
Fix margins of paragraphs at the end of sections (Issue #3704)
Ignore .DS_Store files in listing indexes (Issue #3698)
Fix baguetteBox.js invoking in the base theme (Issue #3687)
Fix development (preview) server nikola auto
for non-root SITE_URL, in particular when URL_TYPE is full_path.
(Issue #3715)