komedi filmi izle


Archive for March, 2011

Selenium web test tool

Thursday, March 31st, 2011

Selenium IDE is a Firefox add-on that records clicks, typing, and other actions to make a test, which you can play back in the browser. It allows you to easily and quickly record and play back tests in the actual environment that they will run. Selenium IDE is not only recording tool: it is a complete IDE. You can choose to use its recording capability, or you may edit your scripts by hand. I can recommend this tool. It was easy to use and seemed to work well as promised.

seleniumide

Selenium IDE is part of Selenium, a suite of tools specifically for testing web applications.

Taking power from USB port

Tuesday, March 29th, 2011

Power-supply circuit operates from USB port article mentions some useful points on using USB connector as power source as well as gives an useful circuit diagram.

You can use a USB port to power an external circuit. Even one without any USB functionality in it. Every PC has a USB (Universal Serial Bus) port that can supply 5V±5% at 500 mA for peripherals. Powered USB hubs also provide this power. The USB standard allows a host to supply as little as 100 mA until the device enumerates. This design assumes that it is powering a device that does not actually talk on the bus so can’t enumerate. To be compliant to the standard, don’t count on using more than 100 mA if you are not actually talking on the bus.

pinoutUSB

A host may allow a device that doesn’t enumerate to draw more than 100 mA, but it may not. The Windows hosts that I have tested seem to allow more than 100 mA at all times and never refuse an enumeration request to go to high power, but your luck may vary on some laptops and non-PC devices.

USB

Why You Shouldn’t Reboot Unix Servers

Friday, March 25th, 2011

You-Should not Reboot Unix Servers without a good reason. Rebooting Windows boxes when something is not right is a way of life. Article When in doubt, reboot? Not Unix boxes explains why you should almost never reboot a Unix server. Server reboots should be rare — very rare.

In many cases, it’s extremely important not to reboot, because the key to figuring out the problem is present on the system before the reboot.The problems usually recur, and if the only known solution is to reboot, then the problem will never be fixed unless or until someone decides not to reboot and instead tries to find the root of the problem.

When you find out that you have some problem on your server, the first idea is to figure out a good strategy how to find out what the problem is. A little bit thinking will easily get you to figure out a way to go though the system in the order which will not destroy the evidence of the problem.

This Unix advice applies also to Linux servers. Too often they are treated almost as badly (reboot when something goes wrong) as Windows PCs. Linux boxes could as well handled in the same way as Unix servers.

server_mimooh_

Japanese earthquake on electronics

Wednesday, March 23rd, 2011

Japan in 2010 accounted for 13.9% of all global electronic equipment factory revenue, according to a preliminary IHS iSuppli estimate according to Impact of Japanese earthquake on electronics industry article. The article tells also what kind of disruption to the supply chain can be expected. Update on events in Japan page is a compiled a list of information issued by companies that were directly or indirectly affected by last week’s earthquake and subsequent tidal wave in Japan.

Toolduino

Tuesday, March 22nd, 2011

Toolduino is a simple software tool that lets you easily interact with Arduino hardware. With this software you can easily can test the circuits you create. The Arduino must be running the Firmata firmware that comes with the Arduino IDE. Things can’t get much easier for all kinds of hacks. You can just connect some components to Arduino board and then use the intuitive user interface (for those into electronics) for controlling the I/O pins on the board. I can recommend this software for everybody starting to hack with Arduino boards.

Toolduino is available for Windows, Mac OS X, and Linux. Toolduino is a Java application (because Processing is really Java under the covers), so you need to have a Java runtime environment (JRE) installed on your computer. I tested the software on Windows and it seemed to work well on it.

toolduinoScreenshot

Ethernet networks for telecom operators

Monday, March 21st, 2011

Hardware developers familiar with the history of Ethernet in the enterprise may find themselves overwhelmed by the service diversity and complexity which must be addressed in applications for the local exchange carrier, long-haul or inter-exchange provider, and wireless operator. Analyze service complexity in a common Ethernet infrastructure article tasks Ethernet is called upon to perform in telecommunications operator environment seem almost unbelievably complex.

