Earlier quoted context omitted.
Is the MAX really using a 286 CPU? Why would they pick that for a plane launched in 2014. I get that it's based on the 737 Next Gen, but they just opted to not update the electronics?
The more you change, the more you need to recertify, the more it costs, the more time it takes, the less your shareholders profit.
Boeing has started working on a 737 MAX replacement
71–80 of 494 posts
Re: Boeing has started working on a 737 MAX replacement
#72It'll be interesting to see if they still can design and build a new ground-up airplane design. The last all-new design was the 787, initiated in 2003 and launched in 2009, and its design was fraught with problems. Before then was the 777 in the early 90s (pre-McDonnell takeover), and the 757/767 in the early 80s. There's a phenomena that ofter occurs with large organizations where once their markets mature, everybod…
The biggest tell will be just how over budget the development process becomes. Another issue in large companies trying to build something new is the scope creep which leads to committees and then decision by committee. If the folks leading this effort in Boeing are smart, they will keep the size of the team as small as possible. Maybe they will even hire some people back to lead this effort... assuming they can find…
I hope this is true. However, my sense is that the value chain is so elongated from aircraft designer/engineer/marketing/sales to the end customer (retail airline passengers) that those important signals are lost. Not to mention the financial incentives on the part of US domestic airlines to keep making the flight experience worse for end customers.
Re: Boeing has started working on a 737 MAX replacement
#73Earlier quoted context omitted.
The biggest tell will be just how over budget the development process becomes. Another issue in large companies trying to build something new is the scope creep which leads to committees and then decision by committee. If the folks leading this effort in Boeing are smart, they will keep the size of the team as small as possible. Maybe they will even hire some people back to lead this effort... assuming they can find…
They will use a very small team and will mostly let AI design the plane ;)
Re: Boeing has started working on a 737 MAX replacement
#74Earlier quoted context omitted.
> with large organizations where once their markets mature, everybody who can build a product end-to-end leaves or gets forced out, leaving only people with highly specialized maintenance skillsets It's not just building a product end-to-end. Tim Cook is a supply-chain guy. He knows how to build a product. What he doesn't know how is how to design a new one. This is the reason that all of the "new" stuff that has com…
What about the Apple watch?
I am seeing them everywhere, around here.
I suspect that quite a few are SEs and maybe last year's model, but I do see a lot of Ultras.
Re: Boeing has started working on a 737 MAX replacement
#75It'll be interesting to see if they still can design and build a new ground-up airplane design. The last all-new design was the 787, initiated in 2003 and launched in 2009, and its design was fraught with problems. Before then was the 777 in the early 90s (pre-McDonnell takeover), and the 757/767 in the early 80s. There's a phenomena that ofter occurs with large organizations where once their markets mature, everybod…
> with large organizations where once their markets mature, everybody who can build a product end-to-end leaves or gets forced out, leaving only people with highly specialized maintenance skillsets It's not just building a product end-to-end. Tim Cook is a supply-chain guy. He knows how to build a product. What he doesn't know how is how to design a new one. This is the reason that all of the "new" stuff that has com…
In fact the speed of innovation is, pretty much, equal to the speed of maintenance. Nothing gets maintained, it’s either new or collapsing, but no-one enjoys the middle part. Which is sad. It’s a form of inflation.
Boeing is perfectly right to design a new plane right now. Engineers who interned on the 787 have bought a house on the countryside a few years ago.
Re: Boeing has started working on a 737 MAX replacement
#76Earlier quoted context omitted.
> with large organizations where once their markets mature, everybody who can build a product end-to-end leaves or gets forced out, leaving only people with highly specialized maintenance skillsets It's not just building a product end-to-end. Tim Cook is a supply-chain guy. He knows how to build a product. What he doesn't know how is how to design a new one. This is the reason that all of the "new" stuff that has com…
What about the Apple watch?
AR does seem to be a potential big deal. But the tech and implementation probably has a ways to go before it's interesting outside of a bubble audience.
Re: Boeing has started working on a 737 MAX replacement
#77Earlier quoted context omitted.
Is the MAX really using a 286 CPU? Why would they pick that for a plane launched in 2014. I get that it's based on the 737 Next Gen, but they just opted to not update the electronics?
The more you change, the more you need to recertify, the more it costs, the more time it takes, the less your shareholders profit.
Re: Boeing has started working on a 737 MAX replacement
#78Earlier quoted context omitted.
The biggest tell will be just how over budget the development process becomes. Another issue in large companies trying to build something new is the scope creep which leads to committees and then decision by committee. If the folks leading this effort in Boeing are smart, they will keep the size of the team as small as possible. Maybe they will even hire some people back to lead this effort... assuming they can find…
> Also, passengers are probably going to start waking up to the realities of just how bad the air-travel experience in the US has become compared to so many foreign counterparts. If you want passengers to want your plane, design it without sardines in mind; People don't like being sardines. I hope this is true. However, my sense is that the value chain is so elongated from aircraft designer/engineer/marketing/sales t…
Re: Boeing has started working on a 737 MAX replacement
#79Earlier quoted context omitted.
What about the Apple watch?
The Apple Watch seems to have suddenly found its pace. I am seeing them everywhere , around here. I suspect that quite a few are SEs and maybe last year's model, but I do see a lot of Ultras.
Re: Boeing has started working on a 737 MAX replacement
#80Earlier quoted context omitted.
Rensselaer Polytechnic Institute Has a degree that’s basically informatics management. My coworker took a class with case studies and the theory presented by that class was that all successful projects have at least one person who has fit the entire system into their head. They can tell you what happens if you pull on this thread. What the consequences are of trying to remove this feature. Lose them and you are fucke…
For software, the easiest way to design for this is to keep systems small enough that fitting it in your head is relatively feasible in a reasonable time for a competent engineer. Connect them with clear APIs that don't have to change all that often, and you can build pretty big things. I imagine this is doable with hardware too
In particular it’s difficult to train new people to take up on-call duties if they cannot sit in the corner of the room and try either the same things you’re trying or their own pet theories without taking your attention or interfering with your tests. They need to be able to hear the repro steps and spool up their own snapshot in a similar state. That scales. Gatekeepers do not. Discoverability is necessary but insufficient to achieve this. There’s more to it but the foundation is discoverability and reproduceability.