&
Advertise Here with Today.com
 

Archive for the 'Uncategorized' Category

Sep 29 2008

Breakthrough of the Decade

Published by danm under Uncategorized Edit This

Found this over at http://www.dailytech.com

New insight into fluid behavior may allow for better fuel economy, better golf balls

Fluids — liquids and gases — are such an integral part of our everyday lives that we often don’t even give them a second thought.  However, for engineers, the behavior of fluids bears great importance.  Fluid flow affects everything from the miles per gallon we get in our car, to how well a golf ball flies through the air.

Now a key breakthrough in understanding of fluid modeling has been achieved.  For years the key equation in the world of fluid mechanics was the Prandtl equation, developed by Ludwig Prandtl, which described how air and water flowed over objects.  Despite its brilliance in 1904 when it was conceived, it had serious limitations — it only worked for steady flow, such as a car traveling at low speeds, and it only applied to idealized 2 dimensional problems.  For decades researchers tried to improve the equation to little avail.

Solutions obtained often diverged greatly from real world mechanics.  For example, the air flow around a car making a hairpin turn, would often fall off, unable to keep up — something the Prandtl equation could not explain.

This was a sizable problem as optimizing fuel flow is extremely important to many applications.  One perfect example is Speedo’s quest for the perfect swimsuit, which was showcased in its new designs which made their official mark on the Beijing Olympics.  Another example is in car aerodynamics.  Cars are sculpted to try to make airflow less unsteady.  In an optimal scenario air would just glide across the car’s surface and reform into a steady stream.  In the real world air flows off the car in a turbulent stream akin to a boat wake, and separates from the surface as it passes over the car.  By minimizing these effects, fuel economy can be improved.

However, nothing could explain exactly how these unsteady-state behaviors worked — until now.  MIT’s George Haller, a visiting professor in the Department of Mechanical Engineering, developed a theory which applies to 3 dimensional unsteady state flows. This was confirmed with the help of Thomas Peacock, the Atlantic Richfield Career Development Associate Professor in the same department, who led experimental efforts to validate the results.

The new work — if it survives the extensive peer review that is to come — will likely go down as the greatest scientific advance of the decade. The research has already survived a strenuous initial round of peer review.  Papers on the theory and experiments will be published in the Journal of Fluid Mechanics and in the September issue of Physics of Fluids, respectively.

Professor Haller’s quest began when in 2004 he devised an equation for unsteady state in two dimensions.  Having remedied half the shortcomings of Prandtl’s equation, he set to work trying to extend the equation into three dimensions.  Four years later, his dream has finally been achieved.  Assisting Professor Haller in his research and coauthoring the paper were Amit Surana, now at United Technologies; MIT student Oliver Grunberg; and Gustaaf Jacobs, now on the faculty at San Diego State University.

Professor Peacock says the experimental verification is equally important, though, stating, “While we fully trust George’s new mathematical results, the engineering community is usually skeptical until they also see experimental results.”

Professor Haller concurs, stating, “While giving a beautiful validation of the 2D theory, Tom’s work also gives strong experimental backing to our new 3D theory.”

The experimental work was coauthored by Haller, Jacobs, Matthew Weldon, and Moneer Helu.

Having reached a solution, scientists can now begin to use it to optimize their systems.  The equation will forever change the face of advanced fluid dynamics and will have a profound impact on many industries, including the aerospace and automotive industries.  Professor Peacock states, “This is the tip of the iceberg, but we’ve shown that this theory works.”

The research received initial funding from MIT’s Ferry Fund.  It is now funded by the Air Force Office of Scientific Research and the National Science Foundation.

Advertise Here with Today.com

No responses yet

Sep 25 2008

Hide Files in a JPEG.

Published by danm under Uncategorized Edit This

Grab a copy of Winrar.

1 . Choose a JPEG to hide your files in, and the one you want to hide.

2. Add the files you want to hide into a new RAR archive using Winrar.

3. Open Command Prompt and go to the folder where your files are located.

5. At command prompt typ

copy /b ToShow.jpg + ToHide.txt.rar OutPut.jpg

ToShow.jpg is the picture I want to show

ToHide.txt.rar is the file to be hidden,

OutPut.jpg is the file which contains both.
6. Now test OutPut.jpg by double clicking it, and verifying it still opens.
7. Now try opening that same OutPut.jpg file from menu: file->open of WinRar. It will show the original hidden file ToHide.txt

No responses yet

Sep 23 2008

How To Speed up Firefox

Published by danm under Uncategorized Edit This

Speeding up Firefox the right way

Speeding up Firefox seems to be a meme going around the blogsphere lately. Most of the tips I’ve seen, though, are only for broadband connections with the latest hardware and only include some of the settings that would affect performance.

The Firefox Tweak Guide has the full details on how to speed up Firefox regardless of your connection or hardware, reprinted in part below. Don’t forget that the easiest way to tweak user files is with chromEdit extension.

Common to all configurations

These are the settings that seem to be common to all configuration files regardless of connection speed or computer speed with a couple of additions - plugin paths can be found with about:plugins and the bookmark menu delay is turned off.

user_pref(”network.http.pipelining”, true);
user_pref(”network.http.proxy.pipelining”, true);
user_pref(”network.http.pipelining.maxrequests”, 8);
user_pref(”content.notify.backoffcount”, 5);
user_pref(”plugin.expose_full_path”, true);
user_pref(”ui.submenuDelay”, 0);

