Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Space

Software Error Caused Soyuz/Galileo Failure 157

schwit1 writes An investigation into the recent failed Soyuz launch of the EU's Galileo satellites has found that the Russian Fregat upper stage fired correctly, but its software was programmed for the wrong orbit. From the article: "The failure of the European Union’s Galileo satellites to reach their intended orbital position was likely caused by software errors in the Fregat-MT rocket’s upper-stage, Russian newspaper Izvestia reported Thursday. 'The nonstandard operation of the integrated management system was likely caused by an error in the embedded software. As a result, the upper stage received an incorrect flight assignment, and, operating in full accordance with the embedded software, it has delivered the units to the wrong destination,' an unnamed source from Russian space Agency Roscosmos was quoted as saying by the newspaper."

Comment Re:Moo (Score 1) 3

I'm in no rush to update. I wait on that stuff and let the early adopters find the problems.

I really don't get why everyone gushes over mac as being so superior to Windows when it comes to the stability of updates. Mac fans are just willing to endure more.

PHP

PHP 5.6.0 Released 118

An anonymous reader writes The PHP team has announced the release of PHP 5.6.0. New features include constant scalar expressions, exponentiation using the ** operator, function and constant importing with the use keyword, support for file uploads larger than 2 GB, and phpdbg as an interactive integrated debugger SAPI. The team also notes important changes affecting compatibility. For example: "Array keys won't be overwritten when defining an array as a property of a class via an array literal," json_decode() is now more strict at parsing JSON syntax, and GMP resources are now objects. Here is the migration guide, the full change log, and the downloads page.
Crime

Anita Sarkeesian, Creator of "Tropes vs. Women," Driven From Home By Trolls 1262

Sonny Yatsen writes: Anita Sarkeesian, the creator of Tropes vs. Women — a video series exploring negative tropes and misogynistic depictions of women in video games — reports that she has been driven from her home after a series of extremely violent sexual threats made against her. Her videos have previously drawn criticism from many male gamers, often coupled with violent imagery or threats of violence. The Verge story linked has this to say: The threats against Sarkeesian have become a nasty backdrop to her entire project — and her life. If the trolls making them hoped for attention, they've gotten it. They've also inexorably linked criticism of her work, valid or not, with semi-delusional vigilantism, and arguably propelled Tropes vs. Women to its current level of visibility. If a major plank of your platform is that misogyny is a lie propagated by Sarkeesian and other "social justice warriors," it might help to not constantly prove it wrong.
User Journal

Journal Journal: The Macbook Pro 5

I am getting more used to my Apple Laptop.

It still makes me crazy when I need to hook it to external displays. I wanted to show a video to some friends the other night and thought I would just connect the mac to my tv via hdmi. Couldn't get it to work. Crazy. I just switched to my PC that is always connected and downloaded the video there.

Comment Re: I like... (Score 1) 643

You haven't been reading the news if you don't realize that cops have been beating innocents, lying in court, claiming peaceful protesters are violent, and other such violations of rights that won't be so easy to get away with if the cop has to wear a camera.

Comment Re:What's the point? (Score 1) 511

I could as easily pick apart your arguments. I find it hard to imagine never using code that is shared with other projects for example. Why re-invent the wheel? Are you declaring code re-use dead? What about the system libraries? Do you hack those without notice too?

And what happened to unit testing where you should easily enough shake out cases where people called a function they shouldn't have?

I have argued that the programmer who just takes the IDE's word for it will eventually end up in deep trouble.

You seem to be arguing that duck typing is bad because shoddy practices rule.

Slashdot Top Deals

Anyone can make an omelet with eggs. The trick is to make one with none.

Working...