Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Is FORTRAN still winning? Was Re:Poor Alan Kay (Score 2) 200

Have you done any comparison with this keyword in C and Fortran? I play in the Finite Element Field. For me the flexibility afforded by C++ out weighs the performance I could get in Fortran. At least the solver people work on a mesh that is not altered, you could estimate the memory needs in one pass and then do the allocations, even for unstructured meshes. I make unstructured meshes, so I would not know a priori the number of tets incident on a node or number of triangles incident on an edge. I build these structures as I go along, and it is impossible to avoid new() and delete() in C. They are basically malloc() and free(). So have not touched FORTRAN for ages.

Among the solvers some of the matrix solvers use FORTRAN and some blas. Again they too prefer C++ for most of the solution and reserve FORTRAN only for really serious loops.

Comment Is FORTRAN still winning? Was Re:Poor Alan Kay (Score 4, Interesting) 200

Till about FORTRAN 77 it was clearly beating C in scientific computations. But that was mainly because Fortran used static memory allocations and C was littered will malloc and associated overheads. With Fortran99, dynamic memory allocations came to Fortran too. At this point I figured it must be just badly hampered C, all the pain and not much gain. Have not tried it personally.

But a question for those who have: Does it still win with dynamic memory allocation? How granular is the dynamic memory allocation? Complete like C? or it is a bastardized version where the common block sizes could be defined at run time and then it runs without ever calling free()? I could imagine the language getting malloc() but not free() to retain speed.

Comment WhatsApp+ seems to be a skin for WhatsApp (Score 1) 192

It is not a totally unrelated product trying to use the popularity of WhatsApp. It is a skin on top of WhatsApp. I am not able to check how this works. It seems to be running the real WhatsApp in the background and work as a Man-in-the-middle between user input and WhatsApp app.

Technically it would be very difficult to stop an executable to run another executable in a sand box. Depending on how well you have understood the executable, you could do many things like step through debugging, poking and pushing memory etc. Debuggers work by "instrumenting" the executables, but they too act as man in the middle.

In this case Android executables are java which started out as an interpreted platform independent language. So it is a lot more "debuggable" than your typical linux or windows executable. So WhatsApp+ could theoretically sniff the memory locations and intercept communications, eavesdrop on the data and sell them to advertizers. One of the biggest thing about WhatsApp is, it does not eavesdrop, it does not sell ads. User are dumb to use this app.

WhatsApp itself should come out with a free version that would sniff the communications and sell ads and call it WhatsApp Minus. Or WhatsApp Minus Privacy.

Comment Cheaper solutions exist. (Score 2) 85

A large box, anchored to the ground or fixed to the wall. It has a spring loaded button to lock, but requires a regular key to open.

Or a pet door or a cut-out door in the garage door. Works same way, can be locked without a key, but needs a key to open.

Far less complex, as reliable, and added bonus: The body you have hidden in the freezer in the garage would not be accidentally discovered by the deliveryman. (Note to self. Should cut down on watching Investigation Discovery shows.)

Comment But they won't let you municipality to build it. (Score 5, Informative) 201

Not only they won't build it, they will not let you municipality build it either.

Long back Google had a April Fool posting about toilet net. That idea is fundamentally sound. The municipality can run fiber optic cables in storm water drains. It won't cost as much as it is costing Verizon to dig up and bury the cable. But you won't get it. They have the state law makers in their pockets.

Comment Take this NADA (Score 2) 128

Since the buyers technically "make" their own cars, they would be treated more like the kit-car [*] and hobbyists of the past. The NADA had ignored that segment till now and there is lots of precedents for selling kits without going through the auto dealers.

[*] Sorry if you got Macgyver theme song running in your head.

Comment What is the solution? (Score 1) 323

The school is dumb. Bullies will simply have a "clean" facebook and twitter accounts to disclose to school officials, mothers and the pope, it will smell like roses. And they will have fake accounts to do the bullying. So whatever is the constitutionality of the procedure, it is not going to work

But teenagers are susceptible, emotional and are vulnerable to cyber bullying. What possible solutions are there? When there is a complaint of cyberbullying, for America based social networks like Twitter and Facebook, the schools may be able to go through court order and make them disclose the origin of these bullying postings and tweets. So if there is a law against cyberbullying they may be able to trace the IMEI number, cell phone number, IP addresses and other things for social media sites within American jurisdiction. That might give probably cause to make FB and Twitter disclose more info, like all tweets from that IMEI number etc. That may help them catch the bully.

But if the provider is out of the jurisdiction of the American Courts, there is no way to get this info. But teens being teens, the bullies would be careless, use their cell phones and use most popular american providers. But this will lead to the same selection process that created antibiotic resistant bacteria. The casual bullies will be out, but the real careful, malicious, thoughtful and methodical ones, the ones that are really dangerous will migrate to anonymous servers and difficult to trace providers, congregate there and do more damage.

Comment One more tool to the ... (Score 1) 225

... purveyors of SEO tools.

"Dear Small Businessman,

Our SEO tools are the best in the industry. We have thousands of robot accounts constantly searching for news articles about your competitors. It will immediately mark them as false before you could say, eh? what?!. No body will hear any good news about your competitors!! You win!!! Just call us at 1-800-SCAM-ART and enroll at our basic 1000 robot service at the low low price of $29.99 a month. We recommend the de-luxe 10,000 robot service at $49.99 as value for money. The ultimate 1,000,000 robot service at $299.99 a month is recommended only for the dumbest businessmen.

Hurry! Act Now!

Wait! There is more. First three months Free!!!

Sincerely,

Imac Onman,

CEO, Conman International, an internet based conjob company that will take you to the cleaners!

Slashdot Top Deals

The use of money is all the advantage there is to having money. -- B. Franklin

Working...