• submit to reddit
Ricky Ho12/23/12
439 views
0 replies

Detecting Communities in Social Graph

In analyzing social network, one common problem is how to detecting communities, such as groups of people who knows or interacting frequently with each other. Community is a subgraph of a graph where the connectivity are unusually dense.

Eric Gregory12/23/12
1780 views
0 replies

Tutorial Video: Apache HBase Configuration On Two Node Hadoop Cluster

The United Software Associates provide an educational video on configuring HBase on a Hadoop Cluster.

Mehdi Daoudi12/23/12
1745 views
0 replies

DevOps Roundup: Holiday Edition

The DevOps roundup collects links and resources from the last week.

Mitch Pronschinske12/23/12
2955 views
0 replies

SwitchYard - Service Repository Integration

If you haven't heard of SwitchYard yet, all you need to know is that it's going to replace JBoss ESB in the core of their Enterprise Application Platform (EAP). This video is a quick 8-minute tutorial in eclipse using an early version of SwitchYard to do some integration.

Ben Kepes12/23/12
762 views
0 replies

HP Express Query Astounds Discover Audience -- It's Amazing What Smarts Can Do!

I generally leave storage commentary to others more enamored with the field, but what excited me about the announcement was how it so well showed the smart use of hardware technologies, the great integration of acquired technologies, and the application of pure research.

Sasha Goldshtein12/22/12
2087 views
0 replies

SIMD-Optimized C++ Code in Visual Studio 11

The C++ compiler in Visual Studio 11 has another neat optimization feature up its sleeve. Unlike intrusive features, such as running code on the GPU using the AMP extensions, this one requires no additional compilation switches and no changes – even the slightest – to the code.

Maarten Balliauw12/22/12
3131 views
0 replies

Storing User Uploads in Windows Azure Blob Storage

On one of the mailing lists I follow, an interesting question came up: “We want to write a VSTO plugin for Outlook which copies attachments to blob storage.

Ted Neward12/22/12
1822 views
0 replies

On Knowledge

This is why, at every turn, your assumption should be that any information you have is some or all incorrect until proven otherwise.

Eric Genesky12/22/12
615 views
0 replies

10gen on Increased Database Choice

Matt Asay, the VP of Corporate Strategy at 10gen, recently responded to a Gartner report that suggested 25% of businesses . . .

Mitch Pronschinske12/22/12
5017 views
0 replies

The Future of the ESB at JBoss

In case you haven't heard, JBoss is going to replace JBoss ESB with a new framework called SwitchYard in their core platform. Might wanna check it out if you haven't yet...

Arthur Charpentier12/22/12
2736 views
0 replies

Predictive Modeling, Dilbert on Big Data, and More Data Links of the Week

Arthur Charpentier collects links touching on predictive modeling, big data in Dilbert, and what Batman has to do with body image.

Eric Gregory12/22/12
1051 views
0 replies

Webinar: Going in-Memory with VMWare vFabric GemFire 7.0 and Spring

The Spring Source Developer Channel provides a webinar on VMWare vFabric GemFire 7.0 and Spring.

Sadayuki Furuhashi12/22/12
2461 views
0 replies

MessagePack: The Missing Serializer

The best way to describe MessagePack is “JSON on steroids”. It supports an almost identical set of data types as JSON —Nil, Boolean, Integer, Float, String, Array, and Associative Array— but runs much faster and requires a fraction of space.

Eric Gregory12/22/12
2847 views
0 replies

7 Tools for Your Puppetized DevOps Stack

PuppetLabs presents Kris Buytaert's "7 Tools for Your Puppetized DevOps Stack" presentation from PuppetConf.

Mitch Pronschinske12/22/12
2556 views
0 replies

Getting Started With HornetQ 2.3

This video shows how to get started with some of the new features for HornetQ 2.3. HornetQ is an open source asynchronous messaging project from JBoss. It is an example of Message Oriented Middleware.