home.social

#ccls — Public Fediverse posts

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

fetched live
  1. Very interesting, by the way, to see how similar many of the methods are (from topic modeling to keyness analysis) between ADT and CLS, but how much more varied the domains of application are at this conference, compared to #CCLS: French rap, UN reports, scholarly publications, and much more, in addition to literary texts, like corpora of novels, that are being investigated as well, of course. Nice!

  2. Very interesting, by the way, to see how similar many of the methods are (from topic modeling to keyness analysis) between ADT and CLS, but how much more varied the domains of application are at this conference, compared to #CCLS: French rap, UN reports, scholarly publications, and much more, in addition to literary texts, like corpora of novels, that are being investigated as well, of course. Nice!

  3. m.youtube.com/watch?v=x6yhk8OE

    Black gun owners arrested on felonies despite LEGAL gun ownership, #FOIDs, #CCLs

    #Fascism...FULL Stop

    #NaziUSA #antiblackracism #blacklivesmatter

    #Chicago #Illinois #CPD #ACAB

    Even Irv Miller, former prosecutor said pigs 🐷🐷🐷 had no business arresting him!

    The gentleman arrested had the case dismissed in court!

  4. m.youtube.com/watch?v=x6yhk8OE

    Black gun owners arrested on felonies despite LEGAL gun ownership, #FOIDs, #CCLs

    #Fascism...FULL Stop

    #NaziUSA #antiblackracism #blacklivesmatter

    #Chicago #Illinois #CPD #ACAB

    Even Irv Miller, former prosecutor said pigs 🐷🐷🐷 had no business arresting him!

    The gentleman arrested had the case dismissed in court!

  5. The countdown is running! ⏰
    There are only 22 days left until the 4th annual Conference of Computational Literary Studies begins in Krakow.
    Remember to register by Thursday, June 12th (midnight GMT+1).
    #CCLS #CLS #JCLS #LiteraryComputing #CulturalAnalytics

    countingdownto.com/w4/M2DqXz3u

  6. The countdown is running! ⏰
    There are only 22 days left until the 4th annual Conference of Computational Literary Studies begins in Krakow.
    Remember to register by Thursday, June 12th (midnight GMT+1).
    #CCLS #CLS #JCLS #LiteraryComputing #CulturalAnalytics

    countingdownto.com/w4/M2DqXz3u

  7. We look forward to reading your unpublished scholarship discussing: #WorkInProgress, #ExploratoryResearch, #NewProjects, #NegativeResults / #ErrorAnalysis, or #ToolDemos combined with a scholarly argument.

    Submission deadline: May 15, 2025 (AoE)

    #DigitalScholarship #JCLS #CCLS #CLS

  8. We look forward to reading your unpublished scholarship discussing: #WorkInProgress, #ExploratoryResearch, #NewProjects, #NegativeResults / #ErrorAnalysis, or #ToolDemos combined with a scholarly argument.

    Submission deadline: May 15, 2025 (AoE)

    #DigitalScholarship #JCLS #CCLS #CLS

  9. We are particularly proud of our #linguistic #diversity.
    In its first three issues, #JCLS has covered a total of 14 different #languages. Can't wait to see which languages come next! #MultilingualDigitalHumanities #Multilingual #ComputationalLiteraryStudies #CCLS

  10. We are particularly proud of our #linguistic #diversity.
    In its first three issues, #JCLS has covered a total of 14 different #languages. Can't wait to see which languages come next! #MultilingualDigitalHumanities #Multilingual #ComputationalLiteraryStudies #CCLS

  11. Today was our annual board meeting, where the editors reported on the increase in conference participants, our #preprint strategy, and the accelerated publication process since the first issue of #JCLS.
    #ComputationalLiteraryStudies #CCLS #NewYear #DigitalHumanities

  12. Today was our annual board meeting, where the editors reported on the increase in conference participants, our #preprint strategy, and the accelerated publication process since the first issue of #JCLS.
    #ComputationalLiteraryStudies #CCLS #NewYear #DigitalHumanities

  13. Szemes and Nagy investigate how dramatic characters innovate or repeat discourse, creating #networks to reveal new relationship dynamics and uncovering patterns in gender roles across #Shakespeare ’s #comedies and #tragedies. #CCLS #CLS #JCLS

  14. Szemes and Nagy investigate how dramatic characters innovate or repeat discourse, creating #networks to reveal new relationship dynamics and uncovering patterns in gender roles across #Shakespeare ’s #comedies and #tragedies. #CCLS #CLS #JCLS

  15. All of the papers from the 2023 edition of the #CCLS, the Conference on Computational Literary Studies, are now available!

    It's an issue packed, of course, with top-notch #CLS research so you should definitely have a look! We're highlighting one paper per day over the next two weeks, so stay tuned and follow this account!

    URL: jcls.io/issue/105/info/

    @peertrilcke @EvelynGius @fotis_jannidis @SvenjaGuhr @u_henny

  16. All of the papers from the 2023 edition of the #CCLS, the Conference on Computational Literary Studies, are now available!

    It's an issue packed, of course, with top-notch #CLS research so you should definitely have a look! We're highlighting one paper per day over the next two weeks, so stay tuned and follow this account!

    URL: jcls.io/issue/105/info/

    @peertrilcke @EvelynGius @fotis_jannidis @SvenjaGuhr @u_henny

  17. @suprjami
    `make --dry-run` prints but doesn't run the commands. Bear wraps the compiler calls to intercept them, so it requires you to actually call the compiler.

    The whole problem is that there's no way to get the includes and dependencies unless you do all the preprocessing, which is a portion of the way into compiling. You could add the compiler flag to only do pre-processing, but you'll only save a little time versus a full compile.

  18. Struggling a bit with #ccls in #openframeworks... The language server refuses to recognize ofMain.h, even though its directory is dutifully listed in compile_commands.json... Anybody have any experience with getting cpp and openframeworks behave appropriately?

  19. Today I wanted to debug a C++ build issue in plasma-pa, so I open #neovim, but go-to-definition is broken AGAIN! 😩

    Is it LanguageClient-neovim? No.

    Ah, it's #ccls. It's missing libLLVM-10.so. Arch switched to #llvm 11. I rebuild it from git, now it works. 30mins lost. 😠

    Next: can't find classes. Why? Oh, #cmake generates compile_commands.json is in the build directory, but ccls looks for it in the source directory 😡

    Setting up #vim as a C++ IDE is too damn hard! 🤬