film izle hd


Archive for August, 2010

HTML5 Pac-Man

Tuesday, August 17th, 2010

Everyone knows and loves Pacman game. Programmer Dale Harvey has created a playable version of Pac-Man because writing a simple browser game seemed like a good idea. He is using only web standards: localStorage, HTML5 Audio, Canvas and @font-face. To play Harvey’s game, you’ll need to use a browser that supports the HTML5 elements he’s using — Firefox, Opera and Chrome work just fine, but IE8 is a no-go. The source code is available on Github.

pacmanHTML5

The Flash plug-in is still the most popular platform choice for browser-based games, but HTML5 is becoming more and more popular, especially because iPhone/iPad doesn’t support Flash. And there has been this love-hate relationship with Flash (some people love it and my hate it).

There are some issues still to be solved when developing HTML5 games. For instance, there’s no easy way to loop HTML5 audio, there isn’t a convenient tool for drawing Canvas shapes, and using Canvas/HTML5 for a game even this simple still puts more strain on your CPU than using Flash. There are also other interesting HTML5 game projects going on. For example Google has shown that HTML5 can run Quake in the browser.

Why Bad 3D Gives You Headaches

Monday, August 16th, 2010

Why bad 3D, not 3D glasses, is what gives you a headache article tells that it’s not the 3D technology’s fault, it’s really the baddly made 3D content that can cause the headaches some people get at 3D movies. There are several common mistakes that can cause discomfort, and easy ways for that to be reduced, yet they’re only just being learned and put into regular use.

The interaxial, or the distance between the two cameras, controls the overall depth of the 3D effect. It’s important not to increase the interaxial distance too much. Filmmakers are just gradually gaining experience with what types of scene work with different depths of 3D. Convergence needs to be handled properly in post-production.

3dconvergence

Many mistakes are made by inexperienced 3D film makers, from poor composition of shots, through uncomfortable convergence settings, to overuse of on-set monitors without viewing their content on a big screen.

Singing tesla coils

Friday, August 13th, 2010

Tesla coils and other high voltage equipment that make sparks are always interesting. For that reason ArcAttack is an interesting performance art group that specializes in playing music through a combination of home made, high tech instruments, and more traditional instruments. The main attraction of their performance is the use of two custom built Singing Tesla Coils, which have been modified to play musical notes by modulating their spark output.Their web site has some interesting videos.

Arcattackfaraday
Image source:
http://en.wikipedia.org/wiki/File:Arcattackfaraday.jpg

Audio isolation transformers

Thursday, August 12th, 2010

Allen Avionics Audio Isolation Transformers page describes the typical ground loop problem situation with the following drawing:

AGLfig1

If you want to do the ground loop elimination in audio path, you have to cut the galvanic connection but pass the whole audio range. The simplest and most common way to do the isolation is use audio transformer. High-quality audio transformers cover whole audio band with good response.

Usually when you install an audio galvanic isolation to almost any place in the audio cable connection is solves the ground loop caused humming problem nicely.

Xitel Ground Loop Isolator page gives a good example how to use a ground loop isolator (audio isolation transformer) to solve ground a typical ground loop problem:

groundloop_xitel

To make an audio isolator you have to get two audio transformers which have 1:1 transformation ratio and greater than 1 kohm impedance (prefererably many kilo-ohms for consumer line level applications). There are high quality audio transformers in the markes that meet those specs.

There are several ways how to wire an audio isolation transformer. Here is a basic wirings for isolation transformers for unbalanced and balanced lines:

rcaisolator

xlr_isolator

There are variations how ground are wired on different audio isolation transformers. There are various ways with their advantages and disadvantages. The followinf solution circuit diagram from Allen Avionics Audio Isolation Transformers page conbines all different variations to one device, so you can always easily select (with a switch) the one that works best on you specific application:

AGLfig4

The 3-position switch will eliminate the need to cut pin “1″ to lift the audio ground and the connection to the shield. Switch Positions:

1. Chassis shield connected. Audio ground not connected. Acts as a balanced line transformer to break ground loops. Eliminates hum and buzz.

2. Chassis shield and audio ground connected. Corrects balance on audio lines.

3. Chassis shield and audio ground not connected. Breaks ground loops. Provides audio isolation.

When selecting a transformer for your project keep in mind the quality. Cheapest transformers for audio use have some problems on the sound quality, typically distorted bass response and attenuating in high-frequency response. Basically a poor transformer slows down high frequencies more than low frequencies (because of transformer leakage inductance). This allows the low frequencies to pass first, creating what we perceive as a “fat/warm” tone. Inadequate frequency response on the low end (roll off at like 20Hz), causes low frequencies to be “slowed”, allowing the upper frequencies to be heard first, this is perceived as “barky/ brittle”.

