Skip to content

Commit bfe59f5

Browse files
committed
Missed some occurances of Barbara that needed to be renamed to Niklaus
1 parent 968d911 commit bfe59f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/vision/status_quo/barbara_simulates_hydrodynamics.md renamed to src/vision/status_quo/niklaus_simulates_hydrodynamics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 😱 Status quo stories: Barbara Builds a Hydrodynamics Simulator
1+
# 😱 Status quo stories: Niklaus Builds a Hydrodynamics Simulator
22

33
## 🚧 Warning: Draft status 🚧
44

@@ -54,13 +54,13 @@ This new solution works, but Niklaus is not satisfied with how complex his code
5454
### **What are the sources for this story?**
5555
This story is based on the experience of building the [kilonova](https://github.com/clemson-cal/app-kilonova) hydrodynamics simulation solver.
5656

57-
### **Why did you choose Barbara and Grace to tell this story?**
57+
### **Why did you choose Niklaus and Grace to tell this story?**
5858
I chose Niklaus as the primary character in this story because this work was driven by someone who only uses programming for a small part of their work. Grace was chosen as a supporting character because of that persons experience with C/C++ programming and to avoid repeating characters.
5959

6060
### **How would this story have played out differently for the other characters?**
6161
- Alan: there's a good chance he would have already had experience working with either async workflows in another language or doing parallelization of compute bound tasks; and so would already know from experience that `async` was not the right place to start.
6262
- Grace: likewise, might already have experience with problems like this and would know what to look for when searching for tools.
63-
- Niklaus: the experience would probably be the same, as it's very easy to assume that `tokio` is the starting place for concurrency in Rust.
63+
- Barbara: the experience would likely be fairly similar, since the actual subject of this story is quite familiar with Rust by now
6464

6565
[character]: ../characters.md
6666
[status quo stories]: ./status_quo.md

0 commit comments

Comments
 (0)