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

 



Forgot your password?
typodupeerror
×

Comment Re:OS/2 better then windows at running windows app (Score 1) 387

One major reason for the split was that IBM insisted on programming OS/2 in assembler - over Gates' objections - locking them onto the 386 platform.
At least that is the way I remember it.

I think you are remembering IBM's insistence that OS/2 ran on their shiny new "AT", with it's 286 processor when the 386 was already out on the market.

Comment Re:OS/2 better then windows at running windows app (Score 1) 387

It was already working on the next version of OS/2, but split from IBM's path and re-branded the new product as Windows NT. IBM then started their own separate development path and produced OS/2 2.0.

Minor correction. Microsoft - Dave Cutler's team - were working on the OS that was going to replace OS/2 (OS/2 "New Technology") that was then turned into Windows NT 3.1 and successors after the (surprising) Windows 3.0 success.

IBM took the "old" OS/2 code (that both they and Microsoft had worked on) and tarted it up into OS/2 2.x and successors.

Windows NT and OS/2 have no common ancestor. They are completely different OSes from bottom to top.

Comment Re:*shrug* (Score 1) 387

That explains why in the mid '80s to mid 90's IBM was busy in a joint venture with Microsoft first and alone afterwards... to produce a PC system with networking, multi-tasking and file permissions and even 32 bits (OS/2).

OS/2 (at least in that timeframe) was not multiuser. Neither was it 32-bit (IBM insisted it run on their brand-spanking new AT with its 16-bit 286 CPU).

And the Microsoft/IBM "divorce" was around 1990.

With that said I don't agree with GP. I don't think IBM had that much strategy.

Comment Re:Overblown (Score 4, Insightful) 396

And yet it's an obvious case for cheap political rhetoric, "What do you mean that's never going to happen? You're sitting there making plans for it right now!" I don't think you should underestimate the explosive power of contingency plans. For example in a supply chain you might have a contingency plan in case your business partners, vendor or distribution network turn shit but nobody's going to like that you have a plan to stab them in the back. And there's always those who willingly or unintentionally confuse planning in case of failure with planning for failure.

TL;DR: Some things you should just keep your mouth shut about, even if makes sense.

Comment Re:Funny but true (Score 1) 170

Well, we sure didn't get into it to write boring business applications except a few in the dotcom years who quickly moved on when it went bust. As I remember it though, there were many who just wanted to play games and only a few who wanted work with code and I don't think pushing them to play more would have brought them over. Of course you needed the opportunity, but there are a lot of games that are mod-friendly if you're so inclined. I'd sure encourage and test if tweaking a game peeks their interest, but if it doesn't I wouldn't try with more game time.

Comment Re: bye (Score 4, Insightful) 531

I don't think you have to come up with that many conspiracy theories, Mozilla's "problem" is that they won. They broke Microsoft's monopoly, made HTML/CSS properly standardized and together with KHTML/WebKit/Blink some 80% use an open source renderer though many use it in a closed source binary. Microsoft would be laughed at if they tried any new proprietary extensions and for the rest the implementation details are all in the open.

I'm talking of the unwanted UI changes. Then there were the release frequency changes that broke extensions every release for a long time. Then there were more unwanted UI changes, cumulating in the despised Australis UI. Then there was the switch to Yahoo for searches. There were the grid advertisements. Then there was the mandatory HTTPS proposal. Now there's this nonsense. All of this is being done when there are still many bugs to fix, some of them existing for years.

Their problem can be summed up in two words: "Now what?" and it turns out they didn't really have any other goal in common than slaying the dragon and now the dragon's dead. Some UX designers get to make an art project. Some cowboy coders thinks more releases is better. Some will do anything to get away from the reliance on their biggest competitor. Some security nuts get to go overboard. Some want to go after Android/Chrome OS with Firefox OS, but this time they're not competing against proprietary and neglected shovelware and barking up a tree Ubuntu has made essentially no progress on.

Let's face it, Mozilla mainly won because Microsoft was trying to keep the web from competing with local applications so they could sell Windows licenses, they got to the head of the pack and grinded it to a halt. They didn't want to compete, they wanted to put a spanner in the works for as long as possible. It annoyed many and gave Firefox enormous amounts of goodwill even when it didn't work properly, out of spite for Microsoft people kept using it and pushing for sites to support it. They don't have a clue on how to compete with someone that puts up a fight, which is their second biggest problem.

Comment Re:Math (Score 1) 236

An asteroid may kill a lot of people, but it will not cause global extinction. No asteroid strike has ever completely wiped out life on earth.

Isn't that argument a bit like "I plan to live forever, so far so good"? After all, if it did wipe out all life well then we'd be dead so obviously it hasn't happened yet. Some large extinction event seem to happen once every 50-100 million years, what does a once in a billion year event look like? Ceres, the biggest object in the asteroid belt is about a million times bigger (10^20 kg vs 10^14 kg) than the dino killer. That one isn't going anywhere, but there's clearly quite a few potential total extinction candidates if they came to intersect with Earth's orbit.

Comment Pot, meet kettle (Score 2) 236

Excessive hyperbole is silly, yes...

Each year that passes sees roughly a 0.0000005% chance of a species-threatening asteroid coming our way, while real threatsâS - âSenvironmental, medical and political (i.e., war)âS -âScould literally wipe us off the face of the Earth in the blink of an eye.

