Huawei Works With Arm, Not Intel, on New CPU
Huawei says it will still continue its long-term strategic partnerships with Intel, but that computing demands have become more diverse.
Huawei says it will still continue its long-term strategic partnerships with Intel, but that computing demands have become more diverse.
ShieldSquare provides an API-based service that leverages machine learning to detect and eliminate “bad bots” from a variety of applications.
Another nail in the “telco cannot provide customised services” folder. Windstream sells its consumer business: “This transaction enables us to divest a non-core segment and focus exclusively on our two largest business units. In addition, it improves our credit profile and metrics in 2019 and beyond,” said Tony Thomas, president and CEO of Windstream. As […]
The post Windstream sells EarthLink consumer internet business appeared first on EtherealMind.
Sprint is touting a new Samsung device while T-Mobile completed a 5G data session with Ericsson and Intel.
The startup's business model works like this: companies pay Tidelift a subscription, and in return they receive support for the open source projects they use from the developers who created and maintain these projects.
France may have been propelled to the 5G race by the U.S. and South Korea, but its 5G roadmap and competitive mobile players support its ambition to play a leading role.
There’s one New Year’s resolution we can bank on to improve the health and livelihoods of millions of people across North America this year, and it doesn’t involve buying into health fads or gadgets.
The newly-released 2018 Indigenous Connectivity Summit (ICS) Community Report shows a strong correlation between Indigenous connectivity and the well-being and sustainability of rural and remote Indigenous communities, especially when solutions are local.
The report summarizes outcomes of the 2018 Indigenous Connectivity Summit that brought nearly 140 Indigenous leaders, policy makers, network operators, and community members to the Arctic community of Inuvik, NT last October.
Like most New Year’s resolutions, connectivity solutions are neither quick nor cheap. This is especially true in northern rural and remote regions of the U.S. and Canada with geographic hurdles that make it hard for Internet service providers to achieve economies of scale.
It’s one of the main reasons today in 2019, millions of people across North America – yes, millions – still don’t have access to reliable broadband Internet.
Last October, the Federation of Canadian Municipalities called on the federal government to invest $4 billion over ten years to connect all Canadians to the Canadian Radio-television and Communications Commission’s universal Continue reading
Happy new year! Today's Network Break episode analyzes key themes and tech trends from 2018, and looks ahead on what might influence and affect IT and tech in 2019. Ethan Banks joins as guest prognosticator.
The post Network Break 216: 2018 Observations And 2019 Speculations appeared first on Packet Pushers.
In January 2019, Packet Pushers Weekly Podcast will rebrand to Heavy Networking.
The post Announcing Heavy Networking <= Packet Pushers Weekly appeared first on EtherealMind.
Build your own: A Massachusetts town has declined an offer from a major ISP to build a high-speed broadband network and instead will create its own, the Boston Globe reports. While a locally owned network will initially cost more, residents of Charlemont say they want local control and local customer service.
Congo shuts it off: The government of the Democratic Republic of Congo has shut down the Internet in several cities after a much-delayed presidential election, the BBC reports. Opposition candidate Martin Fayulu’s campaign accused the government of ordering the shutdown to avoid broadcasting his “overwhelming victory.” The shutdown in the Congo shows that China’s philosophy of Internet censorship is spreading, CNN comments.
Bangladesh, too: Meanwhile, Bangladesh ordered its own mobile network shutdown related to an election, Engadget reports. The country’s Telecommunication Regulatory Commission shut down 3G and 4G mobile data ahead of its Dec. 30 parliamentary elections to “prevent rumors and propaganda” from influencing the vote.
Blockchain marries IoT: Some large companies are looking for ways to use the blockchain technology with the Internet of Things, Network World says. Volkswagen is one of the companies, and automotive uses for blockchain include authenticating mileage for a lease return, or remote, Continue reading
Complexity and rapid technological advancement are making data center environments difficult to navigate.
Finally, VyOS 1.2 epa2 ISO live image is released to subscribers. VyOS is a Linux-based network operating system that provides software-based network routing, firewall, and VPN functionality.
Free subscription is available for contributors, nonprofits and educational and research institutions, and both long-time contributors. Everyone who contributed before the release model change gets a perpetual subscription, the amount of contributions doesn’t matter. After that, contributing within a given year will give us a yearly subscription. If you are not a subscriber you can still download VyOS rolling release or built the ISO image from the source code.
You can use my Bash and Expect scripts to automatize VyOS 1.2.0 installation to VMware disk image. The scripts are available in the Script (1.1) section. Firstly, run the script deploy_vyos-1.2.0.sh and after the ISO images boots up, you can run the second script install_vyos-1.2.0.sh. You can run the image using GNS3 project and test open-source routing.
I started January 2018 blogging with a major service provider failure. Why should 2019 be any different? Here’s what Century Link claimed was causing two-day outage (more comments here).
Supposedly it was a problem with the management network used by their optical gear, but it looks a lot like a layer-2 network spanning 15 data centers and no control-plane policing on the managed devices… proving yet again that large-scale layer-2 networks are a really bad idea.
Read more ...The tradeoffs of large scale learning Bottou & Bousquet, NIPS’07
Welcome to another year of The Morning Paper. As usual we’ll be looking at a broad cross-section of computer science research (I have over 40 conferences/workshops on my list to keep an eye on as a start!). I’ve no idea yet what papers we’ll stumble across, but if previous years are anything to go by I’m sure there’ll be plenty of great material to keep interest levels high.
To start us off, today’s paper choice is “The tradeoffs of large scale learning,” which won the ‘test of time’ award at NeurIPS last month.
this seminal work investigated the interplay between data and computation in ML, showing that if one is limited by computing power but can make use of a large dataset, it is more efficient to perform a small amount of computation on many individual training examples rather than to perform extensive computation on a subset of the data. [Google AI blog: The NeurIPS 2018 Test of Time Award].
For a given time/computation budget, are we better off performing a computationally cheaper (e.g., approximate) computation over lots of data, or a more accurate computation Continue reading
After 12 years of working in the high performance computing sector as both an industry analyst and journalist, I’m delighted to join The Next Platform as a senior editor. …
HPC Industry Expert Michael Feldman Joins The Next Platform was written by Michael Feldman at .
This is a series of posts to demonstrate how to install OKD 3.11 on oVirt and what you can do with it. Part I - How to install OKD 3.11 on oVirt
Installing OKD or Kubernetes on oVirt has many advantages, and it's also gotten a lot easier these days. Admins and users who want to take container platform management for a spin, on oVirt, will be encouraged by this.
Few of the advantages are:
The installation uses openshift-ansible and, specifically the openshift_ovirt
ansible-role. The integration between OpenShift and oVirt is tighter, and provides storage integration. If you need persistent volumes for your containers you can get that directly from oVirt using ovirt-volume-provisioner and ovirt-flexvolume-driver.
For the sake of simplicity, this example will cover an all-in-one OpenShift cluster, on a single VM.
Continue reading