Forgot your password?

typodupeerror

Comment: Re:3/4 million words. tl;dr (Score 1) 558

by Timmmm (#39008827) Attached to: Global Christianity and the Rise of the Cellphone

No he means how short it can be and still be a viable religion (as in it can reproduce in the minds of followers).

You'd *at least* have to include all the stuff about heaven, hell, God-still-likes-you-even-if-you-have-no-real-friends, etc.
You could exclude all of Numbers, Deuteronomy, Revelations, probably most of the traditional Bible stories (Noah's ark, etc).

It's an interesting question, and your answer is idiotic (I thought you were against that?).

Comment: Re:Dart? (Score 2) 573

Yeah I know, but apparently LLVM "bytecode" is really compiler IR, and not really suitable as a language and machine neutral bytecode. (It has specific x86 instructions and so on. There was a widely-linked mailing list message a while ago about LLVM not being suitable for use as a low level virtual machine.)

Comment: Re:Dart? (Score 2) 573

I've looked at Dart. It seems like javascript but with all the "hey, that's actually fairly neat" features removed, and their stupid counterfeight-typing system added on. Yeah... counterfeight typing. You heard it here first. Looks and sounds like static typing, but it isn't.

They probably *wanted* it to be static typing but supporting compile-to-javascript meant it was easier for them just to say "sod it, let's make it dynamically typed and call them 'annotations'". That's the only sane explanation for the insanity I can come up with anyway.

I still don't see why they couldn't have come up with a proper mostly-language-agnostic bytecode for the web. Like what LLVM sounds like it should be (but isn't).

Comment: Re:Wash it in some alkali (Score 1) 232

by Timmmm (#38811943) Attached to: Mozilla Releases Rust 0.1

Oh great - just what we need - yet another programming language

Not all languages are the same. Maybe your criticism is valid for C# / Java, but the other languages you list are all pretty different. Rust has some features, and certainly a unique combination of features (e.g. modern, and not garbage collected).

there ain't enough people to teach kids and adults the languages we already have

Well you don't actively need teachers to learn a language (tutorials, books, etc), nor do you have to learn every language in existence.

And 0.1, meaning it's currently unusable. Why not wait until 1.0 is ready before announcing it?

Maybe so interested people can follow its development, make suggestions, help write the compiler and so on?

That too w/ such an inspiring name as 'Rust'.

Jesus Christ who spat in your face this morning? Why are you such a pessimistic parade-pisser?

Comment: Re:I'm not in America! (Score 2) 1002

by Timmmm (#38738954) Attached to: Ask Slashdot: What Can You Do About SOPA and PIPA?

Yeah this is kind of pointless, and frankly I'm kind of pissed off the wikipedia actually blocked their site outside the US. What's the point? I'm already aware of it, and I can't really contact my congressman. A clickthrough would have been fine and would have spread the word just as well.

Fortunately they didn't truely block the site. You can get around it with the bookmarklet on this page: http://concentriclivers.com/?p=I%20don't%20live%20in%20America%20and%20can't%20do%20anything%20about%20SOPA%20Wikipedia

Computers are not intelligent. They only think they are.

Working...