home.social

#researchsoftwareengineering — Public Fediverse posts

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

  1. Our paper "Future challenges for Research Software Engineering" is out. We looked into what research software engineering might look like in future and what challenges will await us. The paper is based on a community discussion during the deRSE 2025 conference.

    #RSE #ResearchSoftwareEngineering

    doi.org/10.14279/eceasst.v85.2

  2. Our next Hacky Hour will take place Wednesday, 1st October 14:00-15:00. We will meet in the Learning & Teaching Building on in the Union Bar fake lawn. Our Hacky Hours are informal meetings to help with programming problems and related issues (testing, documentation, maintainability, reproducibility). We have experts in programming languages, command line shells, collaborative tools, LaTeX, a number of scientific fields. strath.ac.uk/science/computeri #HackyHour #RSE #ResearchSoftwareEngineering

  3. Our next Hacky Hour will take place Wednesday, 3rd September 14:00-15:00. We will meet in the Learning & Teaching Building on in the Union Bar fake lawn. Our Hacky Hours are informal meetings to help with programming problems and related issues (testing, documentation, maintainability, reproducibility). We have experts in programming languages, command line shells, collaborative tools, LaTeX, a number of scientific fields. strath.ac.uk/science/computeri #HackyHour #RSE #ResearchSoftwareEngineering

  4. RSECon25 is just round the corner (9-11th September) and whilst in-person tickets have sold out there is still time to register for remote attendance (deadline is 2025-08-31).

    Check out the programme : rsecon25.society-rse.org/progr
    Register : rsecon25.society-rse.org/regis

    #rsecon25 #rse #researchsoftwareengineering #software

  5. Last chance to register for Nordic-RSE 2025 conference 20-21 May in Gothenburg.

    nordic-rse.org/nrse2025

    I plan to give a lightning talk presenting my periodicdata R package :-)

    #RSE #NordicRSE #ResearchSoftwareEngineering

  6. Last chance to register for Nordic-RSE 2025 conference 20-21 May in Gothenburg.

    nordic-rse.org/nrse2025

    I plan to give a lightning talk presenting my periodicdata R package :-)

    #RSE #NordicRSE #ResearchSoftwareEngineering

  7. Last chance to register for Nordic-RSE 2025 conference 20-21 May in Gothenburg.

    nordic-rse.org/nrse2025

    I plan to give a lightning talk presenting my periodicdata R package :-)

    #RSE #NordicRSE #ResearchSoftwareEngineering

  8. Our next Hacky Hour will take place today Wednesday, 5th March 14:00-15:00. We will meet in the Learning & Teaching Building on in the Union Bar fake lawn. Our Hacky Hours are informal meetings to help with programming problems and related issues (testing, documentation, maintainability, reproducibility). We have experts in programming languages, command line shells, collaborative tools, LaTeX, a number of scientific fields. strath.ac.uk/science/computeri #HackyHour #RSE #ResearchSoftwareEngineering

  9. Several colleagues of our #softwaredevelopment team will join the German conference for #researchsoftwareengineering #deRSE25 at @KIT_Karlsruhe from Feb 25 - 27. Among them Kristine Schima-Voigt and Mustafa Dogan with their talk: "Research Software: A Critical Ingredient Across Diverse Funding Models and Disciplines". Get an overview about the other contributions here 👇 and on the conference page: events.hifis.net/event/2050/ #researchsoftware #rse #textviewer #textapi #text+
    - MG

  10. Our next Hacky Hour will take place today Wednesday, 5th February 14:00-15:00. We will meet in the Learning & Teaching Building on in the Union Bar fake lawn. Our Hacky Hours are informal meetings to help with programming problems and related issues (testing, documentation, maintainability, reproducibility). We have experts in programming languages, command line shells, collaborative tools, LaTeX, a number of scientific fields. strath.ac.uk/science/computeri #HackyHour #RSE #ResearchSoftwareEngineering

  11. Liebe #DH-Community in Thüringen,
    am 18. Februar 2025, 18:00 Uhr, findet der DH-Stammtisch Thüringen statt. Ein Tisch für 10 ist in der Trattoria Eckermann in der Brauhausgasse 13 in Weimar auf meinen Namen bestellt.
    Wir freuen uns auf einen Austausch zu Themen rund um #DigitalHumanities, #digitaleTransformation, #digitaleSammlungen, #3D-Projekte, #NFDI, #OpenScience, #ResearchSoftwareEngineering etc.
    Neue Gesichter sind immer sehr herzlich willkommen.

  12. Our next Hacky Hour will take place today Wednesday, 8th January 14:00-15:00. We will meet in the Learning & Teaching Building on in the Union Bar fake lawn. Our Hacky Hours are informal meetings to help with programming problems and related issues (testing, documentation, maintainability, reproducibility). We have experts in programming languages, command line shells, collaborative tools, LaTeX, a number of scientific fields. strath.ac.uk/science/computeri #HackyHour #RSE #ResearchSoftwareEngineering

  13. We created a guideline document for universities around open source entitled:

    "Framework for Managing University Open Source Software"

    Get the v1 pdf here: doi.org/10.5281/zenodo.14392732

    All feedback and contributions welcome via the project repository:
    github.com/SFI-Lero/MOSS-I

  14. Our next Hacky Hour will take place today Wednesday, 4th December 14:00-15:00. We will meet in the Learning & Teaching Building on in the Union Bar fake lawn. Our Hacky Hours are informal meetings to help with programming problems and related issues (testing, documentation, maintainability, reproducibility). We have experts in programming languages, command line shells, collaborative tools, LaTeX, a number of scientific fields. strath.ac.uk/science/computeri #HackyHour #RSE #ResearchSoftwareEngineering

  15. We had a good discussion on specific competencies for applied mathematics research software engineers. Anything we forgot?

    #usrse24 #usrse #appliedmath #researchsoftwareengineering

  16. Is there an accepted best pattern for repeatedly running code until some timeout is reached?This is the pattern that we use at the moment, but putting conditions inside the while loop feels like there might be a way to put this into some kind of object that can be more easily inspected? Here's some code that we use at the moment

    ```r
    while (not_finished(draws, n_effective) &
    not_timed_out(start_time, time_limit)) {
    n_samples <- new_samples(draws, n_effective)
    draws <- extra_samples(
    draws,
    n_samples,
    verbose = verbose,
    one_by_one = one_by_one
    )
    }
    ```

    #rstats #rse #researchsoftwareengineering #pkgdev

  17. Our next Hacky Hour will take place today Wednesday, 2nd October 14:00-15:00. We will meet in the Learning & Teaching Building on in the Union Bar fake lawn. Our Hacky Hours are informal meetings to help with programming problems and related issues (testing, documentation, maintainability, reproducibility). We have experts in programming languages, command line shells, collaborative tools, LaTeX, a number of scientific fields. strath.ac.uk/science/computeri #HackyHour #RSE #ResearchSoftwareEngineering

  18. Our next Hacky Hour will take place Wednesday, 7th August between 14:00-15:00. We will meet in the Learning & Teaching Building on Level 4 (Jackie Kay Plaza). Our Hacky Hours are informal meetings to help with programming problems and related issues (testing, documentation, maintainability, reproducibility). We have experts in programming languages, command line shells, collaborative tools, LaTeX, a number of scientific fields. strath.ac.uk/science/computeri #HackyHour #RSE #ResearchSoftwareEngineering

  19. Our next Hacky Hour will take place right now Wednesday, 3rd July 14:00-15:00. We are meeting in the Learning & Teaching Building in the Union Bar area on the fake lawn bit. strath.ac.uk/science/computeri #HackyHour #RSE #ResearchSoftwareEngineering

  20. Our next Hacky Hour will take place today Wednesday, 5th June 14:00-15:00. We will meet in the Learning & Teaching Building in the Union Bar area on the fake lawn bit (Zoom also available if you sign up). strath.ac.uk/science/computeri #HackyHour #RSE #ResearchSoftwareEngineering

  21. Our next Hacky Hour will take place Today Wednesday, 1st May 14:00-15:00. We will meet in the Learning & Teaching Building in the Union Bar area on the fake lawn bit (Zoom also available if you sign up). strath.ac.uk/science/computeri #HackyHour #RSE #ResearchSoftwareEngineering

  22. Our net Hacky Hour will take place on Wednesday, 6th March 14:00-15:00. We will meet in the Learning & Teaching Building in the Union Bar area on the fake lawn bit (Zoom also available if you sign up). strath.ac.uk/science/computeri #HackyHour #RSE #ResearchSoftwareEngineering

  23. New #rstats blog post: "Code Smell: Error Handling Eclipse"

    njtierney.com/post/2023/12/06/

    Where I discuss a code smell I've found lately, too much input error handling inside a function totally eclipses the intent of the function.

    #rse #researchsoftwareengineering #codesmell

  24. New #rstats blog post: "Code Smell: Error Handling Eclipse"

    njtierney.com/post/2023/12/06/

    Where I discuss a code smell I've found lately, too much input error handling inside a function totally eclipses the intent of the function.

    #rse #researchsoftwareengineering #codesmell

  25. New #rstats blog post: "Code Smell: Error Handling Eclipse"

    njtierney.com/post/2023/12/06/

    Where I discuss a code smell I've found lately, too much input error handling inside a function totally eclipses the intent of the function.

    #rse #researchsoftwareengineering #codesmell

  26. New #rstats blog post: "Code Smell: Error Handling Eclipse"

    njtierney.com/post/2023/12/06/

    Where I discuss a code smell I've found lately, too much input error handling inside a function totally eclipses the intent of the function.

    #rse #researchsoftwareengineering #codesmell

  27. New #rstats blog post: "Code Smell: Error Handling Eclipse"

    njtierney.com/post/2023/12/06/

    Where I discuss a code smell I've found lately, too much input error handling inside a function totally eclipses the intent of the function.

    #rse #researchsoftwareengineering #codesmell

  28. An der Uni #Marburg ist zusammen mit der ADW Mainz eine #Qualifikationsprofessur (W2, 6 Jahre) für Research Software Engineering in den #DH ausgeschrieben. Alle Infos gibt es hier: stellenangebote.uni-marburg.de #DigitalHumanities #DHRSE #RSE #ResearchSoftwareEngineering
    Rückfragen zur Professur gerne auch direkt an mich!

  29. Folks from the #software and service development department are currently at #deRSE23 and presented #researchsoftwareengineering as a service of a scientific library yesterday. Today at 14:50 they will talk about #agile #softwaredevelopment at Auditorium. See you there✌️-DB