Earlier quoted context omitted.
> The Ycombinator text doesn’t say it, but the link does. The title of the article as of this moment is, “Katie Bouman: The woman behind the first black hole image.” Saying, “the woman behind X” doesn’t emphasize gender any more than saying “the man behind X” does. Again, this is you projecting, perhaps because you think “normal” is male, and thus “woman” is somehow making a statement? I see nothing in the body of th…
Did you bother to read some of the comments people have written here and did you even read my whole text or just hand-picked something that triggered you and decided to argue? Like I said before, based on OTHER PEOPLES COMMENTS, I recommended them to consider those guidelines. I still have no idea why it became about me projecting something. Regardless, to cover your point, media companies use titles to instill somet…
Katie Bouman, the computer scientist behind the first black hole image
351–360 of 547 posts
Re: Katie Bouman, the computer scientist behind the first black hole image
#352Earlier quoted context omitted.
Lines of code is not, and will never be a metric for gauging project contribution. Most of that 850,000 lines of code is likely boilerplate setup code.
850,000 loc vs what looks to be an initial commit and a merge: https://github.com/klbouman/hopstools/commits?author=klbouma... if I'm wrong here please point it out
Re: Katie Bouman, the computer scientist behind the first black hole image
#353Earlier quoted context omitted.
> However, I think to call her "the woman behind the first black hole image" is a hyperbole. It makes it sound as if she was _the one person_ responsible that all this came about. It doesn't say that though. It says she was behind the image. And as I understand she lead one of the teams responsible for creating the image from the data. So I don't think that is particularly inaccurate as far as headlines go.
Well luckily we can verify just how much code she actually committed to the project. The Event Horizon Telescope Analysis Toolkit is a publicly available repository on Github: https://github.com/sao-eht/eat according to Katie's profile klbouman, she was responsible for a subset of that toolkit known as hopstools - which is described in the readme as "tools to convert data from the HOPS format": https://github.com/klb…
Re: Katie Bouman, the computer scientist behind the first black hole image
#354Her story is trully inspiring! She seems like a really likable person, has been hard working, with great results, making a major contribution. The photo with her and the hard drives is amazing and I am sure she will inspire many to enter science. However, I think to call her "the woman behind the first black hole image" is a hyperbole. It makes it sound as if she was _the one person_ responsible that all this came ab…
> This is what makes me somewhat feel that this focus on her is not quite fair. Thought experiment: if you saw an article titled "Jony Ive: The Man Behind The iPhone" would you be commenting on how unfair it is to single him out? After all, he just designed the thing, a huge team of people built the software and the hardware that actually made it possible.
Make a BBC Horizon story about how he came to his best work and about him. That's cool. But to frame it as just being him and not the others behind the work.. it's nothing but hero worship.
Re: Katie Bouman, the computer scientist behind the first black hole image
#355Her story is trully inspiring! She seems like a really likable person, has been hard working, with great results, making a major contribution. The photo with her and the hard drives is amazing and I am sure she will inspire many to enter science. However, I think to call her "the woman behind the first black hole image" is a hyperbole. It makes it sound as if she was _the one person_ responsible that all this came ab…
I hate it when news outlets and movie production companies focus on individuals and ignore the team effort and dynamic, and it's not because I care about distributing credit. I want them to tell more stories about teams and communities working together to build things, not more lone genius stories. I get it. I truly do. But consider the context: This picture of a blackhole is going around along with an iconic picture…
Re: Katie Bouman, the computer scientist behind the first black hole image
#356Earlier quoted context omitted.
Once you post your impossibly distant black hole images, I'm sure they'll consider your pull request cleaning it up...
For those who didn't realise above, I was being flippant. On a slightly serious note though, I wonder how much productivity is lost in the scientific community due to poorly written and documented code? I've heard stories of 40 year old Fortran code written by long deceased professors that was written to crunch physics numbers or whatever, and when it's come time to modify or add to it, nobody can make head nor tail…
I worked with an old Fortran codebase at one point and there were comments in the documentation (a scan of a typewritten via typewriter document) throughout about switching "cards" and "decks"... took me a moment to realize it was refering to punch cards (and I thought I was old) which also led to the program structure fragmented in several individual smaller sub programs (so card reader could handle it) that now is a trivial matter to handle. Maybe they were just ready for the SOA and microservices trend.
In academia, pressure is often on publishing and pulling funding in through grants and contracts. I've done a lot of rapid prototyping in academic research environments and while writing clean software is always on my mind, often, sitting down and refactoring to be more cleverly efficient or taking time to focus on structure, long term maintainability, etc. isn't a priority and refocuses needed cognitive load from the high level research goal the software needed to achieve to instead focusing on production quality software.
I'm not concerned if it takes O(2n) vs O(n) or O(n log n) vs. O(n) time if I know the target scale is small. I'm not concerned that I can cleverly avoid using an extra data structure (and reduce space complexity) if I can do this operation in place on an existing data structure using some reasonably complex algorithm. Chances are I might remove this functionality entirely tomorrow or some student may have to figure it out later on, and I don't want to implement or explain to the student the Boyer-Moore majority algorithm when a brute force O(n^2) time is just fine here and a lot easier to adjust/maintain for a passer by scientist/student.
I'm aware there's a lot of problems and maybe my abstraction hierarchies aren't the best, I could probably make something better with more time.
You have some high-level complex process you're trying to represent and translate in to a program (maybe a simulation, maybe a complex model or set models, etc.). You're not always concerned about if there's a better way to write it or make extensive use of all the features of whatever language you needed to work in (which you may or may not have experience with since you needed to work from existing codebases to start with since time is tight), you simply want to use whatever requires the least time and cognitive load to think about and produce results so you can keep your eyes on the target of what you're developing.
Later on, when prototypes work (or if you hit performance bottlenecks stopping progress), then and only then do you start refactoring and looking at performance optimization--targeting the biggest bottlenecks first.
If everything works, then you can focus on overall refactoring and optimization and turning your Frankenstein into a supermodel (if you have resources/money to do that with--good luck), but you typically need a functional proof of concept to even have a chance of securing funding for that step.
If there's no money in that effort moving forward and you decide "well, maybe someone can use this" so let's release it, that typically has to get approval through a technology transfer office who are always in arms about protecting potential IP so it ends up on some disks rotting away never to be seen or used again.
If you're permitted to release the IP, you begin wondering how the development quality will reflect on you and your group, especially for those who see it and have no context of the constraints you worked with to produce that miracle functional Frankenstein. It's ugly as sin, but it fulfilled the goal to deliver the core research results and did so as quickly as possible and cheaply as possible.
Re: Katie Bouman, the computer scientist behind the first black hole image
#357Earlier quoted context omitted.
I'd say that is just toxic feminism telling women they can't have men as role models. Why not? Would they say women can not achieve what men can (at least in science, if not in physical endeavors)? Because if they say women can do that, then why shouldn't they take men as role models? "Someone like you" - is for example a white man from a middle class background more like a white woman from a middle class background,…
This is exactly the kind of comment that make these threads toxic. Gender, like it or not, shapes the life experience of an individual. Why would you not want to have a role model that had a similar life experience to your own? Except, inevitably, when a woman expresses that desire, it gets called "toxic feminism", and the justification is, wait for it: the personal anecdotes and experiences of a male. I am shocked t…
By that logic, why shouldn't I as a man say "fuck women in STEM", because apparently we will never be able to communicate about anything meaningful anyway. People who make it clear they don't care about my opinion, why should I want them in my life?
I stated my reasons why I think focusing on gendered role models is misleading and harmful. Fine, you may disagree. But calling it toxic and "mansplaining" - that's not furthering discourse, and frankly, if that is your attitude, STEM may be better off without you anyway. After all, science is about keeping an open mind, among other things.
Re: Katie Bouman, the computer scientist behind the first black hole image
#358Her story is trully inspiring! She seems like a really likable person, has been hard working, with great results, making a major contribution. The photo with her and the hard drives is amazing and I am sure she will inspire many to enter science. However, I think to call her "the woman behind the first black hole image" is a hyperbole. It makes it sound as if she was _the one person_ responsible that all this came ab…
I hate it when news outlets and movie production companies focus on individuals and ignore the team effort and dynamic, and it's not because I care about distributing credit. I want them to tell more stories about teams and communities working together to build things, not more lone genius stories. I get it. I truly do. But consider the context: This picture of a blackhole is going around along with an iconic picture…
That was used to say "well women are doing something very important" (If we're truly focused on equality should be yes.. that is normal.. but why is that important to advertise that message)
The feeling that I'm getting from all of this is that the result is showcased to the side and they're trying to make her into a celebrity. I would love to hear her praise "her team" (her team is a subset of people in the whole project) Although, I don't think she has enough experience to realize that it's a good thing to do. (That's something you get from working in teams outside academia)
If you go to the moon, you don't just praise the one guy who did it. You bring the whole group of astronauts who went and did something. If they're smart they're going to admit that there were a ton of people who helped.
EDIT-Update on the comment about the team praise: https://news.ycombinator.com/item?id=19638629
Re: Katie Bouman, the computer scientist behind the first black hole image
#359[1] https://cdn.cnn.com/cnnnext/dam/assets/190410153403-katie-bo...
Re: Katie Bouman, the computer scientist behind the first black hole image
#360Her story is trully inspiring! She seems like a really likable person, has been hard working, with great results, making a major contribution. The photo with her and the hard drives is amazing and I am sure she will inspire many to enter science. However, I think to call her "the woman behind the first black hole image" is a hyperbole. It makes it sound as if she was _the one person_ responsible that all this came ab…
> This is what makes me somewhat feel that this focus on her is not quite fair. Thought experiment: if you saw an article titled "Jony Ive: The Man Behind The iPhone" would you be commenting on how unfair it is to single him out? After all, he just designed the thing, a huge team of people built the software and the hardware that actually made it possible.