Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror

Comment Re:Ok.... (Score 3, Insightful) 136

Oh, that's all, is it.

Yep, you're right 1 hour max /s.

Browsers are the most insecure attack surface of any aspect of modern computers. Apple's s/w is built using standard engineering decision-making - can we rely on X being there ? Why yes we can, so we can delegate this function to that system framework which we've tested is all secure.

Except that all breaks down when someone installs a 3rd party browser. Now the security model of the system depends on the security model of the installed browser, and that's just not acceptable. It may be the user's fault that they installed but you can guarantee that Apple will be holding the can at the end of any argument over why their nudes are now all over the internet.

Comment Re:Space is hard (Score 1) 32

>SpaceX rockets failed repeatedly before getting it right

They didn't, though. There is a HUGE difference between test flights and production flights.

Falcon 1 scheduled several test flights. This where test flights, designed as such, and carrying accordingly mass-simulators, broken satellites, or a bloody wheel of cheese. Their first few failed, which was expected, and not a concern, as this are test flights. Then they reached orbit succesfully, and so they went into production. Their next flight was a production flight, and worked flawlessly too.

Then Falcon 9 came, which worked flawlessly on their first flight, and flew flawlessly for 5 straight years. They had ONE in-flight failure with 1.1, then absolutely none since FT. So 8 years of flawless launches, almost 200 of them too.

Comment Re:Cheap, efficient on-demand launch. (Score 3, Interesting) 32

Virgin Orbit offers expensive, inconvenient, unreliable launches.

For instance, Electron costs *half* of what a LauncherOne will cost you, and RocketLab is more reliable, has more launches under their belt, and offers a fantastic truly customer-oriented system.

The supposed advantages of air-launch aren't such. First of all, it's for the most part a lie. "It's just a plane, so we can launch anywhere". Well, except you do need pretty much all facilities except for a launch tower at your airport. And you need authorizations from everyone, from the FAA to the airport itself, local authorities, etc. Launching from another country? Even more bureaucracy. And it'll only be ok if it's a NATO country and the US gives the Ok for it (because ITAR). So all of those advantages evaporate fairly quickly.

If you want cheaper, and your orbit allows it, you can get on a SpaceX ridesharing mission. Anywhere from 300k to around 2 to 3 million for the max payload capacity that LauncherOne can handle. And you're launching on the most reliable rocket in history.

The problem with their last launch is a fundamental flaw, not necessarily on design, but on how they do things. Their processes are horrible. Sure, they aren't the same company as Virgin Galactic now, but they used to be, and they obviously inherited the same culture.

VO was already not very appealing, but now there are even more options, and more are coming. VO hasn't gone the way of Astra yet for the same reason BO isn't out of business: A big ego with big pockets behind it.

Comment Re:I don't understand why anyone is working on thi (Score 1) 40

Generally, I agree with your sentiment, but also "letting them get away with it" is a bad precedent. We've already seen similar efforts from microsoft, and from other manufacturers. Apple isn't the first, nor will be the last, to try and lock down a platform.

Breaking whatever BS protection they throw at it and doing what you want with the platform is exercising your right to use your own stuff however the hell you want. It's like the US flying over what China claims as the South China Sea. Basically, use it or lose it.

Comment Re:It's "Crew 6", not 6 crew. (Score 1) 45

That is correct. The first mission to carry humans for NASA wasn't a production mission, and so it was called Demo-2 (after Demo-1, which did everything but without people onboard). After that, Crew 1 through 6. So it's the 7th mission *for NASA*. In addition, they also flew Axiom 1 and Inspiration 4.

So, 1 manned demo mission, 6 missions for NASA in the main contract, "Crew" series, 1 for Axiom, 1 private, for a grand total of 9 missions with crew onboard so far.

Comment Re:New iOS Safari has a couple good things (Score 1) 26

I have been using a web browser (since Mosaic / Arena) for over 30 years. Never in that time have I wanted the URL bar (and by extension the tabs bar since they're intimately linked) to be any other place than right there at the top of the window in plain view. The URL-bar/swipe-control is a heinous change that ruins literal decades of muscle memory and expectation.

It is not a "good thing", from my perspective.

For similar reasons, I loathe tab groups as well. I like the way tabs worked *anyway*. I have yet to see a single use-case (for me, and how I use them) that works as well as leaving the frigging things alone and letting me manage them as I see fit.

And yes, hiding UI is bloody annoying. I still haven't managed to work out how to use the phone in portrait mode properly yet. Instead of instant availability and instant access to what I actually want to do, I now have to study the damn thing and figure out how the hell I'm supposed to do

This Safari redesign is the first time I'm genuinely thinking of ditching Safari. It's that bad.

Comment Putting data into array is the fastest algorithm. (Score 1) 130

Sorting by comparison is the wrong way to sort data.

In the example of one million numbers, simply go through them and place them into the appropriate position in a million entry array.

For other data, for example text, simply use the first 8/16/32-bit fragment to of the text to find the appropriate array entry, then repeat for next fragment, using a 2nd level array etc.

Any electronic data can be reduced to an index, and thus that index can be used to put the data into an array.

Slashdot Top Deals

No line available at 300 baud.

Working...