Posts

Showing posts with the label news

What’s New in Ubuntu 21.04 ‘Hirsute Hippo’

The brand new release of Ubuntu 21.04, the Hirsute Hippo, will be released today, April 22, 2021. It’s an interim release of the popular Linux distribution, with only nine months of support from Canonical. So is it worth upgrading to? Read This Article on How-To Geek ›

What is a computational storage drive? Much-needed help for CPUs

The inevitable slowing of Moore’s Law has pushed the computing industry to undergo a paradigm shift from the traditional CPU-only homogeneous computing to heterogeneous computing. With this change, CPUs are complemented by special-purpose, domain-specific computing fabrics. As we’ve seen over time, this is well reflected by the tremendous growth of hybrid-CPU/GPU computing, significant investment on AI/ML processors, wide deployment of SmartNIC, and more recently, the emergence of computational storage drives. Not surprisingly, as a new entrant into the computing landscape, the computational storage drive sounds quite unfamiliar to most people and many questions naturally arise. What is a computational storage drive? Where should a computational storage drive be used? What kind of computational function or capability should a computational storage drive provide? To read this article in full, please click here

What is an API gateway? API simplicity and stability

API gateways are a response to a key outcome of the microservices  architecture style: the proliferation of services and their interfaces. The core purpose of an API gateway is to simplify and stabilize the interfaces exposed to clients. In addition to this, because of the unique position of an API gateway in the architecture, a variety of add-on benefits are enabled, like monitoring, logging, security, load balancing, and manipulation of traffic. [ Also on InfoWorld: The decline of Heroku ] An API gateway is similar to the Facade design pattern , but applied at the network level. The objective in both cases is to provide a simplified interface profile that hides the complexity of the system. You can see this idea in Figure 1. To read this article in full, please click here