IDG Contributor Network: Sencha helps modernize legacy Oracle apps

Sencha is a web application development platform that has long been used by customers to build modern web and mobile applications. It has a strong existing business with a claimed 60 percent of the Fortune 100 using its services.Notwithstanding an existing customer base, Sencha has always had a bit of a glaring omission—it didn't really move the needle for all of those organizations whose core workflows sit on software from legacy vendors such as SAP and Oracle. It's all very well having some cool lightweight point applications, but if those have no real context within a broader legacy application paradigm, it's kind of academic.To read this article in full or to leave a comment, please click here

A Google Fiber move to wireless could keep it competitive

Google Fiber is reportedly hoping to rely on wireless technology instead of fiber-optic cables in about 12 major cities, including Los Angeles, Chicago and Dallas, where it has planned faster internet service. Google's parent company Alphabet has also suspended Google Fiber gigabit speed projects in San Jose, Calif., and Portland, Ore., according to unnamed sources in a Wall Street Journal report. Google Fiber officials could not be reached to comment on the report. The report also said that Google Fiber is also hoping to boost its high-speed internet expansion by leasing existing fiber or asking cities or power companies to build the networks, instead of Google Fiber building its own.To read this article in full or to leave a comment, please click here

Intel SSF Optimizations Boost Machine Learning

Data scientists and deep and machine learning researchers rely on frameworks and libraries such as Torch, Caffe, TensorFlow, and Theano. Studies by Colfax Research and Kyoto University have found that existing open source packages such as Torch and Theano deliver significantly faster performance through the use of Intel Scalable System Framework (Intel SSF) technologies like the Intel compiler and performance libraries for Intel Math Kernel Library (Intel MKL), Intel MPI (Message Passing Interface), and Intel Threading Building Blocks (Intel TBB), and Intel Distribution for Python (Intel Python).

Andrey Vladimirov (Head of HPC Research, Colfax Research) noted

Intel SSF Optimizations Boost Machine Learning was written by Nicole Hemsoth at The Next Platform.

Why You Finally Really Need IPv6

Still think you can ignore IPv6? In this episode of Network Matters with Ethan Banks, learn why putting off a migration to IPv6 can adversely affect your business. Ethan explains the performance issues that can arise and the limitations of address translation.

IDG Contributor Network: Rubrik closes major funding round, launches next-gen platform

Big news today from storage vendor Rubrik—both on a product front and a business one.First to the dollars: Rubrik is announcing a $61 million Series C investment led by Khosla Ventures with participation from existing investors Lightspeed Venture Partners, Greylock Partners and angel investors. This is a huge round, especially given the current state of the venture capital space, and it is a testimony to Rubrik's execution to date.The investment takes Rubrik's total funding to date to $112 million and will give the company the confidence to ramp up its sales, marketing and operations spend to take advantage of the opportunity it has. And if you needed an indication of just how big that opportunity is, that $112 million has poured in over a short period of only 30 months precisely because the market opportunity is huge. The legacy data management market is estimated to be $48 billion in value, and it is undergoing seismic changes right now.To read this article in full or to leave a comment, please click here

We Need to Educate Our Peers

Failure to use DNS, IP addresses embedded in the code, ignoring the physical realities (like bandwidth and latency)… the list of mistakes that eventually get dumped into networking engineer’s lap is depressing.

It’s easy to reach the conclusion that the people making those mistakes must be stupid or lazy… but in reality most of them never realized they were causing someone else problems because nobody told them so.

Read more ...

ZTE Zmax Pro: Solid-performing budget smartphone

Walking a mile in another man’s smartphone is the best way to review a smartphone. During the past 10 days, I walked the shoes of the ZTE Zmax Pro user. It was a challenging review to prepare and write because it is a great phone (priced at $99 with ZTE and Metro PCS subsidies). But how do I explain it? What follows are case study references for evaluating budget smartphones.Flagship, top tier $600 - $700 phones are easy to review. HTC, Samsung and Motorola rarely miss their mark. Every vendor in the supply chain cooperates with the phone maker—from System on a Chip (SoC) makers to plastic extrusion suppliers—to push past the specs and the build quality of the last, most recently announced flagship smartphone.To read this article in full or to leave a comment, please click here

iPhone 7 rumored to feature fast-charging capability

Just when you thought you knew everything there was to know about Apple’s upcoming iPhone 7, a new rumor claims that Apple’s next-gen iPhone will incorporate new fast-charging technology that will enable the device to get up to a full charge much more quickly than is currently possible.Sourced from Twitter user The Malignant, the iPhone 7 will reportedly support and, in turn,  will presumably come with a charger that will support five volt/two amp charging, a considerable step up from the 1 amp charge that currently comes with the iPhone. #Apple according to the source (导航i世界) seems #iphone7 will support #fastcharge at least 5V2A pic.twitter.com/Lu0AqnVHudTo read this article in full or to leave a comment, please click here

Salesforce snaps up analytics startup BeyondCore

Salesforce.com has acquired business intelligence and analytics startup BeyondCore, as part of its strategy to make its software more intelligent.“I am thrilled [to] announce @Salesforce has acquired @beyondcoreinc to enhance the AI capabilities of Analytics Cloud,” wrote Salesforce CEO Marc Benioff in a tweet on Monday.The financial terms of the deal were not not disclosed.BeyondCore in San Mateo, California, had already started integrating its product with the Salesforce platform. At the Gartner BI Summit earlier this year, the company showed off this integration, which would be part of its upcoming BeyondCore 7 release, wrote CEO Arijit Sengupta in a blog post.To read this article in full or to leave a comment, please click here

The Importance of the Network Software Supply Chain

