Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Article is valid, answers are stupid (Score 2) 265

The submitter does NOT complain about Google's ability to catch spam! He asks why Gmail does not REJECT obvious spam. Rejecting an email means that - in this case the Gmail - server does not even accept it. In such cases the sender gets back a Delivery Status Notification from his own server, telling him that his email did not go through because of such and such error. An important point here is that the email is not lost without any notification. The sender can try to contact the recipient in another way. Actually this may be better than putting the email into a spam folder if that is not monitored regularly, or at all. Yes, this is a valid question, but almost none have undersood it.

Comment Re: it solves some unicode issues (Score 1) 774

I do not understand this complaint about unix configuration either. I am a relatively new Linux user (about 5 years, compared to 20 years on Windows), and I find the Unix configuration system is far-far better than the mess in Windows. Everything is in the /etc/ directory. In the rare cases when I install a tarball instead of a package, the configuration files are in /opt//conf. I manage about about 50 virtual servers, it really works well.

Text configuration files are easily managed by standard command line tools, including diffing and merging changes during upgrade, and non-interactive modifications.

Comment Re:How quickly will they run back to Oracle? (Score 1) 198

So, when you have an operation and they wind up performing a sex reassignment surgery instead of an appendectomy due to the lack of atomicity, consistency, isolation and durability in their database, you would be OK with it?

Demagogy. Your example has nothing to do with ACID. Such a case would inditate wrong data entry or a client software bug.

By the way, such errors do occur. Even in systems where the database is ACID.

I have not read the article, but I guess they store either very frequent data (measurements) in NoSQL, or large data (3D images). Depending on nonfunctional requirements, neither is possible at all, or cost-effective with RDBMS.

Comment Re:No. (Score 1) 368

I haven't wanted to hurt anybody's feelings. We also have four Ubuntu desktops and two Ubuntu laptops in our house, including both old and current high-end machines. However, I believe it is quite unusual when it turns out that 15% of some group of teenagers uses Linux, and it must have some rational reason. I am sure that there are other reasons too, like my son's advocacy, but having old PCs are likely a reason.

Comment Re:No. (Score 1) 368

I believe you make my point stronger by showing that even with such small resources and incompetent developers, it was possible to create the most moddable game (ever?). Without actually putting any effort into moddability... That made it possible to spend all of their limited resources on a good game design. That is not a small feat.

I worked in both C and Java for many years, and regarding moddability, no, it is not possible to beat Java using C with equal resources. My son's code regurly replace builtin Minecraft classes, runtime, without a significant effort, if the existing extension system does not provides (yet) the necessary hooks for him.

Comment Re:Partial consistency is... inconsistency! (Score 2) 198

I am a server side developer for 14 years on a single system. We use MySQL but still not its ACID table types. After so much time maybe I am in the position that I can state, that, no, most of our data does not require ACID. Even which would require it theoretically is doing fine after 14 years.

What we would indeed need, is the multi-datacenter capability. Which you get for free with Cassandra... We also sorely needed performance a few years ago (15k SAS drives was slow after an internet hiccup for example), but SSD drives helped in that. Again we could get infinite scalability with Cassandra for free.

You must choose in such a situation: either the - only theoretically needed - ACID, or the actually performing and highly available NoSQL with its additional operations, coding burden?

Comment Re:How quickly will they run back to Oracle? (Score 1) 198

I only have a little experience with Cassandra, but I can tell you, that consistency is very easily tuneable in it and it is also provides durability. Atomicity is restricted (AFAIK you can get atomicity if all your data goes onto a single data partition). Isolation does not exist.

I believe that it is very easy to say that something need ACID, while actually most data does not require ACID. They can, and as I read the article they do use relational database for those data which actually require ACID. NoSQL does not mean that you are in a constant state of getting garbage from your database. And yes, RDBMS are not failsafe either, if nothing else there are coding errors in the applications which use them.

Comment Re:No. (Score 5, Insightful) 368

I think one of the things which made Minecraft popular is Java. There are a huge number of plugins and mods, these wouldn't happen without Java. It is easy to reverse engineer and modify anything in Minecraft exactly because it is in Java. Even its plugin system was written by an external developer! I do not really know Minecraft myself, but my 13 old years son plays Minecraft, and he spent months coding Minecraft extensions, and as far as I hear from him, a usual server uses a very large number of extensions.

Java is not ideal for graphics intensive applications, but it is also not that bad either. Minecraft (without mods) does not represent what is possible in Java, becuase it is very under-optimized. The new 1.8 version is much faster, but there is still much room for optimization.

This is similar to why PHP web softwares are very popular, they are not perfect, but they are very easy to be modified.

Comment Re:Not really 8 cores... (Score 1) 98

Huh? The two cores of the Bulldozer module indeed has one common FPU unit, but that is a 256 bit one, which can be divided into two 128 bit unit (or even into four 64 bit unit!). I did test FPU performance and in the worst case it was 25% slower, in the best case it was actually faster, when I run two threads on a single module vs on two modules. Usually the difference is very small. Please do not compare the AMD Bulldozer architecture to Intel Hyperthreading, the two technology has very different purposes.

Comment Re:OpenBSD (Score 1) 427

I agree. I went from cheap to the most expensive consumer routers in several steps (the current one is above 200$) but I have trivial problems with all. Because of this I slowly migrate all of their functions to a PC. If the current router fails, I will not buy a new one. I believe these home routers are useful only if you do not want to touch them at all (after setting the password). If you do anything more, and have enough space, use a real PC. It does not consume too much power, a usual PC uses less than 80W if it is idle. If you do not have a surplus PC, thenn buy an AMD AM1 APU with an ITX or mATX motherboard, and the idle consumption will be less than 25W. And you can use your favourite unix/linux OS.

Comment Re:Going Public (Score 1) 51

I have to sanitize DRM ePubs immediately anyway, so I can backup them. As a side effect, I can read them anywhere, ePub is an open format. Of course, Kindle does not support it, but that is their problem, I simply do not buy a Kindle. Every book which is available on Amazon is available in ePUB too, while the opposite is not true. There are books available in ePUB, which are not sold by Amazon.

Slashdot Top Deals

Get hold of portable property. -- Charles Dickens, "Great Expectations"

Working...