Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re: Are you not entertained! (Score 0) 100

Hell, might as well use the opportunity to shill my own stuff (seems like that's what /. is for these days, anyway)...

I was one of the first 5,000 /. users, and like most of you, I too am fed up with all the shenanigans since Dice took over.

That said, I'd like to personally invite the whole, babbling mess of you to come on over to The Register at www.theregister.co.uk.

We're different. We're a little weird. We like to write headlines that pass people off. A lot of the site is pitched from a UK perspective, which means Americans sometimes don't get it, but we actually have an international staff with offices in Australia and San Francisco (where I work).

And even if the headlines sometimes get a little out there, the reporting is actually mostly pretty straight -- although we don't mind calling bullshit when it's warranted. Anyway, at least we DO reporting, unlike /., which just slaps a misleading summary on someone else's stuff. And several of our people have actual tech background (though others are just reporters).

What's more, compared to any other tech site I've ever worked for, we actually do have a lot of really articulate, whip-smart commenters on our stories. I think you would like some of what you read there. We have some trolls and dimwits, too, but that's par for the course.

Fair warning: our comments ARE moderated by our editors. That's probably never going to change, owing in part to the truly ludicrous UK libel laws, where we can be held responsible for the contents of your comments if we "publish" them. But most of what we pull are just pointless personal attacks and spam.

And as a bonus for /.ers, our site design is about as ugly as the old /., so there's that.

Come check us out. We might be kind of an acquired taste but once you acquire it you might be hooked.

Comment Re:How do we get more women involved in tech? (Score 4, Insightful) 545

Probably because it's unhealthy for tech to exclude 52% of the population based on gender.

But that wasn't the proposition. The proposition was how to "get more women interested in open source." If you're talking about excluding women, then fine, if that's actually happening then that's something worth talking about. We shouldn't be excluding people. But why is it necessary to "get people interested"? If they're not interested, then fine, let 'em pursue other interests. It's a big world with lots of options.

Comment Re:jscript (Score 1) 505

To clarify your last statement a bit, TypeScript is designed as a superset of JavaScript. All valid JavaScript is valid TypeScript. All you have to convert your project is say "my project is in TypeScript now," and you can then start adding TypeScript features to your code -- or not -- as you see fit. That's as opposed to Dart, which really is a different language with a different syntax and you have to start over.

Comment Re:jscript (Score 1) 505

The point of C is that it's fast as hell and gives you almost complete control.

No, assembly language is fast as hell and gives you complete control. The point of C is that it gives you almost as much control but makes it easier to build and maintain large systems without you being some kind of semirobotic idiot savant. In other words, C IS a "dumbed down" language, just like some of the other ones people are complaining about.

Comment Re:Replusive (Score 1) 505

The best approach, therefore, is to build a compiler back-end that targets *both* ASM.js *and* (P)NaCl.

Or just compile your code twice, using two different back ends? I don't see much wisdom in building a compiler that tries to do two things at once.

Comment Re:...but if you want free software to improve... (Score 2) 1098

Yes, this is exactly the issue. GPL isn't "more free" than BSD. Quite the opposite. GPL is far less free as it grants the users less freedoms.

The BSD approach is "Here is something nice I made - have it and do what you like, hope you have fun!"
The GPL approach is "Here is something nice I made - you can use it, but if you you have to let me play with you stuff. I don't care that your thing might be vastly better or more complicated than mine, if you're using my stuff you sure better make sure I can use everything you make."

I think you've mischaracterized the GPL approach. By using the personal pronoun, you make it sounds like the GPL forces people who make derivative works to do things for the original developer. That's not the intent at all. The intent is to make sure that people who make derivative works do things for everyone – meaning everyone collectively, not individually. GPL grants users lots and lots of freedoms; the one freedom it does not grant is the freedom for you to withhold from others the freedoms that you yourself enjoy. BSD does grant you that freedom.

Comment Why the ©? (Score 3, Informative) 46

What is with all the HAL©, HAL(Circle-C) nonsense in the submission? Is that supposed to be some kind of joke? Looking at the website, the company doesn't style the product name that way. Is it supposed to be some sort of winking reference to copyright (hurrr, hurrr)? Because that doesn't make any sense...

Slashdot Top Deals

"May your future be limited only by your dreams." -- Christa McAuliffe

Working...