Company unveils its Virtual Cloud Network vision, based on its NSX network virtualization platform.

Never attribute to malice that which can be adequately explained by stupidity
In the first article outlining some of the results from our AI survey, we discussed how most customers are just beginning their journey into AI and that very few have actual AI applications in production. In this article, we are going to talk about the whats and whys behind AI. In other words, why customers are looking into AI, what problems they are trying to solve, what they expect to get out of it, and what sort of data they are analyzing.
One of the more interesting aspects of the survey is that it shows how real-world customers are …
New AI Being Mostly Used To Solve Old Problems was written by Timothy Prickett Morgan at The Next Platform.
SSH is everywhere in the development or operations world now. For development it’s what allows you to push to GitHub. For operations it’s what allows you to reasonably securely log into Linux servers.
SSH
The new VMware NSX portfolio enables organizations to connect, secure and operate an edge-to-edge architecture and delivers networking and security services to applications and data wherever they reside. This week at Dell Technologies World, Pat Gelsinger, VMware CEO, announced the new VMware NSX portfolio as part of the Virtual Cloud Network unveiling. The NSX networking and... Read more →
This week at Dell Technologies World, Pat Gelsinger, VMware CEO, announced the new VMware NSX portfolio as part of the Virtual Cloud Network unveiling. The NSX networking and security portfolio provides consistent connectivity, integrated security, and the inherent automation to operate an end-to-end architecture that delivers applications and services everywhere. This innovative approach changes the way customers design and deliver services across their enterprises, and the NSX portfolio is the foundation upon which to build the Virtual Cloud Network. Leveraging the benefits of the cloud for the enterprise network is a fundamental shift from the past, where networking and security has relied on hardware-based appliances and features with limited automation abilities.
To support virtual cloud networking, organizations require a robust portfolio. Supporting our customers’ needs around any infrastructure, any cloud, any transport, any application, any platform, any device, we have been thinking about how we architect network elements that sit on top of those foundations. NSX has become a family brand to do just that from data center to cloud to branch Continue reading
During his Dell Technologies World keynote, Gelsinger detailed the company’s “vision for the future of networking.” That future looks like NSX.
To give hungry customers a high quality, gourmet AI experience new and exotic recipes are being constructed in a race to dream up ever more exciting and tasty concoctions from traditional software and hardware staples.
Over at Intel, AI is clearly the highlight of its current tasting menu. Intel has announced a new set of AI offerings that use associative memory learning and reasoning based on products from Saffron Technology, which Intel carried home from the market back in 2015 for an undisclosed sum.
Saffron adds an integrated software stack to the expanding portfolio of AI hardware, from traditional …
Intel Saffron AI: Faster Answers With Just A Hint Of Spice was written by James Cuff at The Next Platform.
GitKraken is a full-featured graphical Git client with support for multiple platforms. Given that I’m trying to live a multi-platform life, it made sense for me to give this a try and see whether it is worth making part of my (evolving and updated) multi-platform toolbelt. Along the way, though, I found that GitKraken doesn’t provide an RPM package for Fedora, and that the installation isn’t as straightforward as one might hope. I’m documenting the procedure here in the hope of helping others.
First, download the latest release of GitKraken. You can do this via the terminal with this command:
curl -LO https://release.gitkraken.com/linux/gitkraken-amd64.tar.gz
Extract the contents of the GitKraken download into its own directory under /opt using this command (you can use a different directory if you like, but I prefer to install third-party applications like this under /opt):
sudo tar -C /opt -xvf gitkraken-amd64.tar.gz
This will extract everything into /opt/gitkraken.
Next, you’ll create a symbolic link to an existing library to fix an error with GitKraken when running on Fedora (this is documented here):
sudo ln -s /usr/lib64/libcurl.so.4 /usr/lib64/libcurl-gnutls.so.4
Once this is done, you could just run Continue reading
Back at Interop Las Vegas in 2013, less than one year after VMware acquired Nicira, then VMware’s chief architect of networking Martin Casado stated what was probably the understatement of the decade: “it’s a very exciting time to be in networking.”
With the birth of software-defined networking, pioneered by folks like Casado, the industry entered into a transformation unlike anything we’ve seen since the invention of Ethernet. The entire industry — from fascinating start-ups to the big players — rushed to challenge networking’s historical operational model, leveraging the power of software to help move networking into the future. Customers have embraced this model, where they can not only provision networking components in minutes without the need to modify the application, but they can also deliver micro-segmentation and granular security to each individual workload. It’s become a huge part of the success story for our customers, our partners and VMware ourselves.
Since then, we have continued to build out the portfolio with Software-Defined WAN, multi-cloud networking, hybrid cloud connectivity and network operations management and visibility solutions. And this week at Dell Technologies World, our CEO Pat Gelsinger laid out the Virtual Cloud Network, our vision for a software-defined network architecture Continue reading
Chatbots – ingenious little bits of programming that have been making it possible for companies to automate the handling of queries, sales, and basic customer support. These bots are deployed through a number of different messaging platforms like Facebook Messenger, WhatsApp, etc.
And they have proven very popular. But, how secure is the tech? Lately, especially, there have been a lot of concerns raised. Say, for example, that I head out and use the Nordstrom app. I find the perfect pair of discounted sport shoes and want to buy them.
How safe am I entering my credit card details over the system? Or, more importantly, can chatbots be hacked?
Let's take a step back here for a second. Certainly, a chatbot is essentially just a program, and so, it makes sense that it could be hacked. But the danger is not likely to be any more than your local bank being hacked.
The same HTTPS protocols and metadata techniques used to provide security for the bank's site and messaging services can also secure the information transmitted via chatbots. The tech underlying the chatbot is similar, in fact, to your standard app, so it is not new.
The main difference here, Continue reading