Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:JS is a C..P Language - see here why (Score 1) 505

ALGOL, COBOL, FORTRAN, Java, C, C++?

Nah! Too hard, their compilers throw too many errors...

Now JavaScript, I don't need no stinking discipline! Good lets go for it...

I'm having to master JavaScript/AngularJS as part of a JEE7 App. JavaScript is great in some ways, but the lack of rigorous static type and error reporting is a massive handicap for serious development. But then, I understand the value of coding discipline from experience - as I have programmed in all the languages of the first line - mostly COBOL (in the distant past) & Java (since 1997).

Comment Re:Moving away from consumer products (Score 3, Informative) 177

Since 2004, I have done 4 extensive searches on the Internet to look for valid comparisons between MySQL & PostgreSQL.

Each, and every time, PostgreSQL (http://www.postgresql.org) came out ahead, in all areas that concern me - such as:
(1) Performance
(2) Reliability
(3) Scalability in terms of the database size
(4) Ease of installation & configuration
(5) Ease of developing SQL queries

And of course, it runs well on Linux!

I have a client that uses MySQL, and I did some DBA work & development on a major Java project that used MySQL.

So I would recommend PostgreSQL as being suitable for many projects. However, you should always check what a particular project needs, rather than assume one particular DB is best for it!

Comment Re:Hmm (Score 1) 273

I agree with most of what you have written.

I think the key thing for organisations is to have a format (such as the OpenDocument format, otherwise known as ISO 26300 see: http://iso26300.info/ and https://www.oasis-open.org/com...) that is a standard that:

(1) allows documents written now to be read correctly in 30+ years time

(2) anybody can legally implement without have to pay any kind of licence fee, or other form of fee

(3) will allow documents to be read & edited by any software that adheres faithfully to the standard

(4) can represent what people need to do in a document without having to pay a large fee for the privilege and without restricting people to charge a hefty fee should they so desire

So a lot of the value of the OpenDocument format is to the organisation itself, and other organisations it interacts with. In fact it is of value to individuals as well. Also of prime importance, no company can hold peoples documents to ransom by locking them into a proprietary format - like Microsoft attempts to do.

Note that Microsoft is entitled to fully implement the OpenDocument format and to charge whatever it wants for its software, so it cannot validly complain it is being locked out of markets - if it refuses to properly implement the OpenDocument format!

The fact that most people only use a very small subset, and that this subset is within the OpenDocument specification is important, as this means that people should not need extensive training to create and distribute documents that can be used by other people with different software.

LibreOffice is just one of many pieces of software (http://en.wikipedia.org/wiki/OpenDocument) that is committed to the OpenDocument format.

Comment Re:Hmm (Score 1) 273

I know that about 8 years ago I was meant to use Microsoft Office at work, but it was too difficult to use as their method of font selection was atrocious - so I used OpenOffice, and no one complained. Though now I use LibreOffice (http://www.libreoffice.org) of course, as it has more features and much more development momentum behind it.

Comment Re:Norwegian Issue (Score 1) 476

Well using 0C and 100C seems more logical than 32F and 212F.

Also, it would be good for the Americans to join the rest of the world in properly adopting Celsius.

It is ironic, that it was an American text book (on Physics) in year 12 at school, that did most to convince me of the superiority of the metric system. Mind you, I was not liking the convoluted ways required to work with the Imperial system for some years prior.

Comment Re:Norwegian Issue (Score 1) 476

Even if I know off by heart what the temperatures in Fahrenheit are for the freezing and boiling points for water, it is no reason to inflect that on future generations. Besides, the values (32 & 212) always seemed somewhat strange.

In colloquial use the size of the unit is no big deal, and if I need to express the temperature in any finer granularity I have no problems with using a decimal point.

Also the extensive use of Fahrenheit makes it harder or people to understand energy and related concepts in Science. It is also far simpler to have one common system for both science and ordinary use.

The Americans seems to be moving backwards on Science, looking at the problems in some states pushing Creationism and other superstitions as facts in text books.

Comment Re:Norwegian Issue (Score 1) 476

Metric calendar would be daft!

I was brought up using the Fahrenheit scale, but I but I now think that in both colloquial & scientific use, Fahrenheit is also daft!

http://www.straightdope.com/co...
[...]
Everybody knows 0 degrees on the Celsius scale is the freezing point of water and 100 degrees is the boiling point. On the Fahrenheit scale, however, freezing is 32 degrees and boiling 212. How on earth were these numbers arrived at? Do 0 and 100 degrees Fahrenheit mean anything?
[...]

Comment Re:9.1 (Score 1) 1009

Yeah, I found GNOME 3 to be a Triumph of Fashion over Functionality!

I was using GNOME 2, but fled first to xfce, though now I'm using the Mate Desktop Environment (which started off as a fork of GNOME 2 with the good bits that the GNOME developers had already dropped added back in).

As far as I can tell Unity is as bad as GNOME 3, but Microsoft's Metro Desktop Environment is far worse than either of GNOME 3 or unity!

Slashdot Top Deals

The rule on staying alive as a program manager is to give 'em a number or give 'em a date, but never give 'em both at once.

Working...