Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:i'th Post (Score 1) 366

It actually doesn't matter whether it's man made or not. If our cities and our farmland are going to be flooded and rendered unusable, we have to respond. Climate change could be 100% down to aliens from the Planet Bolg, and we'd still have to take action. Pretending it isn't happening, or claiming it's not our fault, is not adult behaviour.

Comment Re:i'th Post (Score 1, Troll) 366

Are we all going to die from it? No, so quit making it seem scary.

The overwhelming majority of our grandchildren and great-grandchildren are going to die - not directly of global warming, but of the war, pestilence, famine and general destruction which will ensue when coastal cities flood, the area of agricultural land (much of which, globally, is also low lying) reduces, and the temperate bands move towards the poles.

Not everyone will die, no. And probably the big die-off won't happen in the lifetime of anyone now alive. But if we don't halt global warming soon, the population of the Earth is going to fall very sharply, probably by an order of magnitude.

Comment Re:never heard of this jMonkeyEngine (Score 1) 184

I think software by nerds is for nerds.

Not Joes. Apache, linux, freebsd, samba, cordova, openssl, and others are invaluable but are for developers.

Exactly. And the people who write games are necessarily nerds. So the fact the jMonkeyEngine is build by and used by nerds is just fine - non-nerds do not have the skills to create games.

Comment I use jMonkeyEngine (Score 1) 184

And prefer it to Unity, which I also use a little. The reasons I like it are:

  • It's platform agnostic.
  • It plays nice with Java and other JVM languages, including Clojure in which my AI is written
  • It's open source, and since if I ever get to a place where I've a releasable game I'll want to release open source that matters.

What do you need from your community? Is it feedback? Is it actual engagement (like, do you want people to take responsibility for particular bits of functionality?) It is money? Frankly I'd be happy to subscribe maybe US$100/year to help fund the development of jMonkeyEngine, provided it keeps developing and stays open source.

Comment Re:A BASIC fan's step-by-step curriculum (Score 1) 215

I know it's not really what a platform-builder wants to hear, but please use BASIC only for purposes for which it's the best tool. It's ideal for highlighting the often-missed initial concepts, such as the facts that statements are executed in order, variables can store information and change...

In declarative languages instructions are not executed in order (indeed, modern compilers frequently reorder instructions and, as we progressively move away from Von Neumann architectures, very few computing environments will guarantee instructions are executed in order). In functional languages variables cannot change. If those are the ideas you've internalised about software, you aren't going to go very far.

BASIC is just the ultimate bad language. Like King John, it has no redeeming features.

Comment For the love of God don't use BASIC (Score 1) 215

BASIC is a really, really bad language to teach anything about computing. If you want to equip them for the world of work, go for Java or C# (which are more or less the same, from a learner's point of view, and neither is hard). If you want to teach a deep understanding of algorithms and how computers work, Clojure or Scheme would be good choices.

Comment Re:Simple solution... (Score 1) 95

I currently work for a small (50 employees) engineering company. One person in my present team's weekly standup is in Montreal, Canada. Three are in New York, USA. Three are in London, England. The rest are in Glasgow, Scotland. In my last job, with a major international bank, one standup member was in Chennai, India; three in Geneva, Switzerland. One in London, England. And the rest in Glasgow. In the real world 'everyone in one room' just isn't going to happen.

Comment Good operating systems don't use extensions (Score 1) 564

If you're trying to determine what the file type of a file is from an extension on the end of its name, you're engaging in industrial archaelology, not computer use. You can rename any file to have any 'extension'; consequently this idea is completely broken. The idea that you deal with this misfeature by hiding it just compounds the error.

Comment For once, backwards compatibility is a BAD idea (Score 2) 166

The Web is in the mess it now is because Microsoft (and, to a lesser extent, Netscape, back in the day) has gone through so many iterations of deliberately trying to create subtly incompatible variants of HTML. Creating a browser which is backwards compatible with that mess simply perpetuates the mess. The new browser should simply refuse to render non-conforming legacy pages at all - that would force web site owners to clean up their act in short order.

Comment Convenient error, perchance? (Score 5, Interesting) 108

Speaking as someone who's been following this story as it developed, it seems to me that the data that has been 'lost' is data the high heid yins of Scotland's police were very eager to lose. They'd been acting beyond their remit - and probably beyond the law - and they knew it.

So I suspect someone with scrambled egg on their hat took that programmer into a quiet room and said 'you will make an unfortunate error this afternoon, or we'll be sending the boys round'. I'm pretty sure the government suspect the same.

Heads will, I suspect, roll - and I don't think they will be the heads of programmers.

Slashdot Top Deals

Arithmetic is being able to count up to twenty without taking off your shoes. -- Mickey Mouse

Working...