| Website | https://www.jaybosamiya.com |
| https://twitter.com/jay_f0xtr0t | |
| GitHub | https://github.com/jaybosamiya/ |
| Website | https://www.jaybosamiya.com |
| https://twitter.com/jay_f0xtr0t | |
| GitHub | https://github.com/jaybosamiya/ |
Self-healing code is a pretty cool concept (https://github.com/biobootloader/wolverine)! But please please please don't be tempted to deploy something like this in anything that processes user inputs – prompt injections in error messages is a thing.
On self-healing code and the obvious issue:
https://gynvael.coldwind.pl/?lang=en&id=766
Ahoy, mateys! Trim yer sails, sharpen yer cutlasses, and gather yer hearties; it’s time for a swashbuckling CTF adventure!
We be raisin’ the Plaid Flag and settin’ sail on April 14 at https://plaidctf.com/. Savvy? We hope to see ye aboard!
A longstanding open problem asks for an aperiodic monotile, also known as an "einstein": a shape that admits tilings of the plane, but never periodic tilings. We answer this problem for topological disk tiles by exhibiting a continuum of combinatorially equivalent aperiodic polygons. We first show that a representative example, the "hat" polykite, can form clusters called "metatiles", for which substitution rules can be defined. Because the metatiles admit tilings of the plane, so too does the hat. We then prove that generic members of our continuum of polygons are aperiodic, through a new kind of geometric incommensurability argument. Separately, we give a combinatorial, computer-assisted proof that the hat must form hierarchical -- and hence aperiodic -- tilings.
Messing around with sqlx today, and the experience is so damn cool. Best feature: compile-time checked SQL queries without any custom DSL!

🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite. - launchbadge/sqlx