4,580 Posts served
11,095 Conversations started
- Academic

- Android

- Art, Music, & Animation

- Embedded Computing

- Events

- Game Development

- Graphics & Media

- Intel SW Partner Program

- Intel® AppUp Developer Program

- Manageability & Security

- Mobility

- Open Source

- Parallel Programming

- Performance and Optimization

- Power Efficiency

- Server

- Site News & Announcements

- Software Tools

- Ultrabook

- Association for Computing Machinery TechNews (ACM)
- Go Parallel! (Dr. Dobbs)
- HPCwire (Tabor Communications, Inc.)
- insideHPC (John West)
- Joe Duffy's Weblog (Microsoft)
- Microsoft Parallel Programming Development Center (Microsoft Germany)
- MultiCoreInfo.com
- scalability.org (Scalable Informatics)
- Software Dev Blog (Intel Germany)
- Soft Talk Blog (Intel United Kingdom)
- The Moth (Microsoft)
Posts in the "Open Source" Category 
Intel is actively innovating with the open source community and collaborate with commercial vendors to develop Linux and other turnkey OSS solutions. Read what we are thinking and support the growth of the community.
Meshcentral.com - Intel AMT hardware KVM support
By Ylian Saint-hilaire (Intel) (258 posts) on May 23, 2012 at 10:10 am
Comments (0)
Last night I updated the Javascript VNC client called noVNC that you can use along with Meshcentral.com, and now, it supports Intel AMT hardware KVM! So, if you happen to have a computer that has Intel AMT 6.0 of higher that is properly configured with hardware KVM and setup on Meshcentral.com, you can perform Hardware [...]
Category: Manageability & Security, Mobility, Open Source
Tags: JavaScript, kvm, Mesh, MeshCentral, MeshCentral.com, noVNC, p2p, VNC, Ylian
Meshcentral.com - 404 Error!
By Ylian Saint-hilaire (Intel) (258 posts) on May 22, 2012 at 4:44 pm
Comments (0)
And now for something completely weird. I saw a recent TED video on the opportunities of a 404 error page. Apparently there are even competitions for the best 404 error page. Given that I am working on my own web site, I figured I needed to get a better page not found. So here we [...]
Category: Manageability & Security, Mobility, Open Source
Tags: 404, error, Mesh, MeshCentral, MeshCentral.com, p2p, page not found, Ylian
Meshcentral.com - Improved Full Screen Remote Desktop
By Ylian Saint-hilaire (Intel) (258 posts) on May 21, 2012 at 7:58 am
Comments (0)
Over the weekend I improved the full screen support for the built-in Meshcentral.com remote desktop feature in two ways. Before I get to that, for people who don't know, Meshcentral.com allows you to take control of your remote desktop from within a web browser. So, from anywhere in the world you log in and with [...]
Category: Manageability & Security, Mobility, Open Source
Tags: chrome, desktop, firefox, full screen, fullscreen, html5, Mesh, MeshCentral, MeshCentral.com, p2p, remote, Remote Desktop, Ylian
Meshcentral.com - Drag & drop to Terminal
By Ylian Saint-hilaire (Intel) (258 posts) on May 15, 2012 at 1:29 pm
Comments (0)
Well, we just got ourself a new feature! With Meshcentral.com, you can access the command prompt of any Windows, Mac OSX and Linux computers from our web based terminal. Works in any browser. It's useful when you need to do advanced operations. It's especially useful for Linux machines where the command prompt is really powerful. So, [...]
Category: Manageability & Security, Mobility, Open Source
Tags: drag, drag & drop, Drop, Mesh, MeshCentral, p2p, Terminal, typing, Vt100, Ylian
Eight Popular Open Source Android Game Engines
By Tao B Wang (Intel) (34 posts) on May 14, 2012 at 10:31 pm
Comments (2)
This is an translation of a very popular Chinese Blog wrote by iamsheldon on Chinese Intel Software Network. For beginning Android game developers, it is very common that they get lost frequently and do not know where to start and get their hands wet. Especially when they get problems that they can not resolve by themself, [...]
Category: Android, Intel SW Partner Program, Open Source, Uncategorized
Meshcentral.com - Drag & drop support
By Ylian Saint-hilaire (Intel) (258 posts) on May 11, 2012 at 2:23 pm
Comments (0)
One of the big features of Meshcentral.com is it's remote file manager. Being able to manage, upload and download files using any web browser is pretty powerful. Today, we improved this feature a lot by adding drag & drop support. You can now take one or more files from a folder on your local computer [...]
Category: Manageability & Security, Mobility, Open Source
Tags: download, drag, drag & drop, files, Mesh, MeshCentral, MeshCentral.com, p2p, peer-to-peer, Transfer, upload, Ylian
Deterministic Reduction: a new Community Preview Feature in Intel® Threading Building Blocks
By Alexei Katranov (Intel) (1 posts) on May 11, 2012 at 2:22 am
Comments (1)
Computer Arithmetic has a lot of peculiarities [1]. One of these pitfalls is associativity failure in floating point arithmetic. For example, the two sums of fractions calculations below will not produce the same result when using floats: In a sequential program, it is not a big problem since the calculation order is exactly specified so [...]
Category: Open Source, Parallel Programming, Server, Software Tools
Tags: Computer Arithmetic, deterministic calculations, floating point, Open Source, parallel programming, parallelism, parallel_deterministic_reduce, parallel_reduce, TBB, Threading Building Blocks
Meshcentral.com - High DPI support
By Ylian Saint-hilaire (Intel) (258 posts) on May 9, 2012 at 7:52 am
Comments (0)
In my last blog I talked about adding iPad Retina display to Meshcentral.com. Well, I made two more improvements on that same topic. First, the new high DPI support now includes Internet Explorer. If you set the zoom factor on IE to 150% or more and go to Meshcentral.com, you will see the high resolution [...]
Category: Manageability & Security, Mobility, Open Source
Tags: dpi, explorer, ie, ipad, iPhone, Mesh, MeshCentral, p2p, peer-to-peer, retina, Ylian
Digital Logic Simulation with the Intel® TBB Flow Graph, Part 3: Putting together a simulation
By Terry Wilmarth (Intel) (10 posts) on May 5, 2012 at 9:00 am
Comments (0)
In Part 2 of this blog, I described a four-bit adder circuit built from components discussed in Part 1. In this last installment, I’ll continue using Intel®TBB’s flow graph to put together some signal input and output devices, and then use those to make a small simulation featuring the four-bit adder from Part 2. Let’s [...]
Category: Open Source, Parallel Programming, Software Tools
Tags: flow graph, Intel TBB, TBB, Threading Building Blocks
Digital Logic Simulation with the Intel® TBB Flow Graph, Part 2: Building bigger components
By Terry Wilmarth (Intel) (10 posts) on May 4, 2012 at 9:00 am
Comments (0)
In Part 1, I described how to put together a basic logic gate using the Intel® Threading Building Blocks flow graph nodes or_node and multifunction_node. In this blog, I will assume the basic logic gates and_gate, or_gate and xor_gate exist, and use them to construct a four-bit adder. To begin with, I’ll first construct a [...]
Category: Open Source, Parallel Programming, Software Tools
Tags: flow graph, Intel TBB, TBB, Threading Building Blocks
Digital Logic Simulation with the Intel® TBB Flow Graph, Part 1: Using the or_node
By Terry Wilmarth (Intel) (10 posts) on May 3, 2012 at 9:00 am
Comments (0)
In this multi-part blog, I’m going to show you how to put together a simple logic simulation program using the Intel® Threading Building Blocks flow graph feature. Please note that this example does NOT demonstrate a practical approach to digital logic simulation. The purpose of the example is to demonstrate the use of several types [...]
Category: Open Source, Parallel Programming, Software Tools
Tags: flow graph, Intel TBB, or_node, TBB, Threading Building Blocks
MeshCentral.com - Apple iPad retina support
By Ylian Saint-hilaire (Intel) (258 posts) on May 3, 2012 at 8:58 am
Comments (0)
In the last week, I got myself a "new iPad" with retina display. It's really a wonderful display and moving forward, there probably will be a lot more high DPI displays available for tablets and laptops. When visiting web sites, the fonts and CSS elements of the web page look sharp, but the images are [...]
Category: Manageability & Security, Mobility, Open Source
Tags: dpi, ipad, ipad2, Mesh, MeshCentral, MeshCentral.com, p2p, peer-to-peer, retina, retina display, web site
Aggregator: a new Community Preview Feature in Intel® Threading Building Blocks
By Terry Wilmarth (Intel) (10 posts) on May 2, 2012 at 9:00 am
Comments (0)
Intel® Threading Building Blocks (Intel® TBB) 4.0 Update 4 introduces a new Community Preview feature, the aggregator. An internal version of the aggregator has been in use in Intel® TBB for some time, appearing in the flow graph and concurrent priority queue implementations. An aggregator is like a mutex in that it enforces mutually exclusive [...]
Category: Open Source, Parallel Programming, Software Tools
Tags: Community preview feature, Concurrency control, Intel TBB, TBB, Threading Building Blocks
A Quick Yocto-Grid
By David Stewart (Intel) (177 posts) on April 24, 2012 at 7:46 am
Comments (0)
Cross-posted from my blog on the Yocto Project site. Please go there for lots of great embedded Linux information. Here in Hillsboro, Oregon, we have an open office area, and I really wanted a monitor set up which would display the status of our Yocto Project autobuilder for all to see. Since I have a [...]
Category: Embedded Computing, Open Source
Tags: Autobuilder, Digital Signage, Embedded Computing, embedded linux, linux, Open Source, The Yocto Project, Yocto, Yocto Project
The "Yocto-Yumminess" of our BSPs
By David Stewart (Intel) (177 posts) on April 6, 2012 at 3:27 pm
Comments (0)
This is cross-posted from my blog on the Yocto Project website. Please look over there for more Embedded Linux content. If you're a geek like me, you might find yourself watching some science fiction movie or show and wondering "why is it that we have no problem talking to extraterrestrials?" Sure, a wookie on Star [...]
