home.social

#incompatibilities — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #incompatibilities, aggregated by home.social.

  1. ⚠️ Postdoctoral position at @lemoulon : mechanisms of reproductive isolation between crops and their wild relatives ⚠️

    ➡️ Location : @ideev.lab @universite_paris_saclay
    Department : Quantitative Genetics and Evolution

    ➡️ Open and close dates: August 2025 until filled (will begin reviewing applications immediately).

    ➡️ moulon.inrae.fr
    ➡️ ideev.universite-paris-saclay.

    #evolutionarygenomics #domestication #speciation #incompatibilities #plant @maudten #job #postdoc #emploi #postdoctoral #maudtenaillon

  2. Just wanted to upgrade a #Postgres 13 database to Postgres 16 using the awesome tianon/postgres-upgrade #Docker image and spent the evening learning about Postgres #collations and glibc (#Debian-based containers) vs. musl (#Alpine-based ones) #incompatibilities.

    Here’s a nice writeup from Daniel Nachtrub:
    https://blog.nuvotex.de/postgres-2/

    And here’s his alternative way:
    https://blog.nuvotex.de/postgres/

    I, however, just dumped everything as it wasn’t that much. Created a new 16 database and reimported the dump. But that was after several hours reading through various GitHub issues, forum comments and blog posts.