home.social

#scicomp — Public Fediverse posts

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

  1. Ever wondered whether fast direct solvers are compatible with Quadrature by Expansion, a method for the evaluation of singular layer potentials? Wonder no more 🙂 In arxiv.org/abs/2504.13809, we offer an algorithmic recipe, analysis, an end-to-end error model, and some weighting tricks, the latter two applicable beyond QBX, along with numerical experiments. #layerpot #fastalg #fastalgorithm #numpde #numerics #scicomp #paper 🎓 📖

  2. Ever wondered whether fast direct solvers are compatible with Quadrature by Expansion, a method for the evaluation of singular layer potentials? Wonder no more 🙂 In arxiv.org/abs/2504.13809, we offer an algorithmic recipe, analysis, an end-to-end error model, and some weighting tricks, the latter two applicable beyond QBX, along with numerical experiments. #layerpot #fastalg #fastalgorithm #numpde #numerics #scicomp #paper 🎓 📖

  3. Ever wondered whether fast direct solvers are compatible with Quadrature by Expansion, a method for the evaluation of singular layer potentials? Wonder no more 🙂 In arxiv.org/abs/2504.13809, we offer an algorithmic recipe, analysis, an end-to-end error model, and some weighting tricks, the latter two applicable beyond QBX, along with numerical experiments. #layerpot #fastalg #fastalgorithm #numpde #numerics #scicomp #paper 🎓 📖

  4. Ever wondered whether fast direct solvers are compatible with Quadrature by Expansion, a method for the evaluation of singular layer potentials? Wonder no more 🙂 In arxiv.org/abs/2504.13809, we offer an algorithmic recipe, analysis, an end-to-end error model, and some weighting tricks, the latter two applicable beyond QBX, along with numerical experiments. #layerpot #fastalg #fastalgorithm #numpde #numerics #scicomp #paper 🎓 📖

  5. I'm releasing lecture slides and related demos (Jupyter notebooks) for my classes in open-source form on Github:
    andreask.cs.illinois.edu/lectu 🗨️ 🎓 📖 🧑‍🏫 #teaching #scicomp #opensource #lecturenotes

  6. I'm releasing lecture slides and related demos (Jupyter notebooks) for my classes in open-source form on Github:
    andreask.cs.illinois.edu/lectu 🗨️ 🎓 📖 🧑‍🏫 #teaching #scicomp #opensource #lecturenotes

  7. I'm releasing lecture slides and related demos (Jupyter notebooks) for my classes in open-source form on Github:
    andreask.cs.illinois.edu/lectu 🗨️ 🎓 📖 🧑‍🏫 #teaching #scicomp #opensource #lecturenotes

  8. I'm releasing lecture slides and related demos (Jupyter notebooks) for my classes in open-source form on Github:
    andreask.cs.illinois.edu/lectu 🗨️ 🎓 📖 🧑‍🏫 #teaching #scicomp #opensource #lecturenotes

  9. I'm releasing lecture slides and related demos (Jupyter notebooks) for my classes in open-source form on Github:
    andreask.cs.illinois.edu/lectu 🗨️ 🎓 📖 🧑‍🏫 #teaching #scicomp #opensource #lecturenotes

  10. I like to do math, small prototypes and other experimenting with Python in Jupyter notebooks. NumPy, SciPy, SymPy and Matplotlib have been very handy.

    But recently Python was too slow for what I was doing and I had trouble juggling Numpy arrays like I often have (it is required for speed). I know some #Rust so I decided to give #evcxr a go because it has a Jupyter kernel. And omg, I wasn't disappointed! It was mindbogglingly fast compared to what I'm used to and it also made the hard part of my code way easier to get right.

    However, I only needed math functions provided by std this time. Now I'm trying to figure out if there are science Rust libs that are convenient enough to replace most Python in my notebooks. I know it's a fragmented space, but maybe one could already gather a comprehensive collection of crates manually.

    Any recommendations?

    #RustLang #SciPy #NumPy #SymPy #SciComp #Math

  11. I like to do math, small prototypes and other experimenting with Python in Jupyter notebooks. NumPy, SciPy, SymPy and Matplotlib have been very handy.

    But recently Python was too slow for what I was doing and I had trouble juggling Numpy arrays like I often have (it is required for speed). I know some #Rust so I decided to give #evcxr a go because it has a Jupyter kernel. And omg, I wasn't disappointed! It was mindbogglingly fast compared to what I'm used to and it also made the hard part of my code way easier to get right.

    However, I only needed math functions provided by std this time. Now I'm trying to figure out if there are science Rust libs that are convenient enough to replace most Python in my notebooks. I know it's a fragmented space, but maybe one could already gather a comprehensive collection of crates manually.

    Any recommendations?

    #RustLang #SciPy #NumPy #SymPy #SciComp #Math

  12. I like to do math, small prototypes and other experimenting with Python in Jupyter notebooks. NumPy, SciPy, SymPy and Matplotlib have been very handy.

    But recently Python was too slow for what I was doing and I had trouble juggling Numpy arrays like I often have (it is required for speed). I know some #Rust so I decided to give #evcxr a go because it has a Jupyter kernel. And omg, I wasn't disappointed! It was mindbogglingly fast compared to what I'm used to and it also made the hard part of my code way easier to get right.

    However, I only needed math functions provided by std this time. Now I'm trying to figure out if there are science Rust libs that are convenient enough to replace most Python in my notebooks. I know it's a fragmented space, but maybe one could already gather a comprehensive collection of crates manually.

    Any recommendations?

    #RustLang #SciPy #NumPy #SymPy #SciComp #Math

  13. I like to do math, small prototypes and other experimenting with Python in Jupyter notebooks. NumPy, SciPy, SymPy and Matplotlib have been very handy.

    But recently Python was too slow for what I was doing and I had trouble juggling Numpy arrays like I often have (it is required for speed). I know some #Rust so I decided to give #evcxr a go because it has a Jupyter kernel. And omg, I wasn't disappointed! It was mindbogglingly fast compared to what I'm used to and it also made the hard part of my code way easier to get right.

    However, I only needed math functions provided by std this time. Now I'm trying to figure out if there are science Rust libs that are convenient enough to replace most Python in my notebooks. I know it's a fragmented space, but maybe one could already gather a comprehensive collection of crates manually.

    Any recommendations?

    #RustLang #SciPy #NumPy #SymPy #SciComp #Math

  14. I like to do math, small prototypes and other experimenting with Python in Jupyter notebooks. NumPy, SciPy, SymPy and Matplotlib have been very handy.

    But recently Python was too slow for what I was doing and I had trouble juggling Numpy arrays like I often have (it is required for speed). I know some #Rust so I decided to give #evcxr a go because it has a Jupyter kernel. And omg, I wasn't disappointed! It was mindbogglingly fast compared to what I'm used to and it also made the hard part of my code way easier to get right.

    However, I only needed math functions provided by std this time. Now I'm trying to figure out if there are science Rust libs that are convenient enough to replace most Python in my notebooks. I know it's a fragmented space, but maybe one could already gather a comprehensive collection of crates manually.

    Any recommendations?

    #RustLang #SciPy #NumPy #SymPy #SciComp #Math

  15. How busy is the cluster? Maybe the real question is "how long do I have to wait?". Our new blog post goes into some of these questions we get asked sometimes, and the high-level picture probably applies other places too.
    aaltoscicomp.github.io/blog/20

  16. How busy is the #HPC cluster? Maybe the real question is "how long do I have to wait?". Our new blog post goes into some of these questions we get asked sometimes, and the high-level picture probably applies other places too.
    aaltoscicomp.github.io/blog/20
    #SciComp #HPC #ComputationalScience #Slurm

  17. How busy is the #HPC cluster? Maybe the real question is "how long do I have to wait?". Our new blog post goes into some of these questions we get asked sometimes, and the high-level picture probably applies other places too.
    aaltoscicomp.github.io/blog/20
    #SciComp #HPC #ComputationalScience #Slurm

  18. How busy is the #HPC cluster? Maybe the real question is "how long do I have to wait?". Our new blog post goes into some of these questions we get asked sometimes, and the high-level picture probably applies other places too.
    aaltoscicomp.github.io/blog/20
    #SciComp #HPC #ComputationalScience #Slurm

  19. How busy is the #HPC cluster? Maybe the real question is "how long do I have to wait?". Our new blog post goes into some of these questions we get asked sometimes, and the high-level picture probably applies other places too.
    aaltoscicomp.github.io/blog/20
    #SciComp #HPC #ComputationalScience #Slurm

  20. Interested in how we do our online teaching: production values, streaming, everyone can attend, videos and materials available immediately? The @coderefinery Train the Trainer workshop will go over it all, 4 Tuesdays starting tomorrow EU mornings. Online, you can drop by for the days that interest you.

    fosstodon.org/@coderefinery/11

  21. Interested in how we do our online teaching: production values, streaming, everyone can attend, videos and materials available immediately? The @coderefinery Train the Trainer workshop will go over it all, 4 Tuesdays starting tomorrow EU mornings. Online, you can drop by for the days that interest you.

    fosstodon.org/@coderefinery/11
    #OnlineTeaching #HPC #SciComp #RSEng #CodeRefinery

  22. Interested in how we do our online teaching: production values, streaming, everyone can attend, videos and materials available immediately? The @coderefinery Train the Trainer workshop will go over it all, 4 Tuesdays starting tomorrow EU mornings. Online, you can drop by for the days that interest you.

    fosstodon.org/@coderefinery/11
    #OnlineTeaching #HPC #SciComp #RSEng #CodeRefinery

  23. Interested in how we do our online teaching: production values, streaming, everyone can attend, videos and materials available immediately? The @coderefinery Train the Trainer workshop will go over it all, 4 Tuesdays starting tomorrow EU mornings. Online, you can drop by for the days that interest you.

    fosstodon.org/@coderefinery/11
    #OnlineTeaching #HPC #SciComp #RSEng #CodeRefinery

  24. Interested in how we do our online teaching: production values, streaming, everyone can attend, videos and materials available immediately? The @coderefinery Train the Trainer workshop will go over it all, 4 Tuesdays starting tomorrow EU mornings. Online, you can drop by for the days that interest you.

    fosstodon.org/@coderefinery/11
    #OnlineTeaching #HPC #SciComp #RSEng #CodeRefinery

  25. We are live! Currently the Intro to that talks about resources needed for computing. Check out this behind the scenes view...

  26. We are live! Currently the Intro to #SciComp that talks about resources needed for computing. Check out this behind the scenes view...

  27. We are live! Currently the Intro to #SciComp that talks about resources needed for computing. Check out this behind the scenes view...

  28. We are live! Currently the Intro to #SciComp that talks about resources needed for computing. Check out this behind the scenes view...

  29. We are live! Currently the Intro to #SciComp that talks about resources needed for computing. Check out this behind the scenes view...

  30. / Kickstart day 1 is for a broad audience. (livestream starting today at 12:00, times in EEST):

    - 11:50: icebreakers
    - 12:00 intro
    - 12:10: From data storage to your science
    - 12:25: Computational reproducibility and open science
    - 13:00: Interview, "Humans of SciComp"
    - 13:25: What can you do with a cluster?
    - 14:00: Connecting to a cluster
    - 15:00: How to ask for help with (super)computers
    - 15:25: VS Code on HPC

    twitch.tv/coderefinery
    scicomp.aalto.fi/training/scip

  31. #SciComp / #HPC Kickstart day 1 is for a broad audience. (livestream starting today at 12:00, times in EEST):

    - 11:50: icebreakers
    - 12:00 intro
    - 12:10: From data storage to your science
    - 12:25: Computational reproducibility and open science
    - 13:00: Interview, "Humans of SciComp"
    - 13:25: What can you do with a cluster?
    - 14:00: Connecting to a cluster
    - 15:00: How to ask for help with (super)computers
    - 15:25: VS Code on HPC

    twitch.tv/coderefinery
    scicomp.aalto.fi/training/scip

  32. #SciComp / #HPC Kickstart day 1 is for a broad audience. (livestream starting today at 12:00, times in EEST):

    - 11:50: icebreakers
    - 12:00 intro
    - 12:10: From data storage to your science
    - 12:25: Computational reproducibility and open science
    - 13:00: Interview, "Humans of SciComp"
    - 13:25: What can you do with a cluster?
    - 14:00: Connecting to a cluster
    - 15:00: How to ask for help with (super)computers
    - 15:25: VS Code on HPC

    twitch.tv/coderefinery
    scicomp.aalto.fi/training/scip

  33. #SciComp / #HPC Kickstart day 1 is for a broad audience. (livestream starting today at 12:00, times in EEST):

    - 11:50: icebreakers
    - 12:00 intro
    - 12:10: From data storage to your science
    - 12:25: Computational reproducibility and open science
    - 13:00: Interview, "Humans of SciComp"
    - 13:25: What can you do with a cluster?
    - 14:00: Connecting to a cluster
    - 15:00: How to ask for help with (super)computers
    - 15:25: VS Code on HPC

    twitch.tv/coderefinery
    scicomp.aalto.fi/training/scip

  34. #SciComp / #HPC Kickstart day 1 is for a broad audience. (livestream starting today at 12:00, times in EEST):

    - 11:50: icebreakers
    - 12:00 intro
    - 12:10: From data storage to your science
    - 12:25: Computational reproducibility and open science
    - 13:00: Interview, "Humans of SciComp"
    - 13:25: What can you do with a cluster?
    - 14:00: Connecting to a cluster
    - 15:00: How to ask for help with (super)computers
    - 15:25: VS Code on HPC

    twitch.tv/coderefinery
    scicomp.aalto.fi/training/scip

  35. Our / kickstart course starts tomorrow at 12:00 EEST / 11:00 CEST. It is livestream, so anyone can watch with no questions asked. Register for the Q&A document, even if you aren't at (and we teach so that it's useful to others too).

    Day 1: basic background and examples. Day 2-3: Using a cluster.

    scicomp.aalto.fi/training/scip

  36. Our #SciComp / #HPC kickstart course starts tomorrow at 12:00 EEST / 11:00 CEST. It is livestream, so anyone can watch with no questions asked. Register for the Q&A document, even if you aren't at #AaltoUniversity (and we teach so that it's useful to others too).

    Day 1: basic background and examples. Day 2-3: Using a cluster.

    scicomp.aalto.fi/training/scip
    #ScientificComputing #teaching

  37. Our #SciComp / #HPC kickstart course starts tomorrow at 12:00 EEST / 11:00 CEST. It is livestream, so anyone can watch with no questions asked. Register for the Q&A document, even if you aren't at #AaltoUniversity (and we teach so that it's useful to others too).

    Day 1: basic background and examples. Day 2-3: Using a cluster.

    scicomp.aalto.fi/training/scip
    #ScientificComputing #teaching

  38. Our #SciComp / #HPC kickstart course starts tomorrow at 12:00 EEST / 11:00 CEST. It is livestream, so anyone can watch with no questions asked. Register for the Q&A document, even if you aren't at #AaltoUniversity (and we teach so that it's useful to others too).

    Day 1: basic background and examples. Day 2-3: Using a cluster.

    scicomp.aalto.fi/training/scip
    #ScientificComputing #teaching

  39. Our #SciComp / #HPC kickstart course starts tomorrow at 12:00 EEST / 11:00 CEST. It is livestream, so anyone can watch with no questions asked. Register for the Q&A document, even if you aren't at #AaltoUniversity (and we teach so that it's useful to others too).

    Day 1: basic background and examples. Day 2-3: Using a cluster.

    scicomp.aalto.fi/training/scip
    #ScientificComputing #teaching

  40. Our " Summer Kickstart" course is 4-6 June 2024 (EU afternoons). Everyone is invited: it's so yes, *you* can attend.
    - Day 1: general concepts and practices
    - Day 2-3: Running stuff on a cluster (Slurm, batch jobs, interactive, parallel, etc).

    It's a first course that everyone should be able to follow. You can re-advertise to your colleagues and be their local guide to your own cluster.

    scicomp.aalto.fi/training/scip

  41. Our "#HPC Summer Kickstart" course is 4-6 June 2024 (EU afternoons). Everyone is invited: it's #livestream so yes, *you* can attend.
    - Day 1: general #SciComp concepts and practices
    - Day 2-3: Running stuff on a cluster (Slurm, batch jobs, interactive, parallel, etc).

    It's a first course that everyone should be able to follow. You can re-advertise to your colleagues and be their local guide to your own cluster.

    scicomp.aalto.fi/training/scip
    #RSEng #OpenScience #ReproducibleResearch

  42. Our "#HPC Summer Kickstart" course is 4-6 June 2024 (EU afternoons). Everyone is invited: it's #livestream so yes, *you* can attend.
    - Day 1: general #SciComp concepts and practices
    - Day 2-3: Running stuff on a cluster (Slurm, batch jobs, interactive, parallel, etc).

    It's a first course that everyone should be able to follow. You can re-advertise to your colleagues and be their local guide to your own cluster.

    scicomp.aalto.fi/training/scip
    #RSEng #OpenScience #ReproducibleResearch

  43. Our "#HPC Summer Kickstart" course is 4-6 June 2024 (EU afternoons). Everyone is invited: it's #livestream so yes, *you* can attend.
    - Day 1: general #SciComp concepts and practices
    - Day 2-3: Running stuff on a cluster (Slurm, batch jobs, interactive, parallel, etc).

    It's a first course that everyone should be able to follow. You can re-advertise to your colleagues and be their local guide to your own cluster.

    scicomp.aalto.fi/training/scip
    #RSEng #OpenScience #ReproducibleResearch

  44. Our "#HPC Summer Kickstart" course is 4-6 June 2024 (EU afternoons). Everyone is invited: it's #livestream so yes, *you* can attend.
    - Day 1: general #SciComp concepts and practices
    - Day 2-3: Running stuff on a cluster (Slurm, batch jobs, interactive, parallel, etc).

    It's a first course that everyone should be able to follow. You can re-advertise to your colleagues and be their local guide to your own cluster.

    scicomp.aalto.fi/training/scip
    #RSEng #OpenScience #ReproducibleResearch

  45. Are you planning to attend our first in person conference? **Please sign up by May 5th**! 👈 We are in the process of finalizing reservations of rooms and meals and we cannot ensure space for everyone after that date! nordic-rse.org/events/2024-in-

    You aren't sure and would like to know what is on the menu? The book of accepted abstracts has been published! 📖 👀 nordic-rse.org/events/2024-in-

  46. Are you planning to attend our first in person conference? Please sign up by May 5th! 👈 We are in the process of finalizing reservations of rooms and meals and we cannot ensure space for everyone after that date! nordic-rse.org/events/2024-in-

    You aren't sure and would like to know what is on the menu? The book of accepted abstracts has been published! 📖 👀 nordic-rse.org/events/2024-in-

    #NordicRSE #RSEng #SciComp #opensource #HPC

  47. Are you planning to attend our first in person conference? **Please sign up by May 5th**! 👈 We are in the process of finalizing reservations of rooms and meals and we cannot ensure space for everyone after that date! nordic-rse.org/events/2024-in-

    You aren't sure and would like to know what is on the menu? The book of accepted abstracts has been published! 📖 👀 nordic-rse.org/events/2024-in-

    #NordicRSE #RSEng #SciComp #opensource #HPC

  48. Are you planning to attend our first in person conference? **Please sign up by May 5th**! 👈 We are in the process of finalizing reservations of rooms and meals and we cannot ensure space for everyone after that date! nordic-rse.org/events/2024-in-

    You aren't sure and would like to know what is on the menu? The book of accepted abstracts has been published! 📖 👀 nordic-rse.org/events/2024-in-

    #NordicRSE #RSEng #SciComp #opensource #HPC

  49. Are you planning to attend our first in person conference? Please sign up by May 5th! 👈 We are in the process of finalizing reservations of rooms and meals and we cannot ensure space for everyone after that date! nordic-rse.org/events/2024-in-

    You aren't sure and would like to know what is on the menu? The book of accepted abstracts has been published! 📖 👀 nordic-rse.org/events/2024-in-

    #NordicRSE #RSEng #SciComp #opensource #HPC

  50. The call for abstracts for the first Nordic RSE in person conference is closing at midnight (Eastern Europe Summer Time)! We look forward to seeing your contributions!

    nordic-rse.org/events/2024-in-