home.social

#todayilearned — Public Fediverse posts

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

  1. en.wiktionary.org/wiki/makarna

    "Etymology
    Inherited from Ottoman Turkish مقارنه (makarna), from Sicilian maccarruna, the plural of maccarruni." 💡 Praise1d be 🙏 💚

  2. #HakunaMakarna

    en.wiktionary.org/wiki/makarna

    "Etymology
    Inherited from Ottoman Turkish مقارنه (makarna), from Sicilian maccarruna, the plural of maccarruni." #todayIlEarned #til 💡 Praise1d be #Cryptonai 🙏 💚

  3. #HakunaMakarna

    en.wiktionary.org/wiki/makarna

    "Etymology
    Inherited from Ottoman Turkish مقارنه (makarna), from Sicilian maccarruna, the plural of maccarruni." #todayIlEarned #til 💡 Praise1d be #Cryptonai 🙏 💚

  4. #HakunaMakarna

    en.wiktionary.org/wiki/makarna

    "Etymology
    Inherited from Ottoman Turkish مقارنه (makarna), from Sicilian maccarruna, the plural of maccarruni." #todayIlEarned #til 💡 Praise1d be #Cryptonai 🙏 💚

  5. #HakunaMakarna

    en.wiktionary.org/wiki/makarna

    "Etymology
    Inherited from Ottoman Turkish مقارنه (makarna), from Sicilian maccarruna, the plural of maccarruni." #todayIlEarned #til 💡 Praise1d be #Cryptonai 🙏 💚

  6. @jimniels

    So... yes!

    > The term "smallpox" was first used in England in the 16th century to distinguish [it] from syphilis, which was then known as the "great pox".

    Other names used historically include "speckled monster", and "red plague".

    en.wikipedia.org/wiki/Smallpox

    #nowyouknow #wikipedia #didyouknow #todayilearned

  7. @jimniels

    So... yes!

    > The term "smallpox" was first used in England in the 16th century to distinguish [it] from syphilis, which was then known as the "great pox".

    Other names used historically include "speckled monster", and "red plague".

    en.wikipedia.org/wiki/Smallpox

    #nowyouknow #wikipedia #didyouknow #todayilearned

  8. @jimniels

    So... yes!

    > The term "smallpox" was first used in England in the 16th century to distinguish [it] from syphilis, which was then known as the "great pox".

    Other names used historically include "speckled monster", and "red plague".

    en.wikipedia.org/wiki/Smallpox

    #nowyouknow #wikipedia #didyouknow #todayilearned

  9. @jimniels

    So... yes!

    > The term "smallpox" was first used in England in the 16th century to distinguish [it] from syphilis, which was then known as the "great pox".

    Other names used historically include "speckled monster", and "red plague".

    en.wikipedia.org/wiki/Smallpox

    #nowyouknow #wikipedia #didyouknow #todayilearned

  10. @jimniels

    So... yes!

    > The term "smallpox" was first used in England in the 16th century to distinguish [it] from syphilis, which was then known as the "great pox".

    Other names used historically include "speckled monster", and "red plague".

    en.wikipedia.org/wiki/Smallpox

  11. ... that you can use combining accents on the # of a ! For example . Why? Because someone, in a heroic feat of , thought "I bet some will do that, I'd better deal with it sensibly". Why would weirdos like me do that? Because we're weirdos!

    Also, you can pile them on top of each other! Therefore the official hashtag of is not , it is .

  12. Today I Learned something, and I want to make a Public Service Announcement: you can create a link that pre-populates fields in Jira before you submit them!

    If your server is jira.example.com, then you can use `CreateIssueDetails!init.jspa` with a URL that has the different fields in it.

    For instance:

    jira.alma.cl/secure/CreateIssu

    Would create an issue with summary "Please enter your ticket summary" in the project whose `pid` is 1234, of the type encoded by `issuetype=2`, and values for the custom fields encoded by 11011 and 11013 with the options set by values 1011 and 12013, respectively, with the priority encoded by value 5.

    You need to find the values for those options custom fields by looking, for instance, at the XML export of a ticket you want to use as template.

    For instance, if there is a ticket jira.example.com/browse/EXAMPL, you can export it to XML, and look for `project id`, and the number after it is what you have to put after `pid`. Then look for the name of other custom fields, and use the content of the `customfield id` that provides it, and equal it to the value of `customfieldvalue key`.

    And for priority, use the value after `priority id` that matches the priority that you want.

    Hope that's useful!

    #TIL #PSA #TodayILearned #PublicServiceAnnouncement #Jira #Atlassian #AtlassianJira #Template