HN user

snom320

33 karma
Posts0
Comments22
View on HN
No posts found.

In VMC, yes. If you're in IMC in certain air spaces, it is the ATCs responsibility to maintain separation, not yours (because you might not have the information needed to avoid a collision, but the ATC will).

If course, you're still responsible for following instructions, but you can't necessarily blame an IMC mid-air on the pilots.

I think the Amiga was pretty revolutionary when it launched. Without any accessories, it had stereo sound output and pretty impressive color graphics. And it was affordable (esp. the 500). PCs didn't really get anywhere close in that department until the whole Multimedia PC thing happened in the early 90s.

Light aircraft engines are already _very_ reliable, you'll most likely spend a career flying without ever experiencing a failure. The most popular GA motor, the Lycoming O-360, has been in production for something like 60 years, and is pretty much "debugged" as far as engines go. Still, failures do happen (most often because of user error). You can switch to turboprops, and you'll get more reliability, but higher costs. You can switch to a multi-engine plane, but again costs are higher.

An electrical motor which can provide backup assistance without causing further single points of failure is a nice add-on if they can make it work (I'd be sceptical about trusting this thing without extensive testing.)

Killing Off Wasabi 11 years ago

FogCreek should have bit the bullet and re-wrote their application in an open, standardized cross-platform system.

Ah, so you happen to know better than Joel how much resources they had available at the time, how long the rewrite would have taken, how much it would have affected their ability to ship new features?

Fog Creek was a much smaller company back when they wrote Wasabi. Postponing the rewrite until they had more resources to spare was probably a good decision.

There's nothing stopping a contributor from keeping your copyright notice, and adding his own license that only covers his own modifications. The contributor does not technically need to change the license of _your_ work, but he is free to chose whatever license he likes for his own changes to your code.

No shit. If you want to harm the US, its not a negative action. Else, its a goddamn negative action. I'm trying really hard to figure out why else you would make that argument.

How hard have you tried? Do you honestly think nothing good can come out of this for US citizens?

No you can't. Well, due to fair use you probably could without losing a legal battle over it, but for more substantial improvements you couldn't do that. Presumably you thought about this when choosing the BSD license (or when choosing to contribute to a BSD licensed project).

IMO, the main difference is that Apples gives you more choice in the matter. I can still choose to not enable iCloud, and only sync my iPhone / iPad to my computer. Also, for some data collection Apple explicitly asks you whether you want to share the data to improve its service (location data and crash report data, for instance)

I'm not sure that's their main problem. Other companies are alive and well selling similar printers to customers that know what they buy.

I think MakerBots biggest problem is that they've marketed (and with Gen5, designed) their products as being "consumer ready" when they're far from it.

With the huge brand name of MakerBot, I can't help feel that this is going to create a setback for the 3D printer market. It's just sad.

I think the important point is not that it just outweighs what can be achieved by modularisation, but that it is fundamentally more difficult to achieve using modularisation. Had that not been the case, you would expect companies that emulated the psychological value _and_ used the modularisation path to make more money than Apple would.

I don't really get what your problem is? You can disable the memory limitations if your use case requires it, or set the limits as high as you want.

How else would you suggest that OpenVZ should handle over-allocation? It is, after all, one of the points of virtualization (and the reason why you can get such containers for cheap).

You can't really blame OpenVZ if the users or sysadmins are unaware that the container has hard limits and that you're able to see if you've run into them using /proc/user_beancounters. Of course, if OpenVZ fails to allocate memory when you're under the limit, that's a separate problem that should be adressed (although I've yet to run into that one).