Global warming is a sloooooooooooooooooow process and even if you burned every bit of coal and oil you wouldn't make Canada into Sahara, it's hardly an extinction level event. A modern day pandemic could presumably kill millions, but it's hardly an existential threat to the human race. Same goes for total thermonuclear war, there's be a lot of direct deaths and many more indirects deads from nuclear winter and starvation but not enough to wipe us out.

Tsar Bomba (most powerful nuke): 50 MT
Chicxulub asteroid (dino killer): 100,000,000 MT

We're not even remotely in the same league. The odds are small that it happens tomorrow but in terms of "worst case" asteroids have everything us humans can come up with beat by far.

Comment Re:How could you protect against this? (Score 1) 173

I can only come up with the obvious client-side encryption, but will the network as a whole still be able to use the data as it's supposed to (in this case; find adult friends)?

This. It seems sexual preferences, age and location is rather essential for the service they provide and email, well how else are they going to notify you that someone has taken an interest in you or that you got a reply? You can't ask a doctor to not work with medical data, there's of course good and poor security but at the end of the day if there's a total system compromise you're screwed.

How could you protect against this?

Best practice seems to be as follows:
1. Public facing server makes web service call to locked down proxy server.
2. Proxy server validates every request thoroughly, everything that looks even remotely funny is rejected.
3. Proxy server queries stored procedure in locked down database, no SELECT * for you.
4. The results are serialized back to XML and sent to the public facing server for display.

A lot of work if you want to do it right, but you get a fairly good barrier to a total breach from the outside. Of course they could compromise your web server and start harvesting data, but you should have some sort of tripwire system for that with audits and logs checking for abnormal activity.

The other way in is of course from your network, if they can compromise someone on the inside with database access or developers to plant vulnerabilities that'll go into the production system. But that's usually a much tougher route and really no different from breaking into any other secure network.

Comment Re:Quite the Opposite (Score 1) 271

I could go on an on about the differences between an Engineer, a Tech, a Manager, and a Team lead. It sounds like what you are looking for in a manager is really a team lead position.

Formally, you could be right. Informally, both the team leader and manager hat usually end up on the same person, even if he lacks one title or the other. If you haven't got a team lead it's pretty obvious, if you do have a team lead then in my experience the manager does the HR/administrative bits and leave the actual work management to the team lead or the project manager if you work on a project.

For example, with no formal title I basically had the responsibility to:
1) Execute the actual project
2) Delegate as possible to the two juniors
3) Support the two juniors
4) Train the two juniors

Sure, there was a project manager dealing with the contract and formal contact with the client. There was a manager dealing with formal HR bits. But I felt I was a bit project manager, a bit team lead, a bit manager and a bit mentor all at once. It was a constant prioritization between:

1) What must I do to get the project done?
2) What can I delegate to free up my time?
3) What should I delegate to teach them?
4) What should we walk through together?

When you're in practice managing 100% of their time, you get all the hats whether you want to or not.

Comment Re:I weep for my country (Score 1) 208

Every non-aboriginal inhabitant of Australia is an immigrant.

Complete bullshit, as it seems you well understand:

Even the aboriginals are fairly recent arrivals if your perspective is wide enough.

I don't understand the racist hate.

No racist hate here, simply someone who thinks immigration should be controlled and targeted in the best interests of the country.

However, successive Australian Governments for a decade or more have been running record immigration rates - mostly under the guise of "skilled immigration" and associated hangers-on - with the twin primary objectives of suppressing wages and maintaining the property bubble. Simultaneously, they have been demonising the weakest and most helpless fleeing for their lives, who account for a rounding error in our immigrant intake.

Unsurprisingly, this systemic view of people as cogs in the machine to be used and discarded on demand has led to a similar culture amongst employers, most recently exposed by the exploitation and abuse of short-term holiday visa holders (usually "backpackers") by the farming industry.

As usual, the Greens have the right idea. Knock down the skilled immigrant intake substantially and increase the humanitarian intake. The footsoldiers of economic immigration can go somewhere else, we should only be importing the best and brightest through our skilled immigration plans, maximising the national interest, and using the rest of our "quota" to help as many people threatened by starvation, torture and death as possible.

When even the dodgy headline unemployment rates are running at 5%+ (real unemployment into the teens), the idea we need to be importing even more people to fight for fewer jobs is just flat out insulting - but the political right seem to believe they've reached the endgame and they're not even trying for a facade of propriety or governance in the national interest any more.

Comment Re:Stupid reasoning. (Score 1) 1094

"More useful" by whose definition? Money is llike water - it can only generate power if it's moving. That 'useful stuff' you speak of often looks like putting the money behind a dam, where it does nothing to stimulate the economy. Consumption, on the other hand, drives the economy.

That's a fairly flawed interpretation, globally all that is consumed must be produced so the only way to raise total consumption is to increase total production. If we consume more than we produce we run a deficit and are either living off means we already have or incurring a debt, which means we've spent less in the past or will spend less in the future. Increasing consumption won't grow the economy as such.

However circulation helps the economy find the most efficient means to produce what we want so I pay McDonald's because it's cheaper than growing and harvesting and cooking my own meal. They again buy from their suppliers and so on stretching your money so you get more for less, but all of this is because of advantages of scale. The value-add comes from us being more efficient when we're specialized, not because we play musical chairs with our money.

Slashdot Top Deals

egrep -n '^[a-z].*\(' $ | sort -t':' +2.0

Working...