home.social

#textencoding — Public Fediverse posts

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

fetched live
  1. It turns out one of those spaces in the scientific name was not like the other. When I pasted both into BBEdit and set it to "Show invsibles", it indicated that one of the spaces was not a space, but instead a "\x{A0}" (which I think is a no-break space symbol). One of the variables had its "Rhipidura fuliginosa" pasted from a website into Excel then loaded into R. The other "Rhipidura fuliginosa" had been typed into the R script directly.

    While R and RStudio didn't show any difference, only one of the two spaces was really a space.

    Lesson learned!

    #RStats #TextEncoding

  2. It turns out one of those spaces in the scientific name was not like the other. When I pasted both into BBEdit and set it to "Show invsibles", it indicated that one of the spaces was not a space, but instead a "\x{A0}" (which I think is a no-break space symbol). One of the variables had its "Rhipidura fuliginosa" pasted from a website into Excel then loaded into R. The other "Rhipidura fuliginosa" had been typed into the R script directly.

    While R and RStudio didn't show any difference, only one of the two spaces was really a space.

    Lesson learned!

    #RStats #TextEncoding

  3. Ever wondered how text encoding actually works under the hood?

    This fascinating deep-dive explores UTF-8's brilliant architecture and how it elegantly represents millions of characters while maintaining perfect backward compatibility with 𝐴𝑆𝐶𝐼𝐼. Essential knowledge for any programmer working with international text and data systems.

    🔗: iamvishnu.com/posts/utf8-is-br by Vishnu Haridas

    #Programming #TextEncoding #ComputerScience

  4. Ever wondered how text encoding actually works under the hood?

    This fascinating deep-dive explores UTF-8's brilliant architecture and how it elegantly represents millions of characters while maintaining perfect backward compatibility with 𝐴𝑆𝐶𝐼𝐼. Essential knowledge for any programmer working with international text and data systems.

    🔗: iamvishnu.com/posts/utf8-is-br by Vishnu Haridas

    #Programming #TextEncoding #ComputerScience

  5. Deutsche Exzellenzuniversitäten: Aufgeblähtes PR-Blabla können sie.

    #TextEncoding nicht.

    #Neuland

  6. Deutsche Exzellenzuniversitäten: Aufgeblähtes PR-Blabla können sie.

    #TextEncoding nicht.

    #Neuland

  7. At the #dayofdh2024 introducing students on the basics of #textencoding (♥️#unicode, #xml, @TEIConsortium), #geneticediting , #criticalApparatus , managing dhinfra.at (#gpu clusters for the Austrian #dh community), talking about scholarly editing Ceija #Stojka notebooks ceijastojka.org/12924460-the-n and chatting with Dominik Kowald from KNOW Center Graz about #recsys for DH. Now to preparing my presentation on gams.uni-graz.at/o:voccod the #SKOS version Denis Muzerelle's Vocabulaire de la #Codicologie .

  8. At the #dayofdh2024 introducing students on the basics of #textencoding (♥️#unicode, #xml, @TEIConsortium), #geneticediting , #criticalApparatus , managing dhinfra.at (#gpu clusters for the Austrian #dh community), talking about scholarly editing Ceija #Stojka notebooks ceijastojka.org/12924460-the-n and chatting with Dominik Kowald from KNOW Center Graz about #recsys for DH. Now to preparing my presentation on gams.uni-graz.at/o:voccod the #SKOS version Denis Muzerelle's Vocabulaire de la #Codicologie .

  9. The Advisory Board of the "Journal of the Text Encoding Initiative" (jTEI) seek nominations and applications for an editor. Self-nominations are encouraged.

    Review of nominations will begin on Aug. 31, 2024.

    Further information and a link to the nomination form can be found in the "Call for Nominations for Editor":

    docs.google.com/document/d/1NL

    cc @TEIConsortium

    #tei #journal #digitalhumanities #textencoding #xml

  10. The Advisory Board of the "Journal of the Text Encoding Initiative" (jTEI) seek nominations and applications for an editor. Self-nominations are encouraged.

    Review of nominations will begin on Aug. 31, 2024.

    Further information and a link to the nomination form can be found in the "Call for Nominations for Editor":

    docs.google.com/document/d/1NL

    cc @TEIConsortium

    #tei #journal #digitalhumanities #textencoding #xml

  11. TEI query. How to use <said> in a poem that spans several lines and therefore overlaps with <l>...</l>? I thought of using the @spanTo attribute, but that's not allowed in this case.

    #query #TEI #DigitalEditing #DigitalEdition #dh #digitalhumanities #textencoding

  12. TEI query. How to use <said> in a poem that spans several lines and therefore overlaps with <l>...</l>? I thought of using the @spanTo attribute, but that's not allowed in this case.

    #query #TEI #DigitalEditing #DigitalEdition #dh #digitalhumanities #textencoding

  13. Working on an edition? Considering digital publication? Looking for advice?

    Why not take our free, eight-session Digital Editions course and get published in PRISMS:

    hubers.org.uk/2021/05/15/digit

    #DH #TextEncoding #TEI #ScholarlyEditing #DigitalEditions #OpenAccess #OpenScholarship

  14. Working on an edition? Considering digital publication? Looking for advice?

    Why not take our free, eight-session Digital Editions course and get published in PRISMS:

    hubers.org.uk/2021/05/15/digit

    #DH #TextEncoding #TEI #ScholarlyEditing #DigitalEditions #OpenAccess #OpenScholarship

  15. Working on an edition? Considering digital publication? Looking for advice?

    Why not take our free, eight-session Digital Editions course and get published in PRISMS:

    hubers.org.uk/training/#digita

    #DH #TextEncoding #TEI #ScholarlyEditing #DigitalEditions #OpenAccess #DSE #LOD

  16. Late to the party, but it finally got to me that my bird app feed was a ghost town. Hi! Digital humanities librarian into #rstats #textencoding #digipres nihilist library posts (is that a thing?) #musicology #running and #cats

  17. Just put together my first micropython program using the Pico System from Pimoroni. (This uses the same RP2040 chip used in the Raspberry Pi Pico.)
    It’s a simple flashcard tool for memorizing code snippets to encode text for 18thConnect.org’s Typewright app. It was fun to puzzle this out!
    #digitalhumanities
    #textencoding
    #raspberrypipico
    #micropython