home.social

#transients — Public Fediverse posts

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

  1. The fast X-ray transient EP240315a - a z ~ 5 gamma-ray burst in a Lyman continuum leaking galaxy: arxiv.org/abs/2404.16350 -> 16 months of peer review -> formal publication this month -> Some fast X-ray #transients — quick flashes of energetic radiation — may come from massive stars collapsing and exploding at the same time: skyandtelescope.org/astronomy-

  2. They’re called transients, Matt

    I just spent ten minutes in old code trying to remember what WordPress transients are called.

    #php #transients #WordPress

  3. TIL: While creating a new site in a multisite, you cannot properly work with site transients since wp_installing() returns true and thus only uses the object cache and never checks the database.

    So beware if you need to rely on this while not using an object cache.

    Workaround: use a site option instead.

    #WordPress #Multisite #Transients #ObjectCache #Database #TIL