Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment Re:Lack of Mozilla Focus (Score 1) 21

Strangely, no one connects the many claims that garbage collected languages "eliminate a whole class of programming errors" is good with the aforementioned "typed languages eliminate a whole class of programming errors" as good also.

Almost nobody uses "untyped languages". Few of those even exist, with Forth and various assembly languages being the main examples. (C, with its type system that is as airtight as a sieve, gets an honorary mention.)

You're probably harping about dynamically typed languages. In such languages, the runtime still knows *exactly* what type every item of data has. These are not weakly typed. But what you obviously prefer are "statically typed" languages.

Static typing might statistically reduce some errors, but it certainly can't "eliminate whole classes". Consider "set_warhead_target(float latitude, float longitude)". Did the type system give you any protection from accidentally swapping the two parameters? That's really the problem that you're so worried about: accidentally using the wrong data value in the wrong place.

However, very few statically typed languages (with Rust being a notable exception) have eliminated the biggest source of type errors in computing: Null, which is a bogus placeholder that matches any pointer type (or reference type, depending on the language's nomenclature). So in many cases you have no less risk with static typing than you do with accidentally feeding a string into a Python sqrt() function. And in the case of C or C++, you can be much worse off, as in segfaults and remote exploits.

Comment Re: Cloud computing is one the dumbest ideas ever. (Score 1) 71

The alternative is developing a progressive web application (PWA) that runs in Safari instead of a native iOS application.

Considering that Grab has building iOS apps for over 12 years instead of developing PWAs, I would guess they know more about their business than you. Have you presented your ideas to Grab?

Comment Re:What happens to other MD11 pilots? (Score 1) 44

1) Commercial pilots have to be certified to fly models of aircraft. No rules say pilots can only certify on one type of aircraft for their entire career. Some pilots certify on multiple ones. 2) UPS and FedEx fly more than the MD-11 as mentioned in the summary that it was a small part of their fleet.

Comment Re:Small potatoes (Score 1) 91

You can technically do your taxes for free by manually filling out the forms yourself.

I can't think of any business or other government function that still makes me fill out any paper forms. At one recent employer I did not fill out a single paper or PDF-style form, HR or otherwise, in the entire experience from the day I applied until the day I resigned.

Nobody uses paper forms any more. Everything is online. Taxes should be no different, and there should be no 3rd party middlemen collecting tolls for the "privilege" of doing something online the way everything else is done.

Comment Re: I think it's more than slavery (Score 1) 127

Tesla stock is only up a cumulative 6% from the peak it achieved exactly 4 years ago. That is not even close to keeping up with inflation - 18% over the same time period. So if just getting attention from a market flop is a strategy for driving up the share price, I guess it isn't working very well.

Slashdot Top Deals

"Love your country but never trust its government." -- from a hand-painted road sign in central Pennsylvania

Working...