When installing audio isolation transformer to an audio system HIFI people usually ask does that transformer affect the sound in some way and if it does something how much effect does it have. The truth is that the effect of adding an audio audio isolation transformer to a system that does not have ground loop problem could be anything from unnoticeable to normal listener to well noticeable. How much the transformer affects depends on the transformer quality and properties of the equipment between which the transformer is connected. So if there is no humming on the system, the transformer usually has some slightly negative effect on sound quality.

In case an audio transformer is installed to a system with ground loop humming, the effect of it will for sure be possible. The annoying ground loop humming will be heard by everybody. When the isolation transformer get rid of that, the would quality is very much improved at that moment (typically the negative effects of the transformer to sound are much smaller than the annoying humming is). It is a good idea to keep an audio isolation transformer on your tool box when you work with audio/video systems, and use it in you get ground loop problems.

NetFPGA

Wednesday, August 11th, 2010

NetFPGA is a FPGA based line-rate, flexible, and open platform for research, and classroom experimentation. I found the address of this page because one of the blog comments had link to this web site. Looks interesting.

The NetFPGA platform promises that it enables researchers and instructors to build working prototypes of high-speed, hardware-accelerated networking systems. The platform can be used in the classroom to teach students how to build Ethernet switches and Internet Protocol (IP) routers using hardware rather than software. The platform can be used by researchers to prototype advanced services for next-generation networks.

To get started it is possible to buy a NetFPGA PreBuilt Solution (server) or NetFPGA card.

NetFPGA_upright_scaled

Design Tips for Programmers

Tuesday, August 10th, 2010

Design is pretty important. Steve Jobs said “Design is how it works” not just how it looks. If you don’t appreciate that design is a fundamentally important part of your software, then no tips in the world can help. Design Tips for Programmers article can give you some useful tips for designing software user interfaces and web sites. Always remember that you are not your user. Try to look your design it through the eyes of a fresh user and test with real users. Now let’s get on and make software that little bit less ugly. Good design is not some magical creative voodoo process—it is a discipline, like good software development.

Cool thing from Assembly Summer 2010

Sunday, August 8th, 2010

I visited Assembly Summer 2010 computer festival this weekend. There were many interesting multimedia presentations shown there and some interesting seminars. Check the competition results and view the winners easily on Assembly Summer 2010 gallery and more on YouTube. Check also Future Crew documentary.

In the seminars Andreas Jakl from Nokia presented material on programming with Qt and Qt Quick. Interesting material I would say. It seems that JavaScript is becoming more and more important language, because the main language for implementing software logic in Qt Quick is JavaScript (also C++ is possible).

Qt_webkuva

After the seminar Nokia served some food and sauna to people who had participated the Qt seminar. It was nice event to meet many software developers. Some people from Nokia marketing “leaked” some information on the Meego Phone that is supposed to come out sometimes later, propably this year. I got information that this device would be something like a successor for N900 ans would be cool. That was all info on new device I could get. After that when anybody tried to ask on that the answer was “no comments”. It seems that some other web sites have managed to get some details of devices rumoured to be that Meego phone, so take a look at N9 pictures and RX-99 info.

Other interesting stuff was at Helsinki Hacklab stand. The were robots and 3D printers. The stand had RepRap (Mendel) and Cupcake CNC 3D printers. Check cool video of Cupcake CNC if you want to get idea what I saw.

hackclub_web

This is the main show control center at the event (I used to work there many years ago). At that time this place looked quite different. This year I was just wathing and meeting the friends rinning the show. Look at the cool monitor stand: a truss rigged from the roof with chain motors.

asm_sali

Assembly TV broadcasted material from the event to cable TV and Internet. This year their prgram was also transmitted at HDTV resolution. The setup was otherwise very similar to one used last year. This year also some of my Quiz Show lights control hardware was in use. Lots of cable was needed to make everything work on the TV broadcast.

asmtv_wires

Thank you all for a cool event.

151,200 LEDs

Friday, August 6th, 2010

Design News reports and interesting LED lighting application. In Brussels, the Dexia Tower office building uses 151,200 LEDs to illuminate the entire building. Each window is illuminated by a row of 12 RGB LEDs along the bottom of the windowpane. A computer controls the whole display. Watch the Youtube video of the building LEDs in action.

Assembly TV 2010 is broadcasting

Thursday, August 5th, 2010

Assembly TV has just started the Internet broadcasting from Assembly Summer 2010 Festival. Expect to see lots of interesting material. In this example screen capture you see that you can make interesting demo with Texas Instruments graphical calculator.. More amazing stuff coming on other platforms.

asmtv

View the Internet broadcast at http://www.assemblytv.net/ on your web browser. You can view the archive of some of the already broadcasted material at YouTube.

Website design for users

Wednesday, August 4th, 2010

University Website picture at xkcd web site tells a story that quite often that many web sites put wrong things on their main page:

Enjoy and learn from the picture. Avoid making the same mistakes yourself.


korku filmleri film izle seyret romantik komedi izle 2012 filmleri