2026.07.28 Weekly Meeting

Title: 2026.07.28 Weekly Meeting

Next Tuesday, we will be having our next weekly hangout at 10:00 AM ET until 11:00 AM ET.

Anyone is welcome to join at this link: Google Meet meeting


Agenda:

Please post to this thread to put a topic on the agenda! We will try to prioritize agenda items during the meeting.


Thanks
Sam and Ebrahim

Discuss this Unintentionally moving whole markup nodes Β· Issue #9303 Β· Slicer/Slicer Β· GitHub

1 Like

Everybody should use AI assistance in development (it would be irresponsible to not do it). For this reason, I would recommend to add the AI agent as a coauthor only when the human author does not fully understand, review, or test the change; or for any other reason does not take full responsibility for the proposed changes. I expect not everybody would agree with this - we can discuss at the next dev meeting.

Discussion item: dependabot. Should dependabot be updating actions on a weekly basis and for every patch? Should we group the actions updates?

Notes from the discussion:

installer scripts

Some questions still need answering: ENH: Add installer scripts to Slicer by mauigna06 Β· Pull Request #9294 Β· Slicer/Slicer Β· GitHub

  • Here’s Steve’s one-line install:
    (cd ~/Downloads; curl -L "http://download.slicer.org/download?os=linux&stability=any&offset=0" | tar xvfz -)

For linux a proposal is to split the script into two scripts, one β€œinner script” for installing, which is a script that gets packaged into the tarball itself, and one β€œouter script” in Utilities/Scripts/SlicerInstallers/ that is more generic and only handles what cannot be done from the inner script (e.g. downloading and extracting the tarball).

speeding up slicer initialization

WebGPU / Wasm / C++ / TypeScript / Rust

  • Lots of discussion of different experiments

things we did not get to

Consider discussing next time.