home.social

#todayilearned — Public Fediverse posts

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

  1. Today I learned:

    Before marking up emphasised passages in a text using italic type or bold type became a thing, there was rubrication: the practice of writing important passages and other parts of a text that required emphasis in red ink.

    This did not only include cases we would use italic type for today, but also things like headings or initial letters in a line.

    And occasionally, rubrication was used to mark up instructions, e. g. for a priest; the black coloured text would be the text to be spoken aloud, and the red coloured text would contain the instructions for the speaker.

    Scribes would sit in their scriptorium (if they had one) and just mark up emphasised passages in red ink. Such scribes were called rubricators.

    Some bible editions, called Red Letter Editions, used red ink to mark up words spoken by Jesus Christ specifically.

    #til #todayILearned #bookbinding #books #writing #linguistics #history #typesetting #printing

  2. 📊 BANGLADESH

    Capital: Dhaka
    Population: 174,370,536
    GDP per capita: $8,500
    Area: 148,460 sq km
    Currency: Bangladeshi taka (৳)

    openfactbook.org/countries/ban

    #Bangladesh #WorldNews #GlobalData #Facts #TodayILearned

  3. 📊 SOUTH AFRICA

    Capital: Pretoria
    Population: 61,089,926
    GDP per capita: $13,600
    Area: 1,219,090 sq km
    Currency: South African rand (R)

    openfactbook.org/countries/sou

    #SouthAfrica #WorldNews #GlobalData #Facts #TodayILearned

  4. 📊 PARAGUAY

    Capital: Asunci&oacute
    Population: 7,604,044
    GDP per capita: $16,300
    Area: 406,752 sq km
    Currency: Paraguayan guaraní (₲)

    openfactbook.org/countries/par

    #Paraguay #WorldNews #GlobalData #Facts #TodayILearned

  5. 📊 CONGO (BRAZZAVILLE)

    Capital: Brazzaville
    Population: 6,097,665
    GDP per capita: $6,200
    Area: 342,000 sq km
    Currency: Central African CFA franc (Fr)

    openfactbook.org/countries/con

    #CongoBrazzaville #WorldNews #GlobalData #Facts #TodayILearned

  6. 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