At Networking Field Day 12, we heard from a number of vendors that offered solutions to some common enterprise network problems, from management, to security, and more. However, there were a few presentations that didn’t seem directly applicable to the canonical network admin’s day-to-day. This was made clear by some comments by delegates in the room, as well as others tweeting about the presentation. Accelerating the x86 Data Plane Intel, for instance, spent a significant amount of time discussing the Data Plane Development Kit (DPDK), which provides a different way of leveraging CPU resources for fast packet processing.

The Importance of the Network Software Supply Chain

At Networking Field Day 12, we heard from a number of vendors that offered solutions to some common enterprise network problems, from management, to security, and more. However, there were a few presentations that didn’t seem directly applicable to the canonical network admin’s day-to-day. This was made clear by some comments by delegates in the room, as well as others tweeting about the presentation. Accelerating the x86 Data Plane Intel, for instance, spent a significant amount of time discussing the Data Plane Development Kit (DPDK), which provides a different way of leveraging CPU resources for fast packet processing.

The Importance of the Network Software Supply Chain

At Networking Field Day 12, we heard from a number of vendors that offered solutions to some common enterprise network problems, from management, to security, and more.

However, there were a few presentations that didn’t seem directly applicable to the canonical network admin’s day-to-day. This was made clear by some comments by delegates in the room, as well as others tweeting about the presentation.

Accelerating the x86 Data Plane

Intel, for instance, spent a significant amount of time discussing the Data Plane Development Kit (DPDK), which provides a different way of leveraging CPU resources for fast packet processing.

In their presentation, Intel explained the various ways that they’ve circumvented some of the existing bottlenecks in the Linux kernel, resulting in a big performance increase for applications sending and receiving data on the network. DPDK operates in user space, meaning the traditional overhead associated with copying memory resources between user and kernel space is avoided. In addition, techniques like parallel processing and poll mode drivers (as opposed to the traditional interrupt processing model) means packet processing can be done much more efficiently, resulting in better performance.

This is all great (and as a software nerd, very interesting to me Continue reading

Software-defined storage hits the bargain rack

Some small and medium-sized businesses need fast, and flexible storage gear as much as large enterprises. The need to quickly spin up new applications, even without a storage specialist on staff, can drive those demands. The gear for doing so is gradually getting more affordable.On Monday, Hewlett-Packard Enterprise extended two of its storage product lines into more affordable territory, in one case adopting an ARM processor to help cut the cost of a system.HPE says the new systems give smaller organizations a way in on two of the hottest trends in enterprise storage: software-defined storage and flash. The former helps to line up the right storage for each application, even as a company’s demands quickly change, while the latter can give a speed boost to any type of storage arrangement.To read this article in full or to leave a comment, please click here

Software-defined storage hits the bargain rack

Some small and medium-sized businesses need fast, and flexible storage gear as much as large enterprises. The need to quickly spin up new applications, even without a storage specialist on staff, can drive those demands. The gear for doing so is gradually getting more affordable.On Monday, Hewlett-Packard Enterprise extended two of its storage product lines into more affordable territory, in one case adopting an ARM processor to help cut the cost of a system.HPE says the new systems give smaller organizations a way in on two of the hottest trends in enterprise storage: software-defined storage and flash. The former helps to line up the right storage for each application, even as a company’s demands quickly change, while the latter can give a speed boost to any type of storage arrangement.To read this article in full or to leave a comment, please click here

National interest is exploitation, not disclosure

Most of us agree that more accountability/transparency is needed in how the government/NSA/FBI exploits 0days. However, the EFF's positions on the topic are often absurd, which prevent our voices from being heard.

One of the EFF's long time planks is that the government should be disclosing/fixing 0days rather than exploiting them (through the NSA or FBI). As they phrase it in a recent blog post:
as described by White House Cybersecurity Coordinator, Michael Daniel: “[I]n the majority of cases, responsibly disclosing a newly discovered vulnerability is clearly in the national interest.” Other knowledgeable insiders—from former National Security Council Cybersecurity Directors Ari Schwartz and Rob Knake to President Obama’s hand-picked Review Group on Intelligence and Communications Technologies—have also endorsed clear, public rules favoring disclosure.
The EFF isn't even paying attention to what the government said. The majority of vulnerabilities are useless to the NSA/FBI. Even powerful bugs like Heartbleed or Shellshock are useless, because they can't easily be weaponized. They can't easily be put into a point-and-shoot tool and given to cyberwarriors.

Thus, it's a tautology saying "majority of cases vulns should be disclosed". It has no bearing on the minority of bugs the NSA is interested in -- Continue reading

VMware NSX is the Networking Bridge to a Multi-Cloud Future

Across industries, the race is on to digital transformation. It’s all about business innovation and redefinition. The transformations are huge: Tesla isn’t just a car manufacturer; it’s a software business that makes cars. CITI is a software business that makes loans. GE is a software business that makes industrial equipment.

Register for this VMworld 2016 session to learn about the future of VMware NSX

Like most of the customers we talk with, your business is also going through a transformation. Lots of change. Lots of disruption. Lots of innovation. More apps, representing more services and new business models. More lines of business empowered to make decisions about the IT they’ll use to take their innovations to market. And there’s no doubt that a huge enabler of all of this has been the cloud.

Consider what some of the leading industry pundits are predicting:

  • By 2019, the majority of virtual machines (VMs) will be delivered by IaaS providers.
  • By 2019, more than 30% of the 100 largest vendors’ new software investments will have shifted from cloud-first to cloud-only.
  • By 2020, a corporate “no-cloud” policy will be as rare as a “no-internet” policy is today
  • By 2020, 50% of applications running Continue reading