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

 



Forgot your password?
typodupeerror

Comment Re:Historically inaccurate and weirdly depressing (Score 1) 100

You are selecting instants out of centuries, and mixing in a bit of fantasy and some PR. The instants are definitely a PART of history, but they're a very small part. (The country "by the People, and for the People" was only for a very selected subset of all the persons living there. Over time it developed into something better for most of them, but that was an extended process, most of which was boring.)

Comment Re:Historically inaccurate and weirdly depressing (Score 2) 100

Uuuuhuuu....You're taking "reported history" as "history". Most history was boring, and thus not reported. For reporting people either edit for political purposes or for the adrenaline rush. People don't like watching/playing boring stuff...but they most try to make their lives as boring as possible, avoiding dangerous situations. Fake excitement is sought after by people, like roller coaster rides, games, etc., but only because the danger is fake. (Yeah, there are exceptions, but most people shun real dangers.)

Comment Re:Locked in (Score 3, Insightful) 77

He's not claiming Tesco is in breach of contract. He's claiming that they acted unwisely in making their core business dependent on one particular (any particular) supplier. He's clearly right, but "efficiency experts" have been pushing more and more companies in that direction for decades.

Comment Re:Seriously? (Score 1) 94

D is fast and handles Unicode well. If the application is I/O bound, Python is a better choice. If it doesn't use Unicode, C++ is preferred. (This preference is partially driven by available libraries. If libraries are significant you pick whichever has the best libraries. Were libraries equal I'd probably always pick D, though coding in Python is a bit faster.)

Comment Re: Seriously? (Score 1) 94

No, Doxygen support only determines which languages aren't acceptable.

Actually, a good documentation program that can generate static html pages, is easy to use, doesn't take up too much vertical space, and a few other requirements it the criterion, but basically that's Doxygen or Javadoc, and I don't like Java. ... Well, actually one of the requirements is the same documentation system needs to work on all the programs in the project.

E.g. Markdown takes up too much vertical space. (The requirement for blank lines.) That means that when I'm editing I can't see both the documentation and the cpde.

Comment Re:Seriously? (Score 1) 94

An interesting selection of langauges. I, personally, switch between C++, Python, and D, depending on what I'm doing. I find all of the ones you selected ... umm ... less suitable. I'd be interested in Go if Doxygen could handle it. Similarly for Ruby. Both have cases where they would be the better choice, but documentation of my work says to avoid them. (And Sphinx is lousy, but since Doxygen handles Python I don't need to deal with it.)

Slashdot Top Deals

It is clear that the individual who persecutes a man, his brother, because he is not of the same opinion, is a monster. - Voltaire

Working...