miCRoSCoPiC^eaRthLinG
Feb 8 2005, 03:18 PM
| | [/tab]Do you guys know that IBM has successfully managed to put Linux on a Wrist Watch to prove the fact that Linux can be scaled down to such a huge extent. Their first working prototype has even been ready and put up for display for a long time.
Read more about it @:- http://www.linuxdevices.com/news/NS9870066690.html
- http://www.linuxdevices.com/articles/AT9330943155.html
- http://www.research.ibm.com/WearableComputing/factsheet.html
[tab]It's been around for quite sometime... so I may be just blabbering on really OLD NEWS, coz I came to know about it just a couple of months back... but it's great to know that something like this could be done. |
Reply
Trekkie101
Feb 8 2005, 06:05 PM
Its certainly cool, infact very cool, no chnace of a windows version that small anyway.
Reply
tattoopunk
Feb 8 2005, 06:13 PM
mabe they could do it with dos. But most likly not. Thats really cool man, thanks for posting that.
Reply
szupie
Feb 8 2005, 08:52 PM
Whoa!!... This is my dream come true! I've always thought of having a watch that is a computer!
Reply
Herbert
Feb 10 2005, 01:27 AM
QUOTE(tattoopunk @ Feb 8 2005, 01:13 PM) mabe they could do it with dos. But most likly not. Thats really cool man, thanks for posting that. Haha, really... what's the point of having DOS on a wrist watch haha... Get Indiana Jones and the Fate of Atlantis, or Sam and Max Hit the Road... but the screen would be too small to read the text  I think it's cool though how small they've been able to get things. Brings back hopes from my childhood to one day get a watch like DickTracy's
Reply
Recent Queries:--
linux on "wrist watch" - 439.17 hr back. (1)
Similar Topics
Keywords : linux, wrist, watch, feather, ibms, cap
- Why Still Windows But Ubuntu Linux
Why still Windows but Ubuntu Linux (3)
When And What Is Your First Linux Experience?
(4) Hi All, I want to learn when and what is your first experience of linux? Mine is; 1996 first
install of linux. 1995 first time I heard of linux. I remember how I was happy and how I was curious
about linux. I was bored of Windows. It was not the OS I was dreaming of. It was not completely
flexible. I was feeling that windows is not the edge of the computer tech. There are something wrong
about windows. And Linux was like a dream for me.. I remember how I tried to get a linux distro. I
remember how I installed it.. How excited I was. It was incredible.. The linux I ins....
I Want To Get Linux, Which One Is Best?
(6) currently have Windows XP (god help me) and want to change to Linux. I know that Linux is
open-source, but does that mean that it is free? I have no idea on the matter so I decided to
consult the forums. ....
Linux Software Installation Help
it tells how to install software in tar.bz2 or .bin extension (2) installing .tar.bz2 software open the terminal window.Place the s/w in root's home..then
write file.tar.bz2 in terminal. uncompressing will take place.a folder with .tar extension will b
created.Now write tar -xvf filename.tar,contents will be read..Now,move to the directory just
created..read the readme file..follow instruction such as make or make install to be commanded in
terminal...now its done..use it by writing in terminal for ex. mplayer movie.avi. ..or just drop ur
movie file nin the terminla..nd remove the " " in the file..append mplayer with blank spa....
Linux Partitioning Guide (new Users)
A very basic guide to partitioning in linux designed for new users (1) QUOTE Partitioning Guide This guide is designed for users New to Linux. 1. All Linux users
run as just that 'a user'. If you are moving from Windows it is most likely that you ran
Windows as an 'Administrator' (root). In Linux, any task which alters the Operating System
(OS) of a Linux distro requires 'root' privileges. You will need the 'root' password
to do this. Basically, this gives you temporary access to the core of your OS. This is what makes
Linux far more secure than Windows. 1. That being said you will now understan....
Internet Connection In Linux Through Mobile
(4) Hi Guys! I have been successful in connecting my phone to internet on both Ubuntu and openSUSE
using BOTH the methods. I am not sure about other distros however they should work. There are two
ways to connect to the internet using a GPRS modem phone. For the phones with BLUETOOTH : THE
BLUETOOTH CONNECTION METHOD: You need to follow the steps below to connect to the internet using
a bluetooth connection: 1: Switch on bluetooth on your phone and the computer. Make both your
computer and phone visible to other devices. 2: Do a search from Linux for bluetooth de....
[c/c++][linux] Linking With A -l Is Static Or Dynamic?
How will it effect distribution and portability? (0) It has been a long time since I coded in C/C++ and I can't seem to remember the exact mechanism
of linking. Say, I compiled and linked the source code given at SQLite quickstart guide (C
example in Write Programs That Use SQLite ) in Linux(Ubuntu) environment: g++ -o"SQLiteTest"
./sqlitetest.o -lsqlite3 It gives me a nice executable SQLiteTest and I can use it on my
system. But how would it fare when I distribute that code to someone else? Is the libsqlite3.*
statically packaged into SQLiteTest? or is it dynamically linked and the recipient of the prog....
Which Linux Version For Newbies?
Give your opinion (14) Hi, well i have been a windows user all my life, and I'm really satisfied with it. But from a
time know as a good programmer/user, I want to know what I'm missing(or not) from not using
linux, so for those who have a long time using it I would like you to ask a favor, if you could
recommend me the version that I should test. I don't understand when someone says to a newbie in
linux that is asking for a version to start, they say to them "well ubuntu(example) is a good
version to start", what are the real diference between the different types of linux. ....
Why Linux?
(23) i have always wonder, what is so special about linux? why do people have linux? rather than windows
or mac? is it recommended that noobs like me /laugh.gif" style="vertical-align:middle"
emoid=":lol:" border="0" alt="laugh.gif" /> have an linux os? /rolleyes.gif"
style="vertical-align:middle" emoid=":rolleyes:" border="0" alt="rolleyes.gif" />....
Choice Of Motherboard For Linux Virtualization
Who knows which ones work well? (5) Virtualization is a relatively arcane subject, but it is one which is very rapidly growing, and
apparently very "hot" in commercial enterprises. For the hobbyist with multiple computers (I have
8), it offers the possibility of taking snapshots of running, fully configured applications and
operating systems, and transferring some or all of them onto a single computer platform. First, it
saves energy. Second, once the conversion has been made from real hardware to a virtual "guest,"
the driver problems associated with moving from one hardware platform to another are sol....
C/c++ -gdb Linux Debug Tool
Simple Gdb tutorial (1) To run the C/C++ file use $ gcc –g –o test sample.cpp To debug the code use following command $
gdb test --- you will get following messages GNU gdb Red Hat Linux
(6.3.0.0-1.122rh) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the
GNU General Public License, and you are welcome to change it and/or distribute copies of it under
certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for
GDB. Type "show warranty" for details. This GDB was configured as "i386-redhat-linux-g....
Linux Beginners - Tutorial On Editors In Linux.
(3) This is a simple tutorial on the editors in Linux. I use these 3 editors for programming on linux:
1. vi -- available in all Linux and unix box, used to edit 2. vim -- not in all Linux flavors
and it has got default coloring of key words feature, used to edit 3. view --Its used only to
view, recommended to use for viewing of system config files, as it should not get edited without
your notice. Following are the basic commands comes handy with these editors #Open a file for
edit $ vi test -- creates a file if file is not exist in the current directory $ v....
Linux For Beginners- Easy To Install
(16) Which Linux distru is for beginners and Easy to install?....
How To Copy File & Folders From Linux To Windows?.
(12) Many face problem while transfering file from Linux to windows and Vise versa. My solution for
this is "winscp405". Winscp is a windows freeware tool used to copy file from & to Linux machine.
To get this tool just google for " winscp405" tool and download this small package and install.
Enjoy working with Linux and windows /tongue.gif" style="vertical-align:middle" emoid=":P"
border="0" alt="tongue.gif" />....
How To Play Music And Movie In Linux? Which Is The Good One?.
(6) How to play Movie and music on linux. I am using fedora and i dont think so any player is specific
to any one flavour of linux. I have used "MP3 blaster" player, but this you need to play from
command line. Any other user friendly player pls let me know /rolleyes.gif"
style="vertical-align:middle" emoid=":rolleyes:" border="0" alt="rolleyes.gif" /> ......
How To Install Linux Suse
(1) QUOTE Installing Suse Linux 10.1 This article is a "walk-through" of how I've installed
and configured Suse Linux 10.1 on 5 machines. This will be updated as I find things that may be of
interest. Please do not contact me with tech support questions. You'll find people far more
qualified to answer any questions at the 2 forums listed below. At some time or another I've
found most of what I know of Suse there. I hope that you will find this information helpful in your
dealings with Suse 10.1. Suse Linux Community Suse Forums (Use the search functio....
My Review And Experiance Of Ubuntu Linux
(4) I have been using Ubuntu 7.10 for about a month now. My experiance began when I sent a request for a
free CD to be mailed to me. Several weeks later, it arrived, however I was reluctant at first to
install it, as there was much hassle when I attempted to install my BCM43xx wireless network drivers
for another distro, Suse. Although I had ran a server on Linux for a while previously, it was easy
to do as Linux automatically detected the wireless network card I was using. This was on an older
computer that I ran the server. On my current pc, a Dell Inspiron 1300 Laptop, a ....
Sandisk Memory Card Write Protection
watch out for that lock switch (13) About a year ago I bought a pocket drive that you put a memory card into and then plug into a usb
port. I bought a 1gb Sandisk memory card to put into the thing. It was really cool I could put the
memory card into my camera and took pictures on it and at the same time use it as a flash drive to
store other computer files. Everything was going fine until one day I plugged it into my pocket
drive and tried to put a text file onto the card to give to a friend. A message came up "Access
denied due to write protection". I thought "when did I put write protection on this....
Looking For Linux
2 choices that I will choose - make it easy to install and MAINTAIN (34) Ok I have tried Linux before, it was ok, until something with the kernel screwed up and it left me
with a command line interface that I didn't know what to do. I am looking for 2 different
distributions of Linux here, my first one is for: (Currently running Windows XP SP2) A computer
with 512 MB RAM Pentium 4 processor Internet Access GNOME or KDE desktop, doesn't matter Minimal
command line work!!! Absolutely no command line work when installing. I have tried Ubuntu, it was
easy enough. Anything easier than Ubuntu and I'll give it a try. My second cho....
Could Linux Become The Dominant Os?
(14) According to the author's opinion, the answer is yes (he's a lawyer, from what I can tell).
http://www.theregister.co.uk/2007/08/17/triumph_of_linux/ The article also contains some
interesting facts about the devious ways in which Microsoft is trying to derail Linux, most recently
through vague legal threats to enforce patents against Linux distributors that it does not partner
with. Personally I think Linux could become the dominant OS, but many, many years from now.....
Psybnc - Howto
How to make a psyBNC on Linux (4) Installation First, fetch the latest source code from http://www.psybnc.at QUOTE cd wget
http://www.psybnc.at/download/beta/psyBNC-2.3.2-7.tar.gz tar -zxvf psyBNC-2.3.2-7.tar.gz cd psybnc
Configuration QUOTE make menuconfig Now go in `Bouncer Config', next set Listening
Port and Ip. Next select `User' Here you will be able to create a user for your bouncer. You
must set Ident, Realname and Password, and vhost too. So return to main menu, and choose exit. When
prompted for saving select Yes. Launching psyBNC QUOTE make ./psybnc ....
What Made You Switch To Linux?
(61) I first tried Linux a few years ago, not because I was completely against Windows or anything like
that, but just because I had some free time on my hands. I started off with Mandrake 9.0 which was
very user friendly and Windows-like. After reading through a bunch of message boards and learning
which distros are good for what, I soon realized my current distro was great for Linux noobs. So
then I decided to try something a little more advanced like Slackware which I knew had a steep
learning curve. Since then I've been using Slackware as my main OS and couldn'....
Prove To Me That Linux Is Better (For Gaming)
For Gaming... :) (21) Ok here is a challenge to all the hardcore linux folks out there. I will greatly accept the switch
if it can be proven that Games will run as good under linux as they do under windows. Im a windows
guy at heart, but I do work on unix systems at work. Im a gamer, and that will never change. I had
switched over to linux about 4 years ago, and I couldnt play crap on linux without dual booting to
windows. (I think it was Wine emulation they were running under) Now have there been some
improvements in being able to play windows games smoothly on linux? If so, please let me....
What Language Is Linux Written In ?
(15) I''ve been wondering lately, what language is Linux written in? I'm interested in
this, because my friend and I are considering writing our own distro. I know, it sounds like a bit
of a feat, but one guy wrote MEPIS by playing with the Debian source code. I think the two of us
could do something similar. /tongue.gif' border='0' style='vertical-align:middle' alt='tongue.gif'
/> ....
What's The Difference Between Linux And Unix?!?
(18) are they even made by the same people...?....
Whats The Last Dvd You Watch And Rate It Out Of 10
(17) whats the last DVD you watch? rate it last DVD I seen is alien, 9/10 a classic. old but still the
best ever sci-fi horrors ever made. ....
Linux - which distributiuon?
(19) I'm wondering what distributions of Linux do you like most. Please make some comments on
distribution you like so everybody will know its adventagies.....
Linux SuSE detec you all hareware
Yea SuSE detec all. (2) Yea SuSE heve the best tools. Mplayer, Xmms, OpenOfecce, K3B, FireFox etc.....
Now Linux is ease
The linux SuSE 9.1 is most ease linux (9) /tongue.gif' border='0' style='vertical-align:middle' alt='tongue.gif' /> if you desire to do
your linux most ease, I recommend yourself to change you to SuSE 9.1 and your life to be ease. These
linux make all to you. you don't need to make nothing. /biggrin.gif' border='0'
style='vertical-align:middle' alt='biggrin.gif' /> ....
Running Linux on slow computers
(12) I'm wondering if Mandrake 9.2 with X can be used on slow machine like: Pentium 350, 64mb ram,
2mb graphic card. I don't want to install any servers (ssh maybe).....
Looking for linux, wrist, watch, feather, ibms, cap
|
*SIMILAR VIDEOS*
Searching Video's for linux, wrist, watch, feather, ibms, cap
|
advertisement
|
|