Fast Computer Fast Connection

user_pref(”content.interrupt.parsing”, true);
user_pref(”content.max.tokenizing.time”, 2250000);
user_pref(”content.notify.interval”, 750000);
user_pref(”content.notify.ontimer”, true);
user_pref(”content.switch.threshold”, 750000);
user_pref(”nglayout.initialpaint.delay”, 0);
user_pref(”network.http.max-connections”, 48);
user_pref(”network.http.max-connections-per-server”, 16);
user_pref(”network.http.max-persistent-connections-per-proxy”, 16);
user_pref(”network.http.max-persistent-connections-per-server”, 8);
user_pref(”browser.cache.memory.capacity”, 65536);

A couple settings of note - Firefox is allocated 4096 KB of memory by default and in this configuration we give it roughly 65MB as denoted by the last line. This can be changed according to what is used.

Fast Computer, Slower Connection

This configuration is more suited to people without ultra fast connections. We are not talking about dial up connections but slower DSL / Cable connections.

user_pref(”content.max.tokenizing.time”, 2250000);
user_pref(”content.notify.interval”, 750000);
user_pref(”content.notify.ontimer”, true);
user_pref(”content.switch.threshold”, 750000);
user_pref(”network.http.max-connections”, 48);
user_pref(”network.http.max-connections-per-server”, 16);
user_pref(”network.http.max-persistent-connections-per-proxy”, 16);
user_pref(”network.http.max-persistent-connections-per-server”, 8);
user_pref(”nglayout.initialpaint.delay”, 0);
user_pref(”browser.cache.memory.capacity”, 65536);

Fast Computer, Slow Connection

user_pref(”browser.xul.error_pages.enabled”, true);
user_pref(”content.interrupt.parsing”, true);
user_pref(”content.max.tokenizing.time”, 3000000);
user_pref(”content.maxtextrun”, 8191);
user_pref(”content.notify.interval”, 750000);
user_pref(”content.notify.ontimer”, true);
user_pref(”content.switch.threshold”, 750000);
user_pref(”network.http.max-connections”, 32);
user_pref(”network.http.max-connections-per-server”, 8);
user_pref(”network.http.max-persistent-connections-per-proxy”, 8);
user_pref(”network.http.max-persistent-connections-per-server”, 4);
user_pref(”nglayout.initialpaint.delay”, 0);
user_pref(”browser.cache.memory.capacity”, 65536);

Slow Computer, Fast Connection

user_pref(”content.max.tokenizing.time”, 3000000);
user_pref(”content.notify.backoffcount”, 5);
user_pref(”content.notify.interval”, 1000000);
user_pref(”content.notify.ontimer”, true);
user_pref(”content.switch.threshold”, 1000000);
user_pref(”content.maxtextrun”, 4095);
user_pref(”nglayout.initialpaint.delay”, 1000);
user_pref(”network.http.max-connections”, 48);
user_pref(”network.http.max-connections-per-server”, 16);
user_pref(”network.http.max-persistent-connections-per-proxy”, 16);
user_pref(”network.http.max-persistent-connections-per-server”, 8);
user_pref(”dom.disable_window_status_change”, true);

One of the changes made for this particular configuration is the final line where the status bar is disabled for changing web pages to save processor time.

Slow Computer, Slow Connection

We have entered the doldrums of the dial-up user

user_pref(”content.max.tokenizing.time”, 2250000);
user_pref(”content.notify.interval”, 750000);
user_pref(”content.notify.ontimer”, true);
user_pref(”content.switch.threshold”, 750000);
user_pref(”nglayout.initialpaint.delay”, 750);
user_pref(”network.http.max-connections”, 32);
user_pref(”network.http.max-connections-per-server”, 8);
user_pref(”network.http.max-persistent-connections-per-proxy”, 8);
user_pref(”network.http.max-persistent-connections-per-server”, 4);
user_pref(”dom.disable_window_status_change”, true);

No responses yet

Sep 22 2008

Spaceballs The Cartoon

Published by danm under Uncategorized Edit This

After some unsuccessful attempts at a theatrical sequel, Variety reports that an animated series based on Mel Brooks’ film Spaceballs is going forward. MGM is producing the series, which will begin with an hour-long pilot, followed by 13 subsequent half-hour episodes. Spaceballs will air in the US on G4.

The 1987 film was a science fiction parody that used Star Wars has the basis for most of its plot and humor, and starred Bill Pullman, Daphne Zuniga and the late John Candy. Writer/Director Brooks played two roles in the film; the evil President Skroob and the Yoda inspired Yogurt. Brooks will reprise these roles for the series, lending his voice to both characters. No word yet on whether any other cast members from the film –which included Rick Moranis, George Wyner and Joan Rivers — will also be voicing the characters they portrayed.

In addition, Brooks has co-written the one-hour pilot to the series with Thomas Meehan, who shared the screenplay credit on the film with Brooks with Ronnie Graham. Meehan will also supervise the writing for the remainder of the episodes.

A modest hit when first released, Spaceballs has proven to be a long term success for MGM thanks to its ongoing popularity on DVD and cable.

It is set to air sometime in September.

No responses yet

Advertise Here