Slashdot Mirror


MIT's Elegant Schoolbus Algorithm Was No Match For Angry Parents (bostonglobe.com)

"Computers can solve your problem. You may not like the answer," writes the Boston Globe. Slashdot reader sandbagger explains: "Boston Public Schools asked MIT graduate students Sebastien Martin and Arthur Delarue to build an algorithm that could do the enormously complicated work of changing start times at dozens of schools -- and re-routing the hundreds of buses that serve them. In theory this would also help with student alertness...." MIT also reported that "Approximately 50 superfluous routes could be eliminated using the new method, saving the school district between $3 million and $5 million annually."

The Globe reports: They took to the new project with gusto, working 14- and 15-hour days to meet a tight deadline -- and occasionally waking up in the middle of the night to feed new information to a sprawling MIT data center. The machine they constructed was a marvel. Sorting through 1 novemtrigintillion options -- that's 1 followed by 120 zeroes -- the algorithm landed on a plan that would trim the district's $100 million-plus transportation budget while shifting the overwhelming majority of high school students into later start times.... But no one anticipated the crush of opposition that followed. Angry parents signed an online petition and filled the school committee chamber, turning the plan into one of the biggest crises of Mayor Marty Walsh's tenure. The city summarily dropped it. The failure would eventually play a role in the superintendent's resignation...

Big districts stagger their start times so a single fleet of buses can serve every school: dropping off high school students early in the morning, then circling back to get the elementary and middle school kids. If you're going to push high school start times back, then you've probably got to move a lot of elementary and middle schools into earlier time slots. The district knew that going in, and officials dutifully quizzed thousands of parents and teachers at every grade level about their preferred start times. But they never directly confronted constituents with the sort of dramatic change the algorithm would eventually propose -- shifting school start times at some elementary schools by as much as two hours. Even more... Hundreds of families were facing a 9:30 to 7:15 a.m. shift. And for many, that was intolerable. They'd have to make major changes to work schedules or even quit their jobs...

Nearly 85% of the district had ended up with a new start time, and "In the end, the school start time quandary was more political than technical... This was a fundamentally human conflict, and all the computing power in the world couldn't solve it."

But will the whole drama play out again? "Last year, even after everything went sideways in Boston, some 80 school districts from around the country reached out to the whiz kids from MIT, eager for the algorithm to solve their problems."

