Intel Planning Thumb-Sized PCs For Next Year
angry tapir (1463043) writes Intel is shrinking PCs to thumb-sized "compute sticks" that will be out next year. The stick will plug into the back of a smart TV or monitor "and bring intelligence to that," said Kirk Skaugen, senior vice president and general manager of the PC Client Group at Intel, during the Intel investor conference in Santa Clara, California. They might be a bit late to the party, but since Skaugen mentioned both Chromecast and Amazon's Fire TV Stick, hopefully that means Intel has some more interesting and general-purpose plans.
Chromecast and the Roku thumb sized machines are very specialized hardware that likely won't have the capabilities or flexibility of an Intel variant. They likely not to be in the same class at all.
If anything, they might be comparable to some generic Android stick and possibly not even that due to the limitations of Android.
This might be more like a Chromebox.
A Pirate and a Puritan look the same on a balance sheet.
great to make tiny pc's but that doesn't help those of us who want more computing power.
Remember kids, if you're not paying for the service, YOU ARE THE PRODUCT THAT IS BEING SOLD.
So, just like any of the countless ARM-based Android mini-PCs that are already out there right now. Except this is quite more expensive.
Circumcision is child abuse.
My, what big thumbs you have!
And here I worry about losing memory sticks because they're so small.
"Dammit! I left my computer in my pocket and it went through the wash..."
well, then yu'll be after a general purpose, platform agnostic appliance. Which, according to the summary, is what Intel are planning.
Keep watching this story, you might be pleasantly surprised. I know I am. RasPi is great an' all, but I'm not a programmer, I'm not in it for the imagineering aspect of computing a la ZX81 Program-It-Yourself, I'm at that stage in my life where I want shit to just work. Hell, I have the same build image on my Win7 laptop I built in 2005 (updated for latest/last versions, obviously). I'm too old to be taught new tricks.
Political debates have me rolling my eyes so much I think I got optical whiplash. I should sue. - Foamy The Squirrel
Intel has been doing this for decades now. They releases a press release saying that they will "as early as next year" have a device available for purchase that (insert chip use that is currently not served by Intel chips).
And then they actually release the product *years* later. This goes for their server line, their atom devices, and more recently, their Edison chips and now this.
Honestly, if you have any use for a device this small just buy the damn arm version that already actually exists, or the more releastic and larger version that intel actually currently produces.
I'm just trying to warn you not to plan anything according to intel's hype machine.
...you guys stop designing the worlds worst interfaces for things. DO NOT HIRE ENGINEERS TO DESIGN THE UIs. It's important. Really.
BeauHD. Worst editor since kdawson.
The HARDWARE is more generally powerful and functional on a current ARM SoC - ARM SoCs having focused on accumulating the raft of supporting hardware IP (like sound, image, video processing) for FAR longer than Intel- Intel expected such functionality would lie with plug-in boards or chip-sets.
Intel has ONE advantage, and one only- and that is when an Intel SoC is running FULL-BLOWN Microsoft Windows. Now, its Android vs Windows, and in terms of software support it isn't even funny- Google's weak-sauce locked-down version of Linux is an utter joke compared with Windows.
If you were not such an IDIOT, jedidiah, and had any software or hardware knowledge that pertained to the 21st century, you'd know that almost every mobile non-Intel solution uses the CORTEX ARM designs or better, meaning parts VASTLY more flexible and sophisticated than every Intel chip earlier than last year's BAYTRAIL part. For Intel, Baytrail is the game changer (ONLY when running Windows- Intel's Android support is putrid). Worse for ARM/Google is the fact that Intel and Microsoft are giving away the chip and Windows 8.1 Bing to any Chinese company willing to build low cost products around them.
jedidiah- show some self-respect and read up on the last ten years of progress in the field of computers- else give up sharing your ill-informed opinions.
QUOTE "Chromecast and the Roku thumb sized machines are very specialized hardware"- dear lord, how can anyone be this out-of-the-loop? To not understand the difference between installed software and the hardware running that software.
True, the unskilled end-user will only witness the APPARENT functionality, but we here are supposed to know better. The dominance of insanely powerful GENERAL PURPOSE ARM SoC parts has changed the landscape- and the sole reason Intel even bothered to produce the Baytrail in (a very late) response. The days of 'very specialised hardware' for the computer heart of a device are long gone. Even the days of 'very specialised kernel code' are mostly over when even the most dedicated device tends to be a dedicated app running on a general purpose OS on a general purpose SoC.
Get a Zotac CI320, a small SSD and a 4GB DDR3L SO-DIMM: Should cost you less than $200 and is a completely silent system (no fan, less than 15W max) with a quad core Intel CPU. IR remote receiver, wireless LAN and SD card reader built-in, gigabit Ethernet, HDMI, Display Port, four USB 3.0 ports (back), two USB 2.0 ports (front), eSATA. Can be mounted to the back of the display.
my database server is a VIA Epia M MiniITX with 512MB DDR and 1TB spinny SATA. Runs off a 35W solar pile. If you don't include the solar pile, the whole setup cost me change out of £140 (I bought the board in 2005).
Political debates have me rolling my eyes so much I think I got optical whiplash. I should sue. - Foamy The Squirrel
The real story is about incompetence in Intel management. Intel has often, in past years, announced something before it is ready. Intel management is announcing something that hasn't happened yet.
Basically, a minimal PC that you would plug into all the I/O hardware, so that you could bring it anywhere, plug it into someone else's hardware, always have all your files and programs there.
But then that became completely unecessary with the advent of cheap phones, tablets, and netbooks.
You are ignorant of how marketing and sales work, aren't you? Step one, generate hype.
I already know what I'm gonna do with mine.
You are welcome on my lawn.
don't take this the wrong way, but my database server works fine. It's not a Warcraft hub. It has a maximum of six concurrent ordinary users (all whitelisted with a denial-by-default access portal and localhost-only admin access). It doesn't need four cores or 16GB of RAM. It's future proofed for its purpose until the universe dies. Or it does. Or the database itself outlives its utility. Which is unlikely because I've been stress testing it for 5 weeks now and it hasn't even twitched through several million random string queries (as well as quite a few real queries which with the speed the results came back you wouldn't even think there was a stress test going on).
Political debates have me rolling my eyes so much I think I got optical whiplash. I should sue. - Foamy The Squirrel
One aspect of optimizing systems is that you don't get any performance boost by adding a resource you already have a surplus of.
Most database servers built from low end technologies have CPU cycles to spare. That's beause boatloads of CPU power is cheap, but I/O bandwidth is expensive.
Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
> One aspect of optimizing systems is that you don't get any performance boost by adding a resource you already have a surplus of.
Yeah. Well except fot the last 15 years Linux has utilized all available memory to cache up to the entire contents of your drives, making data access several thousand times faster. Even Windows is trying to do this a little bit now. So more memory is always faster, until your RAM is bigger than your drive.
And of course modern CPUs speculatively execute instructions, which is called branch prediction. So more CPU is better, even when you have enough.
And caching your disk to and from RAM uses any available bus bandwidth, so good to have plenty to spare. Spare storage bandwidth also reduces data loss in case of a crash.
But yeah, other than the important bits, more won't help. Also if you're running a computer from 1987 it may not effectively take advantage of spare resources.
I hope they at least let you mount disk drives using Samba or NFS or whatever from your own file server at home, in addition to whatever walled-garden functionality they may be selling. Much of their target market is going to include people who have those, either purpose-built servers or terabyte-disk USB/Ethernet external drives or their old Windows box with file sharing turned on.
Bill Stewart
New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
If you really need computational horsepower, get yourself some kind of PC with a fast graphics card and run CUDA or one of the other GPU-based computation packages. (In my case, I went with a Raspberry Pi :-)
Bill Stewart
New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
This is all about internal optics in the big company.
VPs need to be seen to be coming to the market with "innovative" new products. Note is cloning a chromecast an innovation ?
This is the right announcement - eight/ten years late. Chromecast is out there and ARM owns this market segment. The time to get into thumb-size TV set-top box additions was 2004
Also didn't Intel recently sell off it's TV division ? Now it's getting back in, in the USB stick/chromecast side... WTF. Hey - make a decision and stick to it guys !
At 200 dollars - with the average Atom selling for 60 dollars a pop - adding in profit taking fo the middle man - at best Intel can flog Atom processors at cost - or very generously at say 10% margin.
This smells like a VP and some organisation doing a "look at me I've produced something" - in time for the next pay review cycle, with some marketing stuck on to it.
Actual potential to provide shareholder value - nah - unlikely. Actual likelyhood of costing the company money - about the same...
Nothing to see here I'd suspect. Atom + USB interface + (WiFi maybe) + Android.
Cleopatra, ratu Mesir kuno, bermandikan susu keledai ‘untuk menghaluskan kulitnya, tapi di kota Baku, ibukota dari Azerbaijan, cara spa terbaru ditawarkan dan dengan harga yang sangat, sangat mahal. Hanya kalangan kaya raya saja yang mampu membayar mandi spa di dalam bak mandi dengan minyak mentah. Ya, minyak mentah yang hitam kini menjadi terapi spa yang popular di kota Baku.. Namun ilmu kedokteran mengatakan bahwa berendam lebih dari 10 menit justru menyebabkan efek karsinogen (berbahaya). Sumber : http://www.lensaterkini.web.id...
No. You're talking about a niche of a niche market. That little geeky market doesn't matter
This article is something for mainstream, huge customer base