home.social

#the — Public Fediverse posts

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

fetched live
  1. @lianna what if i wanted to mention #the of community, though? 😌

  2. ww3 and the rapture start on the 27th? I half expect it #the left behind series

  3. US reportedly weighing major troop pullback from Gulf following damage in Iran war

    The US Defense Department is considering pulling back troops from the Persian Gulf following damage to its presence…
    #NewsBeep #News #BreakingNews #2026US-IsraelwarwithIran #breakingnews #Iran #Pentagon #the-washington-post #USCentralCommand(CENTCOM) #USDefenseDepartment #USmilitary
    newsbeep.com/696719/

  4. @rauschma

    Example here: docs.miamao.de/@main/arrangima, code here: codeberg.org/harald/arrangimag

    The description in index.html is for crawlers. I completely resolved to using document.createElement() for everything. A few benefits:

    1. In TypeScript no cast (of doubt) on results of querySelector("#the-specific-element")😀
    2. You know each element quite personally, because you put effort in, makes for lean HTML structure.🤷
    3. Lots of elements of same type? Loop, call function, no need for template.