54 of 399 comments (clear)

  1. Optimal Busses by crow · · Score: 4, Insightful

    What about providing optimal bus routes without changing start times? Or what about factoring in a cost for changing start times to only do so when the new start time makes a huge difference in the bussing cost? They just need to take into account the political cost of moving start times as another set of parameters.

    1. Re:Optimal Busses by Dutch+Gun · · Score: 4, Interesting

      Yeah, I was thinking the same thing - parametrize the costs of change. It's actually a pretty big blind spot that they missed this, but it's understandable. They tried to fix their issues in one giant step, which naturally flopped.

      Instead, tune that algorithm to make very small, yearly changes that move things in the desired direction. Essentially, they need to factor in the human / political element of this, which states that people resist change of all sorts. So the challenge then is to find a path which minimizes the pain of this transition for the most people. So it's a ten year plan instead of getting fixed in one shot.

      --
      Irony: Agile development has too much intertia to be abandoned now.
    2. Re:Optimal Busses by ShanghaiBill · · Score: 3, Interesting

      Rule of thumb: People will complain about changes.

      Later start times are correlated with better student performance. It also saves many parents money because they don't need daycare for after school, since the school day will end later. It also saves money on buses. For high school students, later start times are correlated with lower pregnancy and arrest rates, since they have less time after school to get in trouble before their parents come home.

      But the people that don't like the change complain, and the (more numerous) people that benefit mostly stay silent.

    3. Re:Optimal Busses by Entrope · · Score: 4, Insightful

      Changing things a little each year for ten years won't fix problems like school times that sharply conflict with work schedules. It will, however, make a bunch of people raise a stink for each of those ten years, and increase the total cost of the transition because you're changing things every year.

    4. Re:Optimal Busses by alvinrod · · Score: 2

      If it were a private school, sure, but this is the public school system. The parents are going to have a lot more pull and can easily take over a school board if they're overly upset and the existing board won't cave to their demands, which is unlikely in the first place.

    5. Re:Optimal Busses by quantaman · · Score: 2

      Yeah, I was thinking the same thing - parametrize the costs of change. It's actually a pretty big blind spot that they missed this, but it's understandable. They tried to fix their issues in one giant step, which naturally flopped.

      Instead, tune that algorithm to make very small, yearly changes that move things in the desired direction. Essentially, they need to factor in the human / political element of this, which states that people resist change of all sorts. So the challenge then is to find a path which minimizes the pain of this transition for the most people. So it's a ten year plan instead of getting fixed in one shot.

      The basically used an incomplete objective function. I'm not sure the small yearly changes would help since instead of one big headache you're creating a moderate headache each year. Plus, your problem between the current state and the optimal state probably isn't convex, ie there may not be a series of incremental steps that don't incur some major costs along the way.

      I think the better strategy is to look for situations when the routes and/or schedules need to change anyway and take the best smallest modification.

      --
      I stole this Sig
    6. Re:Optimal Busses by sjames · · Score: 5, Insightful

      Actually, it flopped because they, like you, didn't consider the full effects of the change.

      You see, if school starts 2 hours early, it means it lets out 2 hours early. No big deal if the high school student gets home at 2:30 or so when mom and/or dad don't get home until 6:30, but it's a really big deal if the kid is 5 or 6 years old. That's not minor adjustment level changes either.

      So that's the real reason it failed, they failed to codify all of the constraints when they optimized the problem. They now need to either stay where they are, try again with the constraints corrected, or come up with a practical way to loosen the actual constraints that costs less than the current non-optimal scheduling.

    7. Re:Optimal Busses by sjames · · Score: 4, Insightful

      But this plan was burning parent's money. It would make the older kids who would be fine at home alone for a few hours get home later and the young kids who shouldn't be alone that long get home earlier.

      So take a single parent that's just managing and impose that on them and now they're fiscally sunk. I'm betting you'd complain about that too if you were in their position.

    8. Re: Optimal Busses by b0s0z0ku · · Score: 2

      They definitely do that in New York, or walk. The kids even get a free Metrocard (bus/train pass) for school use.

    9. Re:Optimal Busses by dryeo · · Score: 2

      The problem is that they'd need daycare for before school instead of after. If the bus here had changed from just before 8 till after 9, it would have screwed a lot of people. It seems easier to arrange for the kid to spend an hour or 2 at the neighbours after school then in the early morning. Perhaps if more workplaces were flexible or there wasn't such a need for dual incomes, things would work better.

      --
      https://en.wikipedia.org/wiki/Inverted_totalitarianism
    10. Re: Optimal Busses by terrycarlino · · Score: 4, Insightful

      Because in the vast majority of places in the U.S., i.e. everyplace that that is not New York, Chicago or Boston there is no public transportation ssytem.

      In the places that do have public transportation what parent wants their kid riding public transportation? Except in the few cities mentioned above public transportation consists of buses basically going down major routes, the places no one actually lives. People even in towns and cities live in cul-de sac communities specifically designed not to be driven through. Trying to get buses in there is a nightmare, one reason school bus routes often require a hour to take a kid somewhere that would take their parents ten minutes to drive.

      For people who don't know cul-de-sacs are mazes design specifically to prevent through traffic. It's home builders/developers answer to buyer's complaints about not wanting to live on a street that has lots of traffic. Typically a neighborhood has one entrance with short streets going off a common road, each having its own short streets, ending in a circle around which houses are built. They are built to only be easily traveled by car. It is common to only be half a mile geographically from a major road, but be miles away by road.

    11. Re: Optimal Busses by Anonymous Coward · · Score: 2, Informative

      A few sidewalks and footpaths connecting isolated parts of the mazes could make wonders.

    12. Re: Optimal Busses by guruevi · · Score: 2

      By 10 I walked alone to school and it was a bit further than 2 miles. Streets have only gotten safer since, at 14 he should be able to get his own breakfast and get ready for school; at that point you're just there to monitor his adolescent impulses; I had a job then which I sometimes (illegally) worked till 2am to get extra cash, then walked or biked home.

      --
      Custom electronics and digital signage for your business: www.evcircuits.com
    13. Re: Optimal Busses by drsquare · · Score: 4, Informative

      In the places that do have public transportation what parent wants their kid riding public transportation?

      Parents who don't want to raise lazy, fat, spoilt kids?

      People even in towns and cities live in cul-de sac communities specifically designed not to be driven through. Trying to get buses in there is a nightmare

      That's why you put the bus stops on the main roads. It's not rocket science.

    14. Re:Optimal Busses by nedlohs · · Score: 2

      My 14 year old has been getting themselves up in the morning and ready for school and to the bus stop entirely on their own for years now.

      I'm assuming it's illegal in modern day america but a 10 year can easily get themselves to the bus stop (or walk to school) and back again without parental supervision or interaction.

      I've had to leave at 4am and the kid has got himself to school fine, and I've only arrived home at 1am and the kid has managed to do their homework, have dinner, and go to bed just fine. I never did both on the same day of course, but I'm sure it would have been fine if I had to (and now, at 14, I could vanish for a week - up until the fridge ran out of food :)

    15. Re:Optimal Busses by b0s0z0ku · · Score: 2

      Apparently, there's now a Federal law (ESSA, passed in 2016) that makes school districts and towns lose Federal funds if they don't allow kids to walk or bike to school with parental permission. So things might be changing for the better in this respect.

    16. Re: Optimal Busses by b0s0z0ku · · Score: 2

      You sound like a coward. Get a vasectomy before you raise kids damaged by your control-freak ways.

    17. Re:Optimal Busses by fropenn · · Score: 4, Insightful

      Non-teaching staff...you mean the people who cook the meals, clean the floors, fix the computers, help the students with special needs, answer the phone, track attendance, order books and supplies, evaluate teachers, respond to parent complaints, clean the sidewalks...sure, schools would run really well without those people.

    18. Re: Optimal Busses by IcyWolfy · · Score: 2

      There is no means to guarantee safety ever.
      Growing up, I had to walk the 1.5 miles to school, even for kindergarten. I would usually walk up a couple blocks, meet up with another kid in my class and we would walk the way together. Sometimes, alone. Age 5.

      From age 10 (4th grade), school board issued everyone a bus pass if you lived within 2miles of a bus stop. Morning busses were filled with kids ranging from age 8 - 16; in addition to the normal business commuter crowd.

      I am not american, but such is normal in several countries.
      Kids aren't stupid.
      And world isn't a scary place.
      Even in SF, the homeless would shun away and try to hide what they were doing when kids were walking around, because, even they think the next generation should have a better life free of fear and bad inflence.

  2. Bad Headline by Anonymous Coward · · Score: 2

    Hundreds of families were facing a 9:30 to 7:15 a.m. shift. And for many, that was intolerable. They'd have to make major changes to work schedules or even quit their jobs...

    This sounds like a perfectly legitimate argument against the plan. The plan wasn't nixed because people were angry to it, the people were angry because it's a bad plan.

  3. Sorting through 10^120 options by DrNico · · Score: 2

    Given there have only been around 4.3 x 10^17 seconds since the big bang, it seems unlikely that they actually sorted through 10^120 options.

  4. The Installed Base Wins Again by Artagel · · Score: 2

    Another case where the installed base wins over new things because it is too disruptive to change it.

    The school scheduling equivalent of COBOL.

  5. Fucking barbarians. by jcr · · Score: 5, Insightful

    Civilized people are dead at 7:15 AM. What kind of an asshole would demand that you get a kid to school so early?

    -jcr

    --
    The only title of honor that a tyrant can grant is "Enemy of the State."
    1. Re:Fucking barbarians. by angel'o'sphere · · Score: 2, Insightful

      Interesting that people who get most of their work done before 9:00 are stupid to believe going to bed early would shift everyones performance as well.

      I don't sleep before 1:00 ... and usually not before 3:00.

      I don't know why. But it is pretty pointless to go to bed at 23:00 and can not sleep till 2:00 or 3:00 ... why can I not do something that I enjoy during that time, and you simply leave me alone with your "wisdom"?

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    2. Re:Fucking barbarians. by sjames · · Score: 2

      Teens are naturally night people. It's more or less hard wired for the majority of them. Younger kids naturally wake up early and fall asleep early (in spite of attempts to resist in many cases).

      After the early 20s, many people shift to a mid point between the extremes.

      Unfortunately, like many things we've squeezed all the slack out of the system and so we demand that people adapt to serve the social structure rather than the social structure adapting to serve the people.

    3. Re:Fucking barbarians. by Snotnose · · Score: 2

      I don't know why. But it is pretty pointless to go to bed at 23:00 and can not sleep till 2:00 or 3:00 ... why can I not do something that I enjoy during that time, and you simply leave me alone with your "wisdom"?

      I am leaving you alone. I'm just saying, if you need to be somewhere at 8 AM you really need to learn to plan ahead. Otherwise show up bleary eyed and useless to both of us.

      That said, when I was in charge of calling meetings I declared that 10-3 were the golden hours. You can show up at noon for all I care, and I'll work with you. But if I need to call a 10 AM meeting I expect you to be there.

    4. Re: Fucking barbarians. by mcvos · · Score: 2

      Every aspect of your comment sounds completely insane to me. An hour from bed to school is not hard where I live. My 9 year old son often gets out of bed at 7:45 and is at school at 8:30. We live right next to school, but even with 15 minutes walking or biking, it's quite doable. No primary school in a city should be further away than that (though in very rural areas they might be).

      The idea that a school would punish a child for coming on foot or bike is too idiotic toi believe, were we not talking about the US here. Americans seem to he completely nuts when it comes to schools or transportation.

    5. Re: Fucking barbarians. by b0s0z0ku · · Score: 4, Interesting

      I understand that in Germany or Switzerland, helichopper parents who drive their kids to school after age 9 or so are given a "talking to" by school authorities about kids needing independence. Much better model than the US hover-parent model.

  6. They just learned what every programmer knows by Opportunist · · Score: 5, Funny

    Programming would be so much easier without the damn user!

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  7. Complaining that school starts too... late? by diamondmagic · · Score: 4, Informative

    Too-early start times, especially for high schools, are a well known reason for poor academic performance:
    http://time.com/4741147/school...
    https://www.cbsnews.com/news/s...

  8. Typical case of mathematicians by TimothyHollins · · Score: 5, Insightful

    Nearly 85% of the district had ended up with a new start time, and "In the end, the school start time quandary was more political than technical... This was a fundamentally human conflict, and all the computing power in the world couldn't solve it."

    No, it wasn't 'political'. The algorithm successfully computed an optimal schedule for the students with regards to bus transport, but did not include any data at all about the optimal schedule for the parents.
    If they wanted to find the optimums, they should have included the whole system and not just the least impactful part. The parents schedules are the most important ones since they are responsible for making it all happen; from breakfast to dinner to bedtime.

    I see this all the time. Brilliant programmers and mathematicians that think they can just throw the data into an algorithm and get an answer without understanding the data itself or how to interpret it medically/biologically.

  9. Re:What's bad about starting at 7:15AM by ugen · · Score: 2

    You might not be a parent.

    If elementary school starts 2 hours earlier, that means it also *ends* 2 hours earlier. Now, where does that elementary school child go for the 2 extra hours (while parents are, presumably, at work)? That's right - now you need pay a nanny.

    There is nothing "elegant" about an algorithm that optimizes one variable. You can optimize any one variable to the detriment of others (what if *all* kids go to one giant school, for example :) ) It is not a fault of the algorithm though - it's just relying on poorly specified conditions. To be actually useful to real humans, it should have included as many relevant variables as possible.

    No need to blame "angry parents" and no reason to laud poorly specified task.

  10. I Would Absolutely Would Be Rich... by sycodon · · Score: 4, Insightful

    ...if I had a mere dollar for every project that failed because they failed to identify the primary customer and understand their needs.

    --
    When Fascism comes to America, it will call itself Anti-Fascism, and tell you to give up your guns.
    1. Re:I Would Absolutely Would Be Rich... by Shirley+Marquez · · Score: 2

      The algorithm was designed to understand the needs of who the designers thought were the primary customers, the students, and for the desire of the school district to save money on transportation. The desirability of adopting later start times for high schools is well documented; teenagers are natural night people. There don't seem to be any particular disadvantages to earlier start times for elementary schools in terms of student outcomes. So if those are the things you are trying to accomplish, starting high school later and elementary school earlier makes perfect sense.

      The problem was that although the new schedule was beautifully designed to address the needs of the students and the school district, it made no attempt to address the needs of the parents. In the case of high school students it SHOULDN'T be necessary to consider the needs of parents, as those students are old enough to get themselves out of bed and to their schools without parental intervention, but not all parents see it that way. And the change in elementary school schedules, especially the earlier end times, caused serious problems for some parents who were facing the need for hours of additional day care every afternoon. A further complication is that those very high school students with the early start times were often expected to be the caretakers for their younger siblings after school, which doesn't work if the high school gets out hours later than the elementary school.

      Ultimately it's a textbook example of optimizing for the wrong variables.

  11. Re: What's bad about starting at 7:15AM by sycodon · · Score: 2

    That's because while they might be hot shot programmers, they are crappy analysts.

    I suspect that any grad student from a, "lessor" school, but had been trained in analyzing requirements correctly, this would not have happened. That's because they would have asked the most obvious question, who are the customers and what are their needs.

    Failing to account for the work schedules of parents (the real customer ) is a 100,000 watt light sign proclaiming Inadequate Analysis.

    --
    When Fascism comes to America, it will call itself Anti-Fascism, and tell you to give up your guns.
  12. Re:What's bad about starting at 7:15AM by dnaumov · · Score: 2

    What exactly is bad about starting school at 7:15AM?
    For most people, that means drop the kids off at school, then head to work.

    It's only a problem if you've organized your life around the 9:30 start time. The change would be difficult for some. (I suspect that for many it would be less difficult than they make it out to be. People often complain loudly about change, then when that doesn't work they make some simple adjustments to adapt to the change.)

    In Europe, many countries are considering moving the start of the school day from 8-9 am to 10, because it is simply neither healthy nor productive to wake people up so early, child or not.

  13. Even when MIT horrendously fails ... by m00sh · · Score: 2

    MIT's algorithm wasn't elegant. It was a complete failure. Still, it is being spun as some sort of success. They're blaming the field of algorithms. The brilliant and elegant men of MIT could not fail.

    All this university branding ...

  14. Not Enough Data by QuadEddie · · Score: 2

    The real root of the parents complaint is the lack of individual situational data into the algorithm. Plug that data into the system, and the results would not be as dramatic, but I guarantee they'd still pay for the project itself multiple times over.

    I wonder why they overlooked the individuals as components of the algorithm versus just scheduling the bus. It's like they were programming a motherboard bus where people are 1s and 0s instead of dealing with complex human individuals.

    Here's a good exercise for them to remember to think of people:

    Create a program to determine where an office full of 15 people can eat lunch on Fridays. Take into consideration, work schedules, personal restaraunt preferences, food preferences, allergies, location of eatery, menu options, service level, eatery reviews, avoid repetition, transportation, weather, traffic, eatery wait times, busyness by hour, price.

    Humans negotiate a lot of that in a conversation and usually with a larger group, there's some sacrifices that need to be made. A program should be able to do this, and MIT should have done something like this before attempting the schoolbus problem.

  15. My first thought. by Fly+Swatter · · Score: 3, Insightful

    Is that problems like this didn't happen when only one parent had to work to support a family. The 'homemaker' stayed home and handled things like weird school times, plus you know, actually teaching their own kids about life. Now both parents have to work, isn't it nice that now it takes two people working full time jobs to earn enough that used to be done by ONE full time parent? This tells me that your job is only worth half the value it used to be! Progress for corporations, at the expense of your family, indeed.

    1. Re:My first thought. by terrycarlino · · Score: 4, Insightful

      I call BS.

      The duel income family is not a result of two parents having to work to meet needs. Its the result of two parents having to work to meet wants.

      Why the hell do 2 adults and a kid need 2500 sqft of house? Is it really necessary for each kid in a family of four to have their own room? Why the hell does every member of the family need a $1000 iphone?

      The difference in family incomes from 30 years ago isn't that families have half the buying power. Its that they spend twice as much. Most of the increase is for stuff they wouldn't have had 30 years ago.

      Let me run down some examples. 30 years ago no one needed an ISP. Most people pay >$150 a month for internet access. No one 30 years ago had a cell phone. Unless you're on Cricket you're paying ~$80-100 a person for a smart phone date plan. You can throw in the difference in price for an 1800 sqft to a 2500 sqft house. Two new cars, vice one new car and a beater. Laptops, tablets, heck desktops, if anyone still has them, none of which a household had 30 years ago.

      Now don't get me wrong. Lots of that stuff is nice to have. Some of it, like Internet access and connected devices are even pretty close to necessary today. But it is stuff in excess of what the single income household use to have 30 years ago.

  16. So, the problem wasn't the optimization... by craighansen · · Score: 2

    ....it was the choice of cost function. They could have chosen the cost function so that no school had their time moved up more than, for example, 30 minutes. The end result might not have saved as much in bus costs, but by removing the objectionable results, they might have successfully implemented the optimized schedule. If they had asked parents about acceptable start times in the surveys, surely they should have exposed the problem up front.

  17. Re:School start times are often too early by b0s0z0ku · · Score: 4, Insightful

    Traffic is no more dangerous than 30-40 years ago, in fact, it's safer. I don't think a larger % of the population has a proclivity to kidnap and abuse children than before, either.

    You sound like part of the problem. In normal places like NYC or parts of Europe, kids walk, bike, or take public transit to school, and parents aren't quaking in their boots in fear.

  18. Re:what about we just build more homes? by ChrisMaple · · Score: 3, Insightful

    Home schooling works superbly in the best case.

    In the worst case, it's a disaster. Parents don't care, kid watches TV for a year, learns nothing and loses much of what was previously learned. You'd be surprised to find out just what portion of parents are that bad, probably close to one quarter.

    --
    Contribute to civilization: ari.aynrand.org/donate
  19. Re:facing a 9:30 to 7:15 a.m. shift?? How retarded by ezelkow1 · · Score: 2

    Arriving to work on time sure, thats a fine value

    Why is going to bed early and getting up early a value? Its all arbitrary. At least all of the shops I know of and have worked at dont really give a crap what time you show up (at least before noon so you can be there to discuss things with others or to make it to a meeting when scheduled). As long as you aren't inconveniencing someone else by not being there what does it matter, do your 8hrs of work and as long as you get it done adequately who cares

    Of course this doesnt apply to shift work, when you have to be there at a certain time, but for anything non shift going to bed early and getting up early is a preference, not a value

  20. And the client exclaimed with a snarl and a taunt by kmoser · · Score: 4, Insightful

    "It's just want I asked for, but not what I want!"

  21. Re:Consider the location. by Anonymous Coward · · Score: 2, Interesting

    The MIT leftie loonies are kept in line by actually having to prove their scientific claims. Harvard, however.....

    The problem for the MIT researchers was that they tried to solve a math and a scheduling problem. They'd never attended a town hall meeting in Southie, or in Charlestown, or the political loonie of anything involving the Cambridge Housing Authority. Now *that* is a bunch of overprivileged wealthy white single moms who don't actually have to worry about rent, they just worry about where to find cheaper gas for their SUV that their daddy or ex husband is paying for. Been there, done that, dealt with their spoiled rotten over-medicated kids.

  22. Second world country problems? by LostMyBeaver · · Score: 3, Insightful

    We don't really have those problems here.

    In first world countries, it is assumed that people work for a living and that the average work day spans from around 7am to 5pm with a little time for drifting. As such, in first world countries we have government subsidized day care that operates from 7am to 5pm. This means that everyone should be able to make their work window happen during those hours.

    For children who are too young to be home alone before and after school, the schools are open early and there are people watching the playgrounds. Then there are programs sponsored by the government to provide after school activities (similar to day care) for kids up to around 6th grade until 5pm.

    In these environments, we don't have school buses... we simply have public transportation. The parents drop off and pick up using public buses... even if you live on a farm 500km from civilization... there should be a regularly serviced bus stop nearby.

    Parents often make groups to walk kids to and from school each day... and the single parent with a long way to go to get to and from work generally don't have problems because no one would consider making one of their child's friends mother have to quit their job.

    Then there's the issue of making sure that mom or dad don't have that problem. Whether you're a 1%er or you're the bottom 1%, the government pays your child welfare to make sure their have what they need. This pops an extra $300-$500 a month into your bank account. So you can afford to have a slightly more flexible job or even to be a student long enough to make things easier later on.

    We pay for this as tax payers in the first world and don't think anything of it. It doesn't matter whether we choose to have children of our own or not. What matters is that the people we work with need to be healthy. The people who work for us need to be healthy. The people who pick up the trash on the road need to be healthy. The people who we pass on the street need to be healthy. Otherwise, you get second world problems like school shootings because people aren't healthy. Or equally disgusting... people live in neighborhoods with security gates and guards because they're terrified of their own lives.

    The first world is willing to live with a little less to get a lot more. We have governments with parties who we don't trust, but are smart enough to make sure there are enough parties that they can't make any choices without actually debating those laws openly. So while we don't trust the people in the government... we trust their enmity towards one another to keep them from hurting us. We also trust the government to make sure our tax payer money is spent in a way that will get them reelected because we can see, touch and feel how much better our lives are than the second world Americans on TV.

  23. Re:Why buses? by CrimsonAvenger · · Score: 2

    Netherland has no school buses; all schools start between 8:15 and 8:45, and kids go to school on their own bike. Young kids are brought by their parents. Especially in a city like Boston, I would expect the distance to school to be too short to justify buses.

    Well, and this just goes to show that the Netherlands has never had to deal with "forced bussing".

    Once upon a time, it was determined that black kids got worse educations at their local schools than white kids at their local schools. The obvious solution? Bus some of the white kids to the black schools, and some of the black kids to the white schools. Net result? Most kids don't go to the close-to-home schools, they go across town, no matter where they live (the exception, of course, is the children of the upper class, who could (and did) afford to go to private schools).

    Anyways, for the last 50 years, major cities didn't allow for the option of "go to the school just down the street"....

    --

    "I do not agree with what you say, but I will defend to the death your right to say it"
  24. Re:Why buses? by b0s0z0ku · · Score: 2

    Actually, Massachusetts almost totally got rid of "forced busing" rules around 2013. Many towns and cities the size of Cambridge (~100k population) in the US have their own districts and route kids to local elementary schools within a mile or two of their homes.

    Even bigger US cities do this -- in NYC, kids typically go to local elementary schools, semi-local middle schools, and then take public transportation to high schools.

  25. Bring back consultants by holophrastic · · Score: 2

    A long long time ago, known as the '80s, we still had people called "general business consultants". These people were hired by businesses, for lots of money, purely to look around and make decisions. They didn't justify those decisions (with any sort of data) at all. They simply said thing like "I believe this is the best course of action.". You believed them because they had a good track record and experience in the field, or you didn't.

    Nowadays, general business consultants have been replaced by data engineers -- people who like to collect huge amounts of data points, and have dumb-ass machines make decisions based on those data points. Alas, like every study that's ever been done with data points, it all comes down to whether or not you have enough of the right data points, and not too many of the wrong data points. And that's a skill that absolutely none of these data engineers has ever had.

    I can make the cost of transportation absolutely $0. It's really easy. I'll just cancel all of the buses. Oh, wait, you actually want buses? I hadn't thought about that. Okay, I'll take your children at midnight. Oh? You don't like that either? Here's a thought, I'll get more buses, not stagger anything, and you'll be happy. Oh wait, we don't have that much money?

    Look at that. Balancing costs and services can't make everyone happy. Maybe happiness costs money, or customers. Shock of a lifetime.

    Maybe one day, data engineers will be able to put in the very important data point that says we're never trying to solve a problem. Solving any problem is ridiculously easy. We're always trying to solve a problem within another problem -- within a context. Like, in this case, within a parent's business day. That's hard, if not impossible, every time.

  26. Re: Another example of Entitlement by jenninaj · · Score: 2

    And apparently I need to learn how to insert paragraph breaks. Mucho apologies.

  27. Comment removed by account_deleted · · Score: 4, Insightful

    Comment removed based on user account deletion

  28. Re:Real problem is to elegantly remove all the bus by Shirley+Marquez · · Score: 4, Informative

    There is a fallacy of averages in play here.

    We try to provide an education for all students, and there are federal laws protecting that right to an education. But some students cost more to educate than others. Special needs students are very expensive to educate. Most charter and voucher schools find ways to get out of taking their fair share of special needs students, and few parents will have the resources to home school them.

    But voucher systems typically pay the district-wide average of student cost, rather than the average cost of educating a non-special-needs student. As a result, they overpay for what the schools are delivering. Students who are less costly to educate leave the public school system, leaving that system with a higher percentage of those expensive students while simultaneously damaging its economies of scale. The result is a downward spiral of public education.

  29. Re:Why buses? by mcvos · · Score: 2

    I can certainly understand the desire for more mixed schools; some schools in Amsterdam could certainly use being a bit more mixed.

    But still, that doesn't mean everybody has to be bussed, just half of the kids living in a neighbourhood that is itself completely homogenous as well as too far away from a different neighbourhood.

    Of course the real solution to that problem would be to encourage more mixed neighbourhoods. Add bigger, more expensive houses in poor neighbourhoods and more affordable housing in wealthy neighbourhoods.