Network aggregation points must handle constantly changing mixes of voice, video, and data, requiring a steady packet-transport service along with circuit emulation and fault-tolerant protection switching. These diverse services would need to be supported regardless of the transport protocol, or regardless of whether carriers had switched to an all-packet infrastructure. The reason that those different services needs to be supported is that they are widely used (many telecommunications system rely on them) and they are core business for the operators (where the money comes in).

Read also Metro Ethernet article from Wikipedia and Explaining Where Ethernet Fits Into the Mobile Operator’s Network Evolution Plans slide set.

Dirty PCs and how to clean them

Friday, March 18th, 2011

Dirty, dirty PCs: The X-rated picture guide shows you horror beyond computer hacker imagination. If your PC looks anything like in those pictures then start cleaning your PC. If you are unsure how to properly clean your computer read Cleaning the computer and its components guide. Anyways a good idea to clean your computer at least one a year.

clean

PS3 firmware update hurts

Tuesday, March 15th, 2011

When Sony issued a recent PlayStation 3 update removing the device’s ability to install alternate operating systems like Linux, it did so to protect copyrighted content—but several research projects suffered collateral damage.

Air Force may suffer collateral damage from PS3 firmware update. The Air Force Research Laboratory in Rome, New York picked up 336 PS3 systems in 2009 and built itself a 53 teraFLOP processing cluster. Sony’s decicsion had no immediate impact on the cluster, but what happens when a PS3 dies or needs repair? Tough luck. A similar issue will confront academic PS3 clusters.

Such are the dangers of relying on consumer-grade hardware sold with a very different set of concerns from those that bedevil the scientists, especially in an era where firmware updates routinely alter functionality.

Supercomputing future seems to be shifting to GPUs. Supercomputing’s future: Its it CPU or GPU? In the world of high-performance computing, graphics processing units are now the talk of the town.

URL Hunter

Monday, March 14th, 2011

URL Hunter is an experimental keyboard-character based game played entirely in your browser’s URL bar. Go to URL hunter web page at http://probablyinteractive.com/url-hunter to see yourself.

Is it a good game? Not really. The gameplay is pretty awful, and the concept is naturally pretty limited. But it’s clever and unusual. Great misuse of technology.

Another example of misuse of browser technologies is DEFENDER played in the favicon.

Ground loops are sometimes OK

Friday, March 11th, 2011

Good grounds do not mean you will not get ground loop noise. The two are completely different balls of wax. No matter how much you sand the surface, no how good your connectors are, no matter how tight it is bolted down, you are still going to have ground loops. Having a ground loop does not necessarily imply having ground loop noise in your system.

A ground loop is created by grounding two or more circuits to the same common ground. Ideally, both grounds should be at the same potential. But due to resistances created in wiring, the physical connection to the ground and magnetic fields coupled to wiring, this can result in different potentials being created. Those potential differences between grounds can cause an unwanted current to flow through your system, which is literally what you hear when you hear ground noise.

The best solution to this is to ground everything at one point, where the chances of equal potential will be at their highest (battery in car and incoming power feed in mains powered systems). There is still a chance that you will get ground noise there, but it is the most ideal spot for a number of reasons, equal potential being one, and the least resistive point being another.

singlepointground

Design-in of RF circuits white paper says that RF circuit boards should always be laid out with a ground plane connected to the negative power supply. If this is not done properly, obscure circuit behavior might occur. At RF frequencies even a short line will work as an inductor. As a coarse rule of thumb, the inductance will be about 1 nH (nanohenry) per mm of length. At 434 MHz a 10 mm PCB line will then present an inductive impedance of 27 ohm. If a ground plane is not used, most ground lines will be longer than this and the RF circuit board will almost guaranteed not be functional. A solid ground plane should always be used when designing a PCB containing RF components.


film izle - komedi filmi izle - film izle - film